@charset "utf-8";
/* =======================================

	ContentsElements

======================================= */

/* ------------------------------------
		#magazineNews
------------------------------------ */
#magazineNews {
	margin: 50px 110px 50px 110px;
	color: #898989;
}

#magazineNews h2 {
	padding: 15px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 170%;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px #000;
	background-image: url(../img/title_bg.png);
	border-radius: 8px;
	box-shadow:2px 2px 4px rgba(0, 0, 0, 0.3);
}

#magazineNews h3 {
	margin: 40px 0 10px 0;
	color: #ff0000;
	font-size: 140%;
	font-weight: bold;
}

#magazineNews .imgArea {
	width: 780px;
	height: 274px;
	margin: 40px 0;
	font-size: 110%;
	line-height: 180%;
	position: relative;
}

#magazineNews img {
	margin: 0 20px 0 0;
	float: left;
}

#magazineNews .fontB {
	font-size: 110%;
	line-height: 180%;
}

#magazineNews h4 {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	font-weight: bold;
	line-height: 180%;
}

#magazineNews .details {
	float: left;
}

#magazineNews .details dl {
	width: 565px;
/*	position: absolute;  */
/*	bottom: 0;
	right: 0;  */
}

#magazineNews .details dt {
	float: left;
	clear: left;
	width: 125px;
	margin-bottom: 1em;
}


#magazineNews .details dd {
	float: left;
	width: 440px;
}

#magazineNews .details p.link {
	margin-top:1em;
}

#magazineNews .details dl.book dt {
	margin-bottom: 0;
}

#magazineNews .details dl.book dt:first-of-type {
	margin-bottom: 1em;
}

#magazineNews h5,
#magazineNews h6 {
	font-weight: bold;
}
#magazineNews h5 {
	font-size: 110%;
	margin-bottom:0.5em;
}
#magazineNews h6 {
	margin-top: 1em;
	font-size: 100%;
}

#magazineNews p.guidance {
	border: 1px dashed #898989;
	margin: 1em 0 0 1em;
	padding: 0.5em 1em;
}

#magazineNews .comBox {
	margin: 70px 0 0 0;
	padding: 15px 40px 30px 40px;
	border:solid 1px #898989;
	line-height: 150%;
}

#magazineNews .comBox p {
	margin: 15px 0 0 0;
}

/* =====================================
	ClearFixElements
===================================== */
.clearfix:before,
.clearfix:after,
#magazineNews .imgArea:before,
#magazineNews .imgArea:after,
#magazineNews .details:before,
#magazineNews .details:after,
#magazineNews .details dl:before,
#magazineNews .details dl:after,
#magazineNews .details dt:before,
#magazineNews .details dt:after{
	content: " ";
	display: table;
}
.clearfix:after,
#magazineNews .imgArea:after,
#magazineNews .details:after,
#magazineNews .details dl:after,
#magazineNews .details dt:after
{clear: both;
}
.clearfix,
#magazineNews .imgArea,
#magazineNews .details:after,
#magazineNews .details dl:after,
#magazineNews .details dt:after
 {*zoom: 1;}



/* ------------------------------------
		PF作成 共通部
------------------------------------ */
div#main section {
	margin: 50px 110px 50px 110px;
	color: #898989;
}
div#main section h2 {
	padding: 15px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 170%;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px #000;
	border-radius: 8px;
	box-shadow:2px 2px 4px rgba(0, 0, 0, 0.3);
}
div#main section h3 {
	margin: 40px 0 10px 0;
	padding-left: 1em;
	font-size: 140%;
	font-weight: bold;
    text-indent: -1em;
}

/* committee */
#committee h2 {	background-image: url(../img/title_bg_hensyu.png); }
#committee h3 { color: #ff0000; }

#committee div#container {
	width: 780px;
	margin: 40px 0;
	font-size: 110%;
	line-height: 180%;
	position: relative;
}

#committee img {
	margin: 0 20px 20px 0;
}
#committee div#imgArea {
	float: left;
}
#committee div#message {
	float: right;
	width: 460px;	/* 780-300-20 */
}

#committee table.signature {
	margin-left:auto;
	margin-right:0;
	margin-top:1em;
}
#committee table.signature td.title,
#committee table.signature td.org { padding-right :1em }
#committee br.clear {
	clear: both;
}


/* meeting */
#meeting h2 { background-image: url(../img/title_bg_oshirase.png); }
#meeting h3 { color: #008900; }

#meeting h4 {
	font-weight:bold;
}

#meeting p {
	margin-bottom:1em;
}

#meeting h2 + p {
	margin:1em 0 3em;
}

#meeting p.comingsoon {
	font-weight: bold;
}

/* admission */
#admission h2 { background-image: url(../img/title_bg_nyukai.png); }
#admission h3 { color: #ED6C00; }
#admission h4 {
	font-weight: bold;
	margin-top: 1em;
}

/* contact */
#contact h2 { background-image: url(../img/title_bg_toiawase.png); }
#contact h3 { color: #A03C82; }

/* link */
#link h2 { background-image: url(../img/title_bg_link.png); }

/* citizens */
#citizens h2 { background-image: url(../img/title_bg_ippan.png); }
#citizens h3 { color: #5FBF49; }
#citizens p.comingsoon {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 3em;
}
