@charset "UTF-8";
html {
   overflow-y:scroll;
}

  body,div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,p,
  pre,form,fieldset,input,textarea,table,th,td,img {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  }


a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   color:#666;
   width:100%;
}

a {
   color:#999;
   text-decoration:none;
}
a:hover {
   color:#666;
   text-decoration:underline;
}

img {
   vertical-align:middle;
   border:0;
}

.header03{
/*	background-image:url(../../img/h1.jpg);*/
	background-position:center;
	background-color:#fece00;

}

h1{
	text-align:right;
	color:#fff;
	margin:0 auto;
	padding:0;
	width:100%;
	font-size:10px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pagetop {
	position: fixed;
	text-align: center;
	right: -10px;
	bottom: 10px;
	z-index: 9999;
	width:100px;
}

.pagetop img{
}
/*******************************************************/
#headbar {
	/* 上部に固定するCSS */
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height:46px;
	line-height:46px;

	/* バーの装飾 */
	/*
	opacity:0.9;
	*/
	color: white;
	box-shadow: 3px 3px 3px #666;
	background-color:#fbb03b;
	z-index:99999;
}

#headbar table{
	margin:0 auto;
	width:100%;
}

#headbar table td{
	text-align:center;
	padding:0 0px;
	
}

#headbar table td a{
	color:#fff;
	text-decoration:none;
	font-size:15px;
	
	font-weight:bold;
}


#headbar img{
	height:40px;
}

/* ------------------------------------------ */
/* ▼メニューバー部分の装飾(必須ではない装飾) */
/* ------------------------------------------ */

	/* ▽メニューバー内の余計な余白を消す */
	#headbar h2,
	#headbar ul,
	#headbar p {
		margin: 0;
		padding: 0;
	}
	/* ▽メニューバーのタイトル (※文字サイズを小さくして左寄せ) */
	#headbar h2 {
	height:90px;
	line-height:90px;
		font-size: 100%;
		float: left;
	}
	/* ▽メニューバーの各項目 (※横幅を固定して左寄せ) */
#headbar ul{
	width:100%;
	margin:0 auto;
}
	
	#headbar ul li {
	height:80px;
	line-height:80px;
		float: left;
		list-style-type: none;
	}
	/* ▽メニューバーの各項目のリンク( ※クリック可能領域を項目全体に広げて、文字を白色に) */
	#headbar ul li a {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		display: block;
		font-size:13px;
		color: #333;
		text-align: center;
	}
	/* ▽メニューバーの各項目のリンクにマウスが載ったときの装飾 (※配色を変える) */
	#headbar ul li a:hover {
		color: darkred;
	}
	#headbar ul li.area {
		width:200px;
}
	
	#headbar ul li.menulist {

		padding:0 0 0 20px;


}
	
	/* ▽メニューバー内の「トップへ戻る」リンクの装飾 (※文字サイズを小さくして右寄せ／ついでにメニュー項目の回り込みを解除する) */
	#headbar p#fortop {
		clear: left;
		font-size: 75%;
		text-align: right;
	}
	/* ▽「トップへ戻る」リンクの配色 */
	#headbar p#fortop a {
		color: white;
	}
	/* ▽「トップへ戻る」リンクにマウスが載ったときの配色 */
	#headbar p#fortop a:hover {
		color: yellow;
	}
	
/*******************************************************/
	.nav{
	padding:0;
	margin:0;
	/*
	background-color:#fece00;
	*/
}
/*******************************************************/	
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/* ========MENU CUSTOMIZE======== */
.menuwrap{
	width:100%;
	background-color:#fece00;
	/*background-color:#f7f7f7;*/
}

#menu{
	border-collapse: collapse;
	border: none;
	padding:0;	
	width:100%;
	margin:0px auto 0;
}


#menu td{
	/*
	background-image:url(../../image/list03.png);
	background-position:left;
	background-repeat:no-repeat;
	height:50px;
	*/
	margin:0;
	height:50px;
	text-align:center;
	padding:0 0px;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	/*
	border-right:2px dotted #ccc;
	*/
	width:160px;
}

#menu td.last{
}
#menu tr{
	padding:0;	
	margin:0;
}

#menu td a{
	color:#000;
	margin: 0px;
	padding:0;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
}

#menu td:hover{
}


#menu td a p{
	line-height:5px;
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:10px;
}

#menu td ul li a{
	color:#333;
	
}

/*/////////////////////////////////*/

#headerimg{
	padding:0px 0;
	text-align:center;
	width:100%;
}


#headerimg img{
	vertical-align: bottom;
	width:100%;
}


h2{
	padding:0;
	color:#000;
	margin:0 auto 10px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	font-size:25px;
}

h2 span{
	color:#000;
	padding:5px 20px;
	border-radius:10px;
	font-size:13px;
}
span.small{
	color:#036eb8;
}

span.red{
	color:#ff0000;
}

span.gold{
	font-weight:bold;
	color:#c4982d;
}


h3.other{
	padding:0;
	color:#000;
	margin:30px auto 20px;
	text-align:center;
	font-weight:bold;
	font-size:33px;
}
h3.other span{
	border-bottom:5px solid #fece00
}


.clear{
	clear:both;
}


/*******************************************************/



.header{
	width:100%;
	margin:0 auto;
	padding:5px 0;
}

.logo {
	position: absolute;
	top:10px;
	left:0px;
}



.mail {
	position: absolute;
	top:20px;
	right:0px;
}


.tel {
	position: absolute;
	top:14px;
	right:80px;
}

.header ul{
	position: absolute;
	bottom:10px;
	left:360px;
	padding:0;
	margin:0;
	list-style-type:none;
}
.header ul li{
	float:left;
	margin:0 25px 0 0;
}
.header ul li a{
	font-weight:bold;
	font-size:19px;
	color:#000;
}

/*/////////////////////////////////*/


.right{
	position:fixed;
	right:0px;
	bottom:10px;
}

/*******************************************************/
a.button{
	border:2px solid #ccc;
	background-image:url(../../img/button.png);
	color:#fff000;
	border-radius:10px;
	padding:20px;
	font-weight:bold;
	display:block;
	width:50%;
	font-size:30px;
	margin:10px auto;
	text-align:center;
	text-shadow:1px 1px 1px #000;
}

/*******************************************************/


p{
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}


.concept{
	background-color:#fff;
	padding:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}
.concept p{
	margin:0;
	padding:0;
	line-height:30px;
	font-size:16px;
}

/************************************************/
table.flow{
	border-collapse:collapse;
	width:100%;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	margin:0 auto 20px;
}
table.flow tr{
	vertical-align:middle;
}
table.flow th,table.flow td{
	padding:10px;
	/*
	border-bottom:1px solid #7a6a56;
	*/
}
table.flow td.color02{
	background-color:#efefef;
}
table.flow th{
	background-color:#c1272d;
	text-align:center;
	width:200px;
	text-align:center;
	color:#fff;
	font-size:15px;
	padding:20px 0px;
}
table.flow th span{
	font-size:14px;
	}
	
table.flow th.flowcolor01{
	background-color:#ea5514;
}
/*******************************************************/
p.company{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding:20px 10px;
	background-image:url(../../img/company.png);
	background-repeat:no-repeat;
	background-position:right;
	line-height:50px;
	font-size:25px;
}


/*******************************************************/

.contact{
	position:relative;
	width:100%;
	height:250px;
}

.contact01{
	position:absolute;
	top:0;
	left:0;
}

.contact02{
	position:absolute;
	bottom:20px;
	right:254px;
}
/***施工事例紹介
****************************************************/
table.contenttable{
	width:100%;
}
table.contenttable tr{
	vertical-align:top;
}
table.contenttable td{
	text-align:center;
	padding:5px;
}

table.contenttable th{
	text-align:center;
	width:16%;
	padding:5px;
}
table.contenttable img{
	width:30%;
	float:right;
}
table.contenttable td h3{
	text-align:center;
	color:#f7931e;
	font-size:20px;
	margin:5px auto;
	font-weight:bold;
}
table.contenttable td p{
	font-size:15px;
	text-align:center;
	text-align:left;
	margin:5px auto 10px;
}

table.contenttable a{
	clear:both;
	width:80%;
	text-align:center;
	background-color:#ff0000;
	color:#fff;
	display:block;
	border-radius:10px;
	margin:10px auto;
}
/***施工事例紹介
****************************************************/
table.contenttable02{
	width:100%;
}
table.contenttable02 tr{
	vertical-align:top;
}
table.contenttable02 td{
	text-align:center;
	width:16%;
	padding:5px;
}

table.contenttable02 th{
	text-align:center;
	width:16%;
	padding:5px;
}
table.contenttable02 img{
	width:95%;
}
table.contenttable02 td h3{
	text-align:center;
	color:#f7931e;
	font-size:20px;
	margin:5px auto;
	font-weight:bold;
}
table.contenttable02 td p{
	font-size:15px;
	text-align:center;
	text-align:left;
	margin:5px auto;
}

table.contenttable02 a{
	width:80%;
	text-align:center;
	background-color:#ff0000;
	color:#fff;
	display:block;
	border-radius:10px;
	margin:0 auto;
}


/*******************************************/

table.promise{
	width:100%;
	border-spacing:10px;
}
table.promise tr{
	vertical-align:top;
}
table.promise td img{
	width:100%;
}

table.promise td{
	width:20%;
	background-color:#fff;
	border-radius:10px;
	padding:10px;
}
table.promise td h3{
	padding:5px 0;
	border-radius:10px 10px 0 0;
	text-align:center;
	font-weight:bold;
	color:#000;
	background-color:#fece00;
}
table.promise td p{
	margin:10px auto 0;
	text-align:justify;
	font-size:14px;
}



/*******************************************/
ol.topol {
	margin:0 0 0 20px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
ol.topol li {
    position:relative; /* Create a positioning context */
    margin:0 0 20px 40px; /* Give each list item a left margin to make room for the numbers */
    padding:4px 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:25px;
	color:#44af05;
	font-weight:bold;
	float:left;
	width:40%;
	background-color:#fff;
	/*
	border-bottom:1px solid #22ac38;
	*/
}


ol.topol li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    width:2em;
    padding:10px 0;
    color:#fff;
    background:#44af05;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:300px;
}


ol.topol li p{
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin:0 auto 10px;
}

/
/****************************************************/
ul.shiire{
	padding:0;
	margin:0;
}
ul.shiire li{
	list-style-type:none;
	text-align:center;
    padding:10px;
    color:#fff;
    background:#f39700;
    font-weight:bold;
	float:left;
	width:30%;
	margin:10px 5px;
}

/****************************************************/
ul.shiire02{
	padding:0;
	margin:0;
}
ul.shiire02 li{
	list-style-position:inside;
	text-align:center;
	text-align:left;
    padding:10px;
    color:#48a635;
    font-weight:bold;
	float:left;
	width:45%;
	margin:10px 5px;
	list-style-type:none;
	border:5px solid #48a635;
}


ul.shiire02 li span{
	padding:5px 5px 5px 45px;
	background-image:url(../../img/top14.png);
	background-repeat:no-repeat;
	background-position:left;
}

/***外壁塗装メニュー
****************************************************/
table.menuflow{
	width:100%;
	border-spacing:10px 5px;
	border-collapse:separate;
}
table.menuflow tr{
	vertical-align:middle;
}
table.menuflow th{
	width:5%;
	padding:0 10px;
	background-color:#ff4432;
	color:#fff;
}
table.menuflow td{
	text-align:center;
	padding:10px;
}

table.menuflow td.img{
	text-align:center;
	padding:10px;
}
table.menuflow td img{
	box-shadow:0px 0px 6px 3px #ccc;
}
table.menuflow td h3{
	text-align:left;
	color:#ff4432;
	margin:0;
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #ff4432;
	border-left:10px solid #ff4432;
	background-image:url(../../img/menu_bg.png);
}
table.menuflow td p{
	font-size:15px;
	text-align:left;
}
/************//************//************/

table.point{
	width:100%;
}
table.point tr{
	vertical-align:top;
}
table.point th{
	width:5%;
	text-align:center;
	padding:10px;
}

table.point th img{
	width:100%;
	display:none;
}

table.point td{
	width:30%;
	text-align:center;
	padding:10px;
}
table.point td img{
	box-shadow:0px 0px 6px 3px #ccc;
	width:100%;
	height:200px;
}
table.point td h3{
	text-align:center;
	color:#fff;
	background-color:#a71527;
	margin:0;
}
table.point td p{
	line-height:20px;
	padding:0;
	text-align:left;
	font-size:13px;
	text-shadow:2px 2px 2px #fff;
}
/************//************//************/
.pointwrap01{
	position:relative;
	background-image:url(../../img/pointarrow02.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.pointwrap02{
	position:relative;
	background-image:url(../../img/pointarrow02.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.pointwrap03{
	position:relative;
}

.arrow{
	position:absolute;
	top:40px;
	left:0;
	z-index:999999;
}


/*******************************************************/
.toryou{
	border:5px solid #ff4432;
	margin:0 auto 20px;
	padding:10px;
}
.toryou h3{
	color:#fff;
	background-color:#ff4432;
	margin:20px auto 0;
	padding:5px 10px;
}
.toryou h4 span{
	font-size:80%;
	color:#fff;
	background-color:#ff4432;
	padding:0 10px;
	margin:0 0 0 20px;
	border-radius:10px;
}
.toryou h4{
	background-image:url(../../img/toryou.png);
	background-repeat:no-repeat;
	background-position:left;
	height:120px;
	line-height:150px;
	margin:0 auto;
	font-size:30px;
	color:#fff;
	text-shadow:1px 1px #000;
	padding:0 0 0 180px;
}
.toryou p{
	margin:0 auto;
}

.toryou img.imgl{
	float:right;
	margin:10px 0px 10px 10px;
	width:40%;
}

/*******************************************************/
.imgleft{
	float:left;
	margin:10px;
	width:300px;
}

.imgright{
	float:right;
	margin:10px;
}
.imgleft02{
	float:left;
	margin:10px;
}

p.center{
	width:300px;
	margin:0 0 0 10px;
	line-height:50px;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
p.center02{
	line-height:50px;
	font-size:15px;
	text-align:center;
}



.banner {
   width:100%;
   margin:0px auto;
   padding:0px 0;
   text-align:center;
}

.banner img{
	width:100%;
}

.banner01 {
	height:470px;
   width:100%;
   margin:0px auto;
   padding:0px;
	background-position:center;
	position: relative;
}

.banner02{
	text-align:center;
	margin:20px auto;
}


.wrap {
   padding:10px 0;
   margin:0;
   background-color:#fff;
}

.bggray {
   padding:10px 0;
   margin:0px auto;
   background-image:url(../../img/wrap013.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bggray02 {
   padding:10px 0;
   margin:0px auto;
   background-color:#fece00;
}

p.bggray03{
   padding:20px;
   background-image:url(../../img/bggray02.jpg);
}

/***********************/
table.cut{
	width:100%;
	border-collapse:collapse;
}
table.cut tr{}
table.cut td{
   background-image:url(../../img/bggray02.jpg);
	width:33%;
	border:1px solid #44af05;
	color:#44af05;
	font-weight:bold;
	text-align:center;
}

/***********************/


.content {
   padding:30px 0;
   margin:0 auto;
   width:95%;
}


.border{
	height:20px;
	padding:5px 0 0 0;
   background-image:url(../../img/menu.png);
   background-position:bottom;
   background-repeat:repeat-x;
}

/****************************/
table.reason{
	width:100%;
	margin:0 auto 40px;
}
table.reason td{
	padding:10px 0 0 0;
	text-align:center;
}


table.reason tr{
	vertical-align: top;
}

table.reason td p{
	font-size:14px;
	text-align:left;
	margin:5px 0;
}
table.reason td{
	padding:10px;
	padding:0;
}

table.reason h3{
	font-size:20px;
	color:#f7931e;
	margin:10px auto;
	font-weight:bold;
}

table.reason th{
	padding:10px;
}
table.reason img{
	width:100%;
	vertical-align:bottom;

}

/****************************/
.topnew04{
	width:100%;
	margin:0 auto;
	background-image:url(../../img/bg.jpg);
}
.topnew04 p{
	text-align:center;
	font-size:18px;
	padding:10px 0;
}
/*
.topnew05{
	width:100%;
	margin:0 auto;
}
*/
.topnew05{
	width:200px;
	float:left;
	border:#7B7171;
	box-shadow:0 0 6px 3px hsla(0,2%,59%,1.00);
	margin:10px 20px 10px 0;
}
.topnew05 p{
	padding:0 0 10px 0;
	font-size:18px;

	
}
.clear {
    clear:both;
}


/*********************************************************/
.qa{
	border-radius:10px;
	border:2px solid #ccc;
	padding:5px;
	margin:20px auto;
}
.qa h3{
	
	border-bottom:1px solid #ccc;
	background-image:url(../../img/qa002.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0 5px 40px;
	margin:5px;
	color:#000;
	font-weight:bold;
	font-size:15px;
}
.qa p{
	background-image:url(../../img/qa003.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0 5px 40px;
	margin:10px 5px 5px 5px;
}
/* ======== CUSTOMIZE======== */

table.voice{
	width:100%;
}

table.voice tr{
	vertical-align:top;
}

table.voice td{
	text-align:center;
	width:25%;
	padding:5px;
	background-color:#fff;
}

table.voice td img{
	width:100%;
}
/*****************************/
.voice{
	padding:5px;
	margin:8px auto 3px;
	text-align:left;
   background-image:url(../../img/bg.jpg);
}

.voice p{
	margin:0;
}

.voice p .topnew03{
	margin:0 0 0 320px;
}
/* ======== CUSTOMIZE======== */


.border02{
	margin:0 0 50px 0;
	padding:20px 0;
	border-bottom:1px solid #ccc;
}


/* ======== CUSTOMIZE======== */


.box02{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	margin:0 auto;
	width:100%;
	color:#000;
	background-color:#fff;
	border:1px solid #CCC;
	overflow-y:scroll;
	overflow-x:hidden;
	height:220px;	
}

table.gallery02{
	width:100%;
	border-collapse:collapse;
	text-align:center;
}

table.gallery02 td{
	padding:7px;
	width:47%;
}

table.gallery02 th{
	padding:0;
	width:6%;
}

table.gallery02 th img{
	width:100%;
}



table.gallery{
	text-align:center;
}

table.gallery p{
	text-align:center;
	color:#036eb8;
	margin:0;
}
table.gallery td table td img{
	width:100%;
}

table.gallery td table th img{
	width:30px;
}

/* ======== CUSTOMIZE======== */
table.customer{}

table.customer td img{
	margin:15px auto;
	width:100%;
	border:5px solid #fff;
	box-shadow: 15px 15px 10px -10px #8d8c8c;
}

/* ======== CUSTOMIZE======== */
.wrapcontents{
	width:940px;
	padding:10px;
	margin:10px auto;
	/*
	background-image:url(../../img/bg02.jpg);
	*/
	background-color:#c9bc9c;
	border-radius:10px;
}
.wrapcontents .seitainew01{
	text-align:center;
	
}
.wrapcontents ul{
	margin:0 0 0 20px;
}
.voice02 ul{
	margin:0 auto;
}
.voice02 .voice03{
	margin:15px 0 0 0;
}
.wrapcontents li{
	font-size:18px;
	
	color:#7a6a56;
	
}
.wrapinner{
	border-radius:10px;
	width:920px;
	padding:10px;
	/*
	background-image:url(../../img/bghw.png);
	*/
	background-color:#fff;
}

.wrapinner h3{
	margin:15px auto 10px;;
	
	padding:2px 10px;
	border-bottom:1px solid #7a6a56;
	border-left:10px solid #7a6a56;
	color:#7a6a56;
	font-size:18px;
}

.wrapinner p{
	line-height:20px;
}
.voicenew01 p{
      font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#7a6a56;
}
/* ========MAIN CONTENTS CUSTOMIZE======== */
table.menuprice{
	width:100%;
}

table.menuprice td,table.menuprice th{
	color:#7a6a56;
	/*
	width:50%;
	*/
	text-align:left;
}

table.menuprice td{
	padding:10px 5px;
	text-align:right;
	font-weight:bold;
	font-size:23px;
	color:#ff0000;
}

table.menuprice th{
}

span.ten{
	font-weight:normal;
	color:#7a6a56;
}

table.menuprice img{
}


span.shasen{
	text-decoration:line-through;
	color:#7a6a56;
	font-size:18px;
}

/* ======== CUSTOMIZE======== */
table.price{
	margin:0 0 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse:collapse;
	width:100%;
	font-size:13px;
}
table.price th{
	text-align:center;
	color:#fff;
	background-color:#fece00;
	border:1px solid #ccc;
	padding:5px;
	font-weight:bold;
	color:#000;
}
table.price td{
	text-align:center;
	font-weight:bold;
	padding:5px;
	color:#000;
	border:1px solid #ccc;
}

span.re02{
	display:block;
	background-image:url(../../img/material_110_10.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:10px 0px 10px 40px;
	text-align:left;
}
span.re01{
	text-align:left;
	display:block;
	background-image:url(../../img/material_111_6.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:10px 0px 10px 40px;
	color:#ff0000;
}


/* ======== CUSTOMIZE======== */
table.facial{}

table.facial th{
	display:none;
	padding:0px;
	width:10%;
}
table.facial th img{
	width:50%;
}

table.facial td{
	padding:5px;
	width:50%;
}


table.facial td img{
	width:100%;
}

table.facial td h3{
	color:#fff;
	text-shadow:1px 1px 1px #666;
	background-image:url(../../img/h3bg.png);
	border:none;
	border-radius:0 10px 0 0;
}


/* ======== CUSTOMIZE======== */
table.menstable{
	width:100%;
	border-spacing: 10px;
}
table.menstable tr{
	vertical-align:top;
}

table.menstable td{
	width:33%;
	padding:10px;
	border:1px solid #00a0e9;
	background-color:#bdeeff;
}
table.menstable td h3{
	margin:0;
	padding:0;
	border:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#00a0e9;
	font-size:20px;
}
table.menstable td p{
	margin:0;
	color:#666;
	padding:0;
}
/*******************************************************/

table.menstable02{
	border-collapse:collapse;
	width:100%;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#7a6a56;
}
table.menstable02 tr{
	vertical-align:top;
}
table.menstable02 th,table.menstable02 td{
	padding:5px;
	border:1px solid #ccc;
}

table.menstable02 th{
	text-align:left;
	background-color:#7a6a56;
	color:#fff;
}

/*--------------------------------------------------------- */

table.formTable{
	width:100%;
	margin:10px auto;
	text-align:left;
	border-collapse:collapse;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

table.formTable td,table.formTable th{
	border-bottom:1px solid #ccc;
	font-size:16px;
	text-align:left;
	padding:5px;
	display:block;
}

table.formTable td{
	color:#000;
	}
table.formTable th{
	font-weight:bold;
	color:#000;
	text-align:left;
	font-size:16px;
	width:250px;
}
table.formTable td .input{
	padding:10px 0;
	border-radius:10px;
}

table.formTable td select{
	width:100%;
	padding:10px 0;
	border-radius:10px;
}


table.formTable td input,table.formTable td textarea{
	padding:10px;
	width:95%;
	border-radius:10px;
}

table.formTable th span{
	color:#ff0000;
}
.submit{
	padding:10px 30px;
	border-radius:10px;
	color:#000;
	background-color:#fece00;
	font-weight:bold;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input.button03{
	padding:10px 30px;
	color:#fff;
	background-color:#fece00;
	font-weight:bold;
	font-size:18px;
	border-radius:10px;
}
/********************************************/

.kakoi{
	margin:10px auto 10px;
	padding:5px;
	border:2px solid #ccc;
}
table.tuyomitable{
	width:100%;
	margin:0 auto;
	border-spacing:5px;
	
	border-collapse:separate;
}
table.tuyomitable tr{
	vertical-align:top;
}
table.tuyomitable th{
}
table.tuyomitable td img{
	width:30%;
	float:right;
	border:2px solid #ccc;
	margin:10px 0 0 5px;
}

table.tuyomitable b{
	color:#ff0000;
	font-weight:bold;
}

table.tuyomitable p{
	padding:10px;
	font-size:14px;
}

table.tuyomitable td h3{
	font-size:15px;
	color:#000;
	border-bottom:3px dotted #fece00;
	padding:5px 0;
	margin:0;
	font-weight:bold;
}

table.tuyomitable td h3 span{
	padding:0 10px;
	background-color:#fece00;
	color:#000;
	border-radius:5px;
	margin:0 20px 0 0;
}
/* ======== CUSTOMIZE======== */
#footer {
	width:100%;
	margin:0px 0;
	padding:20px 0;
	background-color:#fece00;

}
.copyright a{
	color:#fff;
}



#footer li a {
	color:#FFF;
	display:block;
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
}

#footer li a:hover {
	color:#CCC;
	text-shadow:1px 1px 1px #666;
}


#footer table{
	display:none;
	width:100%;
	margin:0 auto;
}

#footer table tr{
	vertical-align:middle;
}

#footer table th{
	width:40%;
	text-align:left;
}

#footer table th img{
	height:50px;
}
#footer table td{
	text-align:center;
}
#footer table td a{
	color:#FFF;
	text-decoration:none;
	font-size: 17px;
	font-weight:bold;
}


.copyright {
	margin:0px auto;
    padding:0px 0 0 0;
    font-style:normal;
    font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#fff;
    text-align:center;
}