@charset "UTF-8";

/* 各種ページデザイン
------------------------------------------------------------*/
/*トップページ*/
#kv #kv_inner {
	width: 1200px;
	margin: 0 auto;
}
#index #kv {
	height: 675px;
}
#kv #kv_inner p {
	text-align: center;
}
#kv #kv_inner p.kv_logo {
	width: 163px;
	margin: 0 auto 15px;
	padding: 250px 0 0;
	border-bottom: solid 3px #FFF;
}
#index h2 {
	clear: both;
	font-size: 25px;
	display: block;
	width: 1200px;
	margin: 0 auto 20px;
}
.service_area {
	margin-bottom: 30px;
}
.service_area .inner {
	background: url(../imgs/shared/green_bg.png) repeat left top;
	padding: 25px 0;
}
.service_area .inner .service_contents {
	width: 1140px;
	margin: 0 auto;
}
.service_area .inner .service_contents a {
	color: #FFF;
	font-size: 13px;
    float: left;
    width: 352px;
    margin: 0 30px 0 0;
	text-decoration: none;
}
/*.service_area .inner .service_contents a {
    display: block;
    -webkit-transition: background-color 0.6s;
            transition: background-color 0.6s;
    text-decoration: none; }
.service_area .inner .service_contents a:hover {
      background:#aad81c; }*/
.service_img {
    width: 352px;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.service_area .inner .service_contents .service_img img {
      -webkit-transition: all 0.2s;
              transition: all 0.2s;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
.service_area .inner .service_contents a:hover img {
      -webkit-transition: all 0.2s;
              transition: all 0.2s;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
}
.service_area .inner .service_contents .service_img {
    width: 100%;
    overflow: hidden;
    margin: 0; }
 .service_area .inner .service_contents .service_img {
    width: 352px;
    margin: 0 0 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.service_area .inner .service_contents a:last-child {
    margin: 0 0 0 0;
}
.service_area .inner .service_contents article h3 {
	color: #FFF;
	font-size: 24px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	text-align: center;
	line-height: 1.2;
	margin: 10px 0;
	background: none;
}
.service_area .inner .service_contents article h3 span {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}
.contact_area {
	clear: both;
	margin: 0;
	padding: 0;
}
.contact_area .contact_tel {
	background: url(../imgs/shared/tell_bg.png) repeat left top;
	width: 50%;
	float: left;
	padding: 30px 0;
}
.contact_area .contact_tel h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
	background: none;
}
.contact_area .contact_form {
	background: url(../imgs/shared/green_bg.png) repeat left top;
	width: 50%;
	float: right;
	padding: 30px 0;
}
.contact_area .contact_form h3 {
	color: #FFF;
	font-size: 24px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	text-align: center;
	margin-bottom: 10px;
	background: none;
}
.contact_area .contact_tel article,.contact_area .contact_form article {
	width: 50%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.contact_area .contact_tel article img,.contact_area .contact_form article img {
	margin-bottom: 15px;
}
.contact_area .contact_tel article p {
	font-size: 26px;
	line-height: 1;
}
.contact_area .contact_tel article p span {
	font-size: 12px;
}
.contact_area .contact_form article .formbtn {
	width: 70%;
	margin: 0 auto;
	background: #FFF;
}
.contact_area .contact_form article .formbtn a {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #aad81c;
	font-size: 21px;
	font-weight: normal;
	-moz-text-shadow: -1px -1px -1px #ABA7A7, 1px 1px 1px #eee;
	-webkit-text-shadow: -1px -1px -1px #ABA7A7, 1px 1px 1px #eee;
	text-shadow: -1px -1px -1px #ABA7A7,1px 1px 1px #eee;
	padding: 13px 0 14px;
	text-decoration: none;
}

/*会社情報*/
.president {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: right;
	font-size: 18px;
}

/*事業紹介*/
.service-list ul {
	clear: both;
	position: relative;
	margin-bottom: 20px;
}
.service-list li {
	font-weight: bold;
	background: none;
    float: left;
    width: 272px;
    margin-right: 20px;
    border: 1px solid #e4e4e4;
	position: relative;
	padding-left: 0;
}
.service-list li:last-child {
	margin-right: 0;
}
.service-list li span {
	padding-left: 15px;
	font-size: 14px;
	position: absolute;
	top: 30px;
	left: 120px;
}
.service-list li span.imgnone {
	padding-left: 15px;
	font-size: 14px;
	position: absolute;
	top: 30px;
	left: 0px;
}
.service-list li a {
	display: block;
	color: #333;
	background: #f9f9f9;
	text-decoration: none;
    padding: 10px;
	height: 88px;
}
.service-list li a:hover {
	background: #e5f2bf;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.service-list li img {
	width: 110px;
	height: auto;
	display: block;
    border: 3px solid #e0e7ed;
}
/*クリーニング*/
#cleaning .f_left {
	margin-right: 30px;
	margin-bottom: 20px;
}
.flow_list {
	float: left;
	width: 200px;
	margin:0 20px 30px 0;
}
.flow_list:nth-child(5n) {
	clear: both;
}
.flow_list:last-child {
	margin-right: 0;
}

.cleaning_list section {
	clear: both;
	border-bottom: dotted 1px #333;
	padding-bottom: 30px;
}
.cleaning_list section p {
	margin-bottom: 15px;
}
/*サイトマップ*/
#sitemap .f_left {
	width: 50%;
}
#sitemap .f_right {
	width: 50%;
}
#sitemap ul {
	margin-bottom: 20px;
}
#sitemap ul li {
	list-style: none;
	background: none;
}
/*お問い合わせ*/
span.error {
    padding-left: 10px;
    color: #F00;
    font-size: 14px;
}
#contact-form th {
	width: 30%;
}
input#next {
	width: 200px;
	height: 30px;
	margin: 20px auto 0;
}
input#prev,input#thanks {
	width: 200px;
	height: 30px;
	margin-top: 20px;
} 
#inputScreen {
    float: left;
    width: 200px;
    margin-left: 25%;
}
#sendMail {
    width: 200px;
    float: right;
    margin-right: 25%;
}