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

body {
	margin: 0px;
	padding:0px;
	background-color:#FFFFFF;
	background-attachment: fixed;
	}

html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}

/*               リンク               */
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:#C20D23;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#C20D23;
    text-decoration:none; ;
}
a:visited {/*訪問後のリンク*/
    color:#B32C1F;
    text-decoration:none;
}



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

}

h1 {
		line-height: 1.5em;
}



/*               ヘッダ               */
#header {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.btn_profile a {
	outline:none;
}
.btn_profile {
	position:absolute;
	top:468px;
	left:810px;
}
#profile {
	padding:40px;
}


/*               ヨドガワ               */
.yodogawa_left {
	float:left;
	margin-left:150px;
	width:440px;
	height:700px;
}
.yodogawa {
	text-align: left;
	margin-bottom: 40px;
	width:440px;
	font-weight: bolder;
}



/*               目次              */
.mokuji_right {
	float:left;
	width:320px;
	height:700px;
	margin-left: 50px;
	margin-bottom: 120px;
	padding-top:20px;
}

.mokuji {
	margin-bottom:30px;
}

/*               対談見出し               */
#conv_midashi {
	width: 800px;
	margin-bottom: 50px;
	text-align:center;
	position:absolute;
	top:-50px;
}



/*               main               */
.main {
	width: 800px;
	background-color:#FFFFFF;
	padding-bottom:50px;
	padding-top:220px;
	margin-left:150px;
	margin-top:120px;
	clear:both;
	border:#3E3A39 solid 8px ;
	position:relative;
}
.main_btn {
	width: 600px;;
	text-align:center;
	margin:30px auto;
}

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

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

}

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

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

dd {
display: block;
}

.continue {
	text-align:center
}

.date {
	clear: both;
	width:800px;
	font-size: 12px;
	text-align: center;
	margin-top: 50px;
	margin-left:150px;
}

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

/*               コラム               */
.column {
	width: 500px;
	margin: 25px auto 80px;
	text-align:left;
}

.column_title {
	text-align:center;
	margin:80px auto 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: 111px;
}
#btn_right {
	width: 126px;
	float: left;
	margin-left: 111px;
}


/*               info               */
.info {
	width: 650px;
	height: 565px;
	text-align: left;
	margin-left: 225px;
	margin-top:80px;
	padding-top:30px;
}

.info_midashi {
	padding-bottom: 30px;
	border-bottom: #231815 solid 1px;
}

.info_left {
	margin-top: 5px;
	width:320px;
	float:left;
}

.info_right {
	margin-top: 30px;
	width:265px;
	float: right;
}
.komidashi {
	font-weight:bolder;
}


/*               バナー               */
.banner {
	width:650px;
	margin-left: 225px;
	margin-top:150px;
	clear:both;
}

/*               K線               */
.ksen {
	width:800px;
	border-bottom:#231815 solid 1px;
	margin-left: 150px;
	margin-top: 150px;
}


/*               フッター               */
.footer{
	width:100%;
}

.btn_footer {
	width:600px;
	margin:0 auto;
	text-align:center;
}
