@charset "utf-8";
/* CSS Document */

html,body { 
	margin:0 !important;
	padding:0 !important;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body{
	font-size:14px;
	line-height:1.4;
	width:100%;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", 'MS PGothic', sans-serif;
	color:#333333;

	background-image:url(images/thanks_footer_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	background-position: 0% 100%;
}

img{
	border:none;
	vertical-align:bottom;
}

p,ul,li,dl,dt,dd,form {
	padding:0;
	margin:0;
	display:block;
}

h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}

a{
	text-decoration:underline;
}


input,
textarea,
select,
option
{
	font-size:1em;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", 'MS PGothic', sans-serif;
	margin:0;
	color:#333333;
}

input:hover,
textarea:hover
{
	font-size:1em;
	background-color: #FF9;
	margin:0;
	color:#333333;
}

/* 170729追加　*/
.radiobuttonForm label,
.checkboxForm label{
	display: inline-block;
	line-height:2;
	margin-right: 10px;
}

.name_form,
.form_100,
.number_form{
}




#container{
	margin:0 !important;
	padding:0 !important;
	width:100%;
	height:100%;
}



/* 区切り線 */

hr{
	border: none;
	margin:0px 0px 10px 0px;
	padding:0;
	height:10px;
	clear:both;
	background: url(images/thanks_line.gif) repeat-x bottom center;
}





/* フォームヘッダー */

#formheader{
	padding-bottom: 10px;
	padding-top:50px;
	width:100%;
	margin:0px auto;
	min-height:240px;
	background:url(images/thanks_header_bg.jpg) no-repeat right top !important;
}

#formheader h1{
	width:950px;
	margin: 0px auto;
	padding:20px 0px 20px 0px;
	font-size:24px;
	color:#333333;
	display:block;
	text-align:left;
}

#formheader .notice{
	width:950px;
	padding:10px 0px;
	margin: 0px auto;
}

#formheader .notice p{
	margin: 0px 10px;
	color:#333333;
	word-wrap: break-word;
}
/* LINK */
#formheader .notice a:link,
#formheader .notice a:visited{
	color: #F36;
	font-weight:bold;
	text-decoration:underline;
}
#formheader .notice a:hover,
#formheader .notice a:active{
	color: #F9C;
	font-weight:bold;
	text-decoration:underline;
}


#formheader h2{
	display:block;
	margin:0px 10px;
	color:#333333;
	font-size: 14px;
}
#formheader h2 p{
	margin:0px 10px;
}

#form_attention_parts_base{
	padding-bottom:10px;
	width:950px;
	margin: 0px auto;
	text-align:left;
}


/* 内容確認 */
.notice{
	display:block;
	font-size:14px;
	color:#FF0;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	width:950px;
	margin:0px auto;
	word-wrap: break-word;
	border: #999 solid 1px;
}


.privacybtn_pc{
}

/*↓PCでは不可視にする↓*/
#smp_privacybtn_base {
	display:none;
}



form {
}


/* エラー表示 */
.error {
	color: #F00;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	width:950px;
	margin:0px auto;
}

.error p{

}

.error_area{
	background: #FF9 url(/newform_files/images/error_bg_yellow.gif) repeat !important;
}


/* 内容確認メッセージ */
.announce {
	font-size:14px;
	display:block;
	color:#333333;
	font-weight:bold;
	width:950px;
	padding:0px 0px 10px 0px;
	margin: 0px auto;
}



/* フォームボディ */
#formbody{
	padding: 0px 0px 10px 0px;
	width:950px;
	margin:0px auto;
	color:#333333;
	background:none;
}

.attention{ /* 注釈 */
	padding: 0px 0px 7px 0px;
	margin: 0px;
	word-wrap: break-word;
}

.required{ /* 必須項目 */
	color: #F00;
	font-weight: bold;
	margin-left:5px;
}

.form_base{
	margin:0px 10px;
	padding:3px 0px;
	display:table;
	vertical-align:top;
}




/* 縦レイアウト */
#tate{
	/*border: #B3CDCC solid 1px;*/
}
#tate .koumokumei{
	padding: 8px 8px 8px 50px;
	background: #FFDDCA url(images/thanks_koumoku.jpg) no-repeat left top !important;
	color:#333333;
	word-wrap: break-word;
	min-height:24px;
}
#tate .nyu-ryokuran{
	overflow:hidden;
	margin: 0px 40px;
	padding: 5px 0px 10px 0px;
	word-wrap: break-word;
}

#tate .komoku_base{
	overflow:hidden;
	clear:both;
}





/* 横レイアウト */
#yoko{
	width:100%;
}

#yoko .komoku_base{/**/
	border-bottom: #FFFFFF solid 5px;/**/
	overflow:hidden;/**/
	height:auto;
	display:table !important;
	vertical-align:top !important;
	clear:both;
	background: #FFDDCA url(images/thanks_koumoku.jpg) no-repeat left top !important;/**/
}

#yoko .koumokumei{
	padding:8px 8px 8px 50px;
	margin:0;
	width:190px;
	height:auto;
	display: table-cell;
	float:left;
	color:#333333;
	word-wrap: break-word;
}

#yoko .nyu-ryokuran{
	padding: 0px 0px 20px 0px;
	margin-left:200px;
	overflow:hidden;
	display: table-cell;
	vertical-align:top !important;
	width:100%;
	background: #FFFFFF;
	word-wrap: break-word;
}













/* フッター */
#formfooter{
	width:950px;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
	background: url(images/thanks_line.gif) repeat-x top center;
	overflow:hidden;
	color: #333333;
}

#save_cookie input{
	padding:0px;
	margin:0px;
}

#formfooter .buttonForm{
	padding: 0px 0px;
}

#formfooter input{
	background: #FFFFFF;
	border: #999 solid 1px;
	margin: 0px 3px 0px 3px;
	color: #333333;
}

#formfooter input:hover{
	background: #F36;
	border: #F36 solid 1px;
	margin: 0px 3px;
	color: #FFFFFF;
}

#formfooter .ssl{
	float:left;
	margin-right: 10px;
}


#copyright {

}

#netya_copyright,/* 無料版広告(ふぉーむまん) */
#formman_info{   /* 無料版広告(AD) */
	text-align:right;
	line-height:1.6;
	width:950px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	font-size:12px;
	clear:both;
	color:#333333;
}

#netya_copyright a:link,
#netya_copyright a:visited,
#formman_info a:link,
#formman_info a:visited{
	color: #333333;
}
#netya_copyright a:hover,
#netya_copyright a:active,
#formman_info a:hover,
#formman_info a:active{
	color: #FFFFFF;
	background: #F36;
}





/* balloon */


#tate .notes_balloon{
	z-index: 1;
	position: absolute;
	margin: -72px 0px 0px 0px;
	width: 400px;
	height: 70px;
	display: none;
	/*border: #FC0 2px solid;
	background:#FFFFFF;*/
	background-image: url('images/balloon.gif');
}




#yoko .notes_balloon{
	z-index: 1;
	position: absolute;
	margin: -72px 0px 0px -70px;
	width: 400px;
	height: 70px;
	display: none;
	background-image: url('images/balloon.gif');
}

.notes_balloon_core{
	width: 380px;
	height: 40px;
	overflow: auto;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 20px 10px;
}











