/* ===================================================================
CSS information
 file name  :  style.css
 style info :  通常スタイルシート
=================================================================== */

/* ===================================================================
FORMAT
=================================================================== */

/*== メイン背景色 ==*/
.bg-black { background-color: #000; } /*背景色：ブラック*/
.bg-white { background-color: #fff; } /*背景色：ホワイト*/
.bg-red { background-color: #c04f4f; } /*背景色：レッド*/
.bg-blue { background-color: #4f9ebf; } /*背景色：ブルー*/
.bg-pink { background-color: #bf4f81; } /*背景色：ピンク*/
.bg-yellow { background-color: #bfae4f; } /*背景色：イエロー*/
.bg-green { background-color: #4fc08c; } /*背景色：グリーン*/

/*== サブ薄背景色 ==*/
.sub-bg-black { background-color: #333; } /*背景色：ブラック*/
.sub-bg-white { background-color: #eee; } /*背景色：ブラック*/
.sub-bg-red { background-color: #f4e7e7; } /*背景色：レッド*/
.sub-bg-blue { background-color: #e7f2f4; } /*背景色：ブルー*/
.sub-bg-pink { background-color: #f9eaf1; } /*背景色：ピンク*/
.sub-bg-yellow { background-color: #f9f6ea; } /*背景色：イエロー*/
.sub-bg-green { background-color: #e1f2ea; } /*背景色：グリーン*/

/*== ボーダー上部 ==*/
.bt-black { border-top: 3px solid #000; } /*背景色：ブラック*/
.bt-white { border-top: 3px solid #fff; } /*背景色：ホワイト*/
.bt-red { border-top: 3px solid #c04f4f; } /*背景色：レッド*/
.bt-blue { border-top: 3px solid #4f9ebf; } /*背景色：ブルー*/
.bt-pink { border-top: 3px solid #bf4f81; } /*背景色：ピンク*/
.bt-yellow { border-top: 3px solid #bfae4f; } /*背景色：イエロー*/
.bt-green { border-top: 3px solid #4fc08c; } /*背景色：グリーン*/

/*== セットを作るボタン ==*/
.btn-black{}
.btn-white a{ border:2px solid #d42554; }

/* ===================================================================
default
=================================================================== */

body{
	line-height:1.8em;
	position:relative;
}

#wrap{
	min-width:1315px;
}

#head {
	padding:25px 0;
	text-align:center;
	position:relative;
}

#head .head-wrap {
	max-width:1040px;
	width:100%;
	margin:0 auto;
}

#head .head-wrap h1.main-logo {
	float:left;
	width:340px;
}

#head .head-wrap h1.main-logo span{
	display:block;
	margin-bottom:5px;
	float:left;
	width:59.5%;
	font-size: 10px;
}

#head .head-wrap h1.main-logo span:nth-of-type(2){
	margin-top:5px;
	margin-left:2%;
	width:38.5%;
}

#head .head-wrap h1.main-logo span img{
	width:100%;
}

#head .head-wrap h1.main-logo span:last-child{
	margin-bottom:0;
}

#navi{
	margin:15px 0 0;
		float:right;
}

#navi ul{ 
	max-width:740px;
	margin:0 auto;
	line-height:1.0em;

}

#navi ul li{
	text-align:right;
	float:left;
	margin-left:30px;
}

#navi ul li a{
	font-weight:bold;
}

#navi ul li a:hover{
	text-decoration:underline;
}

#head .head-wrap .head-sns{
	position:absolute;
	top:10px;
	right:10px;
	display:none;
}

#head .head-wrap .head-sns ul{}

#head .head-wrap .head-sns ul li{
	float:left;
}

#head .head-wrap .head-sns ul li a{
	font-size:2.0em;
	color:#888;
}

#head .head-wrap .head-sns ul li a:hover{
	color:#000;
}

#main-visual{
	opacity:0;
}

#main-visual p{
	max-width:1300px;
	margin:0 auto;
}

#main-visual p img{
	width:100%;
}

#contents{
	max-width:1040px;
	width:100%;
	margin: 0 auto;
}

#details{
	padding:30px 0;
	text-align:center;
}

#details .catch{
	margin-bottom:30px;
}

#details .makeBtn{
	width:200px;
	margin:0 auto;
}

#details .makeBtn a{
	display:block;
	text-align:center;
	padding:7px 0;
	border-radius:3px;
	font-weight:bold;
}

#guide{
	padding:30px 0;
}

#guide h2{
	font-size:1.4em;
	line-height:1.6em;
	font-weight: bold;
	text-align:center;
}

#guide .guide-image{
	width:80%;
	margin:40px auto;
}

#guide .guide-image div{
	float:left;	
}

#guide .guide-image div.guide-image-first,
#guide .guide-image div.guide-image-second{
	width:40%;
	padding:0 3%;
	font-size:0.9em;
	text-align:center;
}

#guide .guide-image div.guide-image-allow{
	width:8%;
	padding-top:35px;
}

#guide .guide-image div.guide-image-first img,
#guide .guide-image div.guide-image-second img,
#guide .guide-image div.guide-image-allow img{
	width:100%;
}

#guide .guide-image div.guide-image-first p,
#guide .guide-image div.guide-image-second p{
	padding:10px 0;
}
#sns-block{
	background:#eee;
}

#sns-wrap{
	width:30%;
	margin:0 auto;
	padding:30px 0;
	max-width:280px;
}

#sns-wrap ul{}

#sns-wrap ul li{
	float:left;
	width:33.333%;
	text-align:center;
}

#sns-wrap ul li a{
	font-size:2.8em;
	color:#888;
}

#sns-wrap ul li a:hover{
	color:#000;
}

#footer{ padding:20px 0 20px; }

#footer ul{
	max-width:600px;
	margin:0 auto 30px;
}

#footer ul li{
	width:33.333%;
	text-align:center;
	float:left;
}

#footer ul li a{
	color:#fff;
}

#footer ul li a:hover{
	text-decoration:underline;
}

#footer .footer_logo{
	width:20%;
	max-width:160px;
	min-width:100px;	
	margin:0 auto 30px;
}

#footer .footer_logo img{
	width:100%;
}

#footer p.copyright{
	text-align:center;
	color:#fff;
}

#footer p.copyright a{
	color:#fff;
}

.clear{
	display:none;
}

/* ===================================================================
rigrid
=================================================================== */


.ri-grid{
	margin: 0 auto 0;
	position: relative;
	height: auto;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.ri-grid ul li.on{
	display:block;
}

.ri-grid ul li.off{
	display:none;
}

/*
.ri-grid ul li:last-child{
	display:none;
}
*/
.ri-grid p{
	position:absolute;
	z-index:200;
	top:0;
	left:217px;
	overflow-y:hidden;

}

.ri-grid p img{ width:100%; }

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	max-width: 1300px;
	width:100%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}

/* ===================================================================
sub
=================================================================== */

.head-caption{ 
	padding:40px 0;
	text-align:center;
	position:relative;
}

.head-caption h1{
	font-weight:bold;
	font-size:1.4em;
	margin:0 0 5px;
}

.head-caption .process-image{
	position:absolute;
	bottom:-18px;
	width:100%;
	text-align:center;
}

.head-caption .process-image.process-pc{
	display:block;
}

.head-caption .process-image.process-sp{
	display:none;
}

.contents-wrap{
	padding:100px 0;
}

.contents-attention{
	max-width:1040px;
	width:96%;
	margin:0 auto;
	text-align:center;
	border:4px solid #f4f4f4;
	padding:2%;
	font-size:0.9em;
	line-height:1.8em;
}

/* ===================================================================
select
=================================================================== */

#contents.cart{
	position:relative;
}

.c-cart{
	position:absolute;
	top:75px;
	right:0;
}

.c-cart .c-cart-th{
	background:#333;
	padding: 6px 23px 6px 25px;
	border-radius:0.3em  0 0 0.3em;
	color:#fff;
	float:left;
	margin-top:6px;
}

.c-cart .c-cart-td{
	float:left;
	padding:10px 20px;
	border-radius:0.3em;
	border:2px solid #333;
}

.contents-wrap.select{
	padding:200px 0 60px;
}

.select-area{
	width:40%;
	border:1px solid #ccc;
	border-radius:0.3em;
	padding:1.5%;
	float:left;
}

.select-area .scroll{
	background:#ededed;
	padding:2%;
	overflow-y:scroll;
}

.select-area .scroll .select-upload-image li{
	width:23%;
	margin:1%;
	float:left;
	position:relative;
	cursor:pointer;
}

.select-area .scroll .select-upload-image li.on{
	display:block;
}

.select-area .scroll .select-upload-image li.off{
	display:none;
}

.hidden{
	visibility:hidden;
}

.select-area .scroll .select-upload-image li img{
	width:100%;
}

.select-upload-image li .count{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px !important;
  height: 30px !important;
  line-height: 32px !important;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #e51f57;
}

.select-upload-image li .count:after{
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  border: 5px solid #e51f57;
  position: absolute;
  top: 0;
  right: 0;
}

span.actvie{
	width:86px;
	height:86px;
	background: rgba(229,31,87,0.5);
	border:3px solid #e51f57;
	display:none;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	cursor:pointer;
}


.select-area .scroll .select-upload-image li.hover .actvie{  display: block;  }
.select-area .scroll .select-upload-image li .add{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:83px;
	line-height:83px;
	font-size:4em;
	text-align:center;
	color:#fff;
	z-index:1;
}



.drop-area{
	width:525px;
	float:right;
	position:relative;

}

.drop-area .tabs{
	width:100%;
	position:absolute;
	top:-41px;
	left:0;
}

.drop-area .tabs li{
	width:25%;
	float:left;
	border-radius:0.3em 0.3em 0 0;
	border:2px solid #333;
	border-bottom:0;
	text-align:center;
	margin-left:10px;
}

.drop-area .tabs li a{
	display:block;
	padding:5px;
}

.drop-area .tabs li a.active{
	background:#333;

}

.drop-area .tabs li:hover{
	font-weight:bold;
}

.drop-area .tabs li a.active{
	color:#fff;	
}

.drop-area .set-list{


}

.drop-area .set-list .set-wrap{
	padding:26px 30px;
	width:91%;
	min-height:473px;
}  

.drop-area .six-set{
	background:url(../img/pasteboard_six.jpg) no-repeat;
	background-size:100%;	
}

.drop-area .three-set{
	/*width:60%;
	background:url(../img/pasteboard_three.jpg) no-repeat;
	background-size:100%;	*/
}

.drop-area .three-set .three-set-wrap{
	width:307px;
	background:url(../img/pasteboard_three.jpg) no-repeat;
	background-size:100%;		
}

.drop-area .three-set .three-set-wrap ul li:nth-of-type(2){
	margin-right:0;
}

.drop-area .set-list ul{
	min-height:320px;
}

.drop-area .set-list ul li{
	width:150px;
	float:left;
	position:relative;
	box-shadow:0 0 5px #333;
	border-radius:1.0em;
	margin-right:6px;
	margin-bottom:10px;
}

.drop-area .six-set ul li{
	margin-right:7px;
}

.drop-area .set-list ul li .shadow{
	z-index:1;
	border-radius:1.0em;
      -moz-box-shadow: inset 0px 0px 12px rgba(0,0,0,1.0);
      -webkit-box-shadow: inset 0px 0px 12px rgba(0,0,0,1.0);
      box-shadow: inset 0px 0px 12px rgba(0,0,0,1.0);
}

.drop-area .set-list ul li .shadow:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
      -moz-box-shadow: inset 0px 0px 12px rgba(0,0,0,1.0);
      -webkit-box-shadow: inset 0px 0px 12px rgba(0,0,0,1.0);
      box-shadow: inset 0px 0px 12px rgba(0,0,0,1.0);
      width: 100%;
      height: 100%;      
      border-radius:1.0em;
}

.drop-area .set-list ul li  .shadow img{
	width:100%;
	border-radius:1.0em;
	min-width:130px;
	min-height:130px;	

	position:relative;
}


.drop-area .set-list ul li .control{
	position:absolute;
	top:0;
	width: 100%;
}

.drop-area .set-list ul li .control .delete{
	position:absolute;
	top:-3px;
	right:-3px;
	background:#e60f0f;
	z-index:100;
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	border-radius:1em;
	cursor:pointer;
}

.drop-area .set-list ul li .control .delete img{
	width:100%;
	min-width:0;
	min-height:0;	
}


.three-set{
	display:none;
}

.cartin-btn{
	text-align:center;
	width:85%;
	margin:25px auto 0;
}

.cartin-btn input{
	color:#fff;
	padding:10px 20px;
	min-width:200px;
	margin:0 auto;
}

.goods-type-badge,.goods-type-magnet{
	width:50%;
	float:left;
}

.cartin-btn-badge input{
	border:2px solid #2d66bc;
	background:#fff;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	border-radius:0.3em;
	color:#2d66bc;
}

.cartin-btn-badge input:hover{
	background:#2d66bc;
	color:#fff;
}

.cartin-btn-magnet input{
	border:2px solid #2dbc4b;
	background:#fff;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	border-radius:0.3em;
	color:#2dbc4b;
}

.cartin-btn-magnet input:hover{
	background:#2dbc4b;
	color:#fff;
}

.goods-type-about{
	margin:0 auto;
}

.goods-type-about a{
	display:block;
	max-width:150px;	
	padding:5px;
	margin:0 auto;
	color:#fff;
	font-size:0.9em;
}

.goods-type-badge .goods-type-about a{
	background:#2d66bc;
}

.goods-type-magnet .goods-type-about a{
	background:#2dbc4b;
}

.goods-type-price{
	margin:5px 0 ;
	font-size:0.85em;
}

#slide-upload{
	opacity:0;
	z-index:-1;
	background:rgba(0,0,0,0.4);
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;

}

.slide-upload-visual{
	width:340px;
}

.slide-upload-wrap{
	max-width:1040px;
	margin:0 auto;
	height:100%;
}

.slide-upload-layout{
	display:table;	
	max-width:400px;
	height:100%;
	margin-left:23px;
}

.slide-upload-table{
	display:table-cell;
	vertical-align:middle;
}

.slide-upload-cell{
	background:#f4f4f4;
	border:2px solid #ececec;
	padding:30px;
	position:relative;
}

.slide-upload-cell .close{
	position:absolute;
	right:3px;
	top:3px;
	background:#333;
	color:#fff;
	width:25px;
	height:25px;
	line-height:26px;
	text-align:center;
	cursor:pointer;
}

.slide-upload-cell .date{
	font-size:0.8em;
	line-height:1.2em;
	margin:10px 0;
}

.slide-upload-cell h1{
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:10px;
}

.slide-upload-cell .url{
	font-size:0.8em;
	line-height:1.2em;
	margin-bottom:10px;
}

.slide-upload-cell .url a{
	color:#aaa;
}

p.placementBtn{
	background:#000;
	color:#fff;
	text-align:center;
	padding:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	border-radius:3px;
	cursor:pointer;
}

p.placementBtn:hover{
	background:#333;
	
}

.slides li{
	position:relative;
}

.slides li .count{
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	background:#e51f57;
	color:#fff;
}

.slides li .count:after{
	content:"";
	border:5px solid #e51f57;
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:330px;
	height:330px;	
}

.add_message{
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	height:100%;
	text-align:center;

}

.add_message div{
	display:table;
	width:100%;
	height:100%;
}

.add_message div p{
	display:table-cell;
	vertical-align:middle;
	margin:0 auto;
	max-width:320px;
	height:100px;
	line-height:100px;
	background:rgba(255,255,255,0.8);
	font-weight:bold;
	font-size:1.4em;
}

/* ===================================================================
quantity
=================================================================== */

.cart-list {
	width:60%;
	float:left;
}

.cart-list-set{
	padding:3%;
	margin-bottom:20px;
}

.cart-list-set .cart-list-set_table{
	width:60%;
	float:left;
}

.cart-list-set .cart-list-set_table .cart-list-set_table-list{
}

.cart-list-set .cart-list-set_table .cart-list-set_table-list li{
	float:left;
	width:32%;
	margin:0.666666%;
}

.cart-list-set .cart-list-set_table .cart-list-set_table-list li img{
	width:100%;
}

.cart-list-set .cart-list-set_table .cart-list-type{
	color:#fff;
	text-align:center;
	margin-top:2px;
	padding:3px 0;
}

.cart-list-set .cart-list-set_table .cart-list-type.badge{
	background:#2d66bc;
	margin:2px 2.5px 0;
}

.cart-list-set .cart-list-set_table .cart-list-type.magnet{
	background:#2dbc4b;
}

.cart-list-set .cart-list-control{
	width:40%;
	float:left;
}

.cart-list-set .cart-list-control .cart-list-control_quantity{
	position:relative;
}

.cart-list-set .cart-list-control .cart-list-control_quantity .cart-list-control_quantity-result{
	border:1px solid #000;
	border-radius:0.3em;
	padding:5%;
	background:#fff;
	width:79.2%;
	margin:0 0 0 auto;
}

.cart-list-set .cart-list-control .cart-list-control_quantity .cart-list-control_quantity-result input{
	display:inline;
	border:0;
	width:70%;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}

.cart-list-set .cart-list-control .cart-list-control_quantity .cart-list-control_quantity-updown{
	position:absolute;
	top:14px;
	right:20px;
	line-height:0.8em;
	font-size:1.2em;
}

.qty-up{
	cursor:pointer;
	display:block;
}

.qty-down{
	cursor:pointer;
	display:block;
}

.cart-list-set .cart-list-control .cart-list-control_quantity .cart-list-control_quantity-updown span{
	display:block;
	margin:1px 0;
}

.cart-list-set .cart-list-control .cart-list-control_quantity .cart-list-control_quantity-updown span:hover{
	opacity:0.6;
}

.cart-list-set .cart-list-control>p{
	margin:10px 0 0 auto;
}

.cart-list-set .cart-list-control .cart-list-control_edit{
	width:90%;
}

.cart-list-set .cart-list-control .cart-list-control_edit a{
	background:#888;
	display:block;
	border-radius:0.3em;
	padding:8px;
	text-align:center;
	color:#fff;
}

.cart-list-set .cart-list-control .cart-list-control_delete{
	width:90%;
}

.cart-list-set .cart-list-control .cart-list-control_delete a{
	background:#d42340;
	display:block;
	border-radius:0.3em;
	padding:8px;
	text-align:center;
	color:#fff;
}

.badge-none{
	background:#ccc;
	height:112px;
}

.estimate-table{
	width:30%;
	float:right;
}

.estimate-table .next-link-next{
	float:right;
}

.estimate-form-badge table{
	width:100%;
}

.estimate-form-badge table thead th{
	background:#2d66bc;
	color:#fff;
	padding:5px 0;
	font-weight:normal;
}


.estimate-form-badge table tbody th,.estimate-form-badge table tbody td{
	text-align:left;
	border-bottom:1px solid #2d66bc;
	padding:5px;
}

.estimate-form-badge table tbody td{
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

.estimate-form-magnet table{
	width:100%;
	margin-top:20px;
}

.estimate-form-magnet table thead th{
	background:#2dbc4b;
	color:#fff;
	padding:5px 0;
	font-weight:normal;
}


.estimate-form-magnet table tbody th,.estimate-form-magnet table tbody td{
	text-align:left;
	border-bottom:1px solid #2dbc4b;
	padding:5px;
}

.estimate-form-magnet table tbody td{
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

.change,.delivery-price{
	border:1px solid #000;
	border-radius:0.3em;
	padding:4% 5%;
	background:#fff;
	width:70%;
	margin:15px auto 0;	
}

.change{
	margin:30px auto 0;		
}

.delivery-price dl{
}

.change dl dt,.delivery-price dl dt{
	float:left;
}

.change dl dd,.delivery-price dl dd{
	float:right;
	font-size:1.2em;
	font-weight:bold;
}

.total-price{
	border:1px solid #000;
	border-radius:0.3em;
	padding:4% 5%;
	background:#fff;
	width:70%;
	margin:15px auto 0;	
}

.total-price dl{
}

.total-price dl dt{
	float:left;
}

.total-price dl dd{
	float:right;
	font-size:1.2em;
	font-weight:bold;
	color:#b22222;
}

.next-link{	
	margin:30px auto 0;
}

.next-link .next-link-create{
	width:48%;	
	float:left;
}

.next-link .next-link-create input{
	background:#888;
	display:block;
	border-radius:0.3em;
	padding:8px;
	text-align:center;
	color:#fff;
	border:none;
	width:100%;
	border:2.5px solid #888;
}

.next-link .next-link-create a{
	background:#888;
	display:block;
	border-radius:0.3em;
	padding:8px;
	text-align:center;
	color:#fff;
	border:none;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.next-link .next-link-next{
	width:48%;	
	margin:0 auto;	
}

.next-link .next-link-next input,.next-link .next-link-next a{
	background:#d42340;
	display:block;
	border-radius:0.3em;
	padding:8px;
	text-align:center;
	color:#fff;
	border:2.5px solid #d42340;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
	box-sizing:border-box;
}

.cartin-btn .next-link .next-link-next{ float:none; margin:0 auto; }
.next-link .next-link-next a{ max-width:230px; }

/* ===================================================================
shipping
=================================================================== */

.error_area{
	border:1px solid #D42340;
	font-size:0.8em;
	color:#D42340;
	padding:15px;
	margin-bottom:40px;
}

.shipping .contents-wrap{
	padding:10	0px 0;
}

.input-wrap{
	border:1px solid #ddd;
	padding:20px;
	margin-bottom:40px;
}

.input-wrap h1{
	font-size:1.1em;
	font-weight:bold;
	margin:10px 10px 30px;
}


.input-wrap .radio-wrap{
	/*margin:40px;*/
}

.input-wrap .radio-wrap p{
	margin:10px;
}

.input-wrap dl{
	padding-bottom:20px;
}

.input-wrap dl dt{
	width:25%;
	float:left;
	height:40px;
	line-height:40px;
	text-align:right;
}


.input-wrap dl dd{
	width:70%;
	float:right;
	line-height:40px;
}

.input-wrap dl dd input{
	height:40px;
	width:80%;
	background:#eee;
	border:1px solid #ccc;
	line-height:40px;
	font-size:0.9em;
}

.input-wrap dl dd input.short{
	width:45%;
}

.input-wrap dl dd input:focus{
	background:#fff;
}

.input-wrap dl dd p{
	margin-bottom:2px;	
}

.input-wrap dl dd p:last-child{
	margin-bottom:0;	
}

.input-wrap dl dd span{
	display:block;
	color:#df1c4a;
	font-size:0.7em;
	line-height:20px;
}

.input-wrap .escott {
	background:#f8f8f8;
	border:1px solid #ececec;
	padding:15px;
}

.input-wrap .escott dl:last-child{
	padding:0;
	margin:0;
}

.input-wrap .escott dl dt{
	font-size:0.8em;
	text-align:left;
}

.input-wrap .escott dl dd{

}

.input-wrap .escott dl dd input{
	height:32px;
	line-height:32px;
}

.input-wrap .escott dl dd input.credit_name{
	width:25%;
}

.payment-wrap{
	margin-bottom:20px;
	padding:0 10px;
}

.payment-wrap p{
	
}

.payment-wrap label{
	font-size:1.0em;
}

.payment-wrap .supplement{
	font-size:0.8em;
}



.demand p textarea{
	width:100%;
	resize:none;
	border:1px solid #ddd;
	background:#eee;
}

.demand p textarea:focus{
	background:#fff;
}

.agreement p textarea{
	width:100%;
	resize:none;
	border:1px solid #ddd;
}

.complete-txt{
	text-align:center;
	font-size:1.2em;
	line-height:2.0em;
	margin-bottom:30px;
}

.btn-wrap{
	margin-top:20px;
	margin-bottom:20px;	
}

.top-btn{

	width:200px;
	margin:0 auto 10px;
}

.top-btn a{
	width:100%;
	border:1px solid #d42340;
	display:block;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
	color:#fff;
	background:#d42340;
	border-radius:0.3em;
}

.top-btn a:hover{
	opacity:0.9;
}

.returnBtn{
	width:200px;
	margin:0 auto;
}

.returnBtn a{
	display:block;
	text-align:center;
	padding:10px;
	background:#aaa;
	color:#fff;
	border-radius:0.3em;
}

.returnBtn a:hover{
	opacity:0.9;
}

/* ===================================================================
about
=================================================================== */
.about-wrap{
	margin-top:40px !important;
}

.step-img{
	background:#f6f6f6;
	padding:20px;
}

.step-img figure{
	float:left;
	max-width:500px;
	width:100%;
}

.about_topic{
	text-align:center;
	font-size:2.4em;
	margin:20px 0;
}

.about-text{
	float:right;
	max-width:460px;
	width:100%;
}

.description2{
	padding:40px 0;
	text-align:center;
}

.description2 h1{
	margin-bottom:20px;
}

.loginBtn{
	width:200px;
	margin:0 auto;
}

.loginBtn a{
	display:block;
	text-align:center;
	padding:7px 0;
	border-radius:3px;
	font-weight:bold;
	border:2px solid #333;
}

/* ===================================================================
transaction
=================================================================== */

.transaction-wrap{
	margin:40px auto !important;
}

.transaction-contents{
	width:70%;
	margin:0 auto;
}

.transaction-wrap dl{
	margin-bottom:20px;
}

.transaction-wrap dl dt{
	border-bottom:1px solid #eee;
	font-size:0.9em;
	font-weight:bold;
}

.transaction-wrap dl dd{
	padding-top:5px;
	font-size:0.9em;
	line-height:1.4em;
}

/* ===================================================================
privacy
=================================================================== */

.privacy-wrap{
	margin:40px auto !important;
}

.privacy-contents{
	width:70%;
	margin:0 auto;
}


.privacy-wrap h2{
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}

.privacy-wrap dl{
	margin-bottom:20px;
}

.privacy-wrap dl dt{
	font-weight:bold;
}

.privacy-wrap dl dd{
	font-size:0.9em;
	line-height:1.6em;
}

/* ===================================================================
terms
=================================================================== */

.terms-wrap{
	margin:40px auto !important;
}

.terms-contents{
	width:75%;
	margin:0 auto;
}

.terms-contents dl{
	margin-bottom:20px;
}

.terms-contents dl dt{
	font-weight:bold;
}

.terms-contents dl dd{
	font-size:0.8em;
	padding-left:15px;
}

.terms-contents dl dd ul.border-block{
	border-left:3px solid #eee;
	margin-left:15px;
	padding-left:15px;
}

/* ===================================================================
contact
=================================================================== */

.contact-wrap{
	margin:40px auto !important;
}

.contact-contents{
	width:60%;
	margin:40px auto;
}

.main-table{
	width:100%;
	margin:30px 0 30px;
}

.main-table,
.main-table th,
.main-table td{
	border:0;
	padding-bottom:10px;
}

.main-table th{
	width:35%;
	text-align:left;
}

.main-table th .red{
	color:#df1c4a;
}

.main-table td{
	width:65%;
	text-align:left;
}

.main-table td input{
	width:100%;
	height:35px;
	line-height:35px;
	border:1px solid #ddd;
}

.main-table td textarea{
	width:100%;
	border:1px solid #ddd;
	resize:none;
}

.main-table td .err{
	display:block;
	color:#df1c4a;
	font-size:0.9em;
}

.button_box{
	text-align:center;
}

.button_box input{
	width:50%;
	max-width:230px;
	padding:8px;
	text-align:center;
	border-radius:0.3em;
	margin:0 auto;
	background:#df1c4a;
	color:#fff;
	border:none;
	margin:0 auto;
}


/* ===================================================================
loader
=================================================================== */

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#btnMore{
	background:#aaa;
	padding:8px;
	max-width:220px;
	margin:10px auto;
	text-align:center;
	cursor:pointer;
	color:#fff;
}
