@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;
	text-align:center;
	width:100%;
	margin:10px auto;
}

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

.nav{
	padding:0;
	margin:0;
	/*
	background-image:url(../../img/bghw.png);
	*/
	background-color:#fff;
}
/*******************************************************/	
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/* ========MENU CUSTOMIZE======== */
.menuwrap{
	background-image:url(../../img/menubg.jpg);
}

#menu{
	position: absolute;
	top:30px;
	left:240px;
	border-collapse: collapse;
	border: none;
	padding:0;	
	width:700px;
	margin:0 auto 0px;
}


#menu td{
	height:45px;
	margin:0;
	text-align:center;
	color:#000;
	padding:0px;
	width:100px;
	text-decoration:none;
	font-weight:bold;
}

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

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

#menu td:hover{
}

#menu td a{
	text-align:center;
	border-left:1px dotted #666;
	display:block;
}

#menu td.last a{
	border:none;
}




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

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

}

/* ========HEADLINE CONTENTS CUSTOMIZE======== */
/*******************************************************/
.header03{
	height:12px;
	line-height:12px;
	background-color:#BF8AC4;
	width:100%;
}
#header{
	margin:0 auto;
	width:100%;
	text-align:center;
}


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

.tel {
	position: absolute;
	top:10px;
	right:0px;
}
.mail{
	position: absolute;
	top:10px;
	right:55px;
	width:30px;
	z-index:1;
}
.tel01 {
	position: absolute;
	top:10px;
	right:85px;
	
}
.contact{
	position: absolute;
	top:0px;
	right:20px;
	height:100px;
	width:100px;
	border-radius:94px;
	background-color:#f8f8f8;
	box-shadow:1px 1px #333;
}

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

.top{
	height:100px;
}



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

.box{
	padding:0px 0 0 0;
	width:100%;
	text-align:center;
	height:500px;
	line-height:500px;
}

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

.slider{
}

.button a{
	font-weight:bold;
	color:#ffffff;
}




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



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


h3{
	font-size:22px;
	padding:5px 10px;
	color:#00a0e8;
	border-bottom:1px solid #00a0e8;
	border-left:10px solid #00a0e8;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



h3 span.small{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
h3.memberh3{
	font-size:22px;
	color:#00a0e8;
	width:520px;
	margin:0;
}
h3.memberh3_01{
	font-size:22px;
	color:#00a0e8;
	width:520px;
	float:right;
	margin:10px 0 10px 0;
}

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;

}
span.size01{
	font-size:12px;
	color:#00a0e8;
	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;
}

table.maintable{
	text-align:center;
	width:100%;
	margin:10px auto 50px;
}
table.maintable tr{
	vertical-align:top;
}
table.maintable td{
	width:50%;
	padding:10px;
}
table.maintable td img{
	width:100%;
	border-radius:10px;
}
table.maintable td img.botan{
	width:50%;
}
table.maintable td p{
	background-color:#014795;
	color:#fff;
	margin:0 0 10px 0;
	padding:5px 0;
}
/***************************/
table.business{
	width:550px;
	text-align:center;
}
table.business tr{
	vertical-align:top;
}
table.business img{
	height:110px;
}
/***************************/
.wrap01{
	width:100%;
	padding:0 0;
	background: url(../../img/wrap01.jpg) center center fixed;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}

.wrap02{
	width:100%;
	padding:0 0;
	background: url(../../img/wrap02.jpg) center center fixed;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}

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

.main p b{
	color:#920683;
	font-weight:bold;
}

.wrap02 p{
	font-size:14px;
	padding:10px;
	color:#fff;
}
.wrap01 h2,.wrap02 h2{
	color:#fff;
	text-shadow:1px 1px 1px #000;
}


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

span.red{
	color:#ff0000;
}


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


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

.footerbg{
	height:300px;
	background-image:url(../../img/footerbg.png);
}

.banner{
	margin:0px auto;
	text-align:center;
}


.banner02{
	margin:40px auto;
	text-align:center;
}
/*--------------------------------------------------------- */

table.formTable{
	width:100%;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border:2px solid #BF8AC4;

}
table.formTable td{
	border-bottom:1px solid #ccc;
	font-size:14px;
	padding:5px;
}

table.formTable th{
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding:5px;
	background-color:#BF8AC4;
	border-bottom:1px solid #ccc;
	font-size:14px;
}
table.formTable h3{
	font-size:20px;
	background-color:#999;
	padding:0px 0;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin:0;
	border-radius:20px;
	border:none;
	margin:0 auto 5px;
}
span.red_01{
	background-color:#fff;
	padding:5px;
	color:#FF0004;
	border-radius:10px;
}
/*--------------------------------------------------------- */

.pagetop {
	position: fixed;
	text-align: center;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
}
	
/*--------------------------------------------------------- */
.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; }



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


.clear{
	clear:both;
}

/*--------------------------------------------------------- */
#MainPhoto{
width: 100%;
}
#photos {
   /* Prevent vertical gaps */
   line-height: 0;
 
   -webkit-column-count: 6;
   -webkit-column-gap:   0px;
   -moz-column-count:    6;
   -moz-column-gap:      0px;
   column-count:         6;
   column-gap:           0px;
 
}
#photos img {
  /* Just in case there are inline attributes */
  width: 94% !important;
  margin-bottom:5%;
  height: auto !important;
  border:none;
  border-radius:5px;
  box-shadow:1px 1px 5px #ccc;
}
/* ========FOOTER CUSTOMIZE======== */
#footer {
	text-align:center;
	width:100%;
	margin:0px 0;
	padding:0;
	background-color:#DCDCDD;
	color:#000;
	border-top:30px solid #7e31af;
}

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


#footer li {
	text-align:center;
	margin:0px 0px;
	padding:0 38px;
    float:left;
    text-align:center;
	display:block;
}
.copyright a{
	color:#000;
}



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

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




.copyright {
	margin:0px auto;
    padding:10px 0;
    font-style:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#000;
    text-align:center;
	font-size:13px;
}
ul.businesslist{
	padding:0;
}
ul.businesslist li{
	background-image:url(../../img/sirusi.png);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px solid #1C1F87;
	list-style:none;
	padding:0 0 0 15px;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:10px;

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

}
table.sctlTable td{
	font-size:16px;
	text-align:left;
	padding:25px 20px;
	border-bottom:1px solid #ccc;
}

table.sctlTable th{
	width:250px;
	font-weight:normal;
	color:#333;
	text-align:left;
	padding:10px;
	border-bottom:1px solid #ccc;
}

 p.green{
	padding:10px 5px;
	color:#21AB38;
	font-size:24px;
	margin:0;
	border-top:5px solid #21AB38;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}
p.orange{
	padding:10px 5px;
	color:#333;
	font-size:16px;
	margin:0;
	}
span.siro{
	font-size:36px;
	color:#21AB38;
	padding:5px;

}
span.siro01{
	font-size:36px;
	color:#f39800;
	padding:5px;
}
ul.in55{
	width:100%;
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0 0 0 3px;
}
ul.in55 li{
	font-weight:bold;
	float:left;
	font-size:16px;
	list-style:none;
	background-image:url(../../img/sirusi.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	color:#22ac38;
	
}
img.topimgright{
	margin:20px auto;
	width:100%;
	float:right;
	box-shadow:5px 5px #920683;
	border-radius:500px;
}
img.topimgleft{
	margin:20px auto;
	width:100%;
	float:left;
	box-shadow:-5px 5px #888889;
	border-radius:500px;
}
img.memberimgright{
	margin:10px;
	width:400px;
	float:right;
	box-shadow:5px 5px #014795;
}
img.memberimgleft{
	margin:10px;
	width:400px;
	float:left;
	box-shadow:-5px 5px #014795;
}
p.memberp{
	margin:5px 0;
}
.waku{
	padding:100%;
	padding:10px;
	background-color:#BF8AC4;
}
.waku ul{
	width:100%;
	margin:10px auto;
	padding:0;
}
.waku ul li{
	list-style-image:url(../../img/sirusi.jpg);
	list-style-position:inside;
	background-color:#fff;
	color:#BF8AC4;
	padding:5px 10px;
	font-size:15px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:10px auto;
	border-radius:5px;
	font-weight:bold;
	
}
.wrap01{
	width:100%;
	padding:0 0;
	background: url(../../img/wrap01.jpg) center center fixed;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}
.wrap01 h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.wrap01 p{
	font-size:13px;
	text-shadow:1px 1px 1px #000;
	color:#fff;
}
.wrap01 p b{
	color:#fff;
	font-weight:normal;
}
span.small01{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#fff;
}