@charset "utf-8";

/* ---------------------------------------------------------
default
--------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,div,form,td{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

img{
	margin:0px;
	border:0px;
	padding: 0;
}

/* ---------------------------------------------------------
font
--------------------------------------------------------- */

body, h1, h2, h3, h4, h5, td, th{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight : normal;
}

.red   { color : #CC0000; }
.blue  { color : #2C2C65; }
.blue2 { color : #2B45C1; }
.white { color : #FFFFFF; }
.gray  { color : #333333; }
.gray2 { color : #666666; }
.gray3 { color : #4B4B4B; }

.font8 { font-size: 8px; }
.font10{ font-size: 10px; }
.font11{ font-size: 11px; }
.font12{ font-size: 12px; }
.font13{ font-size: 13px; }
.font14{ font-size: 14px; }
.font15{ font-size: 15px; }
.font16{ font-size: 16px; }
.font19{ font-size: 19px; }

.font8b	{ font-size: 8px; font-weight:bold; }
.font10b{ font-size: 10px; font-weight:bold; }
.font11b{ font-size: 11px; font-weight:bold; }
.font12b{ font-size: 12px; font-weight:bold; }
.font13b{ font-size: 13px; font-weight:bold; }
.font14b{ font-size: 14px; font-weight:bold; }
.font15b{ font-size: 15px; font-weight:bold; }
.font16b{ font-size: 16px; font-weight:bold; }
.font18b{ font-size: 18px; font-weight:bold; }
.font19b{ font-size: 19px; font-weight:bold; }

.fontb{ font-weight : bold; }
.fontn{ font-weight : normal; }

.LH160 { line-height: 1.6;}
.LH140 {line-height: 1.4;}
.LH130 {line-height: 1.3;}
.LH120 {line-height: 1.2;}


/* ---------------------------------------------------------
common
--------------------------------------------------------- */
*{ margin:0;padding:0; }

html{
	overflow: auto;
	}

body{
	background-color:#FFF;
	color : #000000;
	text-align:center;
	height : 100%;
	min-width:1070px;
	overflow: hidden;
}


a{
	text-decoration:underline;
	color:#2B45C1;
}
a:visited{
	text-decoration:underline;
	/*color:#7C2953;*/
}
a:hover{
	text-decoration:underline;
	color:#0076E1;
}

.clear		{ clear : both; }
.fLeft		{ float : left; }
.fRight		{ float : right;}

.vMiddle,.vaM{ vertical-align : middle; }

.tLeft		{ text-align : left; }
.tRight		{ text-align : right; }
.tCenter	{ text-align : center; }

.clearFix{ overflow:hidden; }

.top0		{ margin-top : 0px; }
.top1		{ margin-top: 1px;}
.top3		{ margin-top: 3px;}
.top5		{ margin-top : 5px; }
.top8		{ margin-top : 5px; }
.top10		{ margin-top : 10px;}
.top15		{ margin-top : 15px;}
.top20		{ margin-top : 20px;}
.top25		{ margin-top : 25px;}
.top30		{ margin-top : 30px;}
.top40		{ margin-top : 40px;}
.top50		{ margin-top : 50px;}
.top60		{ margin-top : 60px;}
.top70		{ margin-top : 70px;}

.btm0		{ margin-bottom : 0px; }
.btm3		{ margin-bottom : 3px; }
.btm5		{ margin-bottom : 5px; }
.btm10		{ margin-bottom : 10px;}
.btm15		{ margin-bottom : 15px;}
.btm20		{ margin-bottom : 20px;}
.btm25		{ margin-bottom : 25px;}
.btm30		{ margin-bottom : 30px;}
.btm35		{ margin-bottom : 35px;}
.btm40		{ margin-bottom : 40px;}
.btm50		{ margin-bottom : 50px;}
.btm70		{ margin-bottom : 70px;}
.btm90		{ margin-bottom : 90px;}

.right1		{ margin-right : 1px; }
.right3		{ margin-right : 3px; }
.right4		{ margin-right : 4px; }
.right5		{ margin-right : 5px; }
.right7		{ margin-right : 7px; }
.right10	{ margin-right : 10px; }
.right15	{ margin-right : 15px; }
.right25	{ margin-right : 25px; }
.right30	{ margin-right : 30px; }
.right45	{ margin-right : 45px; }
.right50	{ margin-right : 50px; }

.left3		{ margin-left : 3px; }
.left5		{ margin-left : 5px; }
.left10	{ margin-left : 10px; }
.left15	{ margin-left : 15px; }
.left20	{ margin-left : 20px; }
.left30	{ margin-left : 30px; }
.left200	{ margin-left : 200px; }

.colw10{ width:10%; }
.colw12{ width:12%; }
.colw14{ width:14%; }
.colw15{ width:15%; }
.colw17{ width:17%; }
.colw20{ width:20%; }
.colw25{ width:25%; }
.colw30{ width:30%; }
.colw36{ width:36%; }
.colw40{ width:40%; }
.colw50{ width:50%; }

.pad_left5 { padding-left: 5px;}
.width100fLeft { float: left;
	width: 100px;}

sup{ font-size:8px;}

#container{
	width : 980px;
	height: 100%;
	min-height:100%;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

h1{
	margin:0;
	text-align : right;
	font-size: 11px;
 }

/* ---------------------------------------------------------
header
--------------------------------------------------------- */

header#top{
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background:url(../images/bgMain.jpg) no-repeat center #000;
	height:680px;
	overflow:hidden;
}

header#top #wrapper{
	overflow:hidden;
	width:100%;
	background-color:#000;
	background-color:rgba(0,0,0,0.75);
	padding:20px 0 15px 0;
}

header#top #wrapper div.main{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow:hidden;
	padding: 0;
}

header#top #wrapper .menuArea{
	width:740px;
	float:left;
	overflow:hidden;
}

header#top #wrapper .menuArea .logo{
	float:left;
	margin-right:30px;
}

header#top #wrapper ul.menu{
	list-style-type:none;
	overflow:hidden;
}

header#top #wrapper ul.menu li{
	float:left;
	margin-right:20px;
	font-weight:bold;
	font-size:14px;
}

header#top #wrapper a{
	color:#FFF;
	text-decoration:underline;
}

header#top #wrapper a:hover{
	color:#fff;
	text-decoration:none;
	}

header#top #wrapper .headBtn{
	float:right;
	width:240px;
	margin:0;
	}

header#top .mainvisual{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:20px 0 20px 0;
	}

header#top .mainvisual .txt1{
	margin-top:160px;
	margin-left:40px;
	}

header#main{
	width:100%;
	padding:0;
	margin-bottom:0;
}

header#main .mainArea{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:125px 0 0 0;
}


/* ---------------------------------------------------------
main
--------------------------------------------------------- */

article{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top: 0px;
}

article .closetxt{
	text-align:center;
	padding:30px 0;
	color:red;
}

article h1{
	margin-bottom:30px;
	text-align:center;
	font-size:50px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

section#policy{
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background:#F4ECEC;
	padding:40px 0 50px 0;
	}

section#policy div.wrapper{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	}

section#policy p.leadMain{
	font-size:15px;
	line-height:1.7em;
	text-align:left;
}

section#policy .photoTb{
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	}

section#policy .photoTb caption{
	text-align:left;
	font-weight:bold;
	font-size:13px;
	padding-left:0px;
	padding-bottom:5px;
}

section#policy .photoTb td{
	padding-bottom:5px;
	font-size:0;
}

section#outline{
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background:#fff;
	padding:40px 0 50px 0;
}

section#outline div.wrapper{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

section#outline div.wrapper dl.map-img {
	float: right;
	width: 340px;
}

section#outline div.wrapper dl.map-img img {
	display: block;
}

section#outline div.wrapper dl.map-img a {
	text-align: right;
	display: inline-block;
}

section#outline div.wrapper dl.map-txt {
	float: left;
	width: 440px;
}

section#outline div.wrapper dl.map-txt dd,
section#outline div.wrapper dl.map-txt p {
	padding-left: 8px;
}

section#outline div.wrapper dl.map-txt dd {
	margin-bottom: 5px;
	line-height: 1.8;
}

section#outline div.wrapper dl.map-txt p {
	margin-bottom: 20px;
}

section#outline div.wrapper dl.map-txt p.small {
	font-size: 90%;
}

section#outline .outlineTb{
	border:none;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

section#outline .outlineTb td,
section#outline .outlineTb th{
	border-bottom:1px dotted #CCCCCC;
	padding:15px 15px;
	font-size:14px;
	line-height:1.6em;
	text-align:left;
}

section#outline .outlineTb th{
	background-color:#fff;
	width:120px;
	font-weight: bold;
}

section#entry{
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background:#000;
	padding:40px 0 40px 0;
	}

section#entry div.wrapper{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bgTokuten.png) no-repeat left top #fff;
	padding:30px 20px;
	}

section#prg{
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background:#F4ECEC;
	padding:40px 0 50px 0;
	}

section#prg div.wrapper{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background:#fff;
	}

section#prg .programTb{
	width:100%;
}

section#prg .programTb td,
section#prg .programTb th{
	border-bottom:1px solid #CCCCCC;
	font-size:13px;
	line-height:1.5em;
	text-align:left;
}

section#prg .programTb th{
	background-color:#DFD8C1;
	font-weight: bold;
	text-align:center;
	padding:7px 10px;
}

section#prg .programTb td{
	padding:20px 20px;
}

section#prg .programTb td.nobdr,
section#prg .programTb th.nobdr{
	border-bottom:0px solid #fff;
}

section#prg .programTb td.time{
	background-color:#EEEEEE;
	width:100px;
	text-align: center;
}

section#prg .programTb .tit{
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}

section#prg .programTb .tit span{
	font-size:12px;
	font-weight:normal;
	vertical-align:middle;
}

section#prg .programTb dt{
	font-size:24px;
	font-weight:bold;
	margin-bottom:12px;
	line-height:1.3em;
}

section#prg .programTb dd.lecture{
	font-size:16px;
	line-height:1.2em;
}

section#prg .programTb dd.explane{
	font-size:14px;
	line-height:1.7em;
}

section#prg .programTb td .profileBox{
	float:left;
	padding:20px;
	overflow:hidden;
	background: #EAE8DF;
}

section#prg .programTb dl.main{
	margin-bottom:15px;
}

section#prg .programTb dl.main dt{
	font-weight:bold;
	font-size:18px;
	margin-bottom:8px;
	line-height: 1.3em;
}

section#prg .programTb td .profileBox .left{
	float:left;
	width:150px;
	margin-right:15px;
}

section#prg .programTb td .profileBox dl.right{
	float:right;
	text-align: left;
	width:562px;
}

section#prg .programTb td .profileBox dl dt{
	font-weight:bold;
	font-size:13px;
	margin-bottom:3px;
}

section#prg .programTb td .profileBox dl dd{
	font-size:12px;
	line-height:1.7em;
}

section#prg .programTb td .prgRight{
	width:230px;
	float:right;
	margin-left:10px;
	font-size:11px;
	color:#666;
	line-height:1.4em;
	text-align: center;
}

section#prg .programTb td .prgNj{
	float:left;
	width:235px;
}

section#prg .programTb td .prgHrc{
	float:left;
	width:470px;
}

section#prg .programTb td .prgNj,
section#prg .programTb td .prgHrc{
	font-size:12px;
	color:#666;
	line-height:1.2em;
}

section#prg .programTb td .prgHrc img{
	margin-right:5px;
}

section#inquiry{
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background:#F2F2F2;
	padding:30px 0 15px 0;
	}

section#inquiry div.wrapper{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}

section#inquiry .left{
	overflow:hidden;
}

section#inquiry dl{
	float:left;
	margin-bottom:5px;
	}

section#inquiry dl dt{
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:7px;
}

section#inquiry dl dd{
	font-size:14px;
	line-height:1.5em;
	padding-left:0;
	margin-bottom:5px;
}

section#inquiry .pm{
	width:100px;
	float:right;
	}

section#inquiry nav{
	margin-bottom:20px;
	clear:both;
}

section#inquiry nav ul{
	overflow:hidden;
	font-size:12px;
}

section#inquiry nav ul li{
	list-style-type:none;
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #CCC;
	line-height:1.3em;
}

section#inquiry nav ul li:last-child{
	list-style-type:none;
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:0px solid #CCC;
	line-height:1.3em;
}

section#prg table.capTb{ border:none; }
section#prg table.capTb td{
	border:none;
	padding:0 3px 2px 3px ;
	font-size:11px;
	color:#666;
	text-align:center;
	vertical-align:top;
	line-height:1.2em;
	 }

article .outlineTxt{
	text-align:left;
	font-size:12px;
	color:#333333;
	line-height: 1.5em;
}

article #inquiryBox{
	border-top:dashed 0px #CCC;
	padding-top:0px;
	position:relative;
}

ul.sociallist{
	overflow:hidden;
	list-style-type:none;
	vertical-align: middle;
}

ul.sociallist li{
	float:left;
	margin-right:10px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 30px;
}
.pagetop a {
    display: block;
    padding: 0;
}

.pagetop a:hover { display: block; }


/* ---------------------------------------------------------
footer
--------------------------------------------------------- */

footer{
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background:#F2F2F2;
	padding:15px 0;
	}

footer .footerMain{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

footer small{
	font-size:11px;
	vertical-align:middle;
	margin-left:10px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
