@charset "utf-8";
@import url("../../css/import.css");
@import url("../../css/aside.css");
/* ===================================================================
CSS information

 file name  :event.css
 author     :Lyon
 style info :イベントページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	.イベント・レポート情報　上半分
----------------------------------------------------------- */
.event h2 {
	width:632px;
	height:92px;
	margin:0 0 25px 0;
	background:url(../img/event.gif) no-repeat;
}

.report h2 {
	width:632px;
	height:92px;
	margin:0 0 25px 0;
	background:url(../img/eventReport.gif) no-repeat;
}

.event #event_bar {
	width:632px;
	height:36px;
	margin:0 0 15px 0;
	background:url(../img/bar_event.gif) no-repeat;
}

.report #event_bar {
	width:632px;
	height:36px;
	margin:0 0 15px 0;
	background:url(../img/bar_sunset.gif) no-repeat;
}


.event .rss {
	margin:0 0 5px 0;
	padding:0 5px 0 0;
	float:right;
}

/* -----------------------------------------------------------
	.イベント情報　タイトル
----------------------------------------------------------- */
.eventBlock h4 {
	width:630px;
	background:url(../../img/share/bar_title_bottom2.gif) no-repeat bottom #8dc21f;
	color:#fff;
	overflow:hidden;
	clear:both;
}

.eventBlock h4 .eventTitle {
	margin:0 0 0 10px;
	padding:0 0 0 20px;
	background:url(../../img/share/bar_maru.gif) no-repeat left 45%;
	display:inline;
	font-size:117%;
	float:left;
}

.eventBlock .eventTitleTop {
	width:630px;
	height:4px;
	margin:0 0 -2px 0;
	background:url(../../img/share/bar_title_top2.gif) no-repeat top;
}

/* -----------------------------------------------------------
	.イベント情報　画像　テキスト
----------------------------------------------------------- */

.eventContent {
	width:616px;
	padding:8px 8px 15px 8px;
	overflow:hidden;
}

.eventContent img {
	margin:0 0 5px 20px;
	border:2px solid #dcdacb;
	background:#eee;
	float:right;
	clear:both;
}

.eventContent strong {
	color:#7ab500;
}

.imgComment {
	width:200px;
	text-align:center;
	clear:both;
	float:right;
}

.eventContent table {
	margin:0 0 0 0;
	color:#4d4d4d;
	font-weight:bold;
	/*background-color:#f5fafd;*/
}

.eventContent th {
	padding:0 0 2px 0;
	vertical-align:top;
}

.eventContent td {
	padding:0 0 2px 0;
	vertical-align:top;
}

.eventContent p {
	margin:8px 0;
}

.eventContent p.txtWidth400 {
	width:392px;
}

.eventContent p.txtWidth450 {
	width:442px;
}

.eventContent p a {
	padding:0 0 0 8px;
	color:#7ab500;
	background:url(../../img/index/arrow_off.gif) no-repeat scroll left 40%;
}

.eventContent p a:hover {
	color:#7ab500;
	text-decoration:underline;
	background:url(../../img/index/arrow_on.gif) no-repeat scroll left 40%;
}


/* -----------------------------------------------------------
	.アクトグリーンニュース
----------------------------------------------------------- */
#actGreenNews{
	color:#4d4d4d;
	line-height:1.4;
}

#actGreenNews img{
	border:none;
}

#TitleArea{
	background:url(../img/actgreennews/logo_actGreen.gif) no-repeat;
	padding:7px 0 7px 100px;
	margin-bottom:20px;
}
#TitleArea h3{
	padding-bottom:10px;
}
#SubTitleText{
	font-weight:bold;
	color:#000000;
	line-height:1.8;
	vertical-align:middle;
	zoom:1;
}
#SubTitleText:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#SubTitleText P{
	padding-left:10px;
	display:block;
	float:left;
	max-width:380px;
}

#SubTitleText P#data{
	padding-left:0;
	background:#fbf300;
	padding:0 3px;
	max-width:130px;
	word-brake:keep-all;
}