@charset "UTF-8";

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

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

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

/* ==================================================
	hidesp
================================================== */

.hidesp { display: none; }


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

.box960 {
	width: auto;
	margin-left: 3.5%;
	margin-right: 3.5%;
}

#main_col .inbox {
	margin: 2em 0 0 0;
}


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

/* main_col
------------------------------------------ */
#content_wrap #content h1 {
	width: 100%;
	height: auto;
	display: block;
	padding-left: 0;
	margin-bottom: 20px;
}
#content_wrap #content h1 img {
	min-width: 100%;
}
#main_col h2 {
	padding-bottom: 15px;
	border-bottom: solid 1px #60a28e;
}
#main_col h3 {
	font-size: 130%;
	color: #60a28e;
	padding-bottom: 0.3em;
	background: url(../images/h3_bg_sp.png) left bottom no-repeat;
	background-size: 100% auto;
	margin-bottom: 1em;
}
#main_col h4 {
	border-left: solid 5px #60a28e;
	background: #f2f3f6;
	padding: 11px 10px 9px 15px;
	font-size: 131%;
	line-height: 1.4em;
	margin-bottom: 25px;
}
#main_col h5 {
	font-size: 115%;
	font-weight: bold;
	color: #60a28e;
	padding-bottom: 8px;
	border-bottom: solid 2px #60a28e;
	margin-bottom: 15px;
	position: relative;
}

/* side_col
------------------------------------------ */
#side_col h2 {
	display: none;
}


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

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

.link_btn {
	margin-right: 0;
}
.link_btn li {
	float: none;
	margin: 0 0 1em 0;
	width: 96%;
	height: 3em;
	border: solid 2% #60a28e;
}
.link_btn li a {
	display: block;
	padding: 0 1em;
	background: url(../images/link_btn_arw_sp.png) left center no-repeat;
	background-size: 100% auto;
}
.link_btn li a:hover {
	background-color: #cfe3dd;
	text-decoration: none;
}

.link_bnr li {
	margin: 1em 0 0 0;
	width: 96%;
	height: 3em;
	border: solid 2% #dfdfdf;
}
.link_bnr li a {
	display: block;
	padding: 0 1em;
	background: url(../images/link_btn_arw_sp.png) left center no-repeat;
	background-size: 100% auto;
}
.link_bnr li a:hover {
	background-color: #dfece8;
	text-decoration: none;
}


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

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

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

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

/* line height
------------------------------------------ */
#main_col .inbox p {
	line-height: 2;
}


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

.fc_sp { clear: both; }


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

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


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

td.nowrap {
	white-space: normal;
}

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