@charset "UTF-8";

/*------ index ------*/

/*声ボックス*/
#content #secondary .voicebox {
	width: 270px;
	float: left;
	margin: 0 0 20px 12px;
	display: inline;
	border-bottom: #02347f dotted 1px;
	padding: 0 0 10px 0;
}

#content #secondary .voicebox .voicename {
	font-weight: bold;
	font-size: 1.1em;
}

#content #secondary .voicebox .btn01 {
	border-top: #02347f dotted 1px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	width: 273px;
	text-align: right;
}

/*紹介ボックス*/
#content #secondary .topicsbox {
	width: 280px;
	float: left;
	display: inline;
	margin: 0 0 20px 0;
}

#content #secondary .yellowbox {
	background-color: #fef3cd;
	border: #fead00 solid 2px;
	padding: 10px;
}

#content #secondary .blogbox {
	width: 280px;
	float: right;
	display: inline;
	margin: 0 0 20px 0;
}

#content #secondary .yellowbox dd {
	padding: 0 0 5px 15px;
	width: 240px;
	border-bottom: #fead00 dotted 1px;
;	margin: 0 0 5px 0;l
}


