@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:13px;
	color:#000;
	line-height:150%;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(index/shadow.png);
	background-repeat:repeat-y;
	background-position:center top;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
}

/*--------------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
	max-width:100%;
	min-width:1030px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(index/border_head.png);
	background-repeat:repeat-x;
	background-position:left top;
}

#header{
	width:1030px;
	height:108px;
	position:relative;
	margin:0px auto;
	overflow:hidden;
}

#header h1{
	width:422px;
	height:64px;
	position:absolute;
	overflow:hidden;
	top:21px;
	left:0px;
}

#header h1 a{
	display:block;
	width:100%;
	height:64px;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(index/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#txtsize{
	width:168px;
	height:39px;
	overflow:hidden;
	position:absolute;
	top:39px;
	right:353px;
}

#head_btn{
	position:absolute;
	right:0px;
	top:39px;
	overflow:hidden;
	width:344px;
	height:39px;
}


#head_btn li{
	width:168px;
	float:left;
	overflow:hidden;
	list-style-type:none;
	margin-left:4px;
}

/*--------------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	max-width:100%;
	min-width:1030px;
	margin:0px auto;
	overflow:hidden;
	background-color:#7FCADE;
}

#footer_wrap p{
	display:block;
	width:1030px;
	margin:0px auto;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	line-height:40px;
}
/*--------------------------------------------------------------*/
/*グローバルナビ*/

#gnavi{
	width:1030px;
    height: 60px;
	margin:0px auto;
	overflow:hidden;
    display: -webkit-flex;
	display: flex;
    border-left: 4px solid #B1DFEC;
    border-right: 4px solid #B1DFEC;
    border-bottom: 4px solid #B1DFEC;
    box-sizing: border-box;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    align-items: center;
    display: none;
}

#gnavi li{
    width: calc(100% / 5);
	list-style-type:none;
    text-align: center;
    border-right: 1px solid #DDDDDD;
    align-items: center;
}

#gnavi li:last-child{
    border-right: 0px solid #DDDDDD;
}

#gnavi li a{
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 20px 0;
}

/*--------------------------------------------------------------*/

/*コンテンツ*/

#contents{
	width:1030px;
	margin:16px auto;
	overflow:hidden;
}

/*--------------------------------------------------------------*/
/*左カラム*/

#left_column{
	width:266px;
	float:left;
	overflow:hidden;
    display: none;
}

/*Facebook*/

#fb_lv1{
	width:266px;
	overflow:hidden;
	margin:0px auto 20px auto;
	background-image:url(common/fb_body.png);
	background-repeat:repeat-y;
	background-position:left top;
}

#fb_lv2{
	background-image:url(common/fb_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
}

#fb_lv3{
	background-image:url(common/fb_head.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	padding:41px 0px 20px 0px;
}

/*住所・電話番号*/

#com_address{
	background-color:#EAF6FA;
	overflow:hidden;
	margin:20px auto;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

#com_address dt{
	font-size:14px;
	font-weight:bold;
	color:#7DC9DF;
	padding:1em;
}

#com_address dd{
	padding:0px 1em 1em 1em;
	line-height:125%;
	overflow:hidden;
}

/*--------------------------------------------------------------*/
/*右カラム*/

#right_column{
	width: 100%;
	overflow:hidden;
}

/*見出し*/
#right_column h3{
    width: 100%;
    height: 43px;
    /*
    background-image: url("index/sub_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 43px;
    */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-indent: 20px;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
#right_column h3:after{
    content: '';
    display: block;
    width: 98.5%;
    height: 2px;
    background-color: #81CBDD;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*--------------------------------------------------------------*/
/*ページタイトル*/

#page_title{
	width:1030px;
	height:112px;
	margin:10px auto;
	position:relative;
}

#page_title img{
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
}

/*--------------------------------------------------------------*/
/*パンくず*/

#breadcrumb{
	width:1030px;
	margin:0px auto;
	overflow:hidden;
	font-size:11px;
	position:relative;
	z-index:9999;
}

#breadcrumb a{
	color:#000000;
}

/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/