@charset "UTF-8";

@import url(../css/common.css);


/*NEWSの設定*/

.item {
	padding-bottom: 25px;
	margin-bottom: 50px;
	border-bottom: 1px solid #474747;
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
.item {
    overflow: hidden;
}
.item:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .item {
    height: 1em;
    overflow: visible;
}
/**/


.item h3 {
	padding-bottom: 25px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}
.item h3 strong { color: #E6A5A7;}

.item p {
	line-height: 2.2em;
	padding-bottom: 1.5em;
}

.news .comment dt {
	margin: 1em 0 1em;
}

.item ul {
	list-style: none;
	padding-bottom: 1em;
	font-size: 0.9em;
}

.item li {
	padding: 1px 0 0.3em 12px;
	line-height: 1.8em;
	background-image: url(../img/maru-white.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
}

.item a img {
	border-width: 1px;
}

.ps, .caution {
	font-size: 0.9em;
}
.caution { color: #fcf;}
.imgborder { border: 1px solid #474747;}

