h2 {
	text-align:center;
	font-size: 142%;
	color: #781d1d;
	margin:0px;
	padding:10px 8px;
	background-color: #feeeea;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(102, 153, 255)),color-stop(0.5, rgb(102, 153, 204)),color-stop(0.5, rgb(51, 102, 255)),color-stop(1, rgb(51, 51, 204)));
	background-image: -moz-linear-gradient(-90deg,rgb(102, 153, 255) 0%,rgb(102, 153, 204) 50%,rgb(51, 102, 255) 54%,rgb(51, 51, 204) 100%);
	background-image: linear-gradient(-90deg,rgb(102, 153, 255) 0%,rgb(102, 153, 204) 50%,rgb(51, 102, 255) 54%,rgb(51, 51, 204) 100%);
	text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
	-ms-box-shadow: 2px 2px 4px rgb(0, 0, 0);
	color: #ffffff;
	border:1px solid #d0c8bd;
	border-top:1px solid #4c4c4c;
}

h2.detail{
	font-size: 134%;
}

#form {
	position:relative;
}
#form .step_bg {
	position:absolute;
	z-index:1;
	left:0px;
	top:44px;
}
#form ul{
	position:relative;
	z-index:2;
	width:306px;
	margin:0px auto;
	height:53px;
	padding:9px 0px 0px 14px;
}
#form li{
	float:left;
	font-weight:bold;
	font-size:125%;
	color:#333333;
}

#form li img{
	vertical-align: top;
	margin-right:8px;
}
#form li img.arrow{
	margin:8px 10px 0px 9px;
}
#form li span{
	display:inline-block;
	margin-top:3px;
}
#form li.cur{
	font-size:150%;
	color:#3333cc;
}
#form li.cur span{
	display:inline-block;
	margin-top:1px;
}
#form #info{
	clear:both;
}
#form #info h3{
	background:none;
	font-size:100%;
	font-weight:normal;
	text-align:center;
	color:#000000;
	text-shadow:none;
	margin-top:10px;
}
#form #info h3 b{
	font-size:133%;
	font-weight:normal;
}
#form #info dl{
	margin:0px auto;
	width:288px;
	padding:14px;
	overflow:hidden;
}
#form #info dl dt{
	float:left;
	color:#ff0000;
}
#form #info dl dt strong{
	font-weight:normal;
}
#form #info dl dd{
	float:right;
}
#form #info dd a{
	font-size:114%;
	font-weight:bold;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	padding: 8px 10px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(102, 153, 255)),color-stop(0.5, rgb(62, 125, 211)),color-stop(0.5, rgb(51, 102, 255)),color-stop(1, rgb(51, 51, 204)));
	background-image: -moz-linear-gradient(-90deg,rgb(102, 153, 255) 0%,rgb(62, 125, 211) 50%,rgb(51, 102, 255) 54%,rgb(51, 51, 204) 100%);
	background-image: linear-gradient(-90deg,rgb(102, 153, 255) 0%,rgb(62, 125, 211) 50%,rgb(51, 102, 255) 54%,rgb(51, 51, 204) 100%);
	text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 3px rgb(0, 0, 0);
	-moz-box-shadow: 0px 1px 3px rgb(0, 0, 0);
	-ms-box-shadow: 0px 1px 3px rgb(0, 0, 0);
	box-shadow: 0px 1px 3px rgb(0, 0, 0);
	color:#ffffff;
}
#form p.required{
	font-weight:bold;
	color:#ff0000;
	font-size:83%;
	margin:0px 0px 3px 0px;
}

#form .input_text{
	clear:both;
	padding:5px 14px 5px 14px;
	background: -moz-linear-gradient(center top, #d0e3e2 0%,#f7fafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d0e3e2),color-stop(1, #f7fafa));
}
#form .input_text p{
	margin:0px;
	font-size:125%;
}
#form .inner{
	padding:0px 14px;
	overflow:hidden;
}
#form .input_full,#form .input_num,#form .input_textarea, #form input.input_wide, #form .input_overquarter, #form .input_quarter, #form input.input_half{
	font-size:125%;
	border-color:#9dabb8;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding:0px 8px 0px 8px;
	background: -moz-linear-gradient(center top, #d5dbe0 0%,#eceff2 14%,#f5f7f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d5dbe0),color-stop(0.14, #eceff2),color-stop(1, #f5f7f8));
}
#form .input_radio{
	width:146px;
	font-size:117%;
	float:left;
}
#form .input_radio input{
	margin-right:8px;
}
#form .input_radio .input_quarter{
	margin-left:8px;
}
#form .input_radio_num{
	width:292px;
	font-size:117%;
}
#form .input_radio_num input{
	margin-right:8px;
}
#form .input_radio_num .input_quarter{
	margin-left:8px;
}
#form .input_full{
	width:94%;
	height:31px;
}
#form .input_num{
	width:200px;
	height:31px;
	overflow:hidden;
	margin-right:0px;
	padding-right:0px;
}
#form .input_textarea{
	width:94%;
	padding-top:8px;
	height:191px;
}
#form .input_wide{
	width:292px;
	height:31px;
}
#form .input_overquarter{
	padding:0px;
	text-align:center;
	width:66px;
	height:31px;
}
#form .input_quarter{
	margin:7px 0px 7px 0px;
	padding:0px;
	text-align:center;
	width:52px;
	height:31px;
}
#form .input_half{
	width:146px;
	height:31px;
}
#form .input_wide{
	font-size:125%;
}

#form select.input_half{
	height:31px;
	font-size:125%;
}
#form .date {
	font-size:117%;
}
#form .date .input_overquarter,#form .date .input_quarter{
	margin:0px 2px 0px 0px;
}
#form h3 {
	font-size: 150%;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.6);
	clear:both;
	color: #ffffff;
	margin:0 0 8px 0;
	padding:3px 14px 4px 14px;
	background-color: #feeeea;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	background: -moz-linear-gradient(center bottom, #64acdf 0%,#9ecbea 6%,#7ab7e3 88%,#9ecaea 94%,#4e9fd9 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1b5ba3),color-stop(0.06, #1b75d9),color-stop(0.88, #1968c1),color-stop(0.94, #1b76da),color-stop(1, #0557b4));
}
#form #submit{
	padding:0px 14px;
	margin: 0px auto;
}
#form #submit input {
	display:inline-block;
	text-align:center;
	width:100%;
	font-weight:bold;
	font-size:150%;
	padding:12px 0px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background: -moz-linear-gradient(center top, #f8c9cc 2%,#f08189 4%,#e73340 50%,#e10111 51%,#ed1414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8c9cc),color-stop(0.04, #f08189),color-stop(0.5, #e73340),color-stop(0.51, #e10111),color-stop(1, #ed1414));
	text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 3px rgb(0, 0, 0);
	-moz-box-shadow: 0px 1px 3px rgb(0, 0, 0);
	-ms-box-shadow: 0px 1px 3px rgb(0, 0, 0);
	box-shadow: 0px 1px 3px rgb(0, 0, 0);
	color:#ffffff;
	cursor:pointer;
}

/***********************************
check
***********************************/
.check p{
	font-size:125%;
	margin-bottom:6px;
}
.check_first{
	margin-top:6px;
	font-size:107%;
}
#confirm p{
	margin:14px auto 14px auto;
	padding:6px 0px;
	text-align:center;
	background:#d7e6e6;
}
#form_send{
	width:292px;
	margin:0px auto 16px auto;
	text-align:center;
}
#form_send .back{
	vertical-align:top;
	display:inline-block;
	text-align:center;
	width:80px;
	font-weight:bold;
	font-size:150%;
	padding:17px 0px 18px 0.3em;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	background: -moz-linear-gradient(center top, #f8c9cc 2%,#f#f0f0f0 4%,#e0e0e0 50%,#d7d7d7 51%,#dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.02, #f0f0f0),color-stop(0.5, #e0e0e0),color-stop(0.51, #d7d7d7),color-stop(1, #dadada));
	text-shadow: 0px -1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 1px 2px rgb(66, 66, 66);
	-moz-box-shadow: 0px 1px 2px rgb(66, 66, 66);
	-ms-box-shadow: 0px 1px 2px rgb(66, 66, 66);
	box-shadow: 0px 1px 2px rgb(66, 66, 66);
	color:#333333;
}
#form_send .send{
	line-height:1.1em;
	vertical-align:top;
	margin-left:3px;
	display:inline-block;
	text-align:center;
	width:180px;
	font-weight:bold;
	font-size:150%;
	padding:6px 0px 6px 0.3em;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	background: -moz-linear-gradient(center top, #f8c9cc 2%,#f08189 4%,#e73340 50%,#e10111 51%,#ed1414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f8c9cc),color-stop(0.04, #f08189),color-stop(0.5, #e73340),color-stop(0.51, #e10111),color-stop(1, #ed1414));
	text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 2px rgb(66, 66, 66);
	-moz-box-shadow: 0px 1px 2px rgb(66, 66, 66);
	-ms-box-shadow: 0px 1px 2px rgb(66, 66, 66);
	box-shadow: 0px 1px 2px rgb(66, 66, 66);
	color:#ffffff;
}

/************************************
end
************************************/
#end{
	margin-top:10px;
}
#end p{
	font-size:114%;
	margin:32px 0px;
	text-align:center;
}
 #end img{
 	display:block;
 	margin:0px auto;
	text-align:center;
}
#end h4{
	font-size:114%;
	padding:6px 14px;
	text-align:center;
	background:#d7e6e6;
	font-weight:normal;
}
#end ul{
	margin:14px auto;
	padding:0px 0px 0px 14px;
}
#end ul li{
	width:148px;
	font-size:117%;
	float:left;
}
#end ul li a{
	text-decoration:underline;
}
/************************************
privacy
************************************/
#privacy h3{
	margin:14px 0px;
}
#privacy h4{
	margin:8px 14px;
	font-size:125%;
}
#privacy h5{
	margin:8px 14px;
}
.his_back{
	width:292px;
	margin:0px auto 16px auto;
	text-align:center;
}

.his_back a{
	letter-spacing:0.3em;
	display:inline-block;
	text-align:center;
	width:100%;
	font-weight:bold;
	font-size:150%;
	padding:8px 0px 10px 0.3em;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	background: -moz-linear-gradient(center top, #f8c9cc 2%,#f#f0f0f0 4%,#e0e0e0 50%,#d7d7d7 51%,#dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.02, #f0f0f0),color-stop(0.5, #e0e0e0),color-stop(0.51, #d7d7d7),color-stop(1, #dadada));
	text-shadow: 0px -1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 1px 2px rgb(66, 66, 66);
	-moz-box-shadow: 0px 1px 2px rgb(66, 66, 66);
	-ms-box-shadow: 0px 1px 2px rgb(66, 66, 66);
	box-shadow: 0px 1px 2px rgb(66, 66, 66);
	color:#333333;
}
#privacy ul{
	text-align:left;
	height:auto;
	width:auto;
	padding:0px;
	position:static;
	margin-bottom:28px;
}
#privacy li{
	padding:0px 14px;
	font-weight:normal;
	font-size:100%;
	margin:8px 0px;
	float:none;
}

#privacy .detail{
	font-size:93%;
	text-align:right;
}

/************************************
error
************************************/
#error{
	margin:20px auto 40px auto;
}
#error p{
	font-size:117%;
}
#error h3{
	font-size: 150%;
	margin-bottom:15px;
}

#form .input_head{
	height:31px;
	overflow:hidden;
	width:16px;
	margin:4px 8px 0px 0px;
	font-size: 125%;
	vertical-align:middle;
}

/************************************
130207 carrier link
************************************/
#info p.note{
	color:#ff0000;
	font-size:150%;
}

#carrier{
	margin:30px 0 10px 0;
	padding:10px;
	background:#f4f4f4;
}

#carrier h3{
	margin:8px 14px;
	font-size:150%;
	color:#ff0000;
	text-align:center;
}

#carrier h4{
	margin:8px 14px;
	font-size:130%;
}

#carrier p { font-size: 120%;}


#carrier p.domain{
	font-size:200%;
}

p.carrierBtn a{
	display:block;
	text-align: center;
	font-size:120%;
	font-weight:bold;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	padding: 10px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(102, 153, 255)),color-stop(0.5, rgb(62, 125, 211)),color-stop(0.5, rgb(51, 102, 255)),color-stop(1, rgb(51, 51, 204)));
	background-image: -moz-linear-gradient(-90deg,rgb(102, 153, 255) 0%,rgb(62, 125, 211) 50%,rgb(51, 102, 255) 54%,rgb(51, 51, 204) 100%);
	background-image: linear-gradient(-90deg,rgb(102, 153, 255) 0%,rgb(62, 125, 211) 50%,rgb(51, 102, 255) 54%,rgb(51, 51, 204) 100%);
	text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 3px rgb(0, 0, 0);
	-moz-box-shadow: 0px 1px 3px rgb(0, 0, 0);
	-ms-box-shadow: 0px 1px 3px rgb(0, 0, 0);
	box-shadow: 0px 1px 3px rgb(0, 0, 0);
	color:#ffffff;
}





.kazai p{
	margin:0;
	padding:6px 0 6px 14px;
	font-size:125%;
}
.kazai p:nth-child(odd){
    background: #cccccc;
}


.sign {
    border: solid 1px #ccc;
    margin: 20px 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sign-image {
    width: 140px;
}
.sign-text {
    width: auto;
}