@charset "UTF-8";
/*spbox*/
.sp1 {
	float: left;	/*左に回り込み*/
	width: 31%;		/*幅*/
	overflow: auto;
	background-image:url(../education/education_image/bnr_gym_bg.png);
	background-repeat:no-repeat;
	margin-left: 1.5%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/	
	position: relative;
	text-align:center;
}
.sp1 a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 450px;	/*(CMS専用)*/
	height: 280px;	/*高さ（上の「.list」の高さと揃える）*/
}
.sp1 a:hover {
	opacity:0.7;
}

/*ボックス内の画像設定*/
.sp1 .img {
	width: 90%;	/*画像の幅*/
	margin-top:40px;
}

/*spbox2*/
.sp2 {
	float: left;	/*左に回り込み*/
	width: 230px;		/*幅*/
	overflow: auto;
	background-image: url(../education/education_image/bnr_music_bg.png);
	background-repeat:no-repeat;
	margin-left: 1.5%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	height: 450px;			/*(CMS専用)*/
	height: 280px;			/*高さ（下の「.list a」の高さと揃える）*/
	position: relative;
	text-align:center;
}
.sp2 a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 450px;	/*(CMS専用)*/
	height: 280px;	/*高さ（上の「.list」の高さと揃える）*/
}
.sp2 a:hover {
	opacity:0.7;
}

/*ボックス内の画像設定*/
.sp2 .img {
	width: 90%;	/*画像の幅*/
	margin-top:40px;
}
/*spbox3*/
.sp3 {
	float: left;	/*左に回り込み*/
	width: 230px;		/*幅*/
	overflow: auto;
	background-image: url(../education/education_image/bnr_draw_bg.png);
	background-repeat:no-repeat;
	margin-left: 1.5%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	height: 450px;			/*(CMS専用)*/
	height: 280px;			/*高さ（下の「.list a」の高さと揃える）*/
	position: relative;
	text-align:center;
}
.sp3 a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 450px;	/*(CMS専用)*/
	height: 280px;	/*高さ（上の「.list」の高さと揃える）*/
}
.sp3 a:hover {
	opacity:0.7;
}

/*ボックス内の画像設定*/
.sp3 .img {
	width: 90%;	/*画像の幅*/
	margin-top:40px;
}
/*spbox4*/
.sp4 {
	float: left;	/*左に回り込み*/
	width: 230px;		/*幅*/
	overflow: auto;
	background-image: url(../education/education_image/bnr_eng_bg.png);
	background-repeat:no-repeat;
	margin-left: 1.5%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	height: 450px;			/*(CMS専用)*/
	height: 280px;			/*高さ（下の「.list a」の高さと揃える）*/
	position: relative;
	text-align:center;
}
.sp4 a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 450px;	/*(CMS専用)*/
	height: 280px;	/*高さ（上の「.list」の高さと揃える）*/
}
.sp4 a:hover {
	opacity:0.7;
}

/*ボックス内の画像設定*/
.sp4 .img {
	width: 90%;	/*画像の幅*/
	margin-top:40px;
}

.sp_title{
	width:40%;
	margin-left:auto;
	margin-right:auto;
}
.sp_title2{
	width:35%;
	margin-left:auto;
	margin-right:auto;
}


/*ボックス１個あたりの設定*/
.p-box {
	float: left;	/*左に回り込み*/
	width: 31%;		/*幅*/
	overflow: auto;
	margin-left: 1.7%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	position: relative;
}

/*ボックス内の画像設定*/
.p-box .img img {
	width: 100%;	/*画像の幅*/
}

.line{
	clear:both;
	width:100%;
	height:40px;
	margin-top:50px;
	margin-bottom:30px;
	background-image:url(../education/education_image/line_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:9px;
	color:#FFF;
}
/*ボックス１個あたりの設定*/
.p-box2 {
	float: left;	/*左に回り込み*/
	width: 46%;		/*幅*/
	overflow: auto;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	position: relative;
	font-size: 15px;
	line-height: 2em;
	text-align: left;
	margin: 10px 2%;;
}

/*ボックス内の画像設定*/
.p-box2 img {
	width: 100%;	/*画像の幅*/
}
/*ボックス１個あたりの設定*/
.p-box3 {
	float: left;	/*左に回り込み*/
	width: 31%;		/*幅*/
	overflow: auto;
	margin-left: 1.7%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	position: relative;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	line-height:2.0em;
	text-align:left;

}

/*ボックス内の画像設定*/
.p-box3 .img {
	width: 100%;	/*画像の幅*/
}


/*ボックス１個あたりの設定*/
.p-box4 {

	width: 46%;		/*幅*/
	overflow: auto;
	margin-left: 1.8%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	position: relative;
}

/*ボックス内の画像設定*/
.p-box4 .img {
	width: 100%;
	border:1px solid #ccc;
	padding:10px;
}
.box5{
	width:100%;
	text-align:center;
	padding-left:3%;
}
.p-box5 {
	float: left;	/*左に回り込み*/
	width: 44%;		/*幅*/
	overflow: auto;
	margin-left: 2%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 2.0em;
	text-align: center;
}

/*ボックス内の画像設定*/
.p-box5 .img {
	width: 100%;	/*画像の幅*/
}

/*ニュース内の画像設定*/

.box6{
	width: 100%;
	padding-left: 0px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}
.box6 a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

.box6 a img.last {
	margin-right: 0;	
}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

.p-box {
	float: left;	/*左に回り込み*/
	width: 46%;		/*幅*/
	overflow: auto;
	background: #fff;	/*背景色*/
	margin-left: 1.5%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	position: relative;
}
.sp_title{
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
.sp_title2{
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

.sp1{
	display: none;
}
.sp2{
	display: none;
}
.sp3{
	display: none;
}
.sp4{
	display: none;
}
.p-box {
	float: none;
	width:90%;
	margin-left:5%;
}
.p-box2 {
	float: none;
	width:90%;
	margin-left:5%;
}

.p-box3 {
	float: none;
	width:90%;
	margin-left:5%;
}
.p-box4 {
	float: none;
	width:90%;
	margin-left:5%;
}
.box5{
	padding-left:0%;
}

.p-box5 {
	float: none;
	width:90%;
	margin-left:5%;
}


.sp_title{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.sp_title2{
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
}