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

body {
	/* 文字要素 */
	font-family: "太ゴB101","Futo Go B101","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	line-height: 2.2em;
	letter-spacing: 0em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000023;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.contents_frame {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border: 1px solid #CD090A;
	margin-bottom: 50px;
}

/* ----------ヘッダ---------- */

.header {
	width: 296px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 35px;
	}

.header_photo {
	padding-bottom: 30px;
	}

/* ----------ヨドガワ---------- */

.yodogawa{
	width: 373px;
	float: right;
	margin-right: 80px;
	margin-bottom: 50px;
	}


/* ----------目次---------- */
.mokuji {
	width: 210px;
	text-align: center;
	color: #3e3a39;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
    padding-bottom: 10px;
	border-top: 2px solid #8599aa;
	border-bottom: 2px solid #8599AA;
	float: left;
	}

 .mokuji ul {
    padding-left: 0px;
    margin-top: 10px;
	}


.mokuji li {
	list-style-type: none;
	float: left;	
	}


/*プロフィール
 * --------------------------------------------------------*/

.btn_profile {
	width: 25px;
	float: left;
	margin-left: 80px;
	margin-right: 30px;
	}

#profile{
	width: 400px;
	margin: 0 auto;
	background: #FFF;
	padding: 25px;
	text-align: center;
	font-size: 15px;
	line-height: 1.85em;
}

.profile .close {
	display: block;
	margin: 20px 0 0 0 ;
	text-align: center;
}

.photo_profile {
	width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}


/* ----------タイトル---------- */

.title1 {
	width: 52px;
	height: 830px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	background-image: url(images/title1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	}

.title2 {
	width: 52px;
	height: 830px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	background-image: url(images/title2.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	}
	
.title3 {
	width: 52px;
	height: 830px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	background-image: url(images/title3.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	}	

.title4 {
	width: 52px;
	height: 830px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	background-image: url(images/title4.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	}	

.title5 {
	width: 52px;
	height: 830px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	background-image: url(images/title5.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	}	

.title6 {
	width: 52px;
	height: 830px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	background-image: url(images/title6.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	}	

.title7 {
	width: 52px;
	height: 830px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	background-image: url(images/title7.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	}	

/* ----------メイン---------- */

#honmon {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #edf0f2;
	font-weight: 17px;
	margin-bottom: 50px;
	clear: both;
	padding-bottom: 50px;
	padding-top: 20px;
	font-family: "中ゴシックBBB","Gothic Medium BBB","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#honmon p{
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 20px;
    padding-left: 80px;
	padding-right: 10px;
}

#honmon_archive {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #edf0f2;
	font-weight: 17px;
	margin-bottom: 50px;
	clear: both;
	padding-bottom: 50px;
    padding-top: 20px;
	font-family: "中ゴシックBBB","Gothic Medium BBB","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 50px;
	}

#honmon_archive p{
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 20px;
    padding-left: 80px;
	padding-right: 10px;
}


.continue {
	font-size: 85%;
	text-align: center;
	padding-top: 50px;
	padding-right: 0px;
	line-height: 1.6em;
	padding-bottom: 20px;
	clear: both;
	}

/* ----------かぎかっこ対応---------- */

.kagikakko {
	margin-left: 18px;
	}

.dash {
	margin-left: 30px;
	}

/* ---------内容--------- */

.conv {
	width: 550px;
	margin: 0 auto;
	line-height: 1.9em;
	margin-top: 25px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	float: right;
    padding-left: 40px;
	border-left: 1px solid #8599AA;
}

.conv dl {
	display: table;
	width: 100%;
}
.conv dl + dl {
	margin-top: 0px;
}
.conv dt, .conv dd {
	display: table-cell;
	text-align: left;
}

.conv dt.talker0{
	font-family: "太ゴB101","Futo Go B101","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 60px;
	height: 25px;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 85%;
}

.conv dt.talker1{
	font-family: "太ゴB101","Futo Go B101","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 60px;
	height: 25px;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 85%;
	color: #C30D23;
}

.conv dt {
	width: 60px;
	padding: 2em 0 0 0;
	font-weight: bold;
	vertical-align: top;
}

.conv dd {
	padding-top: 20px;
	vertical-align: middle;
	padding-right: 0px;
}

.photo_margin {
	width: 500px;
	height: auto;
	padding-top: 20px;
	}

.photo_margin_last {
	width: 650px;
	height: auto;
	padding-top: 20px;
	text-align: center;	
	margin: 0 auto;
	}

.continue {
	font-size: 85%;
	text-align: left;
	padding-left: 80px;
	}



/* ----------日付---------- */

.date {
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	color: #434343;
	font-size: 60%;
	top: 0px;
	clear: both;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.3em;
	padding-top: 30px;
	}

.credit {
	text-align: center;
	font-size: 14px;
	}
	
/* ------------------フッターリスト------------------ */
.btn_back_next{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	margin-top: 30px;
	clear: both;
	}
.btn_back {
	width: 95px;
	height: 50px;
	float: left;
	}
.btn_top {
	width: 120px;
	height: 50px;
	float: left;
    margin-left: 120px;
	}
.btn_next {
	width: 95px;
	height: 50px;
	float: right;
	}

.hidden {
	visibility: hidden;	
	}

/* -----フッター----- */

.footer{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 80px;
	margin-top: 50px;
	}

.footer ul {
    padding-left: 40px;
	}

.footer li{
	float: left;
	margin-right: 20px;
	list-style-type: none;
	}

.copyright {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	color: #3e3a39;
	letter-spacing: 0.1em;
	padding-right: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-top: 25px;
	}

/* -----SCOOP情報----- */

.scoop_poster {
	float: left;
	width: 352px;
	margin-left: 50px;
	}

.scoop_information {
	width: 420px;
	float: right;
	margin-right: 50px;
	font-size: 15px;
	line-height: 1.7em;
	}

.scoop_information h1{
	font-size: 20px;
	}

.btn_scoop {
	margin: 20px auto;
	text-align: center;
	clear: both;
	padding-top: 50px;
	}

.footer_credit {
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	padding-top: 20px;	
	}

.footer_hobonichi {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
	}

/* ------------------リンク色変更------------------ */
A:link {
	color: #00B0E0;
	text-decoration: none     /* 下線を消す */
}   /* リンク */

A:visited {                 /* 既に見たリンク */
	color: #1B6B9F
}

A:active {
	color: #D1F9FF
} /* クリック時のリンク */

A:hover {                   /* カーソルが上にある時のリンク */
	color: #D1F9FF;
	text-decoration: none     /* 下線を消す */;
	float: none;
}

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


/* ------------------IEで枠線消す------------------ */

img {
	border-style: none;
	margin-right: auto;
	text-align: center;
}

/* -----フロート解除----- */ 
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ------------------iPad対応------------------ */
@media only screen and (max-device-width:850px) {
	
	body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	background-size: auto 1500px;
	background-position: 50% 00%;
	}
		
	#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
	}

.contents_frame {
	width: 100%;
    margin-top: 0px;	
	}
	
.header {
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	}

.header img{
	width: 35%;
	height: auto;
	} 
	
.header_photo img{
	width: 100%;
	height: auto;
	} 	
	
/* ----------ヨドガワ---------- */

.yodogawa{
	width: 373px;
	float: right;
	margin-right: 30px;
	margin-bottom: 50px;
	}


/* ----------目次---------- */
.mokuji {
	width: 210px;
	text-align: center;
	color: #3e3a39;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
    padding-bottom: 10px;
	border-top: 2px solid #8599aa;
	border-bottom: 2px solid #8599AA;
	float: left;
	}

 .mokuji ul {
    padding-left: 0px;
    margin-top: 10px;
	}


.mokuji li {
	list-style-type: none;
	float: left;	
	}

/*プロフィール
 * ----------------------*/

.btn_profile {
	width: 25px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	}

#profile{
	width: 400px;
	margin: 0 auto;
	background: #FFF;
	padding: 25px;
	text-align: center;
	font-size: 15px;
	line-height: 1.85em;
}

.profile .close {
	display: block;
	margin: 20px 0 0 0 ;
	text-align: center;
}

.photo_profile {
	width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}

.conv {
    width: 500px;
    padding-right: 50px;
	}
	
/* -----SCOOP情報----- */

.scoop_poster {
	float: left;
	width: 300px;
	margin-left: 30px;
	}

.scoop_poster img{
	width: 100%;
	height: auto;
	} 

.scoop_information {
	width: 350px;
	float: right;
	margin-right: 30px;
	font-size: 15px;
	line-height: 1.7em;
	text-align: left;
	}

.scoop_information h1{
	font-size: 20px;
	}

.btn_scoop {
	margin: 20px auto;
	text-align: center;
	clear: both;
	padding-top: 50px;
	}

.footer_credit {
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	padding-top: 20px;	
	}

.footer_hobonichi {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
	}
	
}


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


body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#wrapper {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	-webkit-text-size-adjust: 100%;	
	margin-top: -10px;
	line-height: 1.5em;
	letter-spacing:0em;	
	-webkit-box-shadow:none;
	box-shadow:none;
}


.contents_frame {
	border: 2px solid #CD090A;
	width: 100%;
}

.header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
	padding-top: 0px;
	margin-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	}

.header img{
	width: 60%;
	height: auto;
	} 

.header_photo img{
	width: 100%;
	height: auto;
	} 

.yodogawa{
	width: 300px;
	height: auto;
	margin: 20px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: none;
	position: relative;
	text-align: center;
	top: -770px;
	}

.yodogawa img{
	width: 100%;
	height: auto;
	} 

.btn_profile {
	width: 30px;
	height: auto;
	float: none;
	position: relative;
	top: 410px;
	left: 25px;
	margin-left: 0px;
	margin-right: 0px;
	}

.btn_profile img{
	width: 100%;
	height: auto;
	} 

#profile{
	width: 310px;
}


/* ----------目次---------- */
.mokuji {
	width: 180px;
	height: 350px;
	text-align: center;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: 35px;
	left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

 .mokuji ul {
    padding-left: 0px;
    margin-top: 10px;
	}


.mokuji li {
	list-style-type: none;
	float: left;
	width: 25px;
	}

.mokuji li img{
	width: 100%;
	height: auto;
	}


.mokuji_profile {
	width: 310px;
	height: auto;
	margin: 0 auto;
	text-align: center;	
	}


/* ----------対談---------- */


.title1 {
	width: 310px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	background-image: url(images/titlesp1.png);
	background-repeat: no-repeat;
	background-position: 10% 0%;
	float: none;
	}

.title2 {
	width: 310px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	background-image: url(images/titlesp2.png);
	background-repeat: no-repeat;
	background-position: 10% 0%;
	float: none;
	}

.title3 {
	width: 310px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	background-image: url(images/titlesp3.png);
	background-repeat: no-repeat;
	background-position: 10% 0%;
	float: none;
	}

.title4 {
	width: 310px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	background-image: url(images/titlesp4.png);
	background-repeat: no-repeat;
	background-position: 10% 0%;
	float: none;
	}

.title5 {
	width: 310px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	background-image: url(images/titlesp5.png);
	background-repeat: no-repeat;
	background-position: 10% 0%;
	float: none;
	}

.title6 {
	width: 310px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	background-image: url(images/titlesp6.png);
	background-repeat: no-repeat;
	background-position: 10% 0%;
	float: none;
	}

.title7 {
	width: 310px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	background-image: url(images/titlesp7.png);
	background-repeat: no-repeat;
	background-position: 10% 0%;
	float: none;
	}

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

#honmon {
	width: 100%;
	margin: 0 auto;
    margin-top: -350px;
	line-height: 1.7em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	border-radius: 0px;
	padding-bottom: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	}

#honmon p{
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#honmon_archive {
	width: 100%;
	margin: 0 auto;
    margin-top: 0px;
	line-height: 1.7em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	border-radius: 0px;
	padding-bottom: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	}

#honmon_archive p{
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.photo_margin{
	width: 100%;
	height: auto;
	padding-top: 10px;
	text-align: center;
	}

.photo_margin img{
	width: 100%;
	height: auto;
	}

.photo_margin_last{
	width: 100%;
	height: auto;
	padding-top: 10px;
	text-align: center;
	}

.photo_margin_last img{
	width: 100%;
	height: auto;
	}


/* ---------対談---------- */
	
.conv {
	width: 90%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0 auto;
	line-height: 1.7em;
	border-left-style: none;
	font-size: 16px;
	float: none;
}

.conv dt, .conv dd {
	display: block;
	margin-left:10px;
	}

.conv dd {
	padding-top: 0em;
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 5px;
}

.conv dl {
	display: table;
	width: 100%;
}
	
.conv dt.talker0{
    padding-top: 10px;	
    margin-bottom: 10px;
}
.conv dt.talker1{
	padding-top: 10px;
    margin-bottom: 10px;
}

.continue {
	text-align: center;
	padding-left: 0px;
	}

/* ---------キャプション+日付---------- */
.caption {
	font-size: x-small;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
    padding-left: 0px;
	}


.date {
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	font-size: 60%;
	top: 0px;
	padding-bottom: 30px;
	clear: both;
	width: 320px;
	margin-bottom: 0px;
	padding-top: 30px;
	}


.btn_back_next{
	margin-left: auto;
	margin-right: auto;
	width: 310px;
	height: auto;
	text-align: center;
	}
	
.btn_back {
	width: auto;
	height: 40px;
	text-align: center;	
	margin:0 auto;
	float: left;
	padding-left: 10px;
	}

.btn_back img{
	width: auto;
	height: 40px;
	}

.btn_top {
	width: auto;
	height: 40px;
	float: left;
	margin-left: 25px;
	}

.btn_top img{
	width: auto;
	height: 40px;
	}	
	
.btn_next {
	width: auto;
	height: 40px;
	text-align: center;	
	margin:0 auto;
	float: right;
	padding-right: 10px;
	}

.btn_next img{
	width: auto;
	height: 40px;
	}

.credit	{
    padding-top:30px;
    padding-bottom: 30px;
	}

/* ----------フッター---------- */

.footer{
	width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    margin-top: 0px;
	}

.footer ul {
	padding-left: 0px;
	}

.footer li{
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 10px;
	height: 30px;
	text-align: center;
	float: none;
	}

.footer li img{
	width: auto;
	height: 30px;
	}


.copyright {
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 30px;
	clear: both;
	padding-top: 30px;
    padding-right: 0px;
	}



/* ----------かぎかっこ対応---------- */

.kagikakko {
	margin-left: 0;
	}	

.dash {
	margin-left: 0;
	}	

/* -----SCOOP情報----- */

.scoop_poster {
	float: none;
	width: 300px;
	margin: 0 auto;
	text-align: center;	
	}

.scoop_poster img{
	width: 100%;
	height: auto;
	}

.scoop_information {
	width: 300px;
	float: none;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.7em;
	text-align: left;
	}

.scoop_information h1{
	font-size: 20px;
	}

.btn_scoop {
	margin: 30px auto;
	text-align: center;
	clear: both;
    padding-top: 0px;
	width: 300px;
	}

.btn_scoop  img{
	width: 100%;
	height: auto;
	}

.footer_credit {
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	padding-top: 20px;	
	}

.footer_hobonichi {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
	}


}
