@charset "utf-8";

/* = 
widget_fudo Style
corners2011.css
-------------------------------------------------------------- */



/* = 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:link { color: #666; }    /* 未訪問のリンク */
a:visited { color: #666; } /* 訪問済みのリンク */
a:hover { color: #666; }   /* ポイント時のリンク */
a:active { color: #666; }  /* 選択中のリンク */



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

#site-title {
	font-size: 32px;
	text-shadow: 0px 1px 1px #ccc;
	margin: 0px;
	padding: 14px 0px 0px 15px;
}

#site-description {
	font-style: normal;
	color: #999;
	line-height: 1;
    margin: 0 0 14px 0;
	padding-left: 20px;
}

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




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


#branding { border: none; }

#branding img { border-top: 3px solid #4A535D; }

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

#branding #searchform {
	right: 2.5%;
	top: 1.5em;
}
#branding #s {
	font-size: 12px;
	height: 22px;
	padding: 4px 10px 4px 28px;
	width: 110px;
}

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


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

#access {
	background: #34373A; /* old browsers */
	background: -moz-linear-gradient(top, #34373A 0%, #000000 93%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #34373A), color-stop(93%, #000000)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34373A', endColorstr='#000000', GradientType=0 ); /* ie */
	border-top: 1px solid #4A535D;
	border-bottom: 2px solid #D9D9D9;
}

#access a {
	text-align: center;
	text-shadow: 1px 1px 0px #000;
}

#access a:hover {
	text-shadow: 1px 1px 0 #fff;
	
	}

#access div.menu {
	margin: 0 4%;
}

#access .skip-link{
	display : none;
}

#access .section-heading{
	display : none;
}




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

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

#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;
}

#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;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
*/
}

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


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

#top_fbox #content #twitter_update_list {
	font-size: 12px;
	padding: 10px;
	margin: 0px;
	border: 1px solid #DFDFDF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	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 div.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
-------------------------------------------------------------- */

#top_fbox #container #content .textwidget { 
/*
	font-size: 14px;
	line-height: 1.6;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 10px;
*/
	margin: 0 0 20px 0; }



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

#main #primary .widge, #main #secondary .widget {
	margin: 0 0 8px;
	padding: 8px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 210px;
	background: #FFF;
}

#primary .widget .widget-title, #secondary .widget .widget-title {
	color: #666;
	display: block;
	padding: 6px 6px 6px 10px;
	margin: 0 0 10px 0;
	font-size:16px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	background: #f9f9f9; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* ie */

 	text-shadow: 1px 1px 0px #fff;
	line-height: 1.4;
	font-weight: bold;
}

#primary .widget li, #secondary .widget li {
	list-style-type: circle;
	list-style-position: inside;
	margin: 0px 0px 4px;
	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 5px;
}

#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 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%;
}



/* = 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 {
	border-bottom: 1px dotted #CCCCCC;
	border-left: 3px solid #666666;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0 0 2px 10px;
	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;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	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 a{
	padding: 5px;
	border: 1px solid #CCC;
}


/*  */
