@charset "UTF-8";
/* reset
============================================================ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

sub,
sup {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}

body {
	line-height:1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote,
q {
	quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration:line-through;
}

abbr[title],
dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input,
select {
	vertical-align:middle;
}

/* ============================================================
 init
============================================================ */
body {
	color:#444444;
	font:14px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust:none;
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* tag
------------------------------------------------------------ */
img {
	border:0;
	vertical-align:bottom;
}

li {
	list-style:none;
}

/* link
------------------------------------------------------------ */
a {
	color:#009e41;
	overflow:hidden;
}
a:link,
a:visited {
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	text-decoration:none;
}

/* class
------------------------------------------------------------ */
.block:after,
.outer:after,
.inner:after,
.row:after,
.box:after,
.cell:after {
	overflow:hidden;
	*zoom:1;
}

/* #wraper
============================================================ */
#wrapper {
	background:#0e8f42;
	margin-bottom:-20px;
	overflow:hidden;
	text-align:left;
}

#contents {
	min-width:320px;
	background:#ffffff;
}

/* header
============================================================ */
header {
  /* for js */
	position: relative;
}
header h1 {
	padding:5px 10px;
	color:#454545;
	font-size:10px;
	font-weight:normal;
}
header .inner {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	-moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
	width:100%;
	height: 48px;
/*	padding:4px 10px;	*/
	padding:4px;
	border-top:1px solid #dfdfdf;
}
header .inner #logo {
/*	margin-right: 10px;	*/
	margin-right: 0;
}
header .inner #logo a {
	display:block;
}
header .inner #logo2 {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	box-flex:1;
/*	padding-right: 20px;	*/
	padding-right: 10px;
	text-align: center;
}
header .inner .btnPc a {
	display:table;
	padding: 6px 3px;
	width:56px;
	font-size:8px;
	font-weight: bold;
	text-align:left;
	color:#444444;
}
header .inner .btnPc a span {
	display: table-cell;
}
header .inner .btnPc a:after {
	display:table-cell;
	width:20px;
	height:19px;
	background-size:20px 19px;
	vertical-align:middle;
}


header .linkFb {
	position: absolute;
	right: 0;
	bottom: -37px;
	padding-top: 5px;
	width: 46px;
	height: 36px;
	text-align: center;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #dfdfdf));
	background-image:-webkit-linear-gradient(#f0f0f0, #dfdfdf);
	background-image:-moz-linear-gradient(#f0f0f0, #dfdfdf);
	background-image:linear-gradient(#f0f0f0, #dfdfdf);
}

/* #breadNav
------------------------------------------------------------ */
#breadNav {
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	overflow:hidden;
}
#breadNav div {
	position:absolute;
	top:0;
	border-top:0;
	border-bottom:0;
	text-align:center;
	z-index:10;
}
#breadNav div.breadPrev {
	left:0;
}
#breadNav div.breadNext {
	right:0;
}
#breadNav div a {
	display:table-cell;
	width:35px;
	height:38px;
	vertical-align:middle;
	font-weight:bold;
	color:#999999;
}
#breadNav ul {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #dfdfdf));
	background-image:-webkit-linear-gradient(#f0f0f0, #dfdfdf);
	background-image:-moz-linear-gradient(#f0f0f0, #dfdfdf);
	background-image:linear-gradient(#f0f0f0, #dfdfdf);
}
#breadNav ul li {
	padding:11px 4px 11px 16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background-image:url(../img/main/bread_bg_02.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
	background-image:url(../img/main/bread_bg_02.png), -webkit-linear-gradient(#ffffff, #f0f0f0);
	background-image:url(../img/main/bread_bg_02.png), -moz-linear-gradient(#ffffff, #f0f0f0);
	background-image:url(../img/main/bread_bg_02.png), linear-gradient(#ffffff, #f0f0f0);
	background-repeat:no-repeat;
	background-size:10px 36px, 100%;
	background-position:0;
	font-size:12px;
}
#breadNav ul li a,
#breadNav ul li span {
	text-decoration:none;
	color:#222222;
}
#breadNav ul li:first-child {
	padding-left:11px;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
	background-image:-webkit-linear-gradient(#ffffff, #f0f0f0);
	background-image:-moz-linear-gradient(#ffffff, #f0f0f0);
	background-image:linear-gradient(#ffffff, #f0f0f0);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:0;
}
#breadNav ul li:last-child {
  /*padding-right:0;*/
	background-image:url(../img/main/bread_bg_01.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #dfdfdf));
	background-image:url(../img/main/bread_bg_01.png), -webkit-linear-gradient(#f0f0f0, #dfdfdf);
	background-image:url(../img/main/bread_bg_01.png), -moz-linear-gradient(#f0f0f0, #dfdfdf);
	background-image:url(../img/main/bread_bg_01.png), linear-gradient(#f0f0f0, #dfdfdf);
	background-repeat:no-repeat;
	background-size:10px 36px, 100%;
	background-position:0;
}
#breadNav ul li:last-child span {
  /*padding:11px 10px 11px 20px;*/
}

/* .navUtility
------------------------------------------------------------ */
.navUtility {
	padding:10px;
	background: #bfe625;
}
.navUtility > ul {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.navUtility > ul.localNavi {
	border:1px solid #8fb00d;
}
.navUtility ul.outbound {
	margin-top: 10px;
	border:1px solid #bbbbbb;
}
.navUtility > ul > li:first-child {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.navUtility > ul > li:first-child a {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.navUtility > ul.localNavi > li > a {
	display:table;
	width:100%;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #faffe6), color-stop(100%, #e3f6b3));
	background-image:-webkit-linear-gradient(#faffe6, #e3f6b3);
	background-image:-moz-linear-gradient(#faffe6, #e3f6b3);
	background-image:linear-gradient(#faffe6, #e3f6b3);
	font-weight:bold;
	color:#444444;
	text-decoration:none;
}
.navUtility ul.outbound li a {
	display:table;
	width:100%;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
	background-image:-webkit-linear-gradient(#ffffff, #eeeeee);
	background-image:-moz-linear-gradient(#ffffff, #eeeeee);
	background-image:linear-gradient(#ffffff, #eeeeee);
	font-weight:bold;
	color:#444444;
	text-decoration:none;
}
.navUtility > ul.localNavi > li a:before {
	content:"";
	display:table-cell;
	vertical-align:middle;
	background-size: auto 20px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:30px;
	height:20px;
	padding-right: 14px;
}
.navUtility > ul.localNavi > li.naviSearch a:before { background-image:url("../img/ico/ico_search_01.png"); }
.navUtility > ul.localNavi > li.naviObserve a:before { background-image:url("../img/ico/ico_observe_02.png"); }
.navUtility > ul.localNavi > li.naviSeminar a:before { background-image:url("../img/ico/ico_seminar_02.png"); }
.navUtility > ul.localNavi > li.naviMailmaga a:before { background-image:url("../img/ico/ico_mailmaga_02.png"); }
.navUtility > ul.localNavi > li.naviTownPlanning a:before { background-image:url("../img/ico/ico_townplanning_02.png"); }
.navUtility > ul.localNavi > li.naviModelhouse a:before { background-image:url("../img/ico/ico_modelhouse_02.png"); }
.navUtility > ul.localNavi > li.naviTownEvents a:before { background-image:url("../img/ico/ico_townevents_02.png"); }
.navUtility > ul.localNavi > li.naviTopics a:before { background-image:url("../img/ico/ico_topics_02.png"); }

.navUtility > ul:not(.pcMenu) > li a:after {
	content:"";
	display:table-cell;
	vertical-align:middle;
	background-image:url("../img/ico/arrow_03_r.png");
	background-size:9px 13px;
	background-repeat:no-repeat;
	background-position:right 50%;
	width:20px;
	height:20px;
}
.navUtility > ul.outbound > li a:after {
	background-image:url("../img/ico/ico_pc_01.png");
	background-size:24px 22px;
	width:24px;
	height:22px;
}
.navUtility > ul.localNavi > li.link a {
	padding:11px 12px 9px 0px;
}
.navUtility > ul.outbound > li.link a {
	padding:11px 12px 9px 12px;
}
.navUtility > ul > li:last-child {
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.navUtility > ul > li:last-child a {
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.navUtility > ul > li + li {
	border-top:1px solid #8fb00d;
}
.navUtility > ul.outbound > li + li {
	border-top:1px solid #bbbbbb;
}

.navUtility > ul.pcMenu {
	margin-top: 10px;
	border-color: #bbbbbb;
}

.navUtility > ul.pcMenu > li + li {
	border-color: #bbbbbb;
}

.navUtility > ul.pcMenu > li.link > a {
	padding-left: 10px;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
	background-image:-webkit-linear-gradient(#ffffff, #eeeeee);
	background-image:-moz-linear-gradient(#ffffff, #eeeeee);
	background-image:linear-gradient(#ffffff, #eeeeee);
	line-height: 1.5;
}

.navUtility > ul.pcMenu > li > a:before {
	display: none;
}

.navUtility > ul.pcMenu > li > a:after {
	display: table-cell;
	background-position: 50% 50%;
}

/* footer
============================================================ */

footer .linkFb {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #bbbbbb;
	text-align: center;
}

footer .linkFb a {
	color: #444444;
	text-decoration: underline !important;
}

footer .linkFb a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	background: url('../img/ico/ico_fb_01.png') 0 0 no-repeat;
	background-size: cover;
	
}

footer {
}

footer .footerNav01 {
	padding:12px 5px;
	text-align:center;
}
footer .footerNav01 li {
	display:inline-block;
	color:#888888;
}
footer .footerNav01 li a {
	color: #444444;
	text-decoration:underline;
}
footer .footerNav02 {
	display:table;
	width:100%;
	border-top:1px solid #a8d200;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
	background-image:-webkit-linear-gradient(#ffffff, #f0f0f0);
	background-image:-moz-linear-gradient(#ffffff, #f0f0f0);
	background-image:linear-gradient(#ffffff, #f0f0f0);
}
footer .footerNav02 li {
	text-align:center;
}
footer .footerNav02 li a {
	display:table;
	width:100%;
	padding:6px 10px 0;
	text-decoration:none;
	color:#444444;
}
footer .footerNav02 li a:after {
	content:"";
	display:inline-block;
	width:40px;
	height:28px;
	margin-left:10px;
	background-image:url('../img/ico/arrow_04_r.png');
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:40px 28px;
	vertical-align:middle;
}
footer .footerNav02 li a:before {
	content:"";
	display:block;
	width:6px;
	height:4px;
	margin: 0 auto;
	background-image:url('../img/ico/arrow_04_u.png');
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:6px 4px;
}
footer .inner {
	padding:20px 10px 10px;
	border-top:1px solid #bbbbbb;
}
footer .inner p.txt {
	line-height:1.5;
	margin-bottom:20px;
	font-size:12px;
}
footer .inner p.txt a {
	text-decoration:underline;
}
footer .copyright {
	padding:10px;
	border-top:1px solid #bbbbbb;
	font-size:10px;
	text-align:center;
}
