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

body {
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	_font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	

}

*{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}





.logo {margin-left:28px; margin-top:14px;}

#main {
	width:100%;}
	
#contents {
	width:960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 25px;
}

#contents_02 {
	width:520px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 25px;
}


/* ------------ header ------------ */
#header {
	width:100%;
	height:160px;

}


.head {
	width:960px;
	margin:0 auto;
	height:160px;
}
.head_right {
	float: right;
	width:521px;
	text-align:right;margin-top:14px; margin-right:21px; margin-bottom:20px;
}


/* ------------ main_img ------------ */

#main_img {
	width:100%;
	height:auto;



}
.main_img_area {
	width:960px;
	margin:0 auto;
	height:auto;
}









/* 画像つき矢印リスト */
.list3 ul{
 border-bottom: 1px solid #ccc;
 }
 .list3 ul li{

 border-top: 1px solid #ccc;
 height: 187px;
 margin: 0px;
 }
 .list3 ul li a{
	color: #444;
	display: block;
	height: 187px;
	margin: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../img/icon_01.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;

 }
 .list3 ul li img{
 float: left;

 margin-right: 20px;
 margin-left:50px;
 }
 .list3 ul li a strong{
 color: #444;
 display: block;
 font-weight: bold;
 padding-top: 17px;
 margin-top:40px;

 font-size: 48px;
 }
 
/* 画像つき矢印リスト　選ばれる７つの理由 */
.list8 ul{
 border-bottom: 1px solid #ccc;
 }
 .list8 ul li{

 border-top: 1px solid #ccc;
 height: 230px;
 margin: 0px;
 }
 .list8 ul li a{
	color: #444;
	display: block;
	height: 230px;
	margin: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 95% 48%;

 }
 .list8 ul li img{
 float: left;

 margin-right: 20px;
 margin-left:25px;
 }
 .list8 ul li a strong{
 color: #444;
 display: block;
 font-weight: bold;
 padding-top: 17px;
 margin-top:57px;

 font-size: 48px;
 } 
 

/* サムネつき矢印リスト */
.lis4 ul{
 border-bottom: 1px solid #ccc;
 }
 .list4 ul li{

 border-top: 1px solid #ccc;
 height: 181px;
 margin: 0px;
 }
 .list4 ul li a{
	color: #444;
	display: block;
	height: 181px;
	margin: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;


 }
 .list4 ul li img{
 float: left;

 margin-right: 20px;
 margin-left:5px;
 }
 .list4 ul li a strong{
 color: #444;
 display: block;
 font-weight: bold;
 padding-top: 17px;
 margin-top:40px;
 text-align:right;

 font-size: 40px;
 }
 
 
 
 /* 下部リスト */
.list5 ul{
 border-bottom: 1px solid #ccc;
 }
 .list5 ul li{

 border-top: 1px solid #ccc;
 height: 150px;
 margin: 0px;
 }
 .list5 ul li a{
	color: #444;
	display: block;
	height: 125px;
	margin: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 95% 40%;
	padding-left:50px;
	padding-top:45px;
	font-size:35px;

 }



/* 特徴リスト */
.list6 ul{
	border-bottom: 1px solid #ccc;
	background-color: #F0FAFF;
 }
 .list6 ul li{
	border-top: 1px solid #ccc;
	height: 187px;
	margin: 0px;
	list-style-type: none;
 }

 .list6 ul li .list6_box{
	float: left;
	margin-right: 20px;
	margin-left:50px;
	width:150px;
	height:140px;
	text-align:center;
	background-color:#FE4E68;
	font-size:40px;
	color:#FFF;
	margin-top:10px;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
 }
 .list6 ul li strong{
 color: #444;
 display: block;
 font-weight: bold;
 padding-top: 17px;
 margin-top:40px;

 font-size: 48px;
 }
 
 .list6 ul p{ margin-left:20px; margin-right:20px; font-size:30px; text-align:left;}
 
 
 /* 特徴リスト */
.list7 ul{
	border-bottom: 1px solid #ccc;
	background-color: #ffffff; margin-bottom:20px;
 }
 .list7 ul li{
	border-top: 1px solid #ccc;
	height: 187px;
	margin: 0px;
	list-style-type: none;

 }

 .list7 ul li .list7_box{
	float: left;
	margin-right: 20px;
	margin-left:30px;
	width:150px;
	height:140px;
	text-align:center;
	background-color:#4493E1;
	font-size:40px;
	color:#FFF;
	margin-top:50px;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	border-radius: 50px;        /* CSS3草案 */
	-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50px;
 }
 .list7 ul li strong{
 color: #444;
 display: block;
 font-weight: bold;
 padding-top: 17px;
 margin-top:70px;

 font-size: 48px;
 }
 
 .list7 ul p{ margin-left:50px; margin-right:20px; margin-bottom:20px; font-size:30px; text-align:left;}


 
 
 /* 画像つき矢印リスト　選ばれる７つの理由 */
.list9 ul{
 border-bottom: 1px solid #ccc;
 }
 .list9 ul li{

 border-top: 1px solid #ccc;

	height: 230px;
	margin: 0;
	list-style-type: none;

 }
 .list9 ul li .point{
	color: #444;
	display: block;
	height: 230px;
	margin: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 95% 48%;
	list-style-type: none;
 }
 .list9 ul li img{
 float: left;

 margin-right: 20px;
 margin-left:25px;
 }
 .list9 ul li strong{
 color: #444;
 display: block;
 font-weight: bold;
 padding-top: 17px;
 margin-top:57px;

 font-size: 48px;
 } 
 
  .list9 ul p{ margin-left:50px; margin-right:20px; margin-bottom:20px; font-size:30px; text-align:left;}
 




/*　数字　リスト*/

.defaultlist
,.defaultlist li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
	
}
 
.list10{
	counter-reset:li;  
	
}
 
.list10 li{
	position:relative;
	display: block;
	padding:10px 0px 10px 30px; 
	margin-left:0px !important;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 60px;
	font-size: 40px;
}
 
li.list10-count:after{
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;	
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: 17px;
	font-size: 60px;
	color:#FFA9A2;
	font-family:'Goudy Bookletter 1911',Georgia,serif; 
}






/*ボックスエリア*/

.box_01 { width:960; height:auto; padding:30px; font-size:30px; color:#F00;}


 

/* タイトル テキストエリア */
.title {width:100%;height:191px;}

.title_area {width:910px;
	height:131px;
	background-image: url(../img/bg_01.jpg);
	background-repeat: repeat-x;
	padding-left:50px; padding-top:60px; font-size:48px; font-weight:bold;}
	
	
.title_02 {width:100%;height:160px;}

.title_area_02 {
	width:890px;
	height:120px;
	padding-left:50px;
	padding-top:40px;
	font-size:48px;
	font-weight:bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddc8aa;
	border-bottom-color: #ddc8aa;
	border-left-color: #FF4D67;
	
}


.sub_title_02 {
	width: 860px;
	height:70px;
	font-weight:bold;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FF4D67;
	font-size:40px;
	padding-top:20px;
	padding-left:30px;
	margin-bottom:20px;
	margin-top:30px;
}

.sub_title_03 {
	width: 900px;
	font-weight:bold;

	padding-top:20px;
	padding-left:30px;
	margin-bottom:0px;
	margin-top:30px;
	font-size:45px;
	color: #26A6DD;
}


.title_03 { margin-top:20px; margin-bottom:20px;


	width:960px;
	height:130px;
	text-align:left;


	font-size:50px;
	text-align:center;

	background-color:#FFFCF0;
	color:#5E4D2D;
	font-weight:bold;
	padding-top:55px;

	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}


.title_04 {width:100%;height:130px; margin-top:50px;}

.title_area_04 {
	width:500px;
	height:120px;
	padding-left:50px;
	padding-top:10px;
	font-size:48px;
	font-weight:bold;
	background-color:#ffe0e1;	
	border-radius: 50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;
	
}

.title_05 {width:100%;height:130px; margin-top:20px;}

.title_area_05 {
	width:500px;
	height:120px;
	padding-left:50px;
	padding-top:10px;
	font-size:48px;
	font-weight:bold;
	background-color:#d6f0fc;	
	border-radius: 50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;
	
}

.title_06 {
	float:left;
	text-align:left;
	width:470px;
	height:31px;
	background-image:url(../img/title.jpg);
	padding-left:50px;
	font-size:17px;
	color:#88605b;
	padding-top:9px;
	margin-bottom:8px;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}



.title_07 {width:100%;height:150px;}

.title_area_07 {
	width:890px;
	height:100px;
	padding-left:50px;
	padding-top:24px;
	font-size:48px;
	font-weight:bold;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FE5C81;
	margin-top:20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}


.title_area_08 {
	width:890px;
	height:100px;
	padding-left:50px;
	padding-top:24px;
	font-size:48px;
	font-weight:bold;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #6AC1F0;
	margin-top:20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	background-color: #E8F1FD;
}

	
.text { width:100%; height:auto;}

.text_area {
	width:900px;
	height:auto;

	padding-left:40px;
	padding-top:30px;
	font-size:40px;
	padding-right:20px;
	padding-bottom:30px;

	max-height: 100%;
}

.text_area img { float:left;}



.text_area_02 {
	width:890px;
	height:auto;

	padding-left:50px;
	padding-top:10px;
	font-size:30px;
	padding-right:20px;
	padding-bottom:30px;

	max-height: 100%;
}

.text_area_09 {
	width:890px;
	height:auto;
	padding-left:50px;
	padding-top:50px;
	font-size:30px;
	padding-right:20px;
	padding-bottom:30px;
	max-height: 100%;
	border-bottom-width: 7px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}






.text_area_12{ width:890px; height:228px; background-image: url(../img/173.jpg); padding-left:70px; padding-top:40px; font-size:75px; margin-top:30px; color:#785921;}
.text_area_13{ width:570px; height:506px; background-image: url(../img/184.jpg);  font-size:40px; margin-top:30px; padding-left:30px; padding-right:360px;}
.text_area_14{ width:570px; height:506px; background-image:url(../img/185.jpg); font-size:40px; margin-top:30px; padding-left:30px; padding-right:360px;}
.text_area_15{ width:575px; height:506px; background-image:url(../img/175.jpg); font-size:40px; margin-top:30px; padding-left:385px; padding-right:0px;}
.text_area_16{ width:530px; height:506px; background-image:url(../img/177.jpg); font-size:40px; margin-top:30px; padding-left:30px; padding-right:400px;}



.box_l_05 {
	width:935px;
	float:left;
	text-align:left;
	border: 13px solid #f2e1d2;
	margin-bottom:15px;
}

.box_l_05 p {
	font-size:30px;
	line-height:45px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.box_l_06 {
	width:960px;
	float:left;
	text-align:center;

}

.box_l_06 img { margin-bottom:50px;}

.box_l_09 {
	width:960px;
	float:left;
	text-align:center;

}



.box_l_14 {
	width: 940px;
	margin-left: 12px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	background-image: url(../img/landing_09.jpg);
	background-repeat: repeat-y;
}


.box_l_15 {
	width: 940px;
	margin-left: 12px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	background-image: url(../img/landing_30.jpg);
	background-repeat: repeat-y;
}


/* テーブル　*/

.box_table_02 {
	width:940px;
	border:0px;
	text-align:left;
	margin-top:20px;
	margin-left:10px;
	font-size:25px;
	font-weight:bold;
	color:#333;
	line-height:40px;
	margin-bottom:20px;
}




.box_table_08 { width:910px; border:0px; text-align:left; margin-top:20px; margin-left:10px; font-size:30px; color:#666666; line-height:23px; margin-bottom:20px;}



.table_01 { width:100%; border:0px; background-color:#CCCCCC;}





table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
	line-height: 50px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left:10px;
	
	margin-bottom:30px;
	

}
table.type02 th {
	width: 300px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;

	padding-right: 20px;

	padding-left: 20px;
	background-color: #ABABAB;
	color: #FFF;
	font-size: 35px;
	
	display: table-cell;
	vertical-align: middle;
}




table.type02 td {
	width: 555px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:40px;
}






.td_04 { width:14%; text-align:center; padding-left:5px; padding-right:5px; padding-top:12px; padding-bottom:12px; background-color:#FCF1D1;}
.td_05 {
	width:14%;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px;
	padding-bottom:12px;
	background-color:#FE7088;
}
.td_06 {
	background-color:#FFE1EA;
	width:15%;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
}
.td_08 { background-color:#FFFFFF; width:15%; text-align:center;  padding-top:12px; padding-bottom:12px;}


.td_09 {
	background-color:#FFEEF1;
	width:3%;
	text-align:center;
	font-size:30px;
	padding-left:3px; padding-right:3px; padding-top:12px; padding-bottom:12px;
}

.td_10 {
	background-color:#ECFCFF;
	width:3%;
	text-align:center;
	font-size:30px;
	padding-left:3px; padding-right:3px; padding-top:12px; padding-bottom:12px;
}

.td_11 { background-color:#FFFFFF; width:8%; text-align:center;  padding-top:12px; padding-bottom:12px;}

.td_12 { background-color:#FFFFFF; width:15%; text-align:center;  padding-top:12px; padding-bottom:12px; line-height:45px;}

.td_13 { background-color:#FFEEF1; width:15%; text-align:center;  padding-top:12px; padding-bottom:12px; line-height:45px;}



.td_14 {
	background-color:#EBEBEB;
	width:27%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.td_15 { background-color:#FFFFFF; width:73%; text-align:left;  padding-top:20px; padding-bottom:20px; padding-left:20px; padding-right:10px;}
.td_16 { background-color:#FFFFFF; text-align:left;  padding-top:20px; padding-bottom:20px; padding-left:20px; padding-right:10px;}



.td_17 {
	width:40%;
	text-align:left;
	padding-left:30px;
	padding-right:5px;
	padding-top:35px;
	padding-bottom:35px;
	background-color:#FDF5DF;
	font-size:40px;
	
}
.td_18 {
	background-color:#FFFFFF;
	width:60%;
	text-align:left;
	padding-top:35px;
	padding-bottom:35px;
	font-size:35px;
	padding-left:30px;
	font-weight:normal;
	
}

/*かざり枠*/


.box09{
  width: 955px;/*全体の幅*/
  font-size: 30px;/*文字サイズ*/
	background: #646466 url(images/009_1.gif) 0% 0% no-repeat;/*背景色*/
	border-radius:20px;
	

  }
.box09 dt{/*タイトル部分の設定*/
  color: #FFFFFF;/*文字色*/
	background: #646466 url(images/009_2.gif) 100% 0% no-repeat;/*背景色*/
  font-weight: bold;
	text-align: left;
  margin: 20px 0 0 12px;
  padding: 30px 12px 20px 20px;
  	border-radius:20px;
	font-size:40px;
  }
.box09 dd{/*内容部分*/
  margin: 0;
  border: solid 1px #646466;/*枠の色*/
	background: #FFFFFF;
  }
.box09 dd p{
  padding: 1em;/*テキスト部分の余白*/
  margin: 0; 
overflow: hidden;
font-size:40px;
  }
.box09_text {  
    float:right;
  width:570px;
  height:auto;}
 
 .box09 img {
	float:left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.box09 a:link {text-decoration: none; color:#444;}
.box09 a:visited { text-decoration: none; color:#444; }
.box09 a:hover { text-decoration: none; color:#444; }

/*かざり枠 青　黄色*/

.box10{
	width: 955px;/*全体の幅*/
	font-size: 30px;/*背景色*/
	border-radius:20px;
	background-color: #0995FD;
	background-image: url(images/009_1.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
  }
.box10 dt{/*タイトル部分の設定*/
	color: #fff;/*背景色*/
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0 12px;
	padding: 30px 12px 20px 20px;
	border-radius:20px;
	background-color: #0995FD;
	background-image: url(images/009_2.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	font-size:40px;
  }
.box10 dd{/*内容部分*/
	margin: 0;
	border: solid 1px #646466;
	background-color: #FFFEE6;
  }
.box10 dd p{
  padding: 1em;/*テキスト部分の余白*/
  margin: 0; 
overflow: hidden;
font-size:40px;
  }
.box10_text {  
    float:right;
  width:570px;
  height:auto;}
 
 .box10 img {
	float:left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}



.box10 a:link {text-decoration: none; color:#444;}
.box10 a:visited { text-decoration: none; color:#444; }
.box10 a:hover { text-decoration: none; color:#444; }


/*かざり枠 青*/

.box11{
	width: 955px;/*全体の幅*/
	font-size: 30px;/*背景色*/
	border-radius:20px;
	background-color: #0995FD;
	background-image: url(images/009_1.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
  }
.box11 dt{/*タイトル部分の設定*/
	color: #fff;/*背景色*/
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0 12px;
	padding: 30px 12px 20px 20px;
	border-radius:20px;
	background-color: #0995FD;
	background-image: url(images/009_2.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
  }
.box11 dd{/*内容部分*/
	margin: 0;
	border: solid 1px #646466;
	background-color: #ffffff;
  }
.box11 dd p{
  padding: 1em;/*テキスト部分の余白*/
  margin: 0; 
overflow: hidden;
font-size:40px;
  }
.box11_text {  
    float:right;
  width:570px;
  height:auto;}
 
 .box11 img {
	float:left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}



.box11 a:link {text-decoration: none; color:#444;}
.box11 a:visited { text-decoration: none; color:#444; }
.box11 a:hover { text-decoration: none; color:#444; }


/*かざり枠 ピンク*/

.box12{
	width: 955px;/*全体の幅*/
	font-size: 30px;/*背景色*/
	border-radius:20px;
	background-color: #FF778E;
	background-image: url(images/009_1.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
  }
.box12 dt{/*タイトル部分の設定*/
	color: #fff;/*背景色*/
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0 12px;
	padding: 30px 12px 20px 20px;
	border-radius:20px;
	background-color: #FF778E;
	background-image: url(images/009_2.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
  }
.box12 dd{/*内容部分*/
	margin: 0;
	border: solid 1px #646466;
	background-color: #ffffff;
  }
.box12 dd p{
  padding: 1em;/*テキスト部分の余白*/
  margin: 0; 
overflow: hidden;
font-size:40px;
  }
.box12_text {  
    float:right;
  width:570px;
  height:auto;}
 
 .box12 img {
	float:left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}



.box12 a:link {text-decoration: none; color:#444;}
.box12 a:visited { text-decoration: none; color:#444; }
.box12 a:hover { text-decoration: none; color:#444; }


/*かざり枠 白*/

.box13{
	width: 955px;/*全体の幅*/
	font-size: 30px;/*背景色*/
	border-radius:20px;
	background-color: #EBEBEB;
	background-image: url(images/009_1.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border: 1px solid #A8A8AA;
  }
.box13 dt{/*タイトル部分の設定*/
	color: #333333;/*背景色*/
	font-weight: bold;
	text-align: left;
	margin: 5px 0 0 12px;
	padding: 30px 12px 20px 20px;
	border-radius:20px;
	background-color: #EBEBEB;
	background-image: url(images/009_2.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	font-size:40px;

  }
.box13 dd{/*内容部分*/
	margin: 0;
	border: solid 1px #A8A8AA;
	background-color: #ffffff;
  }
.box13 dd p{
	padding: 1em;/*テキスト部分の余白*/
	margin: 0;
	overflow: hidden;
	font-size:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
  }

/*かざり枠 フォーム説明用*/

.box14{
	width: 960px;/*全体の幅*/
	font-size: 30px;/*文字サイズ*/
	border-radius:20px;
	height:auto;
	border: 1px solid #666;
  }


  
.box14 .title {
	width:900px;
	height:80px;
	float:left;
	font-size:40px;
	padding-top:20px;
	background-color:#FE9AB6;
	margin-left:25px;
	border-radius:20px;
	text-align:center;
	margin-top:20px;
}


.box14 p { float:left; text-align:left; margin-left:10px; font-size:40px;}

 
 .box14 img {
	float:left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* 四角バナーCSS ピンク */

.block {
	color: #fff;
	background: #f08080;
	border: 3px dashed rgba(255,255,255,0.8);
	box-shadow: 0 0 0 5px #f08080;
	-moz-box-shadow: 0 0 0 5px #f08080;
	-webkit-box-shadow: 0 0 0 5px #f08080;
	font-size:40px;
	font-weight:bold;
	width:600px;
	height:80px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 170px;
	text-align:center;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.block a:link {text-decoration: none; color:#fff;}
.block a:visited { text-decoration: none; color:#fff; }
.block a:hover { text-decoration: none; color:#fff; }


/* 四角バナーCSS ピンク予約フォーム内 */

.block_form {
	color: #fff;
	background: #f08080;
	border: 3px dashed rgba(255,255,255,0.8);
	box-shadow: 0 0 0 5px #f08080;
	-moz-box-shadow: 0 0 0 5px #f08080;
	-webkit-box-shadow: 0 0 0 5px #f08080;
	font-size:40px;
	font-weight:bold;
	width:600px;
	height:80px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 100px;
	text-align:center;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.block_form a:link {text-decoration: none; color:#fff;}
.block_form a:visited { text-decoration: none; color:#fff; }
.block_form a:hover { text-decoration: none; color:#fff; }


/* 四角バナーCSS 青 */

.block_blu {
	color: #fff;
	background:#59BDF2;

	border: 3px dashed rgba(255,255,255,0.8);
	box-shadow: 0 0 0 5px #59BDF2;
	-moz-box-shadow: 0 0 0 5px #59BDF2;
	-webkit-box-shadow: 0 0 0 5px #59BDF2;
	font-size:40px;
	font-weight:bold;
	width:600px;
	height:80px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 170px;
	text-align:center;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.block_blu a:link {text-decoration: none; color:#fff;}
.block_blu a:visited { text-decoration: none; color:#fff; }
.block_blu a:hover { text-decoration: none; color:#fff; }


/* 四角バナーCSS 青　height auto */

.block_blu_auto {
	color: #fff;
	background:#59BDF2;

	border: 3px dashed rgba(255,255,255,0.8);
	box-shadow: 0 0 0 5px #59BDF2;
	-moz-box-shadow: 0 0 0 5px #59BDF2;
	-webkit-box-shadow: 0 0 0 5px #59BDF2;
	font-size:40px;
	font-weight:bold;
	width:600px;
	height:auto;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 170px;
	text-align:center;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 20px;
}

.block_blu_auto a:link {text-decoration: none; color:#fff;}
.block_blu_auto a:visited { text-decoration: none; color:#fff; }
.block_blu_auto a:hover { text-decoration: none; color:#fff; }



/* 四角バナーCSS エメラルド */

.block_eme {
	color: #fff;
	background:#8cddcf;

	border: 3px dashed rgba(255,255,255,0.8);
	box-shadow: 0 0 0 5px #8cddcf;
	-moz-box-shadow: 0 0 0 5px #8cddcf;
	-webkit-box-shadow: 0 0 0 5px #8cddcf;
	font-size:40px;
	font-weight:bold;
	width:600px;
	height:80px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 170px;
	text-align:center;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.block_eme a:link {text-decoration: none; color:#fff;}
.block_eme a:visited { text-decoration: none; color:#fff; }
.block_eme a:hover { text-decoration: none; color:#fff; }

/* 四角バナーCSS ベージュ */

.block_bei {
	color: #fff;
	border: 3px dashed rgba(255,255,255,0.8);
	box-shadow: 0 0 0 5px #dfb86b;
	-moz-box-shadow: 0 0 0 5px #dfb86b;
	-webkit-box-shadow: 0 0 0 5px #dfb86b;
	font-size:40px;
	font-weight:bold;
	width:600px;
	height:80px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 170px;
	text-align:center;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #dfb86b;
}

.block_bei a:link {text-decoration: none; color:#fff;}
.block_bei a:visited { text-decoration: none; color:#fff; }
.block_bei a:hover { text-decoration: none; color:#fff; }


/* ページ */

.box_table_06{
	width:900px;
	height:70px;
	text-align:left;
	margin-top:40px;
	margin-left:25px;
	font-size:14px;
	color:#ffffff;
	line-height:23px;
	margin-bottom:20px;
	padding-top:30px;
	

}

.box_table_06 .square {
	font-size:50px;
	margin-right:15px;
	padding:30px;
	border: 1px solid #C2C2C2;
	color:#ffffff;
	margin-top:20px;
	border-radius:20px;

}

.box_table_06 .square a:link {text-decoration: none;color:#666666; background-color:#FFF;}
.box_table_06 .square a:visited { text-decoration: none;color:#666666; background-color:#FFF; }
.box_table_06 .square a:hover { text-decoration: none;color:#666666; background-color:#FFF; }



/* ページトップ */
.totop {width:100%; height:180px;}

.totop_area {width:560px;

	padding-left:400px; padding-top:50px; padding-bottom:20px;border-bottom:solid; border-bottom-color: #DDC8AA; border-bottom-width: 2px;}
	
	
/*　フッター　*/
.footer { width:100%; height:auto; margin-bottom:30px;}

.footer_area {
	text-align:center;
	width:960px;
	height:auto;
	padding-top:100px;
	font-size:30px;

	line-height: 70px;
max-height: 100%;


}

.footer_area a:link {color: #2E88D1;}
.footer_area a:visited { color: #2E88D1; }
.footer_area a:hover { color: #2E88D1; }

.footer_area_02 { font-size:17px;text-align:center; max-height: 100%;}



/*　フッターメニュー　*/
.menu { width:100%; height:220px; }

.menu_area { width:960px; font-size:30px;}

.menu_area ul.menu_li {
margin: 0;
padding: 0;
list-style-type: none;
position: fixed; bottom: 0;
}

.menu_area ul.menu_li li {
	float: left;
	width: 188px;
	height:120px;
	text-align: center;
	padding-top: 22px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height:40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	font-weight: bold;
	
	background-image: -moz-linear-gradient(top, #f15660, #f15660);
background-image: -ms-linear-gradient(top, #f15660, #f15660);
background-image: -o-linear-gradient(top, #f15660, #f15660);
background-image: -webkit-linear-gradient(top, #f15660, #f15660);
background-image: linear-gradient(top, #f15660, #f15660);



}



.menu_area a:link {color: #ffffff; text-decoration: none; }
.menu_area a:visited { color: #ffffff; text-decoration: none;}
.menu_area a:hover { color: #ffffff; text-decoration: none;}



/*　フッターメニュー ４つver　*/
.menu_02 { width:100%; height:220px; }

.menu_area_02 { width:960px; font-size:30px;}

.menu_area_02 ul.menu_li_02 {
margin: 0;
padding: 0;
list-style-type: none;
position: fixed; bottom: 0;
}

.menu_area_02 ul.menu_li_02 li {
	float: left;
	width: 316px;
	height:230px;
	text-align: center;

	line-height:40px;

	font-weight: bold;
	





	
	



}

.menu_area_02 ul.menu_li_02 li#m01 {
	width: 316px;
	height: 230px;	/*背景画像に合わせたサイズ指定*/
	background-image: url(../img/menu_01.png);	/*背景画像*/
	background-repeat: no-repeat;
}

.menu_area_02 ul.menu_li_02 li#m02 {
	width: 316px;
	height: 230px;	/*背景画像に合わせたサイズ指定*/
	background-image: url(../img/menu_02.png);	/*背景画像*/
	background-repeat: no-repeat;
}

.menu_area_02 ul.menu_li_02 li#m03 {
	width: 316px;
	height: 230px;	/*背景画像に合わせたサイズ指定*/
	background-image: url(../img/menu_03.png);	/*背景画像*/
	background-repeat: no-repeat;
}

.menu_area_02 a:link {color: #ffffff; text-decoration: none; }
.menu_area_02 a:visited { color: #ffffff; text-decoration: none;}
.menu_area_02 a:hover { color: #ffffff; text-decoration: none;}




.menu_area_02 ul.menu_li_03 {
margin: 0;
padding: 0;
list-style-type: none;
position: fixed; bottom: 0;
}

.menu_area_02 ul.menu_li_03 li {
	float: left;
	width: 235px;
	height:120px;
	text-align: center;
	padding-top: 22px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height:40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	font-weight: bold;
	
	background-image: -moz-linear-gradient(top, #0d96be, #0d96be);
background-image: -ms-linear-gradient(top, #0d96be, #0d96be);
background-image: -o-linear-gradient(top, #0d96be, #0d96be);
background-image: -webkit-linear-gradient(top, #0d96be, #0d96be);
background-image: linear-gradient(top, #0d96be, #0d96be);



}




/*　パンくず　*/

#pan { width:930px; height:80px; text-align:left; padding-top:20px; padding-left:30px;}

/* --- リストエリア --- */
.breadcrumb { 
margin: 0;
padding: 0;
list-style-type: none;
font-size: 30px;
display: inline;
}

/* --- リスト項目 --- */
.breadcrumb li {
display: inline;
}

/* --- リンク --- */
.breadcrumb li a {
margin-right: 20px; /* リンクエリアの右マージン */
}

.breadcrumb li img { vertical-align:middle;}


.breadcrumb li:after{
content:">";
}

.breadcrumb li:last-child:after{
content:none;
}


/*　料金　*/

.text_03 {
	width:100%;
	height:auto;


}

.text_box_03 {
	border: 30px solid #EEE;
	padding-bottom:40px;
}

.text_area_03 {
	width:830px;
	height:auto;
	text-align:center;
	font-weight:bold;
	padding-left: 30px;


	padding-top:50px;
	font-size:50px;

	padding-bottom:10px;

	max-height: 100%;
		
	
}

.text_area_04 {
	width:780px;
	height:auto;
	text-align:center;
	font-weight:bold;
	color:#DB0000;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:150px;
	padding-bottom:30px;
	padding-left:50px;
	max-height: 100%;

}

.text_area_05 {
	width:830px;
	height:auto;
	text-align:center;
padding-left:50px;
padding-right:20px;


	font-size:30px;

	padding-bottom:10px;

	max-height: 100%;
}

.text_area_06 {
	width:830px;
	height:auto;
	text-align:center;
	font-weight:bold;

	font-family:"Arial Black", Gadget, sans-serif;

padding-left:50px;
padding-right:20px;

	font-size:90px;



	max-height: 100%;
}


.text_area_07 {
	width:900px;
	height:105px;
	text-align:center;
	font-weight:bold;
	background-color:#FBF3E3;
	margin-top:30px;

	font-size:50px;

	max-height: 100%;
	margin-bottom:30px;
	padding-top:35px;
	
}


.text_area_08 {
	width:890px;
	height:auto;
	padding-left:50px;

	padding-top:10px;
	font-size:30px;
	padding-right:20px;
	padding-bottom:30px;

	max-height: 100%;
}


.text_area_10 {
	width:830px;
	height:auto;
	text-align:left;
padding-left:50px;
padding-right:20px;


	font-size:30px;

	padding-bottom:10px;

	max-height: 100%;
}

.text_area_11 {
	width:830px;
	height:auto;
	text-align:left;
	font-weight:bold;

	font-family:"Arial Black", Gadget, sans-serif;

padding-left:50px;
padding-right:20px;

	font-size:90px;



	max-height: 100%;
}


/*--フォーム用--*/



select { height:120px;
font-size:40px;

border:1px solid #BCBCBC;     /* 枠線の装飾 */

  background-color: #fff;   /* 背景色 */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	
-webkit-appearance:none;/*矢印消す*/
    -moz-appearance:none;/*矢印消す*/
    appearance:none;/*矢印消す*/
    text-indent: .01px; /*Firefox用*/
    text-overflow: ""; /*Firefox用*/	
	background: #FFF url(../img/arrow.png) no-repeat right;/*矢印画像*/

	
	
	
	padding: 12px 100px 12px 20px;
	margin-top:30px;

	
	}
	


input.input_01 { height:80px;
font-size:40px;
width:200px;


border:1px solid #BCBCBC;     /* 枠線の装飾 */

  background-color: #fff;   /* 背景色 */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	

	
	
	
	padding: 12px 20px 12px 20px;
	margin-top:30px;

	
	}
	
	
input.input_02 { height:80px;
font-size:40px;
width:250px;


border:1px solid #BCBCBC;     /* 枠線の装飾 */

  background-color: #fff;   /* 背景色 */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
padding: 12px 20px 12px 20px;
	margin-top:30px;

	
	}

input.input_03 { height:80px;
font-size:40px;
width:850px;


border:1px solid #BCBCBC;     /* 枠線の装飾 */

  background-color: #fff;   /* 背景色 */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
padding: 12px 20px 12px 20px;
	margin-top:20px;
	margin-bottom:20px;

	
	}
	
input.input_04 { height:80px;
font-size:40px;
width:600px;


border:1px solid #BCBCBC;     /* 枠線の装飾 */

  background-color: #fff;   /* 背景色 */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
padding: 12px 20px 12px 20px;
	margin-top:20px;
	margin-bottom:20px;

	
	}
	
	
/*--チェックボックス 男性女性--*/


.sample {
    padding: 6px;
	margin-bottom:50px;
	
}
.sample input[type=radio],
.sample input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
	
	
}
.sample input[type=radio] + label,
.sample input[type=checkbox] + label {
    position: relative;
	

     
    display: inline-block;
    margin-right: 0px;
     
    font-size: 40px;
    line-height: 30px;
     
    cursor: pointer;
	
}
 
@media (min-width: 1px) {
    .sample input[type=radio],
    .sample input[type=checkbox] {
        display: none;
        margin: 0;
		
		
    }
    .sample input[type=radio] + label,
    .sample input[type=checkbox] + label {
        padding: 0 0 0 24px;
		margin-left:110px;
		margin-top:20px;
		
		

		
    }
    .sample input[type=radio] + label::before,
    .sample input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: -15px;
        right: 100px;

         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 70px;
        height: 70px;
        margin-top: 0px;
		

         
        background: #FFF;
		
		
    }
    .sample input[type=radio] + label::before {
        border: 10px solid #ccc;
        border-radius: 40px;
		
    }
    .sample input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .sample input[type=radio]:checked + label::after,
    .sample input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 0px;
		right: 115px;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
		width:100px;
    }
    .sample input[type=radio]:checked + label::after {
        
         
        width: 40px;
        height: 40px;
        margin-top: 0px;
         
        background: #E71063;
        border-radius: 30px;
    }
    .sample input[type=checkbox]:checked + label::after {
        left: -50px;
         
        width: 40px;
        height: 40px;
        margin-top: -8px;
         
        border-left: 10px solid #E71063;
        border-bottom: 10px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/*--チェックボックス_02 男性女性--*/


.sample_02 {
    padding: 6px;
	margin-bottom:50px;
	
}
.sample_02 input[type=radio],
.sample_02 input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
	
	
}
.sample_02 input[type=radio] + label,
.sample_02 input[type=checkbox] + label {
    position: relative;
	

     
    display: inline-block;
    margin-right: 10px;
     
    font-size: 40px;
    line-height: 30px;
     
    cursor: pointer;
	
}
 
@media (min-width: 1px) {
    .sample_02 input[type=radio],
    .sample_02 input[type=checkbox] {
        display: none;
        margin: 0;
		
		
    }
    .sample_02 input[type=radio] + label,
    .sample_02 input[type=checkbox] + label {
        padding: 0 0 0 24px;
		margin-left:100px;
		margin-top:20px;
		
		

		
    }
    .sample_02 input[type=radio] + label::before,
    .sample_02 input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: -15px;
        right: 100px;

         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 70px;
        height: 70px;
        margin-top: 0px;
		

         
        background: #FFF;
		
		
    }
    .sample_02 input[type=radio] + label::before {
        border: 10px solid #ccc;
        border-radius: 40px;
		
    }
    .sample_02 input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .sample_02 input[type=radio]:checked + label::after,
    .sample_02 input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 0px;
		right: 115px;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
		width:100px;
    }
    .sample_02 input[type=radio]:checked + label::after {
        
         
        width: 40px;
        height: 40px;
        margin-top: 0px;
         
        background: #E71063;
        border-radius: 30px;
    }
    .sample_02 input[type=checkbox]:checked + label::after {
        left: -50px;
         
        width: 40px;
        height: 40px;
        margin-top: -8px;
         
        border-left: 10px solid #E71063;
        border-bottom: 10px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



/*--チェックボックス _02 どちらでもよい--*/

.check_02 {
    padding: 6px;
	margin-bottom:20px;
	
}
.check_02 input[type=radio],
.check_02 input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
	
	
}
.check_02 input[type=radio] + label,
.check_02 input[type=checkbox] + label {
    position: relative;
	

     
    display: inline-block;
    margin-right: 50px;
     
    font-size: 40px;
    line-height: 30px;
     
    cursor: pointer;
	
}
 
@media (min-width: 1px) {
    .check_02 input[type=radio],
    .check_02 input[type=checkbox] {
        display: none;
        margin: 0;
		
		
    }
    .check_02 input[type=radio] + label,
    .check_02 input[type=checkbox] + label {
        padding: 0 0 0 24px;
		margin-left:100px;
		margin-top:20px;
		
		

		
    }
    .check_02 input[type=radio] + label::before,
    .check_02 input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: -15px;
        right: 300px;

         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 70px;
        height: 70px;
        margin-top: 0px;
		

         
        background: #FFF;
		
		
    }
    .check_02 input[type=radio] + label::before {
        border: 10px solid #ccc;
        border-radius: 40px;
		
    }
    .check_02 input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .check_02 input[type=radio]:checked + label::after,
    .check_02 input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 0px;
		right: 315px;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
		width:100px;
    }
    .check_02 input[type=radio]:checked + label::after {
        
         
        width: 40px;
        height: 40px;
        margin-top: 0px;
         
        background: #E71063;
        border-radius: 30px;
    }
    .check_02 input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
	


/*--画像送信　input file--*/
.uploadButton {
	display:inline-block;
	position:relative;
	overflow:hidden;
	border-radius:3px;
	background:#099;
	color:#fff;
	text-align:center;
	line-height:30px;
	width:500px;
	cursor:pointer;
	font-size:45px;
	height:70px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.uploadButton:hover {
    background:#0aa;
}
.uploadButton input[type=file] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;    
    cursor:pointer;
    opacity:0;
}
.uploadValue {
    display:none;
    background:rgba(255,255,255,0.2);
    border-radius:3px;
    padding:3px;
    color:#ffffff;
}


	

/*---フォーム　必須--*/

.nece {
	font-size:35px;
	font-weight:bold;
	color:#ffffff;
	background-color:#F44;
	padding:13px 20px 13px 20px;
	border-radius: 10px;
	margin-left:20px;
	position: relative;
	bottom: 5px;

}


/*--フォーム　テキストエリア　無料相談--*/

textarea.textarea_01 {

	width:840px;
height: 7em;
 font-size: 40px;
    line-height: 50px;
	padding:30px;
}



/*--フォーム　ボタン--*/
.form_bt { width:920px; text-align:center; margin-bottom:30px; height:230px; margin-left:35px;}

.form_bt_02 { width:920px; text-align:center; margin-bottom:30px; height:400px; margin-left:35px;}

.reset_btn {

	
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	width: 900px;
	height:150px;
	padding: 10px 0;
	font-size:40px;
	margin-top:20px;
	margin-bottom:20px;
}

.reset_btn_red {

	
	background: -moz-linear-gradient(top,#f66266 0%,#ca282c);
	background: -webkit-gradient(linear, left top, left bottom, from(#f66266), to(#ca282c));
	border: 1px solid #DDD;
	color:#FFF;
	width: 900px;
	height:150px;
	padding: 10px 0;
	font-size:40px;
	margin-top:20px;
	margin-bottom:20px;
}



.file_btn {
	background-color:#CCC;
	border: 1px solid #DDD;
	color:#FFF;
	width: 500px;
	height:70px;
	font-size:40px;
	margin-top:20px;
	margin-bottom:20px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30;
}


/* ------------ input file 複数設置OK ------------ */
.fileUploder{
	position:relative;
	/*↓幅はデザイン依存。場合によっては、指定しなくていい*/
	width:800px;
	/*↓高さ指定しないとIE7で領域がひろがる…？*/
	height:120px;
	/*↓はみ出した分隠す。IE対策*/
	overflow:hidden;
	margin-bottom:60px;
	margin-left:50px;
}
.fileUploder .txt{
	padding:6px 10px;
	width:450px;
	height:90px;
	vertical-align:top;
	border:1px solid #cbcbcb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 2px 2px 2px 0 #eeeeee;
	-moz-box-shadow:inset 2px 2px 2px 0 #eeeeee;
	-webkit-box-shadow:inset 2px 2px 2px 0 #eeeeee;
	font-size:40px;
	color:#333;
}
.fileUploder .btn{
	position:absolute;
	top:0;
	left:500px;
	z-index:1;
	display:block;
	width:300px;
	height:100px;
	text-indent:-99999px;
	overflow:hidden;
	border:none;
	background:url(../img/btn.gif) no-repeat 0 0;
}
.fileUploder .btn:hover{
	background-position:0 100%;
}
.fileUploder .uploader{
	position:absolute;
	top:0;
	/*↓leftからrightに。ボタンが右にあるので、rightにしないとだめ。IE対策。*/
	right:0;
	/*↓念のため*/
	z-index:99;
	width:100%;
	height:100%;
	/*↓ここでフォームアイテムの大きさを調整。IE対策*/
	font-size:315px;
	opacity:0;
	/*↓IE6,7対策*/
	filter:alpha(opacity=0);
	/*↓IE8対策*/
	-ms-filter:"alpha(opacity=0)";
}


/* ------------ decoration ------------ */




/*--回り込み解除--*/
.clear {
clear: left;
}
	


a:hover img.imghover, a:hover img.top_bana, a:hover img.mag_b8, a:hover img.mag_r5 {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.float_left {
	float: left;
}

.float_right {
	float: right;
}

.txt_c { text-align:center;}

.bold {
	font-weight: bold;
}
.mag_b8 {
	margin-bottom: 8px;
}
.txt_red {
	color: #ec181f;
}

.txt_blu {
	color: #26A6DD;
}

.txt_pnk {
	color: #FE8191;
}

.txt_wht {
	color: #FFFFFF;
}

.pink { background-color:#FF626D;}

.mag_r5 {
	margin-right: 5px;
}


.mt_5 { margin-top:5px;}
.mt_11 { margin-top:11px;}
.mt_14 { margin-top:14px;}
.mt_20 { margin-top:20px;}
.mt_30 { margin-top:30px;}
.mt_50 { margin-top:50px;}
.mt_55 { margin-top:55px;}
.mt_100 { margin-top:100px;}
.mb_10 { margin-bottom:10px;}
.mb_30 { margin-bottom:30px;}
.ml_8 { margin-left:8px;}
.ml_17 { margin-left:17px;}
.ml_21 { margin-left:21px;}
.ml_34 { margin-left:34px;}
.ml_49 { margin-left:49px;}
.ml_73 { margin-left:73px;}
.ml_100 { margin-left:100px;}
.ml_120 { margin-left:120px;}
.ml_135 { margin-left:135px;}
.ml_156 { margin-left:156px;}
.ml_183 { margin-left:183px;}
.ml_250 { margin-left:250px;}
.ml_300 { margin-left:300px;}
.ml_415 { margin-left:415px;}
.mr_3 { margin-right:3px;}
.mr_10 { margin-right:10px;}

.h_430 { height:430px;}
.h_450 { height:450px;}
.h_35 { height:35px;}


.font_12 { font-size:12px;}
.font_30 { font-size:30px;}
.font_40 { font-size:40px;}
.font_50 { font-size:50px;}



hr {
   border-width: 3px 0px 0px 0px; /* 太さ */
   border-style: dashed; /* 線種 */
   border-color: #D6B67A; /* 線色 */
   height: 1px; /* 高さ */
   margin:20px;
}