@charset "UTF-8";
/* CSS Document */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
	background-color:#D3B07D;
	background-attachment: fixed;
	}



/*               リンク               */
a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

a{/*リンクされた文字*/
    color:#BB2F22;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#8CFFE6;
    text-decoration:none; ;
}
a:visited {/*訪問後のリンク*/
    color:#B32C1F;
    text-decoration:none;
}



#wrapper {
	width: 800px;
	background: url(../images/shadow.png) repeat-y center top;
	background-color:#D3B07D;
	margin: 0 auto;
	padding-bottom: 120px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2em;
	color:#2E1A0D;

}



/*               ヘッダ               */
#header {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
#header .photoCredit {
	position: absolute;
	top: 550px;
	left: 49px;
}



/*               ヨドガワ               */
.yodogawa_left {
	float:left;
	padding-top:15px;
	margin-left:100px;
	width:380px;
}
.yodogawa {
	text-align: left;
	margin-bottom: 40px;
	width:360px;
}



/*               目次              */
.mokuji_right_2 {
	float:left;
	width:212px;
	margin-left: 20px;
	margin-bottom:60px;
}

.mokuji_2 {
	text-align: left;
	padding-left:25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 6px;
	width:177px;
	background: url(../images/mokuji_line.png) repeat-y center top;	}



/*               対談見出し               */
#conv_midashi {
	width: 600px;
	margin-left: 100px;
	margin-bottom: 50px;
}



/*               main               */
.main {
	background-color:#E1E1C8;
	padding-top:50px;
	padding-bottom:50px;
}



/*               対談               */
.conv dl {
	margin-top:35px;
}

.conv {
width: 500px;
margin: 25px auto 25px;
}

.conv dt {
width: 80px;
font-weight: bold;
vertical-align: top;
color: #2E1A0D;
}

.conv dt, .conv dd {
display: table-cell;
text-align: left;
}

dd {
display: block;
}

.continue {
	text-align:center
}

.date {
	clear: both;
	font-size: 12px;
	text-align: center;
	margin-top: 80px;
}

.pho {
	width:600px;
	margin-top:40px;
	margin-bottom:40px;
	margin-left:-50px;
}

/*               btn               */
.btn {
	width: 600px;
	height: 45px;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 120px;
	margin-left: 100px;
}
#btn_left {
	width: 126px;
	float: left;
}
#btn_center {
	width: 126px;
	float: left;
	margin-left: 111px;
}
#btn_center2 {
	width: 126px;
	float: left;
	margin-left: 237px;
}

#btn_right {
	width: 126px;
	float: left;
	margin-left: 111px;
}


/*               info               */
.info {
	width: 600px;
	text-align: center;
	margin-left: 100px;
	padding-top:50px;
	border-top-color: #D3B07D;
	border-top-style: solid;
}

.info_2 {
	width: 800px;
	background-color: #32415A;
}
.info_2_ph {
	width: 400px;
	text-align: left;
	float:left;
}

#info_text_2 {
	width: 350px;
	height: 525px;
	margin-bottom: 80px;
	padding-left: 50px;
	padding-top: 40px;
	background-color: #32415A;
	color: #D3B07D;
	text-align: left;
	float:left;
}

.cap {
	font-size:14px;
	line-height: 22px;
}

.cap_midashi {
	font-size:21px;
	line-height: 22px;
}



#info_midashi {
	text-align: left;
	margin-top:80px;
	margin-bottom: 20px;
}
#info_text {
	width: 500px;
	text-align: left;
	margin-left: 50px;
}
#info_message {
	margin-top: 30px;
	margin-bottom: 60px;
}
#infoline_top {
	margin-left: 98px;
}
#infoline_bottom {
	margin-left: 98px;
}



/*               フッター               */
.fooder{
	clear: both;
}

.foodertext a{
	color: #32415A;
	font-size: 12px;
}
