@charset "utf-8";
body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 2em;
	font-family: 'メイリオ', Meiryo, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
}
div, p, h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
p {
	line-height: 2em;
	width: auto;
	margin: 1.5em 0 1.5em 0;
}
/*****************************/

.cb {
	clear:both;
	}
	
.jisage {
	margin-left: 1em;
	padding-left: 0em;
	text-indent: -1em;
}

.center {
	text-align:center;
}
.migiyose {
	text-align:right;
}

/* -------- 文字 */

.bold {
	font-weight: bold;
}

.moji_red {
	color : #cc0000;
	font-weight: bold;
}
.moji_red_2 {
	color :#ff4500;
	font-weight: bold;
}
.moji_yellow {
	color : #fdf78d;
	/*	color :#ef8700; */
/*	color : #f8fc8c; */
	font-weight: bold;
}
.moji_midori {
	color : #1fa21f;
	font-weight: bold;
}
.moji_pink {
	color : #f83f72;
}
.moji_kiobi {
	font-weight: bold;
	background-color: #FFFF66;
}
.moji_kiobi_2 {
	font-weight: bold;
	background-color: #fcfb9f;
}
.moji_aoobi {
	font-weight: bold;
	background-color: #D0D7FE;
}
.moji_siro {
	color : #ffffff;
	font-weight: bold;
}
.font_l {
	font-size: 1.2em;
}

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}/* 強調 */


.kyakutyu {
	vertical-align:super; 
	font-size:x-small; 
}/* ※脚注 */

em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}/* 斜体 */

hr {
	border: solid 1px #CCCCCC;
	margin-top: 3em;
	margin-bottom: 3em;
}

/** 長体　**/
.tyoutai_90 {
	transform: scale( 0.9 , 1 );
	display: inline-block;
}
.tyoutai_80 {
	transform: scale( 0.8 , 1 );
	display: inline-block;
}
.tyoutai_70 {
	transform: scale( 0.7 , 1 );
	display: inline-block;
}
.tyoutai_60 {
	transform: scale( 0.6 , 1 );
	display: inline-block;
	transform-origin: left top;
	display: inline-block;
}


/* -------- リンク */


a:link {
	color:#1111cc;
	text-decoration: underline;
}
a:visited {
	color:#3b7fb9;
	text-decoration: underline;
}
a:hover {
	color:#a0a0a0;
	text-decoration: none;
}
a:active {
	color:#a0a0a0;
	text-decoration: none;
}

/* -------- 画像 */

a img {
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover img {
	filter:alpha(opacity=80);
	opacity:0.8;
}



/* ---------------- 基本レイアウト */


#container {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: center;
}

#ue {
	height: 16px;
	width: auto;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0 auto 0 auto;
}
#ue h1 {
	font-size: 10px;
	color: #3cb371;
	padding: 0px;
	line-height: normal;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



#header_ue {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 140px;
}

#header_haikei {
	text-align: center;
	background-image: url(./img/header_haikei.jpg);
	background-position: center;
	width: auto;
	height: 480px;
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#inner {
	text-align: center;
}

.main {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.muryou_haikei {
	background-image: url(./img/muryou_haikei.png);
	background-repeat: repeat;
	text-align: center;
	border-top: solid 1px #ccc;
	padding: 0px;
	margin: 0px;
	border-bottom: #ccc solid 1px;
}
.muryou {
	margin: 0 auto -0em auto;
	width: 1000px;
}
.muryou img {
	vertical-align: text-bottom;
}

.nayami {
	width: 1000px;
	background-color: #3a77a7;
	padding: 0px;
	margin: 2em auto 0 auto;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	border-left: #ccc solid 1px;
}
.nayami_naka {
	background-color: #fff;
	margin: -10px 50px 30px 50px;
	padding: 0;
	border: #ccc solid 1px;
}


.naka1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}



.naka1000 p {
	padding-left: 50px;
	padding-right: 50px;

}

.naka900 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.naka900 p {
	padding-left: 50px;
	padding-right: 50px;

}


.midasi_l {
	border-top-style: 1px solid #CCCCCC;
	border-bottom-style: 1px solid #CCCCCC;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin: 4em 0 0 0;
	background-color: #3cb371;
}
.midasi_l_sita {
	width: 50px;
	margin: -2px auto 0 auto;
}


.midasi_l_naka {
	text-align:center;
	line-height:1.2em;
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
	width: 1000px;
	padding: 0px;
	margin: 0px auto 0 auto;
	line-height: 1.2em;
	text-align: center;
	height: auto;
}

.midasi_m {
	background-color: #FCF7A2;
	text-align: center;
	height: auto;
	font-size: 28px;
	line-height: 1em;
	font-weight: bolder;
	color: #289558;
	display:table;
	width: 960px;
	border-top: 1px solid #3cb371;
	border-bottom: 1px solid #3cb371;
	margin: 2em auto 0 auto;
	padding: 20px 10px 20px 30px;
}

.midasi_s {
	width: 950px;
	background-color: #FCF7A2;
	height: auto;
	font-size: 24px;
	line-height: 1em;
	font-weight: bolder;
	color: #555555;
	display:table;
	margin: 1em 0 0 0;
	padding: 22px 0 20px 50px;
	border-bottom-width: 1px solid #3cb371;
}

.midasi_ss {
	color: #555555;
	border-bottom-width: 3px double #3cb371;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	height: auto;
	text-align: left;
	width: auto;
	margin-bottom: 1em;
	padding: 30px 20px 20px 50px;
}

.midasi_hidarigazo {
	background-color: #FCF7A2;
	height: auto;
	font-size: 24px;
	line-height: 1em;
	font-weight: bolder;
	color: #555555;
	display:table;
	width: 960px;
	margin: 2em auto 0 auto;
	padding: 10px 10px 10px 30px;
	border: #ccc solid 1px;
}

.midasi_hidarigazo img {
	display: inline-block;
	vertical-align: middle;

	*zoom: 1; /* for IE6-7 */
	*display: inline;		padding-right: 20px;
}
.midasi_hidarigazo_bun {
	display: inline-block;
	vertical-align: middle;
	width:870px; /* 幅の指定がない場合、改行が必要な幅を超えるとカラム落ちします。 */



	*zoom: 1; /* for IE6-7 */
	*display: inline;
}



/* 通常のフォントサイズ（16px）のときのリスト*/
.list_a {
	padding: 0;
	margin: 0 0 0 0.5em;
	font-weight: bold;
	background-position: center;
	font-size: 18px;
}
.list_a ul li{
	list-style-type: none;
	background-position:0px 5px; /*リスト画像の位置指定*/
	line-height: 1.6em;

　/*←行間*/
	margin: 0 0 10px 0;
	background-image: url(img/list_a.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
}

/* 通常のフォントサイズ（16px）のときのリスト、細字*/
.list_b {
	padding: 0;
	margin: 0 2em 0 0.5em;
	font-weight: normal;
	background-position: center;
	font-size: 18px;
}
.list_b ul li{
	list-style-type: none;
	background-position:0px 5px; /*リスト画像の位置指定*/
	line-height: 1.6em;

　/*←行間*/
	margin: 0 0 10px 0;
	background-image: url(img/list_a.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
}

/* 表の中のリスト*/
.list_hyo {
	margin: 0 0 0 0;
	font-weight: bold;
	background-position: center;
	font-size: 15px;
	padding: 0;
}
.list_hyo ul li{
	list-style-type: none;
	background-position:0px 5px; /*リスト画像の位置指定*/
	line-height: 1.6em;

　/*←行間*/
	margin: 0 0 10px 0;
	background-image: url(img/list_a.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	margin-left: -40px;
}

.koe_sotowaku {
	width: auto;
	border: 3px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 0 0 30px 50px;
	padding: 0 0 20px 0;
	border-radius:20px;
}

.koe_title {
	background-color: #3cb371;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	height: auto;
	width: auto;
	padding: 0.7em 3em 0.7em 3em;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	/*左上*/
	border-top-left-radius:17px;
	/*右上*/
	border-top-right-radius:17px;
}


.koe_midasi_s {
	margin: 1em 2em 1em 2em;
	padding:6px 1em 3px 1em;
	background-color: #3cb371;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3em;
}

.koe_hidari {
	margin:0 1em 0 0;"
	float: left;
	width:670px;

}

.koe_migi {
	margin:0 1em 0 0;"
	text-align:right;
	float: right;
}


.white_box {
	width: auto;
	padding: 0px 0 20px 0;
	margin: 0 auto 30px auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
/*	box-shadow:0 3px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 3px 1px rgba(0,0,0,0.1); */
}


.white_box_2 {
	width: auto;
	border: 4px double #CCCCCC;
	background-color: #FFFFFF;
	margin: 0 0 30px 50px;
	padding: 0 0 20px 0;
}

.white_box_mini {
	width: auto;
	padding: 0;
	margin: 0 50px 0 50px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}




.hyo_a {
/*	width: auto; */
	border-collapse: separate;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.4em;
}
.hyo_a th{
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #cfeb6e;
	border: 1px solid #ccc;
	padding: 6px 16px 6px 16px;
}
.hyo_a td{
	vertical-align: top;
	padding: 6px 16px 6px 16px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.hyo_a .tblnaka_a{
	background-color: #fcfb9f;
	vertical-align: middle;
	font-weight: normal;

}
.hyo_a .tblnaka_b {
	vertical-align: top;
	font-weight: normal;
}
.hyo_a .tblnaka_c {
	background-color: #FCFDC5;
	vertical-align: top;
	font-weight: normal;
}

.tblnaka_b p {
	padding: 0px;
	margin: 0 0 0 4.5em;
	line-height: 1.4em;
}



.q {
	font-size: 1.8em;
	color: #555555;
	font-weight: bold;
	background-image: url(img/q.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #cccccc;
	background-color: #FCFB9F;
	padding: 0.3em 0.5em 0.3em 4em;
}





#footer {
	text-align: center;
	font-size: 13px;
	height: 70px;
	line-height: 1.4em;
	color: #FFFFFF;
	padding-top: 16px;
	border-top:solid 1px #bbbbbb;
	background-color: #3cb371;
}


#footer a{
	color: #FFFFFF;
	text-decoration: none;
}





#footer a:link {
	color:#f3faaa;
	text-decoration: underline;
}
#footer a:visited {
	color:#cbe7b5;
	text-decoration: underline;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration: none;
}

/* Youtube動画レスポンシブ表示：ここから */
.youtube {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Youtube動画レスポンシブ表示：ここまで */