@charset "utf-8";
/*
Theme Name: TERUMIエンタープライズ
Theme URI: http://wordpress.org/
Description: テルミエンタープライズ
Version: 1.0
Author: (株)テルミエンタープライズ
Author URI: http://terumi-id.com
Tags: terumi
Text Domain: terumi-id.com
*/

/*
 * qa_single
 */
/* 質問内容 */
div.qa_single #main h2{
	position:relative;
	font-size:26px;
	font-weight:bold;
	line-height:1.5em;
	padding:12px 8px 12px 100px;
	margin-bottom:20px;
	border:solid 1px gray;
	background-color:#fafafa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 2px 2px 3px #cccccc;
	-moz-box-shadow: 2px 2px 3px #cccccc;
	-webkit-box-shadow: 2px 2px 3px #cccccc;
}
/* 質問内容 */
div.qa_single #main h2 span{
	position : absolute;
	left : 23px;
	top : 0px;
	width:52px;
	display : block;
	font-size : 42px;
	background-color : gray;
	color : white;
	padding : 8px 0px;
	text-align : center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.qa_single #main div.entry p{
	font-size:18px;
	line-height:1.5em;
	padding:12px 8px 12px 100px;
	font-weight:bold;
	color:#333333;
}
div.qa_single #main div.entry p span.mark{
	position : absolute;
	left : 23px;
	top : 10px;
	width:52px;
	display : block;
	font-size : 42px;
	background-color : #65a947;
	color : white;
	padding : 12px 0px;
	text-align : center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.qa_single #main div.entry p.time_info{
	text-align:right;
	font-size:12px;
	font-weight:normal;
}

/*
 * 同じカテゴリ
 */
div.qa_single #main .same_category{
	border-top:solid 1px silver;
	padding-top:30px;
	margin-top:20px;
}
div.qa_single #main .same_category h3{
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	
}
div.qa_single #main .same_category h3 span{
	font-size:24px;
}

