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

body {
	/* 文字要素 */
	font-family: "YuGothic","Yu Gothic","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",”Meiryo,Osaka”,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
, Meiryo, Arial, sans-serif;
	font-size: 15px;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	background-image: url(images/bg-photo.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}


#wrapper {
	background-repeat: repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF44FF;
	-webkit-box-shadow: 1px 1px 10px 1px #333333;
	box-shadow: 1px 1px 10px 1px #333333;
	margin-top: -30px;
}

li {
	list-style-type: none;
	}	
	
/* ----------ヘッダ---------- */
#header {
	width: 900px;
	background-color: #FF44FF;
	margin-top: -30px;
	padding-top: 20px;
}

#header_ill {
	text-align: center;
	position: relative;
	left: 130px;
	top: -110px;
	width: 150px;
	height: 134px;
	}


/* ----------ヨドガワ+目次---------- */

#yodogawa {
	width: 100%;
	text-align: center;
	font-size: 17px;
	line-height: 1.8em;
	letter-spacing: 1.2px;
	}
#profile_midashi {
	text-align: right;
	padding-right: 70px;
	}

#profile {
	width: 810px;
	height: 200px;
	padding-left: 45px;
	padding-right: 45px;
	}

.btn_profile{
	float: left;
	margin-left: 10px;
	}	
	

#mokuji {
	width: 750px;
	height: auto;
	margin-top: 35px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: medium solid #000000;
	border-bottom: medium solid #000000;
	float: left;
	margin-left: 75px;
	margin-right: 75px;
	}

.mokuji_left {
	width: 321px;
	float: left;
	height: auto;
	margin-left: 30px;
	padding-right: 25px;
	border-right: thin dotted #000000;
	}

.mokuji_right {
	width: 321px;
	height: auto;
	float: right;
	margin-right: 20px;
	}	

.mokuji_left img {
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.mokuji_right img {
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	}


#netabare {
	margin-left: auto;
	margin-right: auto;
	width: 763px;
	top: 0px;
	}

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

#main {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background-color: #FFFFFF;
	clear: both;
	margin-top: 50px;
	}

#main_archive {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	margin-top: -50px;
	background-color: #FFFFFF;
	}

#photo_top {
	width: 850px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}

#honmon_midashi {
	width: 500px;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	padding-top: 25px;
	}	
#honmon {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

#honmon p{
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 40px;
}
.caption {
	width: 490px;
	padding-left: 10px;
	font-size: 85%;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #6D6D6D;
	line-height: 160%;
	}

.text_small {
	font-size: 90%;
	font-weight: normal;
	line-height: 160%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	}

/* ----------メイン---------- */
.conv {
	width: 550px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

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

/* ----------メイン（話者設定）---------- */

.conv dt {
	width: 80px;
	vertical-align: top;
	color: black;
	font-size: small;
	font-weight: bold;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2.3em;
	word-spacing: 1em;
}
.conv dt.talker0{
	color: #333333;
}
.conv dt.talker1{
	color: #009933;
}
.conv dt.talker2{
	color: #3399CC;
}
.conv dt.talker3{
	color: #FF6633;
}
.conv dt.talker4{
	color: #9933FF;
	}
.conv dt.talker5{
	color: #FF44FF;
}
/* ----------メイン（話者設定）おわり---------- */

.conv dd {
	padding-top: 2em;
	vertical-align: middle;
	color: black;
}
.conv dd.center {
	text-align: center;
}
.conv .photo {
	padding: 30px 0 10px;
	text-align: left;
}
.conv .photo p {
	font-size: 12px;
	line-height: 1.75em;
	letter-spacing: 0.075em;
	text-align: left;
	color: #808080;
}
.conv .photo p.arrow:before {
	display: inline-block;
	width: 0px;
	height: 0px;
	content: '';
	margin-right: 5px;
	border: 5px solid transparent;
	border-bottom: 10px solid #808080;
}
.conv .continue {
	width: 500px;
	margin: 0 auto;
	padding: 2em 0 0;
	text-align: center;
}

.photo_margin3 {
	padding-top: 20px;
	width: 550px;
	height: auto;
	}
.setumei {
	width: 550px;
	height: auto;
	margin-bottom: 20px;
	}

/* ----------日付---------- */
.date {
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	color: #606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
	}


/* ------------------ボタン+日付+banner------------------ */
.table_btn {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#banner{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 180px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 0px 10px #929292;
	box-shadow: 0px 0px 10px #929292;
	border-radius: 20px;
}

.banner_setsumei {
	text-align: center;
	position: relative;
	top: 115px;
	left: 570px;
	width: 125px;
	height: 125px;
	}
/* ------------------フッターリスト------------------ */
#btn_back_next{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	height: 72px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
#btn_back {
	width: 74px;
	height: 72px;
	float: left;
	}
#btn_top {
	width: 74px;
	height: 72px;
	float: left;
	margin-left: 39px;
	}
#btn_next {
	width: 74px;
	height: 72px;
	float: right;
	}

/* -----ボタンがひとつのときはこれを使う。----- */
#btn_center {
	width: 74px;
	height: 72px;
	text-align: center;
	}

#footer{
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: auto;
	}
#footer li{
	float: left;
	margin-right: 20px;
	}

#btn_fb {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	padding-top: 20px;
	}

.copyright {
	font-size: 9px;
	ont-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #5E3403;
	margin-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	clear: both;
	}

/* ------------------コピーライト------------------ */

#footer .copyright {
	font-size: 9px;
	ont-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #5E3403;
	margin-top: 30px;
	padding-bottom: 50px;
}

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

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

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

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

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

img {
	border-style: none;
	margin-left: auto;
	margin-right: auto;
}

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

.clearfix {
  min-height: 1px;
}

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