?@charset "utf-8";
/*
Theme Name: MDS_simpleTheme
Theme URI: http://www.md-systems.net/
Description: WordPress 3.0
Version: 1.0
License: GNU General Public License
Author: MDS
Author URI: http://www.md-systems.net/
*/

/* =1. General Setting 
-------------------------------------------------------------- */
html, body, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-family: inherit;
	vertical-align: middle;
	list-style:none;
	}
body{
	margin: 0;
	padding: 0;
    	font-family: "ＭＳ ゴシック",sans-serif,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	color: #220404;
	font-size: 0.9em;
	line-height: 160%;
	} 
input {font-family: "ＭＳ ゴシック",sans-serif,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";}
p {
	padding-bottom: 10px;
}
img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 100%;
	vertical-align: middle;
}
.clear{ 
	clear: both;
	line-height: 0
}
h1 {
margin: 0 auto;
	padding: 10px 15px;
}
caption {
	padding: 20px 0;
	font-size: 120%;
}
/* =2. Basic Layout 
-------------------------------------------------------------- */
#wrapper,#footer {
	margin: 0 auto;
	width: 100%;
}
body {
	background: #000 url(/wp/wp-content/uploads/2014/05/back.gif) center top repeat-y;
}
#contents {
	margin: 0 auto;
	width: 959px;
	background: #fff;
}
#contents,.post{
	min-height: 480px;
}
/* =3. Header, Menu
-------------------------------------------------------------- */

/* =4.  Main
-------------------------------------------------------------- */
/*** Blog info ***/
div.info{
	color: #666;
	font-size:85%;
	padding: 5px;
	margin: 0;
	}
	div.info ul{margin:0;}
	div.info li{
		float: left;
		list-style: none !important
	}
	
/*** Contents ***/
a.more-link{
	color:#333;
	font-size:85%;
	padding:2px 20px 5px 10px;
	text-align:right;
	text-decoration:none;
	margin-left:480px;
	display:block;
	}
	a.more-link:hover{color: #999}
	
/*** Bottom Navigation, Comment Navigation ***/
div.nav-below{margin: 0;overflow:auto;}
div.navigation{overflow:auto;}
	div.navigation a{margin-bottom:10px}

	.nav-previous a, .nav-next a,
	div.navigation .alignleft a, div.navigation .alignright a{
		color:#333;
		font-size:85%;
		text-decoration:none;
		}
		.nav-previous a:hover, .nav-next a:hover,
		div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
			color: #999
			}
			
	.nav-previous a, div.navigation .alignleft a{
		float:left;
		}
	.nav-next a, div.navigation .alignright a{
		float:right;
		text-align:right;
		}
/* =5. Post Entry
-------------------------------------------------------------- */
	
.post h2, .post h3, .post h4, .post h5, .post h6{margin: 0px;}
.post h2 {font-size:140%;}	
.post h3 {
	font-size: 100%;
	margin: 10px 0;
	padding: 10px;
	border-bottom: solid 1px #006600;
}
.post h4{font-size:110%;}
.post h5{font-size:100%;}

.post p{margin-bottom:10px;}
.post em{font-style: italic;}
.post code{color: #06c; font-family:'Courier New',Courier,monospace;}
.post blockquote{
	border-left:5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin:20px 0;
	font-style:italic;
	}
	.post blockquote p{margin:0;}
.post div.wp-caption{margin: 20px 0;}
	.post div.wp-caption img{ margin: 0;}
	.post div.wp-caption p{ font-size:85%;}
.post ul, .post ol{margin:20px 0;}
	.post ul li{
		list-style: url(images/arrow_list.png);
		margin-left:20px;
		}
	.post ol li{list-style: decimal outside;margin-left:20px;}

/* =6.widget
-------------------------------------------------------------- */


/* =7.  Footer
-------------------------------------------------------------- */

/* =Utility
-------------------------------------------------------------- */
.pageRoot{
    display:none;
    margin: 0 auto 5px auto;
    padding: 5px 0;
	width: 100%;
    font-size: 90%;
    text-align: right;
}
.pageTop {
    margin: 0 auto;
    width: 960px;
    height: 24px;
    overflow: hidden;
    text-align: right;    
}
.clearfix {
    zoom: 1;/*for IE 5.5-7*/
    min-height: 1%;
}
.clearfix:after {/*for modern browser*/
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    display: inline-table;
    /*\*/display: block;/**/
}
img {border: none;}
.red {color: #C00;}
.mini{font-size:x-small;}
.fl {float: left;}
.fr {float: right;}
.alignR {text-align: right;}
.alignC {text-align: center;}
.alignL {text-align: left;}
.center {
    margin: 0 auto;
}
a:hover img {
    filter: Alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.70;
}
a:link,a:visited {
	color: #220404;
	text-decoration: underline;
}
a:hover,a:active {
	color: #06c;
	text-decoration: underline;
}
/* =Pages
-------------------------------------------------------------- */
#contents #main .section,
#contents #main .sectionInner {
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
}
#contents #main section .titleArea {
	margin: 10px auto;
	padding: 5px 0;
	background: #1aa8ea;
}
#contents #main section .titleArea h2.title{
	margin: 0 auto;
	width: 960px;
	color: #fff;
	font-family: ‘Metrophobic’, Arial, serif;
	font-weight: 800; 
	font-size:200% !important;
	line-height:35px;
	text-align: left;
}
table {
	margin: 0 auto;
	width: 98%;
	border-collapse: collapse;
}
th {
	font-weight: normal;
	text-align: left;
}
th,td{
	padding: 5px;
	border: solid 1px #eee;
}
.data { width: 20%;}
.data_detail { width: 40%;}
.rider { width: 20%;}
.rider_detail { width: 20%;}
.machine { width: 20%;}
.machine_detail { width: 40%;}
span.wpcf7-list-item {
	display: block;
	float: left;
	margin-left: 0.5em;
	width: auto;
}
select,
input:not([type]), input[type="color"], input[type="email"], 
input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	padding: 5px;
}
input[type="radio"] {
	margin: 3px 3px 0px 5px;
}


.estimatePage #form01 input {
	border: none;
	font-size: 14px;
}

.form01_uchiwake{
	font-size: 0.9em;
	line-height: 1.4;
	padding: 0 0 0 17px;
}

.estimatePage table {
	border-collapse: collapse;
	border:solid 1px #eee;
}
.estimatePage td,.estimatePage th {
	border:solid 1px #eee;}
.estimatePage th {
	width: 32%;
	background: #f5f5f5;
}
.post {
	padding: 10px;
}
.estimatePage h2 {
	margin: 10px 0;
	padding: 10px;
	background: #006600;
	color: #fff;
	font-size: 12pt;
}
.estimatePage #form02 {
	margin-top: 30px;
}
.estimatePage .hidden {
	display: none!important;
}

.item01 input,
.item02 input,
.itemAddress02 input,
.itemAddress03 input,
.sent .attention,
.sent table,
.sent .wpcf7-submit {
	display: none!important;
}
.headerItem {margin-bottom: 10px;}
.backTop {display: none;}
.sent .backTop {display:block;}
.ui-datepicker select.ui-datepicker-year {
	width: 40%!important;
}
.ui-datepicker .ui-datepicker-title select {
	padding: 0!important;
}
.partsList input {
	width: 200px;
}
.hidden{display:block;}
span.attention {font-size: 90%;color:blue;}
.linkBtn {
	text-align: center;
	padding: 20px 0;
}
.linkBtn a:hover {
    text-decoration: none;
    filter: Alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.70;

}
.linkBtn a {
    text-decoration: none;
    font-weight: bold;
	font-size: 20px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
.estimatePage dl {
	display: table;
	padding: 0;
	margin: 0;
	width: 100%;
 	border-bottom: solid 1px #eee;
}
.estimatePage dd, .estimatePage dt {
	padding: 5px;
	display: table-cell;
	vertical-align: top;
}
.estimatePage dt {
  width: 32%;
  border-left: solid 1px #eee;
  background: #f5f5f5;
  margin: 0;
}
.estimatePage dd {
  width: 67%;
  margin: 0;
}
.estimatePage .formWrap {
  border-top: solid 1px #eee;
  borderleft: solid 1px #eee;
  border-right: solid 1px #eee;
}
.sphone{display:none;}
@media screen and (max-width: 641px){
	.sphone{display:block;}
	#contents {width: auto;}
	.estimatePage dl {
		display: block;
	 	border-bottom: solid 1px #eee;
	}
	.estimatePage dt {
	  border-left: none;
	}
	.estimatePage dd, .estimatePage dt {
		margin: 0;
		padding: 5px;
		display: block;
		width: auto;
		vertical-align: top;
float:none;
	}
	select, input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"],textarea {
		  padding: 5px;
		  max-width: 80%;
	}
	.formError {
	  left: 0!important;
	}
	.estimatePage #form02 {
	  margin-top: 0;
	}
	.estimatePage h2 {
	  margin-top: 0;
	}
}

.fatn_bottom{
	margin:30px 0 30px;
}

.fatn_bottom p{
	margin:0;
	padding:0 0 10px;
}

.fatn_bottom a{
	color:#C00;
}

.fatn_bottom_t{
	background:#006600;
	color:#fff;
	padding:10px;
}

.fatn_bottom_t .fatn_bottom_title{
	font-size:120%;
	font-weight:bold;
}

.fatn_bottom_b{
	border:1px solid #006600;
	padding:10px;
}

span.syaken_banner{
	display:inline-block;
	padding:0 0 0 10px;
}

span.syaken_banner a{
	display:inline-block;
	padding:2px 20px 2px 10px;
	text-decoration:none;
	border-radius:5px;
	background:linear-gradient(to bottom, #053b90 0%,#032468 40%,#020334 100%);
	color:#fff;
	font-size:12px;
	position: relative;
}

span.syaken_banner a:hover{
	background:linear-gradient(to bottom, #020334 0%,#032468 40%,#053b90 100%);
}

span.syaken_banner a:after{
	content: "＞";
	display:inline-block;
	position: absolute;
	top: 3px;
	right: 4px;
	transform:scale(0.6, 1);
}



/* 2024/2/29 TB_追加 コメント強調 見積もりフォーム*/
.text_bottom_red{
	background:#d1200d;
	color:#fff;
	font-weight: bold;
	padding:10px;
	margin-bottom: 20px;
}

.text_bottom_red-2{
	background:#FFEDE0;
	padding:10px;
	margin-bottom: 20px
}

.text_bottom_red-2 a{
	color:#FD2121;
	font-weight: bold;
	text-decoration: underline;
	}


.text_bottom_green{
	background:#0a7212;
	color:#fff;
	font-weight: bold;
	padding:10px;
	text-decoration: underline;
	margin-bottom: 20px
}

.text_bottom_green a{
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
	}