@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
body {
	min-width: 100%;
	overflow-x: hidden;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #000;
}
.inner {
	max-width: 960px;
	margin: 0 auto;
}
a:link,a:visited {color: #000;}
a:hover,a:active {/*color: #ff0000;*/opacity:0.8;}
a {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
b {font-weight: bold;}
span {font-weight: inherit;}
pre {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin:0;
	padding:0;
	white-space: pre-line;
}
img {height: auto !important;}
table {table-layout: fixed !important;}
table td {padding: 0 !important;}
table td img {max-width: 100% !important;height: auto !important;}
form table td {padding: 10px !important;}
.ml1 {margin-bottom: 10px;}
.imgR {margin-left: 30px !important;} /*画像テキストの幅変更　default 10px*/
.imgL {margin-right: 30px !important;} /*画像テキストの幅変更　default 10px*/
/*.h2wrap h2:empty{display: none;}*/
/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
header#global_header {
	width: 100%;
	min-width: 100%;
	height: auto;
}
.h1_100per{
	background-color: #660e14;
}
h1{
	max-width: 960px;
	text-align: left;
	color: #fff;
	line-height: 30px;
	margin: 0 auto 25px auto;
}
header .fltL{
	width: 42.5%;
}
header .fltR{
	width: 50%;
}
#hed_info{
	text-align: left;
	margin-bottom: 25px;
}
.tel{
	width: 55%;
	float: left;
	text-align: center;
	margin-right: 15px;
}
.cont{
	width: 40%;
	float: left;
}

/*================== mainArea =================*/
#mainArea{
	width: 100%;
}
#mainArea > img{
	width: 100%;
}
/*================== nav_global =================*/
#nav_sp {display: none !important;}
.bg_gray{
	background-color: #eee;
	height: 60px;
}
#nav_global {
	max-width: 960px;
	margin: 0 auto;
	background-color: #eee;
}
#nav_global ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#nav_global ul li {
	float: left;
	height: 15px;
	border-left: 1px solid #919191;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-top: 21px;
}
#nav_global ul li:last-of-type{
	border-right: 1px solid #919191;
}
#nav_global ul li a{
	height: 60px;
	line-height: 60px;
	display: block;
	background: #eee;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	margin-top: -21px;
}

/*================== meanmenu =================*/
.mean-container .mean-bar {
	background: #3f0005 !important;
	position: fixed !important;
}
.mean-container .mean-nav {
	background: #660e14 !important;
}
.mean-container .mean-nav ul li a {
	border-top: 1px solid #fff !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	/*background-color: #e9832f !important;*/
}



/* ================================================================= 
 *
 * Layout : Footer
 *
 * ================================================================= */
footer#global_footer {
	width: 100%;
	min-width: 100% !important;
	margin-top: 70px;
}
#footer{
	height: 75px;
}
#copy{
	color: #000;
	background-color: #fff;
	height: 52px;
	line-height: 52px;
}
#copy a{
	text-decoration: none;
}
#copy a:hover{
	color: #00f;
	opacity: 1;
}

/*================== nav_footer =================*/
#nav_footer ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#nav_footer li {
	height: 20px;
	display: inline-block;
	font-size: 13px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	border-right: 1px solid #fff;
	margin-top: 26px;
}
#nav_footer ul li:last-of-type{
	border-right: 0;
}
#nav_footer li a {
	height: 70px;
	line-height: 70px;
	display: block;
	color: #fff;
	text-decoration: none;
	margin-top: -25px;
}


/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap,
#contents,
#main,
#main #col_main{
	width: 100%;
	max-width: 960px !important;
	margin: 0 auto;
}
#contents_wrap {
    min-width: 100% !important;
    margin-top: 70px !important;
}


/*================== topic_path =================*/
.topic_path li {display: inline;}
.topic_path li a {
	text-decoration: none;
	color: #333;
}
.topic_path li a:after {
	content: " > ";
}


/* PC END ################################################################### */
@media screen and (min-width: 469px) and (max-width: 768px){
/* tablet size ############################################################## */
body {min-width: 100%;}
/* タブレット時に1カラムにする場合 */
/*#main,#main #col_main,#main #col_side1,#side,#side #col_side2 {
	float: none;
	width: 100%;
}*/
.inner {
	width: 100%;
	margin: 0 auto;
}


/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
header#global_header {
	width: 100%;
	min-width: 100% !important;
	padding-top: 48px;
}
.h1_100per,
#header > .inner{
	padding: 0 10px;
}
.bg_gray{
	height: 0;
}
.tel{
	width: 53%;
}

/*================== mainArea =================*/

/*================== nav_global =================*/
#nav_global {display: none !important;}



/* ================================================================= 
 *
 * Layout : Footer
 *
 * ================================================================= */
footer#global_footer {
	width: 100%;
	min-width: 100% !important;
	height: auto;
}
#footer{
	height: auto;
}

/*================== nav_footer =================*/
#nav_footer ul {
	flex-wrap: wrap;
	padding: 10px 50px;
}
#nav_footer li {
	height: auto;
}
#nav_footer li a {
	height: auto;
	line-height: normal;
	border-right: 1px solid #fff;
}
#nav_footer li:nth-of-type(11) a{
	border-right: 0;
}


/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap {
	width: 100%;
	min-width: 100% !important;
}
#contents {font-size:14px;}
#main #col_main {padding: 0 10px;}


/* tablet END ############################################################### */
}
@media only screen and (max-width: 468px){
/* smartphone size ########################################################## */
body {min-width: 100%;}
.inner {
	width: 100%;
	margin: 0 auto;
}
.tbl_scroll table {width: auto !important;}
.tbl_block td {
	width: 100% !important;
	margin-top: -1px;
}


/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
header#global_header {
	width: 100%;
	min-width: 100% !important;
	padding-top: 48px;
}
#header{
	margin-bottom: 5px;
}
.h1_100per,
#header > .inner{
	padding: 0 10px;
}
header .fltL,
header .fltR{
	float: none;
}
header .fltL,
header .fltR,
header .tel,
header .cont{
	width: 100%;
	text-align: center;
}
header img{
	margin-bottom: 25px;
}
#hed_info{
	margin-bottom: 0;
}
.bg_gray{
	height: 0;
}

/*================== mainArea =================*/
#mainArea > img{
	margin-bottom: 0;
}
/*================== nav_global =================*/
#nav_global {display: none !important;}



/* ================================================================= 
 *
 * Layout : Footer
 *
 * ================================================================= */
footer#global_footer {
	width: 100%;
	min-width: 100% !important;
}
#footer{
	height: 1px;
}

/*================== nav_footer =================*/
#footer{
	height: auto;
}
#nav_footer ul {
	flex-wrap: wrap;
	padding: 10px;
}
#nav_footer li {
	height: auto;
}
#nav_footer li a {
	height: auto;
	line-height: normal;
	border-right: 1px solid #fff;
}
#nav_footer li:nth-of-type(11) a{
	border-right: 0;
}


/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap {
	width: 100%;
	min-width: 100% !important;
	margin-top: 30px !important;
}
#main #col_main {padding-left: 10px;padding-right: 10px;}
.spImg100per img.imgR,.spImg100per img.imgL {
	max-width: 100% !important;
	float: none;
	margin: 0 0 10px;
}
.spImgNone img.imgR,.spImgNone img.imgL .spBrNone br {display: none;}

/* smartphone END ########################################################### */
}



/* ================================================================= 
 *
 * Style : common
 *
 * ================================================================= */
.mincho {font-family: 'HG明朝E','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;}
.hirakaku {font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;}
.arial {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}
.hiramin {font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;}
.fwN{font-weight:normal !important;}.fwB{font-weight:bold !important;}
.mgAuto{margin:0 auto !important;}
.tdpd05 td{padding:5px !important;}.tdpd10 td{padding:10px !important;}
.tdpd15 td{padding:15px !important;}.tdpd20 td{padding:20px !important;}
.tdpd25 td{padding:25px !important;}.tdpd30 td{padding:30px !important;}
.tdpd35 td{padding:35px !important;}.tdpd40 td{padding:40px !important;}
.tdpd45 td{padding:45px !important;}.tdpd50 td{padding:50px !important;}

/*================== ぱんくず =================*/
.pankuzu{font-size: 11px;background: no-repeat;line-height: 30px;}

/*================== プライバシーポリシー =================*/
.policy{text-align: left;}
.policy h3{border-left: 4px solid #660e14;color: #333;padding-left:8px;font-size: 15px;letter-spacing: 0.1em;font-weight: normal;}
.policy p{margin: 10px 0 25px;padding-left: 10px;}

/*================== お問い合わせフォーム サイズ変更 =================*/
.contactForm td{font-size: 11px;}
.style_form th{background-color: #ffe4e6 !important;}
.style_form input{border-radius: 2px;}
.submit_c{
	background: #373e6a;
	color: #fff;
	border: none;
	height: 40px;
	cursor: pointer;
}
.contact_txt a{
	text-decoration: none;
	color: #00f;
}
.contact_txt a:hover{
	text-decoration: underline;
	opacity: 1;
}
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
	.contact_txt{
		text-align: left !important;
	}
}
/*================== 開閉パネル =================*/
div.category{cursor:pointer;}

/*================== 新着情報 =================*/
.news{
	max-height: 317px;
	overflow-y:auto;
}
.newsTitle > span{
	width: 95px;
	height: 27px;
	line-height: 27px;
	display: block;
	background-color: #373e6a;
	color: #fff;
	text-align: center;
}
.newsTitle{
	padding: 30px 0 10px 0 !important;
}
.newsTxt{
	border-bottom: 1px dotted #ccc !important;
	padding-bottom: 10px !important;
}

@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
	.news{
		max-height: 360px;
		overflow-y:auto;
	}

/*================== tabitem =================*/
}
.tabitems {
	padding:10px;
	background: #fff;
	border:1px solid #5c5434;
}
.titcomp {
	font-size: 15px;
	font-weight: bold;
}
.titcomp span {
	font-size: 18px;
	font-weight: bold;
}
.tblauto table {
	table-layout: auto;
}
.clb {
	clear: both;
}