@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------
index.html
--------------------------------------------------------------------- */
.topbanner_bg {
	height:317px;
	background-image: url(../img/template/bg_a.png);
	padding:10px 0px;
	min-width:1000px;
}
.topbanner {
	width: 1000px;
	height:317px;
	margin:0px auto;
	overflow: hidden;
}
#index .main {
	/* width:750px; */
	margin:0px;
	padding:0px;
}
#index .main .index_box {
	clear:both;
}
#index .main .index_pr {
	width: 740px;
	border: 1px solid #00b1bb;
	padding: 5px 5px 0 5px;
	margin-bottom: 15px;
}
#index img.pr_img{
	margin-bottom: 20px;
}
#index .main .indexbanner {
	/* margin-left: 2px; */
	margin-bottom:10px;
	padding:0px;
	display: inline-block;
}
#index .main .indexbanner_w {
	width:370px;
	height:240px;
	margin-left:2px;
	margin-bottom:10px;
	padding:0px;
	display: inline-block;
}
#index .main .indexbanner_ww {
	width:740px;
	margin-left:10px;
	margin-bottom:10px;
	padding:0px;
	float:left;
}
#index .main h2 {
	height: auto;
	font-size: 26px;
	border-left: 8px solid #00b1bb;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	color: #333333;
}
/* ---------------------------------------------------------------------
contact.html
--------------------------------------------------------------------- */
#contact .main {
	width:710px;
	margin-left:10px;
	/* border-radius:10px; */
	/* background-image:url(../img/template/bodybg.png); */
	/* padding:15px; */
}
#contact .main .main_box {
	width:690px;
	/* padding:10px; */
	border-radius:10px;
	background:#FFF;
}
#contact table {
	width:670px;
	table-layout:fixed;
	/* margin:10px; */
}
#contact table ol, #contact table li, #contact table span {
	font-size:12px;
}
#contact .main p {
	width:690px;
	padding: 10px 0;
	margin-left:10px;
}
#contact .main .red {
	font-size:16px;
}

/*フォームの幅を広げました*/
.contact_container .contents {
    width: 1000px;
    float: none;
}

.contact_container h2 {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.contact_container .breadcrumbs {
    width: 960px;
}

.contact_container #contact .main {
    width: 1000px;
    margin: 0 auto;
}

.contact_container #contact .main .main_box {
    width: 1000px;
    /* height: 1200px; */
}

.contact_container #contact .main p {
    width: 500px;
    margin: 0 auto;
}

form#mailform {
	margin:0 auto !important;
}

.contact_container .contents .contact {
    margin: 5% auto 0;
    text-align: center;
}

.contact_container #contact table {
    width: 100%;
}

table.mailform tr th {
    width: 200px !important;
     box-sizing: border-box;
}

table.mailform tr {
    border-bottom: dashed 1px #aaa;
}
#contact input[type="text"],textarea{
	width: 100%;
}

#contact table span.hisu {
    margin-left: 10px;
    background: #f00;
    color: #fff;
    border-radius: 6px;
    padding: 1px 5px;
}

#contact table span.nini {
    margin-left: 10px;
    background: #c7c7c7;
    color: #fff;
    border-radius: 6px;
    padding: 1px 5px;
}

#contact table.mailform tr:hover {
	background: #fcedef;
}
#contact .g-recaptcha div{
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
}
.plmailwrap{
	display: block;
	position: relative;
	width: 100%;
	height:100%;
	cursor: pointer;
}
.plmail{
	display: block;
    width: 95%;
		margin: 0;
    height: 100%;
}
.plholder{
	pointer-events: none;
	position: absolute;
	width: 100%;
	left: 0;
	padding-left: 2%;
	top: 20%;
	opacity: 0.6;
}

#container div.privbox{
	 width: 75%;
	 margin: 2% auto;
	 padding: 5%;
	 border: solid #ddd 1px;
	 height: 300px;
	 overflow-y: scroll;
	 font-size: 15px;
}

.privbox .pritt{
	font-size: 120%;
	font-weight: bold;
}
.privbox .pribd{
	font-weight: bold;
}
/* ---------------------------------------------------------------------
company.html
--------------------------------------------------------------------- */

#company .main {
	/* margin-right: 5px; */
	/* border-radius:10px; */
	/* background-image:url(../img/template/bodybg.png); */
	/* padding:15px; */
}

#company .main .main_box {
	/* width: 100%; */
	/* padding:10px; */
	/* border-radius:10px; */
	/* background:#FFF; */
}

#company table {
	/* width: 100%; */
	table-layout:fixed;
	/* margin:10px; */
	border-spacing: 0;
}

#company table tr {
    display: block;
    border-bottom: 1px dashed #aaa;
}

#company th {
	width: 200px;
	padding: 10px;
	/* text-align: center; */
	font-weight: bold;
	/* background-color: #66ba00; */
	color: #000000;
	/* border-bottom: 1px dashed #aaa; */
}

#company table th:not(.map) {
    height: 45px;
}

#company td {
	padding: 10px;
	padding-right: 0;
	/* width: 490px; */
	/* border-bottom: 1px dashed #aaa; */
	/* border-style: dashed; */
}
/* ---------------------------------------------------------------------
faq.html
--------------------------------------------------------------------- */

#faq .main {
	/* width: 720px; */
	/* margin-right: 10px; */
	/* border-radius:10px; */
	/* background-image:url(../img/template/bodybg.png); */
	/* padding:15px; */
}
#faq .main .main_box {
	/* width:690px; */
	/* padding:10px; */
	/* border-radius:10px; */
	background:#FFF;
}
#faq .main h3 {
	font-size:16px;
	height:20px;
	padding:3px 0px 3px 15px;
}
#faq .main dl {
	/* margin-bottom:20px; */
}
#faq .main dt {
	/* width: 740px; */
	height:30px;
	padding-top: 10px;
	padding-left:45px;
	font-size: 18px;
	background-image: url(../img/other/q_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	cursor: pointer;
}
#faq .main dd {
	/* width:630px; */
	padding: 10px;
}
#faq .main dd .answer {
	background-image:url(../img/other/a_bg.png);
	background-repeat:no-repeat;
	padding:13px 15px 15px 45px;
	/* border-radius:10px; */
	/* border:solid 1px #999999; */
	/* box-shadow: 1px 1px 1px #999; */
	font-size: 16px;
}
#faq .main dd .toplink {
	width:630px;
	text-align:right;
	font-size:12px;
	margin-top:10px;
}
#faq .main dd .toplink a {
	font-size:13px;
}
/* ---------------------------------------------------------------------
flow.html
--------------------------------------------------------------------- */

#flow .main {
	/* width:750px; */
}
#flow .main .main_box1 {
	/* width: 730px; */
	height: 240px;
	padding: 10px;
	background: url("../img/other/flow01.png") no-repeat;
}
#flow .main .main_box2 {
	width: 730px;
	height: 240px;
	padding: 9px;
	background: url("../img/other/flow02.png") no-repeat;
}
#flow .main .main_box3 {
	width: 730px;
	height: 240px;
	padding: 9px;
	background: url("../img/other/flow03.png") no-repeat;
}
#flow .main .main_box4 {
	width: 730px;
	height: 240px;
	padding: 9px;
	background: url("../img/other/flow04.png") no-repeat;
}
#flow .main .main_box5 {
	width: 730px;
	height: 240px;
	padding: 9px;
	background: url("../img/other/flow05.png") no-repeat;
}
#flow .main .main_box6 {
	width: 730px;
	height: 240px;
	padding: 9px;
	background: url("../img/other/flow06.png") no-repeat;
}

#flow .main h3 {
	margin-bottom: 10px;
	margin-left: 270px;
	font-size: 22px;
}
#flow .main p.flow_p {
	margin-left: 270px;
	font-size: 16px;
}


#flow .main .main_box .flow_box {
	height:190px;
	float:left;
}



/* ---------------------------------------------------------------------
greeting.html
--------------------------------------------------------------------- */

#greeting .main {
	width: 750px;
}
#greeting .main .main_box p:first-of-type {
	background: #fff;
}
#greeting .main .main_box h3 {
	/* color: #FFFFFF; */
	/* background: #50aad8; */
	/* font-size: 18px; */
	/* margin: 0 20px; */
	/* padding: 15px 20px; */
}
#greeting .main .main_box h3::before {
    /* content: "CHECK"; */
    /* background: #FFFFFF; */
    /* border-radius: 20px; */
    /* color: #50aad8; */
    /* font-size: 18px; */
    /* padding: 3px; */
    /* vertical-align: middle; */
    /* margin-right: 5px; */
}
#greeting .main .main_box p {
	padding:10px 20px;
	font-size:16px;
	line-height:30px;
	background: #f6ffeb;
	margin: 20px 0;
}
#greeting .main .main_box .caution {
	color:red;
	font-size:12px;
	line-height:20px;
	display: block;
	padding: 20px 0;
}

span.ouen {
    display: block;
    padding-top: 20px;
}
/* ---------------------------------------------------------------------
area.html
--------------------------------------------------------------------- */

#area .main {
	/* width:710px; */
	/* margin-left:10px; */
	/* border-radius:10px; */
	/* background-image:url(../img/template/bodybg.png); */
	/* padding:15px; */
}
#area .main .main_box {
	/* width:690px; */
	/* padding:10px; */
	/* border-radius:10px; */
	/* background:#FFF; */
}
#area .main .main_box h3 {
	padding-left:20px;
	font-size:18px;
	color:#0033FF;
}
#area table {
	width:670px;
	table-layout:fixed;
	margin:10px;
}
#area th {
	width:60px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	box-shadow:3px 3px 3px #999;
	background-color:#ccece5;
}
#area td {
	padding:10px;
	width:440px;
	box-shadow:3px 3px 3px #999;
}
.areaimg {
	text-align: center;
	margin-bottom: 20px;
}
.areap {
	font-size: 16px;
	padding: 20px;
}

/* ---------------------------------------------------------------------
area.html
--------------------------------------------------------------------- */

#service .main {
	width:710px;
	margin-right: 10px;
	border-radius:10px;
	background-image:url(../img/template/bodybg.png);
	padding:15px;
}
#service .main .main_box {
	width:650px;
	padding:10px 30px;
	margin-bottom:10px;
	border-radius:10px;
	background:#FFF;
}
#service .main .main_box table {
	width:400px;
	border-collapse:collapse;
}
#service .main .main_box table caption {
	color:#F00;
	text-align:right;
}
#service .main .main_box .trc {
	background-color:#6FF;
}
#service .main .main_box th {
	width:300px;
	padding:3px;
}
#service .main .main_box td {
	padding:3px;
	text-align:right;
	border-left:solid 2px #FFF;
}
#service .main .main_box #service01 {
	background-image:url(../img/other/service01.png);
	background-repeat:no-repeat;
	height:250px;
	padding-top:170px;
	padding-left:10px;
}
#service .main .main_box #service02 {
	background-image:url(../img/other/service02.png);
	background-repeat:no-repeat;
	height:330px;
	padding-top:170px;
	padding-left:10px;
}
#service .main .main_box #service03 {
	background-image:url(../img/other/service03.png);
	background-repeat:no-repeat;
	height:180px;
	padding-top:190px;
	padding-left:10px;
}
#service .main .main_box #service04 {
	background-image:url(../img/other/service04.png);
	background-repeat:no-repeat;
	height:180px;
	padding-top:190px;
	padding-left:10px;
}
#service .main .main_box #service05 {
	background-image:url(../img/other/service05.png);
	background-repeat:no-repeat;
	height:130px;
	padding-top:240px;
	padding-left:10px;
}
#service .main .main_box #service06 {
	background-image:url(../img/other/service06.png);
	background-repeat:no-repeat;
	height:230px;
	padding-top:220px;
	padding-left:10px;
}
/* ---------------------------------------------------------------------
case.html
--------------------------------------------------------------------- */

#case .main {
	border-radius:10px;
}
#case .main h3 {
	margin: 20px 0;
	border-left: 5px solid #00B1BB;
	color: #333;
	padding-left: 10px;
	font-size: 26px;
}
#case .main h4 {
	font-size:16px;
	margin-bottom:10px;
}
#case .main .main_box {
	padding: 20px 10px;
	border-bottom: 1px dashed #00B1BB;
}
#case .main .main_box .ba {
	border:solid 2px #CCC;
	border-radius:10px;
	box-shadow: 1px 1px 1px #999;
}
#case .main .main_box td {
	vertical-align:middle;
}
/* ---------------------------------------------------------------------
products.html
--------------------------------------------------------------------- */

#products .main {
	width: 750px;
	padding-bottom: 15px;
}
#products .main h3 {
	margin-bottom:20px;
	color: #333;
	line-height: 2;
	padding-left: 10px;
	font-size: 26px;
	border-left: 8px solid #00b1bb;
}
#products .main .main_box {
	width: 354px;
	padding: 10px 8px;
	border:solid 1px #CCC;
	margin-top: 5px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#products .main .main_set {
	clear:both;
	margin-top:20px;
}
#products .main p {
    margin: 20px 0 0 0;
    color: red;
}
#products .main .main_box h4 {
	font-size: 18px;
	border-bottom: dashed 2px #00b1bb;
	margin-bottom:10px;
}

#products .main .main_box .p_img {
}
#products .main .main_box .p_src4 {
	padding: 10px;
	background: #F2F8FC;
	margin: 10px auto;
}
#products .main .main_box .p_price img {
	width: 354px;
	/* position: absolute; */
	/* bottom: 0; */
}
#products .main .product_title {
	/* background-color:#00abfb; */
	/* height:30px; */
	/* padding:5px; */
	/* clear:both; */
	/* margin-bottom:10px; */
}
#products .main .product_title img {
	float:left;
	margin-right:10px;
}
#products .main .product_title h4 {
	line-height:32px;
	font-size:18px;
	/* color:#FFF; */
}
#products .main .product_titleh {
	background-color:#00abfb;
	height:40px;
	padding:5px;
	clear:both;
	margin-bottom:10px;
}
#products .main .product_titleh img {
	float:left;
	margin-right:10px;
	margin-top:5px;
}
#products .main .product_titleh h4 {
	line-height:22px;
	font-size:18px;
	color:#FFF;
}
#products .main .main_box .p_img {
	/* width:250px; */
	/* margin-right: 0; */
	/* float: right; */
	text-align: center;
}
#products .main .main_box .p_img img {
	/* width: 375px; */
}
#products .main .main_box .price_box {
	/* width: 470px; */
	/* float: left; */
}
#products .main .main_box .price_box .price_p {
	/* float: right; */
	/* width: 357px; */
	/* height: 95px; */
	/* background-image: url(../img/products/p_src.png); */
	padding: 10px;
	background: #F2F8FC;
	margin: 10px auto;
	text-align: left;
	box-sizing: border-box;
}
#products .main .main_box .price_box img {
    /* position: absolute; */
    /* bottom: 5px; */
    width: 354px;
}
#products .main .main_box .price_box .price_b {
	padding:0px 5px 0px 0px;
	font-weight:bold;
	text-align:right;
	color:#00F;
	font-size:16px;
	/* margin-top: 40px; */
}
#products .main .main_box .price_box .price_r {
	padding:0px 5px 0px 0px;
	font-weight:bold;
	text-align:right;
	color:#FF0000;
	line-height:30px;
	font-size:18px;
}
#products .main .main_box .price_box .price_k {
	padding:5px 5px 0px 0px;
	text-align:right;
	font-size:12px;
	line-height:16px;
}
#products .main .main_box .price_box .price_r .large {
	font-size:40px;
	line-height:40px;
}
.noritz,.toto,.lixil,.cleanup,.panasonic,.housetec,.kameiseisaku {
	padding: 4px 10px;
    color: #fff;
    border-radius: 5px;
}
.noritz {
    background: #ff6c4f;
}
.toto {
    background: #50aad8;
}
.lixil {
    background: #ffb300;
}
.cleanup {
    background: #ff0000;
}
.panasonic {
    background: #001eaa;
}
.housetec {
    background: #43A047;
}
.kameiseisaku {
    background: #5b74ff;
}
/* ---------------------------------------------------------------------
voice.html
--------------------------------------------------------------------- */

#voice .main {
}
#voice .main .main_box {
	margin-bottom:20px;
	padding:15px;
}
#voice .main .main_box h3 {
	font-size: 20px;
	border-bottom: dashed 2px #00b1bb;
	margin-bottom:10px;
}
#voice .main .main_box h3:before {
	content: url("../img/template/voice_icon.png");
	vertical-align: middle;
	margin-right: 10px;
}
#voice .main .main_box .voice_box {
	width:220px;
	float:left;
	margin:5px 5px 0px 0px;
}
#voice .main .main_box .voice_box h4 {
	text-align:center;
}
/* ---------------------------------------------------------------------
staff.html
--------------------------------------------------------------------- */

#staff .main {
	/* width:710px; */
	/* margin-right: 10px; */
	border-radius:10px;
	/* background-image:url(../img/template/bodybg.png); */
	/* padding:15px; */
}
#staff .main .main_box {
	width: 325px;
	margin-bottom:20px;
	padding:20px;
	box-shadow: 1px 1px 1px #999;
	clear:both;
	display: inline-block;
	vertical-align: top;
}

#staff .main .main_box:nth-child(even) {
    margin-left: 15px;
}

#staff .main .staff_box {
	clear:both;
}
#staff .main .staff_box img {
	width:210px;
	height:210px;
	/* float:left; */
}
#staff .main .staff_box .sname {
	/* width:420px; */
	/* float:right; */
	line-height:32px;
	font-size:28px;
	font-weight:bold;
	border-bottom: 1px dashed #00B1BB;
	clear: both;
	margin-top: 10px;
}
#staff .main .staff_box .scom {
	/* width:420px; */
	/* float:right; */
	font-size:16px;
	padding-top:15px;
	clear: both;
	height: 200px;
}
