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

body{
	background:#000;
}



/*------- clearfix ----------*/

div.clearfix:after	{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div.clearfix {
	display: inline-block;
}


#wrapper{
	position: relative;
	max-width: 620px;
	margin: 0 auto;
}

/*---------- header ----------*/
div#header{
	max-width:620px;
	margin:0 auto;
}

div.hback p img{
	width:100%;
}

/*---------- container ----------*/
div.container{
	
}
/*---------- footer ----------*/
.footerB{
	color:#fff;
}

/* ---------------------------------------------------------
メインエリア
----------------------------------------------------------- */
.container h1{
	text-align:center;
}


p{
	text-align:center;
	padding:10px 5px;
}

#noindex{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	font-size:5%;
}

.tel{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin:10px 25%;
	/*padding: 10px 20px;*/
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#d4c307 0%,
		#dbb109 25%,
		#cca300 50%,
		#b88400 75%,
		#ccb20a);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#d4c307),
		color-stop(0.25, #dbb109),
		color-stop(0.50, #cca300),
		color-stop(0.75, #b88400),
		to(#ccb20a));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e6db00;
	-moz-box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(0,0,0,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.tel a{
	color:#000;
	display:block;
	padding: 10px 10px;
}

.tel a:hover{
	color:#FFF;
}

/*#noindex{
	font-size:16px;
	padding:10px 15px;
}
*/
#sihuku{
	color:#fff;
	margin:5px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	
	background: -moz-linear-gradient(
		top,
		#c4b404 0%,
		#948108);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c4b404),
		to(#948108));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	
	
	
	border: 1px solid #e6db00;
	-moz-box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 8px rgba(255,255,255,1),
		0px 1px 1px rgba(0,0,0,1);
	
}


.bb{
	padding-top:20px;
	font-size:22px;
	
}

.btn{
	width:50%;
	background:#600;
	padding:5px 10px;
	margin:0 auto 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:block;
}

.btn a:link,.btn a:visited{
	display:block;
	color:#fff;
}
.btn a:hover{
	color:#c4b404;
}

/*.flex .item{
	width:80px;
	height:80px;
	padding:5px;
}

.flex .item a:hover{
	background-color: #fff;
}*/

.flex {width: 360px;
  height: 80px;
  margin: 0 auto;
  padding-top: 20px;
  /*display: flex;
  justify-content:center;*/
  /*margin-top:20px;*/
  /*flex-flow: row wrap;*/
  /*width: 620px;*/
}

.item {
  width: 90px;
  float:left;
}

.item a{
	width:80px;
	display:block;
}

.fflex {
  /*display: flex;
  justify-content:center;
  flex-basis:auto;*/
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.gnav {
  /*width:80px;*/
  font-size:80%;
  /*border-right:solid 1px #fff;*/
  padding:5px 10px;
  
  /*margin:5px;*/
}

.gnavEnd{
	font-size:80%;
	padding:0 10px;
}

.gnav a{
	color:#FFF;
}

.gnavEnd a{
	color:#FFF;
}

#footer{
	background:#600;
	padding-top:10px;
}

#allrights{
	font-size:80%;
}

/*----- payment -----*/
#p01{
	margin-top:50px;
}

input[type="submit"]:hover{
	font-size:70%;
	background-color:transparent;
	color:#FFF;
}

/*----- guides -----*/
.guides{
	text-align:center;
	width:33%;
	line-height:1.0em;
	float:left;
	margin-bottom:30px;
}

.gt{
	padding:0;
	font-size:70%;
}

.gTop{
	margin-top:60px;
}

/*----- sitemap -----*/
#siteData h2{
	text-align:center;
	padding-top:50px;
}
.mapbox{
	width:80%;
	margin:0 auto;
}

ul li a:link{
	color:#FFF;
}

ul li a:hover{
	color:#daa520;
}

ul li a:visited{
	color:#FFF;
}

.mapbox h3{
	color:#000;
	margin-top:20px;
	padding-left:20px;
	/*background-clip:padding-box;
    -moz-background-clip:padding;
    -webkit-background-clip:padding;*/
	background:url(../images/site_back.jpg)  repeat-x;
}


/*----- concepts -----*/
#concepts{
	width:90%;
	margin:0 auto;
}

#concepts h2{
	padding-top:50px;
}

#concepts h2,#concepts h3{
	text-align:center;
	font-size:120%;
	padding-top:50px;
}

#concepts h3{
	/*background:url(../images/site_back.jpg) repeat-x;*/
	background-image:url(../images/site_back.jpg);
    background-repeat:repeat;
    background-position:0 0;
	 background-clip:content-box;
    -moz-background-clip:content;
    -webkit-background-clip:content;
	width:80%;
	margin:0 auto;
}

#concepts h4{
	padding:20px 0 0 60px;
}

/*----- contacts -----*/
.conTell ul{
	text-align:center;
}

/*----- plan -----*/
#planimg{
	width:350px;
	margin:0 auto;
}

#planData .plancharge h3.plan{
	margin-bottom:20px;
}

#planimg td{
	padding:5px;
	}
.base{
	text-align:left;
	font-size:120%;
	margin:10px 0 0 10px;
}
.material{
	width:100%;
	height:20px;
	margin-top:10px;
}

.maLeft{
	width:65%;
	padding-left:10px
}
.maRight{
	width:30%;
}
.maLeft2{
	width:55%;
	padding-left:10px
}
.maRight2{
	width:40%;
}
.material1{
	width:100%;
	height:20px;
	padding:10px 0;
	border-bottom:1px solid #C90;
	background:#C93;
}

.maLeft3{
	width:58%;
	padding-left:10px;
}
.maRight3{
	width:35%;
	text-align:right;
	padding-right:10px
}
.maBottom{
	text-align:left;
	margin-left:25px;
}

.allLeft{
	float:left;
}
.allRight{
	float:right;
}

.optionBox{
	border:1px solid #C90;
	margin-bottom:20px;
}
/*----- company -----*/
.big{
	font-size:120%;
	border-bottom:1px solid #C90;
	margin-top:20px;
}
.conLeft{
	text-align:left;
	width:75%;
	margin:0 auto;
}
.company{
	margin-top:30px;
}
.pay a{
	color:#F00;
}
#concepts .boderB{
	border-bottom:1px solid #c90;
	padding:0;
	padding-bottom:40px;
	text-align:center;
}
.tyui1{
	width:80%;
	margin:0 auto;
}
.tyui2{
	width:90%;
	margin:0 auto;
}
.tyui1 li,.tyui2 li{
	padding-bottom:20px;
}
.tyuiEnd{
	padding-bottom:30px;
}
/*----- links -----*/

.links01 a{
	color:#fff;
	display:block;
}
.links01 a:hover{
	color:#000;
}