@charset "utf-8";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
a:link {
	text-decoration: none;
	color: #0033FF;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* ヘッダーの設定（共通） */
#header {
	background-color: #333333;
	height: 70px;
	width: 100%;
}
#header #header_inn {
	width: 900px;
	height: 70px;
	margin: 0 auto 0;
	background: url(images/bg_header.png) no-repeat;
}
#header #header_inn h1 {
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
}
#header #header_inn #header_inn_l img {
	margin-top: 0px;
	margin-left: 10px;
}
#header #header_inn #header_inn_l {
	float: left;
	height: 70px;
	width: 500px;
}
#header #header_inn #header_inn_r img {
	width: 124px;
	height: 26px;
	float: right;
	margin-top: 10px;
}
/* ヘッダー動画の設定（TOPページ） */
#top_img {
	background-color: #b2e4e3;
	height: 243px;
	width: 100%;
}
#top_img #top_img_u {
	background-color: #CCCCCC;
	height: 5px;
	width: 100%;
}
#top_img #top_img_inn {
	height: 238px;
	width: 900px;
	margin: 0 auto 0;
}
/* トップメニューの設定（共通） */
#menu {
	height: 55px;
	width: 900px;
	margin: 0 auto 0;
}
#menu a {
	display: block;
}
#menu a:hover img{
	visibility: hidden;
}
#menu #nav01 {
	float: left;
	height: 55px;
	width: 150px;
	background-image: url(http://www.polishstudio.jp/image/menu01RO.gif);
	background-repeat: no-repeat;
}
#menu #nav02 {
	float: left;
	height: 55px;
	width: 150px;
	background-image: url(http://www.polishstudio.jp/image/menu02RO.gif);
	background-repeat: no-repeat;
}
#menu #nav03 {
	float: left;
	height: 55px;
	width: 150px;
	background-image: url(http://www.polishstudio.jp/image/menu03RO.gif);
	background-repeat: no-repeat;
}
#menu #nav04 {
	float: left;
	height: 55px;
	width: 150px;
	background-image: url(http://www.polishstudio.jp/image/menu04RO.gif);
	background-repeat: no-repeat;
}
#menu #nav05 {
	float: left;
	height: 55px;
	width: 150px;
	background-image: url(http://www.polishstudio.jp/image/menu05RO.gif);
	background-repeat: no-repeat;
}
#menu #nav06 {
	float: left;
	height: 55px;
	width: 150px;
	background-image: url(http://www.polishstudio.jp/image/menu06RO.gif);
	background-repeat: no-repeat;
}
/* コンテンツの設定（施工事例ページ） */
#jisseki {
	color: #FFFFFF;
	background-color: #333333;
	width: 100%;
	min-height:100%;
	_height:100%;
}
#blog{
	background-color: #f1f1f1;
	width: 100%;
	min-height:100%;
	_height:100%;
}
/* コンテンツ部分の設定（共通） */
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
/* 左メニューの設定（TOPページ） */
#content #top_left {
	float: left;
	width: 190px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content #top_left h3 {
	font-size: 14px;
	font-weight: bold;
	color: #44535a;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#content #top_left p {
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#content #top_left a {
	color: #44535a;
}
#content #top_left .under_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/* コンテンツの設定（TOPページ） */
#content #top_center {
	float: left;
	width: 480px;
	padding: 10px;
}
#content #top_center h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #top_center p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.2em;
	font-size: 12px;
}

/* 右メニューの設定（TOPページ） */
#content #top_right {
	float: left;
	width: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#content #top_right .line {
	border:none;
	border-top:dashed 1px #666666;
	height:1px;
	color:#FFFFFF;
	width:175px;
}

#content #top_right p {
	font-size: 12px;
	margin: 5px;
	line-height: 1.2em;
}
#top_right ul li,
#sub_right ul li,
#sub_right2 ul li {
	font-size: 12px;
	margin: 5px;
	line-height: 1.35em;
}
#top_right a #itiran,
#sub_right a #itiran {
	text-align: right;
	text-decoration: underline;
	font-weight: bold;
	color: #0000ff;
}
#sub_right2 a #itiran {
	text-align: right;
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}
#sub_right2 a:hover #itiran {
	color: #ffff00;
}

/* フッターの設定（共通） */
#footer {
	background-color: #333333;
	clear: both;
	width: 100%;
	height: 85px;
}
#footer #footer_inn {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
}
#footer #footer_inn a {
	color: #FFFFFF;
}

/* サブページの設定 */
#top_img_sub {
	background-color: #b2e4e3;
	height: 65px;
	width: 100%;
}
#top_img_inn_sub {
	height: 60px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#top_img_sub #top_img_u {
	background-color: #CCCCCC;
	height: 5px;
	width: 100%;
}
#sub_content {
	position: relative;
	width: 655px;
	margin-inline: auto;
	padding: 10px;
	box-sizing: content-box;
	line-height: 1.8;
	z-index: 1;
}

#sub_content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sub_content p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#sub_content td {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.4em;
	font-size: 13px;
}
#content #sub_right {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#sub_right h3 {
	font-size: 14px;
	font-weight: bold;
	color: #44535a;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#sub_right h3 a {
	color: #44535a;
}
#sub_right p {
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#sub_right .under_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#sub_right .line {
	border:none;
	border-top:dashed 1px #666666;
	height:1px;
	color:#FFFFFF;
	width:200px;
}
#open {
	width: 180px;
	margin: 10px auto 10px;
}
#counter {
	float: right;
	margin: 10px 0 10px;
}

/* 施工事例（右）サイドメニューの設定 */
#sub_right2 ul {
	margin-left: 8px;
}
#content #sub_right2 {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#sub_right2 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #00FFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#sub_right2 a {
	color: #ffffff;
}
#sub_right2 h3 a {
	color: #33b3d1;
}
#sub_right2 p {
	font-size: 12px;
	color: #ffffff;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#sub_right2 .under_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
#sub_right2 .line {
	border:none;
	border-top:dashed 1px #eeeeee;
	height:1px;
	color:#FFFFFF;
	width:200px;
}
/* 検索フォーム */
#top_right #s {
	width: 127px;
}
#sub_right #s,
#sub_right2 #s {
	width: 143px;
}

/*お見積りフォームの設定*/
.iqfm-table {
    margin-bottom:15px;
    width: 650px;
}

.iqfm-table th, .iqfm-table td {
	white-space: normal !important;
    border: 1px solid #DCDCDC;
    padding: 8px 36px 8px 14px;
}

.iqfm-table th {
    background-color: #E7E7E7;
    text-align: left;
    vertical-align: top;
    width: 250px;
}
/*よくある質問の設定*/
#faq h3 {
	font-weight: bold;
	color: #0000FF;	
}
/* 施工事例　写真の表示 */
#sub_content .jisseki_cell {
	margin-top: 5px;
}
.jisseki_title h2 {
	text-align: center;
}
.jisseki_title h2 a {
	color: #33b3d1;
}
#progress h2 a {
	color: #0000ff;
}
#progress h2 a:hover {
	text-decoration: underline;
}
#progress table td a {

}
#progress table td a:hover {
	text-decoration: underline;
}
h2.entry-title a {
	color: #33b3d1;
}

/* Page Naviの設定 */
.wp-pagenavi {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #33b3d1;
	color: #33b3d1;
}

.wp-pagenavi a:hover {	
	border: 1px solid #19b;
	background-color: #19b;
	color:#fff;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	font-size:85%;
}
.wp-pagenavi span.current {
	background-color:#999;
	border:1px solid #999;
	color:#FFFFFF;
	font-weight:bold;
	margin:2px;
	padding:2px 4px;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #33b3d1;
	color: #33b3d1;
}
/* 「詳細は」の設定*/
#shosai {
	font-size:small;
	margin-left:10px;
}
/* Blogの日付の設定*/
.blog_date {
	font-size:small;
	color:#333333;
}
.blog_date2 {
	font-size:small;
	color: inherit;
	margin-top: 10px;
	text-align: right;
}
/*各種オプションの設定*/
#option .wrap_wop {
	width: 650px;
	height: 180px;
	margin: 0 0 10px 0;
}
#option .wrap_op {
	float: left;
	width: 320px;
}
#option .wrap_op img {
	width: 60px;
	height: 20px;
	float: right;
	margin: 55px 5px 0 0;
}
#option .viewer {
	float: right;
	margin: 0 0 0 10px;
	width: 320px;
	height: 180px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#option .viewer img {
	top: 0;
	left: 0;
	position: absolute;
}

/*各種オプション（新規）の設定*/
#option table h3 {
	font-size: 14px;
	font-weight: bold;
}
#option table td {
	padding: 5px;
}
#option table img {
	margin: 5px;
	float: right;
}
#option table td p {
	font-size: 12px;
}
/* =clearfix
-------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*------------------------------------------------------------
WC追加
-------------------------------------------------------------*/

.sp{
	display:none;
}




/*------------------------------------------------------------
スマートフォン 横(ランドスケープ) 
-------------------------------------------------------------*/

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

	html{
		letter-spacing: -0.001em;
 		-webkit-text-size-adjust:100%;
		word-wrap: break-word;
	}

	.sp{	
		display:inline
 	}

	.pc{
		display:none;
	}

	#header{
		height:auto;
	}

	#header_inn{
		display:none;
	}

	#top_img{
		display:none;
	}

	#menu{
		display:none;
	}


	#content{
		width:94%;
		margin:0px auto;
	}

	#top_left{
		display:none;
	}

	#content #top_center{
		width:100%;
		float:none;
		padding:0px;
	}

	#top_right{
		display:none;
	}

	#footer {
		height:auto;
	}

	#footer_inn{
		display:none;
	}



	#sp-head{
		height:36px;
		padding-top:14px;
		padding-right:10px;
		padding-left:10px;
	}


 #wc-menu{
	float:left;
	width:36px;
	height:36px;
	display:inline;
	}

 #menu-b {
	background-image:url(./wc-img/menu.png);
	background-repeat:no-repeat;
	cursor: pointer;
	background-size:30px 30px;
	height:50px;
	width:50px;
	}

 .opened{
	background-image:url(./wc-img/opened.png)!important;
	background-repeat:no-repeat;
}



 #menu-sp a{
	display:block;
	width:100%;
}

 #menu-sp li {
	display:block;
	padding:10px 40px 10px 30px;
	border-bottom:1px solid #000000;
	background-color:#3C3C3C;
	background-image:url(./wc-img/arrow.png);
	background-repeat:no-repeat;
	background-position:top 14px right 20px;
	background-size:14px 22px;
	-webkit-background-size:14px 22px;
	-moz-background-size:14px 22px;
	color:#FFFFFF;
	}
 
 #menu-sp li .last {
	border-bottom:none;
	}


 #menu-sp{
 	position:absolute;
 	top:50px;
 	left:0px;
	width:100%;
	}

 #menu-sp a{
	text-decoration: none !important;
	color:#33b3d1;
	}



		#wc-logo{
			float:right;
			width:80%;
	}
		#wc-logo img{
			max-width:100%;
			max-height:40px;
	}


	#sp-foot{
		height:40px;
		padding:10px 10px;
	}

	.wc-tel{
		float:left;
		width:60%;	
	}

	.wc-tel img{
		max-width:100%;
		max-height:auto;
		margin:0 auto;
		text-align:center;
		display:block;
	}
	
	
	.wc-mail{
		float:right;
		width:34%;
	}

	.wc-mail img{
		max-width:100%;
		max-height:auto;
		margin:0 auto;
		text-align:center;
		display:block;
	}


	.post{
		clear:both;
		margin-bottom:10px;
		}


	.wc-top-l{
		float:left;
		width:30%;
	
	}

	.wc-top-l img{
		width:100%;
		height:auto;
	}


	.wc-top-r{
		float:right;
		width:66%;
	}



	.cf:before,
	.cf:after {
    		content: " ";
    		display: table;
	}

	.cf:after {
    		clear: both;
	}

	.cf {
    		*zoom: 1;
	}


	.spimg{
		max-width:100%;
		height:auto;
	}


	.mu10{
		margin-top:10px;
	}

	#top_img_sub{
		display:none;
	}

	#top_img_inn_sub{
		display:none;
	}

	#top_img_sub #top_img_u{
		display:none;	
	}

	#sub_content{
		float:none;
		width:100%;
		padding:0;
	}

	#sub_content img{
		max-width:100%;
		height:auto;
	}


	#content #sub_right{
		display:none;
	}


	img.size-full,
	img.size-large,
	img.size-medium,
	.attachment img {
    		max-width: 100%;
   	 	height: auto;
 		margin:20px auto;
 		float:none;
 		display:block;
 		clear:both;
	}


	#blog{
		background-color:#FFFFFF;
	}


	.p-navi a{
		color:var(--body-color) !important;
	}


	.pagelink{
		clear:both;
		padding-top: 40px;
		overflow: hidden;
	}

	.pageprev{
 		float:left;
	}

	.pagenext{
 		float:right;
	}


	.mu20{
		margin-top:20px;
	}

	#content #sub_right2 {
		display:none
	}

	#sub_content h2 {
		padding-top:10px;
		margin-top:0px;
	}

	#sub_content .jisseki_cell{
		float:none;
		width:100%;
		height:auto;
	}

	.jisseki_cell img{
		width:100%;
		height:auto;
	}




	.iqfm-table,
	.iqfm-table tr,
	.iqfm-table thead,
	.iqfm-table tbody {
		width: 100%;
		display: block;
	}


	.iqfm-table th {
		width: 100%;
		display:block;
		background:#FFFFFF;
		padding:0 0 0 10px;
		font-weight:bold;
		border:none;
		border-left:3px #CCCCCC solid;
		box-sizing: border-box;
	}

	.iqfm-table td {
		width: 100%;
		display:block;
		border:none;
		margin-block: 0 !important;
		padding:10px 0 16px 0;
		box-sizing: border-box;
		

	}

	.iqfm-table  textarea {
		max-width:80% !important;
	}

	.iqfm-table  input {
		max-width:80% !important;
	}

	.iqfm-table  select {
		max-width:80% !important;
		padding:5px 0;
	}

	.iqfm-table label {
		padding:5px 0 10px 0;
		display:block;
	}




	form{
		margin:20px 0 60px 0;
		max-width:98%;
	}

}
