@charset "UTF-8";
/* CSS Document */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
-webkit-text-size-adjust:none;/* iPhoneでの文字サイズ自動修正を使わない*/
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:top;
    background:transparent;
}



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

ol, ul {
	list-style: none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:top;
    background:transparent;
}
body {
	
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 14px;
	background: -moz-linear-gradient(top, #ffffff 0%, #c9fff1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#c9fff1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#c9fff1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#wrapper {
	width:600px;
	height:100%;
	margin:0 auto;
}
.clear {
    clear: both;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*------------------ベース------------------*/
#contents {
	margin-top: 0;
	width: 600px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

#contents h2{
	font-size: 123%;
	padding: 13px 10px 6px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #009b74;
}

#contents h2 span{
	font-weight:normal;
	vertical-align: top;
	font-size:70%;
	color:#fff;
}
.info {
	padding: 12px;
	margin: 10px 10px 0;
	background: #e2f1f4;
	border-radius: 10px;

}
.info .txt {
	background: #fff4d0;
	margin: 10px 0 0;
	border-radius: 12px;
	padding: 4px 6px;
}
.order {
	padding: 0 0 0 22px;
}
.order li {
	list-style: outside decimal;
	font-size: 100%;
	margin: 0 0 6px;
}
.order li:last-child {
	margin: 0;
}
.info span {
	color: #bc1818;
	font-weight: bold;
}
.info .ph img {
	float: right;
	width: 30%;
	height: auto;
	border-radius: 10px;
	/*margin: 0 30px 0 0;*/
	margin: 0 0 0 6px;
	border: 2px solid #d8e8db;
}

.info p{
	text-align: left;
	padding: 6px 12px;
}

/*------------------注釈リストエリア------------------*/

.txtbox {
	list-style: decimal;
	padding: 15px 25px 15px 30px;
	margin: 20px 20px 5px 20px;
	background-color: #fff8df;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.txtbox p{
	text-align:left;
padding: 5px 0px;}

ul {
	list-style:none;
	margin:0;
	padding:10px 0 10px 25px;
	border-bottom:1px solid #CCC;
}
ul li {
	font-size: 92%;
	color: #000;
	padding: 5px 0 0 0;
}
ul li span {
	color: #bc1818;
	font-weight: bold;
}


/*------------------入力エリア------------------*/


.form_area {
	padding:10px 0 15px;
}
.form_area dl,
.confirm_area dl{
	padding: 12px 25px;
	margin:0 auto;
}

.login_area dl{
	padding: 12px 150px;
	margin:0 auto;
}
.form_area dt label:before {
	content:"■";
	color: #cba466;
}

/*入力項目タイトル*/
.login_area dt label,
.form_area dt label,
.confirm_area dt{
	display: block;
	color: #5f5f5f;
	line-height: 1;
	font-weight: bold;
	font-size: 117%;
	padding: 8px 4px 6px 0px;
	margin-bottom: 6px;
	
	/*text-shadow: 1px 1px 1px #fff;*/
}
/*入力項目 必須マーク色*/
.form_area dt label span {
	color: #bc1818;
	background: none;
}
.form_area dt label .green{
	color: #00b284;
	padding-right: 2px;
}
/*入力欄*/
.text,textarea,.dropdown {
	border:1px solid #999;
	padding:7px 5px;
	color: #333;
	background: #fff;
	border-radius: 5px;
	/* Webkit */
    -webkit-border-radius: 5px;
	/* Firefox */
    -moz-border-radius: 5px;
}
textarea{
	height:60px;
	width:400px;
	padding:0 10px 0 0;
}
/*入力欄フォーカス時の色*/
textarea:focus, input.text:focus {
	background:#fff8df;
}
/*ラジオボタン*/
dd label.radiolabel {
	min-width: 30%;
	width: auto !important;
	width: 30%;
	background: none repeat scroll 0 0 #fff4d0;
	display:inline-block;
	padding:5px 5px 5px 0px;
	margin:0 0 5px 0;
	font-size:117%;
	line-height:1.8;
	cursor:pointer;
}
/*チェックボックス*/
dd label.checklabel {
	min-width: 30%;
	width: auto !important;
	width: 30%;
	background: none repeat scroll 0 0 #fff8df;
	display:inline-block;
	padding:5px 5px 5px 0px;
	margin:0 0 5px 0;
	font-size:117%;
	line-height:1.8;
	cursor:pointer;
}

/* 住所に反映ボタン */
.btn_zip{
	cursor:pointer;
	font-size: 125%;
	padding:4px 18px;
	text-decoration:none;
	display:inline-block;
	font-size:14px;
}

/* 年齢 */
.years{
	font-size: 120%;
	vertical-align:bottom;
	text-decoration:none;
}

/*input幅*/
.pw100{
	width:100%;
	}
.pw90{
	width:90%;
	}
.pw80{
	width:80%;
	}
.pw70{
	width:70%;
	}
.pw60{
	width:60%;
	}
.pw50{
	width:50%;
	}
.pw40{
	width:40%;
	}
.pw30{
	width:30%;
	}
.pw20{
	width:20%;
	}
.pw10{
	width:10%;
	}

/*------------------注意文・ボタンエリア------------------*/
.attention{
	font-size: 92%;
	line-height:1.5;
	margin:0;
	border-top:1px solid #CCC;
	padding:15px 0 0 0;
}


.attention2{
	font-size: 92%;
	line-height:1.5;
	padding:15px 0 20px 0;
}
.attention_d{
	color:#bc1818;
	font-size: 92%;
	line-height:1.5;
	padding:15px 0 20px 0;
}
.attention a:link {
	color: #bc1818;
	text-decoration: none;
}
.attention a:visited {
	color: #bc1818;
	text-decoration: none;
}
.attention a:hover {
	color: #bc1818;
	text-decoration: underline;
}
.attention a:active {
	color: #bc1818;
	text-decoration: none;
}
p {
	text-align:center;
}
/*ボタン位置*/
.btn_area{
	padding-top: 10px;
	float:center;
}
/*ボタンスタイル*/
.btn{
	cursor:pointer;
	font-size: 125%;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:none;
	padding:9px 18px;
	text-decoration:none;
	display:inline-block;
}
/*応募ボタン*/
.btn1 {
	font-weight: bold;
	/*グラデーションカラー設定ここから*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #d73434), color-stop(0.00, #bc1818));
background: -webkit-linear-gradient(top, #d73434 0%, #bc1818 88%);
background: -moz-linear-gradient(top, #d73434 0%, #bc1818 88%);
background: -o-linear-gradient(top, #d73434 0%, #bc1818 88%);
background: -ms-linear-gradient(top, #d73434 0%, #bc1818 88%);
background: linear-gradient(to bottom, #d73434 0%, #bc1818 88%);
	background-color: #bc1818;
	/*グラデーションカラー設定ここまで*/
	color: #ffffff;
	margin: 0 10px 0 0;
	/*border: 2px solid #fff;*/
	/* box-shadow */
/*box-shadow:0px 0px 2px 1px #000000,0px 0px 2px 2px #a55d00 inset;
-moz-box-shadow:0px 0px 2px 1px #000000,0px 0px 2px 2px #a55d00 inset;
-webkit-box-shadow:0px 0px 2px 1px #000000,0px 0px 2px 2px #a55d00 inset;*/
}
/*応募ボタン マウスオーバー時*/
.btn1:hover {
	/*グラデーションカラー設定ここから*/
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bc1818), color-stop(0.00, #d73434));
background: -webkit-linear-gradient(#d73434, #b00000);
background: -moz-linear-gradient(#d73434, #b00000);
background: -o-linear-gradient(#d73434, #b00000);
background: -ms-linear-gradient(#d73434, #b00000);
background: linear-gradient(#d73434, #b00000);

	background-color:#d73434;
	/*グラデーションカラー設定ここまで*/
}
/*リセットボタン*/
.btn2 {
	font-weight:normal;
	/*グラデーションカラー設定ここから*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dedede), color-stop(100%, #cecece) );
	background:-moz-linear-gradient( center top, #dedede 5%, #cecece 100% );
	background:-ms-linear-gradient( top, #dedede 5%, #cecece 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#cecece');
	background-color:#dedede;
	/*グラデーションカラー設定ここまで*/
	color:#666666;
	
	/* box-shadow */
/*box-shadow:0px 0px 2px 1px #f4a100,0px 0px 2px 2px #ffae00 inset;
-moz-box-shadow:0px 0px 2px 1px #f4a100,0px 0px 2px 2px #ffae00 inset;
-webkit-box-shadow:0px 0px 2px 1px #000000,0px 0px 2px 2px #ffae00 inset;*/

}
/*リセットボタン マウスオーバー時*/
.btn2:hover {
	/*グラデーションカラー設定ここから*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #cecece), color-stop(100%, #dedede) );
	background:-moz-linear-gradient( center top, #cecece 5%, #dedede 100% );
	background:-ms-linear-gradient( top, #cecece 5%, #dedede 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#dedede');
	background-color:#cecece;
	/*グラデーションカラー設定ここまで*/
}

/*disabled*/
#error_box{
	color:#bc1818;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}

.btn:disabled {
	font-weight:normal;
	/*グラデーションカラー設定ここから*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dedede), color-stop(100%, #cecece) );
	background:-moz-linear-gradient( center top, #dedede 5%, #cecece 100% );
	background:-ms-linear-gradient( top, #dedede 5%, #cecece 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#cecece');
	background-color:#dedede;
	/*グラデーションカラー設定ここまで*/
	color:#666666;
}
.btn:disabled:hover {
	/*グラデーションカラー設定ここから*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #cecece), color-stop(100%, #dedede) );
	background:-moz-linear-gradient( center top, #cecece 5%, #dedede 100% );
	background:-ms-linear-gradient( top, #cecece 5%, #dedede 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#dedede');
	background-color:#cecece;
	/*グラデーションカラー設定ここまで*/
}

.sp{display:none;}
.pc{display:block;}

/*------------------フッターエリア------------------*/
.footer_area{
	width:100%;
/*	background-color:#ddd; */
}
.footer{
	margin:0 auto;
	padding:10px 5px 30px;
	position:relative;
	font-size: 10px;
}
address{
	font-style:normal;
	font-weight:bold;
	float:left;
	color: #444;
	font-size: 10px;
	padding-top: 3px;
}
.close{
    float:right;
}
.close a{
	font-size: 12px;
    font-style: normal;
    font-weight: bold;
    height: 12px;
    position: relative;
    color: #444;
	text-decoration:none;
}


/*------------------確認ページ------------------*/
/*入力内容 文字スタイル*/
.confirm_area dd.confirm_value{
	font-weight: bold;
	font-size: 117%;
	    color: #5f5f5f;
}

/*------------------エラーページ------------------*/
.error_area div{
	padding: 12px 0;
	margin:0 auto;
	text-align: center;
	font-size:117%;
}
li.error{text-align: center;}

/*------------------サンクスページ------------------*/
#thanksMsg{
	margin: 50px 0;
	text-align: center;
}
#thanksMsg h3{
	margin-bottom: 30px;
	font-size: 20px;
}
#thanksMsg p{
	margin: 40px 0;
	font-size: 14px;
}






/*スマホ用 css*/
@media screen and (max-width: 640px) {
	#wrapper{
		width:100%;
		}
	#contents{
		width:100%;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin-top:0px;
		padding-bottom: 15px;
	}
	h1 img{
		width:100%;
	}
	#contents h2 {
		font-size: 116%;
	}
	.info .txt {
	text-align: left;
	padding: 4px 6px;
}
.info p{
	text-align: left;
}
	.info .ph {
		text-align: center;
		background: #d8e8db;
		padding: 4px;
		margin: 0 0 10px;
		border-radius: 10px;
	}	
	.info .ph img {
	float: none;
	width: 70%;
	height: auto;
	margin: 0;
	border:none;
	border-radius: 0;
	
}
	
	ul {
	    padding:10px 0 10px 10px;
		margin: 0px 10px;
	}
	dd label.radiolabel {
		min-width: 40%;
		width: auto !important;
		width: 40%;
	}
	dd label.checklabel {
		min-width: 40%;
		width: auto !important;
		width: 40%;
	}

	.w100{
		width:97%;
		}
	.w50{
		width:50%;
		}

	.w20{
		width:20%;
		}

	.login_area dl,
	.form_area dl,
	.confirm_area dl{
		padding:10px 20px 10px 10px;
		}
	.attention{
		margin:15px 15px 0 15px;
		text-align:left;
		}
	.attention2{
		padding:15px 15px 20px 15px;
		text-align:left;
		}
	.attention_d{
		padding:15px 15px 20px 15px;
		text-align:left;
		}
	.btn1 {
		padding:15px 0;
		width:95%;
		margin:0;
		margin-left: 4px;
	}
	.btn2 {
		margin-top: 5px;
		padding:15px 0;
		width:95%;
	}
	.error,.thanks{
		font-size: 100%;
		line-height:1.6;
		}
	.text,textarea,.dropdown{
		zoom: 1;
	}

	.sp{
		display:block;
	}
	.pc{
		display:none;
	}

	.footer{
		width:100%;
		margin:0;
		padding:0;
	}
	.close{
		text-align:center;
		float:none;
/*		margin-top: -20px;	*/
		height: 20px;
		padding-top: 10px;
	}
	address{
		text-align:center;
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		float:none;
	}

	#thanksMsg{
		padding:10px;
		margin: 30px 0;
		text-align: center;
	}
	#thanksMsg h3{
		margin-bottom: 10px;
		font-size: 20px;
	}
	#thanksMsg p {
	    margin: 20px 0;
	}
}

