@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
	font-family: 'Alte';
	src: url("../font/Alte-Haas-Grotesk-Bold.eot") format("oldIE"), url("../font/Alte-Haas-Grotesk-Bold.woff") format("woff"), url("../font/Alte-Haas-Grotesk-Bold.ttf") format("truetype");
}
body {
	/*padding-top: 20px;*/
	height: 100vh;
	font-size: 13px;
	/* min-width: 960px; */
	font-family: "Alte", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
}
.inner {
	/* width: 1200px; */
	margin: 0 auto;
}
/*a{-webkit-tap-highlight-color: #cccccc;}*/
a:link,a:visited {color: #333;}
a:hover,a:active {color: #333;}
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: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,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*/

/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
header#global_header {
	width: 100%;
	min-width: 100%;
	height: auto;
	/*background:url(../images/common/) repeat center top #ccc;*/
}
#siteID{
}
#hed_info{
	text-align: left;
	margin-bottom: 30px;
}
.tel{
	/*float: left;*/
	/* text-align: left;
	margin-right: 40px;
	font-size: 15px; */
}
.cont_txt{

}
.tel_txt{
	font-size: 20px;
	font-weight: bold;
}
.cont{
	float: left;
	font-size: 20px;
	padding: 10px 0 0 0;
}
.cont i{
	padding-right:10px; 
}
.cont a{
	text-decoration: none;
	padding: 10px;
	border: 1px solid;
}
.cont a:hover{
	border: 1px solid;
}

/*================== mainArea =================*/
#main_wrap{
    /* position: absolute;
    bottom: 45%;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
    display: block; */
	/* padding: 10%; */
	height: 80vh;
    flex-direction: column;
    align-items: flex;
    align-items: center;
    display: flex;
    justify-content: center;
}

#main_wrap h1{
	text-align: center;
	color: #333;
	font-size: 2em;
}
#main_wrap h1 span{
	display: block;
	font-size: 25px;
}
/*================== nav_global =================*/
#nav_sp {display: none !important;}
#nav_global {
	/* width: 1200px; */
	max-width: 1200px;
	width: 95%;
	margin: 20px auto 70px auto;
}
#nav_global ul  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}	

#nav_global ul li {
	flex-grow: 1;
}
#nav_global ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 21px;
	/* line-height: normal; */
	padding: 0 5px;
}
#nav_global ul li a img {
vertical-align: middle;
}
@media screen and (max-width: 1200px){
	#nav_global ul li a{
		font-size: 18px;
	}
}
@media screen and (max-width: 1000px){
	#nav_global ul li a{
		font-size: 15px;
	}
}

#nav_global ul li a:hover{
	opacity: 0.6;
}
#nav_global ul li:nth-of-type(1){
	padding-left: 0;
}
#nav_global ul .nav_shop{
	/* position: relative;
	padding-right: 25px; */
}
#nav_global ul .nav_shop a i {
	font-weight: 100;
}
/* #nav_global ul .nav_shop a:after{
	position: absolute;
	content:'';
	background: url(../images/common/icon_1.png);
	background-size: contain;
	width: 25px;
	height: 20px;
	top: 7px;
	margin: auto;
	right: 5px;
} */
.mean-container .mean-nav ul li a{
	font-size: 13px;
}
/*================== meanmenu =================*/
.mean-container .mean-bar {
	background: #000 !important;
	position: fixed !important;
}
.mean-container .mean-nav {
	/*background: #0073ac !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 {
	
}
.home_footer {
	/* width: 100%;
	min-width: 100% !important;
	height: auto;
	position: absolute;
	bottom: 0;
	font-size: 1px; */
}
#copy a{
	text-decoration: none;
	font-size: 12px;
}

/*================== nav_footer =================*/
#nav_footer {
	margin: 20px 0;
}
#nav_footer li {
	color: blue;
	display: inline-block;
	font-size: 12px;
}
#nav_footer li a {
	color: blue;
	padding: 0 5px;
	text-decoration: none;
}
#nav_footer li a:hover {
	text-decoration: underline;
	color: red;
}



/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap {
	width: 100%;
	min-width: 100% !important;
}
#contents {}
#main {}
#main #col_main {}
#main #col_side1 {}
#side {}
#side #col_side2 {}

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

.subTitle h3 {
	font-size: 20px;
}
/*------------------
news01
------------------------*/
.back_btn a{
	color: #fff;
	background: #000;
	display: inline-block;
	text-decoration: none;
	padding: 2px 38px;
	font-size: 15px;
}
.back_btn a:hover {
	opacity: 0.7;
}
.bdrB p{
	border-bottom: 1px solid #b7b7b7;
	padding: 10px 0px;
}
.companyTb td {
	padding: 7px 10px !Important;
}

@media screen and (max-width: 768px){
	#contents_wrap {
		padding: 10px;
	}
	footer#global_footer {
		position: static;
	}
}
/* PC END ################################################################### */
@media screen and (min-width: 469px) and (max-width: 768px){
/* tablet size ############################################################## */
body {min-width: 100%;font-size: 16px;}
/* タブレット時に1カラムにする場合 */
/*#main,#main #col_main,#main #col_side1,#side,#side #col_side2 {
	float: none;
	width: 100%;
}*/
.inner {
	width: 100%;
	margin: 0 auto;
}
.mean-container .mean-nav ul li:nth-of-type(8){
	display: none;
}
.mean-container .mean-nav ul li:nth-of-type(9){
	display: none;
}


/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
header#global_header {
	width: 100%;
	min-width: 100% !important;
	padding-top: 48px;
}

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

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



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

/*================== nav_footer =================*/



/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap {
	width: 100%;
	min-width: 100% !important;
}
#contents {font-size:14px;}
#main {}
#main #col_main {padding-bottom: 20px;}
#main #col_side1 {padding-bottom: 20px;}
#side {}
#side #col_side2 {padding-bottom: 20px;}


/* tablet END ############################################################### */
}
@media only screen and (max-width: 468px){
/* smartphone size ########################################################## */
body {min-width: 100%;font-size: 14px;}
.inner {
	width: 100%;
	margin: 0 auto;
}
.tbl_scroll table {width: auto !important;}
.tbl_block td {
	width: 100% !important;
	margin-top: -1px;
}
.mean-container .mean-nav ul li:nth-of-type(8){
	display: none;
}
.mean-container .mean-nav ul li:nth-of-type(9){
	display: none;
}
.spCenter {
	text-align: center !Important;
}
.tbPd0 td {
	padding: 5px !Important;
}


/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
header#global_header {
	width: 100%;
	min-width: 100% !important;
	padding-top: 48px;
}

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

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



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

/*================== nav_footer =================*/



/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap {
	width: 100%;
	min-width: 100% !important;
}
#contents {}
#main {}
#main #col_main {padding-bottom: 20px;}
#main #col_side1 {padding-bottom: 20px;}
#side {}
#side #col_side2 {padding-bottom: 20px;}

.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 ########################################################### */
}



/* ================================================================= 
 *
 * Layout : shop
 *
 * ================================================================= */
 #dvf_list .standard th {
	width: 16%;
	font-size: 13px;
 }
#dvf_list .standard td {
	width: auto;
	text-align: center !important;
	font-size: 13px;
	padding: 0 5px !important;
}
 .wishlist form ul li.btn_cart {
	width: auto;
	float: right;
}
.wishlist form ul li.btn_contact a {
	background: url(../images/common/ico_mail_w.png) no-repeat 35px 50%; /*メールアイコン黒の場合はico_mail_b*/
	background: url(../images/common/ico_mail_w_s.png) no-repeat 35px 50% \9; /**/
	/*color: #fff;*/
	/*background-color: #84c002;*/
}
.wishlist form ul li.btn_cart a {
	width: auto !important;
	background: url(../images/common/ico_cart_w.png) no-repeat 15px 50% #000; /*カートアイコン黒の場合はico_cart_b*/
	background: url(../images/common/ico_cart_w_s.png) no-repeat 15px 50% \9;
	background-size: 30px auto;
	padding: 10px 15px 10px 60px;
	text-align: center;
	color: #fff;
}
.item_title {margin-top: 20px;}
.item_info {}
.wishlist {}



/* ================================================================= 
 *
 * 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 #333;color: #333;padding-left:8px;font-size: 15px;letter-spacing: 0.1em;font-weight: normal;}
.policy p{margin: 10px 0 25px;}

/*================== お問い合わせフォーム サイズ変更 =================*/
.contactForm td{font-size: 11px;}

/*================== 開閉パネル =================*/
div.category{cursor:pointer;}

/*================== 新着情報 =================*/
.news{
	width: 670px;
	height: 155px;
	padding: 10px;
	background: #EEE;
}
.scroll{
	width: 670px;
	height: 155px;
	text-align: left;
	overflow-y: scroll;
	overflow-x: hidden;
}
.news_txt{
	color: #333;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 469px) and (max-width: 768px){

}
@media only screen and (max-width: 468px){

/*================== 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;
}


