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

body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
del{
	text-decoration:line-through
}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

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 {
	opacity:0.5;
}

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


/*******************************************************/
#headbar {
	/* 上部に固定するCSS */
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100px;

	/* バーの装飾 */
	background-color: #8ec31e;
	opacity:0.9;
	color: white;
	box-shadow: 3px 3px 3px #666;
	z-index:99999;
}
/* ------------------------------------------ */
/* ▼メニューバー部分の装飾(必須ではない装飾) */
/* ------------------------------------------ */

	/* ▽メニューバー内の余計な余白を消す */
	#headbar h2,
	#headbar ul,
	#headbar p {
		margin: 0;
		padding: 0;
	}


	/* ▽メニューバーの各項目 (※横幅を固定して左寄せ) */
#headbar table{
	margin:0 auto;
}

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

#headbar table td{
	padding:0;
}

#headbar table th{
	text-align:left;
	padding:0;
}
	
#headbar ul{
	height:30px;
	line-height:30px;
	padding:0px 0 0 0;
	border-top:1px solid #fff;
	width:600px;
	margin:0 auto;
}

	#headbar img{
		margin:0;
		padding:0;
}
	
	#headbar ul li {
		margin:0;
		float: left;
		list-style-type: none;
	}
	/* ▽メニューバーの各項目のリンク( ※クリック可能領域を項目全体に広げて、文字を白色に) */
	#headbar ul li a {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:13px;
		color: #fff;
		font-weight:bold;
		text-align: center;
	}
	/* ▽メニューバーの各項目のリンクにマウスが載ったときの装飾 (※配色を変える) */
	#headbar ul li a:hover {
		color: darkred;
	}
	
	#headbar ul li.menulist {
		padding:0 20px 0 0;
}
	
	/* ▽メニューバー内の「トップへ戻る」リンクの装飾 (※文字サイズを小さくして右寄せ／ついでにメニュー項目の回り込みを解除する) */
	#headbar p#fortop {
		clear: left;
		font-size: 75%;
		text-align: right;
	}
	/* ▽「トップへ戻る」リンクの配色 */
	#headbar p#fortop a {
		color: white;
	}
	/* ▽「トップへ戻る」リンクにマウスが載ったときの配色 */
	#headbar p#fortop a:hover {
		color: yellow;
	}
	
.header{
	text-align:left;
	width:100%;
	margin:10px auto;
}

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

.headerwrap{
	background-image:url(../../img/bghw.png);
}
.nav{
	z-index:1;
	background-image:url(../../img/bg.png);
	z-index:99999;
}
/*******************************************************/	
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

#fixedBox{
	z-index:0;
}
/* ========MENU CUSTOMIZE======== */
#menu{
	border-collapse: collapse;
	border: none;
	padding:0;	
	width:100%;
	margin:0 auto 0px;
}


#menu td{
	/*
	background-image:url(../../image/list03.png);
	background-position:left;
	background-repeat:no-repeat;
	*/
	height:40px;
	margin:0;
	text-align:center;
	color:#c89f62;
	padding:10px 10px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	border-right:1px dashed #fff;
	/*
	border-right:1px solid #333;
	*/
}

#menu td.last{
	border:none;
}

#menu td.active{
	background-color:#000;
}

#menu td:hover{
	background-color:#000;
}


#menu tr{
	padding:0;	
	width:100%;
	margin:0;
}

#menu td a{
	color:#fff;
	margin: 0px;
	padding:0;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#menu td:hover{
}


#menu td a p{
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:5px;
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:10px;
}

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


/* ========HEADLINE CONTENTS CUSTOMIZE======== */
/*******************************************************/
.header03{
	width:100%;
	background-image:url(../../img/bg.png);
}
#header{
	margin:0 auto;
	width:100%;
}

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

.tel {
	position: absolute;
	top:10px;
	right:0px;
	
}
.line {
	height:80px;
	position: absolute;
	top:15px;
	right:0px;
	
}
.privacy {
	font-size:12px;
	position: absolute;
	top:5px;
	right:110px;
	color:#fff;
	background-color:#000;
	padding:0 10px;
}

.blog {
	font-size:12px;
	position: absolute;
	top:5px;
	right:40px;
	color:#fff;
	background-color:#000;
	padding:0 10px;
	
}


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

.top{
	height:100px;
}




.box{
	padding:0px 0 0 0;
	width:100%;
	text-align:center;
	background-image:url(../../img/slider02.png);
	background-position:center;
	height:600px;
}

.slider{
	padding:0px 0;
}

a.button {
	padding:10px;
	font-size:18px;
	border-radius:10px;
	width:30%;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	background-image:url(../../img/bg.png);
	display:block;
	margin:0 auto 60px;
}




h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	color:#fff;
	margin:0 auto 10px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	background-image:url(../../img/bg.png);
	border-radius:10px 10px 0 0;
}

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

h3.other span{
	border-bottom:5px solid #000;
}

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

h3.other02 span{
	border-bottom:5px solid #000;
}


h3.topconsept{
	margin:0 auto;
	font-size:20px;
	color:#ff0000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h4{
	background-color:#;
	font-size:22px;
	padding:5px;
	color:#F39700;
	border-bottom:1px solid #F39700;
	border-left:10px solid #F39700;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
span.size{
	font-size:18px;
	color:#000;
	border-bottom:1px solid #F39700;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.main{
	margin:0 auto;
	padding:20px 0;
	width:95%;
	font-size:16px;
}
.main p{
	font-size:16px;
}
.main p.centerp{
	text-align:center;
	font-size:16px;
}


/*******************************************/
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:#000;
	font-weight:bold;
	z-index:1;
}


ol.topol li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    position:absolute;
    top:-2px;
    left:-2em;
    width:2em;
    padding:4px 0;
    color:#fff;
    background:#fff;
    font-weight:bold;
    text-align:center;
	background-position:center;
	border-radius:300px;
	background-image:url(../../img/newsbg.png);
}
ol.topol li img{
	float:right;
	width:200px;
}
ol.topol li p{
	color:#000;
	font-size:14px;
	font-weight:normal;
	margin:0 auto 10px;
}
ol.topol li a{
	color:#fff;
	font-size:14px;
	background-image:url(../../img/newsbg.png);
	padding:0 5px;
	
}

.example{
	width:250px;
	float:left;
	margin:10px 20px 0 0;
	border-radius:10px;
	box-shadow:0 0 6px 3px #ccc;
}


/***********************************************************************/
table.companytable{
	border-spacing:10px;
	border-collapse: separate;
}
table.companytable tr{
	vertical-align:top;
}
table.companytable td{
	width:50%;
	border:2px dashed #ccc ;
	padding:10px;
}

table.companytable td p{
	background-image:url(../../img/bg.png);
	color:#fff;
	padding:5px;
	font-weight:bold;
	text-align:center;
	font-size:18px;
}

table.companytable td img{
	width:100%;
	margin:0 auto 20px;
}

table.companytable td h3{
	background-image:url(../../img/newsbg.png);
	color:#fff;
	padding:5px 10px;
	margin:0 auto 0;
}

table.companytable ol {
	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 */
}
table.companytable ol li {
    position:relative; /* Create a positioning context */
    margin:0 0 20px 20px; /* 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:20px;
	color:#000;
	font-weight:bold;
}


table.companytable ol li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    position:absolute;
    top:-2px;
    left:-2em;
    width:2em;
    padding:4px 0;
    color:#fff;
    background:#fff;
    font-weight:bold;
    text-align:center;
	background-position:center;
	border-radius:300px;
	background-image:url(../../img/newsbg.png);
}


ul.companyul{
	padding:0;
	margin:0;
	}
ul.companyul li{
	list-style-type:none;
	height:30px;
	line-height:40px;
	background-image:url(../../img/top14.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:2px 5px 2px 30px;
	float:left;
	margin:5px 5px;
	width:28%;
	border:2px dashed #ccc ;
}

ul.companyul02{
	padding:0;
	margin:0 auto;
	width:830px;
	}
ul.companyul02 li{
	list-style-type:none;
	background-image:url(../../img/top14.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:2px 5px 2px 30px;
	margin:5px 5px;
	font-size:20px;
	color:#000;
	font-weight:bold;
}

.companywrap{
	padding:10px;
}

/***********************************************************************/
.strengthwrap{
	border:1px solid #ccc;
	background-color:#fff;
	border-radius:3px;
	padding:10px;
	margin:0 auto 30px;
}
.strengthwrap p{
	margin:0 auto;
	font-size:16px;
}
.strengthwrap p b{
	font-weight:bold;
	color:#f39800;
}
.strengthwrap h3{
	margin:0 auto 5px;
	color:#000;
	font-size:18px;
}
.strengthwrap h3 span{
	background-image:url(../../img/wrap013.png);
	color:#fff;
	padding:0 10px;
	margin:0 10px 0 0;
}
.strengthwrap img{
	width:33%;
	margin:5px;
	float:right;
}

/***********************************************************************/
.flow{
	background-color:#ecebd7;
	padding:5px;
}
.flow table{
	border-spacing:10px;
	border-collapse:separate;
}
.flow table tr{
	vertical-align:top;
}
.flow table td{
	background-color:#fff;
	border:5px solid #ccc;
	width:25%;
	padding:0;
}
.flow table td h3{
	position:relative;
	text-align:center;
	margin:0 auto;
	font-size:16px;
	background-color:#8fc31f;
	color:#fff;
}
.flow table td h3 span.number{
	position:absolute;
	top:-40px;
	left:-15px;
	text-align:center;
	background-image:url(../../img/bg.png);
	color:#fff;
	border-radius:100px;
	line-height:23px;
	padding:10px;
	font-size:15px;
	height:40px;
	width:40px;
	display:none;
}
.flow table td h3 span.number span{
	font-size:200%;
	display:none;
}
.flow table td img{
	width:100%;
}

.flow table td p{
	padding:5px;
	margin:0;
}

/***********************************************************************/
table.maintable{
	text-align:center;
	width:100%;
	margin:50px auto 50px;
	
}
table.maintable tr{
	vertical-align:top;
}

table.maintable td{
	padding:0px;
	width:33%;
	text-align:center;
}


table.maintable td img{
}
/***********************************************************************/
table.maintable02{
	text-align:center;
	width:100%;
	border-collapse:separate;
	border-spacing:20px;
}
table.maintable02 tr{
	vertical-align:top;
}
table.maintable02 td p{
	color:#fff;
	font-size:16px;
}

table.maintable02 td{
	padding:0px;
	width:25%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:220px;
}

table.maintable02 td div a{
	display:block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:220px;
}



table.maintable02 td.mantable01 div a{
	background-image:url(../../img/main01.jpg);
}

table.maintable02 td.mantable02 div a{
	background-image:url(../../img/main02.jpg);
}

table.maintable02 td.mantable03 div a{
	background-image:url(../../img/main03.jpg);
}

table.maintable02 td.mantable04 div a{
	background-image:url(../../img/main04.jpg);
}

table.maintable02 td h3{
	width:100%;
	border:none;
	text-align:center;
	font-size:16px;
	color:#fff;
	padding:0;
	margin:0;
	height:40px;
	line-height:40px;
	background-image:url(../../img/back.png);
	
}
table.maintable02 td img{
	width:100%;
}

/***************************/
table.strength{
	width:100%;
	text-align:center;
}
table.strength tr{
	vertical-align:top;
}
table.strength td{
	padding:10px;
	width:50%;
}


table.strength th p{
	font-weight:normal;
	text-align:left;
	font-size:16px;
}

table.strength img{
}

/***************************/
table.schedule{
	width:100%;
	margin:10px auto;
	text-align:center;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table.schedule tr{
	vertical-align:top;
}
table.schedule th{
	border-bottom:1px solid #fff;
	text-align:left;
	padding:10px;
	width:220px;
	font-size:16px;
}

table.schedule img{
	width:100px;
	float:left;
	margin:0 10px 0 0;
}

table.schedule td{
	text-align:left;
	padding:10px;
	border-bottom:1px solid #fff;
	font-size:16px;
}
/***************************/
.imgcircle{
	float:left;
	width:30%;
	margin:0 30px 0 0;
	border-radius:300px;
}

.imgcircleright{
	float:right;
	width:30%;
	margin:0 0 0 30px;
	border-radius:300px;
}
.imgright{
	float:right;
	width:30%;
	margin:0 0 0 30px;
}
/***************************/
.wrap01{
	width:100%;
	padding:0 0;
	background-color:#ecebd7;
	margin:0 auto 0px;
}

.wrap02{
	width:100%;
	padding:0 0;
	background: url(../../img/wrap02.png) center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}

.wrap01 p{
	color:#000;
}

.wrap03 h2{
	color:#fff;
}

.wrap03 h2 span.small{
	border-bottom:5px solid #fff;
}

.wrap02 p{
	padding:10px;
	font-size:14px;
}
.wrap01 h2,.wrap02 h2{
}

.wrap01 h2 span.small{
}

h2 span.small{
	display:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	border-bottom:5px solid #80B44B;
color: #80B44B;
}


span.big{
	font-weight:bold;
	font-size:16px;
}

span.red{
	color:#ff0000;
}


.box02{
	margin:0 auto 0;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	overflow-x:hidden;
	height:200px;
	background-image:url(../../img/bghw.png);
	overflow-y:scroll;
	
}

.box02 p{
	font-size:13px;
	margin:0;
	color:#000;
}

p.right{
	margin:10px auto 0;
	text-align:right;
}

.footerbg{
	height:300px;
	background-color:#000;
}

.banner{
	text-align:center;
}
/*--------------------------------------------------------- */

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 tr{
	vertical-align:top;
}
table.formTable td,table.formTable th{
	border-bottom:1px solid #ccc;
	font-size:16px;
	text-align:left;
	padding:5px;
}

table.formTable td{
	color:#000;
	}
table.formTable th{
	font-weight:bold;
	color:#000;
	text-align:left;
	font-size:16px;
}

table.formTable th span{
	color:#ff0000;
}

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

table.formTable table td img{
	width:100%;
	border-radius:200px;
	border:2px solid #fff;
}

/*--------------------------------------------------------- */
table.voice{
	width:100%;
	margin:0 auto 50px;
}
table.voice tr{
	vertical-align:top;
}
table.voice td{
	width:50%;
	padding:5px;
	text-align:center;
}
table.voice td h3{
	text-align:center;
	font-size:18px;
	margin:10px auto;
	color:#8fc31f;
	font-weight:bold;
}
table.voice td p{
	font-size:13px;
	text-align:left;
	text-align:justify;
	margin:0 auto;
}
table.voice td img{
	width:90%;
}

h3.voiceh3{
	text-align:center;
}
/*--------------------------------------------------------- */
table.customer{
	width:100%;
	margin:0 auto;
}
table.customer tr{
	vertical-align:top;
}
table.customer td{
	text-align:center;
	width:25%;
	padding:10px;
}
table.customer td img{
	width:100%;
}
/*--------------------------------------------------------- */

table.formTable01{
	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.formTable01 td,table.formTable01 th{
	border-bottom:1px solid #ccc;
	font-size:14px;
	text-align:left;
	padding:25px 10px;
}

table.formTable01 td{
	color:#000;
	}
table.formTable01 th{
	font-weight:bold;
	color:#000;
	text-align:left;
}
/*--------------------------------------------------------- */

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

}

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


table.formTable02 td,formTable02.formTable th{
	font-size:16px;
	text-align:left;
	border:1px solid #ccc;
}

table.formTable02 td{
	color:#fff;
	border:1px solid #ccc;
	padding:0 0;
	}
table.formTable02 th{
	font-weight:bold;
	color:#fff;
	text-align:left;
	font-size:16px;
	width:15%;
	background-color:#333;
	padding:10px;
}
table.formTable02 table{
	border-collapse:collapse;
	width:100%;
	margin:0px auto;
}
table.formTable02 table tr{
	vertical-align:top;
}
table.formTable02 table th{
	padding:10px;
	width:20%;
	border-bottom:1px solid #fff;
	font-size:13px;
}

table.formTable02 table td{
	border-bottom:1px solid #fff;
	padding:10px;
	font-size:13px;
}

/*--------------------------------------------------------- */
.slideFrame {
	position: relative;
	margin:0px 0;
	overflow-x: auto;
	width: 100%;
	height: 208px;
}

.slideCell img{
	height:208px;
	
}


.slideGuide {
	width: 150%;
	height:270px;
}

.slideCell {
	display: block;
	float: left;
	margin-right: 5px;
	height:270px;
	background: #FFF;
	color: #333;
}

/* sample */
.slideCell a {
	display: block;
	width: 100%;
	height:270px;
	/*
	background: skyblue;
	*/
}
.slideCell a:hover {
	background: yellow;
}

/* controller */
.slideCtrl {
	display: none;
	position: absolute;
	top: 0;
	width: 30px;
	height:270px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	cursor: default;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);

}

.slideCtrl.left { left: -5px; color:#333; top:95px;}
.slideCtrl.right { right: -5px; color:#333; top:95px;}


/* クラス名変更
--------------------------------------------------------- */
.cell {
	display: block;
	float: left;
	margin-right: 5px;
	width: 200px;
	height: 100%;
	background: #FFF;
}

.controller {
	position: absolute;
	top: 0;
	width: 60px;
	height:270px;
	padding-top: 40px;
	background: #676767 url(hatch.png);
	padding-top: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: default;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
}

.controller.left { left: -5px; }
.controller.right { right: -5px; }

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

table.maintable01{
	margin:0 0 50px 0;
	text-align:center;
	width:100%;
	margin:0 auto;
}

table.maintable01 td{
	padding:20px;
	width:33%;
}

table.maintable01 td img{
	text-align:center;
}

table.maintable01 td a:hover{
	opacity:0.5;
}


/* ========FOOTER CUSTOMIZE======== */
#main_slide ul,#main_slide li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main_slide li img{
	height:300px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
table.news{
	width:100%;
	border-collapse:separate;
	border-spacing:15px;
	margin:10px auto;
}
table.news tr{
	vertical-align:top;
}
table.news td{
	width:50%;
}
table.news td h3.newsh3{
	width:480px;
	border:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	color:#fff;
	margin:0 auto 10px;
	text-align:center;
	font-size:40px;
	line-height:20px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* ========MAIN CONTENTS CUSTOMIZE======== */
table.topbanner{
	margin:30px auto ;
	width:100%;
}
table.topbanner td{
	width:50%;
	text-align:center;
}

table.topbanner td.leftimg{
	text-align:left;
}
table.topbanner td.rightmg{
	text-align:right;
}

table.topbanner td img{
	width:98%;
}

table.topbanner a:hover{
	opacity:0.5;
}
table.topbanner td a{
	z-index:1;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */



.link{
	   margin-top:-100px;
  padding-top:100px;
}
.clear{
	clear:both;
}
/* ========FOOTER CUSTOMIZE======== */
#footer {
	text-align:center;
	width:100%;
	margin:0px 0;
	padding:0;
	background-color:#000;
	background-position:center center;
	color:#fff;
	background-image:url(../../img/bg.png);
}

#footer ul{
	width:100%;	
	font-size: 12px;
	margin:0px auto;
	padding:0;
}


#footer li {
	text-align:center;
	margin:0px 0px;
	padding:0 32px;
    float:left;
    text-align:center;
	display:block;
}
.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;
}




.copyright {
	width:100%;
	margin:0px auto;
    padding:30px 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;
}
/*********************************************************/

ul.businesslist{
	padding:0;
}
ul.businesslist li{
	list-style:none;
	padding:5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:5px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}

ul.businesslist li:nth-child(even) {
	background-image:url(../../img/bg.png);
}
ul.businesslist li:nth-child(odd) {
	background-color:#666;
}

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

span.red{
	font-size:16px;
	font-weight:bold;
	color:#FF0004;
}
/*********************************************************/
table.priceTable{
	width:940px;
	margin:10px auto;
	text-align:left;
	border-collapse:collapse;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

table.priceTable td,table.priceTable th{
	border-bottom:1px solid #ccc;
	font-size:16px;
	text-align:center;
	padding:10px;
	color:#000;
}

table.priceTable td{
	width:33%;
	font-size:16px;
	}
table.priceTable th{
	font-weight:bold;
	font-size:16px;
	text-align:center;
	text-align:left;
}
/*********************************************************/
table.priceTable01{
	width:940px;
	margin:10px auto;
	text-align:left;
	border-collapse:collapse;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

table.priceTable01 td,table.priceTable01 th{
	border-bottom:1px solid #ccc;
	font-size:14px;
	text-align:center;
	padding:10px;
}

table.priceTable01 td{
	color:#000;
	width:33%;
	}
table.priceTable01 th{
	font-weight:bold;
	color:#000;
	text-align:center;
}
/*********************************************************/
.qa{
	border-radius:5px;
	border:1px solid #ccc;
	padding:5px;
	margin:0 auto 20px;
	background-color:#fff;
}
.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:#f39800;
	font-size:16px;
}
.qa p{
	background-image:url(../../img/qa003.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0 5px 40px;
	margin:5px;
}
/*******************************/
span.q{
	background-color:#fff;
	color:#000;
	padding:2px 5px;
}
span.a{
	background-color:#c30d22;
	color:#fff;
	padding:2px 5px;
}
ul.list{
	padding:0 0 0 15px;
	margin:10px auto;
}
ul.list li{
	border-bottom:1px solid #fff;
	list-style-position:inside;
	color:#fff;
	list-style-image:url(../../img/sirusi.png);
	margin:0 0 10px 0;
}
table.imgtable{
	width:100%;
	border-collapse:separate;
	border-spacing:15px;
	margin:10px auto;
}
table.imgtable td{
	width:33%;
	border:none;
}
table.imgtable td img{
	width:100%;
	box-shadow:0 5px #fff;
}