@charset "UTF-8";

/* --------------------------------
	results.css
-------------------------------- */
#contRight h3 img {
	vertical-align: bottom;
}
#contRight h4 {
	padding: 12px 0 8px 0;
}
#contRight h5 {
	padding: 0;
	padding: 12px 0 0 0;
}
#contRight .sct {
	padding: 12px 0 0 0;
}
#contRight .piece .sct {
	padding: 12px 0 12px 0;
}
#contRight h3 {
	margin: 0;
	padding: 0;
}
#contRight .introduce p,
#contRight .sct p {
	padding-top: 8px;
}
#contRight .introduce p.top,
#contRight .sct p.top {
	padding-top: 0;
}
div#content div#contRight h2 {
	margin: 0 0 3px 0;
}
#contRight p.read  {
	font-size: 14px;
}

/* リンク反応 */
#contRight .links a img {
	vertical-align: bottom;
	margin: 0;
	border: 1px solid #CCC;
}
#contRight .links a:hover img,
#contRight .links a:active img {
	border: 1px solid #7F0019;
}

/* pageshift */
#contRight .pageshift {
	border-bottom: 1px solid #E6E6E6;
	padding-top: 40px;
}
#contRight .pageshift h3 {
	float: left;
	margin: 0;
	padding: 
}
#contRight .pageshift ul {
	float: right;
	padding: 5px 5px 0 0;
}
#contRight .pageshift ul li {
	line-height: 1.2em;
	float: left;
	padding: 0 7px;
	border-right: 1px solid #CCC;
}
#contRight .pageshift ul li.liend {
	float: left;
	padding-right: 0;
	border: none;
}
#contRight .pageshift ul li strong {
	color: #CCC;
	font-weight: normal;
}

#contRight .piece .sct .links {
	float: right;
}

/* comment */
#contRight .comment table {
	margin-bottom: 10px;
}
#contRight .comment th,
#contRight .comment td {
	border: none;
	background: #FFF;
	border-bottom: 1px solid #F2F2F2;
}
#contRight .comment table tr { padding:0;} 
#contRight .comment table td { width: 190px; padding: 7px 0; text-align: right;} 
#contRight .comment table th { width: 400px; padding: 8px 0; } 

#contRight .comment table .trend th,
#contRight .comment table .trend td {
	border: none;
}


/* */
#contRight p.sign {
	text-align: right;
}
#contRight p.sign img {
	margin-bottom: 2px;
}
#contRight ul.pho {
	padding: 8px 0 12px 0;
}
#contRight ul.pho li {
	float: left;
	padding-right: 10px;
}
#contRight ul.pho li.end {
	padding-right: 0;
}

/* --------------------------------
clearfix
-------------------------------- */
#contRight .sct:after,
ul.pho:after,
#contRight .pageshift:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contRight .sct,
ul.pho,
#contRight .pageshift { display: inline-block; }

/* \*/
* html u#contRight .sct,
* html ul.pho,
* html #contRight .pageshift { height: 1%; }
#contRight .sct,
ul.pho,
#contRight .pageshift { display: block; }
/* */

