@charset "utf-8";

#articleBox{
	overflow:hidden;
	padding:6px 8px;
}
#articleBox header{
	padding:6px;
	margin:0 -2px 6px;
}
#articleBox header h2, #articleBox header h3{
	font-size:18px;
}
#articleBox header time{
	display:block;
	margin-bottom:4px;
	font-size:12px;
	text-align:right;
	color:#555;
}

#articleBox header p{
	display:block;
	margin-bottom:4px;
	color:#c00;
}
#articleBox footer{
	margin:0 -8px;
}
#articleBox > p,
#articleBox > ul{
	margin:0 8px 1em;
	text-indent:1em;
	font-size:16px;
	line-height:1.4;
}
#articleBox > p {
	margin:0 0 1em;	
}
#articleBox > figure {
	width:40%;
	margin:0 0 8px;
	text-align:center;
	font-size:10px;
	color:#555;
}

#articleBox > figure.figC { width: 100%; }
#articleBox > figure.figR { float:right; margin-left:10px; }
#articleBox > figure.figL { float:left; margin-right:10px;  }



#articleBox > figure figcaption {
	display:block;
	margin-bottom:4px;
	font-size:10px;
	color:#777;
}

#articleBox > figure figcaption a {
	text-decoration:underline;
	font-size:12px;
	color:#011b8f;
}



#articleBox > figure img {
	display:block;
	width:100%;
	margin:0 0 6px;
}



#writer{
	text-align:right;
	margin-bottom:20px;
}



/* +++++++++++++++++++++++++
	image closeuped
++++++++++++++++++++++++++++ */
#articleBox > p#image{ 
	text-indent:0;
	text-align:center;
	font-size:12px;
}
#articleBox > p#image img{ 
	display:block;
	width:100%;
	margin-bottom:6px;
}

#articleBox > p#image span{
	display:block;
	padding:6px 0 10px;
	text-align:center;
}


