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



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:#bbb;
}
#wrapper {
	width:600px;
	margin:0 auto;
}

/*------------------ベース------------------*/
#contents {
	width:600px;
	overflow:hidden;
	background: #fff;
}
/*------------------ヘッダ------------------*/
#header{
	background: url("../img/form_hdr_bg.jpg") no-repeat center 0px;
	width:100%;
	padding:10px 0;
}
h1{
	background: url("../img/form_ttl.png") no-repeat center 0px;
	width:100%;
	height:76px;
	margin:0 auto;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#present_txt{
	background: url("../img/form_present_base.png") repeat-y center 0px;
	width:90%;
    height:;
    margin: 5px auto 5px auto;
    padding: 6px 5% 5px 5%;
    text-align: center;
    color:#d10c0c;
    font-size: 180%;
    line-height: 1.2em;
    font-weight: bold;
}
#quiz_txt{
	font-size: 14px;
	line-height: 1.4em;
	color:#663300;
	background-color: rgba(255,255,255,0.9);
	padding:10px;
	margin:10px;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*------------------注釈リストエリア------------------*/
ul {
  font-size: 0;
}

li {
  display: inline-block;
  font-size: 14px;
}


/*------------------入力エリア------------------*/
.form_area dl,
.confirm_area dl{
	padding: 12px 25px;
	margin:0 auto;
}

.login_area dl{
	padding: 12px 150px;
	margin:0 auto;
}


/*入力欄*/
.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;
}




/*------------------注意文・ボタンエリア------------------*/
.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;
}

.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%;
}

/*------------------エラーページ------------------*/
.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;
	color:#d10c0c;
}
#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%;
		}

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