@charset "utf-8";

/* div#categoryTitle_wrapper　カテゴリータイトル
=========================================*/

div#categoryTitle_wrapper{
	height:92px;
	background:url(../image_common/category_title_bg.gif) left bottom repeat-x;
}

div#categoryTitle_wrapper.type{
	height:104px;
	background:url(../image_common/category_title_bg01.gif) left bottom repeat-x;
}
div#categoryTitle_wrapper.tab_none{
	height:70px;
}

div#categoryTitle_wrapper h2{
	padding:20px 0 14px 20px;
}

div#categoryTitle_wrapper h2.type{
	padding:20px 0 4px 20px;
}

div#categoryTitle_wrapper ul{
	padding-left:5px;
}

div#categoryTitle_wrapper ul li{
	float:left;
}

div#categoryTitle_wrapper ul li img{
	vertical-align:bottom;
}




/* div#categoryBottom_wrapper　カテゴリーボトム
=========================================*/
div#categoryBtm_wrapper{
	height:42px;
	background:url(../image_common/category_btm_bg.gif) left top repeat-x;
}

div#categoryBtm_wrapper.type{
	height:92px;
	background:url(../image_common/category_btm_bg01.gif) left top repeat-x;
}

div#categoryBtm_wrapper ul{
	padding-left:5px;
}

div#categoryBtm_wrapper ul li{
	float:left;
}

div#categoryBtm_wrapper ul li img{
	vertical-align:top;
}

div.btm_shadow{
	height:7px;
	background:url(../image_common/btm_shadow.gif) no-repeat;
}




/*ページトップへ*/

p.go_pagetop{
	text-align:right;
	margin:0 39px 40px 0;
}


p.go_pagetop a img{
	filter:alpha(opacity=100); 
    -moz-opacity: 1.0; 
    opacity: 1.0;
}

p.go_pagetop a:hover img{
	filter:alpha(opacity=70); 
    -moz-opacity: 0.7; 
    opacity: 0.7;
}


/* 共通レイアウトスタイル　by roudiam 090828～
=========================================*/
p.go_pagetop.custom01{
	margin-right:0;
	width:100%;
	border-bottom:1px solid #B9B8B7;
	margin-bottom: 40px;
	}

p.go_pagetop.custom01.border_none{
	border:none;
	}

p.go_pagetop.custom01.border_none.mb5{
	margin-bottom:5px;
	}

p.go_pagetop.custom02{
	margin-right:0;
	width:100%;
	border-bottom:1px solid #B9B8B7;
	margin-bottom: 15px;
	}

p.go_pagetop.custom02.border_none{
	border:none;
	}

p.go_pagetop.custom02.border_none.mb5{
	margin-bottom:5px;
	}
	
p.go_pagetop.custom03{
	margin-right:0;
	width:100%;
	border-bottom:1px solid #B9B8B7;
	margin-bottom: 30px;
	}

p.go_pagetop.custom03.border_none{
	border:none;
	}

p.go_pagetop.custom03.border_none.mb5{
	margin-bottom:5px;
	}



/* リンク装飾設定
=========================================*/
a:link{color:#6699CC; text-decoration:underline;}
a:visited{color:#6699CC; text-decoration:underline;}
a:hover{color:#6699CC; text-decoration:none;}
a:active{color:#6699CC; text-decoration:none;}



/* margin-bottom
=========================================*/
.mb15{
	margin-bottom:15px;
}

.mb30{
	margin-bottom:30px;
}

.mb35{
	margin-bottom:35px;
}

.mb37{
	margin-bottom:37px;
}

.mb40{
	margin-bottom:40px;
}

.mb45{
	margin-bottom:45px;
}

.mb60{
	margin-bottom:60px;
}


/* margin-left
=========================================*/
.ml5{
	margin-left:5px;
}

.ml8{
	margin-left:8px;
}

.ml10{
	margin-left:10px;
}

.ml25{
	margin-left:25px;
}

.ml30{
	margin-left:30px;
}

/* コンポーネント各種
=========================================*/
.caution{
	font-size:75%;
}

.caution_r{
	font-size:75%;
	float:right;
}

/* ボディカラー注意書
=======================*/
.redcaution{
	font-size:75%;
	margin: 10px 0 0 30px;
	color: #F00;
}

.redcaution_r{
	font-size:75%;
	float:right;
	margin: -20px 0 0 30px;
	color: #F00;
}

.redcaution_r2{
	font-size:75%;
	float:right;
	margin: -20px 20px 0 20px;
	color: #F00;
}

.txt_size_small{
	font-size:75%;
}


.black_underline{
	border-bottom:1px solid #000;
}

.text_bold{
	font-weight:bold;
}

.btm_border{
	border-bottom:1px solid #B9B8B7;
}

p.hide{
	display:none;
}



/*201310add*/
p.finish{
	margin:0 7px;
	padding:0;
	padding:5px;
	font-size:12px;
	background:#ddd;
	border-bottom:3px double #666;
	text-align:center;
	color:#f00;
}