@charset "utf-8";

/* -------------------------------------------------------------------

Articles Style
	version:20090129

Index:
	000.	Overdrive
	001.	Common
	002.	Column
------------------------------------------------------------------- */


/* 000.	Overdrive
------------------------------------------------------------------- */
	#SiteArticleshow p, #SiteArticleshow li {
		color: #666;
	}


/* 001.	Common
------------------------------------------------------------------- */

	.interview {
		width: 730px;
	}
		
	
	.interview .delimit {
	 	margin: 20px 30px; 
		padding-bottom: 10px;
		border-bottom: 1px dotted #bbb;
	}
		.interview h2	{margin-top: 0;}
		.interview h2.theTop	{margin-top: 0;padding:50px 30px 0 30px;}
		.interview h3	{font-weight: bold; margin-bottom: 0.5em;}
	
	.editorsComment {
		border: 1px dotted #bbb;
		margin: 10px;
		padding: 20px 20px 20px 115px;
		background: transparent url(/elements/article/atakaya/ico_editors_comment.png) no-repeat 15px 15px;
	}
	
	.interview .simply	{ padding: 10px; }
	.interview .simply ul {margin-left: 0;padding-left: 15px;}


	.graph {padding: 10px; background: #fffbfa; text-align:center;}
	.qCheck {
		padding-left:120px;
		padding-top:10px;
		padding-right:10px;
		padding-bottom:10px;
	}
	.editorsCommentQ {
		padding-left: 120px;
		padding-top: 10px;
		margin-top: 20px;
	}
	

/* 002.	Column
------------------------------------------------------------------- */
	.c2-half-L, .c2-half-R {float:left;margin-left:5px; margin-right:5px;_margin-left:4px; _margin-right:4px;}
	.c3, .c3s {margin-left:6px; margin-right:6px;_margin-left:5px; _margin-right:5px;}
	.c4, .c4s {margin-left:8px; margin-right:8px;_margin-left:7px; _margin-right:7px;}
		#searchResult .c4 {margin-left:10px;margin-right:0;}
		#searchResult .c4s 	{margin-left:0;margin-right:0;}

	.interview .c2-half-L, .interview .c2-half-R {width: 325px;}
	.interview .c2-quarter-L420 {width: 420px; float: left;}
	.interview .c2-quarter-R420 {width: 420px; float: right;}
	.interview .c3, .interview .c3s {width: 210px;}
	.interview .c4, .interview .c4s {width: 151px;}


/* 999.	THE WORLD - ClearFix
------------------------------------------------------------------- */

	
	.interview, .delimit { 
		zoom: 100%;
		overflow: hidden; /* これがポイント */
		position: relative;
	}
		
	.interview:after, delimit:after {
		content: " "; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
