@charset "UTF-8";

/* --------------------------------------------------------------

	清光学園 受験生NAVI [トップページCSS]
	/common/css/top.css

-------------------------------------------------------------- */

/* ==================================================
	base
================================================== */

body#top {
	background: none;
}
#top #main_col,
#top #side_col {
	display: none;
}

@media screen and (min-width: 741px) {
#top #content_wrap #content {
	width: 960px;
	margin: 0 auto;
}
}


/* ==================================================
	スライドショー
================================================== */

@media screen and (min-width: 741px) {
#slideshow {
	width: 710px;
}
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 14px;
	width: 100%;
	z-index: 1000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	background-image: url(../../images/slide_pager.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position: left bottom;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../images/slide_controls.png) no-repeat 0 0;
	opacity: 0.7;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../images/slide_controls.png) no-repeat -30px 0;
	opacity: 0.7;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 1000;
}

@media screen and (max-width: 740px) {
.bx-wrapper {
	margin: 0 auto 24px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: -5px;
}
.bx-wrapper .bx-prev {
	left: 0px;
	background: url(../../images/slide_controls.png) no-repeat 0 0;
	opacity: 1;
}
.bx-wrapper .bx-next {
	right: 0px;
	background: url(../../images/slide_controls.png) no-repeat -20px 0;
	opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-size: 40px auto;
}
}


/* ==================================================
	バナー
================================================== */

#top_content>div {
	padding-top: 20px;
	margin-bottom: 30px;
}

@media screen and (min-width: 741px) {
#top_bnr01 {
	padding-top: 8px;
}
#top_bnr01 li {
	float: left;
	margin-right: 20px;
}
#top_bnr02 {
	position: absolute;
	top: 460px;
	right: 0px;
}
#top_bnr03 {
	position: absolute;
	top: 20px;
	right: 0px;
}
#top_bnr02 li,
#top_bnr03 li {
	margin-bottom: 10px;
}
}



/* ==================================================
	大学・短大（切り替え表示）
================================================== */

@media screen and (min-width: 741px) {
/* 切り替えタブ */
#container_swith_tab {
	width: 960px;
	margin: 0 auto;
}
#container_swith_tab li {
	margin: 0;
}
#container_swith_tab li a {
	display: block;
	width: 472px;
	height: 45px;
	text-indent: -9999px;
	background-image: url(../../images_new/con_nav.png);
	background-repeat: no-repeat;
}
#container_swith_tab li.nav01 a { background-position: 0px 0px; }
#container_swith_tab li.nav01.select a,
#container_swith_tab li.nav01 a:hover { background-position: 0px -45px; }
#container_swith_tab li.nav02 a { background-position: 0px -90px; }
#container_swith_tab li.nav02.select a,
#container_swith_tab li.nav02 a:hover { background-position: 0px -135px; }
}

/* 切り替え表示エリア */
.container {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 10px;
}
.container.hide {
	display: none;
}

/* 大学 */
#okazaki_u {
	border-top: solid 2px #6942b6;
}
#okazaki_u .news h2 {
	/*background: url(../../images/news_ttl_bg_u.png) left top no-repeat;*/
	border-bottom: solid 1px #afafaf;
}

/* 短大 */
#okazaki_c {
	border-top: solid 2px #00b1da;
}
#okazaki_c .news h2 {
	/*background: url(../../images/news_ttl_bg_c.png) left top no-repeat;*/
	border-bottom: solid 1px #afafaf;
}

@media screen and (max-width: 740px) {
/* 切り替えタブ */
#container_swith_tab {
	width: auto;
	margin: 2em 10% 0;
}
#container_swith_tab li {
	width: 48%;
}
#container_swith_tab li a {
	display: block;
	width: 100%;
	height: 3em;
	line-height: 3em;
	background: #efefef;
	text-align: center;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
}
#container_swith_tab li.nav01 a { color: #6942b6; }
#container_swith_tab li.nav01.select a { background: #6942b6; color: #fff; }
#container_swith_tab li.nav02 a { color: #00b1da; }
#container_swith_tab li.nav02.select a { background: #00b1da; color: #fff; }

/* 切り替え表示エリア */
.container {
	width: auto;
	padding: 0;
}
.container>div {
	margin: 0;
	padding: 1.5em 0 1em;
}
}


/* ==================================================
	タブ切り替え内バナー
================================================== */

@media screen and (min-width: 741px) {
.bnr {
	margin-right: -12px;
}
.bnr li {
	float: left;
	margin-right: 12px;
}
.bnr li a {
	display: block;
	width: 228px;
	border: solid 1px #d5d5d5;
}
.bnr li a img {
	display: block;
	max-width: 100%;
}
}

@media screen and (max-width: 740px) {
.bnr {
	margin: 0 3% 1em;
}
.bnr li {
	float: left;
	width: 50%;
}
.bnr li a {
	display: block;
	margin: 0 2% 4%;
}
.bnr li img {
	max-width: 100%;
	border: solid 1px #d5d5d5;
}
}


/* ==================================================
	最新情報一覧
================================================== */

@media screen and (min-width: 741px) {
.news {
	margin-top: 20px;
}
.news h2 {
	overflow: hidden;
	padding: 0 5px 10px 13px;
	margin-bottom: 15px;
}
.news h2 span {
	padding-top: 14px;
	line-height: 0;
}
.news h2 .news_ttl {
	display: block;
	width: 79px;
	height: 16px;
	background: url(../../images_new/news_ttl.png) left bottom no-repeat;
	text-indent: -9999px;
}
.news h2 .news_btn {
	padding-top: 16px;
}
.news h2 a {
	margin-right: 13px;
}
}

@media screen and (max-width: 740px) {
.news {
	background: none;
	padding: 0;
}
.news h2 {
	margin: 0 4% 1em;
	font-size: 120%;
	color: #808080;
}
.news h2 .news_ttl {
	line-height: 2.0;
}
.news h2 .news_btn a {
	line-height: 1.4;
	padding-left: 1em;
}
}

/* news_list
------------------------------------------ */
.news_list {
	clear: both;
	margin-right: -16px;
}
.news_list.hide {
	display: none;
}

@media screen and (min-width: 741px) {
.news_list li {
	float: left;
	display: block;
	width: 206px;
	/*height: 260px;*/
	border: solid 1px #d5d5d5;
	border-radius: 6px;
	background: url(../../images/news_cassette_bg.png) left top no-repeat;
	margin: 0 16px 16px 0;
	padding: 10px 10px 0;
}
.news_list li .thumb {
	width: 208px !important;
	height: 156px;
	text-align: center;
	margin-bottom: 14px;
}
.news_list li .thumb img {
	max-width: 100%;
	max-height: 100%;
}
}

@media screen and (min-width: 320px) and (max-width: 374px) {	/* iPhone4,5,5s */
.news_list li .thumb { height: 99px !important; }
}
@media screen and (min-width: 375px) and (max-width: 413px) {	/* iPhone6 */
.news_list li .thumb { height: 116px !important; }
}
@media screen and (min-width: 414px) and (max-width: 740px) {	/* iPhone6 Plus */
.news_list li .thumb { height: 128px !important; }
}

.news_list li dl {
	margin: 0 0.5em;
}
.news_list li dl dt {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 84px;
	font-size: 85%;
	height: 18px;
	line-height: 20px;
	margin-bottom: 5px;	/* 20150824修正 */
}
#okazaki_u .news_list li.cat01 dl dt { background-image: url(../../news/images/cat_icon01_u.png); }
#okazaki_u .news_list li.cat02 dl dt { background-image: url(../../news/images/cat_icon02_u.png); }
#okazaki_u .news_list li.cat03 dl dt { background-image: url(../../news/images/cat_icon03_u.png); }
#okazaki_u .news_list li.cat04 dl dt { background-image: url(../../news/images/cat_icon04_u.png); }
#okazaki_u .news_list li.cat05 dl dt { background-image: url(../../news/images/cat_icon05_u.png); }
#okazaki_c .news_list li.cat01 dl dt { background-image: url(../../news/images/cat_icon01_c.png); }
#okazaki_c .news_list li.cat02 dl dt { background-image: url(../../news/images/cat_icon02_c.png); }
#okazaki_c .news_list li.cat03 dl dt { background-image: url(../../news/images/cat_icon03_c.png); }
#okazaki_c .news_list li.cat04 dl dt { background-image: url(../../news/images/cat_icon04_c.png); }
#okazaki_c .news_list li.cat05 dl dt { background-image: url(../../news/images/cat_icon05_c.png); }
.news_list li dl dd {	/* 20150824追加 */
	line-height: 1.5;
}

@media screen and (max-width: 740px) {
.news_list {
	margin: 0 3%;
}
.news_list li {
	float: left;
	width: 43%;
	margin: 0 1% 10px;
	display: block;
	background: #fff;
	border: solid 1px #d5d5d5;
	border-radius: 5px;
	padding: 2%;
}
.news_list li .thumb {
	width: 100%;
	text-align: center;
	margin-bottom: 0.5em;
}
.news_list li .thumb img {
	max-width: 100%;
	max-height: 100%;
}
.news_list li dl {
	margin: 0 0.5em;
}
.news_list li dl dt {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 0;
	padding-top: 22px;
	font-size: 80%;
	height: 18px;
	line-height: 20px;
	margin-bottom: 0.5em;
}
.news_list li dl dd {
	line-height: 1.6;
}
}

/* bnr_list
------------------------------------------ */
#top_banner {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}
#top_banner ul {
	margin-right: -18px;
}
#top_banner ul#bnr_list01 li {
	float: left;
	margin: 0 16px 10px 0;
}
#top_banner ul#bnr_list02 {
	clear: both;
}
#top_banner ul#bnr_list02 li {
	float: left;
	margin-right: 18px;
}

@media screen and (max-width: 740px) {
#top_banner {
	width: 94%;
	margin: 0 3%;
	padding-top: 1em;
}
#top_banner ul#bnr_list01,
#top_banner ul#bnr_list02 {
	margin-right: 0;
}
#top_banner ul#bnr_list01 li,
#top_banner ul#bnr_list02 li {
	float: left;
	width: 48%;
	margin: 0 1% 8px;
}
#top_banner ul li img {
	width: 100%;
}
}


/* =============================================================
	2016年度更新
============================================================= */

/* top_contents
------------------------------------------------------------- */
@media screen and (min-width: 741px) {
	#top_content a img {
		max-width: 100%;
		transition: opacity ease-out 0.3s;
	}
	#top_content a:hover img {
		opacity: 0.7;
	}
	#banner01 {
		margin: 0 -6px;
	}
	#banner01 li {
		width: 482px;
	}
	#banner02 {
		margin: 8px -14px 0 -6px;
	}
	#banner02 li {
		float: left;
		width: 237px;
		margin-right: 8px;
	}
	#banner03 {
		margin: 20px -6px;
		text-align: center;
	}
	#banner03 li {
		display: inline-block;
		width: 184px;
		margin: 0 3px;
	}
}

@media screen and (max-width: 740px) {
	#top #content_wrap {
		background: none;
	}
	#top #top_content {
		padding-bottom: 1em;
		background: url(../images/body_bg.png) center top no-repeat #eefafd;
	}
	#top_content > div {
		margin: 0;
		padding: 2%;
		text-align: center;
	}
	#top_content a img {
		max-width: 100%;
	}
	#banner02 li, #banner03 li {
		float: left;
		width: 50%;
	}
	#banner03 li {
		width: 48%;
		margin: 2% 1% 0;
	}
}
