@charset "Shift_JIS";


#SMP_STYLE .hidePC{display:none;}
#SMP_STYLE .hideSMP{}

body{
	background-color: #B51019;
}

#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: 300px;
	padding: 28px 15px 18px;
	line-height: 1.2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #B79569;
}


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

#SMP_STYLE .data{
	width: 490px;
	padding: 18px 15px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#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.floor select{
	width: 560px;
}

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

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

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

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

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

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

#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;
	padding: 0;
	/*height: 35px;*/
	line-height: 35px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 10;
}

#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:180px;
	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 .body #content .data.multi1.w300 select{
	width: 300px;
}

#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-top: 80px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 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 .question{
	color: #FFFFFF;
}


#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;
}


/*住所2*/

#SMP_STYLE #add {
	margin-top: 60px;
}
#SMP_STYLE #add .title2 {
	background-image: url(../img/tb_bg.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	width: 210px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


#SMP_STYLE #add .data2{
	width: 540px;
	text-align: left;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#SMP_STYLE #add .data2.select2 select{
	width:510px;
}



#SMP_STYLE #add .data2 p{
	width: 540px;
	text-align:left;
	font-size: 83%;
}


#SMP_STYLE #add .data3.half2{
	width: 210px;
	text-align: left;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;

}

#SMP_STYLE #add .data3.half2 input{
	width:140px;
}

#SMP_STYLE #add .data3.half2 .label {
	margin-right: 10px;
}



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




#SMP_STYLE #add .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 #add .multi1 label span{
	display:block;
	margin:0 0 0 30px;
	font-weight:normal;
	
}

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


#SMP_STYLE #add .zipcode.multi1 li .label{
	line-height: 2.6em;
	vertical-align: middle;	
}




#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:#fadce1;
}

#SMP_STYLE .smp-card-list th.title{
	font-size:98%;
	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;
}








/*応募規約*/
#SMP_STYLE #agreement{
	text-align: left;
	margin-top: 40px;
	margin-bottom: 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  input{
	vertical-align:middle;
}


#SMP_STYLE .body #content .agreeChkbox {
	margin-top:40px;
}
#SMP_STYLE .body #content .agreeChkbox label .input {
	text-align: center;
	vertical-align:middle;
  width: 1em;
  height: 1em;
}

#SMP_STYLE .body #content .agreeChkbox .msg {
	text-align: center;
}
/**/

#add {
	text-align:left;
}

#add .add-kakunin .label{
	color: #999;
}

#add table tr .data2.zipcode .add-kakunin2 tr .addttl {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#add table tr .data2.zipcode .add-kakunin2 tr .adddiscription{
	width: 360px;
}

#add .data2.zipcode .label{
	margin-right: 15px;
	line-height: 35px;
}
#entryForm tbody tr .data.multi1.service select{
	width: 280px;
}
.cardpic {
	margin-left: 50px;
}

#entryForm tbody tr .title .cardpic {
	text-align:center;
}


#content #tokkuten {
	text-align: left;
	display: block;
	margin-top: 40px;
	margin-right: 80px;
	margin-bottom: 50px;
	margin-left: 80px;
}
#content #tokkuten h2 {
	font-size: 120%;
	color: #B51019;
}
#content #tokkuten .tokuten1 {
	margin-top: 20px;
	margin-bottom: 30px;
}

#content #tokkuten .d-fl{
	display: inline-block;
}

#content #tokkuten .d-fr{
	display: inline-block;
	margin-left: 156px;
	vertical-align: top;
}

#content #tokkuten .d-fr2{
	display: inline-block;
	margin-left: 60px;
	vertical-align: top;
}

#content #tokkuten .d-fr2 p{
	line-height: 1.2em;
	font-size: 80%;
	padding-left: 3.5em;
}
#content #tokkuten p .mt20{
	margin-top: 20px;
}

#content .smp_tmpl .h-adr #add .example{
	text-align:left;
	padding-left:5px;
	padding-top:10px;
	margin-bottom:10px;
}

#content .smp_tmpl .h-adr #add .message {
	background-color:#B79569;
	margin-bottom:30px;
}

#content .smp_tmpl .h-adr #add .message td{
	text-align:left;
	padding-left:45px;
	padding-top:20px;
}


#content #tokkuten h3 {
	margin-bottom: 20px;
}
#content #tokkuten .tokuten1 h3 .limited {
	border: 1px solid #B51019;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 80%;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content #tokkuten .tokuten2 .discr {
	text-align: left;
	width: 520px;
	float: left;
	margin-right: 20px;
}

#SMP_STYLE .body #content .smp_tmpl .h-adr #add .message input{
	width: 660px;
	padding-left: 10px;
	font-size: 18px;
	letter-spacing: 22px;
	background-image: url(../img/mas.gif);
	background-repeat: repeat-x;	
}


#SMP_STYLE .body #content .smp_tmpl .h-adr #add .need {
	text-align: left;
}


#SMP_STYLE .body #content .smp_tmpl .h-adr #add .message tr .messge1l {
	background-image: url(../img/messge1l.png);
	background-repeat: no-repeat;
	font-size: 20px;
	letter-spacing: 19px;
	padding-top: 23px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	height:50px;
}


#SMP_STYLE .body #content .smp_tmpl .h-adr #add .message tr .messge2l {
	background-image: url(../img/messge2l.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 20px;
	letter-spacing: 19px;
	height:40px;
}



/*確認ページ用*/

#SMP_STYLE #add .data4 {
	text-align: left;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#SMP_STYLE #add .data5 {
	text-align: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}


#SMP_STYLE .body #content .smp_tmpl .h-adr #add .topNotice .underl {
	text-decoration: underline;
}
