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

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

a:link {
	color: #004ecc;
	text-decoration: none;
}
a:visited {
	color: #004ecc;
	text-decoration: none;
}
a:hover {
	color: #F05A24;
	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.gif);
	background-size: 1060px;
	color: #000;
	font-family: "Ryumin Medium KL";
	letter-spacing: 0.1em;
	line-height: 2.0;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.wrapper {
margin:0 auto;
}

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

/* ヘッダー
 * --------------------------------------------------------*/
 .head{
	 text-align: center;
 }
 .yodogawa {
 width: 400px;
 margin:0 auto;
 }
 .prof {
 width: 380px;
 font-size:14px;
 margin:0 auto;
 }
 .prof_bold {
 font-size:24px;
 }
 .line{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
 }

 /* 目次
  * --------------------------------------------------------*/
.contents1 {
width: 620px;
margin:0 auto;
overflow: hidden;
}
.contents1 .left {
width: 320px;
float:left;
font-size:15px;
line-height: 1.7em;
}
.contents1 .right {
float:right;
font-size:15px;
line-height: 1.7em;
}
.mokuji {
text-align: center;
padding-bottom: 30px;
}
.mokuji_date {
font-size: 90%;
color: #666;
margin-top: -15px;
}

	/*対談
	 * --------------------------------------------------------*/
	.number {
 	width: 250px;
 	margin:0 auto;
 	text-align: center;
 	}
	.title {
 	text-align: center;
	font-family: "Ryumin Heavy KL";
	line-height: 1.8em;
 	padding-top: 20px;
 	padding-bottom: 50px;
	font-size: 240%;
 	}
	.conv{
	width:480px;
	margin:0 auto;
	font-size:16px;
	line-height: 2em;
	padding-bottom:70px;
	}
	.conv dl {
	padding-bottom:16px;
	}
	.conv dt {
	width:80px;
	float:left;
	clear:both;
	font-weight: bold;
	}
	.conv dd {
	margin-left:80px;
	padding-bottom:5px;
	width:500px;
	}
	.conv .photo {
	margin-left:-60px;
	padding-bottom:25px;
	}
	.credit {
	font-size: 90%;
	color: #666;
	margin-top: -15px;
	text-align: center;
	}

	/*本文
	 * --------------------------------------------------------*/
	 .text_title {
		 text-align: center;
		 font-family: "Ryumin Heavy KL";
		 line-height: 1.7em;
		 padding-top: 35px;
		 padding-bottom: 20px;
		 font-size: 180%;
		}
		.text {
 		width: 420px;
 		margin:0 auto;
 		padding-bottom: 40px;
 		}
		.textbase {
		width: 580px;
		margin:0 auto;
		background-image: url(../images/textbase.gif);
		background-size: 580px;
		margin-bottom: 40px;
		}
		.photo_info {
	 	margin:0 auto;
	 	text-align: center;
		padding-bottom: 40px;
	 	}

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

	.articleFooter {
		text-align: center;
		padding-bottom: 100px;
	}

	.articleFooter ul {
		width: 600px;
		margin: 0 auto;
		padding: 0 0 50px 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: 15px;
		width: 270px;
	}
	.articleFooter ul .prev {
		float: left;
		width: 110px;
	}

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

/*フッター
 * --------------------------------------------------------*/
#footer{
	width: 750px;
	margin: 0 auto;
	clear: both;
	height: auto;
	margin-top: 20px;
	padding-left: 120px;
	overflow: hidden;
	}
#footer li{
	float: left;
	margin-right: 70px;
	list-style-type: none;
	}
#btn_fb {
	text-align: center;
	padding-top: 30px;
	margin-left: 40px;
	}
	.date {
	text-align:center;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #666;
	padding-top:50px;
	padding-bottom:50px;
	}
	.copyright {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		clear: both;
		}
		.copyright .text {
			font-size: 12px;
			color: #666;
			letter-spacing: 0.02em;
			}


	/*タブレット対応
	* --------------------------------------------------------*/
			@media screen and (max-width: 820px) {

			.head img {
				width: 100%;
				height: auto;
			}
			.textbase {
				width: 90%;
			}
			.textbase img {
				width: 95%;
				height: auto;
			}
			.photo img {
				width: 95%;
				height: auto;
			}

		 #footer {
			 width: 80%;
		 }
		 #footer img {
			 width: 40%;
		 }
		 #footer li{
		 	margin-right: -20px;
		 	}
			#btn_fb {
				margin-left: 0px;
				}
		}



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

				body {
				background-image: url(../images/base_sp.gif);
				background-size: 100%;
				}
			.wrapper {
			width: 100%;
			}

			img{max-width:100%;height:auto;}


	/*スマホ対応 ヘッダ
	 * --------------------------------------------------------*/
	.head img{
	width: 90%;
	}
	.yodogawa {
	 width: 85%;
	 font-size: 95%;
	}
	.yodogawa br {
		display: none;
	 }
	 .prof {
 	 width: 85%;
 	 font-size: 85%;
 	}
	.line img{
	width: 85%;
	}

	 /*スマホ対応 目次
 	 * --------------------------------------------------------*/
	 .contents1 {
	 width: 90%;
	 margin:0 auto;
	 overflow: hidden;
	 }
	 .contents1 .left {
	 width: 90%;
	 float:none;
	 padding-left: 25px;
	 }
	 .contents1 .right {
	 float:none;
	 width: 90%;
	 padding-left: 25px;
	 }
	 .mokuji {
 	width: 90%;
	margin:0 auto;
 	}

	/*スマホ対応 本文
	 * --------------------------------------------------------*/
	 .text {
 		width: 90%;
		font-size: 95%;
 	 }
	 .text br {
		 display: none;
		}
		.textbase {
		width: 85%;
		}
		.text_title {
		width: 90%;
		font-size: 130%;
		margin:0 auto;
		}
		.text_title br {
 		 display: none;
 		}
		.photo_info img {
		width: 75%;
		}


		/*スマホ対応 対談
		 * --------------------------------------------------------*/
		.conv{
		width: 85%;
		font-size:15px;
		line-height: 1.7em;
		padding-left:5px;
		padding-bottom:20px;
		}
		.conv dt {
		float: none;
		}
		.conv dd {
		width: 100%;
		margin-left: 0;
		}
		.conv dd br {
			display: none;
		}
		.conv dl {
		padding-bottom:0px;
		}
		.photo img{
		margin:0 auto;
		width: 88%;
		padding-left: 50px;
		}
		.title {
		width: 90%;
		font-size: 150%;
		margin:0 auto;
		}

		/*スマホ対応 ナビゲーション
		 * --------------------------------------------------------*/
		.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 {
				margin-top: -20px;
			}
			.articleFooter ul {
				width: 100%;
			}
			.articleFooter ul > li:first-child {
				display: block;
			}

	/*スマホ対応 フッター
	 * --------------------------------------------------------*/
	#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 {
		font-size: 10px;
		text-align: center;
		}

}
