@charset "shift_jis";

/* -------------------------------------

ページ全体

--------------------------------------*/

/* ユニバーサルセレクタで初期化しない */

body {
	color:#FFF;
	background-color:#FFFF99;
}

body#popup {
	color:#555;
	background:#FFF;
}

#printWrapper {
	display:none;
}

/* -------------------------------------

ヘッダー

--------------------------------------*/

div#header {
	width:880px;
	height:100px;
	padding:0 9px;
	margin:0 auto;
	color:#666666;
	background-color:#FFF;
	border-left:1px solid #019901;
	border-right:1px solid #019901;
	text-align: left;
	overflow:hidden;
}

div#hdLeft {
	float:left;
	width:218px;
}

#logo {
	display:inline;
	clear:both;
	margin:0;
	padding:0;
	width:218px;
	height:81px;
	vertical-align:bottom;
	position:relative;
	top:12px;
	left:0px;
}

h1#headCatch {
	float:left;
	width:340px;
	height:20px;
	position:relative;
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:normal;
	color:#333;
	line-height:20px;
	text-align:left;
	top:0;
	left:0;
}



/* -------------------------------------

グローバルナビゲーション

--------------------------------------*/

ul#navi {
	clear:both;
	width:635px;
	height:34px;
	margin:0;
	padding:0;
	list-style:none;
}

ul#hdnavi {
	width:290px;
	height:32px;
	display:inline;
	float:right;
	padding:0;
	margin:4px 0 24px;
	list-style:none;
}

ul#navi li,
ul#hdnavi li {
	display:inline;
	float:left;
}

ul#navi li img,
ul#hdnavi li img {
	display:block;
}



/* -------------------------------------

コンテナ

--------------------------------------*/

div#container {
	width:880px;
	padding:0 9px;
	margin:0 auto;
	color:#666666;
	background-color:#FFF;
	border-left:1px solid #019901;
	border-right:1px solid #019901;
	text-align: left;
}

div#container #content {
	clear:both;
	width:880px;
	padding:10px 0 0 0;
	margin:0;
	background:#FFF;
}


/* -------------------------------------

中面

--------------------------------------*/

div#keyvisual {
	clear:both;
	width:880px;
	padding:0 9px;
	margin:0 auto;
	color:#666666;
	background-color:#FFF;
	border-left:1px solid #019901;
	border-right:1px solid #019901;
}

div#keyvisual #topVisual {
	width:880px;
	height:150px;
	margin:0;
	padding:0;
}


div#sidenavi {
	float:left;
	margin:0 17px 0 0;
	padding:0;
	width:202px;
}

div#main {
	float:left;
	width:660px;
	margin:0;
	padding:0;

}

.pageTop {
	clear:both;
	margin:10px 10px 0;
	text-align:right;
}

.kome {
	color:#FF0000;
}

.komekome {
	font-weight:bold;
	color:#FF0000;
}



/* -------------------------------------

フッター

--------------------------------------*/

div#footer {
	clear:both;
	width:880px;
	overflow: hidden;
	margin:0 auto;
	text-align:center;
	color:#006600;
	background-color:#FFF;
	
}

div#footerBanner {
	clear:both;
	margin:0;
	padding:0;
	width:880px;
	background-color:#FFF;
	border-top:1px #019901 solid;
	border-bottom:1px #019901 solid;
}

div#footerBanner p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding:0;
	background-color:#FFF;
}
 
div#footer address {
	width:880px;
	clear:both;
	display:block;
	margin:5px auto 20px;
	font-size:10px;
	font-style:normal;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#FFF;
}

ul#bannerColum {
	clear:both;
	float:right;
	width:660px;
	height:120px;
	margin:15px 0;
	padding:0;
	list-style:none;
}

ul#bannerColum li {
	display:inline;
	float:left;
}

ul#bannerColum li img {
	display:block;
}


/* -------------------------------------
共通テーブル表示
--------------------------------------*/

table.rule {
	border-collapse:collapse;
	font-size: 1.2em;
	margin-left:5px;
	width:630px;
}
table.rule th {vertical-align: top;}

table.store {
	float:left;
	display:inline;
	border-collapse:collapse;
	margin-left:5px;
	margin-right:10px;
	padding:0;
	width:270px;
}

span.tableRule {
	border-left:3px solid #339900;
	padding-left:1em;
	padding-right:1em;
	color:#336600;
}


table.rule th,
table.rule td,
table.store th,
table.store td {
	padding:7px;
	border-bottom:1px solid #DBDACE;
	border-collapse:collapse;
	text-align:left;
	font-weight:normal;
}

table.rule td.alignCenter {
	text-align:center;
}

table.rule td.bdLeft {
	border-left:1px solid #DBDACE;
}


table.rule p.explanatory {
	font-size: 0.80em;
	padding:0;
	margin:0;
}

table.rule tr.kisu,
table.rule td.kisu {
	background-color: #FAF0E6;
}

table.rule tr.gusu,
table.rule td.gusu {
	background-color: #FFFAFA;
}


/* -------------------------------------
新着用テーブル表示
--------------------------------------*/

div#wrapperNews {
	width:660px;
	margin:0;
	padding:0;
	background:url(../../img/bg_whatsnew.gif) bottom no-repeat;
	overflow:hidden;
}


table.whatsnew {
	width:640px;
	margin:10px;
	border:none;
	border-collapse:collapse;
}

table.whatsnew th {
	color:#006699;
	font-weight:bold;
}

table.whatsnew td {
	color:#333;
	font-weight:normal;
}

table.whatsnew th,
table.whatsnew td{
	padding:7px;
	border-bottom:1px dotted #669966;
	border-collapse:collapse;
	text-align:left;
}

table.whatsnew p.explanatory {
	font-size: 0.80em;
	padding:0;
	margin:0;
}


/* -------------------------------------

パンくずメニュー用

--------------------------------------*/

ul#topicPath {  
    padding:10px 0;
	background-color:#FFF;  
}  

ul#topicPath li {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
}  

ul#topicPath li a {
	padding-left:15px;
	padding-right:10px;
	background:url(../img/arrow_beige.gif) no-repeat left center;
}  



/* -------------------------------------

店舗一覧

--------------------------------------*/
.store_list tr:nth-child(odd) {
	background-color: #FAF0E6;
}
.store_list tr:nth-child(even) {
	background-color: #FFFAFA;
}
.store_list td:first-child,
.store_list_tableheader td,
.table_header_white td {
	background-color: #FFFFFF;
}

/* rowspanの影響で変わらない奇数行を変更する */
.hayashidera,  .karahori, .kohama, .naniwa, .daikokucho, .horie, .tamade1, .shinimamiya, .kishinosato, .tsurumibashi, .nakamozu, .goryo, .kosaka {
	background-color: #FAF0E6 !important;
}
/* rowspanの影響で変わらない偶数行を変更する */
.imzato, .katsuyama, .suoumachi, .ebisucho, .tamade2, .hanazono, .tengachaya, .kire, .sakai, .senrin, .yao {
	background-color: #FFFAFA !important;
}



/* -------------------------------------

会社情報

--------------------------------------*/
.outline-wrapper {
	background: url('../../outline/img/outline-bg.png') right bottom no-repeat;
	background-size:contain;
}

.top-comment {
	border: solid 1px #ff0033;
	color: #808080;
	font-size: 1em;
	padding: 1em;
}
.top-comment-span {
	border: none;
	display: inline-block;
	margin-top: 1em;
	margin-right: 1em;
	text-align: right;
	width: 100%;
}