<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


body {
	margin: 0 auto;
	background-image: url(../images/common/background.gif);
	background-repeat: repeat;
}

.wrapper {
	width: 850px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFF;
}

.banner {
}


/* ----------ヘッダ---------- */
#header {
	margin-bottom: 40px;
}

#header01 {
	z-index: 1;
	position: relative;
	width: 850px;
	height: 705px;
	margin: 0 auto;
	margin-bottom: 40px;
	background-image: url(../images/index/photo/01.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#header02 {
	z-index: 2;
    position: relative;
	
	width: 428px;
	height: 705px;
	float: left;
	margin: 0 auto;
}


#yodogawa {
	margin: 0 auto;
}

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

.main {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.linup_ladies_left {
	width: 540px;
	margin: 0 auto;
	float: left;
}
.linup_ladies_right {
	width: 310px;
	margin: 0 auto;
	float: right;
}




/* ----------アーカイブ---------- */

#achive {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.achive_left {
	width: 390px;
	margin-right: 12px;
	margin: 0 auto;
	background-color: #D0D0D0;
	float: left;
	
}

.a_text01 {
	padding-left: 20px;
	/* メインの文字要素 */
	font-size: 12px;
	color: #242C33;
	letter-spacing: 2px;
	line-height: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.achive_right {
	width: 448px;
	margin: 0 auto;
	background-color: #D0D0D0;
	float: right;
}
.achive_right02 {
	width: 448px;
	margin: 0 auto;
	float: right;
}


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

#footer {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.btn_footer01 {
	margin: 0 auto;
	float: left;
}

.btn_footer02 {
	margin: 0 auto;
	float: right;
}


/* ------------------テキストフォント------------------ */

.small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.stock {
	margin-top: 10px;
}




/* ------------------リンク------------------ */
a:link {
	color: #2BB26E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366FF;
}
a:hover {
	text-decoration: none;
	color: #3366FF;
}
a:active {
	text-decoration: none;
}



/* ------------------ボタン------------------ */
.btn {
}


/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}
</pre></body></html>