@charset "utf-8";
/* CSS Document */

h2 {
	border-bottom: 1px solid #222;
}

#writerArea{
	margin-top: 16px;
    text-align: right;
}

.beforeBox {
	border-bottom: 1px solid #DDD;
	padding: 40px 30px;
}
.beforeBox h3 p{
	display:inline-block;
	line-height:1;
}

.beforeBox h3 {
	font-size: 158%;
	color: #000;
	font-weight: bold;
	margin-bottom: 1em;
	vertical-align: baseline;
}
.beforeBox p {
	font-size: 115%;
	color: #444;
}

.pageTop {
	margin-top: 38px;
}

.box-img {
	float: left;
	width: 220px;
}

.box-img img {
	width: 200px;
	height: auto;
}

.box-txt {
	float: left;
	width: 680px;
}

/*.topicChumoku {
	display: inline-block;
	margin-left: 15px;
	padding: 2px 5px;
	color: white;
	font-size: 14px;
	background-color: red;
}*/

.topicChumoku {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin: 3px 15px 0 15px;
	padding: 0 10px;
	width: auto;
	min-width: 60px;
	height: 26px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	background: #ef7a00;
	z-index: 0;
	vertical-align: top;
}
.topicChumoku:after {
	content: "";
	position: absolute;
	top: 50%; left: -6px;
	margin-top: -6px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #ef7a00 transparent transparent;
}

