@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;
}
.box305 {
	width: 305px;
}

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


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

#content_wrap #content h1 {
	height: 36px;
	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 #5367b6;
}
#main_col h2 img {
	height: 20px;
}
#side_col h2 a:hover img {
	opacity: 1;
}
#main_col h3 {
	font-size: 130%;
	color: #5367b6;
	padding-bottom: 0.5em;
	background: url(../images/h3_bg.png) left bottom no-repeat;
	margin-bottom: 18px;
}
#main_col h4 {
	border-left: solid 5px #5367b6;
	background: #f4f4ef;
	padding: 12px 15px 11px 18px;
	font-size: 115%;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#main_col h5 {
	margin-top: 25px;
	font-size: 115%;
	font-weight: bold;
	color: #5367b6;
	padding-bottom: 8px;
	border-bottom: solid 2px #5367b6;
	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 #5367b6;
	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: #ffe7dc;
	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: #ffe7dc;
	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: #5367b6;
	line-height: 1.73;
}
#main_col .inbox .notes {
	font-size: 85%;
	line-height: 1.6;
}
#main_col .inbox .img {
	margin-top: 0;
}

/* align
------------------------------------------ */
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }

/* color
------------------------------------------ */
.c_green { color: #5367b6; }

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

/* jisage
------------------------------------------ */
.jisage { text-indent: -1em; padding-left: 1em;}
.jisage01-25 { text-indent: -1.25em; padding-left: 1.25em;}
.jisage01-35 { text-indent: -1.35em; padding-left: 1.35em;}
.jisage01-5 { text-indent: -1.5em; padding-left: 1.5em;}
.jisage02 { text-indent: -2em; padding-left: 2em;}
.jisage02-5 { text-indent: -2.5em; padding-left: 2.5em;}
.jisage03 { text-indent: -3em; padding-left: 3em;}
.jisage05 { text-indent: -5em; padding-left: 5em;}
span.jisage { display: inline-block; text-indent: -1em; padding-left: 1em;}
span.jisage01-25 { display: inline-block; text-indent: -1.25em; padding-left: 1.25em;}
span.jisage01-35 { display: inline-block; text-indent: -1.35em; padding-left: 1.35em;}
span.jisage01-5 { display: inline-block; text-indent: -1.5em; padding-left: 1.5em;}
span.jisage02 { display: inline-block; text-indent: -2em; padding-left: 2em;}
span.jisage02-5 { display: inline-block; text-indent: -2.5em; padding-left: 2.5em;}
span.jisage03 { display: inline-block; text-indent: -3em; padding-left: 3em;}
span.jisage05 { display: inline-block; text-indent: -5em; padding-left: 5em;}
#main_col table td span.jisage { display: inline-block;}


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

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

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

.fl.img { margin-right: 20px; margin-bottom: 20px; }
.fr.img { margin-left: 20px; margin-bottom: 20px; }

/* ==================================================
	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;
}

dl.dl_list02 dt {
	font-weight: bold;
	color: #5367b6;
	margin-bottom: 0.5em;
}
dl.dl_list02 dd {
	padding-bottom: 1em;
	border-bottom: dotted 1px #000;
	margin-bottom: 1em;
}
dl.dl_list02 dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}


/* ==================================================
	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: #ffede4;
	color: #5367b6;
	white-space: nowrap;
}
.table01 th.heading {
	background: #f1f1f1;
}

.table02 th,
.table02 td {
	border: solid 1px #5367b6;
	padding: 0.5em 0.8em;
	vertical-align: middle;
}
.table02 th {
	background: #5367b6;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}
.table02 td {
	font-size: 115%;
	font-weight: bold;
	color: #5367b6;
}