@charset "Shift_JIS";

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */
div.cartlist_ {
}
div.order_flow_ {
	margin: 40px 0;
	text-align: center;
}
table.cartlist_ {
	margin: 0 auto;
	width: 800px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom:#e5e5e5 1px solid;
	border-collapse:collapse;
}
table.cartlist_ th {
	border-bottom:#e5e5e5 1px solid;
	border-collapse:collapse;
}
table.cartlist_ td {
	border-bottom:#e5e5e5 1px solid;
	border-collapse:collapse;
}
table.cartlist_ td.img_ {
	width:100px;
}
table.cartlist_ td.img_ img {
	width:100px;
}
table.cartlist_ td.name_ div.name_ {
	margin-bottom:5px;
}
table.cartlist_ td.money_ {
	width:80px;
	white-space:nowrap;
	text-align:right;
}
table.cartlist_ td.money_ span.price_ {
	font-weight:normal;
}
table.cartlist_ td.qty_ {
	width:80px;
	white-space:nowrap;
	text-align:right;
}
table.cartlist_ td.button_ {
	text-align: center;
	width: 60px;
}
table.cartlist_ td.total_ {
	text-align:right;
}
table.cartlist_ .qty_ input {
	height:30px;
	padding:0;
	line-height:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border: 1px solid #CCC;
}
table.cartlist_ .qty_ img {
	width: 30px;
	height: 30px;
}

table.cartlist_ tr.total_line_ td.money_ span.price_ {
	color:#ff0000;
	font-size:20px;
	font-weight:bold;
}
table.cartlist_ td.promotion_ {
	text-align: center;
	padding: 0px 0px 10px 0px;
}

table.cartlist_ div.promotionmsg_ {
	width: 200px;
	margin-right: 20px;
	margin-top: 10px;
    display:inline-table;
}

table.cartlist_ div.promotionmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #f60;  
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

table.cartlist_ span.promotionmsg_title_ {
	font-size:12px;
	display:block;
	background: url(../img/usr/common/h2_arrow.png) left top no-repeat;
	padding-left:18px;
}


table.cartlist_ span.promotionmsg_title_ .hilight_{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
}

table.cartlist_ div.promotionshortmsg_ {
	width: 200px;
	margin-right: 20px;
	margin-top: 10px;
    display:inline-table;
}

table.cartlist_ div.promotionshortmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

table.cartlist_ span.promotionshortmsg_title_ {
	font-size:12px;
	display:block;
	background: url(../img/sys/kiken.gif) left top no-repeat;
	padding-left:25px;
}

table.cartlist_ span.promotionshortmsg_title_ .hilight_{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
}
table.cartlist_ span.short_price_ {
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}
input.calc_ {
	width:0px;
	height:0px;
}
div.cart_submit_ {
	width:800px;
	margin:20px auto;
	overflow:hidden;
}
div.cart_submit_ div.back_ {
	width:220px;
	height:35px;
	float:left;
}
div.cart_submit_ div.next_ {
	width:360px;
	float:right;
}
div.cart_submit_ div.next_ p.note_ {
	margin:10px 0;
	text-align:center;
}
div.cart_submit_ div.order_btn_ {
	margin-bottom:20px;
}
div.cart_submit_ div.gift_btn_ {
}

#order_service {
	width:100%;
	overflow:hidden;
}
#order_service ul {
	width:105%;
	overflow:hidden;
}
#order_service ul li {
	width:225px;
	margin:0 20px 0 0;
	float:left;
}
#order_service ul li div.img_ {
	margin-bottom:10px;
}

#block_of_history {
	margin:20px 0;
}
#block_of_history h2.ttl_history_ {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #2a1b18;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 16px;
	margin-bottom: 15px;
	background-image: url(../img/usr/common_h2_bg.gif), url(../img/usr/common_h2_border.png);
	background-repeat: repeat-x, no-repeat;
	background-position: left bottom, left top;
}

div.cartinfo_ {
	margin:0 10px 10px;
	text-align: center;
	font-size:12px;
}
div.cartinfo_ span.price_ {
	padding:0 2px;
	font-size: 14px;
	font-weight:bold;
	color:#ff0000;
}
div.cartinfo_ span.free_ {
	padding:0 2px;
	font-size: 14px;
	font-weight:bold;
	color:#ff6600;
}

/* --------------------------------------------------------------------
	メールニュース
-------------------------------------------------------------------- */
div.mail_ {
}
div.mail_ .agreebody_ {
	padding: 20px 10px;
	margin: 10px 0 20px 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.mail_ table {
	width: 100%;
}
div.mail_ table th {
	width: 25%;
}
div.mail_ div.mailnewstitle_ {
}

/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
div.topic_ {
}
h2.topic_title_ {
	margin-bottom: 10px;
	padding: 8px 8px 8px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCC;
	background: url(../img/usr/common_h2.png) 0 0 no-repeat;
}
div.topic_ div.comment_ {
}
div.topic_ div.contents_ {
}
/* トピック一覧 */
div.topiclist_ {
}
div.topiclist_ .topiclist_head_ {
}
div.topiclist_ .topiclist_head_ h2 {
}
div.topiclist_ .topiclist_head_ .rss_ {
	float: right;
	display: inline;
	text-align: right;
}
div.topiclist_ .topiclist_body_ {
}
div.topiclist_ .topicline_ dt {
	text-align: left;
	margin-bottom: 10px;
}
div.topiclist_ .topicline_ dt img {
	max-height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

/* トピック詳細一覧 */
div.topicdetaillist_ {
	margin: 0 0 30px 0;
}
div.topicdetaillist_ ul.topicline_ li {
	padding: 8px 7px 7px 15px;
	background:#ffffff url(../img/usr/common/topic_arrow.png) 10px center no-repeat;
	border-bottom: 1px dotted #efefef;
}
div.topicdetaillist_ ul.topicline_ li.img_ {
	padding: 5px 0;
	background: none;
}

/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */
/* 入力画面 */
div.questionnaire_ {
}
div.questionnaire_ .sp_block_ {
	display: none;
}
div.questionnaire_box_ {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
div.questionnaire_box_ div.desc_ {
	margin-bottom: 10px;
	padding: 0 0 10px 10px;
	border-bottom: 1px dotted #CCC;
}
div.questionnaire_box_ table {
	width: 100%;
}
div.questionnaire_box_ table.formdetail_ th {
	width: 16em;
}
div.questionnaire_box_ div.questionnaire_box_content_ {
	padding: 0 10px;
}
/**/

/* 確認画面 */
table.questionnaire_confirm_ {
	width: 100%;
}
table.questionnaire_confirm_ th {
	width: 16em;
}
/**/

/* --------------------------------------------------------------------
	生地サンプル送付サービス
-------------------------------------------------------------------- */
#sample_head {
	overflow: hidden;
	margin: 0 0 20px 0;
}
#sample_head .img_ {
	float: left;
	width: 360px;
}
#sample_head .comment_ {
	float: right;
	width: 700px;
	padding-top: 30px;
}
#sample_head .comment_ p {
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 22px;
}
#sample_head .comment_ ul {
	margin: 20px 0 0 0;
}
#sample_head .comment_ ul li {
	display: inline-block;
	margin-right: 10px;
}

#select_cloth_ {
	margin: 20px 0 0 0;
	border: 1px solid #dddddd;
}
#select_cloth_ .select_cloth_head_ {
	overflow: hidden;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 30px;
	padding: 15px 25px;
	background: #f3efe5;
}
#select_cloth_ .select_cloth_head_ small {
	font-size: 12px;
	margin-left: 20px;
}
#select_cloth_ .select_cloth_head_ .must_icon_ {
	float: right;
	width: 60px;
	height: 30px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #66bb6a;
}
#select_cloth_ h3 {
	padding: 9px 13px;
	background: #e6e6e6;
}
#select_cloth_ h3 span {
	display: inline-block;
	width: 22px;
	height: 22px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	vertical-align: middle;
	margin: 0 13px 0 0;
	background: #333333;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#select_cloth_ ul {
	overflow: hidden;
	padding: 20px 19px 10px 19px;
}
#select_cloth_ ul li {
	float: left;
	width: 100px;
	text-align: center;
	margin: 0 15px 20px 15px;
}
#select_cloth_ ul li:nth-of-type(8n+1) {
	clear: both;
}
#select_cloth_ ul li label {
	cursor: pointer;
	position: relative;
	display: block;
	color: #000;
	font-size: 12px;
	letter-spacing: 0.6px;
	margin: 0;
}
#select_cloth_ ul li label img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 10px auto;
}
#select_cloth_ ul li label input[type="checkbox"] {
	display: none;
	position: absolute;
	left: 56px;
	top: 46px;
	width: 30px;
	height: 30px;
	margin: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: url(../img/usr/check_cloth.png) center center no-repeat;
/**/
	display: block\9;
	background: none\9;
/**/
}
#select_cloth_ ul li label input[type="checkbox"]:not(:target) {
	display: none\9;
	background: url(../img/usr/check_cloth.png) center center no-repeat\9;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #select_cloth_ ul li label input[type="checkbox"] {
	 display: block;
	 background: none;
	} /* IE11 */
}
#select_cloth_ ul li label input[type="checkbox"]:checked {
	display: block;
}
#select_cloth_ ul li label input[type="checkbox"]:checked:before {
	content: normal;
}
#select_cloth_ ul li label input[type="checkbox"]:checked:after {
	content: normal;
}

#select_cloth_ .select_cloth_wrap_ ul {
	overflow: inherit;
}
#select_cloth_ .select_cloth_wrap_ ul:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#select_cloth_ .select_cloth_wrap_ ul li {
	position: relative;
}
#select_cloth_ .select_cloth_wrap_ ul li .popup_img_ {
	width: 280px;
	height: 200px;
	padding: 10px;
	text-align: center;
	top: -230px;
	left: -100px;
	position: absolute;
	background: rgb(0,0,0,0.6);
	display: none;
}
#select_cloth_ .select_cloth_wrap_ ul li .popup_img_inner_ {
	width: 280px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#select_cloth_ .select_cloth_wrap_ ul li .popup_img_::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #000000 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
	opacity: 0.6;
	z-index: 1;
}
#select_cloth_ .select_cloth_wrap_ ul .popup_img_ img {
	width: auto;
	height: 200px;
	vertical-align: top;
	height: auto;
}


/* --------------------------------------------------------------------
	フリーページ　カスタムオーダー一覧
--------------------------------------------------------------------- */
#custom_order p {
	font-size: 14px;
	line-height: 22px;
}
#custom_order h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.8px;
	margin: 25px 0 15px 0;
}
#custom_order .imgbox_ {
	overflow: hidden;
	margin: 0 0 25px 0;
}
#custom_order .imgbox_ .img_ {
	float: left;
	width: 350px;
}
#custom_order .imgbox_ .img_ img {
	display: block;
}
#custom_order .imgbox_ .txt_ {
	float: right;
	width: 395px;
}
#custom_order .select_img_ {
	margin: 20px 0 25px 0;
}
#custom_order h4 {
	color: #644a39;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#custom_order .select_shape_ {
	text-align: center;
	margin-bottom: 35px;
}
#custom_order .select_shape_ li {
	display: inline-block;
	margin: 0 35px;
}
#custom_order .select_shape_ li:first-child {
	margin-left: 0;
}
#custom_order .select_shape_ li:last-child {
	margin-right: 0;
}
#custom_order .notice_ {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.7px;
	margin-bottom: 25px;
}


/* --------------------------------------------------------------------
	カスタムオーダー
-------------------------------------------------------------------- */
#custom_head {
}
#custom_info {
	margin: 0 0 40px 0;
}
#custom_info li {
	display: inline-block;
	vertical-align: top;
}
#custom_info li:first-child {
	margin: 0 50px 0 0;
}
#custom_head .img_ {
	text-align: center;
	margin: 25px 0 20px 0;
}
#custom_head .contactbox {
	width: 780px;
	height: 160px;
	margin: 0 auto 50px auto;
	background: url(../img/usr/freepage/common/contact_bg.png) no-repeat;
}
#custom_head .contactbox .contactwrap {
	position: relative;
	left: 22px;
	top: 72px;
}
#custom_head .contactbox .mail {
	display: inline-block;
}
#custom_head .contactbox .tel {
	display: inline-block;
	margin-left: 18px;
}

.custom_step .img_ {
	margin-top: 20px;
}

.custom_step .custom_input-form {
	margin: 15px 0 0 0;
	font-size: 13px;
	color: #2a1b18;
	font-weight: bold;
	line-height: 13px;
}

.custom_step .custom_input-form input {
	width: 190px;
	height:40px;
	background-color: #e4e4e4;
	border: 2px solid #291b18;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 10px;
}

.custom_step-centring {
	width: 780px;
	margin: 0 auto 60px auto;
}
.custom_step-centring.mt30_ {
	margin-top: 30px;
}
.custom_step-centring .error_ {
	margin-top: 10px;
}
.custom_step-top-space {
	margin-top: 70px;
}

.custom_step .custom_input-form.custom_checkbox {
	margin-top: 0;
}

.custom_step .custom_input-form.custom_checkbox li {
	display: inline-block;
	margin-top: 15px;
}

.custom_step .custom_input-form.custom_checkbox input {
	cursor: pointer;
	display: inline-block;
	margin: 0 10px 0 0;
	width: 36px;
	height: 36px;
	outline: none;
	background-color: #e4e4e4;
	border: 2px solid #999;
	box-shadow: none;
}
.custom_step .custom_input-form.custom_checkbox input[type=radio] {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.custom_step .custom_input-form.custom_checkbox li.readonly_ input {
	cursor: inherit;
	background-color: #eee;
	border: 2px solid #ccc;
}
.custom_step .custom_input-form input[type=checkbox] + label,
.custom_step .custom_input-form input[type=radio] + label {
	cursor: pointer;
	position: relative;
  display: inline-block;
  margin-right: 50px;
  font-size: 13px;
  line-height: 13px;
}
.custom_step .custom_input-form li.readonly_ input[type=checkbox] + label,
.custom_step .custom_input-form li.readonly_ input[type=radio] + label {
	cursor: inherit;
	color: #ccc;
}
.custom_checkbox input[type="checkbox"]:checked:before {
    position: absolute;
    left: 5px;
    top: 20px;
    display: block;
    -webkit-box-shadow: none;
    content: "";
    width: 10px;
    height: 4px;
    background: #2a1b18;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}
.custom_checkbox li.readonly_ input[type="checkbox"]:checked:before {
	background-color: #ccc;
}
.custom_checkbox input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 13px;
    top: 20px;
    content: "";
    -webkit-box-shadow:  none;
    width: 16px;
    height: 4px;
    background: #2a1b18;
    -webkit-transform: rotate(-44deg);
    -webkit-transform-origin: left center;
}
.custom_checkbox li.readonly_ input[type="checkbox"]:checked:after {
	background-color: #ccc;
}
.custom_checkbox input[type="radio"]:checked:before {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
}
.custom_checkbox .readonly_ input[type="radio"]:checked:before {
	background-color: #ccc;
}

#table_wrap {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #dddddd;
	border-bottom: none;
	background: #e6e6e6;
}
#table_wrap dl {
	width: 100%;
	display: table;
	border-bottom: 1px solid #dddddd;
}
#table_wrap dt {
	display: table-cell;
	width: 265px;
	color: #000;
	line-height: 30px;
	white-space: nowrap;
	vertical-align: middle;
	padding: 25px 20px;
	background: #f4f2eb;
}
#table_wrap dd {
	display: table-cell;
	padding: 25px 20px;
}
#table_wrap dd input[type=text]{
	width: 60%;
	margin: 0;
}
#table_wrap dd textarea {
	width: 100%;
	margin: 0;
}
#table_wrap dd .error_ {
	width: 100%;
}
#table_wrap .icon_must_ {
	float: right;
}
#table_wrap .icon_must_ span {
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #66bb6a;
}

/* --------------------------------------------------------------------
	追加認証
-------------------------------------------------------------------- */
input.certify_ {
	width:0px;
	height:0px;
}

div.certify_escape_ {
	text-align:center;
}
div.certify_escape_ a {
	text-decoration:underline;
}

/* サイズから選ぶページ更新 */


#custom_order span.alert {
	font-size: 1.2em;
	font-weight: bold;
	color: #6a3906;
}

#custom_order .common_headline2_ span.alert {
	font-size: 1.2em;
	padding-left: 20px;
	color: #2a1b18;
	position: relative;
	top: 0;
	font-size: 20px;
}

#custom_order .imgbox02_ {
	overflow: hidden;
	margin: 0 0 25px 0;
}

#custom_order .imgbox02_.each_shape-wrap {
	box-sizing: border-box;
	border: 1px solid #c9caca;
	padding: 20px 20px 20px 10px;
}

#custom_order .imgbox02_ .img_ {
	float: left;
	width: 406px;
}

#custom_order .imgbox02_ .txt_ {
	float: right;
	width: 350px;
}

#custom_order .imgbox02_ .each_shape {
	float: right;
	width: 340px;
}

#custom_order .imgbox02_ .each_shape a {
	color: #43bbbc;
	font-weight: bold;
}

#custom_order .imgbox02_ .each_shape .img_ {
	width: 340px;
}

#custom_order .imgbox02_ .each_shape a:hover {
	text-decoration: underline;
}

#custom_order .imgbox02_ .img_ img {
	display: block;
}

#custom_order .sizeselect_sizeimage {
	margin: 0 0 20px 0;
}

#custom_order .mb10 {
	margin-bottom: 10px;
}

#custom_order .mb40 {
	margin-bottom: 40px;
}

#custom_order .mb20 {
	margin-bottom: 20px;
}

.select_cloth_notice_ {
	margin-top: 20px;
}

