﻿@charset "utf-8";

*{
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	font-size:16px;
	font-family: 'FontAwesome', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'MS UI Gothic', Meiryo, メイリオ, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

header .inner,
#main,
#menu,
#pagenav,
footer .inner,
footer .copyright
p{
	margin:0 auto;
	padding:0 10px;
}


body{
	background:#ccc;
	color:#333;
	margin:0;
	padding:0;
	height:100%;
	line-height:1.6;

}
body a:hover img{

}

img{
	max-width:100%;
	height:auto;
	line-height:0;
	border:0;
	vertical-align:bottom;
}

a{color:#900;}
a:visited{}
a:hover{text-decoration:underline;}
a:hover img{opacity: 0.7;}

ul,li{
	list-style:none;
	margin:0px;
}

p{
	margin-bottom:15px;
}

h3{
	margin-bottom:10px;
	color:#382B27;
}

/* CLEARFIX */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ul は全てclearfix */ 
ul:before, ul:after { content: ""; display: table; }
ul:after { clear: both; }
ul { zoom: 1; }

.pc_only{
	display:none;
}

.sp_clear{
	clear:both;
}

/*---------------------------------
	非表示
-----------------------------------*/

#header, #header_title, #pay_icons, #profile_box, #pdf_box{
	display:none;
}


/*---------------------------------
	CONTAINER
-----------------------------------*/

#container {
	width: 100%;
	background:#FFF;
	margin:0 auto;
	padding:0 ;
	min-width:320px;
}

/*---------------------------------
	CONTENTS
-----------------------------------*/
#content{
	background-color:#fff;
}

#contents{
	background-color:#fff;
	width:100%;
}
#contents h3{

}

/* --------------------------------- */
/* フォームに関してのデザイン */
/* --------------------------------- */


input[type="text"], input[type="password"], select,textarea {
    padding: 7px;
    -webkit-box-shadow: 0 2px 2px #CCC;
    margin: 4px 0 0;
}

input:focus,input:hover, textarea:focus,textarea:hover, select:focus,select:hover{
	-moz-box-shadow: 0px 0px 12px 		#000 /*{global-active-background-color}*/;
	-webkit-box-shadow: 0px 0px 12px 	#000 /*{global-active-background-color}*/;
	box-shadow: 0px 0px 12px 			#000 /*{global-active-background-color}*/;
}

textarea{
	margin:5px auto;
	height:50px;
	width:80%;
}

.btn_orange{
	padding-top: 10px; 
	padding-bottom: 10px; 
	background: #FF8800; /* 古いブラウザ向け */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800)); 
	border: 1px #F27300 solid; color: #FFF; 
	-webkit-appearance: none; 
	-webkit-box-shadow: 0 2px 2px #CCC; 
	text-shadow: 1px 2px 3px #C45C00;
}

.btn_gray{
    padding-top: 6px;
    padding-bottom: 6px;
    background: #B1ADAA;
    background: -webkit-gradient(linear, left top, left bottom, from(#ADAAA3), to(#B1ADAA));
    border: 1px #90908D solid;
    color: #FFF;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 2px 2px #CCC;
    text-shadow: 1px 2px 3px #484841;
    margin-top: 4px;
}

.btn_green{
padding-top: 2px;
    padding-bottom: 2px;
    background: #666633;
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
    border: 1px #90908D solid;
    color: #FFF;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 2px 2px #CCC;
    text-shadow: 1px 2px 3px #484841;
}

/* --------------------------------- */
/* 一般的なデザイン書式 */
/* --------------------------------- */

b{
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.kome{
    background: #b71d1d;
    color: #fff;
    padding: 0px 5px;
    float: left;
}
.red{
	color:#990000;
}
.small{
	color:#555;
}
.center{
	text-align:center;
}
.w100{
	width:100%;
}
.w95{
	width:95%;
}
.w90{
	width:90%;
}
.w80{
	width:80%;
}
.w75{
	width:75%;
}
.w70{
	width:70%;
}
.w60{
	width:60%;
}
.w50{
	width:50%;
}
.w40{
	width:40%;
}
.w30{
	width:30%;
}
.w25{
	width:25%;
}
.w20{
	width:20%;
}
.fsize100{
	font-size:100%;
}
.fsize110{
	font-size:110%;
}
.fsize120{
	font-size:120%;
}
.fsize90{
	font-size:90%;
}
.fsize80{
	font-size:80%;
}

.yellow_box{
	border-top:1px solid #ccc;
	background-color:#FFFFCC;
}

.mbottom50{
	margin-bottom:50px;
}
.mbottom40{
	margin-bottom:40px;
}
.mbottom30{
	margin-bottom:30px;
}
.mbottom20{
	margin-bottom:20px;
}
.mbottom15{
	margin-bottom:15px;
}
.mbottom10{
	margin-bottom:10px;
}

/*---------------------------------
	fbox
-----------------------------------*/

.fbox{
	clear:both;
	margin-bottom:20px;
}

.fbox .sp_only{
	padding-right:10px;
}

.fbox ul{
	list-style:none;
	clear:both;
}

.fbox .colA{
	background-color:#382B27 ;
	color:white;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}
.fbox .img_li_fA{
	min-height:100px;
}
.pimage, .kimage{
	width:80%;
	max-width:50px;
}
.fbox .colB{
	padding-top:7px;
	padding-bottom:7px;
	padding-left:3px;
	line-height:170%;
	padding-top:10px;
	border-left:1px solid #BAA48A;
	border-right:1px solid #BAA48A;
	border-bottom:1px solid #BAA48A;
	box-sizing:border-box;
}
.fbox .colC{
	border-left:1px solid #BAA48A;
	border-right:1px solid #BAA48A;
	border-bottom:1px solid #BAA48A;
	background-color:#F2EBE2 ;
	font-weight:bold ;
	padding-top:7px;
	padding-bottom:7px;
}
.fbox .colD{
	background-color:#D6C9C5 ;
	font-weight:bold ;
	padding-top:7px;
	padding-bottom:7px;
}

.fbox .delete{
	cursor:pointer ;
	border:1px solid #ccc;
	color:#777;
	padding-left:5px;
	padding-right:5px;
	margin-left:8px;
}

.fbox ul li p{
	margin:5px;
}

.fbox .colB .fA{
	width:22%;
	float:left;
	text-align:center;
}
.fbox .colB .fA img{

}
.fbox .colB .fB{
	width:78%;
	float:right;
	text-align:left;
	line-height: 150%;
	font-size:120%;
}
.fbox .colB .fC{
	width:78%;
	float:right;
	text-align:left;
	line-height: 150%;
	font-size:120%;
}
.fbox .colB .fD{
	width:78%;
	float:right;
	text-align:right;
	padding-right:20px;
}
.fbox .colB .fE{
	width:78%;
	float:right;
	text-align:right;
	padding-right:20px;
}

.fbox .colC .fA4, .fbox .colD .fA4{
	width:50%;
	float:left;
	text-align:left;
	padding-left:20px;
}
.fbox .colC .fE, .fbox .colD .fE{
	width:50%;
	float:right;
	text-align:right;
	padding-right:20px;
}
.fbox .colC .fA2{
	width:90%;
	float:right;
	text-align:left;
}
.fbox .colC .fB2{
	width:70%;
	float:left;
	text-align:center;
}
.fbox .colC .fF, .fbox .colC .fF,{
	display:none;
}

.fbox .souryou_fA4{
	color:#bf0002; 
}
.fbox .souryou_fE{
	color:#000; 
	font-weight:bold; 
}

/*---------------------------------
	fbox2
-----------------------------------*/

.fbox2{
	clear:both;
	margin-bottom:20px;
	color:#333;
	background-color:#493011;
}

.fbox2 ul{
	list-style:none;
	clear:both;
}

.fbox .colB .fA img{

}

.fbox2 .colA{
	background-color:#eeeeee ;
}
.fbox2 .colB{
	padding-bottom:10px;
}

.fobox2 #payblock ul{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}

.fbox2 .fA{
	margin-top:10px;
	margin-left:5%;
	font-weight:bold;
	text-align:left;
}
.fbox2 .fB{
    margin-left: 5%;
    text-align: left;
    margin-bottom: 20px;
}
.fbox2 .fB p{

}
.fbox2 .fB .zip{
	width:40%;
	float:left;
}
.fbox2 .fB .zip_search{
	width:50%;
	float:left;
	padding-left:13px;
}
.fbox2 .colB .fB{

}

.fbox2 .fB strong{
	font-weight: bold;
}

.fbox2 .commentli{
	width:100%;
	text-align:left;
}
.fbox2 .commentli .mbox{
	margin:10px;
}
.fbox2 .paybox{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

.fbox2 ul li p{
	margin:5px;
}

.fbox2 .addrplus{
	margin-top:10px;
}

.fbox2 .fA4{
	width:75%;
	float:left;
	text-align:right;
}

/*---------------------------------
	fbox3
-----------------------------------*/

.fbox3{
	clear:both;
	margin-bottom:20px;
	background-color:#eeeeee;
}

.fbox3 ul{
	list-style:none;
	clear:both;
}

.fbox3 .fA{
	margin-top:10px;
	color:#555;
	margin-left:5%;
	text-align:left;
}


.fbox3 .fB{
	margin-left:5%;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
.fbox3 .banchi_attention{
	font-weight:normal;
	color:#990000;
}
.fbox3 .mbox{
	margin:10px 30px;
}

/* ---------------------------------------------------------------- */
/* amazon関係 */
/* ---------------------------------------------------------------- */


.fbox_amazon{
	border:1px solid #A09070;
	clear:both;
	margin-bottom:20px;
	line-height:140%;
	padding:10px;
	background-color:#eee ;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.fbox_amazon ul{
	list-style:none;
	clear:both;
	overflow:auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.fbox_amazon li{
	clear:both;
	width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding-bottom:10px;
}

/*---------------------------------
	kagoswitch
-----------------------------------*/

.kagoswitch{
	clear:both;
	width:100%;
	height:auto;
	margin-left : auto;
	margin-right : auto;
	margin-top:30px;
	margin-bottom:30px;
	padding: 0;
	text-align: center;
  position: relative;
  overflow: hidden;
}

.kagoswitch ul{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.kagoswitch ul li{
	width:100%;
	margin-bottom:30px;
}

.kagoswitch ul li img, .kagoswitch ul li input[type="image"]{
	width: 100%;
	height:auto;
}


#kagoswitch2021{
	text-align:center;
	margin-bottom:50px;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}
#kagoswitch2021 ul, .kagoswitch2021 li{
	list-style:none;
	box-sizing:border-box;
}
#kagoswitch2021 ul{

}
#kagoswitch2021 li{
	width:100%;
}
#kagoswitch2021 .ks_left{
	text-align:center;
}
#kagoswitch2021 li:nth-child(even){
	text-align:center;
}
#kagoswitch2021 li .ks_inner{
	max-width:100%;
}
#kagoswitch2021 li .ks_inner img, #kagoswitch2021 li .ks_inner .btn_to_step2{
	width:100%;
	height:auto;
	max-width:350px;
}
#kagoswitch2021 li .ks_inner p{
	text-align:left;
}

.button_div input[type="button"]{
  width:300px;
  display: inline-block;
  text-decoration: none;
  padding: 14px 18px;
  margin-bottom: 0;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  
  -webkit-appearance: none;
}

input[type="button"]:hover{
  opacity: 0.8;
}



/*---------------------------------
	その他の　ID Class
-----------------------------------*/
.subtitle{
	background-color:#493011;
	color:#fff!important;
	font-weight:bold ;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	text-align:left;
	clear:both;
}

	
#pay_icon_list{
	width:100%;
	text-align:right;
}

#cart_name{
	font-weight:bold;
	text-align:left;
}
#cart_exp{
	display:none;
}
#cart_flow{
	margin-bottom:10px;
	text-align:center;
}
#cart_exp2{
	display:none;
}
#sp_step_flow{
	text-align:center;
	margin-bottom:5px;
	/*background-color:#424E28; 
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)); */
}

.infobox{
	width:410px;
	margin-left:354px; 
	margin-bottom:24px;
}
.infobox a{
	color:#777;
}
.attention{
	color:#990000;
	font-weight:bold;
	margin-bottom:26px;
	text-align:left;
}

.subtitle2{
	background-color:#000;
	color:#fff ;
	font-weight:bold ;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
}

.mark{
	color:red;
}


p.black{
color:#000000;
font-weight:bold;
}

p.red{
	color:#800000;
	font-weight:bold;
}

p.white{
color:#ffffff;
font-weight:bold;
}

.look{
	background-color:yellow;
	font-weight:bold;
}

.otodoke{
	margin-top:10px;
	text-align:center;
	color:#C42E00 ;
	font-weight:bold;
}

.cookie_box{
	text-align:center; 
	margin-top:15px; 
	margin-bottom:15px; 
}
div.hosoku{
	color:#777;
	margin-bottom:10px;
}

.sp_kaigyo{
	display:block;
	margin-bottom:10px;
}


#profile_sp_div{
	width:100%;
	border:1px solid #ccc;
}
#profile_sp_div img{
	width:100%;
}


/*---------------------------------
	
-----------------------------------*/


/*---------------------------------
	ステップごと
-----------------------------------*/

.step1 #noITM{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.step1 #noITM .text{
	color:#800000;
}

.step1 .kagoswitch{
	margin-top:24px;
	margin-bottom:24px;
}
.step1 .muryocomment{
	color:#FF6600; 
	font-weight:bold;
}
.step1 #kaigai_box{
	border:4px solid #ccc; 
	padding:5px 10px;
	color:#555;
	margin-top:30px;
	margin-bottom:30px;
	line-height:160%;
}
.step1 #kaigai_box p{
	margin-top:2px;
}
.step1 #kg_page{
	text-decoration: underline;
	cursor:pointer;
}

.step2 .bgon{
    background-color:#EBEAE6;
}
.step2 .bgoff{
    background-color:#B0ACA8;
}
.step2 .ck_bgon{
	background-color:#C8E373;
	color:#000;
}
step2 .ck_bgoff{
	background-color:#fff;
	color:#777;
}

.step2 .bgon{
	background-color:#E8FFD1;
}
.step2 .bgoff{
    background-color:#eee;
}
.step2 .err{
	background-color:#FFCCCC;
}
.step2 #pay_exp{
	text-align:center;
	padding:5px;
}

.step2 .error input{
	background-color:#FFCCCC;
}
.step2 .noerr{
	background-color:#ccc;
}
.step2 .iferror{
	display:none;
}
.step2 .error .iferror{
	display:block;
	color:red;
	font-weight:bold;
	text-align:center;
	padding:5px;
}

.step2 .switch_box{
	position:relative;
	background-color:white;
	margin-bottom:10px;
}
.step2 .labelA{

}
.step2 .labelB{

}
.step2 #cookie_box{
	clear:both;
	margin-top:10px;
}
.step2 .hosoku2{
	clear:both;
}

#siteibi_comment{
	margin-right:20px;
}

.step2 #message{
	width:95% ;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.step2 #message_box{
	text-align:center;
	width:100%;
	margin-bottom:10px;
}
.step2 #jikan_sitei{
	margin-bottom:10px;
}

.step2 #payblock ul{
	border-bottom:1px solid #ccc;
}

.pay_select_ul{
	cursor:pointer;
	padding:4px 10px;
	width:100%;
	border-bottom:1px solid #ccc;
	background-color:#fff;
}
.pay_select_ul label{
	width:100%;
	min-height:30px;
	cursor:pointer;
}
.pay_select_ul:first-child{
	border-top:1px solid #ccc;
}
.pay_select_ul li{
	padding:8px;
	cursor:pointer;
}
.title_li{

}
.exp_li{

}

#func_list{
	margin-top:40px;
}
#fun_list ul, #fun_list li{
	list-style:circle;
}


.step3 .haiso span{
	display:block;
}

.step3 .mini_btn{
	margin-top:10px;
}
.step3 .mini_btn input[type="submit"]{

}

.step4 #thx_text{
	text-align:left;
	margin-top:20px;
	font-weight:bold;
}

.step4 #credit_box{
	text-align:center;
}
.step4 #credit_box .button_box{
	margin-top:20px;
	margin-bottom:20px;
}
.step4 #credit_box .text{
	font-weight:bold; 
	color:red; 
	text-align:left;
}
.step4 #credit_box .text2{
	text-align:left;
	color:red; 
	font-weight:bold; 
	margin-bottom:30px;
}

.step4 .already_sended{
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	color:teal;
	font-weight:bold;
}
.step4 .last_text{
	margin-top:20px; 
	margin-bottom:20px; 
	font-weight:bold;
}
.step4 .last_comment{
	background-color:#FCE8A7 ;
	padding:20px;
	text-alifn:left;
	margin:20px 10px;
}

.step4 .submit_box{
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
}
.step4 #thximg{
	text-align:center;
}


.step4 .colA{
	background: #f2f2f2;
	text-align: center;
	padding: 10px;
}

/*---------------------------------
	クーポン用
-----------------------------------*/
#h3_box{
	position:relative;
	margin-bottom:53px;
}
#coupon_box{
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#fff;
}
#coupon_box .error{
	color:red;
}
#coupon_box input[type="text"]{
	border:1px solid #ccc;
	width:60%;
}
#coupon_box input[type="submit"]{
	width:30%;
}

