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

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

a:link {
	color: #e84388;
	text-decoration: none;
}
a:visited {
	color: #e84388;
	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-attachment: fixed;
	background-position: center top;
	background-image: url(../images/base.jpg);
	background-size: cover;
	color: #000;
	line-height: 2.0;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	font-family: "Jun 34";
}

@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;
	 margin:0 auto;
 }
 .yodogawa {
 width: 390px;
 font-size: 16px;
 text-align: left;
 margin:0 auto;
 padding-top: 25px;
 padding-bottom: 25px;
 letter-spacing: 1px;
 }
 .line{
	text-align: center;
	margin:0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
 }
 .banner{
	 text-align: center;
	 margin:0 auto;
	 padding-top: 50px;
 }


 /*プロフィール
  * --------------------------------------------------------*/
 .prof_pc{display: block;}
 .prof_sp{display: none;}
 .prof_sp2{display: none;}
 .prof_pc_box{display: none;}
 #profile{
 	width: 450px;
 	padding:30px;
 }
 .prof_text {
 font-size:15px;
 padding-top:10px;
 line-height: 1.75em;
 color: #000;
 letter-spacing: 0.1em;
 }
 .prof_name {
	 font-size: 20px;
 }
 .cBox {
 	padding: 30px 20px;
 	margin: 0 auto;
 }

 /* 目次
	* --------------------------------------------------------*/
 .mokuji {
 width:550px;
 margin:0 auto;
 font-size:23px;
 line-height: 1.8em;
 margin-bottom: 50px;
 }
 .mokuji dl {
 padding-bottom:10px;
 }
 .mokuji dt {
 width:130px;
 float:left;
 clear:both;
 }
 .mokuji dd {
 margin-left:110px;
 width:420px;
 }
 .mokuji_date {
	 font-size: 13px;
	 color: #666;
	 font-family: "Jun 201";
	 letter-spacing: 0.1em;
 }
 .line_mokuji{
	text-align: center;
	margin-top: -20px;
 }

/*本文
 * --------------------------------------------------------*/
	.textbase {
	width: 700px;
	background-color: #fff;
	margin:0 auto;
	margin-top: -20px;
	padding-bottom: 20px;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	}


	/*対談
	 * --------------------------------------------------------*/
	.title {
 	text-align: center;
	padding-bottom: 50px;
	font-size: 34px;
 	}
	.number {
  text-align: center;
 	padding-top: 10px;
 	padding-bottom: 20px;
  }
	.conv{
	width:450px;
	margin:0 auto;
	font-size:16px;
	}
	.conv dl {
	padding-bottom:16px;
	}
	.conv dt {
	width:50px;
	float:left;
	clear:both;
	letter-spacing: 1px;
	}
	.conv dd {
	margin-left:90px;
	padding-bottom:10px;
	width:400px;
	letter-spacing: 1px;
	font-family: "Jun 201";
	}
	.conv .photo {
	margin-left:-20px;
	padding-bottom:30px;
	}
	.credit {
	font-size: 14px;
	color: #666;
	padding-top: 10px;
	}

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

	.articleFooter {
		text-align: center;
	}

	.articleFooter ul {
		width: 580px;
		margin: 0 auto;
		padding: 0 0 50px 0;
	}

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


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


	.articleFooter ul .top {
		width: 180px;
	}
	.articleFooter ul .prev {
		float: left;
		width: 110px;
	}

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


/*フッター
 * --------------------------------------------------------*/
#footer{
	width: 700px;
	margin: 0 auto;
	clear: both;
	height: auto;
	margin-top: 70px;
	padding-left: 130px;
	overflow: hidden;
	}
#footer li{
	float: left;
	margin-right: 60px;
	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;
	padding-top:40px;
	padding-bottom:60px;
	font-family: "Jun 201";
	}
	.copyright {
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		clear: both;
		}
		.copyright .text {
			font-size: 13px;
			}


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

			.head img {
				width: 100%;
				height: auto;
			}
			.text {
				width: 85%;
				height: auto;
			}
			.text br {
	 		 display: none;
	 		}
			.textbase {
				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: none;
				}
                body:before {
                    content: '';
                    display: block;
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
					background-image: url(../images/base_sp.jpg);
					background-size: cover;
                    z-index: -1;
                }
			.wrapper {
			width: 100%;
			}

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


	/*スマホ対応 ヘッダ
	 * --------------------------------------------------------*/
	.head {
	width: 100%;
	padding-top: 10px;
	}
	.yodogawa {
	 width: 90%;
	 font-size: 14px;
	 line-height: 1.9em;
	 text-align: left;
	}
	.yodogawa br {
		display: none;
	}
	.line {
	 width: 92%;
	}

	/*スマホ対応 本文
	 * --------------------------------------------------------*/
	 .text {
 		width: 82%;
		font-size: 16px;
		text-align: left;
 	 }
	 .textbase {
 		width: 82%;
		margin-top: -20px;
		padding-bottom: 10px;
 	 }
	 .banner {
 	width: 84%;
	padding-top: 30px;
 	}

	/* [sp] profile
	* --------------------------------------------------------*/
	.close {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		padding: 20px 0;
	}
	.prof_pc{display: none;}
	.prof_sp{display: block; z-index:999;}
	.prof_sp2{display: block; z-index:999;}
	.prof_pc_box{display: block;}
	#profile{
		width: 100%;
		padding: 10px 0 15px 0;
		display: none;
	}
	#profile2{
		width: 100%;
		padding: 10px 0 15px 0;
		display: none;
	}
	#profile h3,
	#profile p,{
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		padding-left: 25px;
	}
	#profile h3 {
		padding-bottom: 20px;
	}
	.prof_text {
	padding-top:40px;
	font-size:14px;
	color: #666666;
	}
	.close {
	color: #fff;
	}
	.prof img{
width: 75%;
}
.prof_name {
	font-size: 16px;
}

/*スマホ対応 目次
 * --------------------------------------------------------*/
.mokuji{
width: 90%;
font-size:16px;
line-height: 1.8em;
margin-top: -10px;
margin-bottom: -5px;
}
.mokuji dt {
float: none;
}
.mokuji dt img {
width: 60%;
}
.mokuji dd {
width: 100%;
margin-left: 0;
}
.mokuji dd br {
	display: none;
}
.mokuji dl {
padding-bottom:0px;
}
.mokuji_date {
font-size: 12px;
padding-bottom: 10px;
}

	/*スマホ対応 対談
	 * --------------------------------------------------------*/
	.conv{
	width: 85%;
	font-size:14px;
	line-height: 1.8em;
	padding-bottom:20px;
	}
	.conv dt {
	float: none;
	}
	.conv dd {
	width: 100%;
	margin-left: 0;
	}
	.conv dd br {
		display: none;
	}
	.conv dl {
	padding-bottom:0px;
	}
	.conv .photo {
	margin:0 auto;
	margin-bottom: -30px;
	}
	.conv .photo img{
	width: 95%;
	}
	.title {
	width: 95%;
	font-size: 120%;
	margin:0 auto;
	margin-bottom: -50px;
	}
	.number {
	width: 30%;
	margin:0 auto;
	}

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

	.articleFooterSection ul > li:first-child {
			padding-top: 25px;
			text-align: center;
			display: table;
			margin: 0 auto;
		}
		.articleFooter {
			margin-top: -20px;
		}
		.articleFooter ul {
			width: 95%;
		}
		.articleFooter ul > li:first-child {
			display: block;
		}
		.articleFooter ul .prev {
			margin-top: -68px;
		}

		.articleFooter ul .next {
			margin-top: -68px;
		}

	/*スマホ対応 フッター
	 * --------------------------------------------------------*/
	#footer{
	  /*
		width: 320px;
	  */
	  width: 100%;
		height: auto;
		clear: both;
	  /*
		margin-left: -85px;
	  */
		margin: 0;
		padding: 0;
		padding-top: 30px;
	  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: 45px;
		}



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

		.date {
			font-size: 12px;
			padding-top: 5px;
			padding-bottom: 20px;
			}

	.copyright {
		padding-top: 20px;
		padding-bottom: 10px;
		}

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

}
