/*======================================

	0. WPネイティブ設定
	
=======================================*/

/* editor */
 
p {
    display: block;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: ""
    display: block;
    clear: both;
}



/*======================================

	1. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.5;
	font-style: normal;
}

strong {
	font-weight:bold;
}


/*======================================

	2. サイト構造
	
=======================================*/

body {
	margin: 0 auto;
	padding: 0;
	color: #444;
	line-height: 1.5;
	background-color: #FFF;
	border-top: 7px solid #32ad3d;
	background-image: url(img/header-bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

a {
	color: #009de1;
	text-decoration: none;
}

a:hover {
	color: #009de1;
	text-decoration: underline;
}

section {
	clear: both;
}

.main-color {
	color: #f64747;
}


/*======================================

	3. ヘッダ設定
	
=======================================*/

header {
	margin: 0 auto;
	width: 1002px;
	height: 107px;
	overflow: hidden;
	min-width: 1002px;
}


h1 {
	margin: 0;
	padding: 31px 0 0 0;
	height: 55px;
	width: 383px;
	display: block;
	float: left;
}

#header-right {
	margin: 0;
	padding: 40px 0 0 0;
	float: right;
	width: 550px;
	height: 44px;
}

#header-right a:hover img{
	filter: alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

#header-right img {
	margin: 0 0 0 10px;
}


/*======================================

	3. メニュー設定
	
=======================================*/

#navControl {
    display: none;  /* メニュー開閉ボタンは非表示に */
}

ul#globalNav {
    display: block !important;  /* メニュー（ナビゲーション）は必ず表示 */
}


nav {
    top: 0;
    left:0;
	height: 50px;
	overflow: hidden;
	width: 100%;
	min-width: 1002px;
	background-image: url(img/menu-bg.png);
}

nav #contents-menu {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	border-right: 2px solid #FFF;
}

nav #contents-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

nav #contents-menu li, nav #contents-menu a {
	display: block;
	height: 50px;
	width: 198px;
	text-align: center;
	color: #333;
	}

nav #contents-menu li {
	padding: 0;
	float: left;
	border-left: 2px solid #FFF;
	}
	
nav #contents-menu a {
	text-decoration: none;
	background: url(img/menu.png) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

nav #contents-menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

nav #contents-menu01 a{
	background-position: -2px 0;
	}

nav #contents-menu01 a:hover{
	background-position: -2px -50px;
	}

nav #contents-menu01on a{
	background-position: -2px -50px;
	}

nav #contents-menu02 a{
	background-position: -202px 0;
	}

nav #contents-menu02 a:hover{
	background-position: -202px -50px;
	}

nav #contents-menu02on a{
	background-position: -202px -50px;
	}

nav #contents-menu03 a{
	background-position: -402px 0;
	}

nav #contents-menu03 a:hover{
	background-position: -402px -50px;
	}

nav #contents-menu03on a{
	background-position: -402px -50px;
	}

nav #contents-menu04 a{
	background-position: -602px 0;
	}

nav #contents-menu04 a:hover{
	background-position: -602px -50px;
	}

nav #contents-menu04on a{
	background-position: -602px -50px;
	}

nav #contents-menu05 a{
	background-position: -802px 0;
	}

nav #contents-menu05 a:hover{
	background-position: -802px -50px;
	}

nav #contents-menu05on a{
	background-position: -802px -50px;
	}


/*======================================

	4. TOP設定
	
=======================================*/

/* --- メイン画像 ---*/


#main-image {
	margin: 10px auto 30px auto;
	width: 1000px;
	height: 430px;
	text-align: center;
}

.bx-wrapper .bx-viewport {

}



/* --- メインコンテンツ ---*/
#main-contents {
	margin: 0 auto;
	padding: 30px 10px 50px 10px;
	width: 1000px;
	overflow: hidden;
}

article#top-contents {
	padding: 0;
	float: left;
	width: 730px;
	font-size: 14px;
}

article#top-contents p {
	margin-bottom: 15px;
}

aside#top-side {
	padding: 0;
	float: right;
	width: 360px;
}


/* --- お知らせ ---*/

#top-info {
	padding: 0 0 20px 0;
	box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 5px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 5px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 5px 2px;
}

#top-info h3 {
	padding: 15px 0 0 100px;
	background-color: #32ad3d;
	height: 42px;
	position:relative;
	color: #FFF;
	line-height: 0;
	font-size: 24px;
}

#top-info h3 span {
	color: #a7dbab;
	font-size: 12px;
}

#top-info h3 span:before {
	content: "\A" ;
	white-space: pre ;
}

#top-info h3 .info-icon {
	position: absolute;
	width: 76px;
	height: 69px;
	left: 14px;
	top: -29px;
}

#top-info h3 .info-button {
	position: absolute;
	width: 149px;
	height: 27px;
	left: 565px;
	top: 16px;
}

#top-info ul {
	margin: 30px 10px 0 10px;
	overflow: hidden;
}

#top-info li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	border-bottom: 1px dashed #CCCCCC;
	list-style: none;
	background-image: url(img/info-bg.png);
	background-position: top left;
	background-repeat: repeat;
}

#top-info li a {
	margin: 0;
	padding: 15px 40px 15px 30px;
	display: block;
	color: #009de1;
	text-decoration: none;
}

#top-info li a:hover {
	background-color: #f7f7f7;
	background-image: url(img/info-bg.png);
	background-position: top left;
	background-repeat: repeat;
}

#top-info li a span {
	margin: 0;
	color: #32ad3d;
	text-decoration: none;
}


/* --- グループ ---*/

#top-group {
	margin: 20px 0 0 0;
}

#top-group ul {
	margin: 14px 0 0 0;
}

#top-group ul li{
	margin: 0 0 14px 14px;
	float: left;
	list-style: none;
}


/*======================================

	5. FOOTER設定
	
=======================================*/

footer {
	padding: 20px 0;
	font-size: 12px;
	width: 100%;
	min-width: 1000px;
	background-color: #e2e2e2;
	border-bottom: 7px solid #32ad3d;
}

footer p {
	text-align: center;
}

.footer-add {
	margin: 10px auto;
	width: 260px;
}

#footer-navi {
	margin: 0 auto;
	width: 1000px;
}

#footer-navi ul {
	overflow: hidden;
}

#footer-navi li {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;

}

#footer-navi li:last-child {
	border-bottom: 0px;
}

#footer-navi li a {
	display: block;
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0px 10px 0px 20px;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #333;
}

#footer-navi li a:hover {
	text-decoration: underline;
}

#footer-navi li a:before {
	display: block;
	content: "";
	position: relative;
	top: 14px;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #32ad3d;
}

#footer-navi li a:hover:before {
	left: -13px;
}

/*======================================

	5. 次ページcommon設定
	
=======================================*/

h2#contets-title {
	margin: 10px auto 10px auto;
	padding: 40px 0 0 30px;
	width: 970px;
	height: 110px;
	background-image: url(img/h2-bg.png);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #32ad3d;
	font-size: 32px;
}

h2#contets-title div {
	margin: -30px 0 0 0;
	color: #CCC;
	font-size: 15px;
}

h2#contets-title div:before {
	content: "\A" ;
	white-space: pre ;
}



article#common-contents {
	padding: 0;
	float: left;
	width: 730px;
	min-height: 600px;
	font-size: 14px;
	box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 5px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 5px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 5px 2px;
}

article#common-contents h3 {
	margin: 0 -20px 20px -20px;
	padding: 15px 0 0 100px;
	height: 42px;
	position:relative;
	color: #FFF;
	line-height: 0;
	font-size: 24px;
}

article#common-contents h3.h3-green {
	background-color: #32ad3d;
}

article#common-contents h3 span {
	font-size: 12px;
}

article#common-contents h3.h3-green span {
	color: #a7dbab;
}

article#common-contents h3 span:before {
	content: "\A" ;
	white-space: pre ;
}

article#common-contents h3 .info-icon {
	position: absolute;
	width: 76px;
	height: 69px;
	left: 14px;
	top: -29px;
}

article#common-contents h4 {
	margin-bottom:10px;
	padding-bottom: 5px;
	font-size: 20px;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}

article#common-contents h4.h4-green {
	color: #32ad3d;
}

article#common-contents section {
	padding: 0 20px 20px 20px;
	
}

article#common-contents p {
	margin-bottom: 15px;
}

aside#common-side {
	padding: 0;
	float: right;
	width: 240px;
}

aside#common-side img {
	margin: 0 0 15px 0;
}

aside#common-side a:hover img{
	filter: alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}


#breadcrumb {
	margin: 10px auto 15px auto;
	width: 1000px;
	font-size: 12px;
	overflow: hidden;
}

#breadcrumb a {
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #009de1;
}

#side-menu {
	margin-bottom: 30px;
}

#side-menu h3 {
	margin: 0 0 20px 0;
	padding: 10px 0 13px 0;
	font-size: 16px;
	border-bottom: 1px solid #676868;
	font-weight: bold;
}

#side-menu h3 span {
	color: #009de1;
	font-size: 12px;
}

#side-menu ul {
	margin: 0;
}

#side-menu ul li {
	margin: 0;
	font-size: 14px;
	list-style: none;
	background-image: url(img/sub-menu-bg.png);
	border-bottom: 1px solid #e5e5e5;
	background-position: left top;
}

#side-menu ul li a {
	padding: 15px 0 15px 35px;
	display: block;
	color: #333;
}

#side-menu ul li a:hover {
	background-image: url(img/sub-menu-bg2.png);
	color: #009de1;
	text-decoration: none;
	background-position: left top;
}

.side-menu-comn {
	border-top: 5px solid #32ad3d;
}


.example {
	font-size: 12px;
	color: #c0392b;
}

.example2 {
	font-size: 12px;
	color: #C00;;
}

.example3 {
	font-size: 12px;
}

.text-red {
	color: #C00;
}

.text-green {
	color: #008001;
}

.text-blue {
	color: #2f5597;
}

.text-yellow {
	color: #ffc000;
}

.common-list {
	margin: 0 0 20px 0;
}

.common-list li{
	margin: 0 0 10px 20px;
}

.font-large1 {
	font-size: x-large;
}

.font-s {
	font-size: 12px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 60%;
}
#page-top a {
    background: #444;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.table-margin {
	margin-bottom: 40px;
}

.img-waku img {
	border: 5px solid #FFF;
	box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 5px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 5px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 5px 2px;
}

.top-space50 {
	margin-top: 50px;
}

.top-space80 {
	margin-top: 80px;
}

.img-right {
	padding: 0 0 10px 10px;
	float: right;
}

.breadcrumbs {
	margin: 0 auto 30px auto;
	width: 1000px;
	font-size: 13px;
}

/*======================================

	5. 企業情報設定
	
=======================================*/

#outline {
	border-top: 1px solid #CCC;
}

#outline table th {
	padding: 20px 10px;
	background-color: #F5F5F5;
	text-align: left;
	border-bottom: 1px solid #CCC;
	white-space: nowrap;
	width: 100px;
	vertical-align: top;
}

#outline table td {
	padding: 20px 10px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

#outline table td img {
	padding: 0 10px 10px 0;
	float: left;
}

#greeting {
	margin: 30px 0 0 0;
	font-size: 13px;
}

#greeting p {
	margin-bottom: 15px;
}

.access-map {
	margin-bottom: 50px;
}


/*======================================

	5. 土地開発設定
	
=======================================*/

.develop-list {
}

.develop-list li {
	padding: 15px 0;
	list-style: none;
	border-bottom: 1px solid #CCC;
	overflow: hidden; 
}

.develop-list-left {
	float: left;
	width: 200px;
}

.develop-list-left img {
	width: 200px;
	height: auto;
}

.develop-list-right {
	float: right;
	width: 470px;
}

.develop-title {
	font-size: 20px;
	color: #32ad3d;	
}

.develop-table {
}

.develop-table table {
	border-top: 1px solid #CCC;
}

.develop-table table th {
	padding: 20px 10px;
	background-color: #F5F5F5;
	text-align: left;
	border-bottom: 1px solid #CCC;
	white-space: nowrap;
	width: 100px;
	vertical-align: top;
}

.develop-table table td {
	padding: 20px 10px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

.underconstruction {
	text-align: center;
	padding: 50px 0 0 0;
	font-weight: bold;
}

.kukaku-table {
}

.kukaku-table table {
	margin: 0;
	border-collapse: collapse;
}

.kukaku-table table th {
	padding: 20px 10px;
	background-color: #F5F5F5;
	text-align: center;
	border: 1px solid #CCC;
	white-space: nowrap;
}

.kukaku-table table td {
	padding: 20px 10px;
	text-align: center;
	border: 1px solid #CCC;
}

.kukaku-table table tr:nth-child(even) {
	background: #fff8e7;
}

ul.develop-shuuhen {
	margin: 0 0 0 -12px;
}

.develop-shuuhen li {
	margin: 0 0 12px 12px;
	list-style: none;
	float: left;
	width: 222px;
	text-align: center;
}

.develop-shuuhen li img {
	width: 222px;
	height: auto;
}

#develop-info {
	margin: 70px 0 0 0;
}

#develop-info h4 {
	padding: 15px 0 0 90px;
	height: 42px;
	position:relative;
	color: #333;
	line-height: 0;
	font-size: 24px;
}

#develop-info h4 span {
	color: #AAA;
	font-size: 12px;
}

#develop-info h4 span:before {
	content: "\A" ;
	white-space: pre ;
}

#develop-info h4 .info-icon {
	position: absolute;
	width: 76px;
	height: 69px;
	left: 4px;
	top: -29px;
}

#develop-info ul {
	margin: 0 0 0 0;
	overflow: hidden;
}

#develop-info li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	border-bottom: 1px dashed #CCCCCC;
	list-style: none;
	background-image: url(img/info-bg.png);
	background-position: top left;
	background-repeat: repeat;
}

#develop-info li a {
	margin: 0;
	padding: 15px 40px 15px 30px;
	display: block;
	color: #009de1;
	text-decoration: none;
}

#develop-info li a:hover {
	background-color: #f7f7f7;
	background-image: url(img/info-bg.png);
	background-position: top left;
	background-repeat: repeat;
}

#develop-info li a span {
	margin: 0;
	color: #32ad3d;
	text-decoration: none;
}

.develop_green {
	background-color: #32ad3d;
}

.develop_green span {
	color: #a7dbab;
}

.h4_green {
	color: #32ad3d;
}

.develop_red {
	background-color: #eb1e1e;
}

.develop_red span {
	color: #f5d3d3;
}

.h4_red {
	color: #eb1e1e;
}

.develop_blue {
	background-color: #2932e3;
}

.develop_blue span {
	color: #d2d3f4;
}

.h4_blue {
	color: #2932e3;
}


.develop_yellow {
	background-color: #ede61d;
}

.develop_yellow span {
	color: #f6f5d5;
}

.h4_yellow {
	color: #ede61d;
}

.develop_pink {
	background-color: #f56be6;
}

.develop_pink span {
	color: #fad5f6;
}

.h4_pink {
	color: #f56be6;
}

.develop_orange {
	background-color: #f6691c;
}

.develop_orange span {
	color: #fbe5da;
}

.h4_orange {
	color: #f6691c;
}

.develop_purple {
	background-color: #f61ca7;
}

.develop_purple span {
	color: #fcdcf1;
}

.h4_purple {
	color: #f61ca7;
}

.develop_brown {
	background-color: #872710;
}

.develop_brown span {
	color: #f1ded9;
}

.h4_brown {
	color: #872710;
}

/*======================================

	5. information設定
	
=======================================*/


#information-list ul {
	margin: 0;
}

#information-list li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #b7b7b7;
	background-image: url(img/info-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
}

#information-list li a {
	margin: 0;
	padding: 15px 40px 15px 30px;
	display: block;
	color: #009de1;
	text-decoration: none;
}

#information-list li a span {
	margin: 0;
	color: #b7b7b7;
	text-decoration: none;
}

#information-list li a:hover {
	background-color: #f7f7f7;
	background-image: url(img/info-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}



/*======================================

	5. information-detail設定
	
=======================================*/

#information-detail h3 {
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 20px;
	background-color: #f5e6e3;
}

#information-detail-name {
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: right;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

#information-detail-comment {
	line-height: 180%;
}

#information-detail-comment p {
	line-height: 180%;
}

#information-detail-photo {
	margin-top: 30px;
	padding: 30px 20px 0 20px;
	border-top: 1px solid #ddd;
	overflow: hidden;
}

#information-detail-photo img {
	width: 300px;
}

#information-detail-photo a:hover img {
	box-shadow:rgba(0, 0, 0, 0.44902) 0px 0px 5px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.44902) 0px 0px 5px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.34902) 0px 0px 5px 2px;
}

#information-detail-photo-left {
	padding: 5px;
	float: left;
	text-align: center;
}

#information-detail-photo-right {
	padding: 5px;
	float: right;
	text-align: center;
}

#information-detail-document {
	margin: 30px 0;
	padding: 30px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

#information-detail-document img {
	margin: 0 8px 0 0;
	width: 25px;
	vertical-align: middle;
}

#information-detail-document th {
	text-align: left;
}

/*======================================

	5. sitepolicy設定
	
=======================================*/

#sitepolicy h4 {
	margin: 30px 0 10px 0;
	padding: 5px;
	font-size: 20px;
	background-color: #f5e6e3;
}

#sitepolicy h4 img {
	margin-right: 8px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

#sitepolicy-comment p {
	line-height: 180%;
}


/*======================================

	5. privacy設定
	
=======================================*/

.privacy-list {
	margin: 0 0 20px 0;
}

.privacy-list li{
	margin: 0 0 10px 20px;
}


/*======================================

	5. sitemap設定
	
=======================================*/

#sitemap h4 {
	margin: 0 0 20px 0;
	padding: 5px 10px;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	background-color: #008001;
}

#sitemap {
	border-top: 1px dashed #CCCCCC;
}

#sitemap ul {
	margin: 0;
}

#sitemap li {
	padding: 0;
	border-bottom: 1px dashed #CCCCCC;
	list-style: none;
	background-image: url(img/info-bg.png);
}

#sitemap li a {
	padding: 15px 15px 15px 30px;
	color: #333;
	display: block;
}



/*======================================

	5. about設定
	
=======================================*/

#about h3 {
	margin: 30px 0 10px 0;
	padding: 5px;
	font-size: 20px;
	background-color: #f5e6e3;
}

#about h3 img {
	margin-right: 8px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

#about-comment p {
	line-height: 180%;
}

#about-comment a {
	color: #00F;
}
