@charset "UTF-8";
/* CSS Document */
html {
	width: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img{
    margin:0;
    padding:0;
}
/*table {
    border-collapse:collapse;
    border-spacing:0;
}*/
fieldset,img {
    border:0;
}
ol,ul {list-style:none;}
li {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} 
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
img{
	max-width: 100%;
	border-style:none;
}
a,img{
	vertical-align: top;
	overflow-y: hidden;
}

/* ------------------リンク色変更------------------ */
a {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover,a.selected,a:link {
    text-decoration:none;/* 下線を消す */
}
a:link{color:#000000}
a:visited{color:#878787}/* 既に見たリンク */
a:hover{color:#eb6100}/* カーソルが上にある時のリンク */
a:active{color:#B3B400}/* クリック時のリンク */
a:focus{outline:0}


/* -----フロート解除----- */ 
.clear {
	clear:both;
}

.clrfx:before,
.clrfx:after {
    content: " ";
    display: table;
}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}

/* -----カスタマイズ----- */ 
.hoverOp:hover{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.fl {float: left;}
.fr {float: right;}

/* ----------body/wrapper---------- */
body {
	background-color: #FAFBDC;
	/* 文字要素 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.075em;
	background-repeat: repeat;
	-webkit-text-size-adjust: 100%;
	background-color: #FFFCDA;
	border-radius: 50px;
	margin-right: 0;
	margin-left: 0;
	width: 100%;	
}

#wrapper {
	background-color: #FFFFFF;
	background-repeat: repeat;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	font-size: x-small;
	text-align: right;
	clear: both;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

/* ----------ヘッダ／ヨドガワ／プロフィール---------- */
#header {
	width: 670px;
	margin-left: 30px;
	margin-right: auto;
}

#profileillust {
	width: 255px;
	padding-bottom: 20px;
}

#yodogawa {
	text-align: left;
	font-size: 15px;
	width: 415px;
	line-height: 215%;
	padding-left: 75px;
	float: left;
	margin-top: 0px;
}
	
.text_small {
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
}	

#profile {
	width: 255px;
	height: auto;
	position: relative;
	float: right;
	margin-top: -90px;
}

#profile_honmon {
	width: 725px;
	height: auto;
	position: relative;
	margin-top: -180px;
	margin-right: 25px;
}

#btn_profile {
	margin-top: 5px;
	width: 112px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}


/* ----------メイン---------- */
#main {
  position: relative;
	width: 750px;
	margin-right: auto;
/*  overflow-x: hidden;*/
/*  overflow-y: hidden;*/
	height: auto;
	margin-left: auto;
	margin-top: 0px;
}

#talk{
	width: 648px;
	height: auto;
	font-size: 15px;
	line-height: 220%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: -200px;
	left: 0px;
}

#talk02{
	width: 750px;
	height: auto;
	font-size: 15px;
	line-height: 220%;
	clear: both;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
.midashi {
	font-weight: bold;
	font-size: 23px;
	line-height: 150%;
	margin-bottom: 30px;
	border-bottom: 2px solid #FF1696;
	margin-top: 30px;
	border-top: 2px solid #FF1696;
	text-align: center;
	border-spacing: 0px 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 110px;
	margin-right: 110px;
}
	
	
.midashi_no {
	font-size: 16px;
	margin-bottom: 15px;
	vertical-align: 50%;
}

.name {
	font-weight: bold;
	font-size: 85%;
	text-align: right;
}

.honmon_last {
	font-size: 10pt;
	line-height: 190%;
	color: #676767;
	padding-top: 15px;
}

/* ----------データ+ボタン---------- */
.date {
	width: 200px;
	margin: auto;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	clear: both;
	top: 0px;
	margin-right: auto;
	line-height: 150%;
	padding-top: 50px;
}

.table_date {
	width: 648px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A3906;
	font-size: 10pt;
	text-align: center;
}

/* -↓前後ボタンに使用- */
.table_btn {
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 0;
	padding-top: 30px;
}

.table_btn_top {
	margin-left: 64px;
	margin-right: 64px;
	padding-bottom: 20px;
	}

/* ------------------ページ下部------------------ */
.jump_to_top {
	clear: both;
	text-align: center;
	text-decoration: bold;
	font-size: 10pt;
	margin-top: 15px;
	margin-bottom: 15px;
}

.mokuji_midashi {
	padding-bottom: 15px;
}

#mokuji_bottom{
	text-align: left;
	font-size: 15.5px;
	line-height: 220%;
	width: 400px;
	margin-bottom: 60px;
	border-bottom: 1px dashed #000000;
	border-top: 1px dashed #000000;
	padding-left: 175px;
	padding-right: 175px;
	margin-top: 60px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#title_bottom {
	width: 680px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 50px;
	margin-bottom: 50px;
	height: auto;
}

#title_bar_bottom {
	width: 650px;
	margin-bottom: 15px;
	align: center;
	margin-left: auto;
	margin-right: auto;
}	

#bottom_illust_group {
	width: 680px;
	height: 200px;
}

.bottom_illust {
	width: 125px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.mokuji_bottom_no {
	font-size: 13px;
	font-weight: bold;
	color: #1C1C1C;
	line-height: 120%;
	padding-left: 5px;
}

.mokuji_bottom_title{
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 20px;
}

.bottom_illust_title{
	width: 125px;
	display:table;
	text-align: center;
	font-size: 14px;
}

/* ------------------フッター------------------ */
#footer {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}

#footer ul {
	padding-top: 50px;
	padding-bottom: 50px;
	list-style-type: none;
	text-align: center;
}

#footer .copyright {
	font-size: 9px;
	/*ont-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;*/
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FF01B6;
	margin-top: 50px;
	padding-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.credit{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-style: italic;
	}

#okuduke {
	margin-top: 30px;
	font-size: 15px;
	line-height: 2.5em;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 30px;
	}

.okuduke_title {
	font-weight: bolder;
	line-height: 1.2em;
	font-size: 11px;
	color: #3A3A3A;
}

/* ------------------統一メニューバー------------------ */
#menu_bar {
	height: 50px;
	background-color: #6A6163;
	background-attachment: fixed;
	background-repeat: repeat-x;
	width: 100%;
}

#menu li {
	float: left;
	list-style: none;
	margin-right: 44px;
	margin-top: 15px;
	height: 35px;
	}
	

#menu {
	text-align: center;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
}

.menu_margin-right{
	margin-right: 100px;
	display: inline-block;
	}

.menu_list{
	height: 20px;
	float: left;
	width: auto;
}

.menu_about {
	height: 20px;
	float: right;
	width: auto;
}
	
.menu_home {
	height: 20px;
	float: right;
	margin-left: 51px;
	width: auto;
}	

/* ------------------画面上 固定バー------------------ */
#lineup li {
	position: relative;
	z-index: 3;
}

#lineup li ul {
	display: none;
	position: absolute;
	top: 35px;
	left: -1px;
	padding: 5px;
	width: 450px;
	background: #FFFFFF;
	border: solid 1px #ccc;
}

#lineup li ul li {
	color: #000000;
	margin: 0;
	padding: 0;
	width: 450px;
	height: 50px;
	border: none;
	display: inline-block;
	text-align: left;
}

#lineup li ul li .menu_1 {
	position: absolute;
	margin-top: 3px;
	width: 400px;
	padding-left: 10px;
	padding-bottom: 15px;
	display: inline-block;
}

#lineup li ul li .menu_2 {
	font-size: 12px;
	display: inline-block;
	width: 400px;
	line-height: 11px;
}

#lineup li ul li:hover {
	background: #FFFF01;
	color: #FFFF01;
	cursor: pointer;
}

#lineup li ul li a:hover {
	color: #000;
}

/* ------------------しおり------------------ */
.btn_shiori{
	width: 48px;
	position: relative;
	left: 750px;
	top: -120px;
}

.btn_shiori_dummy{
	width: 48px;
	position: relative;
	right: 750px;
	top: -120px;
}

/* ------------------前後ボタン------------------ */
#side {
    display: none;
    position: absolute;
    top: 500px;
    left: -35px;
    width: 780px;
    z-index: 4;
}

#side_btn {
	position: absolute;
	width: 75px;
	margin-left: 750px;
}

#side_btn_left {
  float: left;
}

/* ------------------本文ボタン------------------ */
#sideToHonmon {
    /*display: none;*/
   display: block;
    position: relative;
    top: 570px;
    z-index: 4;
    width: 40px;
	float: right;
    
}

#side_btn_honmon {
	position: absolute;
	width: 75px;
	height: 75px;
}


/* ------------------拡散------------------ */
#share {
	width: 648px;
	margin: 0 auto;
	padding: 50px;
}
	
#share ul{
	padding: 0;
	text-align: center;
}

#share li{
    *display: inline;  
    *zoom: 1;  
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 110px;
}

#share li:first-child {
	width: 180px;
}

#share li:nth-child(2) {
	width: 100px;
}

#share li:nth-child(3) {
	width: 90px;
}
	
#share li:last-child {
	width: 100px;
}

#share .mailBtn {
	margin-top: 50px;
	text-align: center;
}

/* ------------------表紙------------------ */

#mokuji_hyoushi{
	font-size: 15.5px;
	line-height: 220%;
	width: 400px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: -30px;
	margin-bottom: 60px;
	margin-left: 175px;
	margin-right: 175px;
	text-align: left;
}

/* ------------------TOP------------------ */
#about_yodogawa{
	width: 620px;
	text-align: center;
	font-size: 17px;
	line-height: 210%;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: normal;
	margin-top: 200px;
	margin-bottom: 70px;
	margin-right: auto;
	margin-left: auto;
}
	
.top_illust {
	width: 215px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	margin-bottom: 10px;
}

.top_illust_name{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.top_illust_title{
	width: 215px;
	text-align: center;
	font-size: 16px;
	height: 80px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#header_top {
	width: 670px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 15px;
}	
