@charset "utf-8";

/*****************************************************************************/
/* news */
/* Modified : 100913 */
/*****************************************************************************/


/* news共通 */

.news img{vertical-align:bottom;}

.news li{
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.news dd{font-size:1em;} /*font-sizeリセット*/

.news .more-info{
	margin-bottom:5px;
	text-align:right;
	clear:both;
}



.news .link a{
	background-position:left 2px;
	text-decoration:underline;
}




/* NEWS */
/*******************************************************************************/



.news #news_article {
	float:right;
	width:700px;
}

.news #news_sub-nav{
	width:200px;
}


.news .date{font-size:1.2em; color:#666;}
.news .time{font-size:1.2em; color:#666; margin-bottom:5px;}
.news .read-more{margin:5px 0 0 -5px;}
.news .read-more a{background:none;}
.news .post-date{color:#666; font-size:1.2em;}



/* News index */

.news  .page-index{
	margin:0;
	float:none;
}

.news .page-index #news_article {
	border-right:1px dotted #B0AB96;
	float:left;
	padding-right:10px;
	float:left;
}
.news .page-index #news_sub-nav{float:right;}

.news .page-index h2{
	background:#777777;
	padding-bottom:5px;
	margin-bottom:20px;
}

.news .page-index #news_article h3{
	font-size:3em;
	margin:0 0 20px;
	border-bottom:5px solid #000;
	font-weight:normal;
	font-family:'Crimson Text','Times New Roman',Georgia,Serif;
}
.news .page-index #news_article h4{
	font-size:1.6em;
	color:#900;
	margin:0 0 10px;
}
.news .page-index .unit{
	clear:both;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #b0ab96;
}
.news .page-index .unit div{}
.news .page-index .thumb{
	float:right;
	margin:0 0 10px 20px;
	display:block;
	padding:1px;
	border:1px solid #ccc;
}
.news .page-index .thumb:hover{border:1px solid #900;}



.news .page-index #news_sub-nav h3{
	margin-bottom:10px;
}
.news .page-index #news_sub-nav li{
	padding:5px 5px;
	border-bottom:1px dotted #B0AB96;
	margin-bottom:5px;
}
.news .page-index #news_sub-nav li .thumb{
	border:none;
	background:none;
	display:inline;
	float:none;
	padding:0;
	text-align:center;	
}
.news .page-index #news_sub-nav li p{
	margin-top:5px;
	font-size:1em;
}
.news .page-index #news_sub-nav li img{}
.news .page-index #news_sub-nav .link{text-align:right; margin-top:10px;}



/* News Archive */

.news  .page-archive{
	margin:20px 0 0 0;
	float:none;
}
.news .page-archive #news_article h3{
	font-size:3em;
	margin:20px 0 30px;
	padding-bottom:20px;
	border-bottom:5px solid #000;
	font-weight:normal;
	font-family:'Crimson Text','Times New Roman',Georgia,Serif;
}
.news .page-archive #news_article h4{
	font-size:1.6em;
	color:#900;
	margin:0 0 10px;
}
.news .page-archive .unit{
	clear:both;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #b0ab96;
}
.news .page-archive .unit div{}
.news .page-archive .thumb{
	float:right;
	margin:0 0 10px 20px;
	display:block;
	padding:1px;
	border:1px solid #ccc;
}
.news .page-archive .thumb:hover{border:1px solid #900;}



.news #select-month li{
	float:left;
	display:inline;
	margin-right:1px;
	font-size:1.2em;
}
.news #select-month li a{
	display:block;
	width:57px;
	height:20px;
	vertical-align:middle;
	padding-top:5px;
	text-align:center;
	background:#E9E9E9;
	border-bottom:3px solid #fff;
}
.news #select-month li a:hover{
	border-bottom:3px solid #900;
	background:none;
}




.news .page-archive #news_sub-nav ul{}
.news .page-archive #news_sub-nav li a{
	display:block;
	border-bottom:1px dotted #B0AB96;
	width:190px;
	padding:8px 5px;
}



/* News Article */

.news h2{
	padding-bottom:10px;
	border-bottom:5px solid #900;
}

.news .news-contents li{
	font-size:1.2em;
}

.news .page-article h3{
	font-size:3em;
	margin:10px 0 20px;
	line-height:1.2;
	border-bottom:none;
	background:#fff;
	font-weight:normal;
	font-family:'Crimson Text','Times New Roman',Georgia,Serif;
}

.news .page-article h4{
	padding:3px 10px;
	border-left:5px solid #900;
	border-bottom:1px dotted #b0ab96;
	font-size:1.6em;
	margin:30px 0 15px;
}
.news .page-article h4.firstChild{
	margin-top:0;
}
.news .page-article h5{
	font-size:1.6em;
	color:#900;
	margin:30px 0 10px;
}

.news .page-article h6{margin:10px 0}

.news #article-main{
	float:left;
	width:700px;
}

.news .page-article #article-main p{
	margin:0 20px 15px;
	text-align:justify;
}

.news .page-article #article-main object,
.news .page-article #article-main embed{
	display:block;
	margin:0 auto 15px;
}

.news .page-article ul{
	margin:0 20px 30px;
}
.news .page-article ul li{
	font-size:1.4em;
	padding-left:15px;
	background:transparent url(../../img/common/circle-li-black.gif) no-repeat 0 50%;
}
.news .page-article a{text-decoration:underline;}


.news .page-article{
	margin:20px 0 0;
	position:relative;
}

.news .page-article .related_page{
	border:10px solid #E9E9E9;
	padding:20px 0 1px;
	margin:0 20px;
}
.news .page-article .related_page h6{
	margin:0 20px 10px;
}
.news .page-article .page-nav{
	border-top:3px double #000000;
	margin:40px 0 0;
	padding:10px 0 0;
}
.news .page-article .page-nav ul{margin-bottom:10px;}
.news .page-article .page-nav li{
	background:none;
	padding:0;
	font-size:1.4em;
}
.news .page-article .page-nav li a{
	padding-left:15px;
	background:transparent url(../../img/common/arrow-li-red.gif) no-repeat 0 50%;
}
.news .page-article .page-nav li a:hover{
	background:transparent url(../../img/common/arrow-li-red.gif) no-repeat 1px 50%;
}
.news .page-article p.return{
	position:absolute;
	top:-50px;
	right:5px;
	padding-left:15px;
	background:transparent url(../../img/common/arrow-up-red.gif) no-repeat 0 50%;
}
.news .page-article .page-nav .return{
	position:static;
}




.news #article-sub{
	float:right;
	width:200px;
}
.news  #article-sub .unit{
	margin:0 0 15px;
}
.news  #article-sub p{
	margin:3px 0 15px;
	text-align:center;
}
.news  #article-sub .caption{
	font-size:1.2em;
}
.news .page-article #article-sub .colorbox{
	border:1px solid #ccc;
	padding:1px;
	display:block;
}
.news .page-article #article-sub .colorbox:hover{border:1px solid #900;}
.news .page-article #article-sub img{
	margin-bottom:0;
}

.news .page-article .post-date{
	font-size:1.2em;
	display:inline;
	color:#666;
	padding:0 10px;
	border-left:3px solid #ccc;
	border-right:3px solid #ccc;
}