@charset "UTF-8";

/* information */
/*---------------------------------------

	common
	index

	[module] clearfix

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

/**=====================================
	common
======================================**/

.title_wrap {
	background: url(../../images/common/title/title_bg_04.jpg) repeat-x;
}

/**=====================================
	index
======================================**/

/* faq */

#infomation_faq_box ul li {
	margin: 0 0 10px;
	padding: 0 0 0 70px;
	background: url(../../images/faq/faq_list_q.png) no-repeat left 8px;
	line-height: 1.6em;
}

/* event */

#infomation_event_box .image_cont {
	width: 70px;
}

#infomation_event_box .texts_cont {
	width: 530px;
}

#infomation_event_box h3 a {
	font-size: 107%;
	font-weight: bold;
	line-height: 1.8em;
}

.fb-like {
  padding-left: 15px;
}

#infomation_event_box .event_date,
#infomation_event_box .event_place,
#infomation_event_box .event_act,
#infomation_event_box .event_address,
#infomation_event_box .event_tel {
	font-size: 92%;
	line-height: 1.6em;
}

/* news */

#infomation_news_box {
	position: relative;
}

#infomation_news_box .news_btn {
	position: absolute;
	right: 0;
	top: 15px;
}

#infomation_news_box ul {
	margin: 0;
	padding: 5px 0 0;
	border-top: 1px dashed #CCCCCC;
}

#infomation_news_box ul li {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#infomation_news_box ul li p.date {
	clear: left;
	float: left;
	margin: 0 20px 0 0;
	width: 80px;
	line-height: 1.3em;
}

#infomation_news_box ul li p.news_title {
	float: left;
	margin: 0;
	padding: 0;
	width: 470px;
	line-height: 1.3em;
}

#infomation_news_box ul li p.news_title a {
	text-decoration: underline;
}

#infomation_news_box a.button {
	margin-top: 15px;
}


/**=====================================
	faq
======================================**/

#information_faq_contents .heading2 {
	margin: 0;
	padding: 0 0 5px;
	border-bottom: 2px solid #D7DFE3;
	font-size: 107%;
	line-height: 1.8em;
}

#information_faq_contents .faq_q {
	margin: 0;
	padding: 15px 0 15px 70px;
	background: url(../../images/faq/faq_list_q.png) no-repeat left 19px;
}

#information_faq_contents .faq_a {
	margin: 0 0 20px;
	padding: 0 0 15px 70px;
	background: url(../../images/faq/faq_list_a.png) no-repeat left 4px;
	border-bottom: 1px dotted #D7DFE3;
}

#information_faq_contents .faq_q p {
  margin-bottom: 4px;
	line-height: 1.4em;
	font-weight: bold;
}

#information_faq_contents .faq_a p {
	line-height: 1.6em;
}


/**=====================================
	event
======================================**/

#information_event_contents .image_cont {
	width: 70px;
}

#information_event_contents .texts_cont {
	width: 590px;
}

#information_event_contents h3 {
	font-size: 107%;
	font-weight: bold;
	line-height: 1.8em;
}

.fb-like {
  padding-left: 15px;
}

#information_event_contents .event_date,
#information_event_contents .event_place,
#information_event_contents .event_act,
#information_event_contents .event_address,
#information_event_contents .event_tel {
	font-size: 92%;
	line-height: 1.6em;
}


/**=====================================
	index
======================================**/

.archives li {
	clear: left;
	padding: 0;
	border-bottom: 1px dotted #D7DFE3;
}

.archives li p.date {
	float: left;
	padding: 20px 0;
	width: 100px;
	font-size: 92%;
	font-family: Tahoma, Geneva, sans-serif;
	color: #A69C91;
	line-height: 1.8em;
}

.archives li p.news_title {
	float: left;
	padding: 20px 0;
	width: 545px;
	line-height: 1.8em;
}

.archives li p.link_pdf {
	padding-left: 30px;
	width: 515px;
	background: url(../../images/lib/list_icon/list_icon_pdf.png) no-repeat left 22px;
}



/**=====================================
	[ module ] clearfix
======================================**/

.archives li:after,
.image_texts ul:after,
#infomation_event_box ul li:after,
#infomation_news_box ul li:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.archives li li,
.image_texts ul,
#infomation_event_box ul li,
#infomation_news_box ul li {
	display:inline-block;
}

/* \*/
* html .archives li li,
* html .image_texts ul,
* html #infomation_event_box ul li,
* html #infomation_news_box ul li { 
	height:1%;
}

.archives li li,
.image_texts ul,
#infomation_event_box ul li,
#infomation_news_box ul li {
	display: block;
}
/* */
