@charset "UTF-8";

html , body , div , span , applet , object , iframe , 
h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , 
a , abbr , acronym , address , big , cite , code , 
del , dfn , em , img , ins , kbd , q , s , samp , 
small , strike , strong , sub , sup , tt , var , 
b , u , i , center , 
dl , dt , dd , ol , ul , li , 
fieldset , form , label , legend , 
table , caption , tbody , tfoot , thead , tr , th , td , 
article , aside , canvas , details , embed , 
figure , figcaption , footer , header , hgroup,  
menu , nav , output , ruby , section , sum mary , 
time , mark , audio , video {
	margin: 0;
	padding: 0;
	border: 0;
	/*color: #333333;*/
	font-family: 'Kanit', sans-serif;
	font-size: 14px;
	line-height: 24px;
	vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article , aside , details, figcaption , figure , 
footer , header , hgroup , menu , nav , section {
	display: block;
}

ol , ul { list-style: none; }

blockquote , q { quotes: none; }

blockquote:before , blockquote:after, 
q:before , q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr th{
	width: 150px;
	padding: 13px 0 13px 20px;
	vertical-align: middle;
	text-align: left;
	background: #f0f0f0;
	border-bottom: 2px solid #fff;
	font-size: 13px;
	font-weight: bold;
}
table tr:last-child th{ border-bottom: 2px solid #f0f0f0; }
table tr td{
	padding: 13px 20px 13px 20px;
	vertical-align: middle;
	border: 2px solid #f0f0f0;
	font-size: 13px;
}

img { vertical-align: bottom; }

a {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
} 
a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*==================================================================
	reset
===================================================================*/
.clear:before , 
.clear:after {
    content: "";
    display: table;
}
.clear:after {clear: both;}
 
/* For IE 6/7 (trigger hasLayout) */
.clear { zoom: 1; }
.clear{ clear: both; }

/*==================================================================
	common
===================================================================*/
.inner{
	width: 1000px;
	margin: 0 auto;
}
.text{
	line-height: 1.9rem;
	font-size: 15px;
}
/* section */
section{ padding: 60px 0; }
/* title */
.title_wrap {
	text-align: center;
	margin-bottom: 40px;
}
.title_wrap p {
	position: relative;
	display: inline-block;
	padding-bottom: 26px;
	font-size: 26px;
	font-weight: bold;
	font-family: 'M+ Type-1 (general-j) Regular';
}
.title_wrap p::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 4px solid #294d9d;
	border-radius:100px;
	width : -webkit-50px ;
	width : 50px ;
	margin: 0 auto;
}
/* title2*/
.title2{
	margin-bottom: 14px;
	font-size: 24px;
	font-weight: normal;
	color: #294d9d;
	font-family: 'M+ Type-1 (general-j) Medium';
}
/* title_area */
#title_area{
	/*background: url(../imgs/title_bg.jpg) repeat-y top center;*/
	background-size: 100%;
	height: 200px;
        background: #009bda;
}
#title_area #breadcrumb{
	padding: 8px 0;
	/*background: url(../imgs/breadcrumb_bg.png)repeat top left;*/
}
#title_area #breadcrumb ol li{
	display: inline-block;
	color: #fff;
	font-size: 13px;
}
#title_area #breadcrumb ol li span{
	color: #afc2ed;
	padding: 0 1rem 0 0.5rem;
	vertical-align: middle;
	font-size: 13px;
}
#title_area #breadcrumb ol li a{
	color: #afc2ed;
	font-size: 13px;
}
#title_area .title{
	padding-top: 46px;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.0;
	color: #fff;
	letter-spacing: 0.2rem;
	font-family: 'M+ Type-1 (general-j) Regular';
}
#title_area .title span{
	color: #b2d8f1;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.2rem;
	font-family: 'M+ P Type-1 (basic latin) Regular';
}


/*==================================================================
	header
===================================================================*/
header{ padding: 20px 0; }
header h1{
	float: left;
}
header a{
	float: right;
}
header #nav{ float: right; }
header #nav li{
	display: inline-block;
	padding: 18px 0 0 40px;
}
header #nav li:last-child a{
	background: #294d9d;
	padding: 10px 38px ;
	border-radius: 100px;        /* CSS3草案 */  
	-webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 100px;   /* Firefox用 */ 
	color: #fff;
}
header #nav li a{
	font-size: 17px;
	font-weight: normal;
}

/*==================================================================
	footer
===================================================================*/
/* page_top */
#page-top {
	width: 50px;
	margin: -50px 0 0 auto;
    position: relative;
    top: -20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 50px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}

/* fnav_business */
#fnav_business{
	padding: 40px 0;
	background: #294d9d;
}
#fnav_business ul{ font-size: 0; }
#fnav_business ul li{
	margin-right: 12px;
	display: inline-block;
	font-size:12px;
}
#fnav_business ul li:last-child{ margin-right: 0; }

/* footer */
footer{
	 background: #eeeeee;
}
footer .inner{ padding: 32px 0 ; }
footer #address{ float: left; }
footer #address p{
	font-size: 13px;
	line-height: 1.7;
}
footer #address .name{
	font-size: 17px;
	font-weight: bold;
}
footer #fnav{
	float: right;
}
footer #fnav ul li{
	display: inline-block;
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
}
footer #copyright{
	background: #333333;
	padding: 10px 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

/*==================================================================
	header追加
===================================================================*/
#nav {
    position: relative;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
/* 下矢印 */
/*.init-bottom:after {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 50px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/* floatクリア */
#nav:before,
#nav:after {
    content: " ";
    display: table;
}

#nav:after {
    clear: both;
}

#nav {
    *zoom: 1;
}

#nav > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 200% !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding-bottom: 10px;
}
li.menu__single ul.menu__second-level{
	background: #294d9d;
	color: #fff;
}
li.menu__single ul.menu__second-level li a{
	color: #fff;
}
header #nav li.menu__single ul.menu__second-level li:last-child a{
	background: none;
	padding: 0;
}
li.menu__single ul.menu__second-level li a:before{
	content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 15px 0 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
