@charset "UTF-8";

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

	清光学園 図書館 [共用パーツCSS]
	/common/css/component.css

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

/* ==================================================
	hidepc
================================================== */
@media screen and (min-width: 741px) {
.hidepc,
#global_nav_open_btn {
	display: none;
}
}


/* ==================================================
	box
================================================== */

.box960 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#main_col .inbox {
	margin: 30px 0;
}


/* ==================================================
	headign
================================================== */

#content_wrap #content h1 {
	height: 93px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 6px;
}
#main_col h2 {
	margin: 10px 0 30px;
	font-size: 154%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: solid 1px #60a28e;
}
#side_col h2 a:hover img {
	opacity: 1;
}
#main_col h3 {
	font-size: 130%;
	color: #60a28e;
	padding-bottom: 0.5em;
	background: url(../images/h3_bg.png) left bottom no-repeat;
	margin-bottom: 18px;
}
#main_col h4 {
	border-left: solid 5px #60a28e;
	background: #f2f3f6;
	padding: 12px 15px 11px 18px;
	font-size: 115%;
	line-height: 1.4em;
	margin-bottom: 25px;
}
#main_col h5 {
	margin-top: 25px;
	font-size: 115%;
	font-weight: bold;
	color: #60a28e;
	padding-bottom: 8px;
	border-bottom: solid 2px #60a28e;
	margin-bottom: 15px;
	position: relative;
}


/* ==================================================
	link
================================================== */

.link_list li {
	background: url(../images/link_arw.png) left 6px no-repeat;
	padding-left: 9px;
}

.link_btn {
	margin-right: -16px;
}
.link_btn li {
	float: left;
	margin: 0 16px 16px 0;
	width: 306px;
	height: 41px;
	border: solid 3px #60a28e;
	line-height: 43px;
	overflow: hidden;
}
.link_btn li a {
	display: block;
	padding: 0 1em;
	background: url(../images/link_btn_arw.png) 286px center no-repeat;
}
.link_btn li a:hover {
	background-color: #dfece8;
	text-decoration: none;
}

.link_bnr li {
	margin-top: 1em;
	height: 41px;
	border: solid 3px #dfdfdf;
	line-height: 43px;
	overflow: hidden;
}
.link_bnr li a {
	display: block;
	padding: 0 1em;
	background: url(../images/link_btn_arw.png) 610px center no-repeat;
}
.link_bnr li a:hover {
	background-color: #dfece8;
	text-decoration: none;
}


/* ==================================================
	text
================================================== */

#main_col .inbox p {
	margin-top: 1em;
	line-height: 2;
}
#main_col .inbox p strong {
	font-weight: bold;
	color: #d41c24;
}
#main_col .inbox .lead {
	font-size: 115%;
	font-weight: bold;
	color: #60a28e;
	line-height: 1.73;
}
#main_col .inbox .notes {
	font-size: 85%;
	line-height: 1.6;
}

/* align
------------------------------------------ */
.tc { text-align: center; }

/* color
------------------------------------------ */
.c_green { color: #60a28e; }

/* weight
------------------------------------------ */
.f_bold { font-weight: bold; }


/* ==================================================
	float
================================================== */

.fl { float: left; }
.fr { float: right; }
.fc { clear: both; }

.cf:after { content: ""; display: block; clear: both; }


/* ==================================================
	list
================================================== */

dl.dl_list01 {
	margin-top: 2em;
}
dl.dl_list01 dt {
	margin-bottom: 0.5em;
}
dl.dl_list01 dd {
	display: list-item;
	list-style-type: disc;
	margin-left: 1.5em;
}


/* ==================================================
	table
================================================== */

th.nowrap,
td.nowrap {
	white-space: nowrap;
}

.table01 {
	width: 100%;
}
.table01 th,
.table01 td {
	border: solid 1px #d4d4d4;
	padding: 10px 15px 8px;
	vertical-align: middle;
}
.table01 th.first, 
.table01 td.first {
	border-left: none;
}
.table01 th.last, 
.table01 td.last {
	border-right: none;
}
.table01 tr.heading th {
	background: #60a28e;
	color: #fff;
	white-space: nowrap;
}
.table01 th.heading {
	background: #f1f1f1;
}
