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

html,body { 
    height: 100%;
}

body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.4;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",'MS PGothic',sans-serif; 
	background:url(images/bg.gif) repeat-x top center;
}

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 auto;
	padding:0;
	width:950px;
}



/* 区切り線 */

hr{
	border: none;
	background:url(images/line.gif) repeat-x top;
	height:27px;
	margin:8px 0px;
	padding:0;
	clear:both;
}





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

#formheader{
	padding-bottom: 10px;
	min-height:180px;

}

#formheader h1{
	margin:0px 10px;
	padding:70px 0px 10px 0px;
	font-size:24px;
	color:#333333;
}

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

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


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

#form_attention_parts_base{
	padding-bottom:10px;
	margin: 0px 10px;
}

.privacybtn_pc{
}

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



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

.error p{

}

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



/* 内容確認メッセージ */
.announce {
	font-size:14px;
	display:block;
	color: #FF0000;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	margin: 0px 10px;
	word-wrap: break-word;

}



/* フォームボディ */
#formbody{
	padding: 0px 0px 0px 0px;
	margin: 0px 10px;
}

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

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

.form_base{
	margin:0px 8px;
	padding:8px 0px;
	display:table;
	vertical-align:middle;
}






/* 縦レイアウト */
#tate{
	padding-bottom:10px;
}
#tate .koumokumei{
	padding: 10px 8px 10px 40px;
	background:#DFECF7 url(images/komoku.gif) no-repeat left top !important;
	word-wrap: break-word;
	color:#333333;
}

#tate .nyu-ryokuran{
	overflow:hidden;
	word-wrap: break-word;
}

#tate .komoku_base{
	background: #FFFFFF;
	border-bottom:#FFFFFF solid 2px;
	overflow:hidden;
	clear:both;
}





/* 横レイアウト */
#yoko{
	width:100%;
	padding-bottom:10px;
}

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

#yoko .koumokumei{
	padding:10px 8px 10px 40px;
	margin:0;
	width:200px;
	height:auto;
	float:left;
	word-wrap: break-word;
	color:#333333;
}

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






/* フッター */
#formfooter{
	background:url(images/line.gif) repeat-x top;
	margin: 0px 10px;
	padding: 0px 0px 10px 0px;
	overflow:hidden;
}

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

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

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

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

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




#netya_copyright,/* 無料版広告(ふぉーむまん) */
#formman_info{   /* 無料版広告(AD) */
	text-align:right;
	line-height:1.6;
	width:100%;
	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: #006699;
	margin-right:10px;
}
#netya_copyright a:hover,
#netya_copyright a:active,
#formman_info a:hover,
#formman_info a:active{
	color: #0099CC;
	background-color: #CCFFFF;
}




/* balloon */


#tate .notes_balloon{
	z-index: 1;
	position: absolute;
	margin: -72px 0px 0px 0px;
	width: 400px;
	height: 70px;
	display: none;
	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;
}











