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

/* アンカーリンク
------------------------------------------ */
#navi01,#navi02,#navi03,#navi04,#navi05,
#navi06,#navi07,#navi08,#navi09,#navi10 {
  margin-top: -50px;
  padding-top: 50px;
}
a.anchor-mg {
	position:relative;
	z-index:2;
}

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

#top .img02 {
	margin: 20px 0 10px;
}
#top .inbox a {
	color: #5367b6;
}
#top a.link_arw {
	display: inline-block;
	background: url(../../images/icon_arw.png) right 0.4em no-repeat;
	margin-left: 1.5em;
	padding: 0 15px 1px 0;
	font-size: 90%;
}


/* ==================================================
	生涯学習・市民交流活動
================================================== */

#idea01 div.div01_l {
	float: left;
	width: 230px;
}
#idea01 div.div01_r {
	float: right;
	width: 390px;
	margin: -10px 0 0 20px;
}

@media screen and (max-width: 740px) {
#idea01 div.div01_l {
	float: none;
	width: auto;
	text-align: center;
	margin-right: 2%;
}
#idea01 div.div01_l img {
	width: 75%;
	height: 75%;
}
#idea01 div.div01_r {
	float: none;
	width: auto;
	margin: 10px 0 0 0;
}
#idea01 .img {
	margin-bottom: 10px;
}
}


/* ==================================================
	岡崎大学懇話会に関する活動
================================================== */

#idea02 div.div01_l {
	float: left;
	width: 230px;
}
#idea02 div.div01_r {
	float: right;
	width: 390px;
	margin: -10px 0 0 20px;
}

@media screen and (max-width: 740px) {
#idea02 div.div01_l {
	float: none;
	width: auto;
	text-align: center;
	margin-right: 2%;
}
#idea02 div.div01_l img {
	width: 75%;
	height: 75%;
}
#idea02 div.div01_r {
	float: none;
	width: auto;
	margin: 10px 0 0 0;
}
#idea02 .img {
	margin-bottom: 10px;
}
}


/* ==================================================
	地域とともに（広報誌）
================================================== */

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