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

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

a:link {
	color: #ff9900;
	text-decoration: none;
}
a:visited {
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	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 top;
	background-image: url(../images/base.jpg);
	background-size: 1300px;
}

@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: 750px;
	margin:0 auto;
}

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

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

 .logo {
 		position: absolute;
 		top: 18px;
 		right: 10px;
 }


 /*目次
  * --------------------------------------------------------*/
 .mokuji {
 width: 500px;
 text-align: left;
 margin:0 auto;
 overflow: hidden;
 padding-top: 25px;
 padding-bottom: 25px;
 }
 .mokuji .left {
 width: 90px;
 float: left;
 }
 .mokuji .right {
 width: 410px;
 float: right;
 font-size:26px;
 letter-spacing: 1px;
 line-height: 1.5em;
 }
 .mokuji .right .gray {
 font-size:13px;
 letter-spacing: 1px;
 line-height: 2em;
 color: #666;
 }


/*ヨドガワ
 * --------------------------------------------------------*/
.yodogawa {
width: 420px;
text-align: left;
margin:0 auto;
font-size:17px;
letter-spacing: 1px;
line-height: 2em;
padding-bottom: 20px;
font-family: "Kaisho MCBK1";
color: #0099d3;
}


/*対談
 * --------------------------------------------------------*/
.base {
width: 700px;
background-image: url(../images/base_mid.png);
background-size: 100%;
text-align: center;
margin:0 auto;
 }
 .base2 {
 width: 700px;
 background-image: url(../images/base_mid_2.png);
 background-size: 100%;
 text-align: center;
 margin:0 auto;
  }
 .base_img {
 text-align: center;
 margin:0 auto;
  }

	.base2 .text {
  width: 500px;
  text-align: left;
  margin:0 auto;
	font-size:16px;
	line-height: 2em;
	letter-spacing: 1px;
   }
	 .base2 .photo {
   margin:0 auto;
	 padding-bottom: 30px;
    }
		.base2 .bold {
			width: 500px;
		margin:0 auto;
		font-size:28px;
	  line-height: 1.8em;
		letter-spacing: 1px;
		font-family: "Kaisho MCBK1";
		text-align: left;
		padding-top: 30px;
		padding-bottom: 40px;
		 }
.number {
text-align: center;
margin:0 auto;
padding-top: 40px;
padding-bottom: 20px;
}
.title {
	text-align: center;
	margin:0 auto;
	font-family: "Kaisho MCBK1";
 font-size:41px;
 line-height: 2em;
 padding-bottom: 40px;
 color: #0099d3;
}
 .conv {
width:500px;
margin:0 auto;
font-size:16px;
padding-bottom: 20px;
}
.conv dl {
padding-bottom:16px;
}
.conv dt {
width:100px;
float:left;
clear:both;
font-size:16px;
line-height: 1.3em;
letter-spacing: 1px;
text-align: left;
margin-top: 6px;
font-weight: bold;
}
.conv dd {
width:400px;
margin-left:100px;
font-size:16px;
line-height: 2em;
letter-spacing: 1px;
text-align: left;
}
.conv .photo {
width: 580px;
padding-top: 10px;
padding-bottom:30px;
margin-left: -40px;
}
.sage {
margin-left: 15px;
}
.cap {
font-size:13px;
line-height: 28px;
text-align: left;
margin-top: -25px;
color: #999999;
}


 /*ライン
	* --------------------------------------------------------*/
 .border {
 border-top: 1px solid #0099d3;
 width: 700px;
 margin:0 auto;
 margin-top: 20px;
 margin-bottom: 20px;
 }


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

 line-height: 1.8em;
 color: #777;
 }


 /* バナー
  * --------------------------------------------------------*/
  .banner{
 	 text-align: center;
 	 margin:0 auto;
 	 padding-top: 10px;
 	 padding-bottom: 40px;
  }
	.banner_title{
		font-size: 24px;
	  line-height: 1.8em;
 	 text-align: center;
 	 margin:0 auto;
 	 padding-top: 50px;
 	 padding-bottom: 20px;
  }


	/*ナビゲーション
	 * --------------------------------------------------------*/
	#navi {
		width: 700px;
		margin: 0 auto;
		clear: both;
		height: auto;
		margin-top: 30px;
		overflow: hidden;
		}
	#navi img{
		height: 90px;
		}
		#navi ul {
			padding-left: 35px;
			}
		#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:30px;
		}
		.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-top: 8px;
	padding-bottom: 20px;
	}
	.pc { display: none !important; }
  .sp { display: block !important; }

	.logo {
		width: 16%;
			top: 5px;
			right: 3px;
	}

	/*スマホ対応 目次
	 * --------------------------------------------------------*/
	 .mokuji {
	 width: 85%;
	 }
	 .mokuji .left {
	 width: 20%;
	 float: left;
	 }
	 .mokuji .left img {
	 height: 45px;
	 }
	 .mokuji .right {
	 width: 80%;
	 float: right;
	 font-size:16px;
	 letter-spacing: 1px;
	 line-height: 1.5em;
	 }
	 .mokuji .right .gray {
	 font-size:12px;
	 letter-spacing: 1px;
	 line-height: 2em;
	 color: #666;
	 }

		/*スマホ対応 ヨドガワ
		 * --------------------------------------------------------*/
		.yodogawa {
		width: 85%;
		font-size: 15px;
		line-height: 2em;
		}
		.yodogawa .cap {
		font-size: 13px;
		}

		/*スマホ対応 対談
		 * --------------------------------------------------------*/
		 .base {
		 width: 95%;
		 background-size: 100%;
		  }
		  .base2 {
				width: 95%;
				background-size: 100%;
		   }
		  .base_img {
		  width: 95%;
		   }

		 	.base2 .text {
		   width: 90%;
		 	font-size:15px;
		    }
		 	 .base2 .photo {
		    width: 90%;
		     }
		 		.base2 .bold {
		 			width: 90%;
		 		font-size:18px;
		 	  line-height: 1.8em;
		 		padding-top: 30px;
		 		padding-bottom: 20px;
		 		 }
		.number {
		padding-bottom: 10px;
		}
		.number img{
		width: 25%;
		}
		.title {
			width: 90%;
			text-align: center;
		 font-size:24px;
		 line-height: 2em;
		 padding-bottom: 40px;
		}
		.conv{
		width: 90%;
		}
		.conv dt {
		float: none;
		font-size:15px;
		line-height: 1.9em;
		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;
		}
		.cap {
			width: 100%;
		font-size:12px;
		}


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


		/*スマホ対応　アーカイブ
	 	* --------------------------------------------------------*/
	  .archive {
	  width: 80%;
	  font-size: 17px;

	  line-height: 1.8em;
	  margin-bottom: 15px;
	  }
	  .archive .cap {
	  font-size: 11px;
	  }


	/*スマホ対応　ナビゲーション
	 * --------------------------------------------------------*/
	#navi {
		width: 100%;
		clear: both;
		text-align: center;
		margin-top: -10px;
		margin-bottom: -10px;
		}
	#navi img{
		height: 55px;
		}
		#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;
		}


		/*スマホ対応 バナー
		 * --------------------------------------------------------*/
		 .banner{
			width: 95%;
			padding-bottom: 20px;
		 }
		 .banner_title{
			 width: 95%;
			 font-size: 15px;
			 line-height: 1.8em;
			 padding-top: 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;
			}

}
