/* --------------------------------------------------------------------
	共通設定
-------------------------------------------------------------------- */
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;
	background: url(../img/bg_header.jpg) center top repeat-x;
}

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

.noPC {
	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;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

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

#slider_section{
	margin-bottom: 80px;
}

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

#header{
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
}

header #logo01{
	width: 85px;
	padding: 20px 0;
	text-align: left;
	float: left;
}

header #logo01 img{
	width: 85px;
	height: auto;
}

header .btn_menu_{
	display: none;
}

header #switch_btn01{
	width: 34px;
	height: 50px;
	margin-top: 20px;
	padding-left: 40px;
	float: right;
}

header #banStore{
	width: 240px;
	height: 50px;
	margin-top: 20px;
	float: right;
}

header #banStore a{
	width: 240px;
	height: 50px;
	background: url(../img/ban02.png) center top no-repeat;
	background-size: 240px 50px;
	text-indent: -9999px;
	display: block;
}

header #banStore a:hover{
	background: url(../img/ban02_o.png) center top no-repeat;
}

.nav {
	z-index: 50;
}

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

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

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

.modal {
	position: absolute;
	width: 1000px;
	z-index: 100;
	top: 91px;
}

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

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


.modal nav#global p.close-button {
	display: none;
}

.modal nav#global h2{
	display: none;
}

.modal nav#global .accordionhead ul{
	border-left: 1px solid #d2d2d2;
}

.modal nav#global .accordionhead ul li{
	float: left;
	text-indent: -9999px;
	display: block;
}

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

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

.modal nav#global .accordionhead ul li.acd {
	height: 48px;
	border-right: 1px solid #d2d2d2;
	margin: 0;
}

.modal nav#global .accordionhead ul li.onlychild{
	height: 48px;
	border-right: 1px solid #d2d2d2;
	margin: 0;
}

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

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

.modal nav#global .accordionhead ul li#gnavi01{
	background: url(../img/gnavi01.png) 0 0 no-repeat;
	width: 142px;
}

.modal nav#global .accordionhead ul li#gnavi01:hover{
	background: url(../img/gnavi01_o.png) 0 0 no-repeat;
	width: 142px;
}

body#news .modal nav#global .accordionhead ul li#gnavi01{
	background: url(../img/gnavi01_o.png) 0 0 no-repeat;
	width: 142px;
}

body#news .modal nav#global .accordionhead ul li#gnavi01:hover{
	background: url(../img/gnavi01_o.png) 0 0 no-repeat;
	width: 142px;
}

.modal nav#global .accordionhead ul li#gnavi02{
	background: url(../img/gnavi02.png) 0 0 no-repeat;
	width: 142px;
}
.modal nav#global .accordionhead ul li#gnavi02:hover{
	background: url(../img/gnavi02_o.png) 0 0 no-repeat;
	width: 142px;
}

body#brand .modal nav#global .accordionhead ul li#gnavi02{
	background: url(../img/gnavi02_o.png) 0 0 no-repeat;
	width: 142px;
}
body#brand .modal nav#global .accordionhead ul li#gnavi02:hover{
	background: url(../img/gnavi02_o.png) 0 0 no-repeat;
	width: 142px;
}

.modal nav#global .accordionhead ul li#gnavi03{
	background: url(../img/gnavi03.png) 0 0 no-repeat;
	width: 142px;
}
.modal nav#global .accordionhead ul li#gnavi03:hover{
	background: url(../img/gnavi03_o.png) 0 0 no-repeat;
	width: 142px;
}

body#shop .modal nav#global .accordionhead ul li#gnavi03{
	background: url(../img/gnavi03_o.png) 0 0 no-repeat;
	width: 142px;
}
body#shop .modal nav#global .accordionhead ul li#gnavi03:hover{
	background: url(../img/gnavi03_o.png) 0 0 no-repeat;
	width: 142px;
}

.modal nav#global .accordionhead ul li#gnavi04{
	background: url(../img/gnavi04.png) 0 0 no-repeat;
	width: 142px;
}
.modal nav#global .accordionhead ul li#gnavi04:hover{
	background: url(../img/gnavi04_o.png) 0 0 no-repeat;
	width: 142px;
}

body#about .modal nav#global .accordionhead ul li#gnavi04{
	background: url(../img/gnavi04_o.png) 0 0 no-repeat;
	width: 142px;
}
body#about .modal nav#global .accordionhead ul li#gnavi04:hover{
	background: url(../img/gnavi04_o.png) 0 0 no-repeat;
	width: 142px;
}

.modal nav#global .accordionhead ul li#gnavi05{
	background: url(../img/gnavi05.png) 0 0 no-repeat;
	width: 142px;
}
.modal nav#global .accordionhead ul li#gnavi05:hover{
	background: url(../img/gnavi05_o.png) 0 0 no-repeat;
	width: 142px;
}

body#csr .modal nav#global .accordionhead ul li#gnavi05{
	background: url(../img/gnavi05_o.png) 0 0 no-repeat;
	width: 142px;
}
body#csr .modal nav#global .accordionhead ul li#gnavi05:hover{
	background: url(../img/gnavi05_o.png) 0 0 no-repeat;
	width: 142px;
}

.modal nav#global .accordionhead ul li#gnavi06{
	background: url(../img/gnavi06.png) 0 0 no-repeat;
	width: 141px;
}
.modal nav#global .accordionhead ul li#gnavi06:hover{
	background: url(../img/gnavi06_o.png) 0 0 no-repeat;
	width: 141px;
}

body#ir .modal nav#global .accordionhead ul li#gnavi06{
	background: url(../img/gnavi06_o.png) 0 0 no-repeat;
	width: 141px;
}
body#ir .modal nav#global .accordionhead ul li#gnavi06:hover{
	background: url(../img/gnavi06_o.png) 0 0 no-repeat;
	width: 141px;
}

.modal nav#global .accordionhead ul li#gnavi07{
	background: url(../img/gnavi07.png) 0 0 no-repeat;
	width: 140px;
}
.modal nav#global .accordionhead ul li#gnavi07:hover{
	background: url(../img/gnavi07_o.png) 0 0 no-repeat;
	width: 140px;
}

body#recruit .modal nav#global .accordionhead ul li#gnavi07{
	background: url(../img/gnavi07_o.png) 0 0 no-repeat;
	width: 140px;
}
body#recruit .modal nav#global .accordionhead ul li#gnavi07:hover{
	background: url(../img/gnavi07_o.png) 0 0 no-repeat;
	width: 140px;
}


.modal nav#global .accordionhead ul li ul.parent01_{
	display: none;
	position: absolute;
	top: 49px;
	padding: 0;
}

.modal nav#global .accordionhead ul li#gnavi07  ul.parent01_{
	right: 0;
}

.modal nav#global .accordionhead ul li ul.parent01_ li {
	min-width: 150px;
	background-color: #fff;
	float: none;
	text-indent: 0;
	padding: 0;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.modal nav#global .accordionhead ul li ul.parent01_ li:hover {
	background-color: #434343;
}

.modal nav#global .accordionhead ul {
	cursor: pointer;
	font-size:12px;
}

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

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

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

.modal nav#global .accordionhead ul li ul.parent01_ li a{
	background: url(../img/arrow_right01.png) 15px 48% no-repeat;
	padding: 10px 15px 10px 25px;
	background-size: 5px 6px;
	display: block;
}

.modal nav#global .accordionhead ul li ul.parent01_ li.child_ a{
	background-image: none;
	padding: 10px 15px 10px 35px;
	display: block;
}

.modal nav#global .accordionhead ul li ul.parent01_ li a:hover{
	background: url(../img/arrow_right03.png) 15px 48% no-repeat;
	padding: 10px 15px 10px 25px;
	background-size: 5px 6px;
	color: #fff;
	display: block;
}

.modal nav#global .accordionhead ul li ul.parent01_ li.child_ a:hover{
	background-image: none;
	padding: 10px 15px 10px 35px;
	color: #fff;
	display: block;
}

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

/* --------------------------------------------------------------------
	パンくずリスト
-------------------------------------------------------------------- */
#bread_crumb {
	width:1000px;
	margin-left: auto;
	padding: 0 0 20px 0;
	position: relative;
}

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

#bread_crumb li{
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #434343;
}

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

#bread_crumb li a:hover{
	font-weight: normal;
	text-decoration: none;
}

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


#bread_crumb li .gt{
	font-weight: normal;
}

/* --------------------------------------------------------------------
	コンテンツブロック
-------------------------------------------------------------------- */
#contents_area {
	width: 770px;
	margin: 0 0 60px 0;
	float: right;
}

/* --------------------------------------------------------------------
	ローカルナビゲーション
-------------------------------------------------------------------- */
#navi_area {
	width: 200px;
	margin: 0 0 60px 0;
	float: left;
}

#navi_area h2{
	width: 200px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	background-color: #f4f4f4;
}

#navi_area h2:hover{
	background-color: #434343;
}

#navi_area h2 a{
	background: url(../img/arrow_right04.png) 10px 48% no-repeat;
	padding: 15px 15px 15px 20px;
	display: block;
}

#navi_area h2 a:hover{
	background: url(../img/arrow_right04_o.png) 10px 48% no-repeat;
	padding: 15px 15px 15px 20px;
	color: #fff;
	display: block;
}

#navi_area li{
	width: 200px;
	margin: 0;
	border-bottom: 1px solid #f4f4f4;
}

#navi_area li ul{
	padding: 5px 0;
	background: #fff;
}

#navi_area li ul li{
	width: 200px;
	margin: 0;
	border-bottom: none;
}

#navi_area li:hover ul li{
	background-color: #fff;
}

#navi_area li a.parent_{
	background: #fff url(../img/arrow_right01.png) 20px 48% no-repeat;
	padding: 15px 15px 15px 30px;
	background-size: 5px 6px;
	font-size: 13px;
	display: block;
}

#navi_area li a.parent_:hover {
	background: #434343 url(../img/arrow_right03.png) 20px 48% no-repeat;
	padding: 15px 15px 15px 30px;
	background-size: 5px 6px;
	color: #fff;
	display: block;
}

#navi_area li a.parent_.active {
	background: #434343 url(../img/arrow_right03.png) 20px 48% no-repeat;
	padding: 15px 15px 15px 30px;
	background-size: 5px 6px;
	color: #fff;
	display: block;
}

#navi_area ul li ul{
	display: none;
}

#navi_area ul li ul.selected{
	display: block;
}

#navi_area li a.child_{
	background: none;
	padding: 5px 5px 5px 30px;
	font-size: 12px;
	display: block;
}

#navi_area li a.child_:before{
	content:"- "
}

#navi_area li a.child_:hover{
	background: none;
	padding: 5px 5px 5px 30px;
	text-decoration: underline;
	display: block;
}

#navi_area li a.grandson_{
	background: none;
	padding: 5px 5px 5px 40px;
	font-size: 11px;
	display: block;
}

#navi_area li a.grandson_:before{
	content:"・"
}

#navi_area li a.grandson_:hover{
	background: none;
	padding: 5px 5px 5px 40px;
	text-decoration: underline;
	display: block;
}

#navi_area ul li ul.selected li ul{
	display: none;
	margin-top: -5px;
}


#navi_area table{
	display: none;
}

/* --------------------------------------------------------------------
	ブランドセレクトボックス
-------------------------------------------------------------------- */
#top_section01 {
	display: none;
}

/* --------------------------------------------------------------------
	コーポレートニュース・IRニュース・ブランドニュース
-------------------------------------------------------------------- */
#top_section02 {
	width: 1000px;
	position: relative;
	font-size: 12px;
}

#top_section02 .tab{
	display: none;
}

#top_section02 .content li{
	width: 480px;
	float: left;
}

#top_section02 .content li h2{
	width: 480px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #434343;
}

#top_section02 .content li.hide{
	width: 480px;
	float: right;
	display: block;
}

#top_section02 .content li .newsblock {
	width: 480px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

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

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

#top_section02 .content li .newsblock dl{
	width: 360px;
	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 4px 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-left: 30px;
	padding-top: 1px;
}

#top_section02 .content li .btnblock01{
	width: 480px;
	margin: 0 0 50px 0;
	padding-top: 10px;
}


#top_section02 .content li .btnblock01 .btn01{
	float: left;
	margin-left: 130px;
}

#top_section02 .content li .btnblock01 .btn01 a{
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 7px 20px 7px 30px;
	background: url(../img/arrow_right01.png) 15px 45% no-repeat;
	background-size: 6px 8px;
}


#top_section02 .content li .btnblock01 .btn01 a:hover{
	display: inline-block;
	border: 1px solid #434343;
	color: #fff;
	background: #434343 url(../img/arrow_right03.png) 15px 45% no-repeat;
	background-size: 6px 8px;
}

#top_section02 .content li .btnblock01 .btn02{
	float: right;
}

#top_section02 .content li .btnblock01 .btn02 a{
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 7px 20px 7px 30px;
	background: url(../img/arrow_right01.png) 15px 45% no-repeat;
	background-size: 6px 8px;
}

#top_section02 .content li .btnblock01 .btn02 a:hover{
	border: 1px solid #434343;
	color: #fff;
	background: #434343 url(../img/arrow_right03.png) 15px 45% no-repeat;
	background-size: 6px 8px;
}

#top_section02 .content li .btnblock01 .btn03{
	float: right;
}

#top_section02 .content li .btnblock01 .btn03 a{
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 7px 20px 7px 30px;
	background: url(../img/arrow_right01.png) 15px 45% no-repeat;
	background-size: 6px 8px;
}

#top_section02 .content li .btnblock01 .btn03 a:hover{
	border: 1px solid #434343;
	color: #fff;
	background: #434343 url(../img/arrow_right03.png) 15px 45% no-repeat;
	background-size: 6px 8px;
}


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


#top_section03 h2{
	width: 1000px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #434343;
}

#top_section03 h2 img{
	width: 338px;
	height: auto;
}


#top_section03 ul{
	width: 1000px;
	margin: 0;
	padding: 0;
}

#top_section03 ul li{
	width: 240px;
	margin-left: 13.3px;
	float: left;
	position: relative;
}

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

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

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

#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: 770px;
	position: relative;
}

#news_section01 .newsblock {
	width: 770px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

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

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

#news_section01 .newsblock dl{
	width: 650px;
	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 4px 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-left: 30px;
	padding-top: 1px;
}

/* --------------------------------------------------------------------
	news ニュース詳細
-------------------------------------------------------------------- */
#news_section02 {
	width: 770px;
	position: relative;
}

#news_section02 dl.icon_date{
	width: 770px;
	margin: 0;
	padding: 20px 0 40px 0;
}

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

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

#news_section02 div.txt_area01{
	font-size: 13px;
	line-height: 2.2;
	margin-bottom: 60px;
}

#news_section02 .btnblock01{
	width: 770px;
	margin: 0 0 50px 0;
}

#news_section02 .btnblock01 .btn01{
	float: right;
}

#news_section02 .btnblock01 .btn01 a{
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 15px 30px 15px 50px;
	background: url(../img/arrow_left01.png) 20px 47% no-repeat;
	background-size: 6px 8px;
}

#news_section02 .btnblock01 .btn01 a:hover{
	border: 1px solid #434343;
	color: #fff;
	background: #434343 url(../img/arrow_left01_o.png) 20px 47% no-repeat;
	background-size: 6px 8px;
}

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

#brand_section01 {
	width: 770px;
	margin-bottom: 20px;
	position: relative;
}

#brand_section01 div.txt_area01{
	line-height: 2.2;
	margin-bottom: 40px;
	padding-top: 5px;
}

#brand_section01 ul{
	width: 770px;
	margin: 0;
	position: relative;
}

#brand_section01 ul li div.photo{
	width: 165px;
	height: 268px;
	float: left;
}

#brand_section01 ul li div.photo img{
	width: 165px;
	height: 268px;
}

#brand_section01 ul li div.menu{
	width: 180px;
	float: right;
}

#brand_section01 ul li h3{
	width: 180px;
	margin: 0 auto;
	text-align: center;
}

#brand_section01 ul li a{
	display: block;
}

#brand_section01 ul li.ikka h3 a img{
	padding: 38px 0;
}

#brand_section01 ul li.lbc h3 a img{
	padding: 33px 0;
}

#brand_section01 ul li.vence h3 a img{
	padding: 32px 0;
}

#brand_section01 ul li.current h3 a img{
	padding: 38px 0;
}

#brand_section01 ul li.notch h3 a img{
	padding: 36px 0;
}

#brand_section01 ul li.tdc h3 a img{
	padding: 38px 0;
}

#brand_section01 ul li.marbull h3 a img{
	padding: 32px 0;
}

#brand_section01 ul li.noneed h3 a img{
	padding: 32px 0;
}

#brand_section01 ul li.candy h3 a img{
	padding: 32px 0;
}

#brand_section01 ul li.maskdotcom h3 a img{
	padding: 32px 0;
}

#brand_section01 ul li ul.btn_area01{
	width: 152px;
	margin: 0 auto;
}

#brand_section01 ul li ul.btn_area01 li{
	width: 144px;
	margin-bottom: 18px;
	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.link01:hover a{
	color: #fff;
	background: #434343 url(../img/arrow_right03.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.link02:hover a{
	color: #fff;
	background: #434343 url(../img/icon_search02_o.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.link03:hover a{
	color: #fff;
	background: #434343 url(../img/icon_curt02_o.png) 10px 45% no-repeat;
	background-size: 14px auto;
}

#brand_section01 ul li:hover{
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

#brand_section01 ul li.maskdotcom{
	width: 358px;
	height: 268px;
	border: 1px solid #dcdcdc;
	margin: 0 0 20px 0;
	background: #fff url(/brand/img/img10.jpg) left top no-repeat;
	background-size: auto 268px;
}
#brand_section01 ul li:nth-child(odd){
	float: left;

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


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

#brand_section02 {
	width: 770px;
	margin-bottom: 20px;
	position: relative;
}

#brand_section02 div.img_area01{
	width: 254px;
	float: left;
}


#brand_section02 div.txt_area02.lbc_area{
	width: 475px;
	line-height: 1.4;
	margin-bottom: 40px;
	float: right;
}

#brand_section02 div.txt_area02{
	width: 475px;
	line-height: 2.2;
	margin-bottom: 40px;
	float: right;
}


#brand_section02 ul.btn_area02.lbc_area {
    width: 475px;
    position: absolute;
    right: 0;
    bottom: -120px;
}

#brand_section02 ul.btn_area02{
	width: 475px;
	position: absolute;
	right: 0;
	bottom: -19px;
}




#brand_section02 ul.btn_area02 li{
	width: 220px;
	margin-bottom: 25px;
	border: 1px solid #dcdcdc;
	text-align:center;
}

#brand_section02 ul.btn_area02 li:nth-child(odd){
	float: left;

}
#brand_section02 ul.btn_area02 li:nth-child(even){
	float: right;
}

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

#brand_section02 ul.btn_area02 li.link01:hover a{
	color: #fff;
	background: #434343 url(../img/arrow_right03.png) 19px 48% no-repeat;
	background-size: 6px 8px;
}

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

#brand_section02 ul.btn_area02 li.link02:hover a{
	color: #fff;
	background: #434343 url(../img/icon_search02_o.png) 15px 48% no-repeat;
	background-size: 14px auto;
}

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

#brand_section02 ul.btn_area02 li.link03:hover a{
	color: #fff;
	background: #434343 url(../img/icon_curt02_o.png) 15px 48% no-repeat;
	background-size: 14px auto;
}

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

#brand_section02 ul.btn_area02 li.link04:hover a{
	color: #fff;
	background: #434343  url(/common/img/icon_newwindow02.png) 16px 48% no-repeat;
	background-size: 12px auto;
}

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

#brand_section02 ul.btn_area02 li.link05:hover a{
	color: #fff;
	background: #434343 url(../img/icon_facebook02_o.png) 14px 48% no-repeat;
	background-size: 14px auto;
}

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

#brand_section02 ul.btn_area02 li.link06:hover a{
	color: #fff;
	background: #434343 url(../img/icon_twitter02_o.png) 15px 48% no-repeat;
	background-size: 14px auto;
}


/* --------------------------------------------------------------------
	shop ショップリスト
-------------------------------------------------------------------- */
#shop_section01 {
	width: 770px;
	position: relative;
}

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

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

#shop_section01 h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

#shop_section01 ul.areablock01{
	margin-bottom: 20px;
	border: 1px solid #d2d2d2;
}

#shop_section01 ul.areablock01 li{
	width: 107px;
	text-align: center;
	border-left: 1px solid #d2d2d2;
	background: #fff url(../img/arrow_down01.png) 10px 50% no-repeat;
	background-size: 8px auto;
	float: left;
}

#shop_section01 ul.areablock01 li:hover{
	background: #434343 url(../img/arrow_down01_o.png) 10px 50% no-repeat;
	background-size: 8px auto;
}

#shop_section01 ul.areablock01 li a{
	padding: 15px 0 15px 10px;
	display: block;
}

#shop_section01 ul.areablock01 li:hover a{
	color: #fff;
}


#shop_section01 ul.areablock01 li:first-child{
	width: 120px;
	border-left: none;
}

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

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

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

#shop_section01 .shoplist01 dl.listblock01 dt{
	width: 270px;
	padding: 20px 20px 20px 0;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

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

#shop_section01 .shoplist01 dl.listblock01 dd{
	width: 458px;
	font-size: 13px;
	padding: 20px 0 20px 20px;
	border-left: 1px solid #d2d2d2;
	float: right;
}

#shop_section01 .shoplist01 dl.listblock01 dd li dt{
	width: 175px;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	float: left;
}

#shop_section01 .shoplist01 dl.listblock01 dd li dd{
	width: 260px;
	font-size: 13px;
	padding: 0;
	border-left: none;
	float: right;
}

#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: 5px;
}

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

#shop_section01 .shoplist01 ul li.tel a:hover{
	color: #000;
}


#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: 770px;
	margin-bottom: 10px;
	position: relative;
}

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

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

#shop_section02 li{
	width: 168px;
	margin-right: 30px;
	border: 1px solid #dcdcdc;
	float: left;
	margin-top:20px;
}

#shop_section02 li.current{
	margin-right: 0px;
}

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

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

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

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

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

#shop_section02 li.mask a{
	padding: 38px 0;
}


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

#about_section01 h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d2d2d2;
}


#about_section01 .newsblock {
	width: 770px;
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

#about_section01 .newsblock dl{
	width: 770px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#about_section01 .newsblock dl dt{
	width: 85px;
	float: left;
}

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

#about_section01 .newsblock dl dd a{
	background: url(../img/arrow_right01.png) 2px 4px 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-left: 30px;
	padding-top: 1px;
}

#about_section02 {
	width: 770px;
	margin-bottom: 20px;
	position: relative;
}


#about_section02 dl{
	width: 358px;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 0;
}

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

#about_section02 dl.ml0{
	margin-left: 0;
}

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

#about_section02 dt{
	width: 358px;
}

#about_section02 dt img{
	width: 358px;
	height: auto;
}

#about_section02 dd{
	font-size: 16px;
	padding: 10px 0 10px 15px;
}

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

/*
#about_section02 dl{
	width: 168px;
	margin: 0 0 30px 30px;
	border: 1px solid #dcdcdc;
	float: left;
}

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

#about_section02 dl.ml0{
	margin-left: 0;
}

#about_section02 dt{
	width: 168px;
}

#about_section02 dt img{
	width: 168px;
	height: auto;
}

#about_section02 dd{
	font-size: 16px;
	padding: 10px 0 15px 8px;
}

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

.about_section03 {
	width: 770px;
	margin-bottom: 50px;
	position: relative;
}

.about_section03 h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d2d2d2;
}


.about_section03 .newsblock {
	width: 770px;
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

.about_section03 .newsblock dl{
	width: 770px;
	margin: 0;
	padding: 0;
}

.about_section03 .newsblock dl dt{
	width: 85px;
	float: left;
}

.about_section03 .newsblock dl dd{
	width: 660px;
	float:right;
}

.about_section03 table{
	margin: 30px 0 20px 0;
}

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

.about_section03 table td{
	vertical-align: top;
	padding: 12px 20px;
	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{
	margin:0;
}


/* 役員紹介 横並びレスポンシブ */


*, *:before, *:after {
	box-sizing: border-box;
}





.a_col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap:wrap-reverse;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 30px;

}
.a_col_2 > div{
	width: 50%;
}

.a_col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	padding-bottom: 10px;

}
.a_col_3 > div{
	width: 33.33333%;
	padding: 10px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 20px;

}
@media screen and (max-width: 960px) {
	.a_col_3 > div{
		width: 50%;
	}
}



@media screen and (max-width: 960px) {
	.a_col_2 > div{
		width: 100%;
	}
}


.indent_list02 > li{
	font-size: 0.85em !important;
	margin: 0px !important;
	line-height: 1.7;
}

.a_col_2 dt{
	font-size: 1.05em !important;
	margin-top: 30px;
}
.a_col_2 dd{
	font-size: 1.3em !important;
	font-weight: bold !important;
}
.a_col_3 dt{
	font-size: 0.9em !important;
	margin-top: 20px;
}
.a_col_3 dd{
	font-size: 1.2em !important;
	font-weight: bold !important;
}


.a_col_2 .indent_list02{
	margin-top: 25px;
}



/* 終了　役員紹介 横並びレスポンシブ */


/* --------------------------------------------------------------------
	csr
-------------------------------------------------------------------- */
#csr_section01 {
	width: 770px;
	margin-bottom: 50px;
	position: relative;
}

#csr_section01 .newsblock {
	width: 770px;
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

#csr_section01 .newsblock dl{
	width: 770px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#csr_section01 .newsblock dl dt{
	width: 85px;
	float: left;
}

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

#csr_section01 .newsblock dl dd a{
	background: url(../img/arrow_right01.png) 2px 4px 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-left: 30px;
	padding-top: 1px;
}

#csr_section01 div.txt_area01{
	line-height: 2.2;
	margin-bottom: 30px;
	padding-top: 30px;
	font-weight: bold;
}

#csr_section02 {
	width: 770px;
	margin-bottom: 50px;
	position: relative;
}

#csr_section02 li{
	width: 368px;
	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:nth-child(odd){
	float: left;
}
#csr_section02 li:nth-child(even){
	float: right;
}

#csr_section02 li a{
	padding: 8px 0;
	display: block;
}

/* --------------------------------------------------------------------
	ir IR情報
-------------------------------------------------------------------- */
#ir_section01 {
	width: 770px;
	margin-bottom: 50px;
	position: relative;
}

#ir_section01 h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d2d2d2;
}

#ir_section01 .newsblock {
	width: 770px;
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

#ir_section01 .newsblock dl{
	width: 770px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#ir_section01 .newsblock dl dt{
	width: 85px;
	float: left;
}

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

#ir_section01 .newsblock dl dd a{
	background: url(../img/arrow_right01.png) 2px 4px 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-left: 30px;
	padding-top: 1px;
}

.ir_section01 {
	width: 770px;
	margin-bottom: 50px;
	position: relative;
}

.ir_section01 h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d2d2d2;
}

.ir_section01 .newsblock {
	width: 770px;
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}

.ir_section01 .newsblock dl{
	width: 770px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.ir_section01 .newsblock dl dt{
	width: 85px;
	float: left;
}

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

.ir_section01 .newsblock dl dd a{
	background: url(../img/arrow_right01.png) 2px 4px 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-left: 30px;
	padding-top: 1px;
}

#ir_section02 {
	width: 770px;
	margin-bottom: 20px;
	position: relative;
}

#ir_section02 table{
	width: 770px;
	border: 1px solid #dcdcdc;
	border-right: none;
	margin: 0 0 80px 0;
}

#ir_section02 th{
	width: 191px;
	font-size: 16px;
	padding-bottom: 7px;
	float: left;
	text-align: center;
	border-right: 1px solid #dcdcdc;
}

#ir_section02 th img{
	width: 191px;
	height: auto;
}

#ir_section02 td{
	width: 191px;
	border-right: 1px solid #dcdcdc;
	padding: 40px 0;
	text-align: center;
}

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

#ir_section02 td.r01,
#ir_section02 td.r02{
	display: none;
}

#ir_section02 td.r03,
#ir_section02 td.r04{
	width: 290px;
}

#ir_section03 {
	width: 770px;
	margin-bottom: 20px;
	position: relative;
}

#ir_section03 dl{
	width: 358px;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 0;
}

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

#ir_section03 dl.ml0{
	margin-left: 0;
}

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

#ir_section03 dt{
	width: 358px;
}

#ir_section03 dt img{
	width: 358px;
	height: auto;
}

#ir_section03 dd{
	font-size: 16px;
	padding: 10px 0 10px 15px;
}

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

#ir_section04 {
	width: 770px;
	margin-bottom: 20px;
	position: relative;
}

#ir_section04 dl{
	width: 358px;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 25px;
	float: left;
}

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

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

#ir_section04 dt{
	width: 358px;
}

#ir_section04 dt img{
	width: 358px;
	height: auto;
}

#ir_section04 dd{
	font-size: 16px;
	padding: 10px 0 10px 15px;
}

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



/* --------------------------------------------------------------------
	recruit 募集中店舗一覧
-------------------------------------------------------------------- */
#recruit_section01 {
	width: 770px;
	position: relative;
}

#recruit_section01 table{
	margin: 30px 0;
	border-top: 1px solid #dcdcdc;
}

#recruit_section01 table td{
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	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{
	width: 35%;
	padding-left: 5px;
	padding-right: 15px;
	border-right: 1px solid #dcdcdc;
}

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

#recruit_section01 table td.cell02{
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #dcdcdc;
}

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


/* --------------------------------------------------------------------
	recruit 募集詳細
-------------------------------------------------------------------- */
#recruit_section02 {
	width: 770px;
	position: relative;
}

#recruit_section02 div.txt_area01{
	font-size: 13px;
	line-height: 2.2;
	margin-bottom: 30px;
}

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

#recruit_section02 table th{
	width: 140px;
	vertical-align: top;
	padding: 12px 20px 12px 15px;
	border-top: 1px solid #888989;
	font-weight: bold;
}

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


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

#recruit_section03 dl{
	width: 368px;
	height: 142px;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 0;
	position: relative;
	overflow: hidden;
}

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

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

#recruit_section03 dt{
	width: 368px;
}

#recruit_section03 dt img{
	margin: 0;
	padding: 0;
}

#recruit_section03 dd{
	width: 353px;
	position: absolute;
	bottom: 0;
	z-index: 10;
	font-size: 16px;
	padding: 10px 0 8px 15px;
	background: url(/recruit/img/bg01.png) 0 0 repeat;
}

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

#recruit_section04 dl{
	width: 238px;
	height: 208px;
	border: 1px solid #dcdcdc;
	margin: 0 0 30px 25px;
	position: relative;
	float: left;
}

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

#recruit_section04 dt{
	width: 238px;
}

#recruit_section04 dt img{
	margin: 0;
	padding: 0;
}

#recruit_section04 dd{
	width: 223px;
	position: absolute;
	bottom: 0;
	z-index: 10;
	font-size: 16px;
	padding: 10px 0 8px 15px;
	background: url(/recruit/img/bg01.png) 0 0 repeat;
}

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

#recruit_section04 dd.new_window a{
	color: #fff;
	background: url(/common/img/icon_newwindow02.png) 0 5px no-repeat;
	background-size: 12px auto;
	padding-left: 18px;
}

#recruit_section04 ul{
	width: 770px;
	position: relative;
}

#recruit_section04 ul li{
	width: 238px;
	border: 1px solid #dcdcdc;
	margin: 0 0 10px 25px;
	position: relative;
	float: left;
}

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

#recruit_section04 ul li a{
	display: block;
	font-size: 16px;
	padding: 20px 0 20px 34px;
	background: url(../img/arrow_right01.png) 16px 45% no-repeat;
	background-size: 6px 8px;
}

#recruit_section05{
	width: 770px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #dcdcdc;
	position: relative;
}

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

#recruit_section05 li{
	width: 168px;
	margin: 0 30px 20px 0;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	float: left;
}

#recruit_section05 li.current{
	margin-right: 0px;
}

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

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

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

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

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

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

#recruit_section05 li.maskdotcom a{
	padding: 38px 0;
}

#recruit_section05 li.all{
	width: 770px;
	margin-right: 0;
	font-size: 16px;
	text-align: center;
}

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

#recruit_section06{
	width: 770px;
	margin-bottom: 10px;
	position: relative;
}

#recruit_section06 li{
	width: 168px;
	margin: 0 30px 20px 0;
	font-size: 16px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	float: left;
}

#recruit_section06 li.mr0{
	margin-right: 0px;
}

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

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

.recruit_section07{
	margin: 0 auto 50px auto;
	position: relative;
}

.recruit_section07 .btn01 {
	margin: 0 auto 70px auto;
	padding-top: 20px;
	font-size: 16px;
	text-align: center;
}

.recruit_section07 .btn01 a{
	color: #fff;
	padding: 15px 100px 14px 100px;
	background: #434343 url(../img/icon_search03.png) 20px 45% no-repeat;
	background-size: 21px auto;
	border-radius: 5px;
}

.recruit_section07 .btn01 a:hover{
	color: #000;
	border: 1px solid #434343;
	background: #fff url(../img/icon_search03_o.png) 20px 45% no-repeat;
	background-size: 21px auto;
}

#recruit_section08{
	width: 770px;
	margin-bottom: 30px;
	position: relative;
}

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

#recruit_section08 li{
	width: 168px;
	margin: 0 0 20px 30px;
	font-size: 16px;
	border: 1px solid #dcdcdc;
	float: left;
}

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

#recruit_section08 li a{
	padding: 12px 0;
	display: block;
	text-align: center;
	cursor: pointer;
	background: url(../img/arrow_right01.png) 15px 45% no-repeat;
	background-size: 6px 8px;
}

#recruit_section08 li a:hover{
	background: #434343 url(../img/arrow_right03.png) 15px 45% no-repeat;
	color: #fff;
	background-size: 6px 8px;
}

/* --------------------------------------------------------------------
	contact お問い合わせ
-------------------------------------------------------------------- */
#contact_section01 {
	width: 770px;
	position: relative;
}

#contact_section01 div.txt_area01{
	line-height: 2.2;
	margin-bottom: 35px;
}

#contact_section01 div.caution_area01{
	width: 740px;
	border: 2px solid #a40000;
	background-color: #fffef3;
	line-height: 2.2;
	padding: 15px;
	margin-bottom: 40px;
	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{
	text-align: center;
}

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

#contact_section01 ul.attention_list01 li{
	font-size: 11px;
	margin-bottom: 5px;
}

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

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

#contact_section02 {
	width: 770px;
	position: relative;
}

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

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

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

#contact_section02 table th{
	width: 140px;
	vertical-align: top;
	padding: 18px 20px 18px 15px;
	border-top: 1px solid #888989;
	font-weight: bold;
}

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

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

#contact_section02 table td.number p{
	width: 270px;
	float: right;
	font-size: 11px;
	line-height: 1.4;
	padding: 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: 200px;
	margin-right: 30px;
	padding: 7px;
}

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

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

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

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

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

#contact_section02 select.sel01 {
	width: 245px;
	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: 217px;
	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: 482px;
	margin-left: 36px;
	padding: 7px;
}

#contact_section02 .confirm {
	margin: 0 auto 70px auto;
	text-align: center;
}

#contact_section02 .confirm a{
	color: #fff;
	padding: 15px 170px 14px 170px;
	background-color: #434343;
	border-radius: 5px;
}

#contact_section02 .confirm a:hover{
	color: #000;
	background-color: #fff;
	border: 1px solid #434343;
}

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

#contact_section02 div.call_area01 .phone{
}

#contact_section03 {
	width: 770px;
	position: relative;
}

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

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

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

#contact_section03 table th{
	width: 140px;
	vertical-align: top;
	padding: 18px 20px 18px 15px;
	border-top: 1px solid #888989;
	font-weight: bold;
}

#contact_section03 table td{
	vertical-align: top;
	padding: 18px 20px;
	border-top: 1px solid #dcdcdc;
}

#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: 770px;
	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 div.txt_area01 p{
	line-height: 2.2;
	margin-bottom: 10px;
}


.common_section01 h3{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}

.common_section01 h3.number_h3{
	text-indent: -30px;
	padding-left: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}

.common_section01 h3.box_h3{
	width: 550px;
	float: left;
}

.common_section01 div.txt_area01 div.boxL{
	width: 550px;
	float: left;
}

.common_section01 div.txt_area01 div.boxL p{
	width: 550px;
	line-height: 2.2;
	margin-bottom: 10px;
}
.common_section01 div.txt_area01 div.boxR{
	width: 200px;
	float: right;
	text-align: center;
}

.common_section01 div.txt_area01 div.boxL02{
	width: 100px;
	float: left;
}

.common_section01 div.txt_area01 div.boxL02_2{
	width: 130px;
	float: left;
}

.common_section01 div.txt_area01 div.boxR02{
	width: 520px;
	float: right;
}

.common_section01 div.txt_area01 div.boxR02 p{
	width: 520px;
	line-height: 2.2;
	margin-bottom: 10px;
}

.common_section01 div.txt_area01 div.boxR02 p.small{
	width: 520px;
	line-height: 1.8;
	margin-bottom: 0;
	font-size:11px;
}

.common_section01 div.txt_area01 div.boxL03{
	width: 150px;
	float: left;
}

.common_section01 div.txt_area01 div.boxR03{
	width: 600px;
	float: right;
}

.common_section01 div.txt_area01 div.boxR03 p{
	width: 600px;
	line-height: 2.2;
	margin-bottom: 30px;
}

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

.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: 730px;
	border: 1px solid #dcdcdc;
	padding: 10px 10px 0 10px;
	position: relative;
}

.common_section01 div.txt_area01 div.square01 dl:last-child{
	padding-bottom: 10px;
}

.common_section01 div.txt_area01 div.square01 dl{
	width: 620px;
	position: relative;
}

.common_section01 div.txt_area01 div.square01 dt{
	width: 210px;
	padding-left: 20px;
	float: left;
}

.common_section01 div.txt_area01 div.square01 dd{
	width: 390px;
	text-indent: 1px;
	float: right;
}

.common_section01 div.txt_area01 div.square01 p{
	padding-left: 20px;
}

.common_section01 div.txt_area01 div.square02{
	width: 770px;
	border: 1px solid #dcdcdc;
	padding: 10px;
	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 ul li p:last-child{
	line-height: 1.8;
	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-left: 30px;
	padding-top: 1px;
}

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

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

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

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

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

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

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

.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.indent_list02{
	margin-bottom: 40px;
}

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

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

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

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

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

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


/* --------------------------------------------------------------------
	common_section02 テキストセクション
-------------------------------------------------------------------- */
.common_section02 {
	width: 770px;
	margin-bottom: 40px;
	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 div.txt_area02 p{
	line-height: 2.2;
	margin-bottom: 10px;
}

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

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

.common_section02 h3{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}

.common_section02 h3.box_h3{
	width: 400px;
	float: left;
}

.common_section02 div.txt_area02 div.boxL01{
	width: 400px;
	float: left;
}

.common_section02 div.txt_area02 div.boxL01 p{
	width: 400px;
	line-height: 2.2;
	margin-bottom: 10px;
}
.common_section02 div.txt_area02 div.boxR01{
	width: 350px;
	float: right;
	text-align: center;
}

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

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

.common_section02 div.txt_area03 p{
	line-height: 1.8;
	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: 8px;
	text-indent: -13px;
	padding-left: 13px;
}

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

/* --------------------------------------------------------------------
	common_section03 テキストセクション
-------------------------------------------------------------------- */
.common_section03 {
	width: 770px;
	margin-bottom: 40px;
	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 div.txt_area04 p{
	line-height: 2.2;
	margin-bottom: 10px;
}

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

.common_section03 div.txt_area04 div.boxL01{
	width: 550px;
	float: left;
}

.common_section03 div.txt_area04 div.boxL02 p{
	width: 550px;
	line-height: 2.2;
	margin-bottom: 10px;
}
.common_section03 div.txt_area04 div.boxR02{
	width: 200px;
	float: right;
	text-align: right;
}

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


/* --------------------------------------------------------------------
	SP用セレクトボックス
-------------------------------------------------------------------- */
.search_section01 {
	display: none;
}


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

#link_section ul#bannerlink{
	width: 875px;
	margin: 0 0 40px 0;
	padding: 0;
	float: left;
}

#link_section ul#bannerlink li{
	width: 240px;
	margin: 0 20px 0 0;
	float: left;
	position: relative;
}

#link_section ul#bannerlink li img{
}

#link_section ul#bannerlink li img:hover{
}

#link_section ul#snslink{
	width: 125px;
	margin: 0;
	padding: 0;
	float: right;
}

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

#link_section ul#snslink li img{
	width: 34px;
	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: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

#brand_section ul li{
	width: 249px;
	height: 145px;
	border-right: 1px solid #d2d2d2;
	float: left;
	position: relative;
}

#brand_section ul li:first-child{
	width: 248px;
	border-left: 1px solid #d2d2d2;
}

#brand_section ul li .brandlogo{
	text-align: center;
	margin: 0 auto;
}

#brand_section ul li .brandsearch{
	width: 171px;
	margin: 0 auto;
	padding: 7px 0 6px 0;
	text-align: center;
	text-indent: 18px;
	border: 1px solid #d2d2d2;
	color: #666;
	background: #fff url(../img/icon_search02.png) 15px 48% no-repeat;
	position: absolute;
	bottom: 40px;
	left: 37px;
}

#brand_section ul li .brandsearch:hover{
	width: 171px;
	margin: 0 auto;
	padding: 7px 0 6px 0;
	text-align: center;
	text-indent: 18px;
	border: 1px solid #d2d2d2;
	color: #fff;
	background: #434343 url(../img/icon_search02_o.png) 15px 48% no-repeat;
}

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

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

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

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

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

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

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


/* --------------------------------------------------------------------
	フッター
-------------------------------------------------------------------- */
footer {
	width: 100%;
	position: relative;
	background:#fff;
}
footer div#footernav {
	width: 1000px;
	margin: 0 auto;
	padding:30px 0;
	position: relative;
}

footer div#footernav ul#footerlogo {
	width: 480px;
	margin: 0;
	padding: 0;
	float: left;
}

footer div#footernav ul#footerlogo li {
	float: left;
}

/* 20161017 修正ここから　*/
footer div#footernav ul#footerlogo li#flogo {
	padding: 12px 20px 10px 0;
}

footer div#footernav ul#footerlogo li#flogo img{
	height: 37px;
	width: auto;
}

footer div#footernav ul#footerlogo li#ielogo {
	width: 100px;
	height: auto;
	padding: 10px 0;
}

footer div#footernav ul#footerlogo li#ielogo img{
	width: 100px;
	height: auto;
}

/* 20161017 修正ここまで　*/

footer div#footernav ul#footernavi{
	width: 520px;
	margin: 0;
	padding: 0;
	float: right;
}

footer div#footernav ul#footernavi li {
	float: left;
}

footer div#footernav ul#footernavi:after {content:"　｜";}

footer div#footernav ul#footernavi li:before {content:"　｜";}

footer div#footernav ul#footernavi li a {
	padding-left: 10px;
}

footer div#footernav ul#footernavi li a:hover {
	color: #dcdcdc;
}

footer div#footernav ul#footernavi li.fhome {
	display: none;
}

footer div#footernav div#switch_btn02{
	display: none;
}

footer #copyright {
	font-size: 11px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 40px;
}

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

h1.common_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	border-bottom: 3px solid #434343;
}

h1.common_h1{
	font-size: 24px;
}


h1.logo_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #434343;
}

h1.news{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 60px;
}

h1.news{
	background: url(/news/corporate/img/tit_news.png),
				url(/news/corporate/img/bg_h1.jpg);
}

h1.brandnews{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 60px;
}

h1.brandnews{
	background: url(/news/brand/img/tit_news.png),
				url(/news/corporate/img/bg_h1.jpg);
}

h1.irnews{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 60px;
}

h1.irnews{
	background: url(/news/ir/img/tit_irnews.png),
				url(/news/corporate/img/bg_h1.jpg);
}


h1.csrnews{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 60px;
}

h1.csrnews{
	background:
				url(/news/corporate/img/bg_h1.jpg);
}


h1.shop{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 50px;
}

h1.shop{
	background: url(/shop/img/tit_shop.png),
				url(/shop/img/bg_h1.jpg);
}

h1.about{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.about{
	background: url(/about/img/tit_about.png),
				url(/about/img/bg_h1.jpg);
}

h1.csr{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.csr{
	background: url(/csr/img/bg_h1.jpg);
}


h1.ir{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.ir{
	background: url(/ir/img/tit_ir.png),
				url(/ir/img/bg_h1.jpg);
}

h1.recruit{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 40px;
}

h1.recruit{
	background: url(/recruit/img/tit_recruit.png),
				url(/recruit/img/bg_h1.jpg);
}

h1.part{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 40px;
}

h1.part{
	background: url(/recruit/part/img/tit_part.png),
				url(/recruit/img/bg_h1.jpg);
}

h1.brandtop{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.brandtop{
	background: url(/brand/img/tit_brand.png),
				url(/brand/img/bg_h1.jpg);
}

h1.sleepingcom{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.sleepingcom{
	background: url(/brand_test/sleeping.com/img/bg_h1_01);
}

h1.ikka{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.ikka{
	background: url(/brand/ikka/img/tit_ikka.png),
				url(/brand/ikka/img/bg_h1.jpg);
}


h1.ikka_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: 3px solid #434343;
	background: url(/common/img/logo_ikka01.png) right 20% no-repeat;
}

h1.ikka_h1 span{
	width: 640px;
	display: inline-block;
}

h1.lbc{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.lbc{
	background: url(/brand/lbc/img/bg_h1.jpg);
}

h1.lbc_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: 3px solid #434343;
	background: url(/common/img/logo_lbc01.png) right 20% no-repeat;
}

h1.lbc_h1 span{
	width: 640px;
	display: inline-block;
}

h1.vence{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.vence{
	background: url(/brand/vence/img/bg_h1.jpg);
}

h1.vence_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: 3px solid #434343;
	background: url(/common/img/logo_vence01.png) right 20% no-repeat;
}

h1.vence_h1 span{
	width: 640px;
	display: inline-block;
}

h1.current{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.current{
	background: url(/brand/current/img/tit_current.png),
				url(/brand/current/img/bg_h1.jpg);
}

h1.current_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: 3px solid #434343;
	background: url(/common/img/logo_current01.png) right 20% no-repeat;
}

h1.current_h1 span{
	width: 640px;
	display: inline-block;
}


h1.maskdotcom{
	background: url(/brand/maskdotcom/img/bg_h1.jpg);
}

h1.maskdotcom{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.maskdotcom_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: 3px solid #434343;
	background: url(/shop/img/mask.png) right 20% no-repeat;
}

h1.maskdotcom_h1 span{
	width: 640px;
	display: inline-block;
}

h1.notch{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.notch{
	background: url(/brand/notch/img/tit_notch.png),
				url(/brand/notch/img/bg_h1.jpg);
}

h1.notch_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: 3px solid #434343;
	background: url(/common/img/logo_notch01.png) right 20% no-repeat;
}

h1.notch_h1 span{
	width: 640px;
	display: inline-block;
}

h1.tdc{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.tdc{
	background: url(/brand/tdc/img/tit_tdc.png),
				url(/brand/tdc/img/bg_h1.jpg);
}

h1.tdc_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: 3px solid #434343;
	background: url(/common/img/logo_tdc01.png) right 20% no-repeat;
}

h1.tdc_h1 span{
	width: 640px;
	display: inline-block;
}

h1.marbull{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.marbull{
	background: url(/brand/8marbull/img/bg_h1.jpg);
}


h1.marbull_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: 3px solid #434343;
	background: url(/common/img/logo_8marbull01.png) right 20% no-repeat;
}

h1.marbull_h1 span{
	width: 640px;
	display: inline-block;
}

h1.noneed{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.noneed{
	background: url(/brand/noneed/img/tit_noneed.png),
				url(/brand/noneed/img/bg_h1.jpg);
}


h1.noneed_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: 3px solid #434343;
	background: url(/common/img/logo_noneed.png) right 20% no-repeat;
}

h1.noneed span{
	width: 640px;
	display: inline-block;
}


h1.candy{
	width: 770px;
	height: 210px;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 35px;
}

h1.candy{
	background: url(/brand/candy-beans/img/tit_candy.png),
				url(/brand/candy-beans/img/bg_h1.jpg);
}


h1.candy_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: 3px solid #434343;
	background: url(/common/img/logo_candy.png) right 20% no-repeat;
}

h1.candy span{
	width: 640px;
	display: inline-block;
}


h1.all_h1{
	width: 770px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: 3px solid #434343;
	background: url(/common/img/logo_all01.png) right 20% no-repeat;
}

h1.all_h1 span{
	width: 640px;
	display: inline-block;
}

h2.common_h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d2d2d2;
}

h3.common_h3{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 18px;
}

h2.common_h4{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d2d2d2;
}

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

.common_btnblock01{
	width: 770px;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.common_btnblock01 .btn01{
	float: right;
}

.common_btnblock01 .btn01 a{
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 8px 30px 7px 45px;
	background: url(../img/arrow_left01.png) 22px 47% no-repeat;
	background-size: 6px 8px;
}

.common_btnblock01 .btn01 a:hover{
	border: 1px solid #434343;
	color: #fff;
	background: #434343 url(../img/arrow_left01_o.png) 22px 47% no-repeat;
	background-size: 6px 8px;
}

.common_btnblock02{
	width: 770px;
	margin-bottom: 40px;
	position: relative;
	display: block;
}

.common_btnblock02 .btn02{
	float: left;
}

.common_btnblock02 .btn02 a{
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 15px 30px 14px 45px;
	background: url(../img/arrow_left01.png) 22px 47% no-repeat;
	background-size: 6px 8px;
}

.common_btnblock02 .btn02 a:hover{
	border: 1px solid #434343;
	color: #fff;
	background: #434343 url(../img/arrow_left01_o.png) 22px 47% no-repeat;
	background-size: 6px 8px;
}

.common_btnblock02 .btn03{
	width: 530px;
	padding: 15px 0 14px 0;
	background: #434343;
	border:1px solid #434343;
	border-radius: 5px;
	text-align: center;
	float: right;
}

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

.common_btnblock02 .btn03:hover{
	color: #000;
	background: #fff;
}

.common_btnblock02 .btn03:hover a{
	color: #000;
}

.common_btnblock03{
	width: 770px;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.common_btnblock03 .btn04{
	float: right;
}

.common_btnblock03 .btn04 a{
	display: inline-block;
	color: #000;
	border: 1px solid #dcdcdc;
	padding: 8px 30px 7px 45px;
	background: url(/common/img/icon_newwindow01.png) 22px 47% no-repeat;
	background-size: 12px auto;
}

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

.common_btnblock03 .btn05{
	float: right;
}

.common_btnblock03 .btn05 a{
	display: inline-block;
	color: #000;
	border: 1px solid #dcdcdc;
	padding: 8px 30px 7px 45px;
	background: url(../img/arrow_right01.png) 22px 47% no-repeat;
	background-size: 6px 8px;
}

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

.common_btnblock04{
	width: 770px;
	margin-top: -20px;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.common_btnblock04 .btn01{
	float: left;
}

.common_btnblock04 .btn01 a{
	display: inline-block;
	color: #000;
	border: 1px solid #dcdcdc;
	padding: 15px 30px 14px 45px;
	background: url(../img/arrow_right01.png) 22px 47% no-repeat;
	background-size: 6px 8px;
}

.common_btnblock04 .btn01 a:hover{
	border: 1px solid #434343;
	text-decoration: none;
	color: #fff;
	background: #434343 url(../img/arrow_right03.png) 22px 47% no-repeat;
	background-size: 6px 8px;
}

.common_btnblock05{
	width: 600px;
	margin-top: -20px;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.common_btnblock05 .btn01{
	float: left;
}

.common_btnblock05 .btn01 a{
	display: inline-block;
	color: #000;
	border: 1px solid #dcdcdc;
	padding: 15px 30px 14px 45px;
	background: url(../img/arrow_right01.png) 22px 47% no-repeat;
	background-size: 6px 8px;
}

.common_btnblock05 .btn01 a:hover{
	border: 1px solid #434343;
	text-decoration: none;
	color: #fff;
	background: #434343 url(../img/arrow_right03.png) 22px 47% no-repeat;
	background-size: 6px 8px;
}


.google-maps {
	margin-bottom: 40px;
}

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

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

a[href^="tel:"] { cursor: default; }


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

.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 2020/05/11 */
.ttl__csr__slogan {
  width: 45%;
  margin: 4em auto;
}

.txt__CSR--main {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2em;
}
.visual__csr img{
	width: 100%;
}

.visual__csr_ft img{
	width: 50%;
	margin: 10% 25%;
}

.txt__CSR--sub {
  text-align: center;
  font-size: 14px;
  margin-bottom: 4em;
}

.txt__CSR--sub2 {
  text-align: left;
  font-size: 14px;
  margin-bottom: 4em;
}

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

.icon__csr__box li {
  width: 18%;
  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: 25%;
  margin: 1%;
  padding: 3%;
  background: #F2F2F2;
  text-align: center;
  font-weight: bold;
}

.txt__CSR--center {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

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

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

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

.csr_mb30{
	margin-bottom: 30px;
}

.csr_mb50{
	margin-bottom: 50px;
}
