@charset "utf-8";
/* ===================================================================
	common.css
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/

body,
td,
th,
input,
textarea {
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
	color: #000;
	outline: none;
	text-decoration: underline;
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

a:hover {
	text-decoration: none;
}
a:hover,
a:hover img,
.img_hover:hover {
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

img {
	vertical-align: bottom;
}
.img_ck {
	font-size: 1px;
	line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 only */
.clearfix {
	*zoom: 1;
}
/* old clearfix */
/*
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
*/
/* Hides from IE Mac */
/*
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
*/
/*---------------------------------------------------------------------------*/

/* margin */
.mar_t0 {
	margin-top: 0 !important;
}
.mar_t5 {
	margin-top: 5px !important;
}
.mar_t10 {
	margin-top: 10px !important;
}
.mar_t15 {
	margin-top: 15px !important;
}
.mar_t20 {
	margin-top: 20px !important;
}
.mar_t25 {
	margin-top: 25px !important;
}
.mar_t30 {
	margin-top: 30px !important;
}
.mar_t35 {
	margin-top: 35px !important;
}
.mar_t40 {
	margin-top: 40px !important;
}
.mar_t45 {
	margin-top: 45px !important;
}
.mar_t50 {
	margin-top: 50px !important;
}

.mar_b0 {
	margin-bottom: 0 !important;
}
.mar_b5 {
	margin-bottom: 5px !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}
.mar_b15 {
	margin-bottom: 15px !important;
}
.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b25 {
	margin-bottom: 25px !important;
}
.mar_b30 {
	margin-bottom: 30px !important;
}
.mar_b35 {
	margin-bottom: 35px !important;
}
.mar_b40 {
	margin-bottom: 40px !important;
}
.mar_b45 {
	margin-bottom: 45px !important;
}
.mar_b50 {
	margin-bottom: 50px !important;
}

.mar_l0 {
	margin-left: 0 !important;
}
.mar_l5 {
	margin-left: 5px !important;
}
.mar_l10 {
	margin-left: 10px !important;
}
.mar_l15 {
	margin-left: 15px !important;
}
.mar_l20 {
	margin-left: 20px !important;
}
.mar_l25 {
	margin-left: 25px !important;
}
.mar_l30 {
	margin-left: 30px !important;
}
.mar_l35 {
	margin-left: 35px !important;
}
.mar_l40 {
	margin-left: 40px !important;
}
.mar_l45 {
	margin-left: 45px !important;
}
.mar_l50 {
	margin-left: 50px !important;
}

.mar_r0 {
	margin-right: 0 !important;
}
.mar_r5 {
	margin-right: 5px !important;
}
.mar_r10 {
	margin-right: 10px !important;
}
.mar_r15 {
	margin-right: 15px !important;
}
.mar_r20 {
	margin-right: 20px !important;
}
.mar_r25 {
	margin-right: 25px !important;
}
.mar_r30 {
	margin-right: 30px !important;
}
.mar_r35 {
	margin-right: 35px !important;
}
.mar_r40 {
	margin-right: 40px !important;
}
.mar_r45 {
	margin-right: 45px !important;
}
.mar_r50 {
	margin-right: 50px !important;
}

/* pdding */
.pd_b0 {
	padding-bottom: 0px !important;
}
.pd_b5 {
	padding-bottom: 5px !important;
}
.pd_b10 {
	padding-bottom: 10px !important;
}

.pd_l0 {
	padding-left: 0px !important;
}
.pd_l5 {
	padding-left: 5px !important;
}
.pd_l10 {
	padding-left: 10px !important;
}

.pd_r0 {
	padding-right: 0px !important;
}
.pd_r5 {
	padding-right: 5px !important;
}
.pd_r10 {
	padding-right: 10px !important;
}

.pd_t0 {
	padding-top: 0px !important;
}
.pd_t5 {
	padding-top: 5px !important;
}
.pd_t10 {
	padding-top: 10px !important;
}

/* float */
.fl_l {
	float: left !important;
}
.fl_r {
	float: right !important;
}
.fl_n {
	float: none !important;
}

/* font color */
.f_c_red {
	color: #f00 !important;
}
.f_c_yellow {
	color: #ff0 !important;
}
.f_c_blue {
	color: #00f !important;
}
.f_c_gray {
	color: #ccc !important;
}
.f_c_gray_2 {
	color: #999 !important;
}

.t_align_l {
	text-align: left !important;
}
.t_align_c {
	text-align: center !important;
}
.t_align_r {
	text-align: right !important;
}

.f_weight_bold {
	font-weight: bold !important;
}
.f_weight_normal {
	font-weight: normal !important;
}

.f_size_13 {
	font-size: 100% !important;
}
.f_size_14 {
	font-size: 107.7% !important;
}
.f_size_20 {
	font-size: 153.8% !important;
}

/*width*/
.w_auto {
	width: auto !important;
}
.w_65 {
	width: 65px !important;
}
.w_100 {
	width: 100px !important;
}
.w_125 {
	width: 125px !important;
}
.w_145 {
	width: 145px !important;
}
.w_250 {
	width: 250px !important;
}
.w_320 {
	width: 320px !important;
}
.w_920 {
	width: 920px !important;
}
/*%*/
.w_20p {
	width: 20% !important;
}
.w_50p {
	width: 50% !important;
}
.w_70p {
	width: 70% !important;
}
.w_90p {
	width: 90% !important;
}
.w_100p {
	width: 100% !important;
}


/*color*/
.color_black {
	color: #000 !important;
}
.color_blue {
	color: #37abcc !important;
}
.color_red {
	color: #c21212 !important;
}
.color_red_light {
	color: #e83617 !important;
}
/*other*/
.bd_none {
	border: none !important;
}


.dp_ib {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	min-width: 10px;
}

.bg_gray {
	background: #fbfbfb;
}

/*---------------------------------------------------------------------------*/

/* CMS用 */
.file {
	border-top: 1px dotted #ccc;
	margin: 15px 0;
	padding-top: 10px;
	text-align: left;
}
.file .pdf {
	background: url("../images/cms/pdf.gif") left center no-repeat;
	line-height: 30px;
	padding-left: 30px;
	padding-top: 4px;
}
.file .xls, .file .xlsx {
	background: url("../images/cms/xls.gif") left center no-repeat;
	line-height: 30px;
	padding-left: 30px;
	padding-top: 4px;
}
.file .doc, .file .docx {
	background: url("../images/cms/doc.gif") left center no-repeat;
	line-height: 30px;
	padding-left: 30px;
	padding-top: 4px;
}

.top-right {
	float:right;
	margin: 0px 0px 30px 30px;
}

.top-left {
	float:left;
	margin: 0px 30px 30px 0px;
}

.top-center {
	margin: 0px 0px 30px 0px;
	text-align:center;
}

.bottom-right {
	float:right;
	margin: 30px 0px 0px 30px;
}

.bottom-left {
	float:left;
	margin: 30px 30px 0px 0px;
}

.bottom-center {
	margin: 30px 0px 0px 0px;
	text-align:center;
}

.entry-container b {
	font-weight:bold;
}

.entry-container i {
	font-style:italic;
}

/*---------------------------------------------------------------------------*/

#container {
	background: #fff;
	min-width: 1300px;
	position: relative;
	width: 100%;
}

/*----------------------------------------------------
	#side
-----------------------------------------------------*/
#side-nav {
	left: 0;
	position: absolute;
	top: 0;
	width: 260px;
}
#side-nav .logo {
	background: #e83617;
	padding: 21px 0 23px;
	text-align: center;
}
.menu_list ul {
	margin-bottom: 8px;
}
.menu_list li {
	font-size: 107.7%;
}
.menu_list li + li {
	border-top: 1px dotted #c9c9c9;
}
.menu_list ul li a {
	display: block;
	text-decoration: none;
}
/*menu1*/
.menu1 .ttl {
	background: #000;
	color: #fff;
	font-size: 115.4%;
	padding: 12px 0 12px 40px;
}
.menu1 .ttl.icon_cart {
	background: #000 url(../images/icon_cart.png) 8px center no-repeat;
}
.menu1 .ttl.icon_file {
	background: #000 url(../images/icon_file.png) 8px center no-repeat;
}
.menu1 .ttl.icon_truck {
	background: #000 url(../images/icon_truck.png) 8px center no-repeat;
}
.menu1 .ttl.icon_yen {
	background: #000 url(../images/icon_yen.png) 8px center no-repeat;
}
.menu1 .ttl.icon_camera {
	background: #000 url(../images/icon_camera.png) 8px center no-repeat;
}
.menu1 ul li a {
	background: url(../images/arrow_red.png) 245px center no-repeat;
	padding: 8px 0 8px 10px;
}
.menu1 ul li a:hover {
	background: #f8f8f8 url(../images/arrow_red.png) 245px center no-repeat;
}
.menu1 ul li .this {
	background: #f0f0f0 url(../images/arrow_red.png) 245px center no-repeat;
}
.menu1 ul li a.this:hover {
	background: #f0f0f0 url(../images/arrow_red.png) 245px center no-repeat;
}

.menu1 ul li .num {
	color: #e83617;
	font-weight: bold;
	margin-right: 8px;
}

/*menu2*/
.menu2 {
	margin-top: 20px;
}
.menu2 .ttl {
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #e83617;
	border-top: 1px solid #e4e4e4;
	color: #323232;
	font-size: 115.4%;
	padding: 15px 0 15px 12px;
}
.menu2 ul li a {
	background: url(../images/arrow_gray.png) 245px center no-repeat;
	padding: 7px 0 7px 10px;
}
.menu2 ul li a:hover {
	background: #f8f8f8 url(../images/arrow_gray.png) 245px center no-repeat;
}
.menu2 ul li .this {
	background: #f0f0f0 url(../images/arrow_gray.png) 245px center no-repeat;
}
.menu2 ul li a.this:hover {
	background: #f0f0f0 url(../images/arrow_gray.png) 245px center no-repeat;
}



/*----------------------------------------------------
	contents
-----------------------------------------------------*/
.contents {
	background: #f7f7f7;
	margin-left: 260px;
	padding: 0 25px 0 25px;
}
.content_inner {
	background: #fff;
	min-height: 1150px;
	padding: 25px 25px 35px;
	position: relative;
}

/* タイトル
/*-------------------------------------*/
.contents .title_area {
	border-bottom: 4px solid #e83617;
	padding-bottom: 15px;
	position: relative;
}
.contents .title_area .title {
	font-size: 184.6%;
	font-weight: normal;
	padding: 5px 0 0 4px;
}
.contents .title_area .btn {
	position: absolute;
	right: 0;
	top: 0;
}
/* フッタ
/*-------------------------------------*/
.contents .footer_area {
	padding-bottom: 40px;
	position: relative;
}
.contents .footer_area .btn {
	position: absolute;
	right: 0;
	top: 0;
}

/* パン屑
/*-------------------------------------*/
.contents .crumb {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}
.contents .crumb li {
	float: left;
}
.contents .crumb li a {
	color: #d60000;
	text-decoration: underline;
}
.contents .crumb li a:hover {
	text-decoration: none;
}

/* 総額
/*-------------------------------------*/

.contents .total_text {
	font-size: 161.5%;
	font-weight: bold;
	padding: 10px 0 0 0;
}
.contents .total_text dl dt {
	display: inline;
	margin-right: 20px;
}
.contents .total_text dl dd {
	display: inline;
	margin-right: 45px;
}

.contents .result_area {
	margin-top: 35px;
}
.contents .result_area .result_ttl {
	background: url(../images/line_shaded.gif) left bottom repeat-x;
	font-size: 183.3%;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 7px 10px;
}

/* ボタン
/*-------------------------------------*/
.contents .btn {
	height: 38px;
	width: 185px;
}
.contents .btn a {
	background: #e83617;
	border-bottom: 4px solid #c3c3c3;
	color: #fff;
	display: block;
	font-size: 123.1%;
	padding: 6px 0 5px 0;
	text-align: center;
	text-decoration: none;
}
.contents .btn a:hover {
	color: #ede8e8;
	background: #ce3116;
	border-bottom: 3px solid #9f9c9c;
	padding: 6px 0 6px 0;
}
.contents .btn a span {
	background: url(../../common/images/icon_arrow.png) left center no-repeat;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-left: 23px;
}
.contents .btn.search a {
	background: #000;
}
.contents .btn.entry {
	margin: 60px auto;
	width: 315px;
}
.contents .btn.entry span {
	background: url(../../common/images/icon_triangle.png) left center no-repeat;
	padding: 5px 0 5px 20px;
}

/*back link*/
.contents .back_link {
	text-align: center;
}
.contents .back_link a {
	background: url(../../common/images/icon_triangle_red.png) left center no-repeat;
	font-size: 107.7%%;
	padding-left: 15px;
}

/* ページ送り
/*-------------------------------------*/
.pagenation {
	text-align: center;
}
.pagenation a {
	text-decoration: none;
}
.pagenation a:hover {
	color: #888;
	text-decoration: underline;
}
.pagenation .back {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
	margin-right: 15px;
}
.pagenation .next {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
	margin-left: 15px;
}
.pagenation ul {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
}
.pagenation li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 0 5px;
	vertical-align: middle;
}
.pagenation li + li {
	border-left: 1px solid #e9e9e9;
}
.pagenation li.current span
{
	background: #e83617;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #fff;
	display: block;
	padding: 6px 0;
	text-align: center;
	width: 30px;
}
.pagenation li a {
	display: block;
	padding: 4px 0;
	text-align: center;
	width: 30px;
}
.pagenation li a:hover {
	/*
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	padding: 5px 0;
	width: 28px;
	*/
}

/*---------------------------------------------------------------------------*/

/* 一覧table
/*-------------------------------------*/

.detail_area {
	margin: 20px 0 50px;
}
.detail_area .inner{
	margin: 0 10px;
}
.detail_area .all_table {
	border-left: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	margin: 60px auto 0;
	width: 90%;
}
.detail_area .all_table th {
	color: #fff;
	background: #e83617;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	font-size: 107.7%%;
	font-weight: normal;
	padding: 4px 7px;
	text-align: left;
}
.detail_area .all_table td {
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	color: #414141;
	font-size: 107.7%%;
	padding: 4px 7px;
}

/* 入力table
/*-------------------------------------*/
.detail_area .price_table {
	margin-top: 15px;
	width: 100%;
}
.detail_area .price_table table {
	table-layout: fixed;
}
.detail_area .price_table th {
	border-bottom: 1px solid #ededed;
	font-weight: normal;
	padding: 0 0.5% 5px 0.5%;
	text-align: left;
	/*width: 10%;*/
}
.detail_area .price_table td {
	border-bottom: 1px solid #ededed;
	font-size: 107.7%%;
	padding: 15px 0.5% 10px 0.5%;
	text-align: left;
	width: 13%;
}
.detail_area .price_table .size_name {
	padding-left: 0.5%;
	padding-right: 0;
	table-layout:fixed;
	width: 6%;
}
.detail_area .price_table .bd_left {
	border-left : 1px solid #d3d3d3;
}
.detail_area .price_table .txt_yen {
	margin-left: 5px;
	vertical-align: bottom;
}
.detail_area .price_table input[type="text"],
.detail_area .price_table input[type="email"]
{
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
}


/* フォーム用
/*-------------------------------------*/

/*input text*/
.detail_area input[type="text"],
.detail_area input[type="email"]
 {
	font-size: 107.7%%;
	height: 26px;
	padding: 2px 5px;
	vertical-align: middle;
	width: 405px;
}
.detail_area input[type="radio"] +label {
	margin-left: 15px;
}
.detail_area div.checkbox {
	display: inline-block;
	margin-right: 30px;
}

.detail_area div.checkbox input[type="checkbox"] +label{
	margin-left: 10px;
}
  
  
/*selectbox*/
.detail_area .customSelect {
	background:url(../images/customSelect-arrow.gif) no-repeat 98% 14px;
	border: 1px solid #b2b2b2;
	font-weight: normal;
	line-height: 34px;
	height: 34px;
	padding: 0 0 0 10px;
	overflow: hidden;
	width: 240px;
}
.detail_area .customSelectInner {
	overflow: hidden;
	width: 220px !important;
}
.detail_area .select_w_48.customSelect {
	background:url(../images/customSelect-arrow.gif) no-repeat 90% 14px;
	width: 48px;
}
.detail_area .select_w_55.customSelect {
	width: 75px;
}
.detail_area .select_w_55 .customSelectInner {
	width: 55px !important;
}
.detail_area .select_w_140.customSelect {
	width: 140px;
}
.detail_area .select_w_140 .customSelectInner {
	width: 120px !important;
}
.detail_area .select_w_220.customSelect {
	width: 220px;
}
.detail_area .select_w_220 .customSelectInner {
	width: 200px !important;
}
.detail_area .select_w_300.customSelect {
	width: 300px;
}
.detail_area .select_w_300 .customSelectInner {
	overflow: hidden;
	width: 280px !important;
}
.detail_area .select_w_410.customSelect {
	width: 410px;
}
.detail_area .select_w_410 .customSelectInner {
	overflow: hidden;
	width: 390px !important;
}

.detail_area .date .txt {
	font-size: 107.7%%;
	font-weight: bold;
	padding: 0 10px;
	vertical-align: text-bottom;
}
.detail_area .date .txt_mdl {
	font-size: 107.7%%;
	font-weight: bold;
	line-height: 1em;
	margin-top: 1em;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	padding: 0 10px;
}

.detail_area .va_mdl {
	vertical-align: middle !important;
}
.detail_area .va_top {
	vertical-align: top !important;
}


/*sub button*/
.detail_area .sub_btn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-left: 15px;
	vertical-align: middle;
}
.detail_area .sub_btn a {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ececec;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	color: #414141;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.detail_area .sub_btn a:hover {
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,gba(235,235,235,1)), color-stop(100%,rrgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(255,255,255,1)  100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ececec;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	text-decoration: none;
}
.detail_area .sub_btn a span {
	background: url(../../common/images/icon_triangle_red.png) 15px center no-repeat;
	border: 1px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
		display: block;
	padding: 7px 15px 6px 25px;
}


/*delete btn*/
.detail_area .delete_btn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
.detail_area .delete_btn a {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ececec;
	color: #414141 !important;
	display: block;
	font-size: 87.5%;
	font-weight: bold;
	text-decoration: none;
}
.detail_area .delete_btn a:hover {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,gba(235,235,235,1)), color-stop(100%,rrgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(255,255,255,1)  100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ececec;
	color: #414141;
	display: block;
	font-weight: bold;
	margin-top: 1px;
	text-decoration: none;
}
.detail_area .delete_btn a span {
	background: url(../../common/images/icon_cross.png) 15px center no-repeat;
	border: 1px solid #fff;
	display: block;
	padding: 7px 15px 6px 30px;
}

/*edit btn*/
.detail_area .edit_btn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
.detail_area .edit_btn a {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ececec;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	color: #414141 !important;
	display: block;
	font-size: 87.5%;
	font-weight: bold;
	text-decoration: none;
}
.detail_area .edit_btn a:hover {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,gba(235,235,235,1)), color-stop(100%,rrgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(255,255,255,1)  100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ececec;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	color: #414141;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.detail_area .edit_btn a span {
	background: url(../../common/images/icon_triangle_red.png) 15px center no-repeat;
	border: 1px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	display: block;
	padding: 5px 15px 4px 30px;
}

/*radio list*/
.detail_area .radio_list {
	margin-left: 10px;
}
.detail_area .radio_list input {
	float: left;
}
.detail_area .radio_list li {
	clear: both;
	margin-top: 10px;
	line-height: 1.2;
	/*padding: 3px 0;*/
	border-bottom: 1px dotted #d1d1d1;
	padding: 5px 0 10px;
}
.detail_area .radio_list .parts {
	clear: both;
	margin-top: 10px;
	line-height: 1.2;
	/*padding: 3px 0;*/
	border-bottom: 1px dotted #d1d1d1;
	padding: 5px 0 10px;
}
.detail_area .radio_list .txt {
	display: block;
	font-size: 107.7%%;
	margin-left: 25px;
	overflow: hidden;
	vertical-align: middle;
}

/*check_box list*/
.detail_area .cbox_list {
	margin-left: 10px;
}
.detail_area .cbox_list li {
	display: inline;
	margin-right: 25px;
}
.detail_area .cbox_list .txt {
	font-size: 107.7%%;
	margin-left: 15px;
	vertical-align: middle;
}
.detail_area .sub_ttl {
	background: #f4f4f4;
	color: #414141;
	font-size: 107.7%%;
	font-weight: normal;
	padding: 5px 15px;
}


/*form_pt1*/
.detail_area .form_pt1 .ttl {
	border-bottom: 1px solid #e1e1e1;
	font-size: 123.1%; /*16px*/
	margin-bottom: 5px;
	padding: 5px;
}
.detail_area .form_pt1 dl + .ttl,
.detail_area .form_pt1 ul + .ttl {
	margin-top: 25px;
}
.detail_area .form_pt1 .ttl .step {
	background: #e83617;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-ms-border-radius: 9px;
	color: #fff;
	font-size: 87.5%;
	margin-right: 10px;
	padding: 3px 17px;
}
.detail_area .form_pt1 dl + dl {
	margin-top: 25px;
}
.detail_area .form_pt1 dl dt {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 115.4%;
	font-weight: bold;
	margin: 0 0 0 20px;
	vertical-align: middle;
	min-width: 35px;
}
.detail_area .form_pt1 dl dd {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 0 0 20px;
	min-width: 150px;
	vertical-align: middle;
}
.detail_area .form_pt1 dl dd input[type="text"],
.detail_area .form_pt1 dl dd input[type="email"]
{
	width: 410px;
}
.detail_area .form_pt1 dl dd + dt {
	border-left: 1px solid #e3e3e3;
	margin-left: 30px;
	padding: 5px 0 5px 20px;
}
.detail_area .form_pt1 .btn {
	margin: 0 auto;
}


/*form_pt2*/
.detail_area .form_pt2 .ttl {
	color: #fff;
	background: #e83617;
	font-size: 115.4%;
	font-weight: normal;
	padding: 10px 15px;
}
.detail_area .form_pt2 dl {
	border-bottom: 1px dotted #000;
	padding: 10px 0 10px;
}
.detail_area .form_pt2 dl dt {
	background: url(../../common/images/border_red.gif) left center no-repeat;
	font-size: 115.4%;
	font-weight: bold;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	padding: 8px 0 8px 15px;
	width: 180px;
}
.detail_area .form_pt2 dl dd {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}
.detail_area .form_pt2.no_parts dl dd {
	padding: 8px 0;
	font-size: 108.3%;
}

.form_caution {
	display: none;
}


/* 確認画面用
/*-------------------------------------*/


.form_confirm .detail_area .date .txt_mdl {
	margin-top: 0;
	vertical-align: middle;
}
.form_confirm .back_link {
	margin-top: 30px;
}
/*form_pt1*/

.form_confirm .detail_area .form_pt1 dl {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
}
.form_confirm .detail_area .form_pt1 dl + dl {
	border-top: 1px dotted #d1d1d1;
	margin-top: 0;
}
.form_confirm .detail_area .form_pt1 dl dt {
	float: left;
	vertical-align: top;
	width: 180px;
}
.form_confirm .detail_area .form_pt1 dl dd {
	display: block;
	overflow: hidden;
}
.form_confirm .detail_area .form_pt1 .check_txt {
	padding: 10px 10px 10px 25px;
}
.form_confirm .detail_area .form_pt1 .price_table {
	margin-bottom: 50px;
}
.form_confirm .detail_area .form_pt1 .btn.entry {
	margin-top: 45px;
}
.form_confirm .detail_area .form_pt1 .check_txt + .ttl {
	margin-top: 25px;
}

/*form_pt2*/
.form_confirm .detail_area .form_pt2 .ttl {
	margin-bottom: 20px;
}
.form_confirm .detail_area .form_pt2 dl {
	clear: both;
	border-bottom: 1px dotted #000;
	overflow: hidden;
	padding: 10px 0;
}
.form_confirm .detail_area .form_pt2 dl + .ttl {
	margin-top: 35px;
}
.form_confirm .detail_area .form_pt2 dl + dl {
	/*border-top: 1px dotted #000;*/
}
.form_confirm .detail_area .form_pt2 dl dt {
	float: left;
	vertical-align: top;
	width: 180px;
}
.form_confirm .detail_area .form_pt2 dl dd {
	display: block;
	overflow: hidden;
	padding: 10px 0 8px;
}
.form_confirm .detail_area .form_pt2 .check_txt {
	padding: 10px 10px 10px 25px;
}
.form_confirm .detail_area .form_pt2 .price_table {
	margin-bottom: 50px;
}
.form_confirm .detail_area .form_pt2 .btn.entry {
	margin-top: 45px;
}

.form_confirm .form_caution {
	display: block;
}

.form_confirm .confirm_show {
	display: block;
}
.form_confirm .confirm_hide {
	display: none;
}

/*エラー用*/
.form_pt1 .error-message {
	color: #e83617;
}
.form_pt2 .error-message {
	color: #e83617;
}

#flashMessage {
	padding:10px;
    background-image: linear-gradient(to bottom, #5cb85c 0px, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
	border-radius:5px;
	color:#ffffff;
	font-size: 116%;
    font-weight: normal;
}

#modal-loading {
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	width:100%;
	background:rgba(90, 90, 90, 0.7);
}
#modal-loading .message {
	margin:100px auto;
	width:80%;
	background:#999;
	text-align:center;
	font-size:200%;
	color:#333;
	background: url(../images/loading2.gif) center bottom no-repeat;
	padding-bottom:50px;
}

/*---------------------------------------------------------------------------*/

.contents .copy {
	bottom: 15px;
	color: #383838;
	font-size: 84.6%;
	position: absolute;
	right: 15px;
}

.hiragana_caption {
	width: 300px;
	text-align:center;
	margin:10px auto;
}
table.hiragana {
	margin:10px auto;
	border-collapse: collapse;
}
table.hiragana td {
	padding:5px;
	text-align:center;
	font-size: 20px;
	color: #666;
}
table.hiragana td a {
	text-decoration:none;
	color:#0000ff;
}

.calc_total {
	border-top:3px solid #ccc;
	background-color:#eeeeee;
}

.calc_total_bg {
	background-color:#eeeeee;
}