﻿@charset "utf-8";
/*===========================================================

水広場様　静的ページ共通スタイルシート:top.css

============================================================*/

/*　TOPページ　*/
body{
	text-align: left !important;
}
#top_contents, #top_footer {
	padding: 0px;
	width: 960px;
	margin: 0px auto;
}
#top_sidebar {
	float: left;
}
#top_main {
	float: left;
	margin-left: 15px;
}
#top_contents #top_sidebar .sidebar_category_sancyoku_n {
	height: auto !important;
	visibility: visible !important;	
	}


.content_00 {
	margin: 0px;
	padding: 0px;
	width: 770px;
	clear: both;
}
.clear {
	clear: both;
}
.spx {
	margin: 0px 0px 10px 0px;
}
/* 新着 */

.content_01 .news_list {
	height: 380px;
	width: 447px;
	float: left;
	background-image: url("/material/images/top/top_img.gif");
	background-repeat: no-repeat;
	margin: 10px 10px 10px 0px;
}
.content_01 .new_right {
	float: left;
	width: 313px;
	margin: 10px 0px 10px 0px;
}
.content_01 .new_title {
	font-size: 14px;
	color: #375079;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.content_01 .news {
	padding: 0px 10px 10px 10px;
	margin:0px;
	width: auto;
	height: 100px;
	margin: 5px;
	border: 1px solid #999;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 10px;
	background-image: url("/material/images/top/bg_news_png.png");
	background-repeat: repeat;
	color: #375079;
}
.content_01 .news ul {
	padding: 0px;
	list-style-type: none;
	margin-bottom: 10px;
}
.content_01 .news ul li {
	margin-bottom: 3px;
	white-space: nowrap;
}
.content_01 .news ul li a {
	color:#005AC2;
}
/* ブランド */
.mizuhiroba_brand {
	margin: 0px 0px 10px 0px;
}
.mizuhiroba_brand .brand_left {
	float: left;
	margin:10px 10px 0px 0px;
	width: 313px;
}
.mizuhiroba_brand .brand_right {
	float: left;
	margin:10px 0px 0px 0px;
}
/* オススメ */
.osusume_list {
	list-style-type: none;
	display: table;
	width: 780px;
}
.osusume_list li {
	display: table-cell;
	float: left;
	margin:10px 10px 0px 0px;
}
/* カテゴリーリスト */

.category_list table {
	background-image: url("/material/images/top/category-table-top-bg.gif");
}
.category_list table tr td {
	background-image: none;
	background-color: #FFF;
	font-size: 12px;
	color: #A0BBD3;
	line-height: 140%;
	text-decoration: none;
}
.category_list table tr td a {
	color: #A0BBD3;
	text-decoration: none;
	display: inline-block;
	padding: 0px 3px 0px 3px;
}
.category_list table tr td a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #A0BBD3;
}
/* 営業カレンダー */
.calendar_div {
	padding: 2px;
	width: 157px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #005AC2;
}
.calendar_p {
	background-color: #005AC2;
	padding: 5px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #7CA400;
}
.calendar_div tr td{
	width: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #666666;
	}

.calendar_div .weekday {
	background-color: #FFF;
	
}
.calendar_div .holiday {
	background-color: #FEF;
	color: #F39;
}
