/* --------------------------------------------------------------------
	共通設定
-------------------------------------------------------------------- */
body {
	width: 100%;
	color:#000;
	background:#fff;
	line-height:1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	-webkit-text-size-adjust: 100%;
	min-width: 320px;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #7a7a7a;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.noSP {
	display: none;
}

.areaLink{
	cursor: pointer;
}

.areaLink:hover{
	color: #7a7a7a;
}

.areaLink:hover a{
	color: #7a7a7a;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.areaLink:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

a:hover img.opacity {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* --------------------------------------------------------------------
	ヘッダー
-------------------------------------------------------------------- */

#header{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #d2d2d2;
}

#home #header{
	border-bottom: none;
}

header #logo01{
	width: 62px;
	height: 37px;
	padding: 15px 0 15px 2%;
	text-align: left;
	float: left;
}

header #logo01 img{
	width: 62px;
	height: 37px;
}

header .btn_menu_{
	width: 41px;
	height: 37px;
	padding: 15px 0 15px 10px;
	text-align: right;
	float: right;
}

header .btn_menu_ img{
	width: 41px;
	height: 37px;
	cursor: pointer;
}

header #switch_btn01{
	display: none;
}

header #banStore{
	width: 173px;
	height: 37px;
	margin-top: 15px;
	background: url(../img/ban01.png) center top no-repeat;
	background-size: 173px 37px;
	float: right;
}

header #banStore a{
	width: 173px;
	height: 37px;
	text-indent: -9999px;
	display: block;
}

header #banStore a{
	width: 173px;
	height: 37px;
	text-indent: -9999px;
	display: block;
}

.nav {
	z-index: 50;
}

.nav img{
	width: 53px;
	height: 50px;
}

.fixed {
    position: fixed;
    top: 0;
    right: 0;
    width: 53px;
}

/* --------------------------------------------------------------------
	オーバーレイメニュー
-------------------------------------------------------------------- */

.modal {
	display: none;
	position: absolute;
	padding-bottom: 70px;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
}

.modal nav#global {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.modal nav#global a{
	color: #000;
}


.modal nav#global p.close-button {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	cursor: pointer;
	text-align: right;
}

.modal nav#global p.close-button img{
	width: 27px;
	height: 27px;
}

.modal nav#global h2{
	width: 94%;
	margin: 0;
	padding: 13px 3%;
	background-color: #fff;
	font-size: 13px;
	font-weight: normal;
}

.modal nav#global h2 a{
	background: url(../img/arrow_right01.png) 0 40% no-repeat;
	background-size: 6px 8px;
	padding-left: 15px;
	display: block;
}

.modal nav#global .accordionhead ul{
	overflow: hidden;
}

.modal nav#global .accordionhead ul li{
	background-color: #fff;
}

.modal nav#global .accordionhead ul li.acd {
	width: 100%;
	background-color: #fff;
	text-decoration: none;
	border-top: 1px solid #dcdcdc;
	cursor: pointer;
	margin: 0;
	line-height: 3.0;
	position: relative;
	font-size: 100%;
}

.modal nav#global .accordionhead ul li.onlychild{
	width: 100%;
	background-color: #fff;
	text-decoration: none;
	border-top: 1px solid #dcdcdc;
	cursor: pointer;
	margin: 0;
	line-height: 3.0;
	position: relative;
	background-image: none;
	font-size: 100%;
}

.modal nav#global .accordionhead ul li span.acdtitle{
	padding: 0 0 0 7%;
}

.modal nav#global .accordionhead ul li img.btnover{
	display: none;
	z-index:100;
}

.modal nav#global .accordionhead ul li.active img.btnover{
	width: 90%;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	z-index:100;
}

.modal nav#global .accordionhead ul li.onlychild a{
	display: block;
}

.modal nav#global .accordionhead ul li ul.parent01_ li {
	display: block;
	text-decoration: none;
	border-top: 1px solid #dcdcdc;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 10px 0 10px 10%;
	background: none;
	position: relative;
}

.modal nav#global .accordionhead ul li ul li.child_ {
	background: none;
	padding-left: 15%;
}

.modal nav#global .accordionhead ul li ul {
	margin: 0;
	line-height:1.5;
	display: none;
}
.modal nav#global .accordionhead ul {
	cursor: pointer;
}

.modal nav#global .accordionhead ul li {
	cursor: pointer;
}

.modal nav#global .accordionhead ul li ul li a{
	display: block;
}

.modal nav#global .accordionhead ul li ul li.parent_{
	background: url(../img/arrow_down01.png) 98% 50% no-repeat;
	background-size: 8px 5px;
}

.modal nav#global .accordionhead ul li ul li.parent_.active{
	background: url(../img/arrow_up01.png) 98% 50% no-repeat;
	background-size: 8px 5px;
}

.modal nav#global .accordionhead ul li{
	background: #fff url(../img/arrow_down01.png) 98% 16px no-repeat;
	background-size: 8px 5px;
}
.modal nav#global .accordionhead  ul li.active{
	background: #dcdcdc url(../img/arrow_up01.png) 98% 16px no-repeat;
	background-size: 8px 5px;
	position: relative;
}

.modal nav#global .accordionhead  ul li.active img{
}

.modal nav#global .accordionhead ul li ul li a{
	background: none;
}

.modal nav#global .accordionhead ul li.active ul li a{
	background: none;
}

.modal nav#global .accordionhead ul li.active ul{
	background-color: #fff;
}

/* --------------------------------------------------------------------
	flex-slider
-------------------------------------------------------------------- */

.flex-control-nav {display: none; }


/* --------------------------------------------------------------------
	パンくずリスト
-------------------------------------------------------------------- */
#bread_crumb {
	width: 94%;
	margin: 0 3%;
	padding: 7px 0;
	position: relative;
}

#bread_crumb ul{
	float: right;
	margin-left: auto;
}

#bread_crumb li{
	float: left;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #434343;
}

#bread_crumb li a{
	font-weight: normal;
	text-decoration: underline;
	color: #434343;
}

#bread_crumb li.gt{
	font-weight: normal;
	padding: 0 10px;
}

/* --------------------------------------------------------------------
	コンテンツブロック
-------------------------------------------------------------------- */
#contents_area {
}

/* --------------------------------------------------------------------
	ローカルナビゲーション
-------------------------------------------------------------------- */
#navi_area {
	margin-bottom: 25px;
}

#navi_area h2{
	display: none;
}

#navi_area ul{
	display: none;
}

#navi_area table{
	width: 94%;
	margin: 0 3%;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}

#navi_area table td{
	margin: 0;
	padding: 10px 0;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

#navi_area table td a{
	background: url(../img/arrow_right01.png) 12px 4px no-repeat;
	background-size: 6px 8px;
	padding-left: 24px;
	display: block;
}


/* --------------------------------------------------------------------
	ブランドセレクトボックス
-------------------------------------------------------------------- */
#top_section01 {
	width: 94%;
	margin: 0 3%;
	padding: 0;
	position: relative;
}

#top_section01 form.search_form_ select{
	width: 100%;
	height: 35px;
	margin:0 0 27px 0;
	height: 35px;
	text-indent: 10px;
	border:#dcdcdc 1px solid;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	font-size: 13px;
}
#top_section01 form.search_form_ select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	background: url(../img/arrow_down01.png) 98% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
	background: url(../img/arrow_down01.png) 98% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
	background-size: 8px 5px;

}

/* --------------------------------------------------------------------
	コーポレートニュース・IRニュース・ブランドニュース
-------------------------------------------------------------------- */
#top_section02 {
	width: 100%;
	position: relative;
}

#top_section02 .tab{
	width: 94%;
	margin-bottom: 22px;
	padding: 0 3%;
	border-bottom: 2px solid #434343;
}

#top_section02 .tab li{
	width: 50%;
	height: 35px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	color: #e5e5e5;
	background-color: #b5b5b5;
	cursor: pointer;
	float: left;
}

#top_section02 .content li h2{
	display: none;
}

#top_section02 .tab li.line01{
	width: 50%;
	height: 25px;
	margin: 0;
	padding: 18px 0 8px 0;
	text-align: center;
	color: #e5e5e5;
	background-color: #b5b5b5;
	float: left;
}

#top_section02 .tab li.select{
	color: #fff;
	background-color: #434343;
}

#top_section02 .content li.hide{
	display: none;
}

#top_section02 .content li .newsblock {
	width: 94%;
	margin: 0 3% 12px 3%;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

#top_section02 .content li .newsblock .thumb{
	width: 27%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	float: left;
}

#top_section02 .content li .newsblock .thumb img{
	width: 100%;
	height: auto;
	border: 1px solid #dadada;
}

#top_section02 .content li .newsblock dl{
	width: 68%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	float: right;
}

#top_section02 .content li .newsblock dl dt{
	margin-bottom: 7px;
}

#top_section02 .content li .newsblock dl dd{
	min-height: 22px;
	text-indent: -14px;
	margin-left: 14px;
}

#top_section02 .content li .newsblock dl dd a{
	background: url(../img/arrow_right01.png) 2px 3px no-repeat;
	background-size: 6px 8px;
	padding-left: 14px;
}

#top_section02 .content li .newsblock dl dd.pdf{
	min-height: 22px;
	text-indent: -30px;
	margin-left: 30px;
}

#top_section02 .content li .newsblock dl dd.pdf a {
	background: url(../img/icon_pdf.png) 0 0 no-repeat;
	background-size: 20px 22px;
	padding: 4px 0 4px 30px;
}

#top_section02 .content li .btnblock01{
	width: 94%;
	margin: 0 3% 25px 3%;
}

#top_section02 .content li .btnblock01 .btn01{
	width: 53%;
	float: left;
	border: 1px solid #dcdcdc;
	padding: 10px 0 10px 6.5%;
	background: url(../img/arrow_right01.png) 6% 45% no-repeat;
	background-size: 6px 8px;
}

#top_section02 .content li .btnblock01 .btn02{
	width: 31%;
	float: right;
	border: 1px solid #dcdcdc;
	padding: 10px 0 10px 6.5%;
	background: url(../img/arrow_right01.png) 6% 45% no-repeat;
	background-size: 6px 8px;
}

#top_section02 .content li .btnblock01 .btn03{
	width: 92%;
	text-align: center;
	border: 1px solid #dcdcdc;
	padding: 10px 0 10px 7%;
	background: url(../img/arrow_right01.png) 32% 45% no-repeat;
	background-size: 6px 8px;
	text-indent: 10px;
}

/* --------------------------------------------------------------------
	コックス公式オンラインストアからのお知らせ
-------------------------------------------------------------------- */
#top_section03 {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

#top_section03 h2{
	width: 94%;
	margin: 0 3% 15px 3%;
	padding-bottom: 5px;
	border-bottom: 2px solid #434343;
}

#top_section03 h2 img{
	width: 100%;
	height: auto;
}

#top_section03 ul{
	width: 100%;
	margin: 0;
	padding: 0;
}

#top_section03 ul li{
	width: 44%;
	margin: 0 3%;
	float: left;
	position: relative;
}

#top_section03 ul li .infobanner{
	margin-bottom: 5px;
}

#top_section03 ul li img{
	width: 100%;
	height: auto;
}

#top_section03 ul li dl{
	margin-bottom: 20px;
}

#top_section03 ul li dt{
	font-size: 10px;
	font-weight: bold;
}

#top_section03 ul li dd{
}

/* --------------------------------------------------------------------
	news ニュース一覧
-------------------------------------------------------------------- */
#news_section01 {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

#news_section01 .newsblock {
	width: 94%;
	margin: 0 3% 12px 3%;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

#news_section01 .newsblock .thumb{
	width: 27%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	float: left;
}

#news_section01 .newsblock .thumb img{
	width: 100%;
	height: auto;
	border: 1px solid #dadada;
}

#news_section01 .newsblock dl{
	width: 68%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	float: right;
}

#news_section01 .newsblock dl dt{
	margin-bottom: 7px;
}

#news_section01 .newsblock dl dd{
	min-height: 22px;
	text-indent: -14px;
	margin-left: 14px;
}

#news_section01 .newsblock dl dd a{
	background: url(../img/arrow_right01.png) 2px 3px no-repeat;
	background-size: 6px 8px;
	padding-left: 14px;
}

#news_section01 .newsblock dl dd.pdf{
	min-height: 22px;
	text-indent: -30px;
	margin-left: 30px;
}

#news_section01 .newsblock dl dd.pdf a {
	background: url(../img/icon_pdf.png) 0 0 no-repeat;
	background-size: 20px 22px;
	padding: 4px 0 4px 30px;
}

/* --------------------------------------------------------------------
	news ニュース詳細
-------------------------------------------------------------------- */
#news_section02 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}

#news_section02 dl.icon_date{
	width: 100%;
	margin: 0;
	padding: 0 0 30px 0;
}

#news_section02 dl.icon_date dt{
	width: 70%;
	text-align: left;
	float: left;
}

#news_section02 dl.icon_date dd{
	width: 30%;
	text-align: right;
	float: right;
}

#news_section02 div.txt_area01{
	margin-bottom: 35px;
	line-height: 1.8;
}

#news_section02 div.txt_area01 img{
	width: 80%;
	height: auto;
	margin: 0 10%;
	text-align: center;
}

#news_section02  .btnblock01{
	width: 100%;
	margin: 0 0 40px 0;
}

#news_section02  .btnblock01 .btn01{
	float: right;
	text-align: center;
	border: 1px solid #dcdcdc;
	padding: 10px 20px 10px 40px;
	background: url(../img/arrow_left01.png) 8% 45% no-repeat;
	background-size: 6px 8px;
}

/* --------------------------------------------------------------------
	brand ブランド紹介
-------------------------------------------------------------------- */

#brand_section01 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}

#brand_section01 div.txt_area01{
	margin-bottom: 20px;
	line-height: 1.8;
}

#brand_section01 ul{
	width: 100%;
	margin: 0;
	position: relative;
}

#brand_section01 ul li div.photo{
	width: 45%;
	float: left;
}

#brand_section01 ul li div.photo img{
	width: 100%;
	height: auto;
}

#brand_section01 ul li div.menu{
	width: 52%;
	float: left;
}

#brand_section01 ul li h3{
	width: 100%;
	text-align: center;
}

#brand_section01 ul li h3 a{
	display: block;
}

#brand_section01 ul li.ikka h3{
	padding: 28px 0;
}

#brand_section01 ul li.lbc h3{
	padding: 23px 0;
}

#brand_section01 ul li.vence h3{
	padding: 22px 0 23px 0;
}

#brand_section01 ul li.current h3{
	padding: 28px 0 76px 0;
}

#brand_section01 ul li.notch h3{
	padding: 26px 0 68px 0;
}

#brand_section01 ul li.tdc h3{
	padding: 28px 0 74px 0;
}

#brand_section01 ul li.marbull h3{
	padding: 22px 0 70px 0;
}


#brand_section01 ul li.noneed h3{
	padding: 21px 0;
}

#brand_section01 ul li.candy h3{
	padding: 21px 0;
}

#brand_section01 ul li ul.btn_area01{
	width: 92%;
	padding: 0 4%;
}

#brand_section01 ul li ul.btn_area01 li{
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
	float: none;
}

#brand_section01 ul li ul.btn_area01 li.link01 a{
	display: block;
	padding: 7px 0 6px 32px;
	background: url(../img/arrow_right01.png) 14px 46% no-repeat;
	background-size: 6px 8px;
}

#brand_section01 ul li ul.btn_area01 li.link02 a{
	display: block;
	padding: 7px 0 6px 32px;
	background: url(../img/icon_search02.png) 10px 45% no-repeat;
	background-size: 14px auto;
}

#brand_section01 ul li ul.btn_area01 li.link03 a{
	display: block;
	padding: 7px 0 6px 32px;
	background: url(../img/icon_curt02.png) 10px 45% no-repeat;
	background-size: 14px auto;
}

#brand_section01 ul li ul.btn_area01 li.link04{
	display: block;
	padding: 7px 0 6px 32px;
	border: none;
}

#brand_section01 ul li.ikka{
	width: 100%;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 0;
	background: #fff url(/brand/img/img01.jpg) left top no-repeat;
	background-size: auto 100%;
}

#brand_section01 ul li.lbc{
	width: 100%;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 0;
	background: #fff url(/brand/img/img02.jpg) left top no-repeat;
	background-size: auto 100%;
}

#brand_section01 ul li.vence{
	width: 100%;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 0;
	background: #fff url(/brand/img/img03.jpg) left top no-repeat;
	background-size: auto 100%;
}

#brand_section01 ul li.current{
	width: 100%;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 0;
	background: #fff url(/brand/img/img04.jpg) left top no-repeat;
	background-size: auto 100%;
}

#brand_section01 ul li.notch{
	width: 100%;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 0;
	background: #fff url(/brand/img/img05.jpg) left top no-repeat;
	background-size: auto 100%;
}

#brand_section01 ul li.tdc{
	width: 100%;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 0;
	background: #fff url(/brand/img/img06.jpg) left top no-repeat;
	background-size: auto 100%;
}

#brand_section01 ul li.marbull{
	width: 100%;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 0;
	background: #fff url(/brand/img/img07.jpg) left top no-repeat;
	background-size: auto 100%;
}

#brand_section01 ul li.noneed{
	width: 100%;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 0;
	background: #fff url(/brand/img/img08.jpg) left top no-repeat;
	background-size: auto 100%;
}

#brand_section01 ul li.candy{
	width: 100%;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 0;
	background: #fff url(/brand/img/img09.jpg) left top no-repeat;
	background-size: auto 100%;
}

/* --------------------------------------------------------------------
	brand ブランド個別
-------------------------------------------------------------------- */

#brand_section02 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}

#brand_section02 div.img_area01{
	width: 100%;
	margin-bottom: 35px;
}

#brand_section02 div.img_area01 img{
	width: 100%;
	height: auto;
}

#brand_section02 div.txt_area02{
	margin-bottom: 20px;
	line-height: 1.8;
}

#brand_section02 ul.btn_area02{
	width: 100%;
	margin-bottom: 40px;
	border-top: 1px solid #dcdcdc;
}

#brand_section02 ul.btn_area02 li{
	width: 100%;
	border: 1px solid #dcdcdc;
	border-top: none;
	text-align:center;
}

#brand_section02 ul.btn_area02 li.link01 a{
	display: block;
	padding: 10px 0 9px 0;
	background: url(../img/arrow_right01.png) 19px 46% no-repeat;
	background-size: 6px 8px;
}

#brand_section02 ul.btn_area02 li.link02 a{
	display: block;
	padding: 10px 0 9px 0;
	background: url(../img/icon_search02.png) 15px 48% no-repeat;
	background-size: 14px auto;
}

#brand_section02 ul.btn_area02 li.link03 a{
	display: block;
	padding: 10px 0 9px 0;
	background: url(../img/icon_curt02.png) 15px 48% no-repeat;
	background-size: 14px auto;
}

#brand_section02 ul.btn_area02 li.link04 a{
	display: block;
	padding: 10px 0 9px 0;
	background: url(/common/img/icon_newwindow01.png) 16px 48% no-repeat;
	background-size: 12px auto;
}

#brand_section02 ul.btn_area02 li.link05 a{
	display: block;
	padding: 10px 0 9px 0;
	background: url(../img/icon_facebook02.png) 13px 48% no-repeat;
	background-size: 14px auto;
}

#brand_section02 ul.btn_area02 li.link06 a{
	display: block;
	padding: 10px 0 9px 0;
	background: url(../img/icon_twitter02.png) 15px 48% no-repeat;
	background-size: 14px auto;
}


/* --------------------------------------------------------------------
	shop ショップリスト
-------------------------------------------------------------------- */
#shop_section01 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}

#shop_section01 div.txt_area01{
	margin-bottom: 30px;
	line-height: 1.8;
	font-weight: bold;
}

#shop_section01 div.txt_area02{
	font-size: 9px;
	line-height: 1.8;
	margin-bottom: 30px;
	text-align: left;
	font-weight: bold;
}

#shop_section01 h2{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}

#shop_section01 ul.areablock01{
	margin-bottom: 5px;
}

#shop_section01 ul.areablock01 li{
	float: left;
}

#shop_section01 ul.areablock01 li a{
	background: #fff url(../img/arrow_down01.png) 0 6px no-repeat;
	background-size: 8px auto;
	padding: 0 18px 5px 15px;
	display: block;
}

#shop_section01 ul.areablock01 li:last-child a{
	padding-right: 0px;
}

#shop_section01 .shoplist01{
	margin-bottom: 30px;
	border-top: 2px solid #d2d2d2;
}

#shop_section01 .shoplist01 p{
	padding-top: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

#shop_section01 .shoplist01 dl.listblock01{
	border-bottom: 1px solid #d2d2d2;
	padding-top: 15px;
}

#shop_section01 .shoplist01 dl.listblock01 dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 13px;
}

#shop_section01 .shoplist01 dl.listblock01 dt strong{
	color: #a40000;
	font-weight: bold;
	display: block;
}

#shop_section01 .shoplist01 dl.listblock01 dd{
}

#shop_section01 .shoplist01 dl.listblock01 dd li dt{
	padding: 0;
	font-weight: normal;
}

#shop_section01 .shoplist01 dl.listblock01 dd li dd{
	padding: 0;
}

#shop_section01 .shoplist01 dl.listblock01 dd li dd a{
	text-decoration: underline;
}

#shop_section01 .shoplist01 dl.listblock01 dd li dd a:hover{
	text-decoration: none;
}

#shop_section01 .shoplist01 ul li{
	margin-left:20px;
	margin-bottom: 13px;
}

#shop_section01 .shoplist01 ul li.add{
	background: url(../img/icon_place01.png) 0 1px no-repeat;
	background-size: 14px auto;
	margin-left: 0;
	padding-left: 20px;
}

#shop_section01 .shoplist01 ul li.tel{
	background: url(../img/icon_tel01.png) 0 1px no-repeat;
	background-size: 14px auto;
	margin-left: 0;
	padding-left: 20px;
}

#shop_section01 .shoplist01 ul li.tel a{
	text-decoration: underline;
}

#shop_section01 .shoplist01 ul li ul.iconlist01{
	margin-left:-3px;
}

#shop_section01 .shoplist01 ul li ul.iconlist01 li{
	display: inline-block;
	margin-left:2px;
	margin-right:0;
	margin-bottom:4px;
	padding: 4px 5px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background-color: #434343;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#shop_section02 {
	width: 94%;
	margin: 0 3% 15px 3%;
	position: relative;
}

#shop_section02 div.txt_area01{
	margin-bottom: 20px;
	line-height: 1.8;
	font-weight: bold;
}

#shop_section02 div.txt_area02{
	margin-bottom: 20px;
	line-height: 1.8;
	font-weight: bold;
}

#shop_section02 li{
	width:48%;
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

#shop_section02 li.ikka,
#shop_section02 li.vence{
	float: left;
}

#shop_section02 li.lbc,
#shop_section02 li.current{
	float: right;
}

#shop_section02 li a{
	display: block;
	text-align: center;
}

#shop_section02 li.ikka a{
	padding: 28px 0;
}

#shop_section02 li.lbc a{
	padding: 23px 0;
}

#shop_section02 li.vence a{
	padding: 22px 0;
}

#shop_section02 li.current a{
	padding: 28px 0;
}

/* --------------------------------------------------------------------
	about 企業情報
-------------------------------------------------------------------- */
#about_section01 {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

#about_section01 h2{
	width: 94%;
	font-size: 15px;
	font-weight: bold;
	margin: 0 3% 12px 3%;
	padding-bottom: 12px;
	border-bottom: 2px solid #d2d2d2;
}

#about_section01 .newsblock {
	width: 94%;
	margin: 0 3% 12px 3%;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

#about_section01 .newsblock dl{
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#about_section01 .newsblock dl dt{
	margin-bottom: 7px;
}

#about_section01 .newsblock dl dd{
	min-height: 22px;
	text-indent: -14px;
	margin-left: 14px;
}

#about_section01 .newsblock dl dd a{
	background: url(../img/arrow_right01.png) 2px 3px no-repeat;
	background-size: 6px 8px;
	padding-left: 14px;
}

#about_section01 .newsblock dl dd.pdf{
	min-height: 22px;
	text-indent: -30px;
	margin-left: 30px;
}

#about_section01 .newsblock dl dd.pdf a {
	background: url(../img/icon_pdf.png) 0 0 no-repeat;
	background-size: 20px 22px;
	padding: 4px 0 4px 30px;
}

#about_section02 {
	width: 94%;
	margin: 0 3% 20px 3%;
	position: relative;
}

#about_section02 dl{
	width: 47%;
	border: 1px solid #dcdcdc;
	margin: 0 0 20px 0;
}

#about_section02 dl:nth-child(odd){
	float: left;
}
#about_section02 dl:nth-child(even){
	float: right;
}

#about_section02 dt{
	width: 100%;
}

#about_section02 dt img{
	width: 100%;
	height: auto;
}

#about_section02 dd{
	font-size: 16px;
	padding: 10px 8px;
	font-weight: bold;
}

#about_section02 dd	a{
	background: url(../img/arrow_right01.png) 2px 5px no-repeat;
	background-size: 8px 12px;
	padding-left: 18px;
}

.about_section03 {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.about_section03 h2{
	width: 94%;
	font-size: 15px;
	font-weight: bold;
	margin: 0 3% 12px 3%;
	padding-bottom: 12px;
	border-bottom: 2px solid #d2d2d2;
}

.about_section03 .newsblock {
	width: 94%;
	margin: 0 3% 12px 3%;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

.about_section03 .newsblock dl{
	width: 100%;
	margin: 0;
	padding: 0;
}

.about_section03 .newsblock dl dt{
	margin-bottom: 7px;
	font-weight: bold;
}

.about_section03 .newsblock dl dd{
}

.about_section03 table{
	width: 94%;
	margin: 0 3% 20px 3%;
}

.about_section03 table th{
	width: 27%;
	vertical-align: top;
	padding: 12px 0;
	border-top: 1px solid #888989;
	font-weight: bold;
}

.about_section03 table td{
	vertical-align: top;
	padding: 12px 0 12px 12px;
	border-top: 1px solid #dcdcdc;
}

.about_section03 table tr:last-child th {
  border-bottom: 1px solid #888989;
}

.about_section03 table tr:last-child td {
  border-bottom: 1px solid #dcdcdc;
}

.about_section03 .caution{
	width: 94%;
	margin: 0 3%;
}


/* --------------------------------------------------------------------
	csr
-------------------------------------------------------------------- */
#csr_section01 {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

#csr_section01 h2{
	width: 94%;
	font-size: 15px;
	font-weight: bold;
	margin: 0 3% 12px 3%;
	padding-bottom: 12px;
	border-bottom: 2px solid #d2d2d2;
}

#csr_section01 .newsblock {
	width: 94%;
	margin: 0 3% 12px 3%;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

#csr_section01 .newsblock dl{
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#csr_section01 .newsblock dl dt{
	margin-bottom: 7px;
}

#csr_section01 .newsblock dl dd{
	min-height: 22px;
	text-indent: -14px;
	margin-left: 14px;
}

#csr_section01 .newsblock dl dd a{
	background: url(../img/arrow_right01.png) 2px 3px no-repeat;
	background-size: 6px 8px;
	padding-left: 14px;
}

#csr_section01 .newsblock dl dd.pdf{
	min-height: 22px;
	text-indent: -30px;
	margin-left: 30px;
}

#csr_section01 .newsblock dl dd.pdf a {
	background: url(../img/icon_pdf.png) 0 0 no-repeat;
	background-size: 20px 22px;
	padding: 4px 0 4px 30px;
}

#csr_section01 div.txt_area01{
	width: 94%;
	margin: 0 3% 30px 3%;
	padding-top: 20px;
	line-height: 1.8;
}

#csr_section02 {
	width: 94%;
	margin: 0 3% 30px 3%;
	position: relative;
}

#csr_section02 li{
	width: 100%;
	border: 1px solid #dcdcdc;
	margin: 0 0 10px 0;
	text-align: center;
	position: relative;
	background: #fff url(../img/arrow_down01.png) 10px 45% no-repeat;
	background-size: 8px auto;
}
#csr_section02 li a{
	padding: 8px 0;
	display: block;
}

/* --------------------------------------------------------------------
	ir IR情報
-------------------------------------------------------------------- */
#ir_section01 {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

#ir_section01 h2{
	width: 94%;
	font-size: 15px;
	font-weight: bold;
	margin: 0 3% 12px 3%;
	padding-bottom: 12px;
	border-bottom: 2px solid #d2d2d2;
}

#ir_section01 .newsblock {
	width: 94%;
	margin: 0 3% 12px 3%;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

#ir_section01 .newsblock dl{
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#ir_section01 .newsblock dl dt{
	margin-bottom: 7px;
}

#ir_section01 .newsblock dl dd{
	min-height: 22px;
	text-indent: -14px;
	margin-left: 14px;
}

#ir_section01 .newsblock dl dd a{
	background: url(../img/arrow_right01.png) 2px 3px no-repeat;
	background-size: 6px 8px;
	padding-left: 14px;
}

#ir_section01 .newsblock dl dd.pdf{
	min-height: 22px;
	text-indent: -30px;
	margin-left: 30px;
}

#ir_section01 .newsblock dl dd.pdf a {
	background: url(../img/icon_pdf.png) 0 0 no-repeat;
	background-size: 20px 22px;
	padding: 4px 0 4px 30px;
}

.ir_section01 {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.ir_section01 h2{
	width: 94%;
	font-size: 15px;
	font-weight: bold;
	margin: 0 3% 12px 3%;
	padding-bottom: 12px;
	border-bottom: 2px solid #d2d2d2;
}

.ir_section01 .newsblock {
	width: 94%;
	margin: 0 3% 12px 3%;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

.ir_section01 .newsblock dl{
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.ir_section01 .newsblock dl dt{
	margin-bottom: 7px;
}

.ir_section01 .newsblock dl dd{
	min-height: 22px;
	text-indent: -14px;
	margin-left: 14px;
}

.ir_section01 .newsblock dl dd a{
	background: url(../img/arrow_right01.png) 2px 3px no-repeat;
	background-size: 6px 8px;
	padding-left: 14px;
}

.ir_section01 .newsblock dl dd.pdf{
	min-height: 22px;
	text-indent: -30px;
	margin-left: 30px;
}

.ir_section01 .newsblock dl dd.pdf a {
	background: url(../img/icon_pdf.png) 0 0 no-repeat;
	background-size: 20px 22px;
	padding: 4px 0 4px 30px;
}

#ir_section02 {
	width: 94%;
	margin: 0 3% 20px 3%;
	position: relative;
}

#ir_section02 table{
	width: 100%;
	margin: 0;
}

#ir_section02 th{
	width: 49.5%;
	font-size: 16px;
	padding: 10px 0;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	background-color: #f4f5f5;
	text-align: center;
}

#ir_section02 th.thumb01{
	width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 3.5% 0;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	background: url(../../ir/img/thumb01_sp.jpg) center top no-repeat;
	background-size: 100% auto;
}

#ir_section02 th.thumb01 img{
	width: 100%;
	height: 0;
}

#ir_section02 td{
	width: 47.5%;
	font-size: 16px;
	padding: 10px 1%;
	font-weight: bold;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

#ir_section02 td.r01{
	width: 47.5%;
	font-size: 16px;
	padding: 10px 1%;
	font-weight: bold;
	border-top: none;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

#ir_section02 td.r02{
	width: 47.5%;
	font-size: 16px;
	padding: 10px 1%;
	font-weight: bold;
	border-top: none;
	border-left:none;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

#ir_section02 td.r03{
	width: 47.5%;
	font-size: 16px;
	padding: 10px 1%;
	font-weight: bold;
	border-top: none;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

#ir_section02 td.r04{
	width: 47.5%;
	font-size: 16px;
	padding: 10px 1%;
	font-weight: bold;
	border-top: none;
	border-left:none;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

#ir_section02 td a{
	background: url(../img/arrow_right01.png) 2px 5px no-repeat;
	background-size: 8px 12px;
	padding-left: 18px;
	display: block;
}


#ir_section03 {
	width: 94%;
	margin: 0 3% 20px 3%;
	position: relative;
}

#ir_section03 dl{
	width: 47%;
	border: 1px solid #dcdcdc;
	margin: 0 0 20px 0;
}

#ir_section03 dl:nth-child(odd){
	float: left;
}
#ir_section03 dl:nth-child(even){
	float: right;
}

#ir_section03 dt{
	width: 100%;
}

#ir_section03 dt img{
	width: 100%;
	height: auto;
}

#ir_section03 dd{
	font-size: 16px;
	padding: 10px 8px;
	font-weight: bold;
}

#ir_section03 dd a{
	background: url(../img/arrow_right01.png) 2px 5px no-repeat;
	background-size: 8px 12px;
	padding-left: 18px;
}

#ir_section04 {
	width: 94%;
	margin: 0 3% 20px 3%;
	position: relative;
}

#ir_section04 dl{
	width: 47%;
	border: 1px solid #dcdcdc;
	margin: 0 0 20px 0;
}

#ir_section04 dl:nth-child(odd){
	float: left;
}
#ir_section04 dl:nth-child(even){
	float: right;
}

#ir_section04 dt{
	width: 100%;
}

#ir_section04 dt img{
	width: 100%;
	height: auto;
}

#ir_section04 dd{
	font-size: 16px;
	padding: 10px 8px;
	font-weight: bold;
}

#ir_section04 dd a{
	background: url(/common/img/icon_newwindow01.png) 0 3px no-repeat;
	background-size: 14px auto;
	padding-left: 18px;
}


/* --------------------------------------------------------------------
	recrut 募集中店舗一覧
-------------------------------------------------------------------- */
#recruit_section01 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}

#recruit_section01 table{
	border-top: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

#recruit_section01 table td{
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dcdcdc;
}

#recruit_section01 table tr:nth-child(odd) td {
	background-color:#fff;
}
#recruit_section01 table tr:nth-child(even) td {
	background-color:#f4f5f5;
}

#recruit_section01 table td.cell01{
	padding-left: 5px;
	padding-right: 12px;
	border-right: 1px solid #dcdcdc;
}

#recruit_section01 table td.cell01 a{
	background: url(../img/arrow_right01.png) 2px 3px no-repeat;
	background-size: 6px 8px;
	padding-left: 14px;
	display: block;
	font-weight: bold;
}

#recruit_section01 table td.cell02{
	display: none;
}

#recruit_section01 table td.cell03{
	padding-left: 15px;
	padding-right: 15px;
}


/* --------------------------------------------------------------------
	recrut 募集詳細
-------------------------------------------------------------------- */
#recruit_section02 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}


#recruit_section02 div.txt_area01{
	margin-bottom: 23px;
	line-height: 1.8;
}

#recruit_section02 table{
	margin-bottom: 10px;
}

#recruit_section02 table th{
	width: 27%;
	vertical-align: top;
	padding: 12px 0;
	border-top: 1px solid #888989;
	font-weight: bold;
}

#recruit_section02 table td{
	vertical-align: top;
	padding: 12px 0 12px 12px;
	border-top: 1px solid #dcdcdc;
}

/* --------------------------------------------------------------------
	recruit トップ
-------------------------------------------------------------------- */

#recruit_section03 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}

#recruit_section03 dl{
	width: 47%;
	border: 1px solid #dcdcdc;
	margin: 0 0 20px 0;
	position: relative;
}

#recruit_section03 dl:nth-child(odd){
	float: left;
}
#recruit_section03 dl:nth-child(even){
	float: right;
}

#recruit_section03 dt{
	width: 100%;
}

#recruit_section03 dt img{
	width: 100%;
	height: auto;
	margin-bottom: -10px;
}

#recruit_section03 dd{
	width: 100%;
	position: absolute;
	font-size: 12px;
	padding: 10px 0;
	z-index: 10;
	bottom: -5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: url(/recruit/img/bg01.png) 0 0 repeat;
}

#recruit_section03 dd.line01{
	padding: 20px 0 10px 0;
}

#recruit_section03 dd a{
	color: #fff;
}

#recruit_section04 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}

#recruit_section04 dl{
	width: 31.5%;
	border: 1px solid #dcdcdc;
	margin: 0 0 20px 2%;
	position: relative;
	float: left;
}

#recruit_section04 dl:first-child{
	margin-left: 0;
}

#recruit_section04 dl:last-child{
	margin-left: 0;
	float: right;
}


#recruit_section04 dt{
	width: 100%;
}

#recruit_section04 dt img{
	width: 100%;
	height: auto;
	margin-bottom: -10px;
}

#recruit_section04 dd{
	width: 100%;
	position: absolute;
	font-size: 12px;
	padding: 10px 0;
	z-index: 10;
	bottom: -5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: url(/recruit/img/bg01.png) 0 0 repeat;
}


#recruit_section04 dd a{
	color: #fff;
}

#recruit_section04 dd.new_window a{
	background: url(/common/img/icon_newwindow02.png) 6px 3px no-repeat;
	background-size: 12px auto;
	padding-left: 6px;
	display: block;
}

#recruit_section04 ul{
	width: 100%;
	margin-bottom: 25px;
	position: relative;
}

#recruit_section04 li{
	width: 31.5%;
	font-size: 12px;
	border: 1px solid #dcdcdc;
	margin: 0 0 20px 2%;
	position: relative;
	float: left;
}

#recruit_section04 li:first-child{
	margin-left: 0;
}

#recruit_section04 li:last-child{
	margin-left: 0;
	float: right;
}

#recruit_section04 ul li a{
	display: block;
	padding: 20px 0 20px 8px;
	text-align: center;
	background: url(../img/arrow_right01.png) 6px 48% no-repeat;
	background-size: 6px 8px;
}

#recruit_section05 {
	width: 94%;
	margin: 0 3% 25px 3%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dcdcdc;
	position: relative;
}

#recruit_section05 div.txt_area01{
	margin-bottom: 20px;
	line-height: 1.8;
}

#recruit_section05 li{
	width:48%;
	margin-bottom: 15px;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

#recruit_section05 li.ikka,
#recruit_section05 li.vence{
	float: left;
}

#recruit_section05 li.lbc,
#recruit_section05 li.current{
	float: right;
}

#recruit_section05 li a{
	display: block;
	text-align: center;
}

#recruit_section05 li.ikka a{
	padding: 28px 0;
}

#recruit_section05 li.lbc a{
	padding: 23px 0;
}

#recruit_section05 li.vence a{
	padding: 22px 0;
}

#recruit_section05 li.current a{
	padding: 28px 0;
}

#recruit_section05 li a.select{
	background-color: #dcdcdc;
}

#recruit_section05 li.all{
	width: 100%;
	text-align: center;
	float: left;
}

#recruit_section05 li.all a{
	padding: 10px 0;
}

#recruit_section06 {
	width: 94%;
	margin: 0 3% 15px 3%;
	position: relative;
}

#recruit_section06 li{
	width:48%;
	margin-bottom: 15px;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

#recruit_section06 li:nth-child(odd){
	float: left;
}

#recruit_section06 li:nth-child(even){
	float: right;
}

#recruit_section06 li a{
	display: block;
	padding: 12px 0;
	text-align: center;
}

#recruit_section06 li a.select{
	background-color: #dcdcdc;
}

.recruit_section07{
	width: 94%;
	margin: 0 3% 15px 3%;
	position: relative;
}

.recruit_section07 .btn01 {
	width: 100%;
	margin: 20px auto 30px auto;
	padding: 15px 0 14px 0;
	font-size: 14px;
	background: #434343 url(../img/icon_search03.png) 10px 48% no-repeat;
	background-size: 12px auto;
	border-radius: 5px;
	text-align: center;
}

.recruit_section07 .btn01 a{
	color: #fff;
}


#recruit_section08 {
	width: 94%;
	margin: 0 3% 15px 3%;
	position: relative;
}

#recruit_section08 div.txt_area01{
	margin-bottom: 20px;
	line-height: 1.8;
}

#recruit_section08 li{
	width:48%;
	margin-bottom: 15px;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	background: url(../img/arrow_right01.png) 6% 45% no-repeat;
	background-size: 6px 8px;
}

#recruit_section08 li:nth-child(odd){
	float: left;
}

#recruit_section08 li:nth-child(even){
	float: right;
}

#recruit_section08 li a{
	display: block;
	padding: 12px 0;
	text-align: center;
}

/* --------------------------------------------------------------------
	contact お問い合わせ
-------------------------------------------------------------------- */
#contact_section01 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}

#contact_section01 div.txt_area01{
	margin-bottom: 15px;
}

#contact_section01 div.caution_area01{
	width: 96%;
	border: 2px solid #a40000;
	background-color: #fffef3;
	padding: 2%;
	margin-bottom: 20px;
	position: relative;
}

#contact_section01 div.caution_area01 h3{
	color: #a40000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#contact_section01 div.caution_area01 p{
}

#contact_section01 ul.attention_list01{
	margin-bottom: 35px;
}

#contact_section01 ul.attention_list01 li{
	font-size: 11px;
	margin-bottom: 5px;
	padding-left: 15px;
	text-indent: -15px;
}

#contact_section01 ul.attention_list01 li:before{
	content: '※ '
}

#contact_section01 ul.attention_list01 li a{
	text-decoration: underline;
}

#contact_section02 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}

#contact_section02 span{
	color: #a40000;
	font-size: 10px;
}

#contact_section02 span.font10{
	color: #000;
	font-size: 10px;
}

#contact_section02 table{
	margin: 15px 0 30px 0;
}

#contact_section02 table th{
	width: 32%;
	vertical-align: top;
	padding: 12px 0;
	border-top: 1px solid #888989;
	font-weight: bold;
	line-height: 2.2;
}

#contact_section02 table td{
	vertical-align: top;
	padding: 12px 0 12px 12px;
	border-top: 1px solid #dcdcdc;
	line-height: 2.2;
}


#contact_section02 table td.mail p{
	font-size: 11px;
	line-height: 1.4;
	margin-left: 36px;
	padding: 10px 0;
	display: block;
}

#contact_section02 table td.number p{
	font-size: 11px;
	line-height: 1.4;
	margin-left: 36px;
	padding: 10px 0 0 0;
}

#contact_section02 table tr:last-child th {
	border-bottom: 1px solid #888989;
}

#contact_section02 table tr:last-child td {
	border-bottom: 1px solid #dcdcdc;
}


#contact_section02 input, button, textarea , select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact_section02 input, button, textarea , select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact_section02 input[type="text"],
#contact_section02 textarea {
	margin: 0 10px;
	background: #f2f2f3;
	border: 1px solid #dcdcdc;
}

#contact_section02 select {
	margin: 0 10px;
	background: #f2f2f3;
	border: 1px solid #dcdcdc;
}

#contact_section02 input.txt01 {
	width: 70%;
	margin-bottom: 10px;
	padding: 7px;
}

#contact_section02 input.txt02 {
	width: 70%;
	padding: 7px;
}

#contact_section02 input.txt03 {
	width: 70%;
	margin-left: 36px;
	padding: 7px;
}

#contact_section02 input.txt04 {
	width: 15%;
	padding: 7px;
}

#contact_section02 input.txt05 {
	width: 15%;
	padding: 7px;
}

#contact_section02 input.txt06 {
	width: 70%;
	margin-left: 36px;
	padding: 7px;
}

#contact_section02 select.sel01 {
	width: 70%;
	margin-left: 36px;
	padding: 7px;
	background: #f2f2f3 url(../img/arrow_down01.png) 97% 50% no-repeat;
	background-size: 8px auto;
}

#contact_section02 select.sel02 {
	width: 70%;
	margin-left: 36px;
	margin-bottom: 15px;
	padding: 7px;
	background: #f2f2f3 url(../img/arrow_down01.png) 97% 50% no-repeat;
	background-size: 8px auto;
}

#contact_section02 textarea.txtarea01 {
	width: 70%;
	margin-left: 36px;
	padding: 7px;
}

#contact_section02 .confirm {
	width: 100%;
	margin: 0 auto 35px auto;
	text-align: center;
	padding: 15px 0 14px 0;
	background-color: #434343;
	border-radius: 5px;
}

#contact_section02 .confirm a{
	color: #fff;
}

#contact_section02 div.call_area01{
	margin-bottom: 10px;
}

#contact_section02 div.call_area01 p{
	margin-bottom: 15px;
}

#contact_section02 div.call_area01 .phone{
	width: 100%;
	position: relative;
}

#contact_section02 div.call_area01 .phone img{
	width: 100%;
	height: auto;
}

#contact_section03 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}

#contact_section03 span{
	color: #a40000;
	font-size: 10px;
}

#contact_section03 span.font10{
	color: #000;
	font-size: 10px;
}

#contact_section03 table{
	margin: 15px 0 30px 0;
}

#contact_section03 table th{
	width: 32%;
	vertical-align: top;
	padding: 12px 0;
	border-top: 1px solid #888989;
	font-weight: bold;
	line-height: 2.2;
}

#contact_section03 table td{
	vertical-align: top;
	padding: 12px 0 12px 12px;
	border-top: 1px solid #dcdcdc;
	line-height: 2.2;
}

#contact_section03 table tr:last-child th {
	border-bottom: 1px solid #888989;
}

#contact_section03 table tr:last-child td {
	border-bottom: 1px solid #dcdcdc;
}

/* --------------------------------------------------------------------
	common_section01 テキストセクション
-------------------------------------------------------------------- */
.common_section01 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}

.common_section01 strong{
	font-weight: bold;
}

.common_section01 a{
	color: #999;
}

.common_section01 a:hover{
	text-decoration: underline;
}

.common_section01 div.txt_area01{
	margin-bottom: 30px;
}

.common_section01  h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 14px 0;
}

.common_section01  h3.number_h3{
	text-indent: -28px;
	padding-left: 28px;
	font-weight: normal;
}

.common_section01 div.img_chart01{
	width: 100%;
	position: relative;
}

.common_section01 div.img_chart01 img{
	width: 100%;
	height: auto;
}


.common_section01 div.txt_area01 p{
	margin-bottom: 10px;
}

.common_section01 div.txt_area01 div.boxL02{
	width: 40%;
	float: left;
}

.common_section01 div.txt_area01 div.boxL02 img{
	width: 100%;
	height: auto;
}

.common_section01 div.txt_area01 div.boxL02_2{
	width: 40%;
	float: left;
	margin-left: 5%;
}

.common_section01 div.txt_area01 div.boxL02_2 img{
	width: 100%;
	height: auto;
}

.common_section01 div.txt_area01 div.boxR02{
	width: 100%;
	clear: both;
}

.common_section01 div.txt_area01 div.boxR02 p{
	margin-bottom: 10px;
}

.common_section01 div.txt_area01 div.boxR02 p.small{
	margin-bottom: 0;
	font-size:11px;
}

.common_section01 div.txt_area01 div.boxL03{
	width: 30%;
	float: left;
}

.common_section01 div.txt_area01 div.boxL03 img{
	width: 100%;
	height: auto;
}

.common_section01 div.txt_area01 div.boxR03{
	width: 65%;
	float: right;
}

.common_section01 div.txt_area01 div.boxR03 p{
	margin-bottom: 10px;
}

.common_section01 div.txt_area01 p:last-child{
	margin-bottom: 0;
}

.common_section01 div.txt_area01 ul li p:last-child{
	margin-bottom: 20px;
}

.common_section01 div.txt_area01 p.pdf{
	min-height: 22px;
	text-indent: -30px;
	margin-left: 30px;
}

.common_section01 div.txt_area01 p.pdf a {
	background: url(../img/icon_pdf.png) 0 0 no-repeat;
	background-size: 20px 22px;
	padding: 4px 0 4px 30px;
}

.common_section01 div.txt_area01 ul li p{
	line-height: 1.8;
	margin-top: 5px;
	margin-bottom: 10px;
}

.common_section01 div.txt_area01 div.square01{
	width: 96%;
	border: 1px solid #dcdcdc;
	padding: 10px 2% 0 2%;
	position: relative;
}

.common_section01 div.txt_area01 div.square01 dl{
	width: 90%;
	margin: 0 auto 10px auto;
	position: relative;
}

.common_section01 div.txt_area01 div.square01 dt{
}

.common_section01 div.txt_area01 div.square01 dd{
	text-indent: 1px;
}

.common_section01 div.txt_area01 div.square01 p{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

.common_section01 div.txt_area01 div.square02{
	width: 96%;
	border: 1px solid #dcdcdc;
	padding: 10px 2%;
	position: relative;
}

.common_section01 div.txt_area01 div.square02 p{
	text-align: center;
}

.common_section01 div.txt_area01 div.square02 a{
	background: url(/common/img/icon_newwindow01.png) 0 48% no-repeat;
	background-size: 12px auto;
	padding-left: 20px;
}


.common_section01 div.txt_area01 div.boxL{
	margin-bottom: 10px;
}

.common_section01 div.txt_area01 div.boxL p{
	margin-bottom: 10px;
}
.common_section01 div.txt_area01 div.boxR{
	text-align: center;
	margin-bottom: 10px;
}

.common_section01 div.txt_area02{
	text-align: right;
	margin-bottom: 30px;
}

.common_section01 div.txt_area02 p{
	margin-bottom: 10px;
}

.common_section01 div.txt_area02 p:last-child{
	margin-bottom: 0;
}

.common_section01 div.txt_area02 p img{
	width: 70%;
	height: auto;
}

.common_section01 ul.indent_list01{
	margin-bottom: 30px;
}

.common_section01 ul.indent_list01 li{
	margin-bottom: 10px;
	text-indent: -14px;
	padding-left: 14px;
}

.common_section01 ul.indent_list01 li:last-child{
	margin-bottom: 0;
}


.common_section01 ul.circle01 li:before{
	content: '○'
}

.common_section01 ul.circle02 li:before{
	content: '◎'
}

.common_section01 ul.dot01 li:before{
	content: '・'
}

.common_section01 ul.dot01 li{
	margin-bottom: 10px;
}

.common_section01 ul.number01{
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 40px;
}

.common_section01 ul.number01 li{
	margin-bottom: 10px;
}


.common_section01 ul.card01{
	margin-bottom: 40px;
}

.common_section01 ul.card01 li{
	background: url(/shop/img/icon_chinacard.jpg) 0 5% no-repeat;
	margin-bottom: 10px;
	padding-left: 40px;
	line-height:2.2;
}

.common_section01 ul.indent_list02{
	margin-bottom: 30px;
}

.common_section01 ul.indent_list02 li{
	margin-bottom: 10px;
	text-indent: -39px;
	padding-left: 39px;
}

.common_section01 ul.indent_list03{
	margin-bottom: 20px;
}

.common_section01 ul.indent_list03 li{
	margin-bottom: 10px;
	text-indent: -14px;
	padding-left: 14px;
}

.common_section01 h3.taxfree_h3{
	background: url(/shop/img/icon_tax_free.jpg) right 5% no-repeat;
	margin-bottom: 5px;
	padding-right: 70px;
	line-height:2.2;
}

/* --------------------------------------------------------------------
	common_section02 テキストセクション
-------------------------------------------------------------------- */
.common_section02 {
	width: 94%;
	margin: 0 3% 30px 3%;
	position: relative;
}

.common_section02 strong{
	font-weight: bold;
}

.common_section02 a{
	color: #999;
}

.common_section02 a:hover{
	text-decoration: underline;
}

.common_section02 div.txt_area02{
	margin-bottom: 20px;
}

.common_section02  h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 14px 0;
}

.common_section02 div.txt_area02 p{
	margin-bottom: 10px;
}

.common_section02 div.txt_area02 p:last-child{
	margin-bottom: 0;
}

.common_section02 div.img_area01{
	text-align: center;
	margin-bottom:15px;
}

.common_section02 div.img_area01 img{
	 width: 100%;
	 height: auto;
}

.common_section02 div.img_area02{
	text-align: center;
	margin-bottom:15px;
}

.common_section02 div.img_area02 img{
	 width: 30%;
	 height: auto;
}

.common_section02 div.txt_area02 div.boxL01{
	margin-bottom: 20px;
}

.common_section02 div.txt_area02 div.boxL01 p{
	margin-bottom: 10px;
}
.common_section02 div.txt_area02 div.boxR01{
	text-align: center;
	margin-bottom: 10px;
}

.common_section02 div.txt_area02 div.boxR01 img{
	width: 100%;
	height: auto;
}

.common_section02 div.txt_area03{
	text-align: right;
	margin-bottom: 30px;
}

.common_section02 div.txt_area03 p{
	margin-bottom: 10px;
}

.common_section02 div.txt_area03 p:last-child{
	margin-bottom: 0;
}

.common_section02 ul.indent_list01{
	margin-bottom: 10px;
}

.common_section02 ul.indent_list01 li{
	margin-bottom: 5px;
	text-indent: -14px;
	padding-left: 14px;
}

.common_section02 ul.indent_list01 li:last-child{
	margin-bottom: 0;
}

/* --------------------------------------------------------------------
	common_section03 テキストセクション
-------------------------------------------------------------------- */
.common_section03 {
	width: 94%;
	margin: 0 3% 20px 3%;
	position: relative;
}

.common_section03 strong{
	font-weight: bold;
}

.common_section03 a{
	color: #999;
}

.common_section03 a:hover{
	text-decoration: underline;
}

.common_section03 div.txt_area04{
	margin-bottom: 20px;
}

.common_section03  h3{
	padding-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

.common_section03  h3 img{
	width: 50%;
	height: auto;
}

.common_section03 div.txt_area04 p{
	margin-bottom: 10px;
}

.common_section03 div.txt_area04 p:last-child{
	margin-bottom: 0;
}

.common_section03 div.txt_area04 div.boxL02{
	margin-bottom: 20px;
}

.common_section03 div.txt_area04 div.boxL02 p{
	margin-bottom: 10px;
}
.common_section03 div.txt_area04 div.boxR02{
	text-align: center;
	margin-bottom: 10px;
}

.common_section03 div.txt_area04 div.boxR02 img{
	width: 60%;
	height: auto;
}


/* --------------------------------------------------------------------
	SP用セレクトボックス
-------------------------------------------------------------------- */
.search_section01 {
	width: 94%;
	margin: 0 3%;
	padding: 0;
	position: relative;
}

.search_section01 form.search_form_ select{
	width: 100%;
	height: 35px;
	margin:0 0 27px 0;
	height: 35px;
	text-indent: 10px;
	border:#dcdcdc 1px solid;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	font-size: 13px;
}
.search_section01 form.search_form_ select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	background: url(../img/arrow_down01.png) 98% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
	background: url(../img/arrow_down01.png) 98% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
	background-size: 8px 5px;
}


/* --------------------------------------------------------------------
	関連リンク
-------------------------------------------------------------------- */
#link_section {
	width: 100%;
	position: relative;
}

#link_section ul#bannerlink{
	width: 100%;
	margin-bottom: 22px;
	padding: 0;
}

#link_section ul#bannerlink li{
	width: 44%;
	margin: 0 3%;
	float: left;
	position: relative;
}

#link_section ul#bannerlink li img{
	width: 100%;
	height: auto;
	border: 1px solid #d2d2d2;
}

#link_section ul#bannerlink li img:hover{
	border: 1px solid #dfdfdf;
}

#link_section ul#snslink{
	width: 94%;
	margin: 0 3% 10px 3%;
	padding: 0;
}

#link_section ul#snslink li{
	width: 26px;
	margin: 0 5px 0 0;
	float: left;
	position: relative;
}

#link_section ul#snslink li img{
	width: 26px;
	height: auto;
}

/* --------------------------------------------------------------------
	pagetop
-------------------------------------------------------------------- */

.gotop{
    position: fixed;
    bottom: 20px;
	right: 20px;
	z-index: 100;
	overflow: hidden;
}
.gotop a{
    width: 40px;
	height: 40px;
    display: block;
}

.gotop a img{
    width: 40px;
	height: 40px;
}

.gotop a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* --------------------------------------------------------------------
	ブランドナビ
-------------------------------------------------------------------- */
#brand_section {
	width: 100%;
	position: relative;
	border-top: 3px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background: #f4f4f4;
}

#brand_section ul{
	width: 100%;
	padding: 0 0 15px 0;
}

#brand_section ul li{
	width: 44%;
	margin: 0 3%;
	float: left;
	position: relative;
}

#brand_section ul li:first-child{
	width: 44%;
}

#brand_section ul li .brandlogo{
	width: 100%;
	text-align: center;
	margin: 20px auto 10px auto;
}

#brand_section ul li .brandlogo img{
	width: 100%;
	height: auto;
}

#brand_section ul li .brandsearch{
	width: 100%;
	margin: 0 auto 5px auto;
	padding: 10px 0;
	text-align: center;
	text-indent: 18px;
	border: 1px solid #d2d2d2;
	color: #666;
	background: #fff url(../img/icon_search02.png) 15px 48% no-repeat;
}

#brand_section ul li .brandsearch a{
	color: #666;
	display: block;
}

#brand_section ul li .brandstore{
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 10px 0;
	text-align: center;
	text-indent: 18px;
	border: 1px solid #d2d2d2;
	color: #666;
	background: #fff url(../img/icon_curt02.png) 15px 48% no-repeat;
}

#brand_section ul li .brandstore a{
	color: #666;
	display: block;
}

#brand_section ul li .brandstore span{
	color: #ccc;
	display: block;
}


/* --------------------------------------------------------------------
	フッター
-------------------------------------------------------------------- */
footer {
	width: 100%;
	text-align: left;
	position: relative;
}
footer div#footernav {
	width: 94%;
	padding:25px 3%;
}

footer div#footernav ul#footerlogo {
	display: none;
}

footer div#footernav ul{
	width:70%;
	margin: 0;
	padding: 0;
	float: left;
}

footer div#footernav ul li {
	display: inline-block;
	white-space: nowrap;
	padding: 0 18px 5px 0;
	line-height: 1.0;
	font-size: 10px;
}

footer div#footernav ul li a {
	padding-left: 10px;
	background: url(../img/arrow_right02.png) 0 3px no-repeat;
	background-size: 5px 6px;
}

footer div#footernav ul li.fhome {
	width: 100%;
	margin-bottom: 20px;
}

footer div#footernav div#switch_btn02{
	width: 10%;
	float: right;
	text-align: right;
	padding-top: 3px;
}

footer div#footernav div#switch_btn02 img{
	width: 33px;
	height: 42px;
}

footer #copyright {
	padding: 40px 0 10px 0;
	text-align: right;
	font-size: 9px;
	display: block;
	float: right;
}

/* --------------------------------------------------------------------
	見出し
-------------------------------------------------------------------- */

h1.common_h1{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #434343;
}

h1.common_h1 img{
	display: none;
}

h1.logo_h1{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3% 5px 3%;
	background-color: #434343;
}

h1.logo_h1 img{
}

h1.news{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #434343;
}

h1.brandnews{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #434343;
}

h1.irnews{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #434343;
}

h1.csrnews{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #434343;
}

h1.shop{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #434343;
}

h1.about{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #434343;
}

h1.csr{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #434343;
}

h1.ir{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #434343;
}

h1.recruit{
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	background: url(/recruit/img/bg_h1.jpg) ;
	background-size: cover;
}

h1.recruit img{
	width: 100%;
	height: auto;
	display: block;
}

h1.recruit span{
	display: none;
}

h1.part{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #434343;
}

h1.brandtop{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #434343;
}

h1.ikka{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3% 5px 3%;
	background-color: #434343;
}

h1.ikka_h1{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #434343 url(/common/img/logo_ikka02.png) 95% 50% no-repeat;
}

h1.ikka_h1 span{
	width: 70%;
	padding-right: 10px;
	display: inline-block;
	border-right: 2px solid #fff;
}

h1.lbc{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3% 5px 3%;
	background-color: #434343;
}

h1.lbc_h1{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #434343 url(/common/img/logo_lbc02.png) 95% 50% no-repeat;
	background-size: 75px auto;
}

h1.lbc_h1 span{
	width: 70%;
	padding-right: 10px;
	display: inline-block;
	border-right: 2px solid #fff;
}

h1.vence{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3% 5px 3%;
	background-color: #434343;
}

h1.vence_h1{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #434343 url(/common/img/logo_vence02.png) 95% 50% no-repeat;
	background-size: 75px auto;
}

h1.vence_h1 span{
	width: 70%;
	padding-right: 10px;
	display: inline-block;
	border-right: 2px solid #fff;
}

h1.current{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3% 5px 3%;
	background-color: #434343;
}

h1.current_h1{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #434343 url(/common/img/logo_current02.png) 95% 50% no-repeat;
	background-size: 75px auto;
}

h1.current_h1 span{
	width: 70%;
	padding-right: 10px;
	display: inline-block;
	border-right: 2px solid #fff;
}

h1.marbull{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3% 5px 3%;
	background-color: #434343;
}

h1.marbull_h1{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #434343 url(/common/img/logo_marbull02.png) 95% 50% no-repeat;
	background-size: 75px auto;
}

h1.marbull_h1 span{
	width: 70%;
	padding-right: 10px;
	display: inline-block;
	border-right: 2px solid #fff;
}

h1.noneed{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3% 5px 3%;
	background-color: #434343;
}

h1.noneed_h1{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #434343 url(/common/img/logo_noneed02.png) 95% 50% no-repeat;
	background-size: 75px auto;
}

h1.noneedh1 span{
	width: 70%;
	padding-right: 10px;
	display: inline-block;
	border-right: 2px solid #fff;
}

h1.candy{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3% 5px 3%;
	background-color: #434343;
}

h1.candy_h1{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #434343 url(/common/img/logo_candy02.png) 95% 50% no-repeat;
	background-size: 75px auto;
}

h1.candy_h1 span{
	width: 70%;
	padding-right: 10px;
	display: inline-block;
	border-right: 2px solid #fff;
}

h1.all_h1{
	width: 94%;
	margin: 0 0 20px 0;
	padding: 10px 3%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #434343 url(/common/img/logo_all02.png) 95% 50% no-repeat;
	background-size: 75px auto;
}

h1.all_h1 span{
	width: 70%;
	padding-right: 10px;
	display: inline-block;
	border-right: 2px solid #fff;
}

h2.common_h2{
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding-bottom: 12px;
	border-bottom: 2px solid #d2d2d2;
}

h3.common_h3{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 12px 0;
}


/* --------------------------------------------------------------------
	common
-------------------------------------------------------------------- */

.common_btnblock01{
	width: 100%;
	margin: 0 0 20px 0;
}

.common_btnblock01 .btn01{
	float: right;
	text-align: center;
	border: 1px solid #dcdcdc;
	padding: 10px 20px 10px 40px;
	background: url(../img/arrow_left01.png) 8% 45% no-repeat;
	background-size: 6px 8px;
}

.common_btnblock02{
	width: 100%;
	margin: 0 0 20px 0;
}

.common_btnblock02 .btn02{
	float: right;
	text-align: center;
	border: 1px solid #dcdcdc;
	padding: 10px 20px 10px 40px;
	background: url(../img/arrow_left01.png) 8% 45% no-repeat;
	background-size: 6px 8px;
}

.common_btnblock02 .btn03{
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	padding: 10px 0;
	background: #434343;
	border-radius: 5px;
}

.common_btnblock02 .btn03 a{
	color: #fff;
	display: block;
}

.common_btnblock03{
	width: 100%;
	margin: 0 0 40px 0;
}

.common_btnblock03 .btn04{
	float: right;
	text-align: center;
	border: 1px solid #dcdcdc;
	padding: 10px 20px 10px 40px;
	background: url(/common/img/icon_newwindow01.png) 8% 48% no-repeat;
	background-size: 12px auto;
}

.common_btnblock03 .btn05{
	float: right;
	text-align: center;
	border: 1px solid #dcdcdc;
	padding: 10px 20px 10px 40px;
	background: url(../img/arrow_right01.png) 8% 48% no-repeat;
	background-size: 6px 8px;
}

.common_btnblock04{
	width: 100%;
	margin: -20px 0 40px 0;
}

.common_btnblock04 .btn01{
	float: left;
	text-align: center;
	border: 1px solid #dcdcdc;
	padding: 10px 20px 10px 40px;
	background: url(../img/arrow_right01.png) 8% 45% no-repeat;
	background-size: 6px 8px;
}

.common_btnblock05{
	width: 100%;
	margin: 0 0 0 0;
}

.common_btnblock05 .btn01{
	float: left;
	text-align: center;
	border: 1px solid #dcdcdc;
	padding: 10px 20px 10px 40px;
	background: url(../img/arrow_right01.png) 8% 45% no-repeat;
	background-size: 6px 8px;
}

@media (max-width: 768px) {
	.google-maps {
    position: relative;
    padding-bottom: 55%; // 縦横比
    height: 0;
    overflow: hidden;
	margin-bottom: 20px;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }
}

a.new_window{
	padding-left: 18px;
	background: url(/common/img/icon_newwindow01.png) 0 3px no-repeat;
	background-size: 12px auto;
	display: block;
}

a.new_window_w{
	padding-left: 18px;
	background: url(/common/img/icon_newwindow02.png) 0 3px no-repeat;
	background-size: 12px auto;
	display: block;
}



/* --------------------------------------------------------------------
	アイコン
-------------------------------------------------------------------- */

.icon_cox {
	width: 73px;
	display: inline-block;
	margin-right:2px;
	margin-bottom:2px;
	padding: 1px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background-color: #000033;
	border: 1px solid #000033;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px
}

.icon_ikka {
	width: 73px;
	display: inline-block;
	margin-right:2px;
	margin-bottom:2px;
	padding: 1px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background-color: #256c31;
	border: 1px solid #256c31;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.icon_vence {
	width: 73px;
	display: inline-block;
	margin-right:2px;
	margin-bottom:2px;
	padding: 1px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.icon_lbc {
	width: 73px;
	display: inline-block;
	margin-right:2px;
	margin-bottom:2px;
	padding: 1px;
	font-size: 9px;
	text-align: center;
	color: #000;
	background-color: #ffe700;
	border: 1px solid #ffe700;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.icon_current {
	width: 73px;
	display: inline-block;
	margin-right:2px;
	margin-bottom:2px;
	padding: 1px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background-color: #7e5900;
	border: 1px solid #7e5900;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.icon_common {
	width: 73px;
	display: inline-block;
	margin-right:2px;
	margin-bottom:2px;
	padding: 1px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background-color: #7d7d7d;
	border: 1px solid #7d7d7d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.icon_marbull {
	width: 73px;
	display: inline-block;
	margin-right:2px;
	margin-bottom:2px;
	padding: 1px;
	font-size: 9px;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px
}	

.icon_noneed {
	width: 73px;
	display: inline-block;
	margin-right:2px;
	margin-bottom:2px;
	padding: 1px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background-color: #231815;
	border: 1px solid #231815;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px
}	

.icon_candy {
	width: 73px;
	display: inline-block;
	margin-right:2px;
	margin-bottom:2px;
	padding: 1px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background-color: #231815;
	border: 1px solid #231815;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px
}	

/* 追加CSR 2019/07/11 */
.ttl__csr__slogan {
  width: 80%;
  margin: 4em auto 2em;
}

.txt__CSR--main {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
	width: 94%;
	margin: 0 auto 3em;
}
.visual__csr img{
	width: 100%
}

.txt__CSR--sub {
  text-align: left;
  font-size: 14px;
	width: 94%;
	margin: 0 auto 3em;
}

.icon__csr__box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2em;
}

.icon__csr__box li {
  width: 31%;
  padding: 1%;
}

.icon__csr__box li img {
  width: 100%;
  padding: 0;
}

.ttl__csr__box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3em;

}

.ttl__csr__box li {
  width: 40%;
  margin: 1%;
  padding: 3%;
  background: #F2F2F2;
  text-align: center;
  font-weight: bold;
	font-size: 14px;
	display: flex;
	justify-content: center;
  align-items: center;
}

.txt__CSR--center {
  text-align: left;
  font-weight: bold;
  font-size: 14px;

}

.content__csr__box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin-bottom: 4em;
}

.content__csr__box li {
  width: 46%;
  padding: 2%;
}

.content__csr__box li img {
  width: 100%;
  padding: 0;
}
