@charset"UTF-8";

/*==============================
reset
==============================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
html{overflow-y:scroll;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
ol,ul{list-style:none;}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
/*NoscriptMessage*/
#msgNoscript{display:block;position:absolute;top:0;left:0;z-index:9999;width:100%;padding:5px 0;border-top:1px solid #fcc;border-bottom:1px solid #fcc;background:#fdd;color:#f33;line-height:1.2;text-align:center;opacity:0.7;}



/*==============================
common
==============================*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#2a2a2a;
	min-width: 1000px;
}
body img {
	vertical-align:bottom;
}
body a {
	color:#2a2a2a;
	text-decoration:none;
}
body a:hover {
	text-decoration:underline;
}
body a:hover img {
	opacity:.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}



/*==============================
header
==============================*/

/*hnav*/
#hnav {
	border-bottom:1px solid #353535;
	padding:4px 0;
	font-size:11px;
	min-width: 1000px;
}
#hnav li {
	float:left;
	padding:7px 10px;
	border-right:1px dotted #353535;
}
#hnav li a:hover {
	color:#9a9a9a;
	text-decoration:none;
}
#hnav li.li_lang {
	position:relative;
	padding-top:0;
	padding-bottom:0;
	padding-right:100px;
}
#hnav li.li_lang p {
	float:left;
	padding:6px 0;
	margin-right:5px;
}
#hnav li.li_lang .lang {
	float:left;
	border:1px solid #353535;
	position:absolute;
	right:15px;
	top:0;
	z-index:2000;
}
#hnav li.li_lang .lang li {
	float:none;
	display:none;
	width:80px;
	padding:0;
	border-right:none;
	background:#fff;
}
#hnav li.li_lang .lang li.active {
	background:#fff url(/common/images/ico_arrow01.gif) no-repeat right center;
}
#hnav li.li_lang .lang li.active.open {
	background:#fff url(/common/images/ico_arrow02.gif) no-repeat right center;
}
#hnav li.li_lang .lang li a {
	display:block;
	padding:4px;
}
#hnav li .lang li.active {
	display:block;
}
#hnav .li_search {
	padding-top:1px;
	padding-bottom:2px;
	width: 180px;
	height:22px;
	margin: 0;
}
#hnav #header_search {
	position:relative;
}
#hnav #header_search_box {
	font-size:100%;
	color:#a3a3a3;
	background:#fff;
	border:1px solid #d9d9d9;
	width:150px;
	padding-right:30px;
	height:22px;
}
#hnav #header_search_btn {
	position:absolute;
	right:1px;
	top:1px;
	border:none;
	width:26px;
	height:20px;
	background:url(/common/images/ico_search.png) no-repeat center center;
	text-indent:-9999px;
	cursor: pointer;
}
#hnav #header_search_btn:hover {
	background-color:#d9d9d9;
}
#hnav .li_sns {
	padding:0 5px;
}
#hnav .sns li {
	border-right:none;
	padding:3px 5px;
}
/* Googleカスタム検索 */
.gsc-control-cse {
	padding: 0px !important;
}
.gsc-input-box {
	height: 25px !important;
	border: 1px solid #333 !important;
	margin:-1px 0 0 -5px !important;
}
.gsc-search-button input {
	border-radius: 1px;
	margin:-1px 0 0 -8px !important;
	font-size: 13px !important;
}
.gsc-search-button {
	border-radius: 1px !important;
}
.gsc-control-cse-ja {
	padding: 0 !important;
	margin: 0 !important;
}
.gsc-control-wrapper-cse {
	padding: 0 !important;
	margin: 0 !important;
}

/*ttl*/
header .head {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
header h1 {	
	margin: 10px 0;
	text-align:left;
	padding:27px 0 10px;
}
header .hlogo {
	position: absolute;
	top: 15px;
	right: 10px;
}


/*==============================
gnav
==============================*/
#gnav {
	position:relative;
	border-bottom:2px solid #353535;
	height:48px;
	width:100%;
	z-index:1000;
	background:#353535;
	min-width: 1000px;
}
#gnav ul {
	position:absolute;
	left:50%;
	bottom:-2px;
	width:1000px;
	margin-left:-500px;
	color: #fff !important;
}
#gnav li {
	float:left;
	text-align:center;
	border-bottom:2px solid #353535;
	height:48px;
	line-height:48px;
	color: #fff !important;
	font-size: 95%;
}

#gnav li.active,
#gnav li:hover {
	border-bottom:2px solid #e30b20;
	position: relative;
}
#gnav li.active:after,
#gnav li:hover:after {
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 0 4px 5px 4px;
	border-color: transparent transparent #e30b20 transparent;
	position: absolute;
    bottom: 0%;
    left: 48%;
    content: "";
}
#gnav li .top {
	width: 80px !important;
}

#gnav li a {
	display:block;
	color: #fff !important;
	padding: 4px 22px;
}
#gnav li a:hover {
	text-decoration:none;
}



/*==============================
article
==============================*/
article {
	width:1000px;
	margin:0 auto;
	padding-bottom:50px;
}



/*==============================
footer
==============================*/
footer {
	text-align:center;
	background:#ccc;
	padding-bottom:30px;
}
footer dl {
	background:#1a0c06;
	padding:10px;
	color:#fff;
}
footer dl dt,
footer dl dd {
	display:inline-block;
}
footer dl dt {
	margin-right:18px;
	margin-left: 18px;
}
footer ul {
	padding:30px 0 15px;
	font-size:12px;
}
footer ul li {
	display:inline-block;
	border-right:1px solid #353535;
	padding:0 10px;
}
footer #btn_sp {
	text-align:center;
	padding-top:10px;
	display:none;
}

.footCap {
	text-align: center;
	font-size: 90%;
	margin: 8px 0;
}
footer dl dd a {
	color: #fff !important;
	text-decoration: none;
}

/*==============================
module
==============================*/
.clfx{zoom:1;}
.clfx:after{ content:"";display:block;clear:both;}
.dis_n{display:none;}
.fl_l{float:left;}
.fl_r{float:right;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.mb0{margin-bottom:0 !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.pt0{padding-top:0 !important;}
.pl10{padding-left:10px !important;}
.pl20{padding-left:20px !important;}
.pl40{padding-left:40px !important;}
.pr10{padding-right:10px !important;}
.pr20{padding-right:20px !important;}
.pr40{padding-right:40px !important;}
.mg15 {
	margin: 15px 0;
}


/*==============================
PORTAL
==============================*/

#tobuPortal {
	width: 980px;
	margin: 10px auto;
}
#tobuPortal .header {
	height: 86px;
}
#tobuPortal .header .logo {
	padding: 20px 0 0 12px;
}
#tobuPortal .bnrArea {
	box-sizing: content-box;
	float: left;
	width: 700px;
}
#tobuPortal .listArea {
	box-sizing: content-box;
	float: right;
	width: 260px;
}
#tobuPortal .listArea h2 {
	font-weight: bold;
	font-size: 130%;
	letter-spacing: 3px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #1b1464;
}
#tobuPortal .shopArea {
	margin-bottom: 18px;
}
#tobuPortal .shopArea h3 {
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 1px;
	margin: 10px 0 3px 2px;
	color: #313131;
}
#tobuPortal .shopArea ul {
	margin: 5px 0 12px;
}
#tobuPortal .shopArea li {
	border: 1px solid #cbcbcb;
	margin-bottom: 8px;
}
#tobuPortal .shopArea li div {
	font-size: 112%;
	letter-spacing: 2px;
	position: relative;
}
#tobuPortal .shopArea li div span {
	font-size: 80%;
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	letter-spacing: 1px;
}
#tobuPortal .shopArea li a {
	display: block;
	text-decoration: none;
	padding: 9px 18px;
	background: #fff;
}
#tobuPortal .shopArea li a:hover {
	background: #efefef;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
#tobuPortal .cropArea ul {
	margin: 8px 0;
}
#tobuPortal .cropArea li {
	font-size: 86%;
	margin-bottom: 4px;
	letter-spacing: 1px;
}
#tobuPortal .cropArea li a {
	text-decoration: none;
	color: #111;
}
#tobuPortal .cropArea li:before {
	content: "▶";
	margin-right: 4px;
}
#tobuPortal .cropArea li a:hover {
	color: #666;
}
#tobuPortal #sbnrArea {
	margin: 32px 0 50px;
	border-top: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
	padding: 16px 0px 2px 15px;
	background: #f8f7fb;
}
#tobuPortal #sbnrArea p {
	float: left;
	margin: 0 16px 15px 0;
}
#tobuPortal footer {
	width: 100%;
	background: #484848;
}

/* ページトップ */
#page-top {
	position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99999;
}
#page-top a {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#page-top a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* TOPお詫びとお知らせ */
.topAnnounce {
	text-align: center;
	margin-bottom: 30px;
	color: #888;
	letter-spacing: 1px;
	font-size: 92%;
}
.topAnnounce a {
	color: #333;
	background: #f1f1f1;
	padding: 6px 12px;
}



article .search_none {
	font-size: 128%;
	letter-spacing: 1px;
	margin: 50px 0 80px 30px;
}
article .shop_detail1 {
	margin: 8px 0 8px 8px;
	font-size: 100%;
	line-height: 145%;
}

/*==============================
サービスガイド
==============================*/
.service {
	width: 560px;
	margin: 15px auto;
}
.service h3 {
	font-weight: bold;
	font-size: 125%;
	margin-top: 36px;
	text-align: center;
	letter-spacing: 3px;
}
.service h3:before {
	content: url(/common/images/icon_service.png);
	margin-right: 8px;
	position: relative;
	top: 6px;
}

.service ul {
	margin-bottom: 30px;
}
.service li {
	margin: 8px auto;
	width: 500px;
}
.service li a {
	display: block;
	padding: 15px 0;
	border: 1px solid #555;
	background: #fff;
	border-radius: 3px;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 105%;
	text-align: center;
	
}
.service li a:hover {
	background: #000;
	color: #fff;
	transition-property: all ;
	transition-duration: 0.6s ;
}

/* ピクトグラム説明 */
.fm_pictogram {
	background: #f2f2f2;
	border: 1px solid #dbdbdb;
	padding: 15px 18px;
}
.fm_pictogram h3 {
	font-size: 105%;
	margin-bottom: 12px;
	letter-spacing: 2px;
}
.fm_pictogram li {
	float: left;
	margin: 0 20px 12px 0;
	font-size: 94%;
}
.fm_pictogram li img {
	margin-right: 4px;
}

/* 404 */
#error404 {
	width: 100%;
	height: 100%;
		background: url(/common/images/img_404.png) no-repeat;
		background-position: 50% 0%;
		background-attachment:fixed;
}
#error404 .block {

}
#error404 .block .PNF {
	text-align: center;
	margin: 12px 0;
}
#error404 .block h1 {
	text-align: center;
	padding-top: 120px;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 2px;
}
#error404 .block p {
	margin: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	font-size: 110%;
	line-height: 200%;
	color: #343434;
}
#error404 .btn {
	width: 360px;
	margin: 70px auto 10px;
}
#error404 .btn a {
	text-align: center;
	padding: 12px;
	background: #000;
	color: #fff;
	font-weight: bold;
	display: block;
	letter-spacing: 2px;
	border: 1px solid #000;
	text-decoration: none;
}
#error404 .btn a:hover {
	color: #000;
	background: #fff;
}

/* 総合TOP注意 */
#tobuPortal .mainComment {
	margin: 12px 0 18px;
}
#tobuPortal .mainComment p {
	text-align: center;
	letter-spacing: 1px;
	font-size: 110%;
	padding: 18px 15px;
	background: #f2f2f2;
}

.footerOrgi a:link {
	color: #fff;
}