@charset "UTF-8";

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

	清光学園 学内専用ページ [各ページスタイルCSS]
	/common/css/style.css

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

/* ==================================================
	トップページ
================================================== */

@media screen and (min-width: 741px) {
#top #lead {
	position: relative;
}
#top #lead .copy img {
	width: 204px;
}
#top #lead .img {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0 !important;
}
#top #lead .txt {
	width: 320px;
}
#top #lead .tr {
	margin-top: 0;
}
#top div#div01_l {
	float: left;
	width: 423px;
	margin-bottom: 50px;
}
#top div#div01_r {
	float: right;
	width: 423px;
	padding-left: 33px;
	border-left: 1px dotted #666;
}
#top dl.dl01 {
	border-bottom: 1px solid #0071a8;
	padding-bottom: 15px;
}
#top dl.dl01 dt {
	float: left;
	width: 133px;
}
#top dl.dl01 dd {
	float: right;
	width: 275px;
	padding-left: 15px;
}
#top dl.dl02 {
	border-bottom: none;
}
#top dl.dl02 dt {
	float: none;
	width: 100%;
	margin-top: 10px;
	font-size: 110%;
	line-height: 1.5em;
}
#top dl.dl02 dt a {
	background: url(../images/icon_arw.png) right 5px no-repeat ;
	padding-right: 18px;
	color: #0071a8;
}
#top dl.dl02 dt a span {
	display: inline-block;
	font-size: 90%;
	margin-top: 0;
	padding-top: 0;
	line-height: 1.25em;
}
#top dl.dl02 dd {
	float: none;
	width: 100%;
	padding-left: 0;
	margin-top: 10px;
}
.mb20 { margin-bottom: 20px; }
.h2_03 { padding-top: 30px; }
}

@media screen and (max-width: 740px) {
#top #lead .copy {
	margin-bottom: 1em;
}
#top #lead .copy img {
	width: 60%;
}
#top #lead .img {
	float: right;
	width: 44%;
	margin-top: 0.5em;
	margin-left: 1em;
	margin-bottom: 1em;
}
#top #lead .tr {
	margin-top: 0;
}
#top .fl.img {
	width: 46%;
}
#top div#div01_l {
	float: none;
	width: auto;
	padding-right: 0;
	border-right: none;
}
#top div#div01_r {
	float: none;
	width: auto;
	padding-top: 30px;
	margin-bottom: -20px;
}
#top dl.dl01 {
	border-bottom: 1px solid #0071a8;
	padding-bottom: 15px;
}
#top dl.dl01 dt {
	float: left;
	width: 30%;
}
#top dl.dl01 dt img {
	width: auto;
	height: auto;
}
#top dl.dl01 dd {
	float: right;
	width: 65%;
	padding-left: 5%;
}
#top dl.dl02 {
	border-bottom: none;
}
#top dl.dl02 dt {
	float: none;
	width: 100%;
	margin-top: 0;
	font-size: 100%;
	line-height: 1.5em;
}
#top dl.dl02 dt a {
	background: url(../images/icon_arw.png) right 5px no-repeat ;
	padding-right: 18px;
	color: #0071a8;
}
#top dl.dl02 dt a span {
	display: inline-block;
	font-size: 80%;
	margin-top: 0;
	padding-top: 0;
	line-height: 1.5em;
}
#top dl.dl02 dd {
	float: none;
	width: 100%;
	padding-left: 0;
	margin-top: 10px;
	font-size: 90%;
}
.mb20 { margin-bottom: 20px; }
.h2_03 { padding-top: 20px; }
}


/* ==================================================
	トップページ更新（2017/10/26）
================================================== */

.cassette .image img {
	box-sizing: border-box;
	max-width: 100%;
	border: solid 1px #dcdcdc;
}
#main_col .cassette .text h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
	font-size: 138.46%;
}
#main_col .color_blue .text h3 a { color: #0071a6; }
#main_col .color_orange .text h3 a { color: #e93c00; }
.cassette .notes a {
	display: inline-block;
	margin-top: 0.5em;
	text-decoration: underline;
}

@media screen and (min-width: 741px), print {
	#main_col h2 {
	margin: 20px 0;
	padding-bottom: 0;
	}
	#main_col h2 img {
		height: auto;
	}
	.box842 {
		width: 842px;
		margin-left: auto;
		margin-right: auto;
	}
	.cassette {
		display: table;
		width: 100%;
		margin-bottom: 40px;
		padding-top: 40px;
		border-top: solid 1px #d0d0d0;
	}
	.cassette > * {
		display: table-cell;
		vertical-align: middle;
	}
	.cassette .image {
		width: 410px;
	}
	.cassette .text {
		padding-left: 25px;
	}
	.cassette .notes a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width: 740px) {
		#main_col h2 {
		margin: 0.75em 0 1.5em;
		padding: 0;
		}
	.cassette {
		margin-bottom: 2.5em;
		padding-bottom: 2.5em;
		border-bottom: solid 1px #d0d0d0;
	}
	.cassette:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.cassette .image {
		margin-bottom: 1em;
	}
}





















