* {padding: 0; margin: 0;}

body {
	font-family: "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;

  -webkit-text-size-adjust: 100%;

}

#page {width: 100%; margin: 0 auto;}


/* ヘッダー */
.full_wide {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
#head_page {
	width: 1300px;
	margin: 0 auto;
}
#head_left {
	float: left;
}
#head_left img {
	margin: 10px 0 10px 10px;
}

/* メニュー */
#head_right {
	float: right;
	padding-right: 10px;
}




/* パンくずリスト */
.breadcrumb_box {
	width: 1300px;
	margin: 0 auto;
}
.breadcrumb {
	margin: 15px 0 0 30px;
	padding-left: 0;
	font-size: 14px;
}
.breadcrumb li {
	display:inline; /*横並び*/
	list-style: none;
	font-weight: normal;
	color: #333;
}
.breadcrumb li:after {
	font-family: "FontAwesome";
	content: '\f105'; /* > */
	padding: 0 3px;
	color: #333;
}
.breadcrumb li:last-child:after {
	content: ''; /* 最後の>は非表示*/
}
.breadcrumb li a {
	text-decoration: underline;
	color: #333;
}
.breadcrumb li:first-child:before {
	font-family: FontAwesome;
	content: '\f015'; /*家アイコン*/
	padding: 0 3px 0 0;
	font-size: 14px;
	color: #333;
}
.breadcrumb li a:hover {
	text-decoration: none;
/*	text-decoration: underline;*/
}



/* メインエリア */
#page_bak {
	width: 100%;
	margin: 0 auto;
/*	background-color: #d4eac3;*/
	background-color: #f2ffe0;
}




/* フッター */
#foot_wrap_w, #foot_wrap_c {
	width: 100%;
	height: 270px;
	margin: 0 auto;
	padding: 36px 0 0 0;

	background-image: url("../img/soz/town3.png");
	background-repeat: repeat-x;
	background-position: left top;
}
#foot_wrap_w {
	background-color: #fff;
}
#foot_wrap_c {
	background-color: #f2ffe0;
}
#foot {
	width: 100%;
	background: #72bb37;
}
#foot_box0 {
	width: 1300px;
	margin: 62px auto 0 auto;
}
.foot_box1 {
	float: left;
	margin: 40px 40px;
}
.foot_box2 {
	float: left;
	margin: 40px 0 0 0;
	border-left: 1px solid #fff;
}
.foot_menu_tbl {
	width: 800px;
	margin: 0 0 0 40px;
}
.foot_menu_tbl td {
	vertical-align: top;
	text-align: left;
	padding: 0 15px;
	font-size: 13px;
	color: #fff;
}
.foot_menu_tbl p {
	line-height: 1.8;
}
.foot_menu_tbl a {
	text-decoration: none;
	color: #fff;
}
.foot_menu_tbl .jisage {
	text-indent: 0.5em;
}
#office {
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 180%;
}



/* ページトップへ */
#pagetop {
	position: fixed;
	right: 40px;
	bottom: 15px;
	cursor: pointer;
}

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

.dummy-foot {clear: both; width: 100%;}
a {text-decoration: none; color: #000;}
a:hover {text-decoration: none; color: #ccc;}
a img {border-style: none;}
.red {color: #f00;}

