@charset "utf-8";
/* CSS Document */
.contact h2, .newcourse h2, .booth h2 {
	background: url(../img/head_line.png) right bottom;
	height: 45px;
	line-height: 60px;
	margin-bottom: 10px;
	color: #036;
	font-size: 1rem;
	overflow: hidden;
}
.contact_area {
	margin-bottom: 40px;
	padding: 10px;
	border: 1px solid #CCC;
}

/*BOOTH*/
#booth .sub_title {
	background: url(../booth/img/bg_title.jpg) no-repeat center;
	background-size: cover;
}
.booth h2 {
	font-size: 1.5em;
}
.booth dl {
	margin-top: 30px;
}
.booth dt {
	width: 15%;
	float: left;
}
.booth dd {
	width: 85%;
	float: left;
}
.booth_button1, .booth_button2, .booth_button3 {
	width: 33%;
	height: 180px;
	text-align: center;
	float: left;
}
.booth_button1 p, .booth_button2 p, .booth_button3 p {
	font-size: .8em;
}
.booth_button1 {
	margin-right: .5%;
	background: url(../booth/img/bg_booth1.png) no-repeat top center #FFF8FF;
}
.booth_button2 {
	margin-right: .5%;
	background: url(../booth/img/bg_booth2.png) no-repeat top center #F0FFFF;
}
.booth_button3 {
	background: url(../booth/img/bg_booth3.png) no-repeat top center #F0F0DD;
}
.booth_button1 a, .booth_button2 a, .booth_button3 a {
	display: block;
	width: 100%;
	height: 100px;
	padding-top: 80px;
	color: #333;
}
.booth_button1 a:hover, .booth_button2 a:hover, .booth_button3 a:hover {
	filter: alpha(opacity=60) !important;
	-moz-opacity: 0.6 !important;
	opacity: 0.6 !important;
}
.booth_button1 a {
	background: url(../booth/img/button1.png) no-repeat center 140px;
	cursor: pointer;
}
.booth_button2 a {
	background: url(../booth/img/button2.png) no-repeat center 140px;
}
.booth_button3 a {
	background: url(../booth/img/button3.png) no-repeat center 140px;
}
.booth_contact {
	padding: 10px;
	margin: 30px auto 10px auto;
	border: 1px solid #CCC;
}
.keirin_banner {
	margin: 10px auto 20px auto;
}
.keirin_banner img {
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
.webenq {
	text-align: center;
}
.webenq img {
	border: none;
	width: 100%;
	height: auto;
}
.kinfo {
	width: 100%;
	margin: 10px 4px 0 4px;
	padding-top: 10px;
	text-align: center;
}
.kinfo dl {
	width: 105%;
}
.kinfo dd {
	width: 44%;
	text-align: center;
	line-height: 30px;
	border: 1px solid #CCC;
	margin: 2px 2% 0 0;
	padding: 4px 0;
	float: left;
}
.kinfo dd a {
	display: block;
	width: 100%;
	height: 30px;
}
@media all and (min-width: 961px){
/*HEADER*/
	.top_title {
		width: 100%;
		height: 466px;
		background: url(../img/bg_top.jpg) center no-repeat #036;
		background-size: cover;
	}
	.top_date {
		position: absolute;
		width: 100%;
		height: 62px;
		top: 280px;
		text-align: center;
	}
	.top_read1 {
		position: absolute;
		width: 100%;
		height: 45px;
		top: 360px;
		text-align: center;
	}
	.top_banners {
		position: relative;
		width: 940px;
		height: 210px;
		margin: 0 auto;
	}
	.course_change a {
		position: absolute;
		top: 5px;
		right: 0;
		width: 205px;
		height: 126px;
		background: url(../img/banner/bnr_newcourse.png) no-repeat;
	}
	.booth_entry a {
		position: absolute;
		top: 140px;
		right: 0;
		width: 205px;
		height: 100px;
		background: url(../img/banner/bnr_booth.png) no-repeat;
	}
	.title .course_change_sub a {
		display: none;
		position: absolute;
		top: 85px;
		right: 0;
		width: 205px;
		height: 105px;
		background: url(../img/banner/bnr_newcourse.png) no-repeat;
	}
	.course_change a:hover, .course_change_sub a:hover, .booth_entry a:hover {
		filter: alpha(opacity=90) !important;
		-moz-opacity: 0.9 !important;
		opacity: 0.9 !important;
	}
	.sub_title {
		width: 100%;
		height: 240px;
	}
/*BANNERS*/
	.banners {
		width: 270px;
		float: right;
		overflow: hidden;
	}
	img.banner {
		margin-bottom: 10px;
	}
	.top_headline {
		margin: 20px 0 10px 0;
		border-bottom: 3px solid #036;
		line-height: 0;
	}
	.banners ul {
		width: 280px;
	}
	.banners li {
		float: left;
		margin: 0 10px 5px 0;
		line-height: 0;
		font-size: 0;
	}
	.keirin_banner {
		width: 234px;
	}
/*MAIN*/
	.main {
		width: 640px;
		margin-bottom: 30px;
		float: left;
	}
	.topics {
		width: 600px;
		margin-bottom: 20px;
	}
	.topics_head {
		background: url(../img/head_line.png) right bottom;
		width: 600px;
		height: 45px;
		margin-bottom: 10px;
	}
	.topics .topics_area {
		width: 578px;
		margin-bottom: 10px;
		padding: 10px;
		height: 700px;
		border: 1px solid #CCC;
		overflow-y: scroll;		
	}
	.topics dl {
		padding: 10px 5px;
		border-bottom: 1px solid #CCC;
	}
	.topics dt {
		width: 108px;
		float: left;
	}
	.topics dd {
		width: 440px;
		float: left;
	}
	.guest {
		margin: 20px 0;
		padding: 20px;
		width: 558px;
		border: 1px solid #0CC;
	}
	.guest_head {
		width: 100%;
		height: 50px;
		padding-top: 41px;
		background: url(../img/guest_head_bg.png) no-repeat right;
	}
	.guest1 img {
		float: left;
		margin-right: 10px;
	}
	.guest .sp {
		display: none;
	}
	.photo_clip {
		width: 160px;
		height: 481px;
		float: left;
	}
	.photo_clip img {
		margin-bottom: 1px;
	}
	.fb {
		width: 440px;
		height: 480px;
		float: left;
	}
	.fb_head {
		width: 440px;
		height: 30px;
		background: url(../img/fb_head.png) no-repeat;
	}
	.fb_button {
		display: none;
	}
/*COURSE*/
	#course {
		height: 617px;
	}
	#course .sub_title {
		height: 500px;
		background: url(../course/img/bg_title.jpg) no-repeat center bottom;
		background-size: cover;
	}
	#course .title {
		position: relative;
		width: 940px;
		height: 470px;
		margin: 0 auto;
	}
	#course .title .main_title {
		position: absolute;
		width: 288px;
		height: 138px;
		top: 20px;
		left: 10px;
		background: url(../course/img/main_title.png) no-repeat;
		}
	#course .title .date_title {
		position: absolute;
		width: 200px;
		height: 200px;
		top: 5px;
		right: 0;
		background: url(../course/img/date.png) no-repeat;
		background-size: cover;
	}
	#course .title_read {
		position: absolute;
		width: 308px;
		height: 65px;
		top: 170px;
		left: 10px;
		padding: 6px;
		background: rgba(255,255,255,0.7);
		font-weight: bold;
	}
	#course .cs_credit {
		position: absolute;
		width: 221px;
		height: 30px;
		background: url(../course/img/cs_head.png) no-repeat;
		bottom: 40px;
		right: 0;
	}
	#course .cs_repo {
		position: absolute;
		width: 270px;
		height: 86px;
		bottom: 75px;
		right: 0;
	}
	.course_main .cs_repo_sp {
			display: none;
	}
	#course .title_info {
		position: absolute;
		width: 500px;
		height: 30px;
		bottom: 0;
		font-size: .9em;
	}
	#course .title_credit {
		position: absolute;
		width: 300px;
		height: 30px;
		bottom: 0;
		right: 0;
		font-size: .9em;
		text-align: right;
	}
	.course_main {
		width: 640px;
		float: left;
	}
	.course h4 {
		font-size: 1.8em;
		color: #360;
	}
	.course .course_head {
		background: #096;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
		font-size: 1.4em;
	}
	.course .course_1 {
		position: relative;
		width: 417px;
		float: left;
		border: 2px solid #096;
		margin: 3px 10px 3px 0;
	}
	.course .course_1 p {
		padding: 4px 5px;
	}
	.course .Chead {
		font-size: 1.1em;
		font-weight: bold;
		color: #360;
	}
	.course_right {
		position: relative;
		float: right;
		width: 205px;
		height: 800px;
	}
	.course .course_2 {
		position: relative;
		width: 200px;
		border: none;
		padding: 5px 3px;
		margin-top: 45px;
		border: 1px dotted #999;
	}
	img.c1 {
		position: absolute;
		width: 205px;
		height: auto;
		bottom: 0;
		right: 0;
	}
	.check1 {
		position: absolute;
		background: url(../course/img/check.png) no-repeat;
		width: 50px;
		height: 50px;
		top: 2px;
		right: 1px;
	}
	.check2 {
		position: absolute;
		background: url(../course/img/check.png) no-repeat;
		width: 50px;
		height: 50px;
		top: -45px;
		right: 1px;
	}
	.tweet {
		width: 270px;
		float: right;
		border: 3px solid #39F;
		border-radius: 11px !important;
		-webkit-border-radius: 11px !important;
		-moz-border-radius: 11px !important;
	}
	.tweet_txt {
		background: #EFF;
		border-bottom: 2px solid #39F;
	}
	.tweet_txt p {
		width: 258px;
		margin-bottom: 6px;
		padding: 2px 5px;
		line-height: 1.4rem;
		/*border: 1px dotted #39F;*/
	}
	.tweet_head {
		padding: 5px;
		margin-top: -2px;
		background: #39F;
		border-top-left-radius: 8px !important;
		border-top-right-radius: 8px !important;
		-webkit-top-left-border-radius: 8px !important;
		-webkit-top-right-border-radius: 8px !important;
		-moz-border-radius-topleft: 8px !important;
		-moz-border-radius-topright: 8px !important;
	}
	.tweet_head a {
		color: #FFF;
	}
	.course_guide {
		width: 100%;
		margin-bottom: 20px;
	}
	h4.courseguide {
		font-size: 1.2em;
	}
	.courseimg {
		float: right;
	}
	.course_img {
		width: 240px;
		height: auto;
	}
	.course_guide img.map1 {
		width: auto;
		height: 260px;
		float: left;
	}
	.course_guide img.map2 {
		width: auto;
		height: 260px;
		float: right;
	}
	img.map3, img.map4, .mapHL {
		display: none;
	}
	.gurume {
		width: 270px;
		margin-left: 28px;
		border: 2px solid #F66;
		border-radius: 11px !important;
		-webkit-border-radius: 11px !important;
		-moz-border-radius: 11px !important;
		float: right;
	}
	.gurume_head {
		text-align: center;
		background: #F66;
		padding: 8px 5px 0 0;
		border-top-left-radius: 8px !important;
		border-top-right-radius: 8px !important;
		-webkit-top-left-border-radius: 8px !important;
		-webkit-top-right-border-radius: 8px !important;
		-moz-border-radius-topleft: 8px !important;
		-moz-border-radius-topright: 8px !important;
	}
	.gurume p {
		padding: 5px;
	}
	img.gurume1 {
		width: 260px;
		height: auto;
	}
	.course_col1 {
		width: 527px;
		height: 190px;
		margin-bottom: 8px;
		padding: 5px;
		border: 1px solid #036;
		float: left;
	}
	.course_col2 {
		width: 380px;
		height: 560px;
		padding: 5px;
		border: 1px solid #036;
		float: right;
	}
	.course_col3 {
		width: 527px;
		height: 140px;
		margin-bottom: 8px;
		padding: 5px;
		border: 1px solid #036;
		float: left;
	}
	.comp {
		padding: 10px;
		background: url(../course/img/colum_head.png) no-repeat right top #EEFFF0;
	}
	img.comp_head {
		width: 322px;
		height: 80px;
		float: right;
		top: 10px;
		right: 10px;
	}
	.comp h4 {
		color: #063;
		font-size: 1.2em;
	}
	img.comp1 {
		width: 100px;
		height: auto;
		float: left;
		margin-right: 10px;
	}
	img.comp2 {
		width: 150px;
		height: auto;
		float: right;
	}
	img.comp3 {
		width: 160px;
		height: auto;
		float: right;
	}
	.course_col4 {
		width: 450px;
		padding: 5px;
		border: 3px solid #063;
		float: left;
	}
	.course_col4 table {
		width: 250px;
		margin: 2px 0 2px 10px;
		float: right;
		background: #FFF;
	}
	.course_col4 th, .course_col4 td {
		border: 1px solid #CCC;
		padding: 4px 5px;
	}
	.course_col5 {
		width: 420px;
		float: right;
		margin-top: 80px;
		padding: 5px;
		border: 3px solid #063;
	}
	.course_col1 h4, .course_col2 h4, .course_col3 h4 {
		color: #036;
		font-size: 1.2em;
	}
	img.colum1 {
		width: 200px;
		height: auto;
		float: left;
		margin-right: 10px;
	}
	img.colum2 {
		width: 100%;
		height: auto;
	}
	.colum3 {
		text-align: right;
	}
	.cs {
		margin-top: 20px;
		text-align: right;
	}
	.clear_pc {
		clear: both;
		height: 0;
	}
	.clear_sp {
		display: none;
	}
/*CONTACT*/
	#contact .sub_title {
		background: url(../contact/img/bg_title.jpg) no-repeat;
		background-size: cover;
	}
	#contact .title {
		width: 960px;
		position: relative;
		height: 180px;
		margin: 0 auto;
	}
	.title .title_head {
		position: absolute;
		top: 60px;
		left: 60px;
		width: 300px;
		height: 40px;
	}
	.contact_form {
		width: 100%;
		height: 700px;
		border: none;
		overflow-y: scroll;
	}
/*NEW COURSE*/
	.newcourse {
		width: 640px;
		margin: 0 auto;
	}
	.newcourse img.map1 {
		float: right;
	}
	.contact_box_pc {
		padding: 5px;
		border: 1px solid #036;
		margin: 20px 0;
	}
	.contact_box_sp {
		display: none;
	}
/*BOOTH*/
	#booth .title {
		width: 960px;
		position: relative;
		height: 180px;
		margin: 0 auto;
	}
	.booth {
		width: 640px;
		margin: 0 auto;
		font-size: 1.2em;
	}
	.booth .sp {
		display: none;
	}
}
@media all and (min-width: 768px) and (max-width: 960px) {
/*HEADER*/
	.top_title {
		width: 100%;
		height: 466px;
		background: url(../img/bg_top.jpg) center no-repeat #036;
		background-size: cover;
	}
	.top_date {
		position: absolute;
		width: 100%;
		height: 62px;
		top: 280px;
		text-align: center;
	}
	.top_read1 {
		position: absolute;
		width: 100%;
		height: 45px;
		top: 360px;
		text-align: center;
	}
	.top_banners {
		position: relative;
		width: 98%;
		height: 125px;
		margin: 0 auto;
	}
	.course_change a {
		position: absolute;
		top: 10px;
		right: 0;
		width: 160px;
		height: 112px;
		background: url(../img/banner/bnr_newcourse.png) no-repeat;
		background-size: 100%;
	}
	.booth_entry a {
		position: absolute;
		top: 120px;
		right: 0;
		width: 160px;
		height: 79px;
		background: url(../img/banner/bnr_booth.png) no-repeat;
		background-size: 100%;
	}
	.title .course_change_sub a {
		display: none;
		position: absolute;
		top: 54px;
		right: 0;
		width: 205px;
		height: 126px;
		background: url(../img/banner/bnr_newcourse.png) no-repeat;
	}
	.course_change a:hover, .title .course_change_sub a:hover, .booth_entry a:hover {
		filter: alpha(opacity=90) !important;
		-moz-opacity: 0.9 !important;
		opacity: 0.9 !important;
	}
	.sub_title {
		width: 100%;
		height: 240px;
	}
	.title {
		position: relative;
		height: 180px;
		margin: 0 auto;
	}
	.title .title_head {
		position: absolute;
		top: 60px;
		left: 60px;
		width: 300px;
		height: 40px;
	}
/*BANNERS*/
	.banners {
		width: 270px;
		float: right;
		overflow: hidden;
	}
	img.banner {
		margin-bottom: 10px;
	}
	.top_headline {
		margin: 20px 0 10px 0;
		border-bottom: 3px solid #036;
		line-height: 0;
	}
	.banners ul {
		width: 280px;
	}
	.banners li {
		float: left;
		margin: 0 10px 2px 0;
		line-height: 0;
	}
	.keirin_banner {
		width: 234px;
	}
/*MAIN*/
	.main {
		margin-bottom: 30px;
		width: 60%;
		float: left;
	}
	.topics {
		width: 100%;
		margin-bottom: 20px;
	}
	.topics_head {
		background: url(../img/head_line.png) right bottom;
		width: 98%;
		height: 45px;
		margin-bottom: 10px;
	}
	.topics .topics_area {
		width: 94%;
		margin-bottom: 10px;
		padding: 10px;
		height: 400px;
		border: 1px solid #CCC;
		overflow-y: scroll;		
	}
	.topics dl {
		width: 100%;
		padding: 5px;
		border-bottom: 1px solid #CCC;
	}
	.topics dt {
		width: 25%;
		float: left;
	}
	.topics dd {
		width: 75%;
		float: left;
	}
	.guest {
		width: 90%;
		padding: 20px;
		margin-bottom: 20px;
		border: 1px solid #0CC;
	}
	.guest_head {
		width: 100%;
		height: 50px;
		margin-bottom: 20px;
		padding-top: 41px;
		background: url(../img/guest_head_bg.png) no-repeat right;
	}
	.guest1 img {
		float: left;
		margin-right: 10px;
	}
	img.topics_img {
		width: 98%;
		height: auto;
	}
	.fb {
		width: 98%;
		height: 480px;
		background: #3e61b5;
	}
	.fb_head {
		width: 6%;
		height: 400px;
		background: url(../img/fb_head_tb.png) no-repeat;
		background-size: cover;
		float: left;
	}
	.photo_clip, .fb_button {
		display: none;
	}
/*COURSE*/
	#course {
		height: 500px;
	}
	#course .sub_title {
		height: 383px;
		background: url(../course/img/bg_title.jpg) no-repeat center bottom;
		background-size: cover;
	}
	#course .title {
		position: relative;
		width: 100%;
		height: 360px;
		margin: 0 auto;
	}
	#course .title .main_title {
		position: absolute;
		width: 288px;
		height: 138px;
		top: 20px;
		left: 10px;
		background: url(../course/img/main_title.png) no-repeat;
	}
	#course .title .date_title {
		position: absolute;
		width: 160px;
		height: 160px;
		top: 5px;
		right: 0;
		background: url(../course/img/date.png) no-repeat;
		background-size: cover;
	}
	#course .title_read {
		position: absolute;
		width: 308px;
		height: 65px;
		top: 170px;
		left: 10px;
		padding: 6px;
		background: rgba(255,255,255,0.7);
		font-weight: bold;
	}
	#course .cs_credit {
		position: absolute;
		width: 221px;
		height: 30px;
		background: url(../course/img/cs_head.png) no-repeat;
		bottom: 40px;
		right: 0;
	}
	#course .cs_repo{
		position: absolute;
		width: 220px;
		height: 70px;
		bottom: 75px;
		right: 0;
	}
	#course .cs_repo img {
		width: 100%;
		height: auto;
	}
	.course_main .cs_repo_sp {
			display: none;
	}
	#course .title_info {
		position: absolute;
		width: 500px;
		height: 20px;
		left: 10px;
		bottom: 20px;
		font-size: .9em;
	}
	#course .title_credit {
		position: absolute;
		width: 120px;
		height: 20px;
		bottom: 20px;
		right: 10px;
		text-align: right;
		font-size: .9em;
	}
	.course_main {
		width: 62%;
		float: left;
	}
	.course h4 {
		font-size: 1.5em;
		color: #360;
	}
	.course .course_head {
		background: #096;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
		font-size: 1.4em;
	}
	.course .Chead {
		color: #360;
		font-size: 1.2em;
		font-weight: bold;
	}
	.course .course_1 {
		position: relative;
		width: 98%;
		border: 2px solid #096;
		margin: 0 0 10px 0;
	}
	.course .course_1 p {
		padding: 5px;
	}
	.course_right {
		width: 100%;
	}
	.course .course_2 {
		position: relative;
		width: 96%;
		border: none;
		padding: 6px;
		margin: 20px 0 10px 0;
		border: 1px dotted #999;
	}
	img.c1 {
		display: none;
	}
	.check1 {
		position: absolute;
		background: url(../course/img/check.png) no-repeat;
		width: 50px;
		height: 50px;
		top: 2px;
		right: 1px;
	}
	.check2 {
		position: absolute;
		background: url(../course/img/check.png) no-repeat;
		width: 50px;
		height: 50px;
		top: -20px;
		right: 1px;
	}
	.tweet {
		width: 270px;
		float: right;
		border: 3px solid #39F;
		border-radius: 11px !important;
		-webkit-border-radius: 11px !important;
		-moz-border-radius: 11px !important;
	}
	.tweet_txt {
		background: #EFF;
		border-bottom: 2px solid #39F;
	}
	.tweet_txt p {
		width: 258px;
		margin-bottom: 6px;
		padding: 2px 5px;
		line-height: 1.4rem;
/*		border: 1px dotted #39F;*/
	}
	.tweet_head {
		padding: 5px;
		background: #39F;
	}
	.tweet_head a {
		color: #FFF;
	}
	.course_guide {
		width: 100%;
		margin-bottom: 40px;
	}
	.courseimg {
		float: right;
		width: 30%;
	}
	.courseimg img {
		width: 96%;
		height: auto;
	}
	img.premap {
		width: 68%;
		height: auto;
	}
	h4.courseguide {
		font-size: 1.2em;
	}
	img.course_img {
		width: 30%;
		height: auto;
	}
	.course_guide img.map1 {
		width: auto;
		height: 210px;
		float: left;
	}
	.course_guide img.map2 {
		width: auto;
		height: 210px;
		float: right;
	}
	img.map3, img.map4, .mapHL {
		display: none;
	}
	.gurume {
		width: 270px;
		margin-left: 28px;
		border: 2px solid #F66;
		border-radius: 11px !important;
		-webkit-border-radius: 11px !important;
		-moz-border-radius: 11px !important;
		float: right;
	}
	.gurume_head {
		text-align: center;
		background: #F66;
		padding: 5px 5px 0 5px;
		border-top-left-radius: 8px !important;
		border-top-right-radius: 8px !important;
		-webkit-top-left-border-radius: 8px !important;
		-webkit-top-right-border-radius: 8px !important;
		-moz-border-radius-topleft: 8px !important;
		-moz-border-radius-topright: 8px !important;
	}
	.gurume p {
		padding: 5px;
	}
	img.gurume1 {
		width: 260px;
		height: auto;
	}
	.course_col1 {
		width: 96%;
		height: 160px;
		margin: 0 auto 8px auto;
		padding: 5px;
		border: 1px solid #036;
	}
	.course_col2 {
		width: 96%;
		margin: 0 auto 8px auto;
		padding: 5px;
		border: 1px solid #036;
	}
	.course_col3 {
		width: 96%;
		height: 160px;
		margin: 0 auto 8px auto;
		padding: 5px;
		border: 1px solid #036;
	}
	p.colum3 {
		display: none;
	}
	.comp {
		padding: 10px;
		background: url(../course/img/colum_head.png) no-repeat right top #EEFFF0;
		background-size: 35%;
	}
	.comp h4 {
		color: #063;
		font-size: 1.2em;
	}
	img.comp1 {
		width: 80px;
		height: auto;
		float: left;
		margin-right: 10px;
	}
	img.comp2 {
		width: 120px;
		height: auto;
		float: right;
	}
	img.comp3 {
		width: 100px;
		height: auto;
		float: right;
	}
	.course_col4 {
		width: 55%;
		float: left;
		margin-top: 10px;
		padding: 5px;
		border: 3px solid #063;
	}
	.course_col4 table {
		width: 250px;
		margin: 2px 0 2px 10px;
		float: right;
		background: #FFF;
	}
	.course_col4 th, .course_col4 td {
		border: 1px solid #CCC;
		padding: bottom;
	}
	.course_col5 {
		width: 39%;
		float: right;
		margin-top: 90px;
		padding: 5px;
		border: 3px solid #063;
	}
	.course_col1 h4, .course_col2 h4, .course_col3 h4 {
		color: #036;
		font-size: 1.2em;
	}
	img.colum1 {
		width: auto;
		height: 150px;
		float: left;
		margin-right: 10px;
	}
	img.colum2 {
		width: 400px;
		height: auto;
		float: left;
		margin-right: 10px;
	}
	img.colum3 {
		display: none;;
	}
	.cs {
		margin-top: 20px;
		text-align: right;
	}
/*CONTACT*/
	#contact .sub_title {
		background: url(../contact/img/bg_title.jpg) no-repeat;
		background-size: cover;
	}
	.contact_form {
		width: 100%;
		height: 600px;
		border: none;
		overflow-y: scroll;
	}
/*NEW COURSE*/
	.newcourse {
		width: 640px;
		margin: 0 auto;
	}
	.newcourse img.map1 {
		float: right;
	}
	
	.contact_box_pc {
		padding: 5px;
		border: 1px solid #036;
		margin: 20px 0;
	}
	.contact_box_sp {
		display: none;
	}
/*BOOTH*/
	#booth .title {
		width: 100%;
		position: relative;
		height: 180px;
		margin: 0 auto;
	}
	.booth {
		margin: 0 auto;
		font-size: 1.2em;
	}
	.booth img {
		width: 100%;
		height: auto;
	}
	.booth dl {
		margin-top: 30px;
	}
	.booth dt {
		width: 100%;
		float: none;
	}
	.booth dd {
		width: 100%;
		float: none;
	}
	.booth .sp {
		display: none;
	}
}
@media all and (min-width: 768px) and (max-width: 830px) {
	.fb {
		width: 100%;
		height: 480px;
		background: #3e61b5;
	}
	.fb_head {
		width: 100%;
		height: 30px;
		background: url(../img/fb_head.png) no-repeat;
	}
	.booth_button1 p, .booth_button2 p, .booth_button3 p {
		font-size: .75em;
	}
}
@media all and (min-width: 601px) and (max-width: 767px) {
/*HEADER*/
	.top_title {
		position: relative;
		width: 100%;
		height: 380px;
		background: url(../img/bg_top.jpg) center no-repeat #036;
		background-size: cover;
		top: 80px;
	}
	.top_date {
		position: absolute;
		top: 160px;
		left: 0;
		width: 100%;
		height: 62px;
		text-align: center;
	}
	.top_read1 {
		position: absolute;
		top: 250px;
		left: 0;
		width: 100%;
		height: 35px;
		text-align: center;
	}
	/*.course_change {
		position: relative;
		width: 100%;
		height: 105px;
		margin: 0 auto;
	}*/
	.course_change a {
		position: absolute;
		top: 294px;
		right: 5px;
		width: 160px;
		height: 91px;
		background: url(../img/banner/bnr_newcourse_sp.png) no-repeat;
	}
	.booth_entry a {
		position: absolute;
		top: 310px;
		right: 170px;
		width: 160px;
		height: 75px;
		background: url(../img/banner/bnr_booth_sp.png) no-repeat;
		background-size: cover;
	}
	.title .course_change_sub a {
		display: none;
		position: absolute;
		top: 220px;
		right: 0;
		width: 160px;
		height: 94px;
		background: url(../img/banner/bnr_newcourse_sp.png) no-repeat;
	}
	.course_change a:hover, .course_change_sub a:hover, .booth_entry a:hover {
		filter: alpha(opacity=90) !important;
		-moz-opacity: 0.9 !important;
		opacity: 0.9 !important;
	}
	/*CONTACT*/
	.sub_title {
		position: relative;
		width: 100%;
		height: 300px;
	}
	.title {
		position: relative;
		height: 180px;
		margin: 0 auto;
	}
	.title .title_head {
		position: absolute;
		top: 180px;
		left: 60px;
		width: 300px;
		height: 40px;
	}
/*BANNERS*/
	.banners {
		width: 202px;
		float: right;
		overflow: hidden;
	}
	img.banner {
		margin-bottom: 10px;
	}
	.top_headline {
		width: 100%;
		margin: 20px 0 10px 0;
		padding: 0;
		border-bottom: 3px solid #036;
		line-height: 0;
	}
	.banners ul {
		width: 204px;
	}
	.banners li {
		width: 100px;
		float: left;
		margin: 0 2px 2px 0;
		line-height: 0;
	}
	.banners li img {
		width: 100px;
		height: auto;
	}
	.keirin_banner {
		margin: 10px auto;
		width: 200px;
	}
	.keirin_banner img {
		width: 198px;
		height: auto;
	}
	.kinfo {
		width: 100%;
		margin: 10px 4px 0 4px;
		padding-top: 10px;
	}
	.kinfo .page img {
		width: 100%;
	}
/*MAIN*/
	.main {
		width: 64%;
		float: left;
	}
	.topics {
		width: 100%;
		margin-bottom: 20px;
	}
	.topics_head {
		background: url(../img/head_line.png) right bottom;
		width: 100%;
		height: 45px;
		margin-bottom: 10px;
	}
	.topics .topics_area {
		width: 98%;
		margin-bottom: 10px;
		padding: 4px 0;
		height: 400px;
		border: 1px solid #CCC;
		overflow-y: scroll;		
	}
	.topics dl {
		width: 98%;
		padding: 10px 1%;
		border-bottom: 1px solid #CCC;
	}
	.topics dt {
		font-weight: bold;
	}
	img.topics_img {
		width: 98%;
		height: auto;
	}
	.guest {
		width: 90%;
		margin-bottom: 20px;
		padding: 20px;
		border: 1px solid #0CC;
	}
	.guest_head {
		width: 100%;
		height: 50px;
		margin-bottom: 20px;
		padding-top: 41px;
		background: url(../img/guest_head_bg.png) no-repeat right;
		background-size: 30%;
	}
	.guest .sp {
		display: none;
	}
	.fb {
		width: 98%;
		height: 480px;
		background: #3e61b5;
		border: 1px solid #3e61b5;
	}
	.fb_head {
		width: 100%;
		height: 30px;
		background: url(../img/fb_head.png) top no-repeat;
	}
	.photo_clip, .fb_button {
		display: none;
	}
/*COURSE*/
	#course {
		height: 380px;
	}
	#course .sub_title {
		height: 353px;
		background: url(../course/img/bg_title.jpg) no-repeat center bottom;
		background-size: cover;
	}
	#course .title {
		position: relative;
		width: 100%;
		height: 390px;
		margin: 0 auto;
	}
	#course .title .main_title {
		position: absolute;
		width: 288px;
		height: 138px;
		top: 120px;
		left: 10px;
		background: url(../course/img/main_title.png) no-repeat;
	}
	#course .title_read {
		position: absolute;
		width: 308px;
		height: 65px;
		top: 270px;
		left: 10px;
		padding: 6px;
		background: rgba(255,255,255,0.7);
		font-weight: bold;
	}
	#course .title .date_title {
		position: absolute;
		width: 120px;
		height: 120px;
		top: 115px;
		right: 0;
		background: url(../course/img/date.png) no-repeat;
		background-size: cover;
	}
	#course .cs_credit {
		position: absolute;
		width: 221px;
		height: 30px;
		background: url(../course/img/cs_head.png) no-repeat;
		bottom: 40px;
		right: 0;
	}
	#course .cs_repo{
		position: absolute;
		width: 220px;
		height: 70px;
		bottom: 75px;
		right: 0;
	}
	#course .cs_repo img {
		width: 100%;
		height: auto;
	}
	.course_main .cs_repo_sp {
			display: none;
	}
	#course .title_info {
		position: absolute;
		width: 450px;
		height: 20px;
		bottom: 20px;
		left: 10px;
		font-size: .8em;
	}
	#course .title_credit {
		position: absolute;
		width: 120px;
		height: 20px;
		bottom: 20px;
		right: 10px;
		font-size: .8em;
		text-align: right;
	}
	.course_main {
		width: 98%;
	}
	.course h4 {
		font-size: 1.5em;
		color: #360;
	}
	.course .course_head {
		background: #096;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
		font-size: 1.4em;
	}
	.course .Chead {
		color: #360;
		font-size: 1.2em;
		font-weight: bold;
	}
	.course .course_1 {
		position: relative;
		width: 98%;
		border: 2px solid #096;
		margin: 0 0 10px 0;
	}
	.course .course_1 p {
		padding: 5px;
	}
	.course_right {
		width: 100%;
	}
	.course .course_2 {
		position: relative;
		width: 96%;
		border: none;
		padding: 6px;
		margin: 20px 0 10px 0;
		border: 1px dotted #999;
	}
	img.c1 {
		display: none;
	}
	.check1 {
		position: absolute;
		background: url(../course/img/check.png) no-repeat;
		width: 50px;
		height: 50px;
		top: 2px;
		right: 1px;
	}
	.check2 {
		position: absolute;
		background: url(../course/img/check.png) no-repeat;
		width: 50px;
		height: 50px;
		top: -20px;
		right: 1px;
	}
	.tweet {
		width: 270px;
		float: left;
		border: 2px solid #39F;
		border-radius: 11px !important;
		-webkit-border-radius: 11px !important;
		-moz-border-radius: 11px !important;
		margin: 0 2% 20px 0;
	}
	.tweet_txt {
		background: #EFF;
		border-bottom: 2px solid #39F;
	}
	.tweet_txt p {
		width: 258px;
		margin-bottom: 6px;
		padding: 2px 5px;
		line-height: 1.4rem;
		/*border: 1px dotted #39F;*/
	}
	.tweet_head {
		padding: 5px;
		margin-top: -2px;
		background: #39F;
		border-top-left-radius: 8px !important;
		border-top-right-radius: 8px !important;
		-webkit-top-left-border-radius: 8px !important;
		-webkit-top-right-border-radius: 8px !important;
		-moz-border-radius-topleft: 8px !important;
		-moz-border-radius-topright: 8px !important;
	}
	.tweet_head a {
		color: #FFF;
	}
	.course_guide {
		width: 100%;
		margin-bottom: 20px;
		display: none;
	}
	.courseimg {
		float: right;
		width: 30%;
		display: none;
	}
	.courseimg img {
		width: 96%;
		height: auto;
	}
	img.premap {
		width: 68%;
		height: auto;
		display: none;
	}
	img.course_img {
		width: 30%;
		height: auto;
	}
	.course_guide img.map1 {
		width: 98%;
		height: auto;
	}
	.course_guide img.map2 {
		display: none;
	}
	img.map3 {
		display: none;
	}
	img.map4 {
		width: 270px;
		height: auto;
		float: left;
		margin-bottom: 20px;
	}
	.mapHL {
		margin-bottom: 20px;
	}
	.mapHL img {
		width: 98%;
		height: auto;
	}
	p.pcmap {
		display: none;
	}
	.gurume {
		width: 270px;
		border: 2px solid #F66;
		border-radius: 11px !important;
		-webkit-border-radius: 11px !important;
		-moz-border-radius: 11px !important;
		float: left;
		margin-bottom: 10px;
	}
	.gurume_head {
		text-align: center;
		background: #F66;
		padding: 5px 5px 0 5px;
		border-top-left-radius: 8px !important;
		border-top-right-radius: 8px !important;
		-webkit-top-left-border-radius: 8px !important;
		-webkit-top-right-border-radius: 8px !important;
		-moz-border-radius-topleft: 8px !important;
		-moz-border-radius-topright: 8px !important;
	}
	.gurume p {
		padding: 5px;
	}
	img.gurume1 {
		width: 260px;
		height: auto;
	}
	h4.courseguide {
		font-size: 1.2em;
	}
	.course_col1 {
		width: 96%;
		height: 160px;
		margin: 0 auto 8px auto;
		padding: 5px;
		border: 1px solid #036;
	}
	.course_col2 {
		width: 96%;
		margin: 0 auto 8px auto;
		padding: 5px;
		border: 1px solid #036;
	}
	.course_col3 {
		width: 96%;
		height: 160px;
		margin: 0 auto 8px auto;
		padding: 5px;
		border: 1px solid #036;
	}
	p.colum3 {
		display: none;
	}
	.comp {
		padding: 10px;
		background: url(../course/img/colum_head.png) no-repeat #EEFFF0;
	}
	.comp h4 {
		color: #063;
		font-size: 1.2em;
	}
	img.comp1 {
		width: 90px;
		height: auto;
		float: left;
		margin-right: 10px;
	}
	img.comp2 {
		width: 30%;
		height: auto;
		float: right;
	}
	img.comp3 {
		width: 40%;
		height: auto;
		float: right;
	}
	.course_col4 {
		width: 98%;
		margin-top: 80px;
		padding: 5px;
		border: 3px solid #063;
	}
	.course_col4 table {
		width: 50%;
		margin: 2px 0 2px 10px;
		background: #FFF;
		float: right;
	}
	.course_col4 th, .course_col4 td {
		border: 1px solid #CCC;
		padding: bottom;
		padding: 2px 5px;
	}
	.course_col5 {
		width: 98%;
		margin-top: 10px;
		padding: 5px;
		border: 3px solid #063;
	}
	.course_col1 h4, .course_col2 h4, .course_col3 h4 {
		color: #036;
		font-size: 1.2em;
	}
	img.colum1 {
		width: auto;
		height: 150px;
		float: left;
		margin-right: 10px;
	}
	img.colum2 {
		width: 100%;
		height: auto;
	}
	img.colum3 {
		display: none;;
	}
	.cs {
		width: 98%;
		margin: 20px auto;
		text-align: right;
	}
	.clear_pc {
		display: none;
	}
	.clear_sp {
		clear: both;
		height: 0;
	}
/*CONTACT*/
	#contact .sub_title {
		background: url(../contact/img/bg_title_sp.jpg) no-repeat left;
	}
	.contact_form {
		width: 100%;
		height: 500px;
		border: none;
		overflow-y: scroll;
	}
/*NEW COURSE*/
	.newcourse {
		width: 640px;
		margin: 0 auto;
	}
	.newcourse img.map1 {
		float: right;
	}
	.contact_box_pc {
		padding: 5px;
		border: 1px solid #036;
		margin: 20px 0;
	}
	.contact_box_sp {
		display: none;
	}
/*BOOTH*/
	#booth .title {
		width: 100%;
		position: relative;
		height: 180px;
		margin: 0 auto;
	}
	.booth {
		margin: 0 auto;
		font-size: 1.2em;
	}
	.booth img {
		width: 100%;
		height: auto;
	}
	.booth dl {
		margin-top: 30px;
	}
	.booth dt {
		width: 100%;
		float: none;
	}
	.booth dd {
		width: 100%;
		float: none;
	}
	.booth_button1, .booth_button2, .booth_button3 {
		width: 33%;
		font-size: .9em;
	}
	.booth_button1, .booth_button2 {
		margin-right: 0.5%;
	}
	.booth .sp {
		display: none;
	}
}
@media all and (min-width: 601px) and (max-width: 719px) {
	.fb_button {
		display: block;
		width: 100%;
		height: 50px;
	}
	.fb_button a {
		display: block;
		width: 100%;
		height: 50px;
		background: url(../img/fb_button.png) no-repeat #3e61b5 center;
		border-radius: 8px !important;
		-webkit-border-radius: 8px !important;
		-moz-border-radius: 8px !important;
	}
	.fb_button a:hover {
		filter: alpha(opacity=70) !important;
		-moz-opacity: 0.7 !important;
		opacity: 0.7 !important;
	}
	.fb, .fb_head, .photo_clip {
		display: none;
	}
	.booth_button1, .booth_button2, .booth_button3 {
		width: 100%;
		height: 80px;
		float: none;
		text-align: left;
	}
	.booth_button1 {
		background: url(../booth/img/bg_booth_sp1.png) no-repeat #FFF8FF;
	}
	.booth_button2 {
		background: url(../booth/img/bg_booth_sp2.png) no-repeat #F0FFFF;
	}
	.booth_button3 {
		background: url(../booth/img/bg_booth_sp3.png) no-repeat #F0F0DD;
	}
	.booth_button1 a, .booth_button2 a, .booth_button3 a {
		width: 60%;
		height: 60px;
		padding-left: 40%;
		padding-top: 20px;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.booth_button1 a {
		background: url(../booth/img/button1_sp.png) no-repeat 95% 23px ;
	}
	.booth_button2 a {
		background: url(../booth/img/button2_sp.png) no-repeat 95% 23px ;
	}
	.booth_button3 a {
		background: url(../booth/img/button3_sp.png) no-repeat 95% 23px ;
	}
}
@media all and (min-width: 601px) and (max-width: 659px) {
	.newcourse {
		width: 98%;
		margin: 0 auto;
	}
	.newcourse img.map1 {
		float: right;
	}
	.newcourse img.map1, .newcourse img.map2 {
		width: 49%;
		height: auto;
	}
	.newcourase img.map3 {
		width: 100%;
		height: auto;
	}
/*BOOTH*/
	.booth img {
		width: 100%;
		height: auto;
	}
}
@media all and (min-width: 481px) and (max-width: 600px) {
/*HEADER*/
	.top_title {
		position: relative;
		width: 100%;
		height: 380px;
		background: url(../img/bg_top_tb.jpg) center no-repeat #036;
		background-size: cover;
		top: 80px;
	}
	.top_date {
		position: absolute;
		top: 160px;
		left: 0;
		width: 100%;
		height: 62px;
		text-align: center;
	}
	.top_read1 {
		position: absolute;
		top: 250px;
		left: 0;
		width: 100%;
		height: 35px;
		text-align: center;
	}
	.sub_title {
		position: relative;
		width: 100%;
		height: 280px;
		background-size: cover;
	}
	.course_change a {
		position: absolute;
		display: block;
		top: 304px;
		right: 0;
		width: 160px;
		height: 91px;
		background: url(../img/banner/bnr_newcourse_sp.png) no-repeat;
	}
	.booth_entry a {
		position: absolute;
		top: 320px;
		right: 165px;
		width: 160px;
		height: 75px;
		background: url(../img/banner/bnr_booth_sp.png) no-repeat;
		background-size: cover;
	}
	.title .course_change_sub a {
		position: absolute;
		top: 210px;
		right: 0;
		width: 140px;
		height: 80px;
		background: url(../img/banner/bnr_newcourse_sp.png) no-repeat right bottom;
		background-size: 100%;
	}
	.course_change a:hover, .title .course_change_sub a:hover {
		filter: alpha(opacity=90) !important;
		-moz-opacity: 0.9 !important;
		opacity: 0.9 !important;
	}
	.title {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.title .title_head {
		position: absolute;
		top: 170px;
		left: 2%;
		width: 98%;
		height: 40px;
	}
/*BANNER*/
	.webenq img {
		border: none;
		width: 270px;
		height: 70px;
	}
/*MAIN*/
	.main {
		width: 100%;
		margin-top: -20px;
		margin-bottom : 20px;
	}
	.topics {
		width: 100%;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.topics_head {
		background: url(../img/head_line.png) right bottom;
		width: 100%;
		height: 45px;
		margin-bottom: 10px;
	}
	.topics .topics_area {
		width: 98%;
		margin-bottom: 10px;
		padding: 4px 0;
		height: 400px;
		border: 1px solid #CCC;
		overflow-y: scroll;		
	}
	.topics dl {
		width: 98%;
		padding: 10px 1%;
		border-bottom: 1px solid #CCC;
	}
	.topics dt {
		font-weight: bold;
	}
	img.topics_img {
		width: 98%;
		height: auto;
	}
	.guest {
		width: 88%;
		margin-bottom: 20px;
		padding: 5%;
		border: 1px solid #0CC;
	}
	.guest_head {
		width: 100%;
		height: 50px;
		margin-bottom: 20px;
		padding-top: 41px;
		background: url(../img/guest_head_bg.png) no-repeat right;
	}
	.guest1 img {
		float: left;
		margin-right: 10px;
	}
	.fb_button {
		display: block;
		width: 98%;
		height: 50px;
		margin-bottom: 20px;
	}
	.fb_button a {
		display: block;
		width: 100%;
		height: 50px;
		background: url(../img/fb_button.png) no-repeat #3e61b5 center;
		border-radius: 8px !important;
		-webkit-border-radius: 8px !important;
		-moz-border-radius: 8px !important;
	}
	.fb_button a:hover {
		filter: alpha(opacity=70) !important;
		-moz-opacity: 0.7 !important;
		opacity: 0.7 !important;
	}
	.fb, .fb_head, .photo_clip, img.topics_img {
		display: none;
	}
/*COURSE*/
	#course {
		height: 450px;
	}
	#course .sub_title {
		height: 423px;
		background: url(../course/img/bg_title.jpg) no-repeat center bottom;
		background-size: cover;
	}
	#course .title {
		position: relative;
		width: 100%;
		height: 460px;
		margin: 0 auto;
	}
	#course .title .main_title {
		position: absolute;
		width: 288px;
		height: 138px;
		top: 120px;
		left: 10px;
		background: url(../course/img/main_title.png) no-repeat;
	}
	#course .title .date_title {
		position: absolute;
		width: 150px;
		height: 150px;
		top: 270px;
		left: 10px;
		background: url(../course/img/date.png) no-repeat;
		background-size: cover;
	}
	#course .title_read {
		position: absolute;
		width: 308px;
		height: 65px;
		top: 270px;
		left: 10px;
		padding: 6px;
		background: rgba(255,255,255,0.7);
		font-weight: bold;
		display: none;
	}
	#course .cs_credit {
		position: absolute;
		width: 221px;
		height: 30px;
		background: url(../course/img/cs_head.png) no-repeat;
		right: 5px;
		bottom: 40px;
	}
	#course .cs_repo{
		position: absolute;
		width: 220px;
		height: 70px;
		bottom: 75px;
		right: 5px;
	}
	#course .cs_repo img {
		width: 100%;
		height: auto;
	}
	.course_main .cs_repo_sp {
			display: none;
	}
	#course .title_info {
		position: absolute;
		width: 470px;
		height: 20px;
		bottom: 20px;
		left: 10px;
		font-size: .8em;
	}
	#course .title_credit {
		position: absolute;
		width: 300px;
		height: 20px;
		bottom: 0;
		left: 10px;
		font-size: .8em;
	}
	.course_main {
		width: 98%;
	}
	.course h4 {
		font-size: 1.5em;
		color: #360;
	}
	.course .course_head {
		background: #096;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
		font-size: 1.4em;
	}
	.Chead {
		font-weight: bold;
		font-size: 1.2em;
		color: #360;
	}
	.course .course_1 {
		position: relative;
		width: 98%;
		border: 2px solid #096;
		margin: 0 0 10px 0;
	}
	.course .course_1 p {
		padding: 5px;
	}
	.course_right {
		width: 100%;
	}
	.course .course_2 {
		position: relative;
		width: 96%;
		border: none;
		padding: 6px;
		margin: 20px 0 10px 0;
		border: 1px dotted #999;
	}
	img.c1 {
		display: none;
	}
	.check1 {
		position: absolute;
		background: url(../course/img/check.png) no-repeat;
		width: 50px;
		height: 50px;
		top: 2px;
		right: 1px;
	}
	.check2 {
		position: absolute;
		background: url(../course/img/check.png) no-repeat;
		width: 50px;
		height: 50px;
		top: -20px;
		right: 1px;
	}
	.tweet {
		width: 270px;
		border: 3px solid #39F;
		border-radius: 11px !important;
		-webkit-border-radius: 11px !important;
		-moz-border-radius: 11px !important;
		margin: 0 auto;
	}
	.tweet_txt {
		background: #EFF;
		border-bottom: 2px solid #39F;
	}
	.tweet_txt p {
		width: 258px;
		margin-bottom: 6px;
		padding: 2px 5px;
		line-height: 1.4rem;
/*		border: 1px dotted #39F;*/
	}
	.tweet_head {
		padding: 5px;
		background: #39F;
	}
	.tweet_head a {
		color: #FFF;
	}
	.course_guide {
		width: 100%;
		margin-bottom: 20px;
		margin-bottom: 0;
	}
	.courseimg,	img.premap {
		display: none;
	}
	img.course_img {
		width: 40%;
		height: auto;
	}
	img.map4, .mapHL img {
		width: 98%;
		height: auto;
	}
	.course_guide img.map2, .course_guide img.pc {
		display: none;
	}
	img.map3 {
		width: 95%;
		height: auto;
		margin-top: 38%;
		display: none;
	}
	p.pcmap {
		display: none;
	}
	.gurume {
		width: 270px;
		margin: 0 auto 20px auto;
		border: 1px solid #F66;
		border-radius: 8px !important;
		-webkit-border-radius: 8px !important;
		-moz-border-radius: 8px !important;
	}
	.gurume_head {
		text-align: center;
		background: #F66;
		border-top-left-radius: 8px !important;
		border-top-right-radius: 8px !important;
		-webkit-top-left-border-radius: 8px !important;
		-webkit-top-right-border-radius: 8px !important;
		-moz-border-radius-topleft: 8px !important;
		-moz-border-radius-topright: 8px !important;
		padding-top: 5px;
	}
	.gurume p {
		padding: 10px;
	}
	img.gurume1 {
		width: 100%;
		height: auto;
	}
	.course_col1 {
		width: 96%;
		margin: 0 auto 8px auto;
		padding: 5px;
		border: 1px solid #036;
	}
	.course_col2 {
		width: 96%;
		margin: 0 auto 8px auto;
		padding: 5px;
		border: 1px solid #036;
	}
	.course_col3 {
		width: 96%;
		margin: 0 auto 8px auto;
		padding: 5px;
		border: 1px solid #036;
	}
	.comp {
		padding: 90px 10px 10px 10px;
		background: url(../course/img/colum_head.png) #EEFFF0 no-repeat 10px 10px;
	}
	.comp h4 {
		color: #063;
		font-size: 1.2em;
	}
	img.comp1 {
		width: 90px;
		height: auto;
		float: left;
		margin-right: 10px;
	}
	img.comp2 {
		width: 30%;
		height: auto;
		float: right;
	}
	img.comp3 {
		width: 40%;
		height: auto;
		float: right;
	}
	.course_col4 {
		width: 98%;
		margin-top: 10px;
		padding: 5px;
		border: 3px solid #063;
	}
	.course_col4 table {
		width: 50%;
		margin: 2px 0 2px 10px;
		background: #FFF;
		float: right;
	}
	.course_col4 th, .course_col4 td {
		border: 1px solid #CCC;
		padding: bottom;
		padding: 2px 5px;
	}
	.course_col5 {
		width: 98%;
		margin-top: 10px;
		padding: 5px;
		border: 3px solid #063;
	}
	.course_col1 h4, .course_col2 h4, .course_col3 h4 {
		color: #036;
		font-size: 1.2em;
	}
	img.colum1 {
		width: auto;
		height: 150px;
		float: left;
		margin-right: 10px;
	}
	img.colum2 {
		width: 100%;
	}
	p.colum3 {
		display: none;;
	}
	.cs {
		text-align: right;
		width: 98%;
		margin: 20px auto;
		font-size: .8em;
	}
/*CONTACT*/
	#contact .sub_title {
		background: url(../contact/img/bg_title_sp.jpg) no-repeat left;
	}
	.contact_form {
		width: 96%;
		height: 500px;
		border: none;
		overflow-y: scroll;
	}
/*NEW COURSE*/
	.newcourse {
		width: 98%;
		margin: 0 auto;
	}
	.newcourse img.map1 {
		float: right;
	}
	.newcourse img.map1, .newcourse img.map2 {
		width: 49%;
		height: auto;
	}
	.newcourse img.map3 {
		width: 100%;
		height: auto;
	}
	.contact_box_sp {
		width: 390px;
		padding: 5px;
		border: 1px solid #036;
		margin: 20px auto;
	}
	.contact_box_pc {
		display: none;
	}
	.mail_button a {
		display:block;
		color: #FFF;
		font-weight: bold;
		background: #036 left center;
		padding: 2px 10px;
		border-radius: 6px !important;
		-webkit-border-radius: 6px !important;
		-moz-border-radius: 6px !important;
		border: 1px solid #036;
		float: left;
	}
	.mail_button a:hover {
		color: #FC0;
	}
/*CONTACT*/
	.contact {
		margin-top: 40px;
	}
/*BOOTH*/
	.booth img {
		width: 100%;
		height: auto;
	}
	.booth .sp {
		display: none;
	}
}
@media all and (max-width: 480px) {
/*HEADER*/
	.top_title {
		position: relative;
		width: 100%;
		height: 380px;
		background: url(../img/bg_top_tb.jpg) center no-repeat #036;
		background-size: cover;
		top: 80px;
	}
	.top_date {
		position: absolute;
		top: 160px;
		left: 0;
		width: 100%;
		height: 62px;
		text-align: center;
	}
	.top_date img {
		width: 90%;
		height: auto;
	}
	.top_read1 {
		position: absolute;
		top: 250px;
		left: 0;
		width: 100%;
		height: 35px;
		text-align: center;
	}
	.top_read1 img {
		width: 90%;
		height: auto;
	}
	/*.course_change {
		position: relative;
		width: 98%;
		height: 300px;
		margin: 0 auto;
	}*/
	.course_change a {
		position: absolute;
		top: 304px;
		right: 0;
		width: 160px;
		height: 91px;
		background: url(../img/banner/bnr_newcourse_sp.png) no-repeat;
	}
	.booth_entry a {
		position: absolute;
		top: 320px;
		right: 165px;
		width: 160px;
		height: 85px;
		background: url(../img/banner/bnr_booth_sp.png) no-repeat;
	}
	.title .course_change_sub a {
		display: none;
		position: absolute;
		top: 210px;
		right: 0;
		width: 140px;
		height: 80px;
		background: url(../img/banner/bnr_newcourse_sp.png) no-repeat right bottom;
		background-size: 100%;
	}
	.course_change a:hover, .title .course_change_sub a:hover {
		filter: alpha(opacity=90) !important;
		-moz-opacity: 0.9 !important;
		opacity: 0.9 !important;
	}
	.sub_title {
		position: relative;
		width: 100%;
		height: 280px;
		background-size: cover;
	}
	.title {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.title .title_head {
		position: absolute;
		top: 170px;
		left: 2%;
		width: 98%;
		height: 40px;
	}
/*BANNERS*/
	.banners {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	img.banner {
		margin-bottom: 10px;
	}
	.top_headline {
		width: 80%;
		max-width: 270px;
		margin: 20px auto 10px auto;
		padding: 0;
		border-bottom: 3px solid #036;
		line-height: 0;
		text-align: center;
	}
	.banners ul {
		width: 264px;
		margin: 0 auto;
	}
	.banners li {
		width: 130px;
		margin: 0 2px 2px 0;
		float: left;
		line-height: 0;
	}
	.banners li img {
		width: 130px;
		height: auto;
	}
	.scott_info {
		width: 80%;
		margin: 0 auto;
		min-width: 264px;
	}
	.keirin_banner {
		width: 236px;
		margin: 10px auto;
	}
	.keirin_banner img {
		border: 1px solid #CCC;
		margin-bottom: 5px;
	}
	.webenq img {
		border: none;
		width: 270px;
		height: 70px;
	}
/*MAIN*/
	.main {
		width: 100%;
		margin-bottom: 20px;
	}
	.topics {
		width: 100%;
		margin-bottom: 20px;
	}
	.topics_head {
		background: url(../img/head_line.png) right bottom;
		width: 100%;
		height: 45px;
		margin-bottom: 10px;
	}
	.topics .topics_area {
		width: 98%;
		margin-bottom: 10px;
		padding: 4px 0;
		height: 400px;
		border: 1px solid #CCC;
		overflow-y: scroll;		
	}
	.topics dl {
		width: 98%;
		padding: 10px 1%;
		border-bottom: 1px solid #CCC;
	}
	.topics dt {
		font-weight: bold;
	}
	.guest {
		width: 88%;
		margin-bottom: 20px;
		padding: 5%;
		border: 1px solid #0CC;
	}
	.guest_head {
		width: 100%;
		height: 50px;
		margin-bottom: 20px;
		padding-top: 41px;
		background: url(../img/guest_head_bg.png) no-repeat right;
	}
	.guest br.sp {
		display: none;
	}
	.fb_button {
		display: block;
		width: 98%;
		height: 50px;
		margin-bottom: 20px;
	}
	.fb_button a {
		display: block;
		width: 100%;
		height: 50px;
		background: url(../img/fb_button.png) no-repeat #3e61b5 center;
		border-radius: 8px !important;
		-webkit-border-radius: 8px !important;
		-moz-border-radius: 8px !important;
	}
	.fb_button a:hover {
		filter: alpha(opacity=70) !important;
		-moz-opacity: 0.7 !important;
		opacity: 0.7 !important;
	}
	.fb, .fb_head, .photo_clip, img.topics_img {
		display: none;
	}
/*COURSE*/
	.courseimg,	img.premap {
		display: none;
	}
	#course {
		height: 430px;
	}
	#course .sub_title {
		height: 403px;
		background: url(../course/img/bg_title.jpg) no-repeat center bottom;
		background-size: cover;
	}
	#course .title {
		position: relative;
		width: 100%;
		height: 440px;
		margin: 0 auto;
	}
	#course .title .main_title {
		position: absolute;
		width: 288px;
		height: 138px;
		top: 120px;
		left: 10px;
		background: url(../course/img/main_title.png) no-repeat;
	}
	#course .title_read {
		position: absolute;
		width: 308px;
		height: 65px;
		top: 270px;
		left: 10px;
		padding: 6px;
		background: rgba(255,255,255,0.7);
		font-weight: bold;
		display: none;
	}
	#course .date_title {
		position: absolute;
		width: 130px;
		height: 130px;
		background: url(../course/img/date.png) no-repeat;
		background-size: cover;
		top: 260px;
		left: 10px;
	}
	#course .cs_credit {
		position: absolute;
		width: 221px;
		height: 30px;
		bottom: 30px;
		right: 5px;
		background: url(../course/img/cs_head.png) no-repeat;
	}
	#course .cs_repo {
		display: none;
	}
	.course_main .cs_repo_sp {
		width: 100%;
		margin-bottom: 10px;
	}
	.course_main .cs_repo_sp img {
		width: 100%;
		height: auto;
	}
	#course .title_info {
		position: absolute;
		width: 300px;
		height: 30px;
		bottom: 0;
		left: 5px;
		font-size: .7em;
		line-height: 1rem;
	}
	#course .title_credit {
		position: absolute;
		width: 80px;
		height: 16px;
		bottom: 0;
		right: 5px;
		font-size: .7em;
	}
	.course_main {
		width: 98%;
	}
	.course h4 {
		font-size: 1.5em;
		color: #360;
	}
	.course .course_head {
		background: #096;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
		font-size: 1.4em;
	}
	.course .Chead {
		font-weight: bold;
		font-size: 1em;
		color: #360;
	}
	.course .course_1 {
		position: relative;
		width: 98%;
		border: 2px solid #096;
		margin: 0 0 10px 0;
	}
	.course .course_1 p {
		padding: 5px;
	}
	.course_right {
		width: 100%;
	}
	.course .course_2 {
		position: relative;
		width: 96%;
		border: none;
		padding: 6px;
		margin: 20px 0 10px 0;
		border: 1px dotted #999;
	}
	img.c1 {
		display: none;
	}
	.check1 {
		position: absolute;
		background: url(../course/img/check.png) no-repeat;
		width: 50px;
		height: 50px;
		top: -10px;
		right: 1px;
	}
	.check2 {
		position: absolute;
		background: url(../course/img/check.png) no-repeat;
		width: 50px;
		height: 50px;
		top: -20px;
		right: 1px;
	}
	.tweet {
		width: 270px;
		border: 3px solid #39F;
		border-radius: 11px !important;
		-webkit-border-radius: 11px !important;
		-moz-border-radius: 11px !important;
		margin: 0 auto;
	}
	.tweet_txt {
		background: #EFF;
		border-bottom: 2px solid #39F;
	}
	.tweet_txt p {
		width: 258px;
		margin-bottom: 6px;
		padding: 2px 5px;
		line-height: 1.4rem;
/*		border: 1px dotted #39F;*/
	}
	.tweet_head {
		padding: 5px;
		background: #39F;
	}
	.tweet_head a {
		color: #FFF;
	}
	.course_guide {
		width: 100%;
		margin-bottom: 20px;
	}
	.courseimg,	img.premap {
		display: none;
	}
	img.course_img {
		width: 50%;
		height: auto;
	}
	.course_guide img.map1 {
		width: 98%;
		height: auto;
	}
	.course_guide img.map2, img.map3 {
		display: none;
	}
	img.map4, .mapHL img {
		width: 98%;
		height: auto;
	}
	p.pcmap {
		display: none;
	}
	.gurume {
		width: 270px;
		margin: 0 auto 20px auto;
		border: 2px solid #F66;
		border-radius: 8px !important;
		-webkit-border-radius: 8px !important;
		-moz-border-radius: 8px !important;
	}
	.gurume_head {
		text-align: center;
		background: #F66;
		border-top-left-radius: 8px !important;
		border-top-right-radius: 8px !important;
		-webkit-top-left-border-radius: 8px !important;
		-webkit-top-right-border-radius: 8px !important;
		-moz-border-radius-topleft: 8px !important;
		-moz-border-radius-topright: 8px !important;
	}
	.gurume p {
		padding: 10px;
	}
	img.gurume1 {
		width: 100%;
		height: auto;
	}
	h4.courseguide {
		font-size: 1.2em;
	}
	.course_col1 {
		width: 96%;
		margin: 0 auto 8px auto;
		padding: 5px;
		border: 1px solid #036;
	}
	.course_col2 {
		width: 96%;
		margin: 0 auto 8px auto;
		padding: 5px;
		border: 1px solid #036;
	}
	p.colum3 {
		display: none;
	}
	.course_col3 {
		width: 96%;
		margin: 0 auto 8px auto;
		padding: 5px;
		border: 1px solid #036;
	}
	.comp {
		padding: 90px 10px 10px 10px;
		background: url(../course/img/colum_head.png) #EEFFF0 no-repeat;
	}
	.comp h4 {
		color: #063;
		font-size: 1.2em;
	}
	img.comp1 {
		width: 90px;
		height: auto;
		float: left;
		margin-right: 10px;
	}
	img.comp2 {
		width: 30%;
		height: auto;
		float: right;
	}
	img.comp3 {
		width: 40%;
		height: auto;
		float: right;
	}
	.course_col4 {
		width: 96%;
		margin: 10px auto;
		padding: 5px;
		border: 3px solid #063;
	}
	.course_col4 table {
		width: 98%;
		margin: 2px auto;
		background: #FFF;
	}
	.course_col4 th, .course_col4 td {
		border: 1px solid #CCC;
		padding: bottom;
		padding: 2px 5px;
	}
	.course_col5 {
		width: 96%;
		margin-top: 10px;
		padding: 5px;
		border: 3px solid #063;
	}
	.course_col1 h4, .course_col2 h4, .course_col3 h4 {
		color: #036;
		font-size: 1.2em;
	}
	img.colum1 {
		width: auto;
		height: 150px;
		float: left;
		margin-right: 10px;
	}
	img.colum2 {
		width: 100%;
		height: auto;
	}
	img.colum3 {
		display: none;;
	}
	.cs {
		width: 98%;
		margin: 10px auto;
	}
/*CONTACT*/
	#contact .sub_title {
		background: url(../contact/img/bg_title_sp.jpg) no-repeat;
	}
	.contact h2 {
		font-size: .9rem;
	}
	.contact_form {
		width: 96%;
		height: 500px;
		border: none;
		overflow-y: scroll;
	}
/*NEW COURSE*/
	.newcourse {
		width: 98%;
		margin: 0 auto;
	}
	.newcourse img.map1 {
		float: none;
	}
	.newcourse img.map1, .newcourse img.map2 {
		width: 80%;
		height: auto;
	}
	.newcourse img.map3 {
		width: 100%;
		height: auto;
	}
	.pc {
		display: none;
	}
	.contact_box_sp {
		width: 90%;
		padding: 5px;
		border: 1px solid #036;
		margin: 20px auto;
	}
	.contact_box_pc {
		display: none;
	}
	.mail_button a {
		display:block;
		color: #FFF;
		font-weight: bold;
		background: #036 left center;
		padding: 2px 10px;
		border-radius: 6px !important;
		-webkit-border-radius: 6px !important;
		-moz-border-radius: 6px !important;
		border: 1px solid #036;
		float: left;
	}
	.mail_button a:hover {
		color: #FC0;
	}
/*BOOTH*/
	.booth_button1, .booth_button2, .booth_button3 {
		width: 100%;
		height: 80px;
		float: none;
		text-align: left;
	}
	.booth_button1 {
		background: url(../booth/img/bg_booth_sp1.png) no-repeat #FFF8FF;
	}
	.booth_button2 {
		background: url(../booth/img/bg_booth_sp2.png) no-repeat #F0FFFF;
	}
	.booth_button3 {
		background: url(../booth/img/bg_booth_sp3.png) no-repeat #F0F0DD;
	}
	.booth_button1 a, .booth_button2 a, .booth_button3 a {
		width: 60%;
		height: 60px;
		padding-left: 40%;
		padding-top: 20px;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.booth_button1 a {
		background: url(../booth/img/button1_sp.png) no-repeat 95% 23px ;
	}
	.booth_button2 a {
		background: url(../booth/img/button2_sp.png) no-repeat 95% 23px ;
	}
	.booth_button3 a {
		background: url(../booth/img/button3_sp.png) no-repeat 95% 23px ;
	}
	.booth img {
		width: 100%;
		height: auto;
	}
	.booth .pc {
		display: none;
	}
}
/**/
