@charset "utf-8";

/*
Theme Name: SELECT ROOM
Theme URI: http://selectroom.net/
Description: ひかり生活デザイン SELECT ROOM用テンプレート
Version: 1.0
Author: HOWDEE
Author URI: http://howdee.biz
*/

/* ************************************************ 
*	基本設定
* ************************************************ */	
body{
	font:13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	*font-size:small;
	*font:x-small;
	line-height: 1.8;
	background: #fff;
	color: #333;
}

/* フォントサイズ */
.f10 { font-size: 77%; } /* 10px */
.f11 { font-size: 85%; } /* 11px */
.f12 { font-size: 93%; } /* 12px */
.f13 { font-size: 100%; } /* 13px */
.f14 { font-size: 108%; } /* 14px */
.f16 { font-size: 123.1%; } /* 16px */
.f18 { font-size: 138.5%; } /* 18px */
.f20 { font-size: 153.9%; } /* 20px */
.f22 { font-size: 167%; } /* 22px */
.f24 { font-size: 182%; } /* 24px */

/* フォントカラー */
.blue { color: #00b3cd; }

/* リンク */
a{
color:#666;
text-decoration:underline;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

a:hover{
color:#ccc;
text-decoration:none;
}

a:active, a:focus {
outline: 0;
}

/* 画像 */
img{
border:0;
padding:0px;
margin:0px
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding:4px;
margin: 0 0 10px 20px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
}

/* フロート */
.alignright { float: right; }
.alignleft { float: left; }
.right{ float: right; }
.left{ float: left; }
.clear{ clear:both; }

/* リスト */
ol{
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 0 0 0 15px;
padding: 0 0 0 0;
}

li a{
color:#666;
text-decoration: underline;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

li a:hover{
color:#45AAB8;
text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

.pc-dn {
	display: none !important;
}

/* ************************************************ 
*	全体Wrapper
* ************************************************ */	
.wrapper {
margin: auto; 
max-width: 960px;
padding: 10px;
_width: 960px;
display: flex;
}

.wrapper-single {
margin: 15px auto auto auto; 
max-width: 960px;
padding: 30px 0;
_width: 960px;
display: flex;
background: #f5f5f5;
}

/* ************************************************ 
*	ヘッダー
* ************************************************ */
#header {
width: 100%;
}

.header-inner {
overflow: hidden;
margin: 0px auto 0 auto;
padding: 30px 0 30px 0;
max-width: 960px;
_width: 960px;	
}

#header h1 {
text-align:center;
margin: 0;	
}

.logo {
float: left;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.contact {
float: right;
position:relative;
margin: 0px 0px 0 0;
padding: 0px 0px 0 0;
}

/* ************************************************ 
*	Leftナビゲーション
* ************************************************ */	
ul.left-menu,
div.left-menu > ul {
margin: 0;
padding: 0;
}

.left-menu li {
display: inline-block;
position: relative;
margin: 0 0;
}

.left-menu li a {
color: #333;
display: block;
font-size: 108%;
font-weight: bold;
text-decoration: none;
padding: 0 30px 0 0;
}

.left-menu li.menu-item-type-custom a {
padding: 0 2px 0 0;
}

.left-menu li.menu-item-type-custom a img {
width: 27px;
vertical-align: middle;
}

.left-menu li:hover > a,
.left-menu li a:hover {
color: #ccc;
}

.left-menu .sub-menu,
.left-menu .children {
color: #ccc;
display: none;
padding: 0;
position: absolute;
z-index: 99999;
}

.left-menu .sub-menu ul,
.left-menu .children ul {
border-left: 0;
left: 100%;
top: 0;
}

ul.left-menu ul a,
.left-menu ul ul a {
color: #333;
margin: 0;
width: 100px;
}

ul.left-menu ul a:hover,
.left-menu ul ul a:hover {
background-color: #fff;
}

ul.left-menu li:hover > ul,
.left-menu ul li:hover > ul {
display: block;
}

.left-menu .current_page_item > a,
.left-menu .current_page_ancestor > a,
.left-menu .current-menu-item > a,
.left-menu .current-menu-ancestor > a {
color: #333;
background: #fff;
}

.menu-item-description {
	display: none !important;
}

/* ************************************************ 
*	タグ
* ************************************************ */	
.sharp{
	margin-right:0.5em;	
}

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

.sharp a:hover{
	color: #ccc;
}

.sharp a::before{
	content: "#";
}

/* ************************************************ 
*	検索用タグ
* ************************************************ */	
	ul.subnav-menu,
	div.subnav-menu > ul {
	margin: 0;
	padding: 0;
	}
	
	.subnav-menu li {
	display: inline-block;
	position: relative;
	margin: 0 0;
	}
	
	.subnav-menu li a {
	color: #333;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
	}
	
	.subnav-menu li:hover > a,
	.subnav-menu li a:hover {
	background-color: #eee;
	}
	
	.subnav-menu .subsub-menu,
	.subnav-menu .children {
	background-color: #eee;
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99999;
	}
	
	.subnav-menu .subsub-menu ul,
	.subnav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
	}
	
	ul.subnav-menu ul a,
	.subnav-menu ul ul a {
	color: #333;
	margin: 0;
	width: 100px;
	}
	
	ul.subnav-menu ul a:hover,
	.subnav-menu ul ul a:hover {
	background-color: #dedede;
	}
	
	ul.subnav-menu li:hover > ul,
	.subnav-menu ul li:hover > ul {
	display: block;
	}
	
	.subnav-menu .current_page_item > a,
	.subnav-menu .current_page_ancestor > a,
	.subnav-menu .current-menu-item > a,
	.subnav-menu .current-menu-ancestor > a {
	color: #333;
	background: #f9f9f9;
	}

/* ************************************************ 
*	スライド
* ************************************************ */	
#top-slide{
width:100%;
padding: 0px;
margin: 10px auto;
}

.cycle-slideshow{
	overflow: hidden;
	max-width: 960px;
	_width: 960px;
	margin: auto;
	text-align: left;
	height: 370px;
}

/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	
#main {
margin:0 0 0 0;
padding: 0 0 0 0;
width: calc( 100% - 205px );
word-break:break-all;
}

.h3_blue {
	font-size: 138.5%;
	font-weight: bold;
	color: #00b3cd;
}

/* トップページウィジェットエリア */
#toplist{
margin: 0 0 30px 0;
padding: 0 0 0 0;
}

.toplist ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.toplist li{
font-size: 13px;
margin: 6px 0px 0px 0px;
padding: 2px 0px 2px 0px;
list-style: none;
border-bottom: 1px dotted #dedede;
}

.toplist li a{
color:#666;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.toplist li a:hover{
background-position: 3px 50%;
color:#ccc;
}

.top-title {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 18px;
font-weight:normal;
letter-spacing: 0.05em;
font-style:normal;
padding: 0px 0px 10px 0px;
margin: 0px 0px 20px 0px;
border-bottom: double 3px #ccc;
color: #333;
}

.top-gallery-midashi{
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 18px;
font-weight:normal;
letter-spacing: 0.05em;
font-style:normal;
padding: 0px 0px 10px 0px;
margin: 0px 0px 20px 0px;
/*border-bottom: double 3px #ccc;*/
color: #333;
}

/* 行の高さを揃える */
.highline {
  margin: 5px;
}

/* 見出し 物件概要 */
.h2_ol {
	font-size: 138.5%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 15px 0;
	margin: 20px 0;
	text-align: center;
}

/* 物件概要 定義リスト */
dl.olList {
	overflow: hidden;
	zoom: 1;
	font-size:108%;
}
dl.olList dt {
	width: 15%;
	float: left;
	clear: left;
	font-weight: bold;
}
dl.olList dd {
	padding: 0 0 10px 12%;
}

/* ギャラリーレイアウト */
div.list {
	margin-top: 15px;
}

article.item {
	display: flex;
	padding: 20px;
	border-bottom: 1px solid #ddd;
}
.list article:first-child {
	border-top: 1px solid #ddd;
}

article.item2 {
	padding: 20px;
	border-bottom: 1px solid #ddd;
}

/*article.ad {
	border-bottom: 1px solid #ddd;
	padding: 20px;
}*/

article.item:hover,
article.item2:hover {
	background: #f5f5f5;
}
article.item .text_content {
	padding-right: 20px;
	width:  calc( 100% - 22.54% );
}
article.item2 .text_content {
	width:  100%;
}
.text_content h2 {
	font-size: 108%;
	line-height: 1.2;
	font-weight: bold;
}
.text_content .item-title {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 0 0 10px 0;
padding: 0;
}
.text_content .item-title a {
font-size: 114%;
color:#333;
text-decoration:none;
}
.text_content .item-title a:hover {
color:#ccc;
}

article.item figure {
width: 22.54%;
}
article.item figure img {
	min-width: 160px;
	max-width: 100%;
	vertical-align: top;
}

/* ブログ記事部分 */	
p {
clear: both;
font-size: 108%; 
color: #333;
line-height: 190%;
padding: 10px 0px 10px 0px;
}

p a {
color:#333;
text-decoration:underline;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#ccc;
text-decoration: none;
}

p a:active, a:focus {
outline: 0;
}

.pagetitle img {
	vertical-align: bottom;
}

.pagetitle {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 0px 0px 0px 0px;
padding: 0px 0px 10px 0px;
font-size: 21px;
font-weight: normal;
color: #333;
border-bottom: 1px solid #ddd;
}

.pagetitle a {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 0px 0px 30px 0px;
padding: 0px 0px 10px 0px;
font-size: 21px;
font-weight: normal;
color: #333;
border-bottom: 1px solid #ddd;
}

.pagetitle2 {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 30px 0px 30px 0px;
padding: 0px 0px 10px 0px;
font-size: 123.1%;
font-weight: normal;
color: #333;
border-bottom: 1px solid #ddd;
}

.pagetitle2 a {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 0px 0px 30px 0px;
padding: 0px 0px 10px 0px;
font-size: 123.1%;
font-weight: normal;
color: #333;
border-bottom: 1px solid #ddd;
}

.blog-title {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
font-size: 21px;
font-weight: bold;
color: #333;
/*border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;*/
}

.blog-title a {
color:#333;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title a:hover {
color:#666;
}

blockquote{
color:#666;
border:1px dotted #ccc;
margin:10px 0 10px 0;
padding:10px 20px;
}

#blog-foot {
font-size:75%;
text-align: left;
margin:50px 0 0 0;
padding: 2px 5px 2px 10px;
font-weight:normal;
color:#333;
background:#f7f7f7;
border-bottom:0px dotted #ccc;
}
#blog-foot-archives {
font-size:75%;
text-align: left;
margin:50px 0 100px 0;
padding: 2px 5px 2px 10px;
font-weight:normal;
color:#333;
background:#f7f7f7;
border-bottom:0px dotted #ccc;
}

#blog-foot span,
#blog-foot-archives span{
color:#333;
}

.single-thumbnail{
margin:13px 0 0 0;
}

/* ページャー */
#pager {
	clear: both;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 0;
	margin: 20px 0;
}

.prev {
	float: left;
	text-align: left;
	/*display: inline-block;*/
}
.next {
	float: right;
	text-align: right;
	/*display: inline-block;*/
}

/* pager */
.cycle-pager { 
    text-align: right; width: 99%; z-index: 500; position: absolute; top: 290px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #20aee5;}
.cycle-pager > * { cursor: pointer;}

#next {
font-size:85%;
font-weight:lighter;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

#next-archives {
font-size:85%;
text-align: center;
margin-top: -50px;
padding-bottom: 30px;
}

.next-pagenavi{
	text-align:center;
	margin-top:10px;
}

/* 投稿画面における画像の処理 */
.fivesixth2 .item-date {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:93%;
color:rgb(100, 93, 93);
padding: 15px 0 0 0;
margin: 0 0 0px 0;
border-bottom: 0px solid #dedede;
}

.fivesixth2 h2 {
	font-size: 123.1%;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.archive h2 {
	font-size: 123.1%;
	font-weight: bold;
	margin: 0 ;
}

.fivesixth2 img {
	margin-bottom: 10px;
}

.fivesixth2 .cf_bold img {
	margin: 0;
	vertical-align: middle;
}

/* 2カラムの場合*/
.fivesixth2 .imgbox2 {
	clear: both;
  width: 100%;
}

.fivesixth2 .imgbox2 img{
	margin-bottom: 10px;
}
 
.fivesixth2 .imgbox2 > div {
  float: left;
  margin-right: 10px;
}
.fivesixth2 .imgbox2 > div:nth-child(2n) {
    margin-right: 0;
}
/* 3カラムの場合*/
.fivesixth2 .imgbox3 {
	clear: both;
	width: 100%;
}

.fivesixth2 .imgbox3 img{
	margin-bottom: 10px;
}
 
.fivesixth2 .imgbox3 > div {
    float: left;
    margin-right: 8px;
}
.fivesixth2 .imgbox3 > div:nth-child(3n) {
    margin-right: 0;
}

/* 固定ページにおける画像の処理 */
/* 2カラムの場合*/
#main .imgbox2 {
	clear: both;
    width: 100%;
}

#main .imgbox2 img{
	margin-bottom: 10px;
}
 
#main .imgbox2 > div {
  float: left;
  margin-right: 10px;
}
#main .imgbox2 > div:nth-child(2n) {
    margin-right: 0;
}

/* 3カラムの場合*/
#main .imgbox3 {
	clear: both;
	width: 100%;
}

#main .imgbox3 img{
	margin-bottom: 10px;
}
 
#main .imgbox3 > div {
    float: left;
    margin-right: 8px;
}
#main .imgbox3 > div:nth-child(3n) {
    margin-right: 0;
}

/* お問い合わせ関連 */
.contactform {
	clear: both;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 20px 0;
}

/* 関連記事 */
.similar-head {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 50px 0 15px 0;
padding: 0 0 2px 0;
line-height: 30px;
font-size: 16px;
font-weight: bold;
color: #333;
letter-spacing: 0.05em;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}


.similar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.similar li{
font-size:13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

.similar li a{
color:#555;
}

.similar li a:hover{
color:#888;
}

.similar h4 {
font-size: 108%;
font-weight: normal;
line-height: 150%;
padding: 0 0 0 5px;
}

table.similar-text {
width: 100%;
color: #333;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: dotted 1px #ccc;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-text img {
width: 150px;
}

table.similar-text th {
text-align: left;
width: 150px;
}

table.similar-text td {
font-size: 108%;
text-align: left;
white-space: normal;
vertical-align: middle;
}



table.similar-side {
width: 100%;
color: #333;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-side img {
width: 80px;
}

table.similar-side th {
text-align: left;
width: 80px;
}

table.similar-side td {
font-size: 108%;
text-align: left;
white-space: normal;
vertical-align: middle;
}




/* コメント欄 */
.comment-head {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 108%;
font-weight: bold;
color: #333;
line-height: 30px;
letter-spacing: 0.1em;
margin: 0 0 0 0;
padding: 0 10px 0 0px;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

.commentlist li{
list-style: none;
font-size:90%;
color:#888;
}

.commentlist {
margin: 0 0 50px 0;
padding: 0 0 0 0;
}


/* ライン */
.ud_line {
	border-top:1px solid #ccc; 
	order-bottom:1px solid #ccc;
	padding: 10px 0;
}

/* ************************************************ 
*	サイドバー
* ************************************************ */

/*サイドナビゲーション*/
#sidenav{
	width: 170px;
	margin: 0 0 40px 0;
}
#sidebar {
	width: 170px;
	margin: 0px 35px 0px 0px;
	padding: 0 0 0 0;
}
	
#sidenav ul {
	list-style: none;
	margin: auto;
}
	
ul.sidenav-menu,
div.sidenav-menu > ul {
	margin: 0;
	padding: 0;
}
	
.sidenav-menu li {
	margin: 0 0 1em 0;
}

.sidenav-menu li a {
	color: #333;
	display: block;
	font-size: 138.5%;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}
	
.sidenav-menu li:hover > a,
.sidenav-menu li a:hover,
.sidenav-menu li a:hover i {
	color: #ccc;
}

.sidetxt{
	padding: 15px 0 0 0 !important;
	}

/* ************************************************ 
*	フッターエリア
* ************************************************ */	
#footer {
background: #eaeaea;
clear:both;
width:100%;
font-size: 80%;
margin: 30px auto 0px auto;
padding: 25px 0;
}

.footer-inner {
margin: 0px auto 0px auto;
max-width: 960px;
_width: 960px;
}

.snsimg ul {
margin: 0;
padding: 0;
}

.snsimg li {
display: inline-block;
margin: 0;
}

.snsimg li a {
text-decoration: none;
padding: 0 2px 0 0;
}

.snsimg li a img {
width: 27px;
vertical-align: middle;
}

#copyright {
text-align:right;
margin-top: 5em;
}

/* バナーボックス*/
.bnrbox {
	margin: 40px 0 0 0 !important;
	}
.bnrbox  ul {
	margin: 15px 0 0 0 !important;
	padding: 0 0 0 0;
	list-style: none;
	text-align: center;
	}
	
.bnrbox li{
	margin: 0px 0px 10px 0px !important;
	padding: 0 !important;
	}

/* ************************************************ 
*	ウィジット
* ************************************************ */	
.widget{
margin: 0 0 0 0;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a{
margin: 0 0 0 0px;
}

.textwidget{
font-size: 13px;
color: #333;
line-height:170%;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox{
margin: 0 0 0 0;
padding: 15px 0 0 0;
border-top: 1px solid #ddd;
}
#topbox2{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#topbox img,
#topbox2 img {
	vertical-align: bottom;
}

#topbox ul,
#topbox2 ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox li,
#topbox2 li{
floate:left;
margin: 0 0 0 0;
padding: 3px 0px 2px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

#topbox li a,
#topbox2 li a{
font-size:12px;
color:#333;
margin: 0 0 0 0;
padding: 3px 0px 2px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#topbox p {
	text-align: center;
}

#topbox p a,
#topbox2 p a{
text-decoration: none;
}

#topbox li a:hover,
#topbox2 li a:hover{
color:#ccc;
}

#topbox h2,
#topbox2 h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}

#topbox h3,
#topbox2 h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #fff;
border-bottom: 0px dotted #fff;
}

#topbox h4,
#topbox2 h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}

#topbox ul.children,
#topbox2 ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

#topbox ul.children li,
#topbox2 ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

#topbox ul.sub-menu,
#topbox2 ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

#topbox ul.sub-menu li,
#topbox2 ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

#sidebox{
color:#333;
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
border-top: 1px solid #ddd;
}

#sidebox a{
color:#333;
text-decoration: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
	
#sidebox a:hover{
color:#ccc;
}

#sidebox ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebox li{
list-style: none;
margin: 0 0 0 0;
padding: 0 0 1em 0;
}

#sidebox li a {
	color: #333;
    display: block;
	font-size: 108%;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 0;
}
	
#sidebox li a:hover {
	color: #ccc;
}

#sidebox p {
    font-size: 110%;
    color: #333;
    line-height: 140%;
    padding: 0px 0px 0.5em 0px;
}

#sidebox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

#sidebox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #222;
border-bottom: 0px dotted #222;
}

#sidebox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

.footer-widget-title{
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:14px;
font-weight:bold;
color: #333;
margin: 0 0px 10px 0px;
}

.widget ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.widget li{
list-style: none;
}

.widget li a{
color: #666;
display: block;
}

.widget li a:hover{
color: #ccc;
}

/* 本文下の広告枠 */
.widget-adspace {
margin: 30px 0 -30px 0px;
}

/* ************************************************ 
*	検索フォーム
* ************************************************ */
.search fieldset {
	margin: -20px 0 20px 0px;
	border: 0px solid #eee;
	padding: 0;
}

.search input {
	font: 93%; 
	color: #333; 
	height: 30px;
	padding: 0;
	margin: 0 0 5px 0;
	vertical-align: middle;
	background: none;
}

.search .formtxt{
    border-radius:2px;
    width: 34%;
    height: 28px;
    text-indent: 0.5em;
    color: #333;
		border: 1px solid #ccc;
		margin: 6px 0;
		-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0);
		-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0);
		box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0);
}

.search .btn_img{
	border: none;
	vertical-align: bottom;
	width: 29px;
	height: 31px;
}

form.site-search input[type="text"]{
	width:160px;
}

.site-search input[type="submit"]{
	background: #eee url(images/search_icon.gif) right no-repeat;
	border: 1px solid #ccc;
	padding: 5px 35px 5px 10px;
	height: 34px;
	margin: 10px 0 0 0;
	font-size: 100%;
	color: #333;
	cursor: pointer;
}

.site-search input[type="button"]:hover{
	background: #f5f5f5 url(images/search_icon.gif) right no-repeat;
	border: 1px solid #ccc;
	padding: 5px 35px 5px 10px;
	height: 34px;
	margin: 10px 0 0 0;
	font-size: 100%;
	color: #333;
	cursor: pointer;
}
	
	
/* Select box */
form.site-search > div{
	clear:both;
	padding-top:5px;
	}
	form.site-search > div:first-child{padding-top:0;}
form.site-search div label{
	float: left;
	width:80px;
	margin-top: 7px;
	}

/* ************************************************ 
*	検索フォームスタイリング
* ************************************************ */
.search {padding-top: 15px;}
.searchform-label {
    float: left;
    width: 5%;
		margin: 6px 0;
}
.searchform-params select{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius:2px;
    width: 31%;
    height: 29px;
    font-size: 13px;
    text-indent: 0.5em;
    color: #333;
    cursor: pointer;
    background:#fff url(images/arrow.gif) no-repeat;
    background-position: right center;
		border: 1px solid #ccc;
		margin: 6px 15px;
}

.searchform-controls {
    clear: both;
    text-align: left;
		padding-left: 30%;
}

/* ************************************************ 
*	絞り込み索設定
* ************************************************ */
/*タブ切り替え*/
.tab-label {
    color: White;
    background: LightGray;
    padding: 3px 12px;
    cursor: pointer;
    display: inline-block;
}
.tab-content {
    display: none;
    border-top: 3px solid #333;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.tab-switch:checked+.tab-label {
    background: #333;
}
#TAB-01:checked ~ #TAB-01-content,
#TAB-02:checked ~ #TAB-02-content {
    display: block;
}
.tab-switch {
    display: none;
}
/*絞り込みスタイリング*/
#uwpqsf_id {
	border: none !important;
}

.uwpqsf_class > label {
    float: none !important;
	width: initial !important;
	display: inline-block;
	margin: 0 1em 0 0;
}

.uwpqsf_class > label > input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
}
.uwpqsf_class select {
		width: initial !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
}

/* ************************************************ 
*	お問い合わせフォーム
* ************************************************ */
.cont_red {
	color: #C00;
	font-weight: normal;
	margin-left: 5px;
}

.wpcf7 h3 {
	margin: 10px 0 5px 0;
	font-size: 108%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
		border: 1px solid #ccc;
    color: #333;
    width: 50%;
		-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0);
		-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0);
		box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0);
}

.wpcf7 input[type="checkbox"] {
	vertical-align: middle;
	margin-left: 10px;
}

.wpcf7 .wdt50 {
	width: 50%;
}

/* ************************************************ 
*	文字サイズ
* ************************************************ */

.moji100px {font-size: 100px;line-height: 170%;}
.moji90px {font-size: 90px;line-height: 170%;}
.moji80px {font-size: 80px;line-height: 170%;}
.moji70px {font-size: 70px;line-height: 170%;}
.moji60px {font-size: 60px;line-height: 170%;}
.moji50px {font-size: 50px;line-height: 170%;}
.moji40px {font-size: 40px;line-height: 170%;}
.moji30px {font-size: 30px;line-height: 170%;}
.moji29px {font-size: 29px;line-height: 170%;}
.moji28px {font-size: 28px;line-height: 170%;}
.moji27px {font-size: 27px;line-height: 170%;}
.moji26px {font-size: 26px;line-height: 170%;}
.moji25px {font-size: 25px;line-height: 170%;}
.moji24px {font-size: 24px;line-height: 170%;}
.moji23px {font-size: 23px;line-height: 170%;}
.moji22px {font-size: 22px;line-height: 170%;}
.moji21px {font-size: 21px;line-height: 170%;}
.moji20px {font-size: 20px;line-height: 170%;}
.moji19px {font-size: 19px;line-height: 170%;}
.moji18px {font-size: 18px;line-height: 170%;}
.moji17px {font-size: 17px;line-height: 170%;}
.moji16px {font-size: 16px;line-height: 170%;}
.moji15px {font-size: 15px;line-height: 170%;}
.moji14px {font-size: 108%;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji12px {font-size: 12px;line-height: 170%;}
.moji11px {font-size: 11px;line-height: 170%;}
.moji10px {font-size: 10px;line-height: 150%;}
.moji9px {font-size: 9px;line-height: 370%;}

.mincho {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.bold {
font-weight: bolder;
}

.italic {
font-style: italic; 
}

/* ************************************************ 
*	テーブル
* ************************************************ */

table {
border: 0px;
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table tr{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table td{
text-align: left;
vertical-align: top;
line-height: 170%;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-left: 0px dotted #CCCCCC;
}


/* プラン表風 */

table#plan {
width: 100%;
margin:10px 0 0 0;
padding:0 0px;
border: 1px #999 solid;
border-collapse: collapse;
border-spacing: 0;
}

table#plan th {
font-size: 13px;
font-weight: bold;
text-align: center;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
white-space: nowrap; 
vertical-align: middle;
background-color:#ddd;
}

table#plan td {
font-size: 13px;
text-align: center;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
white-space: normal;
vertical-align: middle;
}


/* フローチャート風 */

table#flow {
width: 100%;
margin:0 0 0 0;
padding:0 0 0 0;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#flow th {
font-size: 13px;
font-weight: bold;
text-align: left;
padding: 10px 0px;
border: 0px #CCC solid;
border-bottom: 1px #CCC solid;
white-space: normal;
vertical-align: middle;
}

table#flow td {
font-size: 13px;
text-align: left;
padding: 10px;
border-bottom: 1px #CCC solid;
white-space: normal;
vertical-align: middle;
}


/* コンタクトフォーム用 */

table#contact {
font-size: 13px;
width: 100%;
color: #333;
margin: 10px 0 0 0;
padding: 0 0 0 0;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#contact th {
font-weight: bold;
line-height: 120%;
text-align: left;
padding: 10px;
white-space: nowrap; 
}

table#contact td {
font-size: 13px;
text-align: left;
padding: 10px;
white-space: normal;
vertical-align: middle;
}

/* ************************************************ 
*	カスタムフィールド用
* ************************************************ */
.fivesixth2 .cf_bold {
	font-size: 108%;
	line-height: 1.8;
	margin: 8px 0;	
	padding: 0;
}

.fivesixth2 .cf_txt {
	font-weight: normal;
	margin-bottom: 15px;
	padding: 0;
}

.cf_bold {
	font-size: 108%;
}

.cf_bold .lh {
	margin: 2px 0;
}

.cf_bold .cf_txt {
	margin: 2px 0;
}

/* ************************************************ 
*	共通スタイル
* ************************************************ */

/*　フロート指定クラス　*/
.floatL {float: left;}
.floatR {float: right;}

/*　テキスト揃え指定クラス　*/
.tLeft {text-align:left;}
.tCnter {text-align:center;}
.tRight {text-align:right;}

/*　上下位置指定クラス　*/
.vm {vertical-align: middle;}

/*　マージン指定クラス　*/
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}

.mb03 {margin-bottom: 3px !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}

.mr05{margin-right:5px !important;}
.mr08{margin-right:8px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}

.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}


/*　パディング指定クラス　*/
.pd05{padding:5px !important;}
.pd10{padding:10px !important;} 
.pd20{padding:20px !important;} 
.pd30{padding:30px !important;} 

.pt10{padding-top:10px !important;} 
.pt20{padding-top:20px !important;} 
.pt30{padding-top:30px !important;} 


/* ************************************************ 
*	ライン
* ************************************************ */

.line-dotted {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px dotted #CCC;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #CCC;
}

.line-footmenu {
margin: 0 0 5px 0;
padding: 0 0 3px 0;
border-bottom:1px dotted #CCC;
}

hr.dot{
	clear: both;
	border:none;
	margin: 10px 0;
   height: 4px;
   background: url(images/hr_dot.gif) repeat-x;
}

hr {
	clear: both;
	border:none;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}

/* ************************************************ 
*	画像装飾
* ************************************************ */
.pict_right {
margin:0 0 10px 20px; 
padding: 2px 2px 2px 2px; 
float: right;
border: 1px solid #DCDCDC;
}

.pict_left {
margin:0 10px 10px 0; 
padding: 2px 2px 2px 2px; 
float: left;
border: 1px solid #DCDCDC;
}

.pict1px{
margin: 0 0 5px 0; 
padding: 2px 2px 2px 2px; 
border: 1px solid #CCC;
}

.pict_shadow{
background: #fff;
margin: 0px auto;
border: 1px solid #ccc;
padding: 5px 5px 5px 5px;
border-radius: 1px; /* CSS3 */
 -webkit-border-radius: 1px; /* Firefox */
 -moz-border-radius: 1px; /* Safari,Chrome */
box-shadow: 2px 2px 3px #C0C0C0;
}

/* ************************************************ 
*	角丸
* ************************************************ */
.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}

/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */
.box-shadow{
box-shadow: 2px 2px 3px #ccc; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #ccc; /* Firefox */
}

.box-shadow2{
box-shadow: 1px 2px 5px #ccc; /* CSS3 */
 -webkit-box-shadow: 1px 2px 5px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 1px 2px 5px #ccc; /* Firefox */
}

.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}

/* ************************************************ 
*	CSS3ボタン
* ************************************************ */
.bt-more a {
font-size: 9px;
font-weight: normal;
color: #333;
text-align: center;
text-decoration: none;
text-shadow: 0px -1px 0px #fff;
width: 50px;
float: left;
display: block;
padding: 0 0 0 0;
margin: 10px 0 0 0;
border: 1px solid #ccc;
border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
background-color: #eee;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(.75, #eee),color-stop(1, #ddd));
background: -moz-linear-gradient(#ddd, #eee 75%, #ddd);
}

.bt-more a:hover {
background-color: #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(.75, #fff),color-stop(1, #eee));
background: -moz-linear-gradient(#eee, #fff 75%, #eee);
}

.bt-more a:active {
background-color: #999;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999),color-stop(.75, #ccc),color-stop(1, #999));
background: -moz-linear-gradient(#999, #ccc 75%, #999);
}

.bt-order a{
font-size: 108%;
color:#fff;
display: block;
text-align:center;
background-color: #999;
margin: 20px 0 20px 0 ;
padding: 10px 15px;
border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

.bt-order a:hover{
color:#867888;
background: #ddd;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

/*　ハンバーガーボタン　*/
.hamburger {
	display : none;
  }

/* ************************************************ 
*   レスポンシブ
* ************************************************ */
/* PC 画面の横幅が960px以上 */
@media only screen and (min-width: 960px) {
iframe { width: 100%; height: auto; max-width: 960px;}
.cycle-slideshow{	overflow: hidden;	max-width: 960px;	_width: 960px;	margin: auto;	text-align: left;	height: 370px; }
}

/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wrapper { width: 728px;}
.header-inner { width: 728px; margin:auto; padding-top: 50px;}
article.item .text_content {width: calc( 100% - 23.57% );}
article.item figure {width: 23.57%;}
article.item figure img {min-width: 108px;}
.twothird { width: 460px; margin-right:10px; }
.cycle-slideshow { width: 728px; height: 320px; margin-bottom:0px;}
iframe { width: 100%; height: auto; min-height: 300px; max-width: 728px;}
.footer-inner { width: 728px;}
}

/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width: 767px) {
body{margin-top: 54px;}
.sp-dn {display: none !important;}
.pc-dn{display: block !important;}
.wrapper { padding: 0; display:block;}
#header{position:fixed;	top:0; margin:0; width:100%; background-color:#fff; z-index:9999; height:54px;	}
.header-inner {	width: 100%; margin:auto; padding: 10px 0 10px 0; border-bottom: 1px solid #ddd;}
#header h1 { margin: 0 ; padding-left: 10px;}
.logo img{width: 175px; vertical-align: middle;}
#main { width: 100%; }
#topbox { padding: 0 0 0 0; border-top:none;}
#topbox2{ padding: 0 0 0 0;}
#topbox p{ padding:10px;}
#sidebar { display: none; }
#subnav { display: none; }
#sidebox { padding: 0 0 0 0;}
#sidebox ul{ padding: 10px 0 0 0;}
#sidebox p { font-size: 108%;  padding: 0px 0px 10px 0px;}
.sidetxt { padding:0px !important;}
.menu-item-description { font-weight: normal !important; display: block !important; }
.left-menu li.menu-item-type-custom a img {	width: 37px;}
div.list {margin-top: 0px;	}
article.item {padding: 15px 10px;}
article.item .text_content {padding-right: 10px;  width: calc( 100% - 33.338% );}
article.item figure {width: 33.338%;}
article.item figure img{ min-width: 106px;}
/*article.ad { padding: 15px 10px;}*/
.fivesixth2{ padding: 0 10px;}
.pagetitle2{ margin: 15px 0; padding: 15px 10px; font-size: 108%;}
.blog-title{margin: 0px 0px 30px 0px; padding: 30px 0px 0px 0px; }
.cycle-slideshow{	overflow: hidden;	width: 100%;	margin: 0 auto;	height: 200px; }
.cf_bold .lh {margin: 0; line-height: 140%;}
.cf_bold .cf_txt {margin: 10px 0 0 0; line-height: 140%;}


#footer {padding: 0;}
.footer-inner { padding: 10px;}
.snsimg li a img { width: 37px;}
.item-title { height: auto; }
iframe { width: 100%; height: auto; max-width: 100%;}

/* 記事画像部分 */
/* 2カラムの場合*/
.fivesixth2 .imgbox2 {
	clear: both;
  width: 100%;
}

.fivesixth2 .imgbox2 img{
	margin-bottom: 10px;
	width: 100%;
}
 
.fivesixth2 .imgbox2 > div {
  float: none;
  margin-right: 0;
}
.fivesixth2 .imgbox2 > div:nth-child(2n) {
    margin-right: 0;
}
/* 3カラムの場合*/
.fivesixth2 .imgbox3 {
	clear: both;
	width: 100%;
}

.fivesixth2 .imgbox3 img{
	margin-bottom: 0;
	width: 100%;
}
 
.fivesixth2 .imgbox3 > div {
    float: none;
    margin-right: 0;
}
.fivesixth2 .imgbox3 > div:nth-child(3n) {
    margin-right: 0;
}

/* 固定ページにおける画像の処理 */
/* 2カラムの場合*/
#main .imgbox2 {
	clear: both;
    width: 100%;
}

#main .imgbox2 img{
	margin-bottom: 10px;
	float: none;
}
 
#main .imgbox2 > div {
  float: none;
  margin-right: 0;
}
#main .imgbox2 > div:nth-child(2n) {
    margin-right: 0;
}

/* 3カラムの場合*/
#main .imgbox3 {
	clear: both;
	width: 100%;
}

#main .imgbox3 img{
	margin-bottom: 10px;
	width: 100%;
}
 
#main .imgbox3 > div {
   float: none;
    margin-right: 0;
}
#main .imgbox3 > div:nth-child(3n) {
    margin-right: 0;
}

/* 物件概要 定義リスト */
dl.olList {
	overflow: hidden;
	zoom: 1;
	font-size:108%;
}
dl.olList dt {
	width: 100%;
	font-weight: bold;
}
dl.olList dd {
	clear: both;
	padding: 0 0 10px 0;
}

#copyright {
margin-top: 3em;
}

#copyright a {
	float:left;
}

#copyright span {
	float:right;
}
#sociallink {
text-align:center;
position: relative;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
}

.fivesixth2 h2 {
	font-size: 108%;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 15px 10px;
}
.archive h2 {
	font-size: 108%;
	font-weight: bold;
	margin: 0;
	padding:15px 10px;
}

/* pager */
.cycle-pager { 
	display: none;
}

/* 検索 */
.search input {
	font: 93%; 
	color: #333; 
	width:100%;
	height: 30px;
	padding: 0px 5px;
	margin: 0 0 5px 0;
	vertical-align: middle;
	border: 1px solid #a9a9a9; 
	background: none; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0);
}

.searchform-label {
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
        font-size:1.1em;
        font-family: sans-serif;
        font-weight: bold;
        padding-top: 4px;
}
.searchform-input-wrapper {
        display: block;
        float: left;
	text-align: right;
        width: 100%;
				padding: 5px 0;
}
.searchform-input-wrapper .radio-button-wrapper input {
	float: left;
}
#sidebar .searchform-input-wrapper input,
.searchform-input-wrapper input,
.searchform-input-wrapper select{
        width: 100%;
				height: 30px;
}
.searchform-param {
        clear: left;
}
.searchform-params {
        clear: left;
}
.searchform-controls {
        clear: both;
        text-align: left;
}
.searchform-spoiler {
	width: 100%;
	text-align: right;
	size: 0.5em;
	opacity: 50%;
	margin: 5px;
}

/* ************************************************ 
*	検索フォームスタイリング
* ************************************************ */
.searchform-label {
    float: left;
    width: 100%;
		margin: 6px 0;
}

.search .formtxt{
    border-radius:2px;
    width: 75%;
    height: 28px;
    text-indent: 0.5em;
    color: #333;
	border: 1px solid #ccc;
	margin: 6px 0 6px 3%;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0);
}
.searchform-params select{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius:2px;
    width: 90%;
    height: 29px;
    font-size: 13px;
    text-indent: 0.5em;
    color: #333;
    cursor: pointer;
    background:#fff url(images/arrow.gif) no-repeat;
    background-position: right center;
		border: 1px solid #ccc;
		margin: 6px 15px;
}

.searchform-controls {
    clear: both;
    text-align: center;
	padding-left: 0;
}

/*　ハンバーガーボタン　*/
.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 0px;
	top   : 0px;
	width : 54px;
	height: 42px;
	background: #333;
	cursor: pointer;
	text-align: center;
  }
  .hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 12px;
	background : #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 10px;
  }
  .hamburger span:nth-child(2) {
	top: 20px;
  }
  .hamburger span:nth-child(3) {
	top: 30px;
  }

  .hamburger::after {
	position: absolute;
	left: 0;
	bottom: -12px;
	content: 'menu';
	display: block;
	width: 100%;
	color: #fff;
	background: #333;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	transition: all .4s;
  }
  .hamburger.active::after {
	content: 'close';
	bottom: -12px;
  }

  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
	top : 16px;
	left: 12px;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }
  .contact {
	  float: none;
	  position: fixed;
	  top: 0; 
	  right:0;
	  background: #eee;
	  opacity: 0.95;
	  transform: translateX(100%);
	  transition: all 0.6s;
	  width: 70%;
	  height: 100vh;
	  padding:54px 20px;
	  }
  .left-menu li.menu-item-type-post_type {
	  display:block;
	  border-bottom: solid 1px #ddd;
	}
  .left-menu li.menu-item-type-post_type:first-child {
	  border-top: solid 1px #ddd;
	}
  .left-menu li.menu-item-type-custom {
	  margin: 10px 0;
	}
  .left-menu li a {
	  padding: 10px 0;
	}
  #menu-leftnav {
	  padding: 0;
	}
   
  /* このクラスを、jQueryで付与・削除する */
.contact.active {
	transform: translateX(0%) !important;
  }

 /* サイドメニューをトップへ表示 */
 #sidenav {
	width: 100%;
	padding: 15px 0 15px 0;
    margin: 0;
	text-align: center;
	border-top: 1px solid #ddd;
}
	
.sidenav-menu li {
	display:inline-block;
	margin:0;
	padding: 0 10px;
}

}