@charset "utf-8";
/* CSS Document */

html,body { 
    height: 100%;
}

body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.5;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",'MS PGothic',sans-serif;
	background: #FFFFFF url(images/ino2_header_bg.jpg) repeat-x top center;
	color:#333333;
}

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;
}


/* form */
input,
textarea,
select,
option{font-size: 100%; font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",'MS PGothic',sans-serif;line-height: 1.4;}

input[type="email"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea{
padding:3px 3px;
background:#fff;
border:1px solid #ddd;
box-sizing:border-box;
-webkit-appearance: none;
}

input[type="email"]:hover,
input[type="text"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
textarea:hover{background: #FFCC00;}

input[type="button"]{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #dddddd;
border:1px;
padding: 0.3em 0.6em;
box-sizing:border-box;
border-radius: 3px;
}
input[type="button"]:hover{background: #ffCC00;}

input[type="submit"],
input[type="reset"]{border:1px;padding: 0.3em 0.6em;box-sizing:border-box;}

label{padding: 0; margin: 0.3em 0;overflow: hidden;line-height: 1.3 !important;box-sizing: border-box;}

input[type="checkbox"],
input[type="radio"]{
border:1px solid #ddd;
margin: 0 0.5em 0 0 !important;
padding: 0 !important;
width: 18px;
height: 18px;
float: left;
}
input[type="checkbox"]{
border-radius: 3px;
}

select,
option{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:1px solid #dddddd;
padding: 0.2em 0.4em;
box-sizing:border-box;
background: #fff;
}
select::-ms-expand {display: none;}
select{margin: 0 0.5em 0 0.5em;background: #ffffff url(images/pd_mark.png) no-repeat center right;border-radius: 3px;padding-right: 2em !important;}
select:first-child{margin-left: 0 !important;}

.textForm input[type="checkbox"]{
border:1px solid #ddd;
margin: 0.5em 0.5em 0 0 !important;
padding: 0 !important;
width: 18px;
height: 18px;
float: left;
}
.textForm label{padding: 0.3em 0 0 0 !important;float: none;display: inline-block;}



/* 170729追加　*/
.radiobuttonForm label,
.checkboxForm label{
	display: inline-block;
	line-height:2;
	margin-right: 10px;
}

.name_form,
.form_100,
.number_form{
}




#container{
	margin:0;
	padding:0;
	width:100%;
}



/* 区切り線 */

hr{
	border:none;
	margin:8px 0px;
	padding:0;
	height:40px;
	clear:both;
	background:url(images/ino2_line.jpg) repeat-x top left;/**/
}





/* フォームヘッダー */

#formheader{
	padding-bottom: 10px;
	background:url(images/ino2_header_img.jpg) no-repeat top right;
	width:950px;
	margin:0px auto;
	min-height:230px;
}

#formheader h1{
	width:660px;
	margin: 0px 250px 0px 0px;
	padding: 40px 0px 20px 0px;
	font-size:24px;
	/*color:;*/
}

#formheader .notice{
	width:100%;
	padding: 10px 0px;
	margin: 0px;
	/*border:#FFFFFF solid 1px;*/
	display:block;
	font-size:14px;
}

#formheader .notice p{
	margin: 0px;
	/*color:#403000;*/
	font-weight:bold;
	word-wrap: break-word;
}
/* LINK */
#formheader .notice a:link,
#formheader .notice a:visited{
	color: #FF007F;
	font-weight:bold;
	text-decoration:underline;
}
#formheader .notice a:hover,
#formheader .notice a:active{
	color: #FFFFFF;
	background: #FF007F;
	font-weight:bold;
	text-decoration:underline;
}


#formheader h2{
	display:block;
	margin:0px 10px;
	/*color:#403000;*/
	font-size: 14px;
}
#formheader h2 p{
	margin:0px 10px;
}

#form_attention_parts_base{
	padding-bottom:10px;
	margin: 0px 0px;
}


.privacybtn_pc{
}

/*↓PCでは不可視にする↓*/
#smp_privacybtn_base {
	display:none;
}



/* エラー表示 */
.error {
	color: #FF0000;
	background: #FFFF00;
	font-weight:bold;
	padding: 8px 0px 8px 10px;
	width:940px;
	margin:0px auto 10px auto;
}

.error p{
	
}

.error_area{
	background: #FFFF00 url(/newform_files/images/error_bg_yellow.gif) repeat !important;
	color: #FF0000;
	font-weight:bold;
}


/* 内容確認メッセージ */
.announce {
	font-size:14px;
	display:block;
	/*color: #403000;
	background:#FFE847;*/
	font-weight:bold;
	width:940px;
	padding: 8px 0px 8px 10px;
	margin: 0px auto 10px auto;
}



/* フォームボディ */
#formbody{
	padding: 0px 0px 10px 0px;
	width:950px;
	margin:0px auto;
	/*color:#403000;*/
}

.attention{ /* 注釈 */
	padding: 5px 0px 5px 0px;
	margin: 0px 0px;
	word-wrap: break-word;
	white-space: normal;
}

.required{ /* 必須項目 */
	color: #FFFF00;
	font-weight:bold;
	margin-left:5px;
}

.form_base{
	margin:0px 20px 0px 20px;
	padding: 0px 0px 10px 0px;
	display:table;
	vertical-align:middle;
}


/* 縦レイアウト */
#tate{

}
#tate .koumokumei{
	padding: 12px 8px 12px 60px;
	background: #00B2B2 url(images/ino2_komoku.jpg) no-repeat left top !important;
	color: #FFF;
	word-wrap: break-word;
}
#tate .nyu-ryokuran{
	overflow:hidden;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	word-wrap: break-word;
}

#tate .komoku_base{
	overflow:hidden;
	clear:both;
}





/* 横レイアウト */
#yoko{
	width:100%;
}

#yoko .komoku_base{/**/
	border-bottom: #FFFFFF solid 10px;/**/
	overflow:hidden;
	height:auto;
	display:table !important;
	vertical-align:middle;
	clear:both;
	background: #00B2B2 url(images/ino2_komoku.jpg) no-repeat left top !important;
}

#yoko .koumokumei{
	padding: 12px 8px 12px 50px;
	margin:0;
	width:190px;
	height:auto;
	display: table-cell;
	float:left;
	color: #FFF;
	word-wrap: break-word;
}

#yoko .nyu-ryokuran{
	padding: 0px 0px 0px 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: 50px 0px 10px 0px;
	border: none;/**/
	background:url(images/ino2_line.jpg) repeat-x top left;
	overflow:hidden;
	/*color: #403000;*/
}

#formfooter .buttonForm{
	padding: 0px 0px;
}

#save_cookie{
	display: block;
	padding: 10px 0px;
	margin: 0px;
}

#formfooter input[type="button"],
#formfooter input[type="submit"],
#formfooter input[type="reset"]{
	background: #666666;
	border: #666666 solid 1px;
	margin: 0px 3px 0px 3px;
	color: #FFFFFF;
	border-radius: 3px;
}

#formfooter input[type="button"]:hover,
#formfooter input[type="submit"]:hover,
#formfooter input[type="reset"]:hover{
	background: #cccccc;
	border: #cccccc 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:950px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	font-size:12px;
	clear:both;
	color:#403000;
}

#netya_copyright a:link,
#netya_copyright a:visited,
#formman_info a:link,
#formman_info a:visited{
	color: #FF007F;
}
#netya_copyright a:hover,
#netya_copyright a:active,
#formman_info a:hover,
#formman_info a:active{
	color: #FFFFFF;
	background: #FF007F;
}





/* 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.png');
}




#yoko .notes_balloon{
	z-index: 1;
	position: absolute;
	margin: -72px 0px 0px -70px;
	width: 400px;
	height: 70px;
	display: none;
	/*border:#FC0 2px solid;
	background:#FFFFFF;*/
	background-image: url('images/balloon.png');
}

.notes_balloon_core{
	width: 380px;
	height: 40px;
	overflow: auto;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 20px 10px;
}











