@charset "utf-8";


body {
	margin: 0 auto;
	padding: 0;
	font-size: 0.8em;
	line-height: 2;
	border: none;
	background-repeat: repeat;
	position: relative;
	background-color: #fff;
}
div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,img,strong,em,dfn,span,address {
	margin: 0;
	padding: 0;
	color: #333;
	font-style: normal;
	font-weight: normal;
	list-style: none;
	border: none;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",helvetica,arial,clean,sans-serif;
}
table,caption,thead,tfoot,tbody,tr,th,td {color: #000;font-style: normal;font-weight: normal;border: none;}
table,img{border: 0px;}

li{list-style-type: none;}

a {margin: 0;padding: 0;border: none;}
a:link {color: #336666;	text-decoration:none;}
a:visited {color: #333;text-decoration: none;}
a:hover {color: #336666;	text-decoration: none;}

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";}

/*--wrap--*/
#wrap{}


/*--header--*/
#header{background:url(../img/hd-bg.png);display:block; width:100%;
margin:0 auto;height:148px;display:block;
text-align:center;position: fixed;z-index:9;}
p.logo{top:12px;}

/*--navi--*/
#nv {width:100%;height:20px;margin:10px auto;text-align:center;background:#fff;display:block}
.nv-box{margin:0 auto;width:432px;position: relative;z-index:9;background:#fff;}

ul.nv-main li{
	float:left;
	margin:15px;}
	
ul.nv-main li a{
	display:block;
	width:100%;
	height:100%;}
li.nv-sp{padding-left:40px}


/*--container--*/
#contents{
	width:100%;
	margin:0px auto;
	padding-top:220px;
	text-align:center;display:block;
	background:#FFF}

#contents p{margin:1em 0px;}

.main{float:left;width:460px;margin:10px;text-align:center;min-height:500px}


h2{padding-top:210px;margin-bottom:40px}
h2.service{padding-top:210px;margin-top:-100px;margin-bottom:40px}
h3{color:#333;font-size:140%;font-weight:bold;margin:30px;line-height:1.2}
h4{font-size:150%;font-weight:bold;margin-top:40px;line-height:1.2}

.txt-box {margin:0;}
.bold{font-weight:bold;}
.mrk{font-size:150%;font-weight:bold;line-height:1.7}

.ti{margin:50px 0 30px;}
.img-sp{margin:20px}

.txt-box2 {margin:0 auto;width:300px;padding-top:20px;text-align:left;line-height: 1.7;}

.contact-mail{margin:0 auto;width:300px;border:#333 solid 1px;padding:10px 15px;}

/*--footer--*/
#footer{margin:0px auto;width:100%;text-align:center;margin-top:150px;}
.ft-copy{margin-top:5px;padding-bottom:600px;}



/*--clearfix--*/

.clear { clear:both; }  

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/*--hides from MacIE--*/

* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from MacIE */

	


/* centered */

.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
}

