@charset "Shift_JIS";


body{
	background-color:#A6D7FD;
}

#SMP_STYLE .header_rmesg{
	margin:0;
	padding:30px 70px 10px 70px;
	font-weight:normal;
	text-align:left;
}

#SMP_STYLE .header_emesg{
	width:820px;
	margin:30px auto;
	padding:20px 20px 20px 20px;
	border:2px solid #FF0000;
	color:#FF0000;
	font-weight:normal;
	text-align:left;
}

#SMP_STYLE .smp_tmpl{
	width:900px;
	padding:20px 0 0 0;
	margin:0 50px;
}

#SMP_STYLE dl{
	position:relative;
	margin:0;
	padding:13px 0 0 0;
	border-bottom:1px solid #DDDDDD;
}

#SMP_STYLE .top{
	border-top:1px solid #DDDDDD;
}

#SMP_STYLE #entryForm{
	margin:0 auto;
	border-collapse:collapse;
	border:1px solid #CCC;
}

#SMP_STYLE .title,
#SMP_STYLE .data{
	text-align:left;
	vertical-align:top;
}

#SMP_STYLE .title{
	width: 220px;
	padding: 28px 15px 18px;
	font-weight: bold;
	line-height: 1.2;
	background-color: #C7DDF3;
}

#SMP_STYLE .title .caution{
	display:block;
	font-size:small;
	font-weight:normal;
	color:#666;
}

#SMP_STYLE .data{
	width:600px;
	padding:18px 15px;
	font-weight:bold;
	background:#f7f2ee;
}

#SMP_STYLE .data .label{
	display:inline-block;
	min-width:2em;
	white-space:nowrap;
	padding-right:1em;
	font-weight:normal;
}

#SMP_STYLE .data.half{
	width:300px;
}

#SMP_STYLE .input{
	width:420px;
	margin:4px 0;
	padding:5px;
	border:1px solid #999999;
	border-radius:3px 3px 3px 3px;
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	font-size:108%;
	text-align:left;
}

#SMP_STYLE .data.half .input{
	width:200px;
}

#SMP_STYLE .zipcode li.code01 input{
	width:30px;
}

#SMP_STYLE .zipcode li.code02 input{
	width:40px;
}

#SMP_STYLE .phone li.num01 input{
	width:50px;
}

#SMP_STYLE .phone li.num02 input{
	width:40px;
}

#SMP_STYLE .phone li.num03 input{
	width:40px;
}

#SMP_STYLE .price input{
	width:200px;
}

#SMP_STYLE .num input{
	width:60px;
}

#SMP_STYLE .integer input{
	width:90px;
}

#SMP_STYLE .real input{
	width:170px;
}

#SMP_STYLE .pass input{
	width:150px;
}

#SMP_STYLE .epass input{
	width:160px;
}

#SMP_STYLE .time input{
	width:20px;
}

#SMP_STYLE .time .year{
	width:40px;
}

#SMP_STYLE ul,
#smp_style li{
	list-style-type:none;
	margin:0;
	padding:0;
}

#SMP_STYLE .zipcode ul li,
#SMP_STYLE .phone ul li,
#SMP_STYLE .time ul li{
	width:auto;
	float:left;
	margin:0 3px 0 0;
	padding:0;
	height:35px;
	line-height:35px;
}

#SMP_STYLE .data.multi1{
	padding-top:25px;
}

#SMP_STYLE .multi1 label{
	display:block;
	float:left;
	min-width:135px;
	margin:0 0 7px 0;
	padding:0 10px;
	text-align:left;
}

#SMP_STYLE .multi1 label input{
	display:block;
	float:left;
	width:1em;
	height:1em;
	/*margin:0.4em 0 0 0;*/
	padding:0;
	box-shadow:0 0 0 0 rgba(0, 0, 0, 0) inset;
	border-radius:0 0 0 0;
	overflow:hidden;
}

#SMP_STYLE .multi1 label span{
	display:block;
	margin:0 0 0 30px;
	font-weight:normal;
}

#SMP_STYLE .multi1 .radio input{
	border-radius:1em;
}

#SMP_STYLE .multi2 li{
	display:inline;
	float:left;
	min-width:135px;
	margin:0 0 0 0;
	padding:0 5px 2px 10px;
	text-align:left;
	clear:both;
}

#SMP_STYLE .multi2 label input{
	display:block;
	float:left;
	width:1em;
	height:1em;
	box-shadow:0 0 0 0 rgba(0, 0, 0, 0) inset;
	margin:0.2em 0 0 0;
	padding:0;
	border-radius:0 0 0 0;
	overflow:hidden;
}

#SMP_STYLE .multi2 label span{
	display:block;
	margin:0 0 0 30px;
	font-weight:normal;
}

#SMP_STYLE .multi2 .radio input{
	border-radius:1em;
}

#SMP_STYLE select{
	margin:4px 0;
	font-size:108%;
	width:260px;
	padding:5px;
	border:1px solid #999999;
	border-radius:3px 3px 3px 3px;
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}

#SMP_STYLE textarea{
	width:580px;
	padding:5px;
	border:1px solid #999999;
	border-radius:3px 3px 3px 3px;
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	font-size:108%;
	text-align:left;
}

#SMP_STYLE .image input{
	width:100%;
}

#SMP_STYLE .file input{
	width:100%;
}

#SMP_STYLE input.clear{
	width:55px;
	text-align:center;
}

#SMP_STYLE input.submit:disabled{
	filter:alpha(opacity=70);
	-ms-filter:alpha(opacity=70);
	opacity:0.7;
	cursor:default;
}

#SMP_STYLE input.image{
	margin:40px 0 40px 0;
	width:auto;
	border:none;
	padding:0;
	vertical-align:middle;
}

#SMP_STYLE .sample{
	color:#555555;
	font-size:93%;
	font-weight:normal;
	text-align:left;
	line-height:1.2;
}

#SMP_STYLE .suffix{
	font-weight:normal;
	text-align:left;
	height:35px;
	line-height:35px;
}

#SMP_STYLE .need{
	color:#CC0000;
	font-weight:bold;
	text-align:left;
}

#SMP_STYLE .msg{
	display:block;
	color:#DD0000;
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
}

#SMP_STYLE .sub_text{
	font-size:123.1%;
	font-weight:normal;
	padding:150px 0;
}

#SMP_STYLE .error{
	background:#FFE4E4;
}

#SMP_STYLE .footer_text{
	margin:30px 0 0 0;
	font-weight:normal;
	text-align:left;
}

#SMP_STYLE .cf:before,#SMP_STYLE .cf:after{content:"";display:table;}
#SMP_STYLE .cf:after{clear:both;}
#SMP_STYLE .cf{*zoom:1;}

#SMP_STYLE #agreement{
	text-align:left;
	margin:40px 50px 0;
}

#SMP_STYLE #agreement h3{
	margin-bottom:10px;
}

#SMP_STYLE #agreement ul{
	font-size:10pt;
	margin-left:1.25em;
	text-indent:-1.25em;
}

#SMP_STYLE #agreement .agreeChkbox{
	margin:40px 0 0;
	text-align:center;
}

#SMP_STYLE #agreement .agreeChkbox label{
	font-size:1.17em;
}

#SMP_STYLE #agreement .agreeChkbox .msg{
	text-align:center;
}

#SMP_STYLE #agreement .agreeChkbox input{
	vertical-align:middle;
}

#SMP_STYLE small{
	/*text-align:right;*/
	font-weight:normal;
}


#SMP_STYLE #banner{
	text-align:right;
	margin:0 50px;
}

#SMP_STYLE #banner a{
	display:inline-block;
	margin-top:10px;
}

#SMP_STYLE h3.pageTitle{
	text-align:left;
	margin-bottom:1em;
}

#SMP_STYLE .topNotice{
	text-align:left;
}


#SMP_STYLE .smp-card-list{
	border-collapse:collapse;
	border:1px solid #ccc;
	margin:auto;
}

#SMP_STYLE .smp-card-list th{
	width: 140px;
	text-align: left;
	padding: 10px 20px;
	border: 1px solid #ccc;
	background-color: #C7DDF3;
}

#SMP_STYLE .smp-card-list th.title{
	font-size:108%;
	font-size:12pt;
}

#SMP_STYLE .smp-card-list td{
	width:380px;
	text-align:left;
	padding:10px 20px;
	border:1px solid #ccc;
	background-color:#fff;
}

#SMP_STYLE .whole{
	margin:20px 50px 0;
	text-align:center;
}

#SMP_STYLE .smp-card-list td .wrapper{
	text-align:center;
	margin:10px 0;
}

#SMP_STYLE .smp-card-list td .wrapper img{
	width:auto;
	height:auto;
	max-width:560px;
	max-height:560px;
	vertical-align:middle;
}



#SMP_STYLE .smp-pager .smp-page{
	font-size:10pt;
	padding:5px 2px;
}

#SMP_STYLE .smp-pager .smp-page a{
	padding:2px 5px;
	font-weight:bold;
}
#entryForm tbody tr .data.multi1 .radio.cf li {
	float: left;
}
