/*----------------------------------------------------------------------------
******************************************************************************

Style List

* Home
* Page
* Single
* Archive
* Search
* 404

******************************************************************************
----------------------------------------------------------------------------*/

/* ==== Home ==== */
.eyecatch {
	margin-bottom: 20px;
	position: relative;
}
.eyecatch .text {
	position: absolute;
	padding: 100px 50px 50px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	color:  #FFF;
}
.eyecatch .text .title {
	font-family: 'MS P明朝', serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 36px;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.eyecatch .text .description {
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.address {
	margin-bottom: 20px;
}
.newslist {
}
.newslist table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px;
	padding-left: 0px;
}
.newslist table td.date {
	width: 8em;
/*	background: url(../images/i_news_icon.gif) 0 2px no-repeat;*/
	padding-left: 1em;
}


/* ==== Page ==== */




/* ==== Single ==== */
.single .detail{
	text-align: right;
	margin-bottom: 10px;
	color: #CCC;
}



/* ==== Archive ==== */
.archive .entry{
	margin-bottom: 50px;
}
.archive .entry:nth-last-of-type(2){
	margin-bottom: 0;
}
.archive .detail{
	margin-bottom: 10px;
}


/* ==== Search ==== */




/* ==== 404 ==== */




