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


body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	color: #333;
	text-align: center;
	background: #edf7e6;
	margin: 0;
	line-height: 1;
	min-width: 900px;
}
#wrapper {
	width: 100%;
	font-size: 180%;
}

/*------------------------------------------------------------
	ヘッダ
------------------------------------------------------------*/
header {
	margin: 0;
	padding: 0;
	background: url(../images/header_bg.jpg) 0 0 repeat-x;
}
header h1 {
	height: 615px;
	margin: 0 auto 30px;
}


/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
h1 {
	margin: 0;
}
h2 {
	margin: 0 0 30px;
	text-align: center;
	background: #f60;
	font-size: 200%;
	color: #fff;
	padding: 30px 0;
}
h2.green {
	background: #4f9c03;
}
h3 {
	clear: both;
	margin: 0 0 20px;
	font-size: 120%;
	color: #F60;
	line-height: 1.4;
}
h3.green {
	color: #4f9c03;
}
.mail h3 {
	font-size: 110%;
	background: #fff2cc url(../images/icon_mail_01.png) 8px 10px no-repeat;
	padding: 18px 15px 13px 60px;
	border-left: 3px solid #F60;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------f2ebe1*/
.bg01 {	background: #fae9e1 url(../images/bg_white_dia.png) 0 0 repeat; padding: 50px 0 10px;}
.bg02 {	background: #faf2ed; padding: 50px 0 10px;}

.box {
	width: 800px;
	margin: 0 auto 30px;
	padding: 40px 40px 20px;
	text-align: left;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.img02box {
	width: 800px;
	margin: 0 auto 30px;
	padding: 40px 40px 20px;
	text-align: left;
	background: #fff url(../images/img_02.jpg) right top no-repeat;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.img10box {
	width: 800px;
	margin: 0 auto 30px;
	padding: 40px 40px 20px;
	text-align: left;
	background: #fff url(../images/img_10.jpg) right top no-repeat;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.w500 {
	width: 500px;
	float: right;
	font-size: 95%;
}
.w270 {
	width: 270px;
	float: left;
}
.w270 div {
	background: #fff5f0;
	border: 1px solid #ffe6d9;
	padding: 20px 20px 0;
	font-size: 90%;
}

p {
	margin: 0 0 1.5em;
	line-height: 1.8;
}
ul {
	margin: 0 0 40px;
}
li {
	list-style-type: none;
}
.list01 {
}
.list01 li {
	background: url(../images/icon_arw.png) left 3px no-repeat;
	padding: 0 0 5px 30px;
	margin: 0 10px 10px;
	line-height: 1.4;
	color: #000;
}
.list02 {
	margin: 0 auto 40px;
}
.list02 li {
	padding: 20px 0 10px;
	margin: 0 0 20px;
	line-height: 1.4;
}
.list02 h3 {
	color: #F30;
	font-size: 140%;
	margin: 0 0 10px;
}
.list03 {
	margin: 0 auto 60px;
	padding: 0 20px;
	background: #f7f2fa;
}
.list03 li {
	background: url(../images/icon_batsu.png) 0 20px no-repeat;
	padding: 20px 0 10px 35px;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	color: #450070;
}
.listDisc li {
	list-style-type: disc;
	margin: 0 0 0.5em 1.2em;
	line-height: 1.4;
}
.voiceList {
	width: 700px;
	margin: 30px auto 60px;
	text-align: left;
}
.voiceList li {
	background: #fff;
	padding: 25px 35px;
	margin: 0 0 30px;
	line-height: 1.8;
	border: 4px solid #ffc58b ;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}


.hr01 {
	border: none;
	border-top: 1px solid #ccc;
	margin: 40px 0 60px;
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
.form {
	width: 770px;
	margin: 0 auto 30px;
}
form {
	margin: 0 auto 30px;
}
form input[type="text"] {
	font-size: 150%;
	border: 3px solid #ff884c;
	width: 600px;
	padding: 10px 20px;
	margin: 0 auto 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px; 
}
.form ul {
	text-align: left;
	font-size: 80%;
	margin: 0 0 20px;
}
.form li {
	margin: 0 15px 10px;
	line-height: 1.4;
	text-indent: -1em;
}
.iframeBox01 {
	height: 80px;
}
@media screen and (max-device-width: 480px) {
.iframeBox01 {
	height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
}
.iframeBox02 {
	height: 400px;
}
@media screen and (max-device-width: 480px) {
.iframeBox02 {
	height: 1000px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
}

.form iframe {
	width: 100%;
	height: 100%;
	margin: 0;
}


/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/
table {
	border-collapse: collapse;
	width: 644px;
	margin: 0 auto 20px;
	line-height: 1.6;
	text-align: center;
}
.tbl01 {
	margin: 0 auto 30px;
	line-height: 1.4;
	border-top: 1px solid #ccc;
}
.tbl01 th {
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	padding: 10px 20px;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	width: 4em;
}
.tbl01 td {
	border-bottom: 1px solid #ccc;
	padding: 10px 10px;
	vertical-align: middle;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
.footerlist {
	width: 880px;
	margin: 0 auto 20px;
}
.footerlist a {
	color: #666;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #fefefe;
	font-size: 110%;
	color: #666;
	padding: 20px 0;
	margin: 0px;
	line-height: 2;
	text-align: center;
}
#footerInr {
	width: 860px;
	margin: 0 auto;
}
#footer li {
	border-right: 1px solid #999;
	display: inline;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	white-space: nowrap;
}
#footer li.last {
	border: none;
}
#footer a,#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a {
	color: #04c;
	cursor: pointer;
	text-decoration: underline;
}
a:hover { text-decoration: none;}
a.arw {
	background: url(../images/arw_01.png) 0 5px no-repeat;
	padding-left: 15px;
}
/* 画像透過 */
.imgHover:hover{
   opacity:0.8;
   filter: alpha(opacity=80);
   -ms-filter: "alpha( opacity=80 )";
}

/*------------------------------------------------------------
	ページの先頭にもどる
------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 18px;
	right: 18px;
	text-align: center;
	font-size: 80%;
	margin: 0px;
}
@media screen and (max-device-width: 480px) {
#pagetop {
	font-size: 150%;
}
}
#pagetop a {
	color: #fff;
	background: rgba(0,0,0,0.4);
	padding: 2px 10px 2px 7px;
	text-decoration: none;
	border-radius: 14px;
}
#pagetop a:hover {
	background: rgba(0,0,0,0.7);
}



/*------------------------------------------------------------
	右寄せ／左寄せ
------------------------------------------------------------*/
.fR { float: right;} 
.fL { float: left;} 
.imgR { float: right; margin: 0 0 1em 2em;} 
.imgL { float: left; margin: 0 2em 1em 0;} 
.center { text-align:center !important;}
.right { text-align: right !important;}
.left { text-align: left !important;}

/*------------------------------------------------------------
	テキストサイズ・装飾
------------------------------------------------------------*/
.bold { font-weight:bold; }
.normal { font-weight: normal !important;}
.red { color: #D50000; font-weight: bold;}
.blue { color:#004d99; font-weight:bold;}
.orange { color:#ed6300;}
.yellow { color: #fa0;}

.small { font-size: 85%;}
.large { font-size:1.2em;}
.large p { line-height:2 !important;}
.large2 { font-size:1.6em; line-height:1.6;}
.bgYellow { background: #ffff99; font-weight:bold;}
.bgPnk { background: #ffe8f0;}
.border { border-bottom: 2px solid #f24949;}

/*------------------------------------------------------------
	clear
------------------------------------------------------------*/
/*clear*/
.clear {clear:both;}

/* clerfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	font-size: 0;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*------------------------------------------------------------
	margins
------------------------------------------------------------*/
.m0 { margin:0 !important; }
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb100 { margin-bottom:100px !important; }
.ml60 {	margin-left: 60px;}