@charset "utf-8";
/*--------------------------------------------
 #changeArea
---------------------------------------------*/
.relative {
	position:relative;
}
.f_left {
	float:left!important;
}
.f_right {
	float:right!important;
}
.w300 {
	width:300px;
}
#changeArea p.date {
	color:#666;
	text-align:right;
}
#changeArea .figure_r {
	float:right;
	width:300px;
	margin:0 0 10px 15px;
}
#changeArea p.note {
	margin-top:5px;
	text-indent:0!important;
}
#changeArea .lead {
	margin:0!important;
}
#changeArea .lead p {
	text-indent:1em;
	margin-bottom:20px;
}
#changeArea .lead dt {
	font-weight:bold;
	margin-bottom: 5px;
	background: url(/common/images/bg_header.png) no-repeat 0 35%;
	padding: 0 0 0 18px;

}
#changeArea .lead dd {
	text-indent:1em;
	margin-bottom:20px;
}
#changeArea .figure p.note {
}

#changeArea .fimg_left {
	float:left;
	width:300px;
	margin:0 15px 10px 0px;
}
#main .articles {
	margin: 0 0 20px 0;
}
#main .article {
	position: relative;
	margin: 0 15px 10px 0;
}
#main .article .article__labels{
	border-bottom: solid 1px #e3e3e3;
}
#main .article .article__header{}
#main .article .article__header .article__header__date{
	float: right;
	font-weight: normal;
	margin-top: 5px;
}
#main .article .article__header{
/*	margin: 15px 0;*/
}
.article__body{
	display:block;
}
.article__body.is--close{
	display: none;
}
#main .article .article__figure{
	float: left;
	margin: 0  15px 15px 0;
}
#main .article .lead{
	min-height: 50px;
	margin-top: -3px;
}
#main .article .article__link-detail{
}
#main .article .article__header .icon--lock-01{
	margin: 0 15px;
}
#main .article .article__content{
	margin: 0 70px 0 0;
}
#main .article .article__button--toggle{
	position: absolute;
	top: 33px;
	right: 0;
	border: solid 1px #CCCCCC;
	width:38px;
	height: 28px;
	/*height: 100px;*/
	border: solid 1px #CCCCCC;
	border-radius: 3px;
	background-image: url(/free/news/images/bg_button_toggle_open.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	cursor: pointer;
}
#main .article .article__button--toggle:hover{
	background-color: #f1efef;
}
#main .article .article__button--toggle.is--close{
	height: 28px;
	background-image: url(/free/news/images/bg_button_toggle_close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
#main .article .article__button--toggle.is--close:hover{
	background-color: #f1efef;
}

#main .block--feature .article--primary {
	margin: 0px 0px 0;
	padding: 0px 0px 0;
	border-bottom: none;
}
#main .article .article__content {
	margin: 0px 70px 0px 0px;
}
#main .article .article__button--toggle{
	top: 13px;
}

#main .article .article__desc .date .red{
	color: #cc6666;
	font-weight: bolder;
}

/*--------------------------------------------
.block--feature-list-item
---------------------------------------------*/
#main .block--feature-list-item{
	margin: 0 0 15px 0;
}
#main .block--feature-list-item .block--feature-list-item__section-header{
	position: relative;
	background: #f1efef;
	margin: 0 0 5px 0;
	padding: 3px 0 3px 6px;
}
#main .block--feature-list-item .block--feature-list-item__section-header .button--toggle{
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-image: url(/free/news/images/bg_button_toggle_open.png);
	background-position: center center;
	width: 31px;
	height: 31px;
	border-left: solid 1px #fff;
	cursor: pointer;
}
#main .block--feature-list-item .block--feature-list-item__section-header .button--toggle:hover{
	background-color: #e5e5e5;
}


#main .block--feature-list-item .block--feature-list-item__section-header .button--toggle.is--close{
	background-image: url(/free/news/images/bg_button_toggle_close.png);
}

#main .block--feature-list-item .section-body.is--close{
	display: none;
}



/*--------------------------------------------
.block--feature-list-item-inner
---------------------------------------------*/
#main .block--feature-list-item-inner__section-header{
	padding: 5px 0;
	border-bottom: solid 1px #e3e3e3;
}

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

---------------------------------------------*/
#main .block--feature-list-item .article {
	padding: 10px 0;
}
#main .block--feature-list-item .article .article__figure{
	float: left;
	margin: 0 10px 10px 0;
}
#main .block--feature-list-item .article .article__figure img{
	width:70px;
}
#main .block--feature-list-item .article .article__desc .article__header{
}
#main .block--feature-list-item .article .article__desc .date{
	font-weight: normal;
}



