@charset "utf-8";
/*====================================================================================

■01.RESET HTML

■02.CLEAR FLOAT

■03.MARGIN DEFAULT

■04.LAYOUT

■05.USE MEDIA

■06.OTHER

■07.PAGE UP

■08.HEADER

■09.GOLABLE NAVIGATION

■10.FOOTER

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

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

■01.RESET HTML

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

ul, li {
	list-style: none;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.ov_hover:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
body {
	font-size: 14px;
	font-family: "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
	color: #333;
	word-break: break-word;
	background: #fff;
}
/*====================================================================================

■02.CLEAR FLOAT

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

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}
.text_red {
	color: #C00;
}
/*====================================================================================

■03.MARGIN DEFAULT

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

/*--------------------------------------------------

	margin

-------------------------------------------------- */

.m00 { margin: 0px !important; }
.m05 { margin: 5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
.m35 { margin: 35px !important; }
.m40 { margin: 40px !important; }
.m45 { margin: 45px !important; }
.mt00 { margin-top: 0px !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt33 { margin-top: 33px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt60 { margin-top: 60px !important; }
.mt55 { margin-top: 55px !important; }
.mt50 { margin-top: 50px !important; }
.mr00 { margin-right: 0px !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mb00 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important;}
.mb55 { margin-bottom: 55px !important; }
.mb100 { margin-bottom: 100px !important;}
.ml00 { margin-left: 0px !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
/*

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

■04.LAYOUT

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

.grid-container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
/*====================================================================================

■05.USE MEDIA

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

.pull_left { float: left !important; }
.pull_right { float: right !important; }
.media, .media-body {
	overflow: hidden;
}
.media > .pull_left {
	margin-right: 20px;
}
.media > .pull_right {
	margin-left: 20px;
}
.media-text:after {
	clear: both;
	display: block;
	content: "";
	height: 0px;
	visibility: hidden;
}
.pic_l {
	float: left;
	margin: 5px 20px 5px 0;
}
.pic_r {
	float: right;
	margin: 5px 0 5px 10px;
}
.document p {
	margin-bottom: 10px;
}
/*====================================================================================

■06.OTHER

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

.text_normal { font-weight: normal !important; }
.text_bold { font-weight: bold !important; }
.text_left { text-align: left !important; }
.text_right { text-align: right !important; }
.text_center { text-align: center !important; }
/*====================================================================================

■07.PAGE UP

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

.block-bnr {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #eee;
}
.block-bnr .list-item {
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}
.block-bnr .list-item li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #c9c9c9;
}
.block-bnr .list-item li a {
	display: block;
}
/*====================================================================================

■08.HEADER

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

.header {
	/*background: url(../common_img/bg-1.jpg) no-repeat top center;*/
	padding-top: 30px;
}
.header .inner {
	padding-top: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.header .logo {
	position: absolute;
	left: 0;
	bottom: 0;
}
.header .navbar {
	float: right;
}
.header .navbar .menu-nav {
	height: 71px;
	font-size: 0;
	/*width: 528px;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.header .navbar .menu-nav >  li {
	vertical-align: middle;/* margin-left: 2px; */
	font-size: 12px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	position: relative;
}
.header .navbar .menu-nav > li:after {
	content: url(../common_img/dot.png);
	display: block;
	width: 5px;
	height: 5px;
}
.header .navbar .menu-nav > li.contact-h:after {
	content: '';
	display: none;
}
.header .navbar .menu-nav > li > a {
	margin-right: 10px;
	margin-left: 10px;
}

/* submenu */
.submenu {
	display: none;
	z-index: 99999999;
	position: absolute;
	top: 100%;
	left: 0px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.22);
}
.submenu > li {
	border-top: 1px solid #ccc;
}
.submenu > li:first-child {
	border-top: none;
}
.submenu > li a {
	text-decoration: none;
	padding: 15px;
	display: block;
	background: #fff;
	white-space: nowrap;
}
.submenu > li a:hover { background: #daba8a; }

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

■09.GOLABLE NAVIGATION

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

/* #gnav */



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



■10.FOOTER

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

.footer {
	background-color: #6e574f;
	padding-top: 37px;
}
.footer .fnavbar .menu-nav {
	text-align: center;
}
.footer .fnavbar .menu-nav li {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #c5a59b;
	padding-left: 9px;
	padding-right: 6px;
}
.footer .fnavbar .menu-nav li:first-child {
	border-left: 0;
}
.footer .fnavbar .menu-nav li a {
	color: #c5a59b;
	line-height: 17px;
	display: block;
	text-decoration: none;
}
.footer .fnavbar .menu-nav li a:hover {
	text-decoration: underline;
}
.footer .info {
	color: #c3a170;
	font-size: 12px;
	text-align: center;
	margin-top: 35px;
}
.footer .info .logo {
	margin-bottom: 10px;
}
.footer .coppy-right {
	font-size: 12px;
	color: #91746a;
	border-top: 1px solid #644e46;
	padding: 8px 0;
	margin-top: 40px;
}



/*==========================================*/
.foot_fb {
    margin: 20px 345px 0 345px;
}