@charset "UTF-8";

/* ******************************************
 コンテンツ大枠　定義
****************************************** */

.information_details {
	width: 803px;
	margin-top: 30px;
	padding-bottom: 20px;
	color: #363636;
}



/* ******************************************
 ラップ
****************************************** */

.wrapper {
	width: 753px;
	margin: 0px auto;
}


/* ******************************************
 コンテンツ　定義
****************************************** */

/*□□ メインタイトル □□*/
.main-title {
	margin-bottom: 25px;
}


/*□□ ブロック大枠 □□*/
.information_details-wrap {
	width: 703px;
	margin: 0px auto;
}

.information_details-wrap h5 {
	font-size: 80%;
	margin-bottom: 10px;
}

.information_details-wrap h5 span.event {
	color: #FF3333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	letter-spacing: -0.2em;
	margin-right: 5px;
}

.information_details-wrap h5 span.info {
	color: #6633CC;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	letter-spacing: -0.2em;
	margin-right: 5px;
}

.information_details-wrap h5 span.column {
	color: #993300;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	letter-spacing: 0.06em;
	margin-right: 1px;
}
*html .information_details-wrap h5 span.column {
	letter-spacing: 0em;
	margin-right: 2px;
}
*+html .information_details-wrap h5 span.column {
	letter-spacing: 0em;
	margin-right: 2px;
}

.information_details-wrap h5 span.news {
	color: #339966;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	letter-spacing: -0.2em;
	margin-right: 5px;
}


.information_details-wrap div.title {
	width: 703px;
	margin-bottom: 15px;
	padding: 10px 0px;
	background: #f2e8e9;
}

.information_details-wrap div.title h4 {
	margin: 0px 10px;
	color: #c50e25;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.2em;
}

.information_details-wrap div.inner-wrap {
	width: 550px;
}

.inner-wrap img.info-pic {
	margin-bottom: 18px;
	border: 1px solid #aaaaaa;
}

.inner-wrap p.info-text {
	font-size: 80%;
	line-height: 1.2em;
}

.inner-wrap div.info-list {
	margin-bottom: 20px;
}

.inner-wrap div.info-list h6 {
	margin-bottom: 8px;
	font-size: 80%;
	font-weight: bold;
}

.inner-wrap div.info-list p {
	font-size: 80%;
	line-height: 1.6em;
}
















