@charset "UTF-8";
@import url("default.css");
@import url("template.css");

/* リッチテキストでのエントリー投稿用スタイル
------------------------------------------------------------------------------ */
#main ul {
	list-style: disc outside;
	margin: 10px 0 10px 20px;
}

#main ul li {
	list-style: disc outside !important;
}

#main ol {
	list-style: decimal outside;
	margin: 10px 0 10px 0;
}

#main ol li {
	list-style: decimal outside !important;
}

#main strong {
	font-weight: bold !important;
}

#main em {
	font-style: italic !important;
}

#main blockquote {
	background-color: #E1EFF6;
	border: #C7E0ED solid 1px;
	margin: 10px 5px;
	padding: 5px;
	display: block;
	width: 95%;
}


/* store_des 各支店の概要とイメージ
------------------------------------------------------------------------------ */
#store_des {
	background: url(../img/common/back_box_bottom.gif) repeat-y bottom;
	width: 600px;
}

#store_des_inner {
	background: url(../img/common/back_box_top.gif) no-repeat top;
	padding: 20px;
}

#store_des_inner .store_name {
	font-weight: bold;
	font-size: 1.2em;
}

#store_des_inner .store_address {}

#store_des_inner .store_img {
 width: 560px;
 margin: 10px 0;
}

#store_des_inner .store_img p.t_left {
	width: 270px;
	float: left;
	margin: 0 10px 0 0;
}

#store_des_inner .store_img p.t_right {
	width: 270px;
	float: right;
	margin: 0 0 0 10px;
}


/* 新着記事 ○○支店ニュース！
------------------------------------------------------------------------------ */
#blog_news {
	background: url(../img/common/back_box_bottom.gif) repeat-y bottom;
	width: 600px;
}

#blog_news_inner {
	background: url(../img/common/back_box_top.gif) no-repeat top;
	padding: 10px 20px;
}

#blog_news_inner .blog_news_list {
	clear: both;
	border-bottom: #E60012 dotted 1px;
	padding: 10px 0;
}

#blog_news_inner .blog_news_list .blog_news_date {
	display: block;
	width: 120px;
	float: left;
	clear: both;
}

#blog_news_inner .blog_news_list .blog_news_entry {
	background: url(../img/list/arrow_link2.gif) no-repeat left 0.5em;
	padding: 0 0 0 8px;
	margin: 0 0 0 120px;
}


/* access_des 各支店のアクセスマップ
------------------------------------------------------------------------------ */
#access_des {
	background: url(../img/common/back_box_bottom.gif) repeat-y bottom;
	width: 600px;
}

#access_des_inner {
	background: url(../img/common/back_box_top.gif) no-repeat top;
	padding: 20px;
}

#access_des #map {
	width: 335px;
	height: 290px;
	float: left;
	border: #D8D8D8 solid 1px;
}

#access_des #map_2 {
	width: 335px;
	/*height: 328px;*/
	margin: 20px 0 0 0;
	float: left;
	border: #D8D8D8 solid 1px;
}

#access_des .map_txt {
	width: 210px;
	margin: 10px 0 0 0;
	float: right;
}

#access_des .map_txt .access_h {
	font-weight: bold;
	font-size: 1.2em;
}

#access_des .map_txt .access_to {/*###### アクセス方法 ######*/
	margin: 0 0 15px 0;
}

#access_des .map_txt .access_to dt {
	color: #E67E5C;
	font-weight: bold;
}

#access_des .map_txt .print_map {/*###### 地図を印刷する ######*/
	text-align: center;
}


/* Google Maps グーグルマップ
------------------------------------------------------------------------------ */
.gmap_desc {
	display: none;
}

.marker_data_html .subject {/*### 店舗名 ###*/
	font-weight: bold;
	color: #E60012;
}

.marker_data_html ul.addresslist {/*### 店舗住所 ###*/
	border-top: #6261D8 dotted 1px;
	border-bottom: #6261D8 dotted 1px;
	padding: 3px 0;
	margin: 5px 0;
	position: relative;
	right: 20px;
}

#main .marker_data_html ul.addresslist li {
	list-style: none !important;
}


.marker_data_html .url {/*### リンク ###*/
	background: #6261D8;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	display: inline;
}

.marker_data_html .url a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.marker_data_html .url a:hover {
	color: #FC0;
}

/* archive アーカイブ一覧
------------------------------------------------------------------------------ */
.info_area {
	border-top: #E60012 dotted 1px;
	border-bottom: #E60012 dotted 1px;
	margin: 10px 0;
	*padding: 10px 0;
}

#archive_list {
}

#archive_list .archive_page {
	color: #E60012;
	text-align: right;
}

#archive_list .archive_page a {
	color: #959595;
}

#archive_list .archive_page a:hover {
	color: #E60012;
}

#archive_list h4 {
	font-weight: bold;
}


/* side
------------------------------------------------------------------------------ */
/*################## 店長紹介 ##################*/
#user {
	width: 220px;
	margin: 0 0 20px 0;
	background: url(../img/side_box_wrapper_bottom.gif) no-repeat center bottom;
}

#user #user_inner {
	padding: 15px;
}

#user #manager {
	margin: 0 0 15px 0;
}

#user .manager_pct {
	width: 70px;
	float: left;
}

#user .manager_name {
	width: 110px;
	float: right;
	color: #E60012;
}

#user .user_comment {
	width: 190px;
}

/* topics 新着情報
------------------------------------------------------------------------------ */
#monthly_list .year {
	font-size: 120%;
	font-weight: bold;
	color: #A81F1A;
	border-bottom: #A81F1A solid 1px;
}

#monthly_list .month {
	margin: 10px 0 20px 0;
}

#monthly_list .month span,
#monthly_list .month a {
	border: #CCCCCC solid 1px;
	background-color: #EEEEEE;
	padding: 3px;
	margin: 0 0 0 5px;
}

#monthly_list .month a:hover {
	background-color: #A81F1A;
	color: #FFF;
}

#topics_en {
	background-color: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: #DDDDDD solid 1px;
}

#topics_en .topics_date {
	text-align: right;
	border-bottom: #F72929 solid 1px;
	margin: 0 0 10px 0;
}
