@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 641px) {


/******************************************************/
/* elements  */
/******************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
}
body {
	background: url(../images/common/bg1.jpg);
	color: #333;
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	text-align: center;
	font-family:
		"メイリオ",
		"Meiryo",
		"ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN",
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		Verdana,
		Arial,
		Helvetica,
		sans-serif;
}
* html body {
	font-size: 62.5%;
	line-height: 1.6;
}
*:first-child+html body {
	font-size: 62.5%;
	line-height: 1.6;
}
p {
	font-size: 1.4em;
	text-align: left;
	padding-bottom: 1.4em;
}
dt {
	font-size: 1.4em;
}
dd {
	font-size: 1.4em;
}
strong, th {
	font-weight: bold;
}
ul, ol {
	padding-bottom: 1.4em;
}
li {
	font-size: 1.4em;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
	font-size: 1em !important;
}
table {
	font-size: 100%;
	line-height: 1.6;
}
tr {
	text-align: left;
	vertical-align: top;
}
td, th {
	font-size: 1.4em;
	padding: 9px;
	border: 1px solid #cccccc;
	outline-style: none;
}
hr {
	text-align:        left;
	vertical-align:    top;
	height: 1px;
	border-top-style:  none;
	border-bottom:     1px solid #cccccc;
	border-right-style: none;
	border-left-style: none;
	outline-style:     none;
}
a:link {
	color: #2b180e;
	text-decoration:none;
}
a:visited {
	color: #918e8d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
}
img {
	border-style: none;
	border-width: 0;
	vertical-align: top;
}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}
.smp {
	display: none;
}
.justifyleft {
	text-align: left !important;
}
.justifyright {
	text-align: right !important;
}

/******************************************************/
/* base  */
/******************************************************/
#top {
	min-width: 1100px;
}
#wrapper {
	width: 1070px;
	margin: auto;
}
.contents {
	background: url(../images/common/sub_bg.jpg) repeat-y center top;
}
.contents .main {
}
.contents a:link {
	color: #0066ff;
	text-decoration:underline;
}
.contents a:visited {
	color: #0b4fb5;
}
.contents a:hover {
	text-decoration:none;
}
#wrapper .totop {
	display: none;
}
#wrapper .pagetop {
	text-align: right;
	padding: 25px 0 0;
	font-size: 1.2em;
}
#wrapper .pagetop a {
	background: url(../images/common/arrow_up.png) no-repeat left center;
	padding-left: 12px;
	display: inline-block;
	color: #444;
}


/******************************************************/
/* header  */
/******************************************************/
header {
	background: url(../images/common/bg2.jpg);
	margin-bottom: 15px;
	position: relative;
}
header #logo {
	position: absolute;
	top: 38px;
	left: 96px;
	padding: 0;
}
header .copy {
	position: absolute;
	top: 38px;
	left: 406px;
}
header #smp_open_menu {
	display: none;
}
header #gn {
	padding: 160px 0 0 19px;
	position: relative;
}
header nav ul {
	padding: 0 0 17px;
}
header nav li {
	float: left;
	margin-right: 8px;
}
header nav li span {
	display: none;
}
header nav li#hbnr1 {
	position: absolute;
	top: 17px;
	left: 796px;
}
header nav li#hbnr2 {
	position: absolute;
	top: 17px;
	left: 899px;
}
header #main_image {
	padding: 0 19px 0 17px;
}
header #main_image img {
	width: 100%;
	height: auto;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
	width: 1000px;
	padding: 30px 50px 20px;
	margin: auto;
	clear: both;
	text-align: left;
}
footer .fnav {
	float: left;
	width: 680px;
}
footer .fnav ul {
	padding: 0;
}
footer .fnav li {
	background: url(../images/common/arrow.png) no-repeat left center;
	padding: 0 25px 0 15px;
	display: inline;
}
footer .fnav li a {
	color: #333333;
}
footer .fbnr {
	float: right;
	width: 300px;
}
footer .fbnr ul {
	padding: 0;
}
footer .fbnr li {
	margin-bottom: 10px;
}
footer dl {
	float: left;
	width: 680px;
	margin-top: 35px;
}
footer dt {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 6px;
}
footer dd {
	font-size: 1.2em;
	margin-bottom: 3px;
}
footer #copyright {
	padding: 0;
}


/******************************************************/
/* base  */
/******************************************************/
#breadcrumb {
	width: 750px;
	margin: 0 -50px;
	padding-bottom: 12px;
}
#breadcrumb ul {
	padding: 0;
}
#breadcrumb li {
	background: url(../images/common/breadcrumb.gif) no-repeat left center;
	float: left;
	padding: 0 9px 0 14px;
	font-size: 1.3em;
}
#breadcrumb li:first-child {
	background: none;
	float: left;
	padding: 0 9px 0 0;
}
#breadcrumb li a {
	text-decoration: underline;
}
.contents article.article {
	float: right;
	width: 700px;
	padding: 20px 85px 45px 50px;
	line-height: 1.75;
	text-align: left;
}
.contents article.article h1,
.contents article.article .h1 {
	background: url(../images/sub/titlebg_common.jpg);
	color: #ffffff;
	font-size: 2.7em;
	line-height: 1.2;
	letter-spacing: 0.5px;
	padding: 16px 25px;
	margin: 0 -50px 25px;
	border: none;
	clear: both;
}
.contents article.article .h1 {
	margin-top: 80px;
}
.about .contents article.article h1,
.about .contents article.article .h1 {
	background: url(../images/sub/titlebg_about.jpg);
}
.residential .contents article.article h1,
.residential .contents article.article .h1 {
	background: url(../images/sub/titlebg_residential.jpg);
}
.vacant .contents article.article h1,
.vacant .contents article.article .h1 {
	background: url(../images/sub/titlebg_vacant-house.jpg);
}
.sonei .contents article.article h1,
.sonei .contents article.article .h1 {
	background: url(../images/sub/titlebg_sonei.jpg);
}
.step .contents article.article h1,
.step .contents article.article .h1 {
	background: url(../images/sub/titlebg_step.jpg);
}
.supports .contents article.article h1,
.supports .contents article.article .h1 {
	background: url(../images/sub/titlebg_supports.jpg);
}
.access .contents article.article h1,
.access .contents article.article .h1 {
	background: url(../images/sub/titlebg_access.jpg);
}
.contents article.article h1 + h2 {
	margin-top: 25px;
}
.contents article.article h2 {
	background: #ffffff;
	color: #4a4a4a;
	font-size: 2.5em;
	line-height: 1.2;
	letter-spacing: 0.08em;
	padding: 12px 24px;
	margin: 55px -25px 25px;
	border: 1px solid #938b85;
}
.about .contents article.article h2 {
	border-color: #6eaf5f;
}
.residential .contents article.article h2 {
	border-color: #c2aa5f;
}
.vacant .contents article.article h2 {
	border-color: #8cadc9;
}
.sonei .contents article.article h2 {
	border-color: #d08f93;
}
.step .contents article.article h2 {
	border-color: #ba9878;
}
.supports .contents article.article h2 {
	border-color: #ea8681;
}
.access .contents article.article h2 {
	border-color: #d99a59;
}
.contents article.article h2 + h3 {
	margin-top: 20px;
}
.contents article.article h3 {
	border-bottom: 1px solid #0094d5;
	color: #0094d5;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	padding: 3px 0;
	margin-top: 50px;
	margin-bottom: 20px;
	clear: both;
}
.about .contents article.article h3 {
	border-color: #6eaf5f;
	color: #6eaf5f;
}
.residential .contents article.article h3 {
	border-color: #c2aa5f;
	color: #a38528;
}
.vacant .contents article.article h3 {
	border-color: #8cadc9;
	color: #8cadc9;
}
.sonei .contents article.article h3 {
	border-color: #d08f93;
	color: #d08f93;
}
.step .contents article.article h3 {
	border-color: #ba9878;
	color: #ba9878;
}
.supports .contents article.article h3 {
	border-color: #ea8681;
	color: #ea8681;
}
.access .contents article.article h3 {
	border-color: #d99a59;
	color: #d99a59;
}
.contents article.article h4 {
	color: #333;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 14px;
}
.contents article.article p {
	padding-bottom: 1.6em;
}
.contents article.article a:link {
	color: #0066ff;
	text-decoration:underline;
}
.contents article.article a:visited {
	color: #0b4fb5;
}
.contents article.article a:hover {
	text-decoration:none;
}
.contents article.article table {
	width: 100% !important;
	max-width: 100%;
	table-layout: fixed;
}
.contents article.article table th {
	background: #ebe3db;
	padding: 10px 14px;
	width: 16%;
}
.contents article.article table thead th {
	width: auto;
}
.contents article.article table td {
	background: #ffffff;
	padding: 10px 14px;
}
.contents article.article table th img,
.contents article.article table td img {
	max-width: 100%;
	height: auto;
}
.vacant .contents article.article table th {
	border-color: #8cadc9;
	background: #e8eff5;
}
.vacant .contents article.article table td {
	border-color: #8cadc9;
}
.residential .contents article.article table th {
	border-color: #c2aa5f;
	background: #fff7dc;
}
.residential .contents article.article table td {
	border-color: #c2aa5f;
}
.sonei .contents article.article table th {
	border-color: #d18f93;
	background: #f5e7e7;
}
.sonei .contents article.article table td {
	border-color: #d18f93;
}
.step .contents article.article table th {
	border-color: #ba9878;
	background: #fdf6ef;
}
.step .contents article.article table td {
	border-color: #ba9878;
}
.supports .contents article.article table th {
	border-color: #ea8681;
	background: #f7eae9;
}
.supports .contents article.article table thead th {
	background: #fec0bd;
	color: #8e0d07;
}
.supports .contents article.article table td {
	border-color: #ea8681;
}
.access .contents article.article table th {
	border-color: #d99a59;
	background: #ffeedd;
}
.access .contents article.article table td {
	border-color: #d99a59;
}
.contents article.article table.noborder {
	width: auto !important;
	max-width: auto;
	table-layout: auto;
}
.contents article.article table.noborder th,
.contents article.article table.noborder td {
	background: none !important;
	border: none !important;
	padding: 10px 14px;
	width: auto;
}


/******************************************************/
/* sidenav  */
/******************************************************/
#sidenav {
	float: left;
	width: 170px;
	padding: 20px 0 0 20px;
	margin-bottom: 40px;
	text-align: left;
}
#sidenav nav {
}
#sidenav nav h2 {
	background: #948b86;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.1;
	padding: 10px 10px 10px 15px;
	margin-bottom: 20px;
}
.about #sidenav nav h2 {
	background: #6eaf5f;
}
.vacant #sidenav nav h2 {
	background: #73a2b8;
}
.residential #sidenav nav h2 {
	background: #c2aa5f;
}
.sonei #sidenav nav h2 {
	background: #d18f93;
}
.step #sidenav nav h2 {
	background: #ba9878;
}
.supports #sidenav nav h2 {
	background: #ea8681;
}
.access #sidenav nav h2 {
	background: #d99a59;
}
#sidenav nav ul {
	padding-bottom: 30px;
}
#sidenav nav li {
	background: url(../images/common/arrow_common.png) no-repeat 20px center;
	text-align: left;
	line-height: 1.4;
	padding: 0 0 0 35px;
	margin-bottom: 12px;
}
.about #sidenav nav li {
	background: url(../images/common/arrow_about.png) no-repeat 20px center;
}
.vacant #sidenav nav li {
	background: url(../images/common/arrow_vacant-house.png) no-repeat 20px center;
}
.residential #sidenav nav li {
	background: url(../images/common/arrow_residential.png) no-repeat 20px center;
}
.sonei #sidenav nav li {
	background: url(../images/common/arrow_sonei.png) no-repeat 20px center;
}
.step #sidenav nav li {
	background: url(../images/common/arrow_step.png) no-repeat 20px center;
}
.supports #sidenav nav li {
	background: url(../images/common/arrow_supports.png) no-repeat 20px center;
}
.access #sidenav nav li {
	background: url(../images/common/arrow_access.png) no-repeat 20px center;
}
#sidenav nav li a:link {
	color: #444444;
	text-decoration:none;
}
#sidenav nav li a:visited {
	color: #888888;
	text-decoration:none;
}
#sidenav nav li a:hover {
	text-decoration:underline;
}
#sidenav p.bnr {
	padding: 0;
	margin-bottom: 20px;
}


/******************************************************/
/* category */
/******************************************************/
#wrapper .category {
	clear: both;
}
#wrapper .category ul {
	padding: 0;
}
#wrapper .category li {
	width: 340px;
	float: left;
	margin: 0 20px 20px 0;
	font-size: 2.4em;
	line-height: 1.2;
}
#wrapper .category li:nth-child(2n+1) {
	clear: both;
}
#wrapper .category li:nth-child(2n) {
	margin-right: 0;
}
#wrapper .category li a {
	background: #ffffff url(../images/common/arrow_common.png) no-repeat 15px center;
	border: 1px solid #948b86;
	border-radius: 8px;
	display: block;
	padding: 16px 36px;
	color: #444;
	text-decoration: none;
}
.about #wrapper .category li a {
	background: #ffffff url(../images/common/arrow_about.png) no-repeat 15px center;
	border-color: #6eaf5f;
}
.vacant #wrapper .category li a {
	background: #ffffff url(../images/common/arrow_vacant-house.png) no-repeat 15px center;
	border-color: #8cadc9;
}
.residential #wrapper .category li a {
	background: #ffffff url(../images/common/arrow_residential.png) no-repeat 15px center;
	border-color: #8cadc9;
}
.sonei #wrapper .category li a {
	background: #ffffff url(../images/common/arrow_sonei.png) no-repeat 15px center;
	border-color: #d18e95;
}
.step #wrapper .category li a {
	background: #ffffff url(../images/common/arrow_step.png) no-repeat 15px center;
	border-color: #ba9878;
}
#wrapper .category li a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
}


/******************************************************/
/* 新庄村とは */
/******************************************************/
.about #wrapper .about_ttl {
	text-align: center;
	margin: 16px 0 24px;
	padding: 0;
}
.about #wrapper .about_img {
	margin: 0 0 20px;
	padding: 0;
}
.about #wrapper .about2_subtitle {
	position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}
.about #wrapper .about2_subtitle p {
	padding: 0;
}
.about #wrapper .about2_subtitle .illust {
	position: absolute;
	top: 0;
	right: 29px;
}
.about #wrapper .subimg_dl {
	margin: 0 0 24px;
	padding: 0;
	line-height: 1.5;
}
.about #wrapper .subimg_dl dt {
	float: left;
	width: 260px;
}
.about #wrapper .subimg_dl p {
	padding: 0;
}
.about #wrapper .subimg_dl p.ttl {
	color: #ea5514;
	padding: 20px 0;
	font-size: 1.3em !important;
}


/******************************************************/
/* 空き家情報 */
/******************************************************/
.vacant #wrapper .maincopy {
	color: #337898;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 20px;
}
.vacant #wrapper .provided_table {
	table-layout: auto;
}
.vacant #wrapper .provided_table td {
	background: none;
	border: none;
}
.vacant #wrapper .provided_table .btn {
	padding: 0;
	margin-top: 15px;
}
.vacant #wrapper .provided_table .btn a {
	background: #ffffff url(../images/common/arrow_vacant-house.png) no-repeat 15px center;
	border: 1px solid #8cadc9;
	border-radius: 8px;
	display: inline-block;
	padding: 16px 36px;
	font-size: 1.5em;
	line-height: 1;
	color: #444;
	text-decoration: none;
}


/******************************************************/
/* 移住・定住のステップ */
/******************************************************/
.step #wrapper .stepttl p {
	text-align: center;
	margin: 25px 0 50px;
	padding: 0;
}
.step #wrapper .steplist {
	text-align: center;
	margin-bottom: 60px;
	padding: 0;
}
.step #wrapper .steplist li {
	margin-bottom: 12px;
}
.step #wrapper .step_trial {
	clear: both;
	line-height: 1.45;
}
.step #wrapper .step_trial .icon {
	float: left;
	padding: 0;
	margin: 0 20px;
}
.step #wrapper .step_trial .ttl {
	margin-bottom: 8px;
}
.step #wrapper .step_trial p {
	padding-bottom: 20px;
}
.step #wrapper .step_trial .photo {
	clear: both;
	text-align: center;
}


/******************************************************/
/* 支援制度 */
/******************************************************/
.supports #wrapper .soutei_table {
	width: auto !important;
	margin: 0 auto 25px !important;
	table-layout: auto;
}
.supports #wrapper .soutei_table th,
.supports #wrapper .soutei_table td {
	background: #ffffff;
	border-color: #cccccc;
	width: auto;
	vertical-align: middle;
}


/******************************************************/
/* アクセス */
/******************************************************/
.access #wrapper .accessmap {
	text-align: center;
}
#wrapper .pdfbtn {
	vertical-align: middle;
	display: inline-block;
	margin-left: 1em;
}
.access #wrapper table.access_table {
	table-layout: auto;
}
.access #wrapper table.access_table td {
	border: none;
	background: none;
}
.access #wrapper table.access_table .img img {
	border: 1px solid #ccc;
}
.access #wrapper table.access_table .ttl {
	vertical-align: middle;
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #d99a59;
}
.access #wrapper table.access_table img {
	vertical-align: middle;
}


/******************************************************/
/* お知らせ  */
/******************************************************/
.news #wrapper .news_list {
	clear: both;
	padding: 20px 0 10px;
}
.news #wrapper .news_list ul {
	padding: 0;
}
.news #wrapper .news_list ul li {
	border-bottom: 1px dotted #e5caca;
	padding: 12px 0;
}
.news #wrapper .news_list ul li span {
	color: #a05b5b;
	width: 11em;
	float: left;
}
.news #wrapper .news_list ul li p {
	padding: 0;
	margin-left: 11em;
}
.news #wrapper .news_list ul li a {
	color: #444444;
}


/******************************************************/
/* sitemap */
/******************************************************/
#sitemap {
	border-bottom: 1px dashed #cccccc;
}
#sitemap ul {
	padding: 0;
	margin: 0;
}
#sitemap li {
	border-top: 1px dashed #cccccc;
	font-size: 1em;
	line-height: 1.2;
	padding: 0 10px;
}
#sitemap li a {
	background: url(../images/common/arrow_common.png) no-repeat left center;
	display: inline-block;
	padding-left: 12px;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	margin: 15px 0;
	text-decoration: none;
	color: #333;
}
#sitemap li a:hover {
	text-decoration: underline;
}
#sitemap ul ul {
	padding-left: 3em;
	margin-bottom: 15px;
}
#sitemap li li {
	padding: 0 10px 0 20px;
	padding: 0;
	border: none;
	display: inline;
}
#sitemap li li a {
	background: url(../images/common/arrow_common.png) no-repeat left center;
	background-size: 5px 5px;
	padding-left: 10px;
	font-size: 1.4em;
	font-weight: normal;
	margin: 5px 20px 5px 0;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
	display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
	height: 1%;
}
div#content,
.clfx {
	display: block;
}
