/* CSS Document */
/* ワンポイントアドバイスページ */



/* 【トップ及び全体の設定】 */

/* 基本設定 */
div.main {
width: 530px;
margin: 20px auto;
padding:30px 60px;
background:#fff;
border:1px solid #efefef;
overflow:hidden;
}

.main body {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}
.main * {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #666666;
	font-size: 12px;
	text-indent:0px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.4em;
}
/* 画像の余白解消 */
.main img{        
display: block;
border: none;
}

/* tableリセット */
#advice .main table,
#advice .main table td {
border:none;
margin:0;
padding:0;
}


/* ===== Sectionの背景変更 ===== */
.style1 #contents .section{
background:url("../img/bg_section_gray.gif") 0 0 repeat;
}


/* トップのボーダー */
.border_body {
	margin: 7px 0px 10px 0px;
	padding:0px;
	border:0px;
}

/* パンくずリスト */
.blist * {
	color:#999999;
	font-size:10px;
	display:inline;
	text-decoration:none;
	font-weight:normal;
}
.blist {
	margin:5px 0px 0px 0px;
	padding:0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	color:#999999;
	text-decoration:none;
	height:10px;
	border:0px;
}
.blist a:link {
	color:#999999;
	text-decoration:none;
}
.blist a:visited {
	color:#999999;
	text-decoration:none;
}
.blist a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#96d230;
}
.blist_current {
	color:#666666;
}
/* safari, opera対策 */
html:first-child .blist {
	letter-spacing:-0.1em;
} 



/* index.html タイトル */
.title {
	margin:0px;
	padding:0px;
	border:0px;
	position:relative;
}

.intro {
	background-color:#F6F6F6;
	background-image:url(../img/topics/advice/intro_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	filter:alph(opacity=50);
	margin:0px 0px 20px 0px;
	padding:10px;
	width:377px;
	border:0px;
	position:relative;
	float:left;
	
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color:#666666;
	text-decoration:none;
}

.title_right {
	margin:0px;
	padding:0px;
	border:0px;
	position:relative;
	float:left;
}



/* 美容インデックスのナビゲーション */
.nav_biyo {
	margin: 0px 15px 0px 0px;
	padding:0px;
	border:0px;
	position:relative;
	float:left;
	width:251px;
}
.biyo_list {
	margin: 0px;
	padding:0px;
	border:3px solid #19689C;
	position:relative;
	width:251px;
	height:152px;
	background-color:#19689C;
}

.nav_biyo li{
	list-style-type:none;
	width:251px;
	height:19px;
	float:left;
	display:block;
}
.nav_biyo li img{
	border:0;
}
.nav_biyo li.biyo_list01{
	background:url(../img/topics/advice/biyo_list01a.gif);
}
.nav_biyo li.biyo_list02{
	background:url(../img/topics/advice/biyo_list02a.gif);
}
.nav_biyo li.biyo_list03{
	background:url(../img/topics/advice/biyo_list03a.gif);
}
.nav_biyo li.biyo_list04{
	background:url(../img/topics/advice/biyo_list04a.gif);
}
.nav_biyo li.biyo_list05{
	background:url(../img/topics/advice/biyo_list05a.gif);
}
.nav_biyo li.biyo_list06{
	background:url(../img/topics/advice/biyo_list06a.gif);
}
.nav_biyo li.biyo_list07{
	background:url(../img/topics/advice/biyo_list07a.gif);
}
.nav_biyo li.biyo_list08{
	background:url(../img/topics/advice/biyo_list08a.gif);
}


.nav_biyo li a{
	display:block;
	width:251px;
	height:19px;
}

.nav_biyo li a:hover {
	background:none;
	background-color:transparent;
}

.nav_biyo li a:hover img{
	visibility:hidden;
}

/* エステインデックスのナビゲーション */
.nav_esthe {
	margin: 0px 0px 0px 0px;
	padding:0px;
	border:0px;
	position:relative;
	float:right;
	width:251px;
}
div.esthe_list {
	margin: 0px;
	padding:0px;
	border:3px solid #C84948;
	position:relative;
	width:251px;
	height:152px;
	background-color:#C84948;
}

.nav_esthe li{
	list-style-type:none;
	width:251px;
	height:19px;
	float:left;
	display:block;
}
.nav_esthe li img{
	display:inline;
}
.nav_esthe li.esthe_list01{
	background:url(../img/topics/advice/esthe_list01a.gif);
}
.nav_esthe li.esthe_list02{
	background:url(../img/topics/advice/esthe_list02a.gif);
}
.nav_esthe li.esthe_list03{
	background:url(../img/topics/advice/esthe_list03a.gif);
}
.nav_esthe li.esthe_list04{
	background:url(../img/topics/advice/esthe_list04a.gif);
}
.nav_esthe li.esthe_list05{
	background:url(../img/topics/advice/esthe_list05a.gif);
}

.nav_esthe li a{
	display:block;
	width:251px;
	height:19px;
}

.nav_esthe li a:hover {
	background:none;
	background-color:transparent;
}

.nav_esthe li a:hover img{
	visibility:hidden;
}


/* 全体の設定 */
.main table,
.main tr, .main td, .main th,
.main img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}



/* 【トップ以下の設定】 */

.left{
	text-align:left;
	float:left;
}

.right{
	text-align:right;
	float:right;
}

/*コンテンツナビゲーション */
.border_ct01 {
	margin: 7px 0px 0px 0px;
	padding:0px;
	border:0px;
}
.border_ct02 {
	margin: 0px 0px 10px 0px;
	padding:0px;
	border:0px;
}
.ct_nav {
	border: 0px;
	margin: 0px;
	padding: 3px;
	background-color:#F6F6F6;
	height:18px;
	vertical-align:middle;
}
.ct_nav li.button_prev_biyo_01 {
	background:url(../img/topics/advice/prev_biyo_01a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_prev_biyo_02 {
	background:url(../img/topics/advice/prev_biyo_02a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_prev_biyo_03 {
	background:url(../img/topics/advice/prev_biyo_03a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_prev_biyo_04 {
	background:url(../img/topics/advice/prev_biyo_04a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_prev_biyo_05 {
	background:url(../img/topics/advice/prev_biyo_05a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_prev_biyo_06 {
	background:url(../img/topics/advice/prev_biyo_06a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_prev_biyo_07 {
	background:url(../img/topics/advice/prev_biyo_07a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_prev_biyo_08 {
	background:url(../img/topics/advice/prev_biyo_08a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_prev_esthe_01 {
	background:url(../img/topics/advice/prev_esthe_01a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_prev_esthe_02 {
	background:url(../img/topics/advice/prev_esthe_02a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_prev_esthe_03 {
	background:url(../img/topics/advice/prev_esthe_03a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_prev_esthe_04 {
	background:url(../img/topics/advice/prev_esthe_04a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_prev_esthe_05 {
	background:url(../img/topics/advice/prev_esthe_05a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_biyo_01 {
	background:url(../img/topics/advice/next_biyo_01a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_biyo_02 {
	background:url(../img/topics/advice/next_biyo_02a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_biyo_03 {
	background:url(../img/topics/advice/next_biyo_03a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_biyo_04 {
	background:url(../img/topics/advice/next_biyo_04a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_biyo_05 {
	background:url(../img/topics/advice/next_biyo_05a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_biyo_06 {
	background:url(../img/topics/advice/next_biyo_06a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_biyo_07 {
	background:url(../img/topics/advice/next_biyo_07a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_biyo_08 {
	background:url(../img/topics/advice/next_biyo_08a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_esthe_01 {
	background:url(../img/topics/advice/next_esthe_01a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_esthe_02 {
	background:url(../img/topics/advice/next_esthe_02a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_esthe_03 {
	background:url(../img/topics/advice/next_esthe_03a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_esthe_04 {
	background:url(../img/topics/advice/next_esthe_04a.gif);
	background-repeat:no-repeat;
}
.ct_nav li.button_next_esthe_05 {
	background:url(../img/topics/advice/next_esthe_05a.gif);
	background-repeat:no-repeat;
}

.ct_nav li{
	list-style-type:none;
	float:left;
	display:block;
	width:250px;
	height:18px;
}
.ct_nav li img{
	border:0;
}
.ct_nav li a{
	display:block;
	width:250px;
	height:18px;
}
.ct_nav li a:hover {
	background:none;
	background-color:transparent;
}
.ct_nav li a:hover img{
	visibility:hidden;
}

.border_cont {
	margin:0px;
	padding:10px 0px 10px 0px;
	border:0px;
}

.main p {
	display:block;
	padding-top:10px;
}


.cont_tbl_00 {
	padding:0px 11px 11px 0px;
	background-image:url(../img/topics/advice/cont_tbl_00_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	line-height:1.6em;
}

.cont_tbl_00 .txt {
	background-color:#f6f6f6;
	padding:10px;
	width:400px;
	height:125px;
}
.cont_tbl_01 {
	margin-bottom:10px;
	padding:10px;
	border:1px solid #85b934;
	background-image:url(../img/topics/advice/cont_tbl_01_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	line-height:1.6em;
}

.cont_tbl_02 {
	margin-bottom:10px;
	padding:10px;
	border:1px solid #85b934;
	line-height:1.6em;
}

.cont_titleimg {
	display:block;
	padding:0px 0px 10px 0px;
}
.image {
	float:right;
	padding:5px 5px 10px 10px;
}
.cr { clear: right; }

/* 器具選びのワンポイントアドバイスボタン */
.button_title li.button_totop{
	background:url(../img/topics/advice/title_advice_01a.gif);
}
.button_title li{
	list-style-type:none;
	float:left;
	display:block;
	width:214px;
	height:18px;
}
.button_title li img{
	border:0;
}
.button_title li a{
	display:block;
	width:214px;
	height:18px;
}
.button_title li a:hover {
	background:none;
	background-color:transparent;
}
.button_title li a:hover img{
	visibility:hidden;
}



/* 商品一覧へボタン */
.button_toitems {
	padding-top: 10px;
}

.button_toitems li.biyo_01_button01{
	background:url(../img/topics/advice/biyo_01_button01a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_01_button02{
	background:url(../img/topics/advice/biyo_01_button02a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_01_button03{
	background:url(../img/topics/advice/biyo_01_button03a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_01_button04{
	background:url(../img/topics/advice/biyo_01_button04a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_02_button01{
	background:url(../img/topics/advice/biyo_02_button01a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_02_button02{
	background:url(../img/topics/advice/biyo_02_button02a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_02_button03{
	background:url(../img/topics/advice/biyo_02_button03a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_03_button01{
	background:url(../img/topics/advice/biyo_03_button01a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_03_button02{
	background:url(../img/topics/advice/biyo_03_button02a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_03_button03{
	background:url(../img/topics/advice/biyo_03_button03a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_04_button01{
	background:url(../img/topics/advice/biyo_04_button01a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_04_button02{
	background:url(../img/topics/advice/biyo_04_button02a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_04_button03{
	background:url(../img/topics/advice/biyo_04_button03a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_05_button01{
	background:url(../img/topics/advice/biyo_05_button01a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_05_button02{
	background:url(../img/topics/advice/biyo_05_button02a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_05_button03{
	background:url(../img/topics/advice/biyo_05_button03a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_06_button01{
	background:url(../img/topics/advice/biyo_06_button01a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_07_button01{
	background:url(../img/topics/advice/biyo_07_button01a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_07_button02{
	background:url(../img/topics/advice/biyo_07_button02a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_07_button03{
	background:url(../img/topics/advice/biyo_07_button03a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_07_button04{
	background:url(../img/topics/advice/biyo_07_button04a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_07_button05{
	background:url(../img/topics/advice/biyo_07_button05a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.biyo_08_button01{
	background:url(../img/topics/advice/biyo_08_button01a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_01_button01{
	background:url(../img/topics/advice/esthe_01_button01a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_01_button02{
	background:url(../img/topics/advice/esthe_01_button02a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_01_button03{
	background:url(../img/topics/advice/esthe_01_button03a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_02_button01{
	background:url(../img/topics/advice/esthe_02_button01a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_02_button02{
	background:url(../img/topics/advice/esthe_02_button02a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_02_button03{
	background:url(../img/topics/advice/esthe_02_button03a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_02_button04{
	background:url(../img/topics/advice/esthe_02_button04a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_02_button05{
	background:url(../img/topics/advice/esthe_02_button05a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_02_button06{
	background:url(../img/topics/advice/esthe_02_button06a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_03_button01{
	background:url(../img/topics/advice/esthe_03_button01a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_03_button02{
	background:url(../img/topics/advice/esthe_03_button02a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_04_button01{
	background:url(../img/topics/advice/esthe_04_button01a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_04_button02{
	background:url(../img/topics/advice/esthe_04_button02a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_04_button03{
	background:url(../img/topics/advice/esthe_04_button03a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_04_button04{
	background:url(../img/topics/advice/esthe_04_button04a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_04_button05{
	background:url(../img/topics/advice/esthe_04_button05a.gif);
	background-repeat:no-repeat;
}
.button_toitems li.esthe_05_button01{
	background:url(../img/topics/advice/esthe_05_button01a.gif);
	background-repeat:no-repeat;
}


.button_toitems li{
	list-style-type:none;
	width:227px;
	height:39px;
	padding-right:10px;
	float:left;
}
.button_toitems li img{
	border:0;
}
.button_toitems li a{
	display:block;
	width:227px;
	height:39px;
}
.button_toitems li a:hover {
	background:none;
	background-color:transparent;
}
.button_toitems li a:hover img{
	visibility:hidden;
}

.call {
	padding-top:20px;
	float:left;
	position:relative;
	width:530px;
}
.call_ct {
	padding:5px 10px 2px 10px;
	border:1px solid #85b934;
	background:url(../img/topics/advice/call_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#F6F6F6;
}

.ct_footernav {
	padding-top:10px;
}