@charset "UTF-8";
/* CSS Document */

.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

a:link {
	color: #F05A24;
	text-decoration: none;
}
a:visited {
	color: #F05A24;
	text-decoration: none;
}
a:hover {
	color: #FAC237;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

body {
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(../images/base.jpg);
	background-size: 1350px;
	  font-family: serif;
}

.wrapper {
margin:0 auto;
width:920px;
}

ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
br.sp {
  display: none;
}


/*ヘッダー&タイトル
 * --------------------------------------------------------*/
.header {
margin:0 auto;
}
.header .top {
text-align:center;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}



/*ヨドガワ&目次
 * --------------------------------------------------------*/
.yodogawa {
width: 440px;
font-size:16px;
color: #fff;
line-height: 1.9em;
letter-spacing: 0.05em;
margin:0 auto;
}
.yodogawa .photo {
	margin:0 auto;
	text-align: center;
	padding-bottom: 30px;
	margin-left: -25px;
}
.yodogawa .bold{
font-size:20px;
line-height: 1.9em;
letter-spacing: 0.1em;
color: #fff;
font-family: "A-OTF A1明朝 Std Bold", "リュウミン M-KL", serif;
}


/*本文
 * --------------------------------------------------------*/
.textbase_head{
	margin:0 auto;
}
.textbase{
	background-image: url(../images/textbase_mid.png);
	background-repeat: repeat-y;
	background-size: 910px;
	margin:0 auto;
}
.textbase .text{
width:460px;
margin:0 auto;
font-size:16px;
line-height: 1.9em;
letter-spacing: 0.1em;
color: #fff;
font-family: "A-OTF A1明朝 Std Bold", "リュウミン M-KL", serif;
}
.textbase .text .cap{
font-size:14px;
line-height: 1.6em;
letter-spacing: 0.1em;
color: #888;
font-family: "A-OTF A1明朝 Std Bold", "リュウミン M-KL", serif;
padding-bottom: 40px;
}
.textbase .title {
margin:0 auto;
text-align: center;
padding-bottom: 30px;
}
.textbase .text .photo {
margin:0 auto;
margin-left: -125px;
padding-top: 45px;
padding-bottom: 25px;
}
.textbase .text .phototate {
margin:0 auto;
text-align: center;
padding-top: 45px;
padding-bottom: 25px;
}
.textbase .text .youtube {
margin:0 auto;
margin-left: -125px;
padding-top: 45px;
padding-bottom: 25px;
}

/*ライン
 * --------------------------------------------------------*/
.border_dot {
  border: dashed 0.5px #fff;
  width: 680px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}


/*ナビゲーション
 * --------------------------------------------------------*/
.articleFooter img{
width: 95%;
}

.articleFooter {
	margin-top: 15px;
	text-align: center;
	padding-bottom: 60px;
}

.articleFooter ul {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

.articleFooter ul > li {
	font-size: 14px;
	min-height: 60px;
}

.articleFooter ul > li > a {
	display: block;
	font-weight: bold;
	color: #404040;
}

.articleFooter ul > li:first-child {
	display: inline-block;
}


.articleFooter ul .top {
	padding-top: 28px;
	width: 205px;
}
.articleFooter ul .prev {
	float: left;
	width: 100px;
}

.articleFooter ul .next {
	float: right;
	width: 100px;
}


/*アーカイブ
 * --------------------------------------------------------*/
.archive {
width: 460px;
font-size:17px;
color: #fff;
line-height: 2em;
margin:0 auto;
}
.archive .photo {
	margin:0 auto;
	text-align: center;
	padding-bottom: 30px;
}


/*フッター
 * --------------------------------------------------------*/
#footer{
	width: 800px;
	margin: 0 auto;
	clear: both;
	height: auto;
	margin-top: 20px;
	padding-left: 130px;
	}
#footer li{
	float: left;
	margin-right: 70px;
	list-style-type: none;
	}
#btn_fb {
	text-align: center;
	padding-top: 30px;
	margin-left: 70px;
	}
	.date {
	text-align:center;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #666666;
	padding-top:20px;
	padding-bottom:50px;
	}
	.copyright {
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		clear: both;
		}
		.copyright .text {
			font-size: 12px;
			font-family: Helvetica, Arial, sans-serif;
			color: #000000;
			letter-spacing: 0.02em;
			}





@media screen and (min-width: 480px) {
}



/*スマホ対応
 * --------------------------------------------------------*/
@media only screen and (max-width: 479px) {

body {
background-image: url(../images/base.jpg);
background-repeat:repeat-y;
background-position: top center;
background-size: 130%;
}
.wrapper {
width: 100%;
}
br {
	display: none;
}

br.sp {
	display: inherit;
}

/*スマホ対応 ヘッダー
 * --------------------------------------------------------*/
.header {
margin:0 auto;
}
.header .top .titlemain img{
width: 100%;
}
.pc {
	display: none !important;
}

.sp {
	display: block !important;
}


/*スマホ対応 ヨドガワ&目次
 * --------------------------------------------------------*/
.yodogawa {
width: 87%;
float:none;
padding-bottom:10px;
font-size:15px;
line-height: 1.8em;
}
.yodogawa .photo img {
width: 95%;
}
.yodogawa .photo {
	margin:0 auto;
	text-align: center;
}
.yodogawa .bold{
font-size:18px;
line-height: 1.9em;
letter-spacing: 0.1em;
color: #fff;
font-family: "A-OTF A1明朝 Std Bold", "リュウミン M-KL", serif;
}


/*スマホ対応 本文
 * --------------------------------------------------------*/
.textbase_head {
	margin:0 auto;
	text-align: center;
	width: 100%;
}
.textbase_head img {
	width: 100%;
}
.textbase{
	background-image: url(../images/textbase_mid.png);
	background-repeat: repeat-y;
	background-size: 100%;
	margin:0 auto;
}
.textbase .text{
width: 87%;
margin:0 auto;
float:none;
font-size:15px;
line-height: 1.8em;
color: #fff;
}
.textbase .text br {
display: none;
}
.textbase .text .cap{
font-size:13px;
line-height: 1.6em;
letter-spacing: 0.1em;
padding-bottom: 40px;
}
.textbase .title {
padding-bottom: 0px;
}
.textbase .title img {
margin:0 auto;
text-align: center;
width: 90%;
padding-bottom: 0px;
}
.textbase .text .photo {
margin:0 auto;
text-align: center;
}
.textbase .text .photo img {
width: 100%;
}
.textbase .text .phototate {
margin:0 auto;
text-align: center;
}
.textbase .text .phototate img {
width: 100%;
}
.textbase .text .youtube {
max-width: 60%; !important;
}

/*スマホ対応　ライン
 * --------------------------------------------------------*/
.border_dot {
	width: 90%;
}


/*スマホ対応 アーカイブ
 * --------------------------------------------------------*/
.archive {
width: 95%;
font-size:13px;
line-height: 2.2em;
}
.archive .photo img {
width: 100%;
padding-top: 25px;
padding-bottom: 0px;
}


/*スマホ対応 ナビゲーション
 * --------------------------------------------------------*/
.articleFooterSection {
margin: 0 auto;
}
.articleFooterSection ul {
		text-align: center;
	}
.articleFooterSection img{
width: 60%;
}

.articleFooterSection ul > li:first-child {
		padding-top: 19px;
		text-align: center;
		display: table;
		margin: 0 auto;
	}

	#article .img > p {
		margin-left: 60px;
	}
	.articleFooter ul {
		width: 90%;
	}
	.articleFooter ul > li:first-child {
		display: block;
	}

.link .banner img{
width: 80%;
}
.link{
text-align:center;
padding-top:10px;
padding-bottom:0px;
}
.link .banner{
padding-bottom:10px;
}


/*スマホ対応 書籍一覧
 * --------------------------------------------------------*/
.book_sub {
width: 90%;
margin:0 auto;
overflow: hidden;
}
.book_sub .photo {
margin-left: -15px;
}
.book_sub .photo img{
width: 50%;
float:none;
padding-bottom:10px;
}
.book_sub .right {
padding-top:20px;
padding-left:10px;
float:none;
width: 90%;
}


/*スマホ対応 フッター
 * --------------------------------------------------------*/
#footer{
	width: 320px;
	margin:0 auto;
	height: auto;
	margin-left: -85px;
	margin-right: auto;
	clear: both;
	}

#footer li{
	margin-right: 30px;
	padding-bottom: 20px;
	}

#footer li img{
	width: auto;
	height: 72px;
	}



#btn_fb {
	margin-left: 40px;
	margin-right: auto;
	text-align: center;
	clear: both;
	padding-top: 10px;
	}



.copyright {
	width: 85%;
	padding-bottom: 30px;
	clear: both;
	}

.copyright .text {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	}




}
