@charset "utf-8";

/* 共通スタイルシート
------------------------------------------------------------*/
* { margin:0; padding:0; }

/* clearfix */
*:after {
	display:block;
	clear:both;
}

/* はみ出し対策 */
body {
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	background:#000;
}

@font-face {
    font-family: 'WebSymbolsRegular';
    src:url('../font/websymbols-regular-webfont.eot');
    src: url('../font/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/websymbols-regular-webfont.woff') format('woff'),
         url('../font/websymbols-regular-webfont.ttf') format('truetype'),
         url('../font/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

header {
	width:100%;
	height:50px;
	background: -webkit-gradient(linear, left top, left bottom,from(#810000),to(#650000));
	position:relative;
}

.recruit_btn {
	padding:0 10px;
	position:absolute;
	top:5px;
	right:5px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#130c00;
	text-shadow:0 1px 0 #ffbd54;
	background: -webkit-gradient(linear, left top, left bottom,from(#fd9b00),to(#e48c00));
	box-shadow:0 1px 0 #ffbd54 inset;
	-webkit-border-radius:5px;
	font-size:70%;
	font-weight:bold;
	display:block;
	text-decoration:none;
}

.icon {
	font-family: "WebSymbolsRegular";
}

.ttl {
	width:100%;
	background: -webkit-gradient(linear, left top, left bottom,from(#810000),to(#650000));
	height:25px;
	line-height:25px;
	position:relative;
	font-size:80%;
	color:#fff;
}

.ttl .txt {
	position:absolute;
	left:10px;
	text-shadow:0px 1px 0 #430000;
}

nav a {
	width:100%;
	height:50px;
	border-bottom:1px solid #000;
	line-height:50px;
	position:relative;
	font-size:90%;
	font-weight:bold;
	display:block;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom,from(#fff),to(#d9d9d9));
}

nav a .txt {
	position:absolute;
	left:10px;
	text-shadow:0px 1px 0 #fff;
	color:#000;
}

nav a .sub { font-size: 10px }
nav a .icon {
	position:absolute;
	right:15px;
	text-shadow:0px 1px 0 #fff;
	color:#810000;
	font-family: "WebSymbolsRegular";
}

.shop-ttl {
	width:100%;
	background-image:url(../img/shop_info_bg.jpg);
	background-repeat:repeat;
	height:25px;
	line-height:25px;
	position:relative;
	font-size:80%;
	color:#fff;
}

.shop-ttl .txt {
	position:absolute;
	left:10px;
}

.shop {
	width:90%;
	padding:5%;
	border-bottom:5px solid #3c0000;
}

.data {
	margin-bottom:10px;
}

.shop .left {
	width:100%;
	height:auto;
	padding-right:5%;
	margin-bottom: 10px;
}

.shop .left .ttl {
	height: auto;
	font-size:170%;
	color:#fd9b00;
	line-height:1.2;
	background:none;
	font-weight:normal;
	position:relative;
}

.shop .left .ttl span {
	font-size:30%;
	color:#fff;
	line-height:1.2;
	padding-bottom: 6px;
}

.shop .left .ttl .sub {
	color: #fd9b00;
	font-size: 12px
}

.shop .left .address {
	color:#fff;
	font-size:70%;
}

.shop .left .address a {
	color:#fd9b00;
}

.shop .left .address span {
	color:#C00;
	font-size:80%;
}

.shop .right {
	width:100%;
	height:auto;
	display:block;
}

.desc {
	color:#fff;
	font-size:70%;
}

.desc a {
	color:#fd9b00;
}

address {
	text-align:center;
	font-size:70%;
	font-style:normal;
	color:#fff;
	margin-top:5px;
}

/* float解除
------------------------------------------------------------*/
.clearfix:after {
	display:block;
	clear:both;
	height:0;
	line-height:0;
	content:".";
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}
