@charset "utf-8";

/* = 
widget_fudo Style
corners2011.css サイト全般の装飾css
 * @package WordPress3.4
 * Version: 1.1.2
-------------------------------------------------------------- */



/* = common 
-------------------------------------------------------------- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
}

body, input, textarea {
    color: #333333;
    font: 300 15px/1.625 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
}

input, textarea, select, .page-title span, .pingback a.url { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }

input[type=submit] { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }

pre { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }

code { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }


/* ロールオーバー */
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


a{ color: #666; }   /* リンク */
a:visited{ color: #666; }   /* クリック後のリンク */
a:hover { color: #666; }   /* ポイント時のリンク */
a:active { color: #666; }  /* 選択中のリンク */



/* = header 
-------------------------------------------------------------- */

#site-title {
	font-size: 5pt;
	text-shadow: 0px 1px 1px #ccc;
	margin: 3px 0 0 0;
	padding: 0px 0px 0px 15px;
}

#site-title2 {
	font-size: 6pt;
	position:absolute;
	top:1px;
	right:30px;
}

#site-description {
	font-style: normal;
	color: #999;
	position: absolute;
	padding-left: 290px;
	top: 7px;
}

@media screen and (max-width: 640px) {  
#site-description {  
    width: auto;  
    height: auto;  
    background: none;  
	top:auto;
	right:auto;
  }  

#site-title2{
position:relative;
	top:1px;
	left:0px;}
	
}


#site-title a {
    margin:0;
    padding:0;
	color: #333;
	letter-spacing: -0.05em;
}




/* ヘッダ h1 常に表示 */
/*
#site-title, #site-description {
    clip: auto !important;
}
#site-description {
    padding: 60px 20px;
}
*/
/* メニュー検索窓幅 */
@media screen and (min-width: 640px) {
#branding .only-search #s, #branding .only-search #s:focus {
    width: 100px;
}

#top_brand .only-search #s, #top_brand .only-search #s:focus {
    width: 100px;
}

#branding { border: none; z-index: 0;
	background-image: url(/images/head_back.gif);
	background-repeat: no-repeat;
	background-position:500px 30px;}

#top_brand{ border: none; z-index: 0;
	background-image: url(/images/head_back.gif);
	background-repeat: no-repeat;
	background-position:center 19px;}

#top_brand hgroup {
    width:1050px;
	margin:auto ;
	position:relative;
	overflow: hidden;	/* モダンブラウザ向け */
	zoom: 1; /* IE向け */}

#branding hgroup {
    width:1050px;
	margin:auto ;
	overflow: hidden;	/* モダンブラウザ向け */
	zoom: 1; /* IE向け */
}

#branding #searchform{
	
}
#branding #s{
	font-size: 12px;
	height: 22px;
	padding: 4px 10px 4px 28px;
	width: 110px;
}

#branding #s:focus {
    width: 82%;
}
}/* 640px以下ここまで */


@media  screen and (max-width: 640px) {

#branding { border: none;
 z-index: 0;
	background:none;}


#top_brand hgroup {
    width:auto;
	margin:auto ;
	position:relative;
	overflow: hidden;	
	zoom: 1; }

#branding hgroup {
    width:auto;
	margin:auto ;
	overflow: hidden;	
	zoom: 1; 
}

#branding #searchform{
	left: -2%;
	top: 1.0em;
}
#branding #s{
	font-size: 12px;
	height: 22px;
	padding: 4px 10px 4px 28px;
	width: 90%;
}

#branding #s:focus {
    width: 100%;
}



  }









/* = nav 
-------------------------------------------------------------- */




/* = TOP only
-------------------------------------------------------------- */

#top_fbox #content ul {
	/zoom : 1; 
	margin: 0 0 10px 0;
}

#top_fbox #content ul:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

#top_fbox #content .grid-content li {
	display: block;
	width: 150px;
	/*	height: 260px;	*/
	font-size: 12px;
	line-height: 1.4;
	float:left;
	list-style-type: none;
	outline: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 8px;
	margin:0 8px 8px 0;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #ffffff 70%, #F7F7F7 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffffff), color-stop(100%, #F7F7F7)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7F7F7', GradientType=0 ); /* ie */
}

*:first-child+html #top_fbox #content .grid-content li {
	border: 1px solid #CCC;
	margin:0 6px 6px 0;
}

* html #top_fbox #content .grid-content li {
	border: 1px solid #CCC;
	margin:0 6px 6px 0;
}

.box1image{}


#top_fbox #container #content table {
	margin: 0;
	padding: 0;
	border: none;
}

#top_fbox #container #content tr td {
	margin: 0;
	padding: 0;
	border: none;
}

.box1low {
	line-height: 1.8;
	margin: 0 0 -5px 0;
	padding: 5px 0 0 0;
	font-size:10px;
/*
	border: 1px solid #CCC;
	border-radius: 4px;
*/
}

.box1low a {
	color: #333;
	text-decoration: none;
}

.top_title{}
.top_price {font-weight: bold;color : #ee3300;}
.top_madori{font-weight: bold;}
.top_menseki{}
.top_shozaichi{}
.top_kotsu{}


/* = TOP twitter
-------------------------------------------------------------- */

#top_fbox #content #twitter_update_list {
	font-size: 12px;
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	clear: both;
}

#top_fbox #content #twitter_update_list a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#top_fbox #content #twitter_update_list li a.tw_date {
	display: block;
	width: 65px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 4px 0px 0px;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
}

#twitter_update_list li a.tw_date:after { content: ":" }

#top_fbox #container #content #twitter_update_list li .tw_status {
	float: left;
	display: block;
	line-height: 1.2;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	width: 580px;
}

#top_fbox #container #content ul#twitter_update_list { padding-left: 15px; }

#top_fbox #container #content ul#twitter_update_list li {
	list-style:none;
	display: block;
	margin: 0px;
	padding: 0px 5px 5px;
	font-size: 12px;
	font-weight: normal;
}

#top_fbox #container #content ul#twitter_update_list li { zoom:1;}

#top_fbox #container #content ul#twitter_update_list li:after {
	content:'';
	display:block;
	clear:both;
}



/* = textwidget
-------------------------------------------------------------- */

#text-2{ 
   text-align:left;

}


#top_fbox #container #content .textwidget { 

	font-size: 14px;
	line-height: 1.6;

	margin: 0 0 20px 0;
	padding: 10px;

	border: 1px solid #ccc;
	border-radius: 6px;

}



/* = side-widget
-------------------------------------------------------------- */

/* PCここから */
@media screen and (min-width: 641px) { 
#main #primary .widge, #main #secondary .widget {
	margin: 0 0 10px;
	padding: 8px;
	width:95%;
	max-width: 210px;
	background: #FFF;
}

}
/* PC用ここまで */

/* スマホ用ここから */
@media screen and (max-width: 640px) { 
#main #primary .widge, #main #secondary .widget {
	margin: 0 0 10px;
	padding: 4px;
	width:95%;
	background: #FFF;
}
}
/* スマホ用ここまで */


.widget-title-ina{
	color: #fff;
	display: block;
	padding: 6px 4px 6px 12px;
	margin: 0 0 10px 0;
	font-size:15px;
	border-radius: 4px;
	background-color:#709e10;
	line-height: 1;
	font-weight: nomal;
}

.widget-title-ina a{
	color: #fff !important;
	display: block !important;
	font-size:14px !important;
	background-color:#709e10 !important;
}


#primary .widget .widget-title, #secondary .widget .widget-title {
	color: #fff;
	display: block;
	padding: 6px 4px 6px 12px;
	margin: 0 0 10px 0;
	font-size:15px;
	border-radius: 4px;
	background-color:#709e10;
	line-height: 1;
	font-weight: nomal;
}

#primary .widget li, #secondary .widget li {
    list-style:none;
	margin: 0px;
	padding: 0px;
}

#primary .widget li ul li, #secondary .widget li ul li {
	border: none;
	margin: 0px;
	padding: 0px;
}

#primary .widget li {
	margin: 0;
	padding: 0px 5px;
}

#main #primary ul li ul, #main #secondary ul li ul {
	margin: 0;
	padding: 0px 15px;
}

#main .widget-area ul {
	margin: 0px;
	padding: 0px;
}

#main .widget-area a:link { color:#666; }

#main .widget-area a:visited { color:#666; }

#main .widget-area a:hover, a:active { color:#3399ff; }

*:first-child+html .widget_search #s { width: 54%; }

.widget ul {
	font-size: 13px;
	margin: 0;
}

#secondary .widget a { font-weight: normal; }


/* 会員  */
#secondary .widget_fudo_kaiin { line-height: 1.8; }

#secondary .widget_fudo_kaiin form {
	margin: 0px 0px 1em;
	padding: 0 ;
}

#secondary .widget_fudo_kaiin div,
#secondary .widget_fudo_kaiin ul{
	padding: 0 10px;
}


#secondary .widget_fudo_kaiin label { font-size: 11px; }

input#user_login, input#password { width: 120px; }

input[type="text"]{
	padding:0;
}

/*
#secondary .widget_fudo_kaiin input[type="submit"] {
	text-align: center;
	width: 110px;
	display: block;
	margin-top: 5px;
}
*/

#searchitem{ line-height: 1.2; }

#searchitem div{
	margin: 4px 0px 0px;
/*	padding: 0px 0px 0px 8px;
	text-indent: -4px;	*/
	line-height: 1.6;
}

#searchitem input{ margin-top: 8px; }

.widget_fudo_b_k select{
	width: 100%;
}

#content .widget_fudo_b_k select{
	width: auto;
}

.widget_search form{
	margin:0;
}


#primary .widget li.widget_search, #secondary .widget li.widget_search {
	list-style-type: none;
}

li.widget_search{ list-style-type: none; }



/* map */
#map_menu select{
	width: 100%;

}
#map_menu{
	border-radius: 6px;
}
#searchmapitem {
    line-height: 1.2;
}


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

#colophon .widget-title{
	font-size: 13px;
	color: #666;
	border-bottom: 1px dotted #DDD;
	margin: 0px 0px 6px;
	padding: 4px 0px 0px 0px;
	line-height: 1.6;
	font-weight: bold;
}

#colophon .widget a{
	color: #666;
	font-size: 12px;
	font-weight: normal;
}

#colophon .widget ul{
	list-style-position: inside;
	list-style-type: circle;
}



/* = 見出し
-------------------------------------------------------------- */

#main #container #content h1 {
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #EEEEEE;
	line-height: 1.6;
	color: #333;
}

#main #container #content h3 {
	border-bottom: 1px dotted #CCC;
	font-size: 18px;
	border-left: 3px solid #666;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	text-shadow:1px 1px 0px #eee;
	font-weight: normal;
}



/* = コメント欄
-------------------------------------------------------------- */

#comments {
	padding-top: 60px;
	font-size: 12px;
}

#comments-title em { font-style: normal; }

#comments li.comment { line-height: 1.2; }

#comments .comment-meta { font-size: 10px; }

#respond { border-top-style: none; }

#main #comments #respond h3#reply-title { 
/*	font-size: 14px;
	font-weight: normal;
	color: #666;
	border-top: 0px none #FFF;
	border-right: 0px none #FFF;
	border-bottom: 0px none #FFF;
	border-left: 2px solid #CCC;
*/
}

#cancel-comment-reply-link { margin-left: 2em; }



/* = Contact Form 7 checkbox hook
-------------------------------------------------------------- */

#list_simplepage2 .wpcf7-list-item label {
	display: block;
	float:left;
	margin-left:1em;
	margin-right:10px;	
}

#list_simplepage2 form p { /zoom:1;
}

#list_simplepage2 form p:after {
	content:'';
	display:block;
	clear:both;
}


/* = 印刷用CSS Twenty Eleven +α
-------------------------------------------------------------- */

@media print {

	* { font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

	body, #wrapper,  #list_simplepage2,  .list_simple_box {
		margin: 0 !important;
		padding: 0 !important;
	}

	head+body {
		max-width: 100% !important;
		min-width: 80% !important;
		margin: 0 auto !important;
	}




	#site-title a {
		float: left !important;
		font-size: 14pt !important;
	}

	#site-description { font-size: 8pt; !important; }

	#container, .list_simple_box { width: 100% !important; }
	

	h1, h2, h3 {
		font-size: 13pt !important;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
		border: none;
	}

	/* フォーム部分 */
		#list_simplepage2 .wpcf7 { display: none !important; }

	/* 地図 */
		#map_canvas {
		width: 514px !important;
		height: 340px !important;
	}
}

	@page{
		margin: 1cm 1cm !important;
	}



/* = TOP fudo_toukou_top-XX
-------------------------------------------------------------- */

#top_fbox #content ul#toukou_top {
	font-size: 12px;
	padding: 10px;
	margin: 0px;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	clear: both;
}

#top_fbox #content ul.toukou_top_post_excerpt {
	font-size: 12px;
	padding: 5px 0 0 10px;
	margin: 0px;
}

#top_fbox #content #toukou_top a { color: #333; }

#top_fbox #content .toukou_top_post_title {
	line-height: 1.6;
	font-size: 14px;
	font-weight:bold;
	color: #333;
}

#top_fbox #content #toukou_top li {
	line-height: 1.4;
	list-style:none;
	display: block;
}

/*
#top_fbox #content #toukou_top .tokou_top_post_thumbnail {
	padding: 0 10px 0 0;
	float:left;
}
*/

#top_fbox #content #toukou_top img {
	float:left;
	padding: 0 5px 0 0;
	width:75px;
	height:75px;
}



/* = primary and secondary fudo_toukou_top-XX
-------------------------------------------------------------- */

#primary ul#toukou_top, #secondary ul#toukou_top {
	padding: 0px;
	margin: 0px;
	clear: both;
}

#primary ul.toukou_top_post_excerpt, #secondary ul.toukou_top_post_excerpt {
	font-size: 10px;
	padding: 5px 0 0 10px;
	margin: 0 !important;
}

#primary #toukou_top a, #secondary #toukou_top a { color: #333; }

#primary .toukou_top_post_title, #secondary .toukou_top_post_title {
	line-height: 1.4;
	font-size: 14px;
	font-weight:bold;
	color: #333;
}

#primary #toukou_top li, #secondary #toukou_top li {
	line-height: 1.4;
	list-style:none;
	display: block;
}

/*
#primary #toukou_top .tokou_top_post_thumbnail ,
#secondary #toukou_top .tokou_top_post_thumbnail {
	float:left;
	padding: 0 5px 0 0;
}
*/

#primary #toukou_top img, #secondary #toukou_top img {
	float:left;
	padding: 0 5px 0 0;
	width:75px;
	height:75px;
}



/* = toukou
-------------------------------------------------------------- */

.entry-content {
	font-size: 12px;
	padding: 10px;
	margin: 0px;
	line-height: 1.4;
}

.entry-content a { color: #333; }

.entry-meta {
	text-align: right;
	font-size: 10px;
}



/* = widget_twentyeleven_ephemera
-------------------------------------------------------------- */

.widget_twentyeleven_ephemera ol{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: circle;
}



/* = 物件リストソート部
-------------------------------------------------------------- */
.nav-previous{
	font-size: 12px;
	padding: 10px 0px 10px 5px;
}


/* =  ページリスト
-------------------------------------------------------------- */
.nav-next{
	width: 48%;
	font-size: 12px;
	padding: 10px 0 10px 5px;
}

.nav-next a{
	padding: 5px;
	border: 1px solid #CCC;
}

/* = NEW/UP mark
-------------------------------------------------------------- */
/* 物件リスト・詳細 */
.fudo-title .new_mark,.entry-title_f2 .new_mark {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #C00;
	display: inline;
	padding: 0px 10px;
	border-radius: 4px;
	text-shadow:1px 1px 0px #fff;
	height: 20px;
	vertical-align: middle;
}






/* トップ */
#top_fbox #content .grid-content li{
	position: relative;
}

#top_fbox .new_mark {
	font-family: Verdana, Geneva, sans-serif;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	
	display: block;
	padding: 2px 5px;
	width: 26px;

	position: absolute;
	top: 12px;
	right: 10px;
	
	border-radius: 4px;

	text-shadow:1px 1px 0px #900;

	background: #900; /* Old browsers */
	background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
}


/* 関連物件 */
#syousai_box ul.syousai-content li {
	position: relative;
}

#syousai_box .new_mark, .grid-content .new_mark {
	font-family: Verdana, Geneva, sans-serif;

	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	
	display: block;
	padding: 1px 5px;
	width: 26px;

	position: absolute;
	top: 10px;
	right: 6px;
	
	border-radius: 4px;

	text-shadow:1px 1px 0px #900;

	background: #900; /* Old browsers */
	background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
}

/* 条件検索(固定ページ) */

#container .jsearch .setsubi,
#container .jsearch .menseki,
#container .jsearch .madori,
#container .jsearch .kakaku,
#container .jsearch .chikunen,
#container .jsearch .shiku,
#container .jsearch .eki,
#container .jsearch .shubetsu{
	padding:0 0 0 10px;
}






/* 空き家バンクページ　ウィジェットメニュー */



.akiya_nav a.top:hover,.akiya_nav2 a.top:hover  {
background-position: -193px 0px;
}

.akiya_nav a.top,.akiya_nav2 a.top{background-position:0px 0px;}


.akiya_nav a.se:hover,.akiya_nav2 a.se:hover {
background-position: -193px -51px;
}

.akiya_nav a.se,.akiya_nav2 a.se{background-position:0px -51px;}



.akiya_nav li a {
background: url("/images/akiya/akiya_menu1.gif") no-repeat 0px 0px;
width: 184px;
height: 51px;
text-indent: -9999px;
display: block;}


.akiya_nav2 li a {
background: url("/images/akiya/akiya_menu2.gif") no-repeat 0px 0px;
width: 184px;
height: 49px;
text-indent: -9999px;
display: block;}


/* 物件検索ウィジェットメニュー */

#bknav{display:block;}

.bk_nav a.al_c:hover{background-position: -193px 1px;}
.bk_nav a.al_c{background-position:0px 0px;}

.bk_nav a.al_b:hover{background-position: -193px -49px;}
.bk_nav a.al_b{background-position:0px -50px;}

.bk_nav a.k_c:hover{background-position: -193px -99px;}
.bk_nav a.k_c{background-position:0px -100px;}

.bk_nav a.k_b:hover{background-position: -193px -149px;}
.bk_nav a.k_b{background-position:0px -150px;}

.bk_nav a.a_c:hover{background-position: -193px -199px;}
.bk_nav a.a_c{background-position:0px -200px;}

.bk_nav a.a_b:hover{background-position: -193px -249px;}
.bk_nav a.a_b{background-position:0px -250px;}

.bk_nav a.ow:hover{background-position: -193px -299px;}
.bk_nav a.ow{background-position:0px -300px;}


.bk_nav li a {
background: url("/images/kensaku_bana.gif") no-repeat 0px 0px;
width: 184px;
height: 51px;
text-indent: -9999px;
display: block;}


/* 田舎暮らしＱ＆Ａ */

/* PCここから */
@media screen and (min-width: 641px) { 
#i_q{background:url("/images/mark/q.gif") no-repeat 0px 2px;
     height:25px;
     border-bottom:dotted 2px #ccc;
     margin:10px 0 10px 0;
     font-size:13pt;
     padding:5px 0 0 55px;
     width:99%;}

}
/* PC用ここまで */

/* スマホ用ここから */
@media screen and (max-width: 640px) {
#i_q{background:url("/images/mark/q.gif") no-repeat 0px 2px;
     border-bottom:dotted 2px #ccc;
     margin:10px 0 10px 0;
     font-size:13pt;
     padding:5px 0 0 55px;}
     }

#i_a{background:url("/images/mark/a.gif") no-repeat 55px 5px;
     min-height:150px;
     margin:10px 0 10px 0;
     padding:0 0 0 120px;}


/* 目次 */

.mokuji{width:350px;
        border:1px solid;
        padding:15px 0 10px 40px;
        }

.mokuji ul{margin-left:10px;}

.mokuji li{list-style:none;
           margin: 7px;
           font-size:12pt;}


/* 目次　（右に広告） */

.mokuji-l{width:350px;
        border:1px solid;
        padding:15px 0 10px 40px;
        float:left;
        }

.mokuji-l ul{margin-left:10px;}

.mokuji-l li{list-style:none;
           margin: 7px;
           font-size:12pt;}

.mokuji-r{float:left;
          width:350px;}


.in_listup{margin:10px !important;}

.in_listup ul{margin:10px 0 10px 20px !important;}

.in_listup li{list-style:none;}


/* PCここから */
@media screen and (min-width: 641px) { 

.table1{width:90%;
        border:1px solid #E5E5E5;
        border-collapse:collapse
        line-height:18px;
        margin-bottom:10px;}

.table1 th{background:  #F6F6F6;
		border-bottom: 1px solid #E5E5E5;
		font-weight: bold;
		padding: 10px !important;
		text-align: left;
		width: 18%;
		vertical-align: top;}

.table1 td{
        text-align:right;
		border-bottom: 1px solid #E5E5E5;
		border-left: 1px solid #E5E5E5;
		margin: 0;
		padding: 10px !important;}

.th50{width:24%;
      max-width:50px;}

#ic{background:url("/images/mark/ic.gif") no-repeat 0px 0px;
    padding:0 0 0 50px;
    line-height: 1.6em;
    border-bottom:2px dotted #ccc;
    font-size:13pt;
    margin-top:20px;
    width:99%;}
    
.icht{background: url(/images/mark/ic.gif) no-repeat 0px 0px;
    padding: 0 0 0 50px;
    line-height: 1.6em !important;
    border-bottom: 2px dotted #ccc;
    font-size: 14pt !important;
    margin-top: 20px;
    width: 99%;    
    }


.incat{width:95%;
       font-size:13pt;
       margin:25px 10px 40px 10px;}

.incat a{color:#ff0000;}

#in_left_cont{width:65%;
margin:5px;
font-size:12pt !important;
float:left;}

#in_right_cont{
margin:10px;
width:25%;
max-width:250px;
float:left;}    

#in_left_cont p{font-size:12pt !important;}

#in_left_cont li{font-size:13pt; !important;}

.inaka_colm{padding:10px;
            font-size:15px;
            line-height:1.5;}

.inaka_ul{margin:10px 0 10px 30px !important;
          padding:10px;
            font-size:16px;
            line-height:1.5;}

.inaka_h4{margin: 35px 0 10px 0;
    border-bottom: 2px dotted #663300;
    font-size: 13pt;
    width: 97%;}
    
.inaka_h4b{margin: 35px 0 10px 0;
    padding-left:5px;
    border-left: 10px double #ff4500;
    font-size: 13pt;
    width: 97%;}
    
.inaka_m1{font-size:12pt;
         }

.inaka_link{color:#ff0000 !important;
            text-decoration:underline !important;}
    
}
/* PC用ここまで */

/* スマホ用ここから */
@media screen and (max-width: 640px) {



.table1{width:90%;
        border:1px solid #E5E5E5;
        border-collapse:collapse
        line-height:18px;
        margin-bottom:10px;}

.table1 th{background:  #F6F6F6;
		border-bottom: 1px solid #E5E5E5;
		font-weight: bold;
		padding: 10px !important;
		text-align: left;
		width: 18%;
		vertical-align: top;}

.table1 td{
        text-align:right;
		border-bottom: 1px solid #E5E5E5;
		border-left: 1px solid #E5E5E5;
		margin: 0;
		padding: 10px !important;}

.th50{width:24%;
      max-width:50px;}


#ic{background:url("/images/mark/ic.gif") no-repeat 0px 0px;
    padding:0 0 0 50px;
    line-height: 1.6em;
    border-bottom:2px dotted #ccc;
    font-size:11pt;
    margin-top:20px;}

.icht{background:url("/images/mark/ic.gif") no-repeat 0px 0px;
    padding:0 0 0 50px;
    line-height: 1.6em;
    border-bottom:2px dotted #ccc;
    font-size:11pt;
    margin-top:20px;}


.inaka_colm{padding:10px;
            font-size:15px;
            line-height:1.5;}

.inaka_ul{margin:10px 0 10px 30px;}

.inaka_h4{margin: 35px 0 10px 0;
    border-bottom: 2px dotted #663300;
    font-size: 13pt;
    width: 97%;}

    
.inaka_h4b{margin: 35px 0 10px 0;
    padding-left:5px;
    border-left: 10px double #ff4500;
    font-size: 13pt;
    width: 97%;}
    
.inaka_m1{font-size:12pt;
         }

}
/* スマホここまで */





#ics{margin-top:15px;
     width:99%;
     font-size:11pt;
     }

/* 農地について */


#nulf{font-size:12pt;}

#ndiv{padding-left:25px;
      margin-top:20px;
      width:90%;}

#ndiv ul {margin-left:50px;
            font-size:11pt;}

#ndiv ul li{
            padding-top:15px;
            list-style-image:url(/images/mark/nouti_mark.gif);}

#ndiv ul li ul li{margin-left:10px;
                  list-style:none;
                  padding-top:6px;
                  font-size:10pt;}


/* 賃貸で始める田舎暮らし */

#inaka_start{background-image:url(/images/inaka_start_bk.gif);
             background-repeat:no-repeat;
             padding-top:100px;
             width:710px;
             height:300px;
             display:block;}

#inaka_start .insl{float:left;
                   padding-left:35px;
                   width:310px;}

#inaka_start .insr{float:left;
                   padding-left:35px;
                   width:310px;}




#inaka_start_m{background-image:url(/images/ic_merit.gif);
             background-repeat:no-repeat;
             padding-top:45px;
             width:693px;
             height:125px;
             display:block;}

#inaka_start_m .isml{float:left;
                   padding-left:35px;
                   width:160px;}

#inaka_start_m .ismm{float:left;
                   padding-left:85px;
                   width:160px;}

#inaka_start_m .ismr{float:left;
                   padding-left:70px;
                   width:160px;}


#istart{border:0px;
        margin:0 20px 0 10px;}

#istarth th{background-color:#ffcc66;
         max-height:15px;
         font-size:11pt;
         text-align:center;
         border-left:1px #fff solid;}


#istart_t1 th,#istart_t2 th{padding-top:10px;
                            line-height:1.1em;
                            width:100px;
                            font-size:10.5pt;
                           text-align:center;}

#istart td{border-left:1px solid #fff;
border-top:0px;
width:295px;
padding-left:8px;}



#istart_t1{background-color:#c9e998;
height:55px;}

td.istart_1{background-color:#e0f0ab;}

#istart_t2{background-color:#c9ebf3;
height:55px;}

td.istart_2{background-color:#e2f1f3;}



#toshikei{border:0px;
        margin:0 20px 0 10px;}

#toshikeih th{background-color:#ffcc66;
         max-height:15px;
         font-size:11pt;
         text-align:center;
         border-left:1px #fff solid;}

.th1{width:10px;}
.th2{width:650px;}

#toshikei_t1 th,#toshikei_t2 th{padding-top:10px;
                          border-left:1px solid #fff;
                          border-top:1px solid #fff;
                            line-height:1.1em;
                            width:10px;
                            font-size:10.5pt;
                           text-align:center;}

#toshikei td{border-left:1px solid #fff;
border-top:0px;
width:650px;
padding-left:8px;}



#toshikei_t1{background-color:#c9e998;
height:55px;}

td.toshikei_1{background-color:#e0f0ab;}

#toshikei_t2{background-color:#c9ebf3;
border-left:1px solid #fff;
height:55px;}

td.toshikei_2{background-color:#e2f1f3;
              width:620px;}






/*  */
