@charset "Shift_JIS";
/* CSS Document ==============

	contents.css

============================== */


/* ------------------------------
	Contents
------------------------------ */

hgroup#title {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
}
hgroup#title h1 {
	font-size: 1px;
	line-height: none;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #000;
	text-indent: -9999px;
}
hgroup#title a img {
	position: absolute;
	top: 0;
	right: 0;
}
hgroup#title p {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 20px;
}



/*  Social Button  */
#btn_social {
	float: right;
	margin: 0;
	padding: 0;
}



/*  Contents Article  */
article#cnt {
	clear: both;
	width: 590px;
	margin: 0;
	padding: 0;
}

article#cnt time {
	display: block;
	font-size: 11px;
	line-height: none;
	background: url(../img/icon_time.png) 0 2px no-repeat;
	margin: 0 0 8px 0;
	padding: 0 0 0 16px;
}

#cnt h2 {
	font-size: 16px;
	line-height: 1.5;
	border-left: 5px solid #000;
	margin: 0 0 25px 0;
	padding: 0 0 0 15px;
}

#cnt p {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 30px 0;
	overflow: hidden;
}

#cnt img.left { /*  画像左寄せ  */
	float: left;
	margin-right: 2em;
}
#cnt img.right { /*  画像右寄せ  */
	float: right;
	margin-left: 2em;
}

#cnt img.left ,
#cnt img.right {
	margin-bottom: 30px;
}

#cnt p a, a:visited {
color: #eb4800;
text-decoration: underline;
-webkit-transition: color 110ms ease-in;
-moz-transition: color 110ms ease-in;
-o-transition: color 110ms ease-in;
transition: color 110ms ease-in;
}
#cnt p a:hover, a:active {
color: #eba000;
text-decoration: none;
}



/*  区切り罫線  */
#cnt hr {
	height: 1px;
	border: none;
	border-top: 1px solid #e6e6e6;
	margin: 0 0 30px 0;
	clear: both;
}



/*  Back Number  */
#btn_bn {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #000;
}









