@charset "utf-8";

/*
 * 
 *
 * 
 *
 * 
 *



/* ***********************************************************************
	1 : Initialize
*********************************************************************** */

html {
	overflow-y:scroll;
}


* {
	margin:0;
	padding:0;
}

img {
	display:block;
	border:0;
}

ul {
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
}

hr,legend,#logo {
	display:none;
}

fieldset {
	border:none;
	margin:0px;
	padding:0px;
}


/* ***********************************************************************
	2 : Common
*********************************************************************** */


a:link {
	color: #0000FF;
	text-decoration: underline;
	transition: .3s;
}
a:hover{
	opacity: 0.5;
}




body {
	background-color:#ffffff;
	text-align:center;
}



#Wrapper {
	width:1000px;
	margin:0 auto;
	text-align:center;
	/*border:solid #C03 1px;*/
}
#Wrapper .main{
	margin:0 auto;
	text-align:center;
}




/***************************** 申込 ******************************* */

#entry_img {
	display:block;
	margin:0 auto;
	width: 900px;
	height: auto;
	text-align:center;
	background-image: url(../images/entry_back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#entry_img .bt {
	width: 100%;
	height: 77px;
	position: relative;
}
#entry_img .bt a{
	display: block;
	height: 51px;
	width: 222px;
	position: absolute;
	right: 194px;
	bottom: 18px;
}


/***************************** タイムテーブル ******************************* */
#timetable {
	margin: 20px auto 0;
	width: 760px;
	background-image: url(../images/timetable_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
#timetable .tbT,
#timetable .timeTb{
	margin: 0 auto 10px;
	width: 600px;
}
#timetable .timeTb th,
#timetable .timeTb td{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	line-height: 140%;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: top;
	padding: 10px 0 20px;
}
#timetable .timeTb th{
	width: 180px;
	color: #c48d1e;
}
#timetable .timeTb td{
	color: #00cce4;

}



/* ****************************** box ****************************** */

#boxCover {
	margin: 0 auto 50px;
	width: 740px;
	border: 1px solid #11ceef;
	border-radius: 6px;
}
#boxCover .time {
	margin: 0 auto;
	padding: 12px 0 5px;
	width: 100%;
	font-size: 24px;
	text-align: center;
	color: #00cce4;
	border-bottom: 1px solid #11ceef;
}
#boxCover .box {
	margin: 0 auto;
	padding: 35px 0 45px;
	width: 100%;
	border-bottom: 1px solid #11ceef;
}
#boxCover .box:last-child {
	border-bottom: none;
}
#boxCover .box .boxL{
	float: left;
	margin: 0 0 0 40px;
	width: 470px;
}
#boxCover .box .boxL .name{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	color: #c48d1e;
	font-weight: bold;
	text-align: left;
	line-height: 190%;
}
#boxCover .box .boxL .name strong{
	font-size: 25px;
}
#boxCover .box .boxL p{
	padding: 20px 0 0;
	font-size: 14px;
	color: #11ceef;
	line-height: 180%;
	text-align:left;
}
#boxCover .box .boxL p strong{
	font-size: 15px;
}
#boxCover .box .boxR{
	float: right;
	margin: 0 40px 0 0;
	width: 160px;
}






/***************************** プロフィール ******************************* */

#profile {
	display: block;
	margin: 0;
	width: 462px;
	text-align:left;
	font-style:normal;
	font-size:14px;
	line-height:22px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#707070;
	background-image: url(../images/profile.jpg);
	background-repeat: no-repeat;
	padding-top: 107px;
	padding-right: 135px;
	padding-bottom: 40px;
	padding-left: 303px;
	}
	


/***************************** botton ******************************* */

.mail_botton {
	display: block;
	background:url(../images/mail_maga_back.jpg);
	margin: 0;
	padding:0 0 0 205px;
	width: 695px;
	height: 39px;
	/*border:solid #C03 1px;*/
	}


#mail_botton02 {
	display: block;
	background:url(../images/profile_link_back.jpg);
	margin: 0;
	padding:0 0 0 205px;
	width: 695px;
	height: 39px;
	/*border:solid #C03 1px;*/
	}





	
	
	
/***************************** footer ******************************* */

#footer {
	display: block;
	background-image: url(../images/footer_back.jpg);
	background-repeat: no-repeat;
	margin: 60px auto 0;
	padding: 40px 0 0 80px;
	width: 820px;
	height: 34px;
	text-align: left;
	font-style: normal;
	font-size: 12px;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
		


#pageTop {
	display: block;
	background:url(../images/top_of_page_back.jpg);
	margin: 0;
	padding: 0 88px 0 666px;
	width: 146px;
	height: 173px;
	}
#pageTop a:link img {
	transition: .3s;
}
#pageTop a:hover img{
	opacity: 0.5;
}





.fadein {
	opacity:0;
}
.fadein2 {
	opacity:0;
}
.fadeup {
	opacity:0;
	transition: .8s;
	transform: translate(0,20px); 
	-webkit-transform: translate(0,20px);
}
.fadeup2 {
	opacity:0;
	transition: .8s;
	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px);
}
.up {
	opacity:1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
/* ***********************************************************************
	5 : Clear
*********************************************************************** */

.clearfix:after {
	content   : ".";
	display   : block;
	height    : 0;
	clear     : both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {
	display: block;
}
/* End hide from IE-mac */


	

/* ***********************************************************************
	4 : Other
*********************************************************************** */

table td{
	padding: 8px;
	font-size: 14px;
}
input{
	padding: 5px;
	font-size: 14px;
}
