@charset "utf-8";
/* CSS Document */
body {
	-webkit-text-size-adjust: none;
}
/*-----------------------------------------------
	index
-----------------------------------------------*/
h1 {
	background: #ffcc00; /* Old browsers */
	background: -moz-linear-gradient(top, #BF210F 0%, #961707 100%); /* FF3.6+ *//* 210914修正 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BF210F), color-stop(100%,#961707)); /* Chrome,Safari4+ *//* 210914修正 */
	background: -webkit-linear-gradient(top, #BF210F 0%,#961707 100%); /* Chrome10+,Safari5.1+ *//* 210914修正 */
	background: -o-linear-gradient(top, #BF210F 0%,#961707 100%); /* Opera11.10+ *//* 210914修正 */
	background: -ms-linear-gradient(top, #BF210F 0%,#961707 100%); /* IE10+ *//* 210914修正 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BF210F', endColorstr='#961707',GradientType=0 ); /* IE6-9 *//* 210914修正 */
	background: linear-gradient(top, #BF210F 0%,#961707 100%); /* W3C *//* 210914修正 */
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	text-align: center;
	padding: 10px 0;
	-webkit-box-shadow: 0px 1px 5px 0px #c0c0c0;
	-moz-box-shadow: 0px 1px 5px 0px #c0c0c0;
	box-shadow: 0px 1px 5px 0px #c0c0c0; 
}

h1 img {
	display: block;
	width: 166px;
	margin: 0 auto;
}

#conts .shopping {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #A9B9CD;
	margin: 25px 10px 5px;
}

#conts .shopping h2 {
	text-align: center;
	margin: -10px 0 0;
}

#conts .shopping dl {
	padding: 5px 10px 10px;
}

#conts .shopping dl dt {
	font-weight: bold;
}

#conts .shopping dl dd {
	color: #666;
	font-size: 0.84em;
	white-space: nowrap;
}

#conts .must {
	margin: 0 0 5px 10px;
	color: #172E4B;
}

#conts .must span {
	color: #c00;
}

#conts #contactForm input,
#conts #contactForm select {
	margin-left: 0!important;
}

#conts #contactForm select {
height: 40px;/* 211015修正*/
margin-bottom: 5px;
border: 1px solid #C8C8C8;/* 枠線 *//* 210914修正 */
border-radius: 0.67em;   /* 角丸 *//* 210914修正 */
padding: 0.5em;          /* 内側の余白量 *//* 210914修正 */
background-color: #E8EAEF;/* 210914修正 */
position: relative;
top: 1px;
}

select#cmbMonth {
	left: 8px;
	margin-right: 12px;
}



#conts #contactForm input[type="text"],
#conts #contactForm input[type="number"],
#conts #contactForm input[type="tel"],
#conts #contactForm input[type="email"] {
	border-color: #C8C8C8; /* 枠色 *//* 210914修正 */
}

#conts #contactForm .contactDl dt {
	border-top: 1px solid #7386B7;
	background: #FDF5C9;/* 210914修正 */
	padding-left: 12px;
	font-size: 1.48em;
	line-height: 1.8;
}

/*
#conts #contactForm .contactDl dt span {
	color: #c00;
	font-weight: bold;
}
*//* 211015修正*/

#conts #contactForm .contactDl dd {
	padding: 10px 12px 20px;
}

#conts #contactForm .contactDl dd ul.ul01 li {
	margin-bottom: 5px;
	font-size: 1.4em;
}

#conts #contactForm .contactDl dd ul.ul02 li {
	float: left;
	width: 50%;
	font-size: 1.4em;
}


#conts #contactForm #txtUserName1,
#conts #contactForm #txtKana1,
#conts #contactForm #txtMail1,
#conts #contactForm #txtMail2 {
	width: 280px;
	border: 1px solid #C8C8C8;/* 枠線 *//* 210914修正 */
    border-radius: 5px;   /* 角丸 *//* 210914修正 */
    padding: 0.8em;          /* 内側の余白量 *//* 210915修正 */
	background-color: #E8EAEF;/* 210914修正 */
    height: 28px;           /* 高さ *//* 210914修正 */
    font-size: 1em;          /* 文字サイズ *//* 210914修正 */
    line-height: 1.2;        /* 行の高さ */
}

#conts #contactForm #txtYear {
	width: 75px;
	border: 1px solid #C8C8C8;/* 枠線 *//* 210914修正 */
    border-radius: 5px;   /* 角丸 *//* 210914修正 */
    padding: 0.8em;          /* 内側の余白量 *//* 211015修正 */
	background-color: #E8EAEF;/* 210914修正 */
    font-size: 1em;          /* 文字サイズ *//* 210914修正 */
    height: 28px;           /* 高さ *//* 210914修正 */
}

#conts #contactForm #txtZip1 {
	width: 54px;
	border: 1px solid #C8C8C8;/* 枠線 *//* 210914修正 */
    border-radius: 5px;   /* 角丸 *//* 210914修正 */
    padding: 0.8em;          /* 内側の余白量 *//* 211015修正 */
	background-color: #E8EAEF;/* 210914修正 */
    height: 28px;           /* 高さ *//* 210914修正 */
    font-size: 1em;          /* 文字サイズ *//* 210914修正 */
    line-height: 1.2;        /* 行の高さ */
}

#conts #contactForm #txtZip2 {
	width: 64px;
	border: 1px solid #C8C8C8;/* 枠線 *//* 210914修正 */
    border-radius: 5px;   /* 角丸 *//* 210914修正 */
    padding: 0.8em;          /* 内側の余白量 *//* 210915修正 */
	background-color: #E8EAEF;/* 210914修正 */
    height: 28px;           /* 高さ *//* 210914修正 */
    font-size: 1em;          /* 文字サイズ *//* 210914修正 */
    line-height: 1.2;        /* 行の高さ */
}

#conts #contactForm .addrDl dt {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	font-size: 1.16em;
	font-weight: bold;
}

#conts #contactForm .addrDl dd {
	padding: 0 0 10px;
}

#conts #contactForm .addrDl dd input {
	width: 280px;
}

#conts #contactForm .credit,
#conts #contactForm .por {
	font-size: 1.4em;
	font-weight: bold;
}
	
#conts #contactForm .cardInfo {
	padding: 0 22px;
	margin-bottom: 10px;
}

#conts #contactForm .cardInfo dt {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	font-size: 1.16em;
	line-height: 1.4;
	font-weight: bold;
}

#conts #contactForm .cardInfo dd {
	padding: 0;
	margin: 0 0 5px;
}

#conts #contactForm .cardInfo dd p.credit {
	margin-bottom: 5px;
}
#conts #contactForm .cardInfo dd.num input {
	width: 210px;
}

#conts #contactForm .aTtl {
	color: #f00;
}

#conts #contactForm .aMsg {
	color: #f00;
	font-size: 0.84em;
	margin-bottom: 10px;
}

#conts #contactForm .dateDl dt {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	font-size: 1.16em;
	line-height: 1.4;
	font-weight: bold;
}

#conts #contactForm .dateDl dd {
	padding: 0;
	margin: 0 0 10px;
}

#conts #contactForm .submitBtn {
	text-align: center;
	position: relative;
	margin: 0 12px;

}

#conts #contactForm .submitBtn:after {
	background: url(../img/icon_arrow.png) no-repeat center center;
	background-size: 30px 30px;
	position: absolute;
	top: 13px;
	left: 50%;
	padding-left: 15px;
	content: "";
	display: block;
	margin-right: 5px;
	width: 30px;
	height: 30px;
}

.android #conts #contactForm .submitBtn:after {
	top: 7px;
}

#conts #contactForm .submitBtn input {
	border: none;
	color: #fff;
	font-size: 2.25em;
	padding: 5px 55px 5px 0;
	width: 100%;
	background: #39D31A; /* Old browsers *//* 210914修正 */
	background: -moz-linear-gradient(top, #39D31A 0%, #009F03 100%); /* FF3.6+ *//* 210914修正 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39D31A), color-stop(100%,#009F03)); /* Chrome,Safari4+ *//* 210914修正 */
	background: -webkit-linear-gradient(top, #39D31A 0%,#009F03 100%); /* Chrome10+,Safari5.1+ *//* 210914修正 */
	background: -o-linear-gradient(top, #39D31A 0%,#009F03 100%); /* Opera11.10+ *//* 210914修正 */
	background: -ms-linear-gradient(top, #39D31A 0%,#009F03 100%); /* IE10+ *//* 210914修正 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39D31A', endColorstr='#009F03',GradientType=0 ); /* IE6-9 *//* 210914修正 */
	background: linear-gradient(top, #39D31A 0%,#009F03 100%); /* W3C *//* 210914修正 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);  
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); 
}

body.android #conts #contactForm .submitBtn input {
	border: 1px solid #fff;
}

#conts #contactForm p.comment {
	text-align: left;
	padding: 3px 0 0;
	margin-bottom: 25px;
	
}

/*-----------------------------------------------
	error
-----------------------------------------------*/
#conts p.error {
	color: #ff0000;
	font-size: 12px!important;
	font-weight: normal;
    background: #ffff00;
    padding: 3px;
    margin-bottom: 5px;
}

#conts p.error span {
	color: #f00;
}

/*-----------------------------------------------
	confirm
-----------------------------------------------*/
#conts h2 {
	font-size: 1.4em;
	color: #172E4B;
	margin: 10px 0 10px 10px;
}

#conts .orderDetail {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #A9B9CD;
	padding: 10px 0;
	margin: 0 10px 20px;
}

#conts .orderDetail .dl01 {
	border-bottom: 1px solid #A9B9CD;
	padding: 0 10px 5px 0;
	margin: 0 0 5px;
}

#conts .orderDetail .dl01 dt {
	padding: 0 10px;
	margin: 5px 0 0;
}

#conts .orderDetail .dl01 dt:first-child {
	margin: 0;
}

#conts .orderDetail .dl01 dd {
	font-size: 1.16em;
	padding: 0 10px;
}

#conts .orderDetail .dl01 dd span {
	color: #c00;
	font-weight: bold;
}

#conts .orderDetail .dl02 {
	font-size: 1.16em;
}

#conts .orderDetail .dl02 dt {
	float: left;
	font-weight: bold;
	padding: 0 0 0 10px;
}

#conts .orderDetail .dl02 dd {
	border-bottom: 1px solid #A9B9CD;
	text-align: right;
	padding: 0 10px 5px 0;
	margin: 0 0 5px;
}

#conts .orderDetail .dl02 dd.total {
	font-weight: bold;
}

#conts .orderDetail .dl02 dd:last-child {
	border: none;
	padding: 0 10px 0 0;
	margin: 0;
}

#conts .detailDl {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #A9B9CD;
	padding: 10px 0;
	margin: 0 10px 20px;
}

#conts .detailDl dt {
	padding: 0 10px;
	color: #172E4B;
}

#conts .detailDl dd {
	padding: 0 10px 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #A9B9CD;
	font-size: 1.16em;
}

#conts .detailDl dd:last-child {
	border: none;
	margin: 0;
	padding: 0 10px 0;
}

#conts .orderBtn {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

#conts .orderBtn:after {
	background: url(../img/icon_arrow.png) no-repeat center center;
	background-size: 30px 30px;
	position: absolute;
	top: 13px;
	left: 50%;
	padding-left: 15px;
	content: "";
	display: block;
	margin-left: 100px;
	width: 30px;
	height: 30px;
}

#conts .orderBtn input {
	border: none;
	color: #fff;
	font-size: 2.0em;
	padding: 5px 35px 5px 0;
	width: 93%;
	background: #39D31A; /* Old browsers *//* 210914修正 */
	background: -moz-linear-gradient(top, #39D31A 0%, #009F03 100%); /* FF3.6+ *//* 210914修正 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39D31A), color-stop(100%,#009F03)); /* Chrome,Safari4+ *//* 210914修正 */
	background: -webkit-linear-gradient(top, #39D31A 0%,#009F03 100%); /* Chrome10+,Safari5.1+ *//* 210914修正 */
	background: -o-linear-gradient(top, #39D31A 0%,#009F03 100%); /* Opera11.10+ *//* 210914修正 */
	background: -ms-linear-gradient(top, #39D31A 0%,#009F03 100%); /* IE10+ *//* 210914修正 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39D31A', endColorstr='#009F03',GradientType=0 ); /* IE6-9 *//* 210914修正 */
	background: linear-gradient(top, #39D31A 0%,#009F03 100%); /* W3C *//* 210914修正 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);  
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); 
}

body.android #conts .orderBtn input {
	border: 1px solid #fff;
	top: 7px;
}

#conts .modifyBtn {
	text-align: center;
	margin-bottom: 20px;
}

#conts .modifyBtn input {
	border: none;
	color: #fff;
	font-size: 2.0em;
	padding: 5px 0;
	width: 93%;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#999999 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#999999 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #cccccc 0%,#999999 100%); /* W3C */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);  
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); 
}

body.android #conts .modifyBtn input {
	border: 1px solid #fff;
}

#conts .veriSign {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 10px 15px;
	text-align: center
}

#conts .veriSign p {
	text-align: left;
}

#conts .veriSign img {
	margin: 5px 0;
}

/*-----------------------------------------------
	compleate
-----------------------------------------------*/
body#complete h2 {
	font-size: 14px;
	color: #333;
}

body#complete h3 {
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	color: #172E4B;
	margin: 20px 0 10px;
}

#conts .msgBox p {
	border-bottom: 1px solid #AEBDD0;
	padding: 0 10px 10px;
	margin-bottom: 10px;
	font-size: 1.16em;
}

#conts .textImg {
	margin: 15px 0;
	text-align: center;
}

#conts .orderNumber {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #AEBDD0;
	padding: 7px 10px;
	margin: 0 10px;
	font-size: 1.16em;
}

#conts .orderNumber dt {
	float: left;
}

#conts .orderNumber dd {
	text-align: right;
	color: #333;
}

#conts .contactBox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #AEBDD0;
	text-align: center;
	padding: 10px 0;
	margin: 0 10px 15px;
}

#conts .contactBox .tel {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 5%, ＃E8EAEF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(100%,＃E8EAEF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 5%,＃E8EAEF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 5%,＃E8EAEF 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 5%,＃E8EAEF 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='＃E8EAEF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 5%,＃E8EAEF 100%); /* W3C */
	padding: 10px 0;
	margin: 0 0 10px;
	text-align: center;
	border-bottom: 1px solid #AEBDD0;
}

#conts .contactBox p {
	font-size: 1.16em;
}

/* 210914追加 */
#txtAddress1,
#txtAddress2 {
	width: 280px;
	border: 1px solid #C8C8C8;/* 枠線 *//* 210914修正 */
    border-radius: 5px;   /* 角丸 *//* 210914修正 */
    padding: 0.8em;          /* 内側の余白量 *//* 211015修正 */
	background-color: #E8EAEF;/* 210914修正 */
    height: 28px;           /* 高さ *//* 210914修正 */
    font-size: 1em;          /* 文字サイズ *//* 210914修正 */
    line-height: 1.2;        /* 行の高さ */
}

#txtTel {
	border: 1px solid #C8C8C8;/* 枠線 *//* 210914修正 */
    border-radius: 5px;   /* 角丸 *//* 210914修正 */
    padding: 0.8em;          /* 内側の余白量 *//* 211015修正 */
	background-color: #E8EAEF;/* 210914修正 */
    height: 28px;           /* 高さ *//* 210914修正 */
    font-size: 1em;          /* 文字サイズ *//* 210914修正 */
    line-height: 1.2;        /* 行の高さ */
}

input#txtYear{
	margin-bottom: 10px !important;
	padding: 0.6em !important;
	border-radius: 8px !important;
}

label {
	font-weight: bold;
	font-size: 13px;
/*	background: #E8EAEF;*//* 211014修正*/
	padding: 2px 5px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 4px;
	margin: 0 0 -4px 0;
	cursor: pointer;
}

#cmbWareki{
	margin: 0 !important;
}

.credit, .por{
	background: #E8EAEF;
	padding: 8px 5px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 4px;
	margin: 0 0 -4px 0;
	cursor: pointer;
 }

 .credit{
	 position: relative;
	 left: -15px;
 }

strong{
margin: 25px 0 0 0 !important;
display: block;
color: red;
}


#conts #contactForm .contactDl dd:nth-child(8) label {
	background: #fff;

}	

/* 211014 追加 */
.radio{
	background: #E8EAEF;
	padding: 13px 9px;
	border-radius: 4px;

}

.note{
	color: #AAA;
}

.annotation{
	color: red;
 }
 
.pad{
	 padding: 20px 10px 17px 10px !important;
 }

 .pad-2{
	padding: 20px 10px 23px 10px !important;
}

.ptb10{
	padding: 10px 0px !important;
}

.required{
	color: white !important;
	background-color: #BF210F;
	padding: 3px;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
}

.ml10{
	margin-left: 10px;
}

.bold{
	font-weight: bold;
}