@charset "utf-8";
/* CSS Document */

/* ======================================================================
 --- 共通設定
======================================================================== */

.m10{ margin:10px 0;}
.mt10{ margin-top: 10px !important; }
.mb10{ margin-bottom:10px !important;}
.mb20{ margin-bottom: 20px;}
.pl15{ padding-left: 15px;}
.tal{ text-align: left;}
.tac{ text-align: center}
.tar{ text-align: right;}
.bold{ font-weight: bold;}
.red{ color: #f00;}
.black{color: #000;}
img.vab{ vertical-align: bottom;}
img.vat{ vertical-align: top;}
.font_strong{ font-weight: bold;}

.pagetop_sub {
	width: 690px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 10px 0 0;
	font-size: 12px;
	text-align: right;
}
.pagetop_sub a {
	padding: 1px 0 1px 15px;
	background: url("../img/blt_pagetop.gif") no-repeat 0 0.1em;
}

.link_other_page {
	width: 690px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 10px 0 0;
	font-size: 14px;
	text-align: right;
}
.link_other_page a {
	padding: 1px 0 1px 18px;
	background: url("../img/img_icon.jpg") no-repeat 0 0.1em;
}
h4.subtitle_beige{
	font-size: 18px;
	color: #C00;
	text-shadow: 1px 1px 2px #AE5F5F;
	background: #F4EEDF;
	width: 95%;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}
h4.subtitle_gray{
	background: #a8a090;
	color: #fff;
	font-size: 16pt;
	font-weight: bold;
	padding: 5px 30px 5px 10px;
	display: inline-block;
	zoom: 1;
	margin: 10px 0 10px 10px;
}
/* ======================================================================
 --- 共通パーツ
======================================================================== */
/* お気軽にお問い合わせ下さい */
hr.f00{
	border:none;
	border-top:#f00 solid 1px;
	margin: 10px auto 10px;
	width: 90%;
}
p.subtitle{
	font-size: 16px;
	font-color:#252525;
	text-align:left;
	padding-left: 20px;
	background:url("../img/icon_arrow.jpg") left top no-repeat;
}
ul.inquiry{
	list-style:none;
	margin: 5px auto 30px;
	width:670px;
}
ul.inquiry li{
	display: inline;
	float: left;
	margin-right:10px;
}
li.btn_inquiry a{
	display: block;
	background: url("../img/btn_mail.jpg") left top no-repeat;
	width: 312px;
	height:121px;
	text-indent: -9999px;
}
li.btn_inquiry a:hover{	background: url("../img/btn_mail.jpg") right top no-repeat;}

p.subtitle_yellow,ul.bg_icon_yellow li{
	background: url("../img/icon_yellow.jpg") 0 5px no-repeat;
	padding: 0 0 0 30px;
	margin: 0 0 5px 0;
}
h4.title_gradient,div.headline,h4.sitemap_category_title{
	padding: 5px 10px;
	margin: 0 0 20px 0;
	border-bottom: #d4d2c7 1px solid;
	border-left: #cf6e13 4px solid;
	color:#cf6e13;
	font-size: 18px;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfb"), to(#f3f2e6")");
	background: -moz-linear-gradient(top, #fdfdfb, #f3f2e6");

}

/* ======================================================================
 --- 初めての方へ info_guide.html
======================================================================== */
.beginner_container{
	overflow: hidden;
	position: relative;
	zoom: 1;
	padding-left: 15px;
}
.beginner_box{
	margin: 10px 0 10px;
	width: 360px;
	float: left;
	display: inline;
}
.beginner_box_body{
	border-right: 1px solid #edebdf;
	border-left: 1px solid #edebdf;
	padding:30px;
	width:278px;
	margin: 0 !important;
	height: 120px;
	min-height: auto !important;
	height: 120px;
}
.beginner_box_body p.beginner_link,.sub_comment_box_inner ul li.beginner_link{
	background: url("../img/icon_yellow.jpg") 0 5px no-repeat;
	padding: 0 0 0 30px;
	margin: 0 0 5px 0;
}
.beginner_link_payment{ padding: 0 0 5px 30px;}

/* ======================================================================
 --- お問い合わせ /contact/
======================================================================== */
.sub_comment_box{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	border: 1px solid #edebdf;
	width:706px;
	padding:10px;
	overflow: hidden;
	zoom: 1;
	position: relative;
	margin-bottom: 12px;
}
.sub_comment_box_inner{
	overflow: hidden;
	zoom: 1;
	position: relative;
	border-bottom: 1px dashed #edebdf;
	margin-bottom: 5px !important;
}
.contact_caution{
	background: url("../img/icon_yellow.jpg") 0 5px no-repeat;
	padding: 0 0 0 30px;
	margin: 10px 5px !important;
	font-size: 16px;
	font-weight: bold;
}

.contact_bnr_qanda{
	float: right;
	display: inline;
	text-align: right;
	margin-right: 30px !important;
}
.contact_bnr_qanda a{
	background: url("../img/bnr_qanda.jpg") left top no-repeat;
	display: block;
	width: 216px;
	height: 0;
	padding-top: 42px;
	overflow: hidden;
}
.contact_bnr_qanda a:hover{
	background: url("../img/bnr_qanda.jpg") right top no-repeat;
}

table#contact_form{
	text-align: left;
	width: 726px;
}
table#contact_form td.table_name{
	background: #a8a090;
	color: #fff;
	font-size: 16pt;
	font-weight: bold;
	padding: 5px 30px 5px 10px;
}
table#contact_form th,table#contact_form td{
	padding: 5px;
	border: #a8a090 1px solid;
}
table#contact_form th{
	width: 30%;
}
table#contact_form td input{
	position: relative;
	width: 500px;
	z-index: 2;
}
.text_area_box{
	width: 500px;
	height:150px;
	font-size: 12px;
	resize: none;
}
input.contact_submit{
	padding: 3px 5px;
}
td.error input,td.error textarea{
	background: none repeat scroll 0 0 #FCC;
	border: 1px solid #555;
}
p.error{
	color: #F00;
	font-weight: bold;
}

/* ======================================================================
 --- よくあるご質問 faq
======================================================================== */
dl.qanda{
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	padding-left:20px;
}
dl.qanda dt.question{
	background: #A8A090;
	padding:0 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 95%;
}
dt.question:first-letter{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
dl.qanda dd.answer,dl.qanda dd.answer_cancel{
	margin-bottom: 20px;
	padding: 0 0 15px 20px;
	border-bottom: #ccc 1px dotted;
	color: #666666;
}

dd.answer:first-letter{
  font-size: 20px;
  color: #C00;
  font-weight: bold;
}
.attention_txt  {
  margin-left: 1em;
  text-indent: -1em;
}


/* ======================================================================
 --- 配送について
======================================================================== */
ul.delivery_list li{
	background: url("../img/icon_yellow.jpg") 0 5px no-repeat;
	padding: 0 0 0 30px;
	margin: 10px 5px !important;
}

/* ======================================================================
 --- お支払いについて
======================================================================== */

#pay_menu_box{
	width: 700px;
	background: url("../images/pay/pay_menuBox_body.jpg") repeat-y;
	padding: 0 12px;
	overflow: hidden;
	margin-bottom: 0 !important;
}
.pay_menu_left, .pay_menu_right{
	width: 300px;
	float: left;
	text-align: left;
	padding: 10px 20px;
}
.pay_menu_right{
	border-left: 1px dashed #CCC;
}
p.pay_menu_text{
	padding-left: 10px;
	margin-top: 5px;
}
#pay_main_box{
	width: 700px;
	background: url("../images/common/mainBox_body.jpg") repeat-y;
	padding: 0 12px;
	overflow: hidden;
	margin-bottom: 0 !important;
}

h3.pay_main_title2{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
.pay_main_cont{
	padding: 0 20px 0 30px;
	width: 700px;
}
p.gotoflow a{
	float: right;
	padding-left: 10px;
	background: url("../images/pay/pay_icon.jpg") no-repeat left center;
	display: inline-block;
	margin-right: 50px;
	margin-bottom: 20px;
}

table#creditcard{
	width:640px;
	border: 1px solid #eeeeee;
	margin: 10px 0;
}
.pay_creditcard1{
	background: #ecdff4;
	padding-left:20px;
}
p.pay_caution{
	margin: 10px 0 10px 10px;
}
.pay_flow_img{
	text-align: center;
	margin-bottom: 20px;
}

/* ======================================================================
 --- FAXでのご注文について
======================================================================== */


/* ======================================================================
 --- 五大宣言
======================================================================== */
.promise_box{
	border-bottom: 2px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
	_zoom: -1;
	overflow: hidden;	
}
.promise_left{
	float: left;
	display: inline;
	width: 200px;
}
.promise_right{
	float: right;
	display: inline;
	width: 530px;
}
p.promise_text{
	text-align: left;
	font-size: 14px;
	line-height: 2.0;
	padding-left: 30px;
}
h2.promise_subtitle{
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin: 10px 0 10px 20px;
	padding: 0 0 5px 0;
	border-bottom: 5px dotted #c00;
}

/* ======================================================================
 --- 免責事項
======================================================================== */
table#ecommerce_table{
	width: 670px;
	font-size: 12px;
	line-height: 1.6;
	border: #CCC 1px solid;
	margin: 0 auto 0;
	border-collapse: separate;
	border-spacing: 2px;
}
table#ecommerce_table th{
	width: 15%;
	padding: 10px 20px;
	color: #cc0000;
	background: #faf3f4;
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #fff;
	border-bottom: 1px dotted #ccc;
}
td.com_title {
	width: 30%;	
	padding: 10px 20px;
	color: #cc0000;
	background: #faf3f4;
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #fff;
	border-bottom: 1px dotted #ccc;
}

td.com_desc{
	width: 55%;
	padding: 10px 20px;
	color: #333;
	background:#fff;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}

/* ======================================================================
 --- KAGOO会社案内
======================================================================== */
h2.info{
	background: url("../img/img_icon.jpg") left top no-repeat;
	text-align: left;
	padding-left:20px;
	font-size: 16px;
	color: #000717;
	margin: 20px;
	height: 18px;
	min-height:auto !important;
	height: 18px;
	clear: both;
	line-height: 20px;
}
.info_box{
	overflow: hidden;
	padding-bottom: 20px;
}
.info_left{
	float:left;
	width: 430px;
}
.info_right{
	float: right;
	padding-right: 20px;
}

p.info_text{
	text-align: left;
	line-height:2;
	padding-left: 20px;
}
p.table_media_title{
	margin: 20px 0 15px;
	font-size: 16px;
	text-align: center;
}
#info_media{
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
	margin: 0 auto 0;
	text-align: left;
	width: 90%;
}
#info_media th{
	padding: 10px 20px;
	color: #fff;
	background: #cc0000;
	border-top: 2px solid #7f0101;
	border-bottom: 1px solid #FFF;
}

#info_media td{
	padding: 10px 20px;
	color: #333;
	background:#faf3f4;
	border: 1px solid #FFF;
	vertical-align: top;
}

/* KAGOO会社案内2 */
.headline_info{
	background: url("../img/title_green.jpg") left top no-repeat;
	height: 32px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-left: 32px;
	padding-top: 10px;
	margin-bottom: 10px;
	clear:both;
}
.info2_right{
	float: right;
	width: 470px;
	padding-right: 20px;
	display: inline;
}
.info2_left{ float: left; padding-left: 20px;display: inline;}

.round_box{
	margin: 5px auto 30px !important;
}

.info_bnr_box{
	margin:30px 0;
}

img.img_round_top{
	vertical-align: bottom;
}
.round_inner{
	background:#c6d7a6;
	width:681px;
	margin-bottom: 0 !important;
}
.social_area{
	margin-bottom: 0 !important;
	padding-left:20px;
}


table.business_info{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 30px;
	text-align: left;
	width: 80%;
}
table.business_info th{
	padding: 10px 20px;
	color: #333;
	background: #faf3f4;
	border-bottom: 1px dashed #CCC;
	width:20%;
}

table.business_info td{
	padding: 10px 20px;
	color: #333;
	background:#fff;
	border-bottom: 1px dashed #CCC;
}

table.business_history{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 30px;
	text-align: left;
	width: 90%;
}

table.business_history td.year{
	vertical-align: top;
	font-weight: bold;
	width: 10%;
	background:#ededed;
}
table.business_history td.month{
	vertical-align: top;
	padding:5px;
	width: 10%;
	background:#FCEFF1;
	text-align:center
}

table.business_history td{
	padding:5px;
	border:1px solid #ccc;
}

.info_email a{
	background:	url("../img/mailadress.jpg") left top no-repeat;
	width: 315px;
	height: auto;
	mine-height: 14px !important;
	height: 14px;
	text-indent: -9999px;
	display:block;
}
.info_email a:hover{
	background: url("../img/mailadress.jpg") 0 -14px no-repeat;
}


.info_bnr_box_inner{
	border:1px solid #b73b3b;
	border-top:none;
	width:659px;
	padding:20px 10px;
	margin:0 auto 30px;
	text-align: center;
	overflow: hidden;
}

ul.info_bnr{
	list-style-type: none;
	margin:10px 30px;
}
ul.info_bnr li{
	float: left;
	text-indent:-9999px;
}
li.bnr_kagooinfo a{
	display: block;
	background: url("../img/bnr_kagoo_info.jpg") left top no-repeat;
	width:286px;
	height: 76px;
	margin-right: 10px;
}
li.bnr_kagooinfo a:hover{
	display: block;
	background: url("../img/bnr_kagoo_info.jpg") right top no-repeat;
}

li.bnr_seiloocojp a{
	display: block;
	background: url("../img/bnr_seiloo_cojp.jpg") left top no-repeat;
	width:286px;
	height: 76px;
}
li.bnr_seiloocojp a:hover{
	display: block;
	background: url("../img/bnr_seiloo_cojp.jpg") right top no-repeat;
}


td.vat{ vertical-align:top;}

.gotonext{
	text-align: right;
	padding-right:20px;
	font-size: 16px;
	margin-bottom: 10px;
}
.gotonext img{
	vertical-align:bottom;
	margin-right: 5px;
}

/* ======================================================================
 --- サイトマップ
======================================================================== */
.sitemap{
	width: 700px;
	overflow: hidden;
	position: relative;
	zoom:1;
	border-bottom: 1px dashed #cf6e13;
	padding: 0 0 20px 0;
}
.sitemap_last{ border-bottom: none;}
.sitemap ul{
	float: left;
	display: inline;
	width: 300px;
	padding: 0 0 0 20px;
}
.sitemap ul li{
	background: url("../images/common/arrow_brown.gif") 0 5px no-repeat;
	padding: 0 0 0 15px;
	margin: 3px 15px;
}
.sitemap ul li.sitemap_title,.sitemap ul li.sitemap_title a{
	font-weight:bold;
	color: #252525;
	background: none;
	margin:0 ;
	padding:0;
}






/* ご注文のながれ */
.order_main_cont{
	margin: 10px auto 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cccccc;
	overflow: hidden;
	width: 680px;
}
.order_left_img{
	width: 340px;
	display: inline;
	float: left;
}
.order_right_text{
	width: 340px;
	display: inline;
	float: left;
}
ul#step3_btn{
	margin: 10px auto 10px;
}
ul#step3_btn li {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
li.step3_member a{
	text-indent: -9999px;
	background: url("../images/order/order_btn01.jpg") left top no-repeat;
	width: 174px;
	height: 43px;
	display: block;
}
li.step3_member a:hover{ background: url("../images/order/order_btn01.jpg") 0 -43px no-repeat;}
li.step3_new a{
	text-indent: -9999px;
	background: url("../images/order/order_btn02.jpg") left top no-repeat;
	width: 174px;
	height: 43px;
	display: block;
}
li.step3_new a:hover{ background: url("../images/order/order_btn02.jpg") 0 -43px no-repeat;}
li.step3_guest a{
	text-indent: -9999px;
	background: url("../images/order/order_btn03.jpg") left top no-repeat;
	width: 234px;
	height: 43px;
	display: block;
}
li.step3_guest a:hover{ background: url("../images/order/order_btn03.jpg") 0 -43px no-repeat;}

.order_step3_title{
	clear:both;
	margin: 10px 0 20px 20px;
}
p.gotostep4 a{
	padding-left: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
	text-align: right;
	clear:both;
}

/* ======================================================================
 --- 大型家具の搬入チェックポイント
======================================================================= */
table.checksheet{
	width: 90%;
	margin: 0 auto 0;
	text-align: center;
}
table.checksheet tr th,table.checksheet tr td{
	border: 1px solid #333;
	padding: 3px 0;
}
table.checksheet td.title{
	background: #666;
	color: #fff;
}
table.checksheet td.size{
	width: 20%;
}
.checksheet_dl{
	margin:0 auto 0 !important;
	width: 410px;
}
.checksheet_dl a{
	width: 410px;
	height:57px;
	display: block;
	background: url("../checkseat/images/checksheet_btn.jpg") 0 0 no-repeat;
	text-indent: -9999px;
}
.checksheet_dl a:hover{
	background: url("../checkseat/images/checksheet_btn.jpg") right top no-repeat;
}
/* ======================================================================
 --- not found
======================================================================== */
div#notfound_box{
	margin: 20px auto 20px;
	padding: 0;
	border-bottom: 6px solid #cc0000;
	width: 700px;
}
div.notfound_text{
	font-size: 20px;
	font-weight: bold;
	color: #252525;
	border-bottom: 2px solid #cc0000;
	margin-bottom: 3px;
}
/* 旧デザイン*終わったら消すこと 
#mainContents .headline{
	background: url("../img/flow_title.jpg") left top no-repeat;
	width: 710px;
	height: 30px;
	min-height: 30px !important;
	height: 30px;
	text-align: left;
	padding: 5px 0 0 18px;
	font-size: 18px;
	font-weight: bold;
	color: #d80007;
	text-shadow: 1px 1px #d3d3d3;
	margin:30px 0 10px;
}

ol.menseki{
	list-style-type: decimal;
	list-style-position: outside;
	text-align: left;
	font-size: 14px;
	line-height: 2.0;
	margin: 20px 10px 20px 50px;
}
ul.menseki{
	list-style-type:circle;
	list-style-position: outside;
	font-size: 14px;
	line-height: 2.0;
	text-align: left;
	margin-left: 50px;
	margin-top: 20px;
}*/