@charset "utf-8";
/* CSS Document */

/*----------------------------------------------*/
/*Zbg*/
/*----------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,a,img,
form,fieldset,input,textarea,p,blockquote,th,td,tbody{
	padding:0;
	margin:0;
}

table{

	/*border-collapse: collapse;
	border-spacing:0;*/
	
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:bold;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}

/*clear*/
.clear{
	clear:both;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*-------------------------------------------------*/
/* margin/padding
/*-------------------------------------------------*/

.MB10{
	margin-bottom:10px;
}
.MZ5{
	margin-top:5px;
}

.MT10{
	margin-top:10px;
}

.MT20{
	margin-top:20px;
}

.MO10{
	margin-top:50px;
}

.MTB20{
	margin:20px 0;
}


.MZ10{
	margin-top:30px;

}



/*-------------------------------------------------*/
/* 基本設定
/*-------------------------------------------------*/

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	margin:0 auto;
	padding:0;
	/*background-image:url(img/top/himawari-bg.jpg);*/
	background:url(/img/top/himawari-main-a_01.jpg) repeat-x;
	
}


.red {
	color:#F00;
}
	


#wrap{
	width:1041px;
	margin:0 auto;

}



#head1{
	width:1041px;
	height:50px;
}

#menu{
	width:1041px;
	height:57;
}

#head2{
	width:1041px;
	height:433;
}


#contant #contleft{
	float:left;
	width:720px;
}

#contant #contright{
	float:right;
	width:321px;
}
	
.readable{
	list-style-type:none;
	text-indent:-1em;
	padding-left:1em;
	
}	
	
.p{
	padding-left:5%;
}	


#flow1 #flowlift1{
	float:left;
	width:230px;
}

#flow1 #flowright1{
	float:right;
	width:480px;
}


#flow2 #flowlift2{
	float:left;
	width:230px;
}

#flow2 #flowright2{
	float:right;
	width:480px;
}



#flow3 #flowlift3{
	float:left;
	width:230px;
}

#flow3 #flowright3{
	float:right;
	width:480px;
}


#flow4 #flowlift4{
	float:left;
	width:230px;
}

#flow4 #flowright4{
	float:right;
	width:480px;
}

.annai li{
	background:url(../img/faq/himawari-faq_li.jpg) no-repeat;
	text-indent:30px;
	margin-bottom:10px
}

/*申込みフォームの設定*/

table.contact {
	width:100%;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-top:#CCC 1px solid;
	margin-bottom:15px;
}


table.contact th{
	padding:10px;
	background:#FEF8E2;
	border-bottom:#CCC 1px solid;
}

table.contact td{
	padding:10px;
	background:#FFFDF7;
	border-bottom:#CCC 1px solid;
}

#errMessage{
	background:#FFECEC;
	border:#F00 1px solid;
	padding:10px;
	margin-bottom:15px;
}

#errMessage ul{
	padding:0 20px;
	list-style:disc;
	color:#F30;
}


div#kiyakubox{
	width:95%;
	height:150px;
	overflow-y:scroll;
	border:1px solid #ccc;
	margin:15px auto;
}

div#kiyakubox p{
	margin:15px 10px;
}

.inputArea {
	margin:0 auto;
	text-align: center;
}

.inputArea input{
	margin:15px 0;
}


