@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;
}
}

@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%;
}
}


/* ==================================================
	ご利用案内
================================================== */

@media screen and (min-width: 741px) {
#agreement table.fl {
	width: 266px;
}
#agreement table.fr {
	width: 354px;
}
}

@media screen and (max-width: 740px) {
#agreement table {
	float: none;
	width: auto;
	margin-top: 0.5em;
}
#agreement table th {
	width: 30%;
}
}


/* ==================================================
	講座紹介・申込み
================================================== */

#lecture #subnav {
	margin-right: -6px;
}
#lecture #subnav li {
	float: left;
	margin-right: 6px;
}

#lecture .lecture_box {
	padding-top: 40px;
}
@media screen and (min-width: 741px) {
#lecture .lecture_box .inbox {
	margin-top: 0;
}
}

#lecture .subttl {
	margin-bottom: 20px;
}
#lecture .box305 h5 {
	margin-top: 0;
}
#lecture .inbox p strong {
	font-size: 115%;
	font-weight: bold;
	color: #ff8b50;
}
#lecture .table01 th,
#lecture .table01 td {
	padding: 10px 5px 8px;
}
#lecture .table01 .date {
	width: 17%;
}
#lecture .table01 .period {
	width: 23%;
}
#lecture .table01 .tac {
	text-align: center;
}

@media screen and (min-width: 741px) {
#lecture #subnav li a {
	display: block;
	width: 209px;
	height: 48px;
}
#lecture #subnav li a:hover {
	background-color: #ffe7dc;
}
#lecture #subnav li a:hover img {
	opacity: 1;
}
#lecture .table01 .target {
	width: 5.5em;
}
#lecture .table01 .entry {
	width: 4.5em;
}
}

@media screen and (max-width: 740px) {
#lecture .lecture_box {
	margin-top: -40px;
}
#lecture #subnav {
	margin-top: 20px;
	margin-right: 0;
}
#lecture #subnav li {
	float: left;
	width: 48%;
	margin: 0 1% 2%;
}
#lecture .table01 {
	font-size: 90%;
}
#lecture .subttl {
	margin-bottom: 2em;
}
#lecture .box305.fr h5 {
	margin-top: 2em;
}
#lecture .table01 .target {
	width: 4em;
}
#lecture .table01 .entry {
	width: 2em;
}
}


/* ==================================================
	エントリーフォーム｜講座紹介・申込み
================================================== */

#entry form table th,
#entry form table td {
	border: solid 1px #d4d4d4;
	padding: 1em;
	vertical-align: top;
	line-height: 1.5;
}
#entry form table th {
	width: 20%;
	background: #ffede4;
	font-size: 90%;
	text-align: left;
}
#entry form em {
	color: #f00;
}
#entry form table td em {
	padding-left: 1em;
	font-size: 80%;
}
#entry form table td span {
	padding-left: 1em;
	color: #999;
	font-size: 80%;
}
#entry #main_col .inbox form table td p {
	margin: 0 0 1em 0;
}
#entry form table td input {
	padding: 0.3em;
}
#entry #pbtn,
#entry #cbtn {
	margin-top: 1em;
}
#entry table .widS { width: 25%; }
#entry table .widM { width: 35%; }
#entry table .widL { width: 80%; }

@media screen and (max-width: 740px) {
#entry form table {
	border-bottom: solid 1px #d4d4d4;
}
#entry form table th,
#entry form table td {
	display: block;
	width: auto;
	padding: 0.75em 2%;
	border-bottom: none;
	font-size: 90%;
}
#entry form table td em {
	display: block;
	padding-left: 0;
	padding-top: 0.5em;
}
#entry form table td span {
	display: block;
	padding-top: 0.5em;
	padding-left: 0;
	color: #999;
	font-size: 80%;
}
}


/* ==================================================
	スマイルりんく
================================================== */

#link dl {
	margin-bottom: 40px;
}
#link dl dt {
	border-left: solid 5px #ff8b50;
	background: #f4f4ef;
	padding: 12px 15px 12px 18px;
	font-size: 115%;
	line-height: 1.4em;
	margin-bottom: 25px;
}
#link dl dt a {
	color: #ff8b50;
}
@media screen and (max-width: 740px) {
#link dl dt {
	padding: 10px 15px 10px 18px;
}
}