@charset "utf-8";

body#news div#newsLeft {
	float: left;
	width: 780px;
}

body#news p.date {
	margin-bottom: 10px;
	text-align: right;
}

body#news div#leftBox {
	border-right: 1px solid #999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
}

body#news div.news {
	margin-bottom: 40px;
	border-bottom: dotted 2px #999;
}

body#news div#newsRight {
	width: 185px;
	margin-left: 780px;
}

body#news div#rightBox {
	padding-left: 20px;
}

body#news div.comeBox {
	clear: both;
	margin: 0 5% 30px 5%;
	padding: 10px 20px 5px 20px;
	background: #fedee8;
	border-radius: 15px;
	border: #f66593 1px solid;
}

body#news div.comeBox hr {
	border-top: solid 1px #f66593;
	border-width:1px 0 0 0;
	height: 20px;
}

body#news div.comeBox h4 {
	border-bottom: dotted 1px #f66593;
	font-size: 14px; font-size: 1.4rem;
	padding-bottom: 5px;
	margin-bottom:15px;
	font-weight: bold;
}

body#news div.comeBox p.name {
	margin-bottom: 10px;
	font-size: 12px; font-size: 1.2rem;
	color: #c92b5d;
	font-weight: bold;
}

body#news div.comeBox p.name02 {
	margin-bottom: 10px;
	font-size: 12px; font-size: 1.2rem;
	color: #c92b5d;
	margin-top: 30px;
	font-weight: bold;
}

body#news div.comeBox p.name03 {
	margin-bottom: 40px;
	font-size: 12px; font-size: 1.2rem;
	color: #c92b5d;
	font-weight: bold;
	text-align: right;
}

body#news div.comeBox p.right {
	text-align: right;
	font-size: 12px; font-size: 1.2rem;
	margin-bottom: 10px;
}

body#news div.comeBox02 {
	clear: both;
	margin: 0 5% 30px 5%;
	padding: 10px 20px 5px 20px;
	background: #e5e5e5;
}

body#news div.comeBox02 h4 {
	border-bottom: solid 1px #0156fe;
	font-size: 14px; font-size: 1.4rem;
	padding-bottom: 5px;
	margin-bottom:15px;
	font-weight: bold;
}

dl.talk {
	margin-bottom: 20px;
}

dl.talk:last-child {
	margin-bottom: 0;
}

dl.talk dt {
	width: 80px;
	float: left;
	clear: left;
	margin-bottom: 5px;
	font-weight: bold;
}

dl.talk dd {
	padding-left: 80px;
	margin-bottom: 5px;
}