@charset "utf-8";

@font-face {
	font-family: 'HanSerif';
	src: url('../fonts/SourceHanSerifJP-Bold.woff') format('woff'),
			 url('../fonts/SourceHanSerifJP-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'HanSerif';
	src: url('../fonts/SourceHanSerifJP-Light.woff') format('woff'),
			 url('../fonts/SourceHanSerifJP-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}


/*//////////////////////////////////////////////////////////

	Application all
	Flame layout
	Decoration

//////////////////////////////////////////////////////////*/

/*=========================================================

	Application all

==========================================================*/

html,body{
	height: 100%;
	margin:0;
	padding:0;
}
html{-webkit-text-size-adjust: 100%;}

body{
	text-align: center;
	font-family: 'HanSerif';
	line-height: 1.3;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	width: 100%;
	background: #fff;
}

a{
	transition: all .3s;
	text-decoration: underline;
	color: #555;
}
a:hover{
	text-decoration: none;
}

img{
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
	border: 0;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.3;
	font-weight: 700;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

table,th,td{
	text-align: left;
	vertical-align: top;
	font-weight: 300;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 0;
}
th{
	font-weight: 700;
}

form,p,dl,dd,figure{
	padding: 0;
	margin: 0;
}

ul,ol{
	list-style-position: outside;
	padding: 0;
	margin: 0 0 0 25px;
}

input,select,textarea{
	font-family: 'HanSerif';
	font-size: 16px;
	font-weight: 300;
}
input,button{line-height: 1;}

hr{
	clear: both;
	color: #fff;
	height: 1px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transeparent;
}

strong,b{
	font-weight: 700;
}

address,em{
	font-style: normal;
}

::before{
	text-align: middle;
	margin-right: 5px;
}
::after{
	text-align: middle;
	margin-left: 5px;
}

::selection {
	color:#fff;
	background: #111;
}
::-moz-selection {
	color:#fff;
	background: #111;
}



/*=========================================================

	Flame layout

==========================================================*/
#layout{
	width:100%;
}

#container{
	position:relative;
	text-align:left;
	width:840px;
	margin: 0 auto;
}

#main{

}

#side{
}

#footer{
	clear:both;
	text-align:center;
	width:100%;
	padding: 30px 0;
}



/*=========================================================

	Decoration

==========================================================*/

/*	header
***********************************************************/

h1{

	padding: 30px 0;

}
/*
ul#navi{
	position:absolute;
	top:30px;
	right:0;
}
ul#navi li{
	display:inline-block;
	font-size:90%;
	margin-left: 15px;
}*/

ul#navigation{
	list-style:none;
	/*width:840px;*/
	height:40px;
	padding:10px 0;

}
ul#navigation li{
	display:inline-block;
	text-align:center;

}
ul#navigation > li:not(:last-child) > a{
	border-right:0.5px solid #ccc;

}
ul#navigation li:last-child{border: 0;}

ul#navigation li a{
	text-decoration:none;
	line-height: 40px;
	color:#068488;
	padding: 0;
}

ul#navigation li a:hover{
	color:#324b4c;
	background:
}

ul#navigation li ul li a{
	padding: 0 10px;
}


/*  ドロップダウン  */
.dropmenu{
	*zoom: 1;
	list-style-type: none;
	margin: 5px auto 30px;
	padding: 0;
}
.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
.dropmenu:after{
	clear: both;
}
.dropmenu li{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dropmenu > li:nth-of-type(1){width: 16%;}
.dropmenu > li:nth-of-type(2){width: 22%;}
.dropmenu > li:nth-of-type(3){width: 16%;}
.dropmenu > li:nth-of-type(4){width: 24%;}
.dropmenu > li:nth-of-type(5){width: 22%;}

.dropmenu li a{
	display: block;
	margin: 0;
	/*padding: 15px 0 11px;*/
	line-height: 1;
	text-decoration: none;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li{
	width:100%;
}
.dropmenu li ul li a{
	padding: 13px 15px;
	text-align: left;
	font-size:93%;
}
.dropmenu li:nth-of-type(3) ul {width: 200%;}
.dropmenu li a:hover{
	background:rgba(250,250,250,0.9);
}
.dropmenu li ul{
	opacity: 0;
	top: 50%;
	visibility: hidden;
	transition: .5s;
}
.dropmenu li:hover ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
	background:rgba(250,250,250,0.9);
}


/*	contents
***********************************************************/
h2.title{
	font-weight: normal;
	font-size: 200%;
	color: #3C4A84;
	margin-bottom: 20px;
	position:relative;
	overflow: hidden;
	padding-bottom:5px;

}
h2.title:before,
h2.title:after{
	content: "";
	position: absolute;
	bottom: 0;
}
h2.title:before{
	border-top: 2px solid #947c3f;
	width: 100%;
}
h2.title:after{
	border-top: 2px solid #D8D8D8;
	width: 100%;
}



.section{
	margin-top:70px;
	clear:both;
	overflow:hidden;
}
h2 + .section{margin-top:25px;}

.section .section{
	margin-top:25px;
}
.section h3{
	font-size: 120%;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
	color: #fff;
	margin-bottom: 10px;
	padding:10px;
	background: #555;
}


h4{
	margin-bottom: 5px;
}



/*	footer
***********************************************************/


