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

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

a:link {
	color: #008f45;
	text-decoration: none;
}
a:visited {
	color: #008f45;
	text-decoration: none;
}
a:hover {
	color: #f15a24;
	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 {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-image: url(../images/base.jpg);
	background-size: 1200px;
	background-color: #EFEB55;
	font-family: sans-serif;
}

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

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@import url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
.exLink:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}

.wrapper {
	width: 100%;
	max-width: 800px;
	margin:0 auto;
}

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

/* ヘッダー
 * --------------------------------------------------------*/
 .head{
	 text-align: center;
	 margin:0 auto;
	 padding-top: 30px;
	 padding-bottom: 30px;
	 position: relative;
 }
 .head img {
	 max-width: 100%;
 }
 .pc { display: block !important; }
 .sp { display: none !important; }



 /*目次
  * --------------------------------------------------------*/
 .mokuji {
 text-align: center;
 margin:0 auto;
 padding-bottom: 35px;
 }

/*ヨドガワ
 * --------------------------------------------------------*/
.yodogawa {
width: 450px;
text-align: left;
margin:0 auto;
font-size:18px;
letter-spacing: 1px;
line-height: 2em;
font-family: "NOW-GB";
padding-bottom: 20px;
}
.yodogawa .prof {
font-size:16px;
letter-spacing: 1px;
line-height: 2em;
font-family: "NOW-GB";
}
.yodogawa .bold {
font-size:27px;
letter-spacing: 1px;
line-height: 1.5em;
font-family: "NOW-GB";
}


/*対談
 * --------------------------------------------------------*/
.whitebase{
width: 700px;
background-color: #FFF;
text-align: center;
margin:0 auto;
padding-top: 60px;
padding-bottom: 40px;
border-radius: 30px;        /* CSS3草案 */
-webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
-moz-border-radius: 30px;   /* Firefox用 */
 }
.title{
text-align: center;
margin:0 auto;
padding-top: 30px;
padding-bottom: 30px;
}
 .conv {
width:500px;
margin:0 auto;
font-size:16px;
padding-bottom: 20px;
}
.conv dl {
padding-bottom:16px;
}
.conv dt {
width:80px;
float:left;
clear:both;
font-size:16px;
letter-spacing: 1px;
line-height: 2em;
font-family: "NOW-GB";
/*margin-top: 5px;*/
text-align: left;
}
.conv dd {
width:450px;
margin-left:90px;
font-size:16px;
letter-spacing: 1px;
line-height: 2em;
text-align: left;
}
.conv .photo {
width: 580px;
padding-top: 10px;
padding-bottom:30px;
margin-left: -40px;
}
.sage {
margin-left: 15px;
}
.conv .photo .cap {
font-size:12px;
letter-spacing: 1px;
line-height: 28px;
text-align: right;
padding-top: 3px;
color: #999999;
}


/*インフォメーション
 * --------------------------------------------------------*/
 .info_base{
 width: 700px;
 background-color: #e8ffcc;
 text-align: center;
 margin:0 auto;
 padding-top: 40px;
 padding-bottom: 40px;
 margin-top: 50px;
 border-radius: 30px;        /* CSS3草案 */
 -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
 -moz-border-radius: 30px;   /* Firefox用 */
  }
	.info {
	width: 450px;
	margin:0 auto;
	padding-bottom: 40px;
	}
 .info .text {
 font-size:15px;
 letter-spacing: 1px;
 line-height: 1.8em;
 text-align: left;
 margin:0 auto;
 }
 .info .text .title {
 text-align: center;
 margin:0 auto;
 padding-top: 20px;
 padding-bottom: 40px;
 }
 .info .photo {
	 text-align: center;
	 margin:0 auto;
 padding-top: 20px;
 padding-bottom: 40px;
 }
 .info .number {
	text-align: left;
 	padding-bottom: 10px;
 }
 .info .bold {
	text-align: left;
 	font-size:26px;
 	letter-spacing: 1px;
 	line-height: 2em;
 	font-weight: bold;
 	padding-bottom: 15px;
	margin:0 auto;
 }
 .info .text .bold_s {
	 text-align: left;
	 font-size:19px;
	 letter-spacing: 1px;
	 line-height: 1.8em;
	 font-weight: bold;
	 padding-bottom: 15px;
 margin:0 auto;
 }

 /*ライン
	* --------------------------------------------------------*/
 .border {
 border-top: 1px solid #000;
 width: 700px;
 margin:0 auto;
 margin-top: 20px;
 margin-bottom: 20px;
 }
 .border400 {
 border-top: 1px solid #39b54a;
 width: 450px;
 margin:0 auto;
 margin-top: 40px;
 margin-bottom: 40px;
 }


 /*アーカイブ
	* --------------------------------------------------------*/
 .archive {
 width: 430px;
 font-size: 23px;
 letter-spacing: 1px;
 line-height: 1.8em;
 font-weight: bold;
 text-align: left;
 margin:0 auto;
 margin-bottom: 30px;
 }
 .archive .cap {
 font-size: 12px;
 letter-spacing: 1px;
 line-height: 1.8em;
 color: #777;
 }


	/*ナビゲーション
	 * --------------------------------------------------------*/
	#navi {
		width: 680px;
		margin: 0 auto;
		clear: both;
		height: auto;
		margin-top: 40px;
		overflow: hidden;
		}
	#navi img{
		height: 80px;
		}
		#navi ul {
			padding-left: 40px;
			}
		#navi li {
			float: left;
			list-style-type: none;
			}
	.prev {
		margin-right: 100px;
		}
	.top {
		margin-right: 100px;
		margin-left: 100px;
		}
	.next {
		margin-left: 100px;
		}

	/*フッター
	 * --------------------------------------------------------*/
	#footer{
		width: 700px;
		margin: 0 auto;
		clear: both;
		height: auto;
		margin-top: 70px;
		overflow: hidden;
		}
	#footer li{
		float: left;
		margin-right: 65px;
		list-style-type: none;
		}
		.home{
			padding-top: 10px;
			}


		.date {
		text-align:center;
		font-size: 14px;
		letter-spacing: 0.1em;
		padding-top:50px;
		padding-bottom:20px;
		}
		.copyright {
			text-align: center;
			font-size: 12px;
			letter-spacing: 0.1em;
			padding-top: 60px;
			padding-bottom: 60px;
			}



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

						.wrapper {
							width: 100%;
						}
						#navi {
							width: 100%;
							clear: both;
							text-align: center;
							margin-top: -6px;
							margin-bottom: -3px;
							}
						#navi img{
							height: 80px;
							}

					}



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

                body:before {
                    content: '';
                    display: block;
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
					background-size: 100% auto;
                    z-index: -1;
                }

								.wrapper {
								width: 100%;
								}

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

								br{ display: none;}
								br.sp{ display: inherit;}



	/*スマホ対応 ヘッダ
	 * --------------------------------------------------------*/
	.head {
	width: 100%;
	padding-bottom: 20px;
	}
	.pc { display: none !important; }
  .sp { display: block !important; }

	.logo_tokyo {
		width: 25%;
			top: 3px;
			right: 3px;
	}

	/*スマホ対応 目次
	 * --------------------------------------------------------*/
	.mokuji {
	width: 100%;
	margin:0 auto;
	}
	.mokuji img {
	width: 85%;
	}

		/*スマホ対応 ヨドガワ
		 * --------------------------------------------------------*/
		.yodogawa {
		width: 90%;
		font-size: 15px;
		line-height: 1.8em;
		}
		.yodogawa .prof {
		font-size: 14px;
		}

		/*スマホ対応 対談
		 * --------------------------------------------------------*/
		.whitebase{
 		width: 95%;
		padding-top: 20px;
		padding-bottom: 0px;
 		}
		.conv{
		width: 85%;
		}
		.conv dt {
		float: none;
		font-size:15px;
		line-height: 1.8em;
		margin-bottom: 5px;
		}
		.conv dd {
		width: 100%;
		margin-left: 0;
		font-size:15px;
		line-height: 1.9em;
		}
		.conv dd br {
			display: none;
		}
		.conv dl {
		padding-bottom:15px;
		}
		.conv .photo {
		width: 100%;
		margin:0 auto;
		margin-bottom: -15px;
		}
		.conv .photo img{
		width: 100%;
		}
		.sage {
			margin-left: -5px;
		}
		.title {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 10px;
		}
		.conv .photo .cap {
		font-size:10px;
		}


		/*スマホ対応 インフォメーション
		 * --------------------------------------------------------*/
		 .info_base{
  		width: 95%;
 		padding-top: 20px;
 		padding-bottom: 0px;
  		}
			.info_base .title {
			 width: 90%;
		 padding-top: 20px;
		 padding-bottom: 0px;
			 }
			.info {
 		width: 85%;
 		margin:0 auto;
		padding-top: 25px;
 		}
		.info .number img {
 		width: 20%;
 		}
		.info .text {
 		width: 100%;
		font-size:14px;
		line-height: 2.0em;
		margin:0 auto;
 		}
		.info .bold {
		font-size:20px;
		line-height: 1.8em;
 		}
		.info .text .bold_s {
		font-size:16px;
		line-height: 1.8em;
 		}
 		.info .photo {
		margin:0 auto;
		padding-top: 5px;
		padding-bottom: 25px;
 		}
		.info .text .photo　img {
 		width: 100%;
 		}


		/*スマホ対応　ライン
		 * --------------------------------------------------------*/
		.border {
		width: 90%;
		margin-top: 30px;
		margin-bottom: 30px;
		}
		.border400 {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
		}


		/*スマホ対応　アーカイブ
	 	* --------------------------------------------------------*/
	  .archive {
	  width: 80%;
	  font-size: 17px;
	  letter-spacing: 1px;
	  line-height: 1.8em;
	  margin-bottom: 15px;
	  }
	  .archive .cap {
	  font-size: 11px;
	  }


	/*スマホ対応　ナビゲーション
	 * --------------------------------------------------------*/
	#navi {
		width: 100%;
		clear: both;
		text-align: center;
		margin-top: -6px;
		margin-bottom: -3px;
		}
	#navi img{
		height: 50px;
		}
		#navi ul {
			padding-left: 0px;
			}
		#navi li {
			float: none;
		  display: inline-block;
			}
	.prev {
		margin-right: 10px;
		}
	.top {
		margin-right: 70px;
		margin-left: 70px;
		}
	.next {
		margin-left: 10px;
		}


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

		#footer li{
		  float: none;
		  display: inline-block;
			margin-left: 15px;
			margin-right: 15px;
			padding-bottom: 20px;
			font-size: 13px;
			}

		#footer li img{
			width: auto;
			height: 35px;
			}
			#footer .home img{
				width: 60%;
				height: 60%;
				}



			.date {
				font-size: 13px;
				padding-top: 40px;
				padding-bottom: 20px;
				}

		.copyright {
			width: 90%;
			margin:0 auto;
			padding-top: 20px;
			padding-bottom: 10px;
			}

		.copyright .text {
			font-size: 11px;
			text-align: center;
			}

}
