@charset "UTF-8";
/* CSS Document */

/***************共通設定*****************/
* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
html {
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	text-align:left;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font: 14px/1.5 "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}
table, h3, h4, h5, h6, p, span, th, ul, li, address {
	border: 0;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
img {
	border: 0px;
	border:none;
	line-height: 0px;
}
.clear {
	clear: both;
}
a {
	color: #009fe8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009fe8;
}
a:hover {
	color: #009fe8;
	text-decoration: underline;
}
a:active {
	color: #009fe8;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.under_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1db81;
}
.large_image {
	margin-bottom: 20px;
}

.margin_bottom_30 {
	margin-bottom: 30px;
}
.margin_bottom_15 {
	margin-bottom: 15px;
}
.margin_bottom_10 {
	margin-bottom: 10px;
}
.margin_bottom_0 {
	margin-bottom: 0px;
}
.margin_left_10 {
	margin-left: 10px;
}
.margin_top_15 {
	margin-top: 15px;
}



/*****************************************/


/***************ヘッダー設定*****************/
#header {
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header h1 {
	float: left;
	width: 324px;
}
#header #header_tel {
	float: right;
	height: 100px;
	width: auto;
}
#main_menu ul {
	list-style-type: none;
	width: 900px;
	margin: auto;
}
#main_menu {
	height: 70px;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image: url(../image/back_menu.gif);
	background-repeat: repeat-x;
}
#main_menu ul li {
	float: left;
	height: 70px;
	width: 150px;
}
.----------- {}

/***************トップページのメインメニュー*****************/

#top_main_menu ul {
	list-style-type: none;
	width: 900px;
	margin: auto;
}
#top_main_menu {
	height: 70px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-image: url(../image/back_menu.gif);
	background-repeat: repeat-x;
}
#top_main_menu ul li {
	float: left;
	height: 70px;
	width: 150px;
}
#top_main_image {
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
}
#top_main_back {
	clear: both;
	background-image: url(../image/top_main_background.jpg);
	background-repeat: repeat-x;
}


/***************コンテンツ全体の設定*****************/
#contents {
	margin: auto;
	width: 900px;
	clear: both;
}


/***************タイトルの設定**********************/
#contents #title {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/*********************top ブログ読み込み*******************************/

#top_news {
	background: url(../image/top_news_bg.gif) repeat-y left top;
}
#feed{
	padding-left: 28px;
	padding-right: 22px;
}
#feed .blog{
	padding-bottom: 10px;
}
#feed .blog dt{
	clear: both;
	float: left;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 14px;
	background: url(../image/top_news_ya.gif) no-repeat 4px 14px;
	width: 130px;
	font-size: 14px;
	line-height: 1.2;
}
#feed .blog dd{
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #C0DA80;
	padding-left: 144px;
	font-size: 14px;
	line-height: 1.2;
}
#top_news_foot {
	background: url(../image/top_news_foot.gif) no-repeat left bottom;
	padding-right: 8px;
	text-align: right;
}




/*********************サイドコンテンツの設定*******************************/
#contents #side_contents {
	float: left;
	width: 280px;
}
#contents #side_contents #side_menu {
	background-repeat: no-repeat;
	width: 280px;
	margin-bottom: 10px;
	background-color: #fffcdb;
}


#contents #side_contents #side_menu p {
	padding-left: 20px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	background-image: url(../image/side_menu_icon_1.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1db81;
	margin-bottom: 5px;
	line-height: 30px;
}

#contents #side_contents #side_menu .side_menu_list {
	list-style-type: none;
}

#contents #side_contents #side_menu .side_menu_list li {
	font-size: 12px;
	background-image: url(../image/side_menu_icon_2.png);
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
}
#contents #side_contents #side_menu .text_list {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#banner {
	margin-bottom: 30px;
}

/*********************メインコンテンツ全体にかかる設定*******************************/
#contents #main_contents {
	float: right;
	width: 600px;
}


/*********************メインコンテンツ設定*******************************/

.main_contents_1 {
	padding-right: 10px;
	padding-left: 10px;
}

#contents #main_contents .main_contents_1 .main_contents_2 {
	height: 160px;
}
.main_contents_2 {
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	width: 580px;
}

.money_table {
	padding-right: 4px;
	color: #666666;
	border: 1px solid #75a22d;
	padding-left: 10px;
}
.year_table {
	color: #FFF;
	text-align: center;
	border: 1px solid #75a22d;
	padding-right: 5px;
	padding-left: 5px;
}
.table_line {
	border: 2px solid #75a22d;
}
/*.table_line td {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}*/
.table_menu {
	background-color: #eaf1e0;
	border: 1px solid #75a22d;
	padding-right: 10px;
	padding-left: 10px;
}
#contents #main_contents #hyou {
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
}
.hyou_title {
	clear: both;
	margin-bottom: 2px;
}
.hyou_tyuusyaku {
}

#main_contents_4 {
	margin-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.syohin_box_1 {
	height: 300px;
	width: 570px;
	border: 2px solid #D6E3C0;
	padding-left: 5px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.syohin_box_2 {
	float: left;
	width: 170px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	height: 240px;
}

.syohin_box_3 {
	float: left;
	height: 240px;
	width: 170px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.syohin_box_2 img {
	margin: auto;
}

.price {
	font-size: 18px;
	color: #ff9600;
	text-align: right;
	font-weight: bold;
}
.syohin_box_2-a {
	height: 120px;
}

.syohin_box_2-b {
	height: 40px;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 2px
}

.syohin_box_2-c {
	height: 10px;
}

.syohin_box_2-d {
	height: 53px;
	font-size: 12px;
	line-height: 14px;
	color: #76a32d;
}
.syohin_box_2-d_large {
	height: 80px;
	font-size: 12px;
	line-height: 14px;
	color: #76a32d;
}

.syohin_box_2-e {
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #ff9600;
}
.page_top {
	clear: both;
	float: right;
	height: 24px;
	width: 190px;
}

.large_button {
	margin-bottom: 20px;
	width: 600px;
	display: block;
}

.large_button img{
width: 100%;
}

.photo_margin_float_right {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.map {
	height: auto;
}
.text_zyusyo {
}


.gaiyo_table_green {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #50a135;
	background-color: #f6faec;
}

.gaiyo_table_white {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #50a135;
}
.sikaku_table_green {
	background-color: #f6faec;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border: 1px solid #50a135;
}
.sikaku_table_white {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border: 1px solid #50a135;
}
.hyou_mainte {
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	margin-bottom: 20px;
}
.hyou_mainte_komidasi_1 {
	background-image: url(../image/no_1_green.gif);
	background-repeat: no-repeat;
	background-position: left 75%;
	width: auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
	height: auto;
	padding-right: 5px;
}

.hyou_mainte_komidasi_2 {
	background-image: url(../image/no_2_green.gif);
	background-repeat: no-repeat;
	background-position: left 75%;
	width: auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
	height: auto;
	padding-right: 5px;
}

.hyou_mainte_komidasi_3 {
	background-image: url(../image/no_3_green.gif);
	background-repeat: no-repeat;
	background-position: left 75%;
	width: auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
	height: auto;
	padding-right: 5px;
}

.hyou_mainte_komidasi_4 {
	background-image: url(../image/no_4_green.gif);
	background-repeat: no-repeat;
	background-position: left 75%;
	width: auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
	height: auto;
	padding-right: 5px;
}

.hyou_mainte_komidasi_5 {
	background-image: url(../image/no_5_green.gif);
	background-repeat: no-repeat;
	background-position: left 75%;
	width: auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
	height: auto;
	padding-right: 5px;
}

.hyou_mainte_komidasi_6 {
	background-image: url(../image/no_6_green.gif);
	background-repeat: no-repeat;
	background-position: left 75%;
	width: auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
	height: auto;
	padding-right: 5px;
}
.text_12px {
	font-size: 12px;
}
.kouzihuukei {
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}
.right.padding_bottom_kouzi {
}
.padding_bottom_kouzi {
}
.padding_bottom_kouzi {
	height: 23px;
	width: 280px;
	position: relative;
	padding-bottom: 0px;
	top: 117px;
}
.maintenance_1 {
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	clear: both;
	height: 220px;
}
.maintenance_illust {
	float: left;
	height: 220px;
	width: 280px;
}
.maintenance_text {
	width: 285px;
	padding-left: 15px;
	float: left;
}
.font_color_orange {
	color: #ff9600;
}
#contents #main_contents .maintenance .maintenance_1 .maintenance_text .font_color_orange {
	margin-bottom: 0px;
	font-size: 16px;
}
.font_color_orange_big {
	font-size: 30px;
	color: #ff9600;
	text-align: left;
	font-weight: 200;
}

.text_align_right {
	text-align: left;
}
.kouzihuukei_2 {
	width: 165px;
	float: left;
	padding-right: 5px;
}
.kouzihuukei_3 {
	width: 240px;
	float: left;
}
.reform_frame {
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	height: 210px;
	margin-bottom: 20px;
}
.reform_1 {
	float: left;
	width: 280px;
}
.reform_2 {
	float: left;
	width: 280px;
	margin-bottom: 15px;
	padding-left: 20px;
}
.reform_3 {
	float: left;
	width: 280px;
	height: 57px;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 15px;
	padding-left: 20px;
}
.reform_4 {
	width: 280px;
	float: left;
	padding-left: 20px;
}
.reform_4_sonota {
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	height: 23px;
}


/*********************フッダーの設定*******************************/

#footer_back #footer .footer_menu {
	clear: both;
	font-size: 10px;
}

#footer_back #footer {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer_back {
	height: 120px;
	background: url(../image/back_footer.gif) repeat-x;
	clear: both;
	margin-top: 30px;
}
.footer_text {
	clear: both;
	font-size: 11px;
}
.copyright {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.zirei_1 {
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.zirei_box_1 {
	height: 330px;
	width: 580px;
}

.zirei_box_2 {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 320px;
}


.zirei_box_2-a {
	height: 130px;
}


.zirei_box_2-b {
	height: 40px;
	font-size: 12px;
	line-height: 14px;
}
.zirei_box_2-c {
	height: 10px;
}
.zirei_box_3 {
	float: right;
	width: 375px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	height: 280px;
}

.zirei_box_3-a {
	height: 255px;
	float: right;
}

.zirei_box_3-b {
	height: auto;
	clear: both;
}


.zirei_box_4 {
	height: 230px;
	width: 580px;
}
.zirei_box_5 {
	float: left;
	width: 290px;
	height: 230px;
}
.zirei_box_5r {
	width: 290px;
	height: 230px;
	float: right;
}

.zirei_box_5-a {
	height: 230px;
}
.zirei_box_5r-a {
	height: 230px;
	float: right;
}

.zirei_box_5-b {
	clear: both;
	height: auto;
}


.button_reform {
	float: right;
	width: 580px;
	clear: both;
	padding-left: 0px;
}
.campaign {
	display: block;
	float: none;
}
.sekourei_ecocute {
	float: right;
	clear: both;
}
.h1_style_top {
	font-size: 12px;
	color: #63caea;
	font-weight: bold;
	text-align: center;
}



/*********************topブログ読み込み／20170313追記*******************************/

#top_news {
	background: url(../image/top_news_bg.gif) repeat-y left top;
}
#feed{
	padding-left: 28px;
	padding-right: 22px;
}
#feed .feed_text {
	padding-bottom: 10px;
}
#feed .feed_day {
	clear: both;
	float: left;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 14px;
	background: url(../image/top_news_ya.gif) no-repeat 4px 14px;
	width: 130px;
	font-size: 14px;
	line-height: 1.2;
}
#feed .feed_link {
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #C0DA80;
	padding-left: 144px;
	font-size: 14px;
	line-height: 1.2;
}


.large_button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
