@charset "UTF-8";
/* clearfix */
.clearfix,
#header,
#main,
#footer {
	*zoom: 1;
}
.clearfix:before,
#header:before,
#main:before,
#footer:before,
.clearfix:after,
#header:after,
#main:after,
#footer:after {
	content: "";
	display: table;
}
.clearfix:after,
#header:after,
#main:after,
#footer:after {
	clear: both;
}

/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
	font-size: 16px;
}

body {
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	line-height: 1.6;
	color: #666;
	font-size: 13px;
	/*background: url(../images/bg.jpg) 0 0 repeat-x;*/
}

a:link,
a:visited,
a:active {
	color: #4389ba;
	text-decoration: none;
}
a:hover {
	color: #8db8d6;
}

.link_shadow a {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	-ms-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	transition: linear 0.2s;
}
.link_shadow a:hover {
	-webkit-box-shadow: 0px 0px 6px rgba(255, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 6px rgba(255, 0, 0, 0.5);
	box-shadow: 0px 0px 6px rgba(255, 0, 0, 0.5);
}

img {
	vertical-align: bottom;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.container,
#main {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
	min-height: 100px;
	/*background: url(../images/bg_header.jpg) center 0 no-repeat;*/
	line-height: 1;
}
#header img {
	vertical-align: top;
}
/*#header div.logo {
	position: absolute;
	left: 30px;
	top: 26px;
	z-index: 1;
}
#header div.tel {
	position: absolute;
	right: 0;
	top: 18px;
	z-index: 1;
}
#header .navi ul {
	position: absolute;
	left: 272px;
	top: 76px;
	z-index: 1;
}*/
#header .navi li {
	float: left;
}
#header .catch {
	clear: both;
	position: relative;
	width: 960px;
	margin: 0 auto;
}
/*#header .catch:after {
	content: url(../images/header_wrap.png);
	position: absolute;
	left: -120px;
	top: -80px;
	z-index: 0;
}
*/
/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
	margin-bottom: 50px;
}
#main #content {
	float: right;
	width: 720px;
	padding-top: 30px;
}
#main #content > .section {
	padding: 50px 20px 0;
}
#main #content > .section h2 {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 14px;
}
#main #content > .section .col1-2 {
	float: left;
	width: 50%;
}
#main #content > .section:first-child {
	padding-top: 0;
}
#main #side {
	float: left;
	width: 220px;
	padding-top: 30px;
}
#main #side .section {
	margin-bottom: 14px;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	padding: 12px 0;
	color: #fff;
	background-color: #919283;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .navi ul {
	text-align: center;
}
#footer .navi ul li {
	display: inline-block;
	* display: inline;
	* zoom: 1;
}
#footer .navi ul li:after {
	content: ' | ';
}
#footer .navi ul li:last-child:after {
	content: '';
}
/*#footer .copyright {
	padding-top: 120px;
	text-align: center;
}
*/
#footer_banner {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 16px 0;
	background-color: rgba(0,0,0,0.5);
}
#footer_banner .inner {
	padding: 16px 0;
	max-width: 900px;
	margin: 0 auto;
}
#footer_banner .close {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
}