/* @override 
	http://trustrad.sixcore.jp/qa/wp-content/themes/qa3/style.css
*/

/*
Theme Name: QA site 3
Theme URI: http://otsukimi.net/
Description: QA theme
Version: 1.3
Author: kazuya mochidome

2014.01.12
*/

@charset "UTF-8";
#backbtnarea{
	margin-right: 5px;
	text-align: left;
}

#backbtnarea a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}

/* @group category */

body#qa.qa3 #catlist{
	margin-top: 8px;
	border-top: 1px solid #1d008a;
}

body#qa.qa3 #catlist li a{
	display: block;
	line-height: 1em;
	font-size: 13px;
	font-weight: normal;
	color: #1d008a;
	border-bottom: 1px dotted #1d008a;
	padding: 8px 0 7px 4px;
	overflow: hidden;
}

body#qa.qa3 #catlist li a:hover{
	background-color: #fff1e4;
}

body#qa.qa3 .doctitle{
	width: 600px;
	line-height: 1.5em;
	float: left;
}

body#qa.qa3 .moddate{
	width: 60px;
	text-align: right;
	font-size: 10px;
	margin: 2px 5px 0 0;
	float: right;
	color: #888;
}



/* @end */

/* @group all */
body#qa.list div#maingraphic {
	height: 146px;
	margin-bottom: 0px;
	background: url(common/maingraphic_qa.jpg) no-repeat;
}

body#qa.list div#maingraphic h1,
body#qa.list div#maingraphic h1{
	text-align: right;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	padding: 62px 10px;
}

body#qa.list h2{
	margin-top: 80px;
	margin-bottom: 20px;
	font-size: 22px;
	fGont-weight: normal;
}

body#qa.list h2.first{
	margin-top: 50px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: normal;
	padding: 4px 0 10px 8px;
	border-left: 1px solid #555;
}

body#qa.list h2.second{
	margin-top: 140px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: normal;
	padding: 4px 0 10px 8px;
	border-left: 1px solid #555;
}

body#qa.list .catlist{
	margin-top: 8px;
	border-top: 1px solid #1d008a;
}

body#qa.list .catlist li a{
	display: block;
	line-height: 1em;
	font-size: 13px;
	font-weight: normal;
	color: #1d008a;
	border-bottom: 1px dotted #1d008a;
	padding: 8px 0 7px 48px;
	overflow: hidden;
}

body#qa.list .catlist li a:hover{
	background-color: #fff1e4;
}

body#qa.list .catlist .doctitle{
	width: 600px;
	line-height: 1.5em;
	float: left;
}

body#qa.list .catlist .moddate{
	width: 60px;
	text-align: right;
	font-size: 10px;
	margin: 2px 5px 0 48px;
	float: right;
	color: #888;
}



/* @end */