@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;
	font-size:12px;
	background-color:#333;
}
#wrapper {
	width:600px;
	margin:0 auto;
}

/*------------------ベース------------------*/
#contents {
	margin-top:10px;
	width:600px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	background: #fff;
}
/*------------------注釈リストエリア------------------*/
ul {
	list-style:none;
	margin:0 0 10px 0;
	padding:10px 0 10px 25px;
	border-bottom:1px solid #CCC;
}
li {
	font-size: 100%;
	color:#444;
	padding:5px 0 0 0;
}
li span {
	color: #cc0000;
}


/*------------------入力エリア------------------*/
.form_area dl,
.confirm_area dl{
	padding: 12px 25px;
	margin:0 auto;
}
/*入力項目タイトル*/
.form_area dt label,
.confirm_area dt{
	color:#666666;
	line-height:1;
	font-weight:bold;
	font-size:117%;
}
/*入力項目 必須マーク色*/
.form_area dt label span {
	color: #cc3333;
}
/*入力欄*/
.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 #F1F1F1;
	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 #F1F1F1;
	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;
}

/*------------------注意文・ボタンエリア------------------*/
.attention{
	font-size: 92%;
	line-height:1.5;
	margin:15px 0 0 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 a:link {
	color:#cc3333;
	text-decoration:none;
}
.attention a:visited {
	color:#cc3333;
	text-decoration:none;
}
.attention a:hover {
	color:#cc3333;
	text-decoration:underline;
}
.attention a:active {
	color: #cc3333;
	text-decoration: none;
}
p {
	text-align:center;
}
/*ボタン位置*/
.btn_area{
	margin-top: 10px;
}
/*ボタンスタイル*/
.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(5%, #DD3333), color-stop(100%, #BB0000) );
	background:-moz-linear-gradient( center top, #DD3333 5%, #BB0000 100% );
	background:-ms-linear-gradient( top, #DD3333 5%, #BB0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD3333', endColorstr='#BB0000');
	background-color:#BB0000;
	/*グラデーションカラー設定ここまで*/
	color:#ffffff;
	margin:0 10px 0 0;
}
/*応募ボタン マウスオーバー時*/
.btn1:hover {
	/*グラデーションカラー設定ここから*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #BB0000), color-stop(100%, #DD3333) );
	background:-moz-linear-gradient( center top, #BB0000 5%, #DD3333 100% );
	background:-ms-linear-gradient( top, #BB0000 5%, #DD3333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BB0000', endColorstr='#DD3333');
	background-color:#DD3333;
	/*グラデーションカラー設定ここまで*/
}
/*リセットボタン*/
.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;
}
/*リセットボタン マウスオーバー時*/
.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;
	/*グラデーションカラー設定ここまで*/
}
.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: #fff;
	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: #fff;
	text-decoration:none;
}


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

/*------------------エラーページ------------------*/
.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:0;
		padding-bottom: 15px;
	}
	h1 img{
		width:100%;
	}
	ul {
	    padding:10px 0 10px 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:100%;
		}
	.w50{
		width:50%;
		}

	.w20{
		width:20%;
		}

	.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;
		}
	.btn1 {
		padding:15px 0;
		width:300px;
		margin:0;
	}
	.btn2 {
		margin-top: 5px;
		padding:15px 0;
		width:300px;
	}
	.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;
	}
}