@charset "UTF-8";

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

	学校法人清光学園 親と子どもの発達センター [印刷用CSS]
	/common/css/print.css

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

/* ==================================================
	非表示
================================================== */

#fixed_header,
.hidepc,
#global_nav_open_btn {
	display: none;
}


/* ==================================================
	共通
================================================== */

body {
	min-width: 1000px;
	background: url(../images/bg.png) center top repeat-x;
}
#body_wrap {
	width: 100%;
	background: url(../images/title_bg.png) center top no-repeat;
}

#footer_add {
	margin: 0 0 15px;
	border-top: solid 1px #bdbdbd;
	padding-top: 15px;
	font-size: 85%;
}
#footer_add p {
	float: left;
	padding-top: 5px;
	margin-right: 20px;
}
#footer_add #footer_link {
	float: right;
	padding-top: 7px;
}
#footer_add ul li {
	display: inline;
	margin-left: 25px;
}

.side_nav {
	background-color: #fff;
	border: solid 1px #d5d5d5;
	border-top: none;
	margin: -1px 0 20px;
}
.side_nav li {
	border-top: dotted 1px #9f9f9f;
	line-height: 1.4;
}
.side_nav li a {
	display: block;
	background-image: url(../images/side_nav_arw.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 30px;
}
.side_nav li a:hover,
.side_nav li a.current {
	background-color: #ffe7dc;
	text-decoration: none;
}
.side_nav li ul li {
}
.side_nav li ul li a {
	background-position: 30px center;
	padding: 10px 10px 10px 50px;
}

.side_bnr {
	margin-top: 13px;
}
.side_bnr li {
	margin-bottom: 10px;
}


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

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


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

#agreement table.fl {
	width: 266px;
}
#agreement table.fr {
	width: 354px;
}


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

#lecture .lecture_box .inbox {
	margin-top: 0;
}

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