@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: 1400px;
}

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

ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}


/*ヘッダー&タイトル
 * --------------------------------------------------------*/
.header {
width: 800px;
margin:0 auto;
}

.header .top .titlemain{
margin-left:0px;
text-align:center;
padding-bottom:35px;
}


/*ライン
 * --------------------------------------------------------*/
.line{
text-align:center;
margin-left:10px;
padding-top:35px;
padding-bottom:35px;
}


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


/*本文
 * --------------------------------------------------------*/

.text{
width:550px;
margin:0 auto;
font-size:16px;
line-height: 1.9em;
letter-spacing: 0.1em;
color: #000;
font-family: "A-OTF A1明朝 Std Bold", "リュウミン M-KL", serif;
padding-bottom: 50px;
}
.text .cap{
font-size:14px;
line-height: 1.6em;
letter-spacing: 0.1em;
color: #666;
font-family: "A-OTF A1明朝 Std Bold", "リュウミン M-KL", serif;
padding-bottom: 40px;
}
.text .title {
	font-size:27px;
	line-height: 1.9em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #000;
padding-bottom: 30px;
}
.text .subtitle {
	font-size:27px;
	line-height: 1.9em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #000;
	padding-top: 60px;
	padding-bottom: 15px;
}
.text .photo {
margin:0 auto;
margin-left: -30px;
padding-top: 15px;
padding-bottom: 15px;
}
.text .icon {
padding-right: 10px;
}


/*インフォメーション
 * --------------------------------------------------------*/
.infobase{
	width:640px;
	background-color: #e7be8f;
	margin:0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
.infobase .text{
width:500px;
margin:0 auto;
font-size:16px;
line-height: 1.9em;
letter-spacing: 0.1em;
color: #000;
font-family: "A-OTF A1明朝 Std Bold", "リュウミン M-KL", serif;
}
.infobase .text .photo {
margin:0 auto;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.infobase .text .bold{
font-size:24px;
line-height: 1.9em;
letter-spacing: 0.1em;
color: #000;
font-family: "A-OTF A1明朝 Std Bold", "リュウミン B-KL", serif;
padding-bottom: 10px;
}

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

.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: 111px;
}

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



/*フッター
 * --------------------------------------------------------*/
#footer{
	width: 800px;
	margin: 0 auto;
	clear: both;
	height: auto;
	margin-top: 20px;
	padding-left: 60px;
	}
#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:50px;
	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) {
  .midashi .text br {
    display: none;
  }
}



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

body {
background-image: url(../images/base_sp.jpg);
background-repeat:repeat-y;
background-size: cover;
background-position: top center;
}
.wrapper {
width: 88%;
}
/*スマホ対応 ヘッダー
 * --------------------------------------------------------*/
.header {
width: 100%;
margin:0 auto;
}
.header .top{
position:relative;
}
.header .top .titlemain{
margin:0 auto;
}
.header .top .titlemain img{
width: 100%;
padding-bottom:5px;
}

/*スマホ対応 ライン
 * --------------------------------------------------------*/
.line{
width: 90%;
margin:0 auto;
padding-bottom:20px;
}
.line img{
width: 90%;
}

/*スマホ対応 ヨドガワ&目次
 * --------------------------------------------------------*/
 .yodogawa {
 width: 97%;
 float:none;
 font-size:15px;
 line-height: 1.9em;
 letter-spacing: 0.075em;
 padding-bottom:10px;
 }


/*スマホ対応 本文
 * --------------------------------------------------------*/
.text{
width: 95%;
margin:0 auto;
float:none;
font-size:15px;
line-height: 1.9em;
letter-spacing: 0.1em;
font-family: "A-OTF A1明朝 Std Bold", "リュウミン M-KL", serif;
}
.text .cap{
font-size:13px;
line-height: 1.6em;
letter-spacing: 0.1em;
font-family: "A-OTF A1明朝 Std Bold", "リュウミン M-KL", serif;
padding-bottom: 40px;
}
.text .photo {
margin:0 auto;
text-align: center;
}
.text .photo img {
width: 100%;
}
.text .title {
	font-size:23px;
	line-height: 1.9em;
}
.text .subtitle {
	font-size:20px;
	line-height: 1.9em;
}


/*スマホ対応 インフォメーション
 * --------------------------------------------------------*/
.infobase{
	width:97%;
	background-color: #e7be8f;
	margin:0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
.infobase .text{
width:95%;
margin:0 auto;
font-size:15px;
line-height: 1.9em;
letter-spacing: 0.1em;
color: #000;
font-family: "A-OTF A1明朝 Std Bold", "リュウミン M-KL", serif;
}
.infobase .text .photo {
width:100%;
margin:0 auto;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}

/*スマホ対応 ナビゲーション
 * --------------------------------------------------------*/
.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;
}


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

#footer li{
  /*
	margin-right: 30px;
  */
  float: none;
  display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 20px;
	}

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



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



.copyright {
	padding-bottom: 30px;
	}

.copyright .text {
  width: 100%;
	font-size: 10px;
	text-align: center;
	}




}
