html{
	margin:0;
	padding:0;
	background:#fff;
}

body{
	margin:0;
	padding:0;
}

#main{
	width:100%;

	line-height:0em;
	margin:0 auto;
}

#main img{
	width:100%;
	
}

.toph1{
	height:20px;
	background:#a5cbf3;
	color:#fffff5;
	font-size:12px;
	line-height:20px;
	text-align:center;
	border-bottom:1px solid #fffcec;
	font-weight:normal;
	white-space:nowrap;
}

#liner{
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height:75px;
	width:100%;
	line-height:0em;
	text-align:center;
	box-shadow:rgba(0, 0, 0, 0.40) 0px 5px 8px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.40) 0px 5px 8px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.40) 0px 5px 8px 0px;
}

#liner img{
	max-width:100%;
}

#indexmain{
	width:100%;
	height:720px;
	margin:0 auto;
	background:url(../images/index/bg.jpg) 50% 0 no-repeat;
	position:relative;
}

#bar{
	width:100%;
	height:160px;
	margin:0 auto;

	position:absolute;
	bottom:122px;
/**	box-shadow:rgba(0, 0, 0, 0.6) 0px 12px 8px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 0px 12px 8px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 0px 5px 12px 0px;
**/
}

#bar_in{
	width:1020px;
	height:160px;
	margin:0 auto;
}

#bar_in p{
	float:left;
	line-height:0em;
	margin:0;
}

.in_cont{
	width:1260px;
	margin:0 auto;
	padding:20px 0px;
	color:#444;
	line-height:1.4em;
	font-size:13px;

}

#index_heaven{
	padding:10px;
	background:#f1e7de;
	border:1px solid #666;
}

.ind_link{
	border:1px solid #666;
	background:#f1e7de;
	padding:10px;
	text-align:center;
	margin-top:20px;
}

h2{
	font-size:1.2em;
	padding-bottom:2px;
	border-bottom:1px solid #444;
	margin-bottom:6px;
}

h3{
	font-size:1.2em;
	padding-bottom:2px;
	border-bottom:1px solid #333;
	margin-bottom:6px;
	color:#333;
}

h4{
	font-size:1.2em;
	padding-bottom:2px;
	border-bottom:1px solid #333;
	margin-bottom:6px;
	color:#333;
}

.indextext{
	padding:10px;
	background:#f4eceb;
	border:1px solid #666;
	color:#222;
}

.kuchiout{
	width:100%;
	background:#f9f9f9;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
}

#kuchiwrap{
	width:1100px;
	padding:10px 0;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 2px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 2px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 2px 3px;
	margin:20px auto 20px;
	background:fff;
	border:1px solid #666;
}

#kuchiwrap iframe{
	display:block;
	float:left;
	width:260px;
	margin:0 0 0 10px;
	height:340px;
}

/* footer */

#pcfooter{
	width:100%;
	background:#666;
}

#pcfooterbar{
	width:100%;
	background:#e0d7ba;
	height:8px;
	z-index:100;
-moz-background-size:640px 8px;
background-size:640px 8px;
}

#footnavi{
	width:100%;
	margin:10px auto;
}

#footnavi li a:hover{
	background:#333;
}

#pcfooterfoot{
	width:100%;
	height:48px;
	padding-top:10px;
	background:#222;
	border-bottom:10px solid #333;:
}

#pccopyright{
	width:100%;
	margin:0 auto;
	font-size:11px;
	line-height:1.2em;
	color:#fff;
	text-align:center;
}

#footer{
	height:160px;
	width:100%;
	background:url(../images/common/footer/footer_bg.jpg) 50% 0 repeat-x;
	box-shadow:rgba(0, 0, 0, 0.25) 0px -3px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px -3px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px -3px 5px 0px;
	margin-top:60px;
}


#footer_in{
	width:1200px;
	margin:9px auto;
	height:160px;
}

#footer_logo{
	width:410px;
	float:left;
}

.footer_logo img{
	margin:0;
}

#footer_nav{
	width:760px;
	float:left;
	margin-left:20px;
	margin-top:40px;
	font-size:14px;
	color:#fff;
	line-height:2em;
}


#footer_nav li{
	display:inline-block;
}

#footer_nav li a{
	color:#fff;
	text-decoration:none;
	text-shadow:rgba(140,35,85,0.40) 1px 1px 2px;
	font-weight:normal;
}

.footer_nav ul li a:hover{
	color:#fdffc0;
	font-weight:bold;
}

#copyright{
	height:23px;
	line-height:23px;
	font-size:12px;
	text-align:center;
	width:1200px;
}

.rec_ind{
	position:relative;
	top:640px;
	width:850px;
	margin:0 auto;
	line-height:0em;
}

.rec_ind a img{
	box-shadow:rgba(0, 0, 0, 0.3) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 5px 5px 0px;
	display:block;
}

.ind_op{
	width:880px;
	margin:0 auto;
	padding:5px 20px;
	background: #fff;
}

.price_head{
	width:860px;
	margin:10px auto 10px;
	padding: 0px 5px;
	height:30px;
	line-height:30px;
background: rgb(104,49,107); /* Old browsers */
background: -moz-linear-gradient(top, rgba(104,49,107,1) 0%, rgba(110,4,122,1) 47%, rgba(51,3,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(104,49,107,1) 0%,rgba(110,4,122,1) 47%,rgba(51,3,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(104,49,107,1) 0%,rgba(110,4,122,1) 47%,rgba(51,3,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	color:#f3ecce;
	font-weight:normal;
}

.opbtn{
	width:860px;
	margin:15px auto 5px;
}
	
.opbtn p{
	float:left;
}

.opbtn p a{
	display:block;
	width:128px;
	height:32px;
	line-height:17px;
	margin-right:5px;
	margin-bottom:5px;
background:#fe4f95;
	padding:5px;
	text-align:center;
	font-size:13px;
	color:#fffdd9;
	font-weight:bold;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	border-radius:2px;
	text-decoration:none;
}

.pre_bana{
	width:640px;
	padding:5px;
	border:1px solid #ae806c;
	margin:0 0 10px 10px;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;

}

.pre_bana a{
	display:block;
	line-height:0em;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
}

.pre_bana p{
	margin-top:5px;
	color:#ae806c;
}


#twitter{
	width:300px;
	height:370px;
	margin:10px auto 20px;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
}

.tweet_in{
	width:280px;
	height:300px;
	border:1px solid #68c7ff;
	margin:0px auto 0;
	background:#fff;
	margin-top:10px;
	overflow:auto;
}

















/**new_news.css**/

/**2017_04_edit_new________________________________________________________**/

.areainner2{
	width: 100%;
	border: solid 1px #5e4b5e;
	margin-top: 6px;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 0;
	overflow: auto;
	background: rgba(255,255,255,0.8)
}





.box_wnew{
	margin-top:5px;
	padding:0 5px 5px;
	margin-bottom:10px;
	border-bottom:1px solid #ff6ea8;
}

.wnthumb{
	width:90px;
	float:left;
	margin-right:5px;
}

.wnthumb img{
	width:100%;
}

.wnspec{
	margin-left:5px;
	line-height:1.5em;
}

.wtitle{
	background:#ff6ea8;
	text-align:center;
	color:#fff;
	border-radius:5px;
	padding:4px;
	margin:5px 0;
	
}

.ptitle{
	background:#53b8ff;
	text-align:center;
	color:#fff;
	border-radius:5px;
	padding:4px;
	margin:5px 0;
	
}

.wndate,.pdate{
	color:#ff4672;
	}

.wndate p{
	float:right;
	background:#ff4672;
	color:#fff;
	padding:2px 6px;
	font-size:13px;
}

.pdate p{
	float:right;
	background:#3fa2ff;
	color:#fff;
	padding:2px 6px;
	font-size:13px;
}

.wn_text{
	line-height:1.4em;
	margin-top:10px;
}


.box_wnew2{
	margin:5px auto 0px;
	padding:0 0 5px;
	margin-bottom:10px;
	border-bottom:1px solid #ff6ea8;
	width:280px;
}

.wnthumb2{
	width:120px;
	float:left;
	margin-right:0px;
}

.wnthumb2 img{
	width:100%;
}

.wnspec2{
	margin-left:5px;
	line-height:1.4em;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#333;
}

.wtitle2{
	background:#ff6ea8;
	text-align:center;
	color:#fff;
	border-radius:5px;
	padding:4px;
	margin:3px 0 5px;
	
}

.ptitle2{
	background:#53b8ff;
	text-align:center;
	color:#fff;
	border-radius:5px;
	padding:4px;
	margin:5px 0;
	
}

.wndate2{
	color:#ff4672;
	font-size:15px;
	}

.wndate2 p{
	float:right;
	background:#ff4672;
	color:#fff;
	padding:2px 6px;
	font-size:13px;
}

.pdate p{
	float:right;
	background:#3fa2ff;
	color:#fff;
	padding:2px 6px;
	font-size:13px;
}

.wn_text2{
	line-height:1.4em;
	margin-top:5px;
	font-size:16px;
	font-weight:bold;
	font-color:#333;
}

.wn_text2 p{
}

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

#banaarea2{
float:left;
width:818px;
height:360px;
background:url(../images/top/con/banaarea2.jpg) no-repeat;
margin:0 0 0 20px;
}

#banaarea2 div{
margin:60px 20px 0;
width:780px;
height:280px;
text-align:center;
}

#banaarea3{
float:left;
width:818px;
height:360px;
background:url(../images/top/con/infoarea2.jpg) no-repeat;
margin:0 0 20px 20px;
}

#banaarea3 .infoslide{
margin:60px 20px 0;
width:780px;
height:280px;
text-align:center;
}

.coursewrap{
width:860px;
height:500px;
margin:20px auto;
line-height:0em;	
}

.coursemov{
width:860px;
height:378px;
background:url(../images/course/infoarea2.jpg) no-repeat;
margin:0;
}

#banaarea2 div{
margin:60px 20px 0;
width:780px;
height:280px;
text-align:center;
}

.c_liner{
	width:100%;
	height:5px;
	background:#ff6abc;
	margin:40px 0;
}
