@charset "utf-8";
/*
Theme Name: SHIMIZU SUPPORT BLOGE
Theme URI: https://shimizu-s-keikyubin.com/
Description: The original theme
Author: SHIMIZU SUPPORT
Author URI: https://shimizu-s-keikyubin.com/
Version: 1.0 
*/

/* RESET */ 
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.0;
}
img {
	height: auto;
	vertical-align: top;
	font-size: 0;
    line-height: 0;
	border: 0;
}
ol,ul {
	list-style: none;
}


/* COMMON */
body {
	line-height: 1;
	background: #F6F6F6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	color: #333;
}
a {
	color: #ababab;
	text-decoration: underline;
}

/* HEADER */
#header {
	width: 100%;
    text-align: center;
}
#header-logo {
	position: relative;
	height: 56px;
	overflow: visible;
	background: #2b62fe;
	box-shadow: 0 1px 6px rgba(0,0,0,0.25);
	z-index: 2;
	
}
#header-logo h1 {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

#nav {
	position: relative;
	height: 46px;
	background: url(images/nav-bg.png);
	box-shadow: 0 1px 6px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.25);
	z-index: 1;
}
#nav ul {
	width: 980px;
	margin: 0 auto;

}
#nav ul li {
	display: block;
	float: left;
	width: 245px;
	font-size: 16px;
	line-height: 46px;
}
#nav ul li a {
	display: block;
	width: 245px;
	height: 46px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover {
	background: url(images/nav-bg-h.png)
}
#header-img {
	position: relative;
	top: -46px;
	width: 980px;
	margin: 0 auto;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/

@media(max-width:900px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
	
	
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
}

/* MAIN AREA */
#main {
	position: relative;
	top: -46px;
	width: 980px;
	margin: 0 auto;
}
#description, #topicpath {
	width: 960px;
	height: 41px;
	margin: 0 auto;
	padding: 14px 10px 0 10px;
	background: url(images/location-bg.png) no-repeat;
	color: #FFF;
}
#description p {
	text-align: center;
	font-weight: bold;
}
#topicpath a {
	color: #FFF;
}
#main h2 {
	clear:both;
	margin: 20px 0;
	padding: 0 10px;
	border-bottom: 6px solid #DBDBDB;
	font-size: 18px;
	color: #000;
	line-height: 1.5em;
}
span.main-title {
	float: right;
	font-size: 12px;
	color: #333;
}
#main a:hover img {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}


/* TOP */
#recent {
	margin: 0 10px 40px;
	overflow: hidden;
}
#recent li {
	width: 290px;
	float: left;
	margin-left: 45px;
}
#recent li:first-child {
	margin: 0;
}
#recent img {
	border: 1px solid #CACACA;
	padding: 4px;
	background: #fff;
}
.recent-date {
	padding: 10px 5px 5px;
	font-size: 12px;
	font-weight: bold;
}
.recent-title a {
	padding: 0 5px;
	line-height: 1.3em;
	font-size: 16px;
	font-weight: normal;
}
.recent-title a:hover {
	color: #666;
}

/* recommend */
#recommend {
	margin-bottom: 40px;
	overflow: hidden;
}
#recommend li {
	position: relative;
	float: left;
	width: 470px;
	margin: 0 10px 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CACACA;
}
#recommend img {
	float: left;
	margin-right: 10px;
	border: 1px solid #CACACA;
	padding: 4px;
	background: #FFF;

}
#recommend p {
	line-height: 1.5em;
	
}
.recommend-title {
	width: 250px;
	margin-bottom: 5px;
	padding: 5px 0 5px 100px;
	line-height: 1.3em;
}
.recommend-price {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
	line-height: 1.3 !important;
	color: #666;
}



/* CONTAINER */
#container {
	overflow: hidden;
}
#container p {
	padding: 0 10px;
	line-height: 2em;
}


 /* ABOUT */
 .alignright {
	 float: right;
	 padding: 0 0 40px 30px;
 }
 .simplemap {
	 float: left;
	 width: 460px;
	 padding: 0 40px 0 10px;
 }
 dl {
	 padding-right: 10px;
 }
 dt {
	 padding: 1.5em 0 .5em;
 }
 dd {
	 line-height: 1.5em;
 }


/* MENU */
#menu-left {
	width: 460px;
	float: left;
	overflow: hidden;
}
#menu-right {
	width: 460px;
	float: right;
	overflow: hidden;
}
.menu-list li {
	background: url(images/menu-line.png) repeat-x center;
}
.menu-name {
	display: inline;
	background: #F6F6F6;
}
.menu-price {
	float: right;
	background: #F6F6F6;
}


/* BLOG */
#content {
	float: left;
	width: 630px;
	overflow: hidden;
}
.blog-post {
	margin-bottom: 50px;
}
.blog-post h2 a {
	text-decoration: none;
	color: #000;
}
.blog-post h2 a:hover {
	color: #666;
}
.blog-date {
	position: relative;
	top: -20px;
	text-align: right;
}
.blog-post img {
	margin: 0 10px 10px;
	border: 1px solid #CACACA;
	padding: 4px;
	background: #FFF;
}
.blog-cat {
	display: block;
	margin-top: 1em;
	border-bottom: 1px dotted #CACACA;
	font-size: 12px;
	text-align: right;
}


/* SIDEBAR */
#sidebar {
	float: right;
	width: 290px;
	margin-left: 60px;
	overflow: hidden;
}
#sidebar li a {
	display: block;
	padding: 5px 10px;
	line-height: 1.5em;
	border-bottom: 1px solid #DBDBDB;
	text-decoration: none;
}
#sidebar li a:hover {
	background: #DBDBDB;
}


/* BLOG-SINGLE */
.pagenation {
	margin: 20px 0;
	overflow: hidden;
}
.pagenation span a {
	display: block;
	padding: 3px 1em;
	border: 1px solid #CACACA;
	background: #E7E7E7;
	text-decoration: none;
}
.pagenation span a:hover {
	background: #F6F6F6;
	color: #333;
}
.previous {
	float: left;
}
.next {
	float: right;
}
	 

	
/* WP-PageNavi */
.wp-pagenavi {
	padding: 10px;
}
.current, .wp-pagenavi a {
	padding: 3px .6em !important;
}

	
	
	
 /* FOOTER */
#footer {	position:absolute;

	 clear: both;
	 width:100%;
	 background: #FFF;
                color: #ababab;
	 border-top: 1px solid #CACACA;
}
#footer-info {
	 font-size: 15px;
	 position: relative;
	 width: 980px;
	 min-height: 100%;
	 margin: 10px auto;
	 padding: 15px 0px;
	
}
#footer-info h2 {
	 float: left;
	 width: 294px;
	 height: 90px;
	 padding-right: 50px;
	 background: url(images/logo-s.png) no-repeat;
	 text-indent: -9999px;
}
#footer-info p {
	 line-height: 1.5em;
}
p#tel {
	margin: 0  5px 0px;
	padding-left: 26px;
	font-size: 24px;
	line-height: 28px;
}

#page-top {
	 position: absolute;
	 right: 20px;
	 top: -60px;
	 width: 100px;
	 height: 100px;
	 padding-top: 55px;
	 background: url(images/page-top.png) no-repeat;
}
#page-top a {
	 text-align:center;
	 display: block;
	 width: 100px;
	 height: 100px;
	 padding-left: 2px;
	 font-size: 13px;
	 font-weight: bold;
	 color: #000;
	 text-decoration: none;
}
#page-top a:hover {
	 color: #fd0202;
}
#copyrights {
	 clear: both;
	 width: 100%;
	 background: #2b62fe;
	 color: #FFF;
	 font-size: 12px;
	 line-height: 3em;
	 text-align: center;
}

