*	{margin:0;
	padding:0;
	}

img	{border:none;
	vertical-align:top;
	}

body	{background:#CCCCCC;
	font-family: sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.5px;
	vertical-align:baseline;
	text-align:center;
	padding:0;
	margin:0;
	scrollbar-face-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-highlight-color:#b3b3b3;
	scrollbar-shadow-color:#b3b3b3;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-arrow-color:#999999;
	scrollbar-track-color:#ffffff;
	}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}
p	{font-size:14px;
	color:#333333;
	line-height:1.5;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

a	{color:#0066cc;
	text-decoration:underline;
	}

a:hover	{color:#0066cc;
	text-decoration:none;
		}

ul{
	list-style:none;
}

.clear{clear:both;
}

.phot_left{
	float:left;
}

.phot_right{
	float:right;
}

b{
	color:#990000;
}

strong {
	font-weight: bold;
}

.dotted388{
	background:url(../images/line_dott.gif) repeat-x left top;
	margin:5px 0;
	height:3px;
	clear:both;
	width:388px;
}
.dotted500{
	background:url(../images/line_dott.gif) repeat-x left top;
	margin:5px 0;
	height:3px;
	clear:both;
	width:500px;
}

.dotted600{
	background:url(../images/line_dott.gif) repeat-x left top;
	margin:5px 0;
	height:3px;
	clear:both;
	width:600px;
}


.dotted930{
	background:url(../images/line_dott.gif) repeat-x left center;
	margin:5px 0;
	height:10px;
	clear:both;
	width:920px;
}


/*
 index.html
*/

div#wrapper	{
	background:#ffffff;
	margin:0 auto;
	width:953px;
	height:auto;
	text-align:left;
}

div#wrapper:after {
	content: "";
	display: block;
	clear: both;
}


div#header{
	width:953px;
	height:auto;
}

div#header h1{
	width:953px;
	height:auto;
/*	background:#000;*/
	background:#f75354;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	padding:5px 0;
}

div#header h1 a{
	color:#ffffff;
	text-decoration:none;
}

div#header img#logo{
	margin:10px;
}

div#header p{
	font-size:10px;
	width:630px;
	float:right;
	margin:5px 0 0 0;
	font-style:normal;
}

div#header img#top_image{
	margin-bottom:5px;
}

div#main{
	width:933px;
	height:auto;
	padding:0 10px;
	background:#fff;
}

*html div#main{
	padding-right:0;
	width:953px;

}


div#main:after {
	content: "";
	display: block;
	clear: both;
}


div#left_box{
	width:243px;
	float:left;
	display:inline;
}

div#left_box_search{
	width:190px;
	float:left;
	display:inline;
}

div#center_box{
	width:530px;
	height:auto;
	float:left;
	margin: 0 5px;
}

div#center_box_search{
	width:583px;
	height:auto;
	float:left;
	margin: 0 5px;
}

div#right_box{
	width:148px;
	height:auto;
	float:left;
}


/* --------     left_box       --------------*/

div.recomend{
	margin-top:10px;
}

div.recomend table{
	width:236px;
	height:auto;
	background:url(../images/bg_osusume_box.png) no-repeat left bottom;
	border:1px solid #ccc;
	margin:0 0 10px 0;
}

div.recomend table th{
	background:#ccc url(../images/img_check.gif) no-repeat right center;
	font-size:12px;
	font-weight:bold;
	padding:3px 0 3px 3px;
	text-align:left;
}

*html div.recomend table th{
	padding:3px 0;
	text-align:left;
}

div.recomend table th a{
	text-decoration:none;
	color:#333;
}

div.recomend table th a:hover{
	color:#0099CC;
}

div.recomend table td.red{
	font-size:14px;
	background:url(../images/img_liststyle_red.png) no-repeat left center;
	color:#996666;
	font-weight:bold;
	padding-left:15px;
}

div.recomend table td img{
	margin:3px;
}

div.recomend table td.txt{
	font-size:11px;
	line-height:1.2;
	padding:3px 0 10px 0;
}

div.recomend table td.txt a{
	text-decoration:none;
	color:#000;
}

div.recomend table td.txt a:hover{
	color:#0099CC;
}


div.refine_search{
	border:5px solid #e7e8e7;
	width:164px;
	margin:10px 0 20px 5px;
}

*html div.refine_search{
	width:174px;
}

div.refine_search h3{
	background:#06a6c9;
	padding:5px 0 5px 10px;
	font-size:13px;
	color:#fff;
}

div.refine_search h4{
	margin:10px 0 10px 5px;;
	border-left:15px solid #06a6c9;
	padding-left:5px;
	font-size:13px;
	color:#597080;
}

div.refine_search h5{
	margin:10px 0 10px 5px;;
	border-left:15px solid #06a6c9;
	padding-left:5px;
	font-size:13px;
	color:#597080;
}

div.order_list{
	padding:15px 0 0 175px;
	width:569px;
	height:28px;
	margin:0 0 10px 0;
	background:url(../images/bg_narabekae.gif) no-repeat left top;
}

*html div.order_list{
	width:744px;
	height:43px;
}

ul.o_list{
	font-size:14px;
	margin:0 0 0 20px;
}

ul.o_list li{
	float:left;
	margin:0 15px 0 0;
}

ul.o_list li a{
	display:block;
	margin:0 0 5px 0;
	background:url(../images/togglerch.gif) no-repeat left center;
	padding:0 0 0 12px;
	color:#000;
	text-decoration:none;
}

ul.o_list li a:hover{
	color:#06a6c9;
}
/* ----------left recomend -------    */

p.btn_recomlist{
	width:175px;
	text-align:right;
}

div.recomend{
	margin-left:8px;
	padding-top:10px;
}

div.recomend_top{
	background:url(../images/bg_graybox_top.png) no-repeat left bottom;
	width:170px;
	height:7px;
}

div.recomend_middle{
	background:url(../images/bg_graybox_middle.png) repeat-y left top;
	width:170px;
	height:auto;
}

div.recomend_bottom{
	background:url(../images/bg_graybox_bottom.png) no-repeat left top;
	width:170px;
	height:27px;
}

div.recomend_middle table{
	width:155px;
	height:auto;
	margin:0 auto;
	border-collapse:collapse;
}

*html div.recomend_middle table{
	margin:0 0 0 5px;
}

div.recomend_middle table th{
	background:#fff;
	width:155px;
	height:auto;
	padding:5px;
	text-align:center;
}

td.r_station, td.r_walk{
	background:#fff;
	padding:0;
	text-align:center;
	vertical-align:bottom;
}

td.r_station{
	font-size:14px;
	color:red;
	width:90px;
	font-weight:bold;
}

td.r_walk, td.r_price span{
	font-size:10px;
}

td.r_walk span{
	font-size:20px;
}

td.r_price, td.r_madori{
	font-size:20px;
	color:red;
	text-align:center;
	font-family: Arial,sans-serif,"ＭＳ Ｐゴシック",Osaka, "ヒラギノ角ゴ Pro W3"; 
}

td.r_detail{
	font-size:11px;
}
/* --------     center_box       --------------*/

div.design_sp{
	margin:10px 0 20px 0;
}

div.design_sp h3{
	margin-bottom:10px;
}

div.banner_space{
	display:inline;
}

div.banner_space img{
	margin-right:3px;
	margin-bottom:20px;
}

div.banner_space ul li{
	margin-bottom:4px;
	margin-left:5px;
}

div.banner_space ul li img{
	margin-bottom:0px;

}

div#location{
	margin:20px 0;
}

div#location img {
	margin-right:5px;
}

#title_location{
	margin:10px 0;
}


div.quick_search{
	width:200px;
	height:100px;
	border:1px solid #ccc;
	padding:5px 0 0 15px;
	font-size:14px;
	margin:10px 0 5px 0;
	overflow: auto;
}

div.quick_search a{
	margin-bottom:3px;
	text-decoration:none;
}

div.quick_search02{
	width:90%;
	height:115px;
	border:1px solid #ccc;
	padding:5px 0 0 5px;
	font-size:14px;
	overflow: auto;
	margin-left:5px;
}

*html div.quick_search02{
	height:120px;
	width:100%;
}

div.quick_search02 a{
	margin-bottom:3px;
	text-decoration:none;
}

div.quick_search03{
	width:300px;
	height:400px;
	border:1px solid #ccc;
	padding:5px 0 0 15px;
	font-size:14px;
	margin:10px 0 5px 10px;
	overflow: auto;
}

div.quick_search03 a{
	margin-bottom:3px;
	text-decoration:none;
}

div.search_wrapp{
	width:240px;
	float:left;
	margin:0 0 10px 20px;
}

*html div.search_wrapp{
	margin:0 0 0 10px;
}


#new_box_h3{
	margin-top:20px;
}

div.new_box{
	width:517px;
	height:600px;
	border:1px solid #ccc;
	background:url(../images/bg_gray_grade.png) no-repeat left top;
	margin:10px 0;
}


div.new_box p.RSS{
	margin:0 0 5px 290px;
}

div#spot_sp{
	margin-top:20px;
}

div#spot_sp h3{
	margin-bottom:10px;
}

div#spot_sp p{
	margin-bottom:10px;
}

div.rakuraku01{
	width:516px;
	margin:10px 0 20px 0;
	border:1px solid #ccc;
}

div.rakuraku01 p{
	width:496px;
	font-size:12px;
	line-height:1.5;
	margin:0 10px 10px 10px;
}

div.rakuraku01 p span{
	color:#339999;
	font-size:14px;
}


/*  ---------right_box   --------- */

div#right_box dl#cate{
	width:145px;
	font-size:12px;
}

div#right_box dl#cate dt{
	margin:10px 0;
}

div#right_box dl#cate dd{
	width:145px;
	line-height:1.2;
	margin-bottom:10px;
}

div#right_box dl#cate dd span{
	color:#339999;
	font-size:14px;
}


div.oyakudachi_box{
	width:135px;
	height:auto;
	border:1px solid #ccc;
	margin-bottom:10px;
	padding:15px 5px;
}

div.oyakudachi_box dl{
	width:135px;
}

div.oyakudachi_box dl dt{
	margin:0 5px 5px 0;
	font-size:16px;
	width:135px;
}

div.oyakudachi_box dl dd{
	font-size:14px;
	margin-bottom:15px;
	line-height:1.4;
	width:135px;
	color:#777;
}



/*  --------- footer   --------- */

.topagetop{
	margin-left:20px;
	font-size:14px;
}


div#footer{
	width:930px;
	height:auto;
	padding:0 17px;
	margin:5px 0;
}

dl.category_dl{
	margin:10px 0;
	width:900px;
}

dl.category_dl dt{
	clear:both;
	float:left;
	margin-right:10px;
	background:url(../images/sikaku.gif) no-repeat 0 center;
	padding-left:13px;
	list-style:
}

dl.category_dl dt a{
	font-size:12px;
	text-decoration:none;
}

dl.category_dl dd{
	font-size:12px;
	margin-top:5px;
}



.blue_title{
	background:#f75354;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	width:300px;
	margin:10px 0;
}

.blue_title a{
	color:#fff;
	text-decoration:none;
	padding:5px;
}

ul.footnavi{
	font-size:14px;
	width:900px;
	height:auto;
}

ul.footnavi li{
	float:left;
	border-right:1px solid #999;
	margin-left: 6px;
	padding-right: 6px;
	white-space : nowrap ;
	margin-top:3px;
}

ul.footnavi li a{
	text-decoration:none;
	font-size:12px;
}


div#index_foot{
	margin-bottom:20px;
}

div.adress_text{
	float:left;
	width:468px;
	font-size:14px;
	line-height:1.4;
}

div.adress_text span{
	font-size:13px;
	color:#3399CC;
}


div.mobile{
	width:277px;
	height:41px;
	background:url(../images/bg_mobile.gif) no-repeat left top;
	float:left;
	padding:42px 0 0 158px;
}


*html div.mobile{
	width:435px;
	height:83px;
}


p.mobile_txt{
	font-size:10px;
}

div.Copyright{
	color:#fff;
	width:953px;
	height:15px;
	background:#999;
	padding:5px 0;
}

div.Copyright address{
	font-size:12px;
}


/* ---------- brand rbroundbox   --------- */

.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }


.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}

.rbcontent { 
	margin: 0 0;
}

.rbroundbox { 
	width: 530px;
	margin: 0 0 10px 0;
}

.rbroundbox h2{
	font-size:16px;
	margin:5px 0;
	padding:0 0 0 10px;
	width:520px;
	border-bottom:2px solid #d0ceb7;
	color:#504546;
}

*html .rbroundbox h2{
	width:530px;
}

.rbroundbox h2 span{
	font-size:17px;
	color:#d0ceb7;
	font-weight:bold;
}

p#brandname{
	width:490px;
	margin:0 0 0 30px;
	font-size:12px;
}

p#brandname a{
	text-decoration:none;
}

p#brand_intro{
	width:490px;
	margin:0 0 0 30px;
	font-size:13px;

}

/* --------- Easy Slider  ----------------- */

#slider_wrap{
	position:relative;
	width:530px;
	height:130px;
	padding:10px 0 0 0;
}

#slider{
	position:relative;
	top:0;
	left:30px;
}
	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
	width:469px;
	height:127px;
	overflow:hidden; 
}	


p#controls, p#controls2{
	margin:0;
	position:relative;
} 
	
#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:30px;
	height:77px;
	position:absolute;
/*	left:-30px;*/
	left:0;
	top:-100px;
}	
#nextBtn, #nextBtn2{ 
	left:499px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a, #nextBtn2 a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}												


/* ---------// Easy Slider --------- */


/* ---------  all page  ----------------- */

div#main_contents{
	width:678px;
	float:left;
}

div.pankuzu{
	width:660px;
	height:auto;
	margin-left:10px;
}

div.pankuzu ul{
	font-size:14px;
	width:660px;
	height:auto;
}

div.pankuzu ul li{
	display: inline;
	padding: 0 0 0 10px;
}

div.pankuzu ul li.next{
	background:url(../images/img_pankuzu.png) no-repeat left top;
	padding-left:15px;

}

.pagetop{
	width:auto;
	height:auto;
	margin-left:550px;
}

.pagetop02{
	width:auto;
	height:auto;
	margin-left:500px;
	font-size:14px;
}

/* ----------   h2 h3 h4 style  ---------- */
.style01{
	font-size : 16px;
	border:solid #999999;
	border-width :1px 0px;
	color:#000000;
	background-color:#eaeaea;
	padding:10px;
	width:660px;
	margin:10px 0;
	line-height:1.6;
}

.style01 span{
	background-color:#ff0000;
	color:#ffffff;
	padding:4px;
	margin:10px;
	font-size:80%;
}


.style02{
	background:url(../images/bg_title_wblock.gif) no-repeat left center;
	font-size:14px;
	font-weight:bold;
	padding:15px 0 0 20px;;
	margin:10px 0;
	height:30px;
}

*html .style02{
	height:44px;
}

.style03{
	background:url(../images/bg_title_kazami600.gif) no-repeat left center;
	font-size:16px;
	font-weight:bold;
	padding:30px 0 0 100px;
	margin:10px 0;
	height:36px;
	color:#999;
}

*html .style03{
	height:66px;
}

.style04{
	background:url(../images/bg_title_bluebar.gif) repeat-x left bottom;
	font-size:16px;
	padding-bottom:10px;
	margin:20px 0;
}
/* ----------   result ---------- */
div#search_result_div p{
	font-size:14px;
}

div#search_result_div p span{
	font-size: 16px;
	font-weight: bold;
	color: red;
}

div#search_result_div p span.result_no{
	font-family: times, Times New Roman, times-roman, georgia, serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 28px;
	letter-spacing: 1px;
	line-height:1;
}

div.result_con {
	background:#ebe7d3;
	margin:10px 0 0 0;
}

table.result_table{
	font-size:12px;
	width:713px;
}

table.result_table th{
	width:20px;
	background:#fff;
	vertical-align:top;
	padding-top:10px;
	text-align:center;
}

table.result_table td.result_table_madori{
	background:#fff;
	vertical-align:center;
	text-align:center;
	width:205px;
}

table.result_table td.result_table_phot1{
	vertical-align:center;
	text-align:center;
	width:100px;
}
table.result_table ul{
	width:100%;
}

table.result_table ul li{
	float:left;
	padding-left:8px;
}

table.result_table td.result_table_etc{
	background:#fff;
	padding:5px;
	vertical-align:top;
}

table.result_table td.result_table_etc dl{
	width:100%;
}

table.result_table td.result_table_etc dl dd{
	margin:5px 0 0 0;
}
table.result_table td.result_table_etc dl dd.result_table_add{
	font-size:14px;
}

table.result_table td.result_table_etc dl dd.result_table_rail{
	font-size:14px;
}

table.result_table td.result_table_etc dl dd.result_table_rail span{
	font-size:18px;
	font-weight:bold;
	color:red;
}

table.result_table_price{
	width:100%;
	background:#e7e8e7;
}
table.result_table_price th{
	font-family: times, Times New Roman, times-roman, georgia, serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: red;
	font-size: 26px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height:1;
	width:150px;
	background:#e7e8e7;
	padding:0 0 0 2px;
	vertical-align:middle;
}

table.result_table_price th span{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}

table.result_table_price td{
	font-size: 14px;
	padding:2px 0;
}
table.etc_table{
	width:100%;
	text-align: left;
	border-collapse: collapse;
	border:1px solid #424141;
	background:#fff;
}

table.etc_table th{
	width:20%;
	background:url(../images/nt.gif) ;
	padding:5px;
	font-weight: normal;
	border:1px solid #424141;
	text-align:center;
	vertical-align:middle;
}

table.etc_table td{
	border:1px solid #424141;
	padding:5px;

}

/* ----------   table design  ---------- */

.rounded-corner{
	font-size: 14px;
	margin:5px 0;
	width: 660px;
	text-align: left;
	line-height:1.2;
	border-collapse: collapse;
}

.rounded-corner thead th.rounded-left{
	background: #b9c9fe url(../images/left.png) left -1px no-repeat;
}

.rounded-corner thead th.rounded-right{
	background: #b9c9fe url(../images/right.png) right -1px no-repeat;
	width:10px;
}

.rounded-corner th{
	padding: 8px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	background: #b9c9fe;
}

.rounded-corner th a{
	color:#669;
}

.rounded-corner td{
	padding:3px 10px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
	text-align: left;
}

.rounded-corner td a{
	color:#669;
}

.rounded-corner td select{
	font-size:14px;
}

.rounded-corner tfoot td.rounded-foot-left{
	background: #e8edff url(../images/botleft.png) left bottom no-repeat;
}

.rounded-corner tfoot td.rounded-foot-right{
	background: #e8edff url(../images/botright.png) right bottom no-repeat;
}

/*
.rounded-corner tbody tr:hover td{
	background: #d0dafd;
}
*/

tr.odd td{
	background: #ffffff;
}

th.th01{
	font-size:16px;
	font-weight:bold;
}

th.th02{
	font-size:14px;
	letter-spacing:0.5em;
	width:20%;
	text-align:center;
}

th.th03{
	font-size:14px;
	width:40%;
	text-align:center;
}

th.th04{
	text-align:center;
	border-right:1px solid #fff;
}

th.th05{
	font-size:14px;
	letter-spacing:0.2em;
	width:10%;
	text-align:center;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}


td.td01{
	width:15%;
}

td.td01 input{
	width:300px;
}

td.td02{
	width:15%;
	text-align:left;
}

td.td03{
	width:auto;
}

td.td03 input{
	width:300px;
}

td.td04{
	width:20%;
}

td.td05 select{
	font-size:13px;
	width:200px;
}

td.td05 textarea{
	width:450px;
}

td.td06{
	width:25%;
}

td.td07{
	text-align:center;
	background:#fff;
	width:330px;
}
td.td_yachin {
	font-weight: bold;
	color: #f00;
	font-size: 180%;
	margin-bottom: 10px;
	font-family: times, Times New Roman, times-roman, georgia, serif;
}
td.td_kanri {
	font-weight: bold;
	color: #f00;
	font-size: 120%;
}

#request_detail{
	font-size:14px; 
	padding:5px;
	margin:10px 0;
}


/* ----------   tokushu design  ---------- */


.madori_dl{
	margin:10px 0 20px 40px;
	font-size:16px;
	width:500px;
}

.madori_dl dt{
	display: list-item;
	list-style:none outside;
	margin:10px 0;
}

.madori_dl dt a{
	background:url(../images/bg_red_triangle.gif) no-repeat left bottom;
	display: list-item;
	list-style:none outside;
	padding:0 0 0 20px;

}

/* ----------   omakase design  ---------- */

dl#omakase_dl{
	width:250px;
	margin-left:50px;
	float:left;
}

*html dl#omakase_dl{
	margin-left:25px;
}

dl#omakase_dl dt{
	width:200px;
}

dl#omakase_dl dt span{
	font-size:40px;
	color:#0066FF;
	font-style:italic;
}

dl#omakase_dl dd{
	width:200px;
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
}

/* ----------   btn design  ---------- */

div.btn_div{
	width:400px;
	margin:0 auto;
}

.btn {
	float: left;
	clear: both;
	background: url(../images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(../images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

.btn span {
	background: url(../images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_addtocart { background-color: green; }

.btn_checkout {
	 background-color: red;
	font-size:16px;
	letter-spacing:0.5em;
 }

.btn_learnmore { background-color: orange; }
.btn_try { background-color: #002c85; }

.btn a:hover { color: red; }
.btn_checkout a:hover{ color: #002c85; }


/* ----------   detail design  ---------- */

div.toiawase p{
	font-size:16px;
	font-weight:bold;
}

div.toiawase dl{
	font-size:14px;
	margin:10px 0 20px 20px;
	border-left:3px solid #002c85;
	padding-left:10px;
	line-height:1.5;
}

div.toiawase dl dt{
	clear:both;
	float:left;
	font-weight:bold;
	width:100px;
}

div.toiawase dl dd{
	margin-left:120px;
}

span.big_red{
        font-family: Gill Sans, Verdana,times, Times New Roman, times-roman, georgia, serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: red;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}


/* ----------   mailmagagine design  ---------- */

dl.mail_dl{
	width:660px;
}

dl.mail_dl dt{
	width:140px;
	float:left;
	font-size:14px;
	font-weight:normal;
	padding:5px 10px;
}

dl.mail_dl dt span{
	font-size:50px;
	color:#0066FF;
	font-style:italic;
}

dl.mail_dl dt img{
	margin-bottom:5px;
}

div.mail_kaijo{
	width:500px;
	padding:20px;
	border:1px solid #ccc;
}

div.mail_kaijo input#kaijobox{
	width:300px;
}

/* ----------   privacy design  ---------- */

div#privacy_div{
	width:600px;
	margin-left:20px;
	margin-bottom:20px;
}

div#privacy_div ul{
	font-size:14px;
	line-height:1.2;
	margin:20px 0 20px 50px;
}

div#privacy_div ul li{
	margin-top:10px;
	list-style:circle outside;

}

/* ----------   sitemap design  ---------- */

dl#sitemap{
	margin:15px 0 0 50px;
}

dl#sitemap dt{
	font-size:16px;
	margin-top:15px;
}

dl#sitemap dd{
	font-size:14px;
	margin:0 0 0 20px;
}


/* ----------   dictionary ----------  */

div.QandA{
	width:650px;
	padding:0 10px;
}

.dl_QandA{
	font-size:14px;
	line-height:1.5;
}

.dl_QandA dt{
	font-weight:bold;
	color: #3333CC;
	padding-left:5px;
}

.dl_QandA dd{
	padding-left:30px;
}


.h3_QandA{
	background:url(../images/bgTitle_oyaku03.gif) no-repeat center top;
	font-size:16px;
	color:#333399;
	width:546px;
	height:25px;
	padding:10px 0 0 25px;
}

.h4_QandA{
	background:url(../images/bgTitle_oyaku05.gif) no-repeat left top;
	font-size:14px;
	color:#333399;
	padding:13px 0 0 50px;
	width:500px;
	height:23px;
}

span.big_blue{
	font-size:20px;
	color:#333399;
}

/* ----------   spot design ----------  */

.title_spot{
	margin:0 0 0 30px;;
}

.spot_box{
	width:600px;
	margin:20px auto;
}

.spot_box p{
	margin:10px 0 0 10px;
}


dl.spot_link dt{
	font-size:16px;
	padding:3px 0 0 15px;
	color:#000099;
	background:url(../images/btn_sankaku_blue.gif) no-repeat left 8px;
	margin:5px 0 0 0;
}

dl.spot_link dt a{
	font-size:16px;
	color:#000099;
}


dl.spot_link dd{
	font-size:14px;
	padding:5px 0 10px 10px;
	border-bottom:1px dotted #000099;
}

.spot_img01{
	float:left;
	padding:8px;
	background:#fff;
	margin:5px 20px 5px 0;
	border-top:1px solid #cccccc;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #cccccc;
}

.spot_img02{
	float:right;
	border-top:1px solid #cccccc;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #cccccc;
	padding:8px;
	background:#fff;
	margin:5px 0 5px 20px;
}

.spot_img03{
	padding:8px;
	background:#fff;
	margin:5px 20px 5px 0;
	border-top:1px solid #cccccc;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #cccccc;
}

.spot_img04{
	padding:8px;
	background:#fff;
	margin:5px 20px 5px 0;
	border-top:1px solid #cccccc;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #cccccc;
}


/* ----------   recomand design ----------  */

.recommend_index{
	clear:both;
	border-bottom:1px dotted #ccc;
	width:580px;
	height:160px;
	margin:10px 0 0 30px;
}

.recommend_index img{
	margin-right:30px;
}


.recommend_index p{
	margin:30px 0 0 0;
	font-size:100%;
	width:400px;
	float:left;
}

.shop_contents{
	width:630px;
	padding-left:10px;
	margin-bottom:20px;
}

*html .shop_contents{
	width:650px;
}

#shop_info{
	width:600px;
	padding-left:30px;
}

#shop_info p span{
	font-size:15px;
	font-weight:bold;
	color:#339999;
}

#shop_box{
	width:320px;
	float:left;
}

#shop_middle{
	width:312px;
	height:auto;
	background:url(../recommend/images/bg_shop_middle.png) repeat-y left top;
}

#shop_middle dl{
	width:270px;
	margin-left:30px;
}

#shop_middle dl dt{
	font-size:16px;
	margin-bottom:5px;
	color:#339999;
	font-weight:bold;
}

#shop_middle dl dd{
	font-size:14px;
	padding-bottom:5px;
	padding-left:10px;
}

#map_box{
	width:310px;
	float:left;
	margin-top:20px;
}

.btn_toindex{
	margin-left:25px;
}

/*  ------------   brand  ----------------*/

div#brand_contents{
	width:650px;
	margin:0 0 0 20px;
}

p.brand_text{
	width:610px;
	margin:0 0 0 20px;
}

ul#brand_condition{
	width:610px;
	margin:10px 0 20px 20px;
	font-size:14px;
}

ul#brand_condition li{
	padding:5px 0 0 20px;
	background:url(../images/sikaku.gif) no-repeat 0 center;
}


.rbroundbox_643 { background: url(../images/nt.gif) repeat; }

.rbroundbox_643 { 
	width: 643px;
	margin:0 0 10px 0;
}

.rbroundbox_643 h2{
	font-size:16px;
	margin:5px 0;
	width:643px;
	border-bottom:2px solid #d0ceb7;
}

.rbroundbox_643 h2 a{
	text-decoration:none;
	background:url(../images/sikaku_red.gif) no-repeat 10px center;
	padding:0 0 0 25px;
}

.rbcontent dl{
	width:600px;
	margin:10px 0 10px 20px;
}

.rbcontent dl dt{
	float:left;
	width:220px;
	text-align:center;
}

.rbcontent dl dd{
	margin:0 0 5px 220px;
	font-size:14px;
}

ul.number_list{
	text-align:right;
	font-size:14px;
	margin:0 30px 10px 0;
}

ul.number_list li{
	display: inline;
	padding: 0 0 0 10px;
	letter-spacing: 1px;

}

ul.number_list li.here{
	font-size:16px;
	font-weight:bold;
}

table.phot_table{
	font-size: 14px;
	margin:5px 0;
	width: 660px;
	text-align: left;
	line-height:1.5;
/*	border-collapse: collapse;*/
/*	border:1px solid #424141;*/
	margin:0 0 20px 0;
	background:#fff;
}

table.phot_table th{
	background:url(../images/nt.gif) ;
	padding: 8px;
	font-weight: normal;
	font-size: 14px;
/*	border-right:1px solid #424141;*/
	text-align:center;
}

table.phot_table td{
	text-align:center;
	padding:8px 5px;
}

table.phot_table th.etc_img{
	color: #039;
	background: #b9c9fe;
}

table.phot_table td.upper{
	width:50%;
/*	border-bottom:1px solid #424141;*/
}

table.phot_table td.notice{
	width:17%;
	font-size:12px;
}
.req_btn {
	text-align: right;
	margin: 2px 5px;
}

/* ----------   detail design  ---------- */

div.one_culm{
	width:940px;
	margin:10px 0 0 10px;
	clear:both;
}

div.bukken_one{
	margin:0 0 0 50px;
}

h2.bukken_detail{
	background:url(../images/bg_bukken_midashi.gif) no-repeat 0 0 ;
	padding:14px 0 0 170px;
	width:680px;
	height:29px;
	font-size:16px;
	margin:5px 0 10px 0;
	font-weight:bold;
}

*html h2.bukken_detail{
	width:850px;
	height:43px;
}


p#bukken_days{
	width: 450px;
	font-size:14px;
	float:left;
	margin:20px 0 0 0;
}



table.detailteble{
	font-size: 14px;
	margin:5px 0;
	width: 820px;
	text-align: left;
	line-height:1.5;
	border-collapse: collapse;
	border:1px solid #424141;
	margin:0 0 20px 0;
	background:#fff;

}

table.detailteble th{
	background:url(../images/nt.gif) ;
	padding: 8px;
	font-weight: normal;
	font-size: 14px;
	border:1px solid #424141;
	text-align:center;
}

table.detailteble td{
	border:1px solid #424141;
	padding:8px;
	
}

table.detailteble th#otoiawase_title{
	text-align:left;
}


table.detailteble th.th100{
	width:15%;
}

table.detailtable{
	font-size: 14px;
	margin:5px 0;
	text-align: left;
	line-height:1.5;
	border-collapse: collapse;
	border:1px solid #424141;
	margin:0 0 20px 0;
	background:#fff;
}

table.detailtable th{
	background:url(../images/nt.gif) ;
	padding: 8px;
	font-weight: normal;
	font-size: 14px;
	border:1px solid #424141;
	text-align:center;
}

table.detailtable td{
	border:1px solid #424141;
	padding:8px;
	
}
body:first-of-type table.detailteble th.th100 {
	width:107px;
}

td#td_yachin{
	width:20%;
	text-align:center;
}

dl#d_yachin{
	width:100%;
}

dl#d_yachin dt{
	font-size:14px;
}

dl#d_yachin dd{
	font-weight:bold;
	color:red;
	font-size:16px;
	margin:0 0 10px 0;
}

table.detailteble td#table_td{
	padding:0;
}

table#detailtable02{
	width: 820px;
	border:0;
	border-collapse: collapse;
}

table#detailtable02 td{
	border-bottom:0;
	text-align:center;
}

table#detailtable02 th{
	border-top:0;
}

table#detailtable02 th.th120{
	width:120px;
}

table#detailtable02 .left_border{
	border-left:0;
	width:15%;
}

table#detailtable02  .right_border{
	border-right:0;
}

table.phot_table{
	font-size: 14px;
	margin:5px 0;
	width: 820px;
	text-align: left;
	line-height:1.5;
	border-collapse: collapse;
	border:1px solid #424141;
	margin:0 0 20px 0;
	background:#fff;
}

table.phot_table img {
	display: inline-block;
	background: #fff url(../images/loading.gif) center center no-repeat;
}

table.phot_table th{
	background:url(../images/nt.gif) ;
	padding: 8px;
	font-weight: normal;
	font-size: 14px;
	border-right:1px solid #424141;
	text-align:center;
}

table.phot_table td{
	text-align:center;
	padding:8px 5px;
}

table.phot_table td.upper{
	width:50%;
	border-bottom:1px solid #424141;
}

table.phot_table td.notice{
	width:17%;
	font-size:12px;
}

table#addres_table th{
	border:none;
	text-align:left;
}

body:first-of-type table#addres_table th{
	border-bottom:1px solid #424141;
}

table#addres_table input#mobile_input02{
	width:335px;
	height:20px;
}

span.bukken_no{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: red;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height:1;
}

span.otoiawase_name{
	font-size:16px;
}

dl.otoiawase_dl{
	width:500px;
	float:left;
	margin-left:5px;
	padding:0 20px 10px 0;
}


dl.otoiawase_dl dd{
	font-size:14px;
	padding:3px 5px 0 0;
	line-height:1.2;
}

table#recommand_table {
	position: relative;
	left: -10px;
	font-size: 14px;
	margin:5px auto;
	width: 820px;
	line-height:1.5;
	border-collapse: collapse;
	border:1px solid #424141;
}

table#recommand_table th#reco_title{
	background:url(../images/nt.gif) ;
	padding: 8px;
	font-weight: normal;
	font-size: 14px;
	border:1px solid #424141;
	text-align:left;
}

table#recommand_table td#reco_bukken{
	padding:8px 0 8px 10px;
}

table#recommand_table div.recomend{
	float:left;
	width:193px;
	text-align:left;
}
table#recommand_table div.recomend img {
	display: inline-block;
	background: #fff url(../images/loading.gif) center center no-repeat;
}
*html table#recommand_table div.recomend{
	width:185px;
}

/* ----------   ikkatu Otoiawase design  ---------- */


div.ikkatuOtoiawase{
	width:810px;
	height:42px;
	padding:25px 0 0 70px;
	margin:5px 0 0 30px;
	background:url(../images/bg_ikkatu_check.gif) no-repeat left top;
}

*html div.ikkatuOtoiawase{
	width:880px;
	height:67px;
}

table.bukken_one_wrapp{
	width:900px;
	background:#ebe7d3;
	margin:20px 0 0 10px;
}

table.bukken_one_wrapp td.ikkatu_toiawase{
	width:20px;
	background:#fff;
	border-top:12px solid #ebe7d3;
	border-left:8px solid #ebe7d3;
	border-right:7px solid #ebe7d3;
	border-bottom:7px solid #ebe7d3;
	vertical-align:top;
	padding-top:10px;
}

div.ikkatu_wrapp{
	width:auto;
	margin-left:10px;
}

div.ikkatu_left{
	background:url(../images/bg_ikkatu_left.gif) no-repeat left top;
	width:10px;
	height:46px;
	float:left;
}

div.ikkatu_right{
	background:url(../images/bg_ikkatu_right.gif) no-repeat left top;
	width:7px;
	height:46px;
	float:left;
}

div.ikkatu_middle{
	background:url(../images/bg_ikkatu_middle.gif) repeat-x left top;
	width:auto;
	height:36px;
	float:left;
	padding:10px 10px 0 10px;
}

*html div.ikkatu_middle{
	height:46px;
}

div.ikkatu_middle p{
	font-size:14px;
	font-weight:bold;
}

div.ikkatu_middle p img{
	vertical-align:baseline;
}

div.sankaku_up{
	background:url(../images/sankaku_up.gif) no-repeat left bottom;
	width:26px;
	height:26px;
	margin:0 0 0 10px;
}

div.sankaku_down{
	background:url(../images/sankaku_down.gif) no-repeat left top;
	width:26px;
	height:26px;
	clear:both;
	margin:0 0 0 10px;
}

div.sankaku_left{
	background:url(../images/sankaku_left.gif) no-repeat left top;
	width:26px;
	height:26px;
	float:left;
	margin:8px 0 0 0;
}


/* ----------   ku_recomend design  ---------- */


div.ku_recomendbox{
	width:670px;
	text-align:center;
}

dl.ku_recommend{
	width:150px;
	font-size:14px;
	float:left;
	border:1px solid #ccc;
	margin-left:9px;
	background:url(../images/bg_ku_recommend.gif) no-repeat left bottom;
	padding:10px 0;
}


dl.ku_recommend dt{
	margin-bottom:5px;
}
img.phot_search {
	margin: 9px 0 0 0;
}
div.joken_icon,div.setubi_icon{
	padding:0 0 10px 0;
}

p.setumei{
	background:url(../images/und_head_subnavi_icon.gif) no-repeat 0 center;
	padding:0 0 0 15px;
	margin:0 0 10px 0;
	font-size:13px;
}
