#container {
	width:1010px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

#main {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

#qa_toptitle_bg {
	width:100%;
	background-image: url(../imgbtn/qa_img/qa_titlebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 88px;
	margin-bottom: 10px;
	border-bottom: 2px solid #91959F;
}
h2#qa_toptitle {
	font-size: 42px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 40px;
	color: #494949;
	width:600px;
	float:left;
}
#qa_top_howto {
	width:240px;
	float:right;
	margin-right:10px;
	padding-top:20px;
}
#qa_top_howto a {
	width: 240px;
	display: block;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,555555+100 */
	background: rgb(51,51,51); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(51,51,51,1) 0%,rgba(85,85,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(51,51,51,1) 0%,rgba(85,85,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#555555',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 3px;
}
#qa_top_howto a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#777777+0,bcbcbc+100 */
background: rgb(119,119,119); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(119,119,119,1) 0%, rgba(188,188,188,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(119,119,119,1) 0%,rgba(188,188,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(119,119,119,1) 0%,rgba(188,188,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#bcbcbc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
	


h3#top {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
	margin-bottom: 60px;
	padding-left: 80px;
}

.bus_release_kensu {
	font-size:14px;
	margin-bottom:10px;
}

#qa_left {
	width:690px;
	float:left;
}

#qa_right {
	width: 280px;
	float: right;
	padding-top: 20px;
}
#qa_right.no_pdt {
	padding-top:0px;
}
	

ul#qa_nav {
	font-size:12px;
	padding-top:20px;
	padding-left:15px;
	margin-bottom:30px;
}
ul#qa_nav li {
	list-style:none;
	float:left;
}


/* 質問投稿フォーム  */
#question_form {
	width:685px;
	margin-left:auto;
	margin-right:auto;
}

#question_form table {
	width: 685px;
	margin-bottom:40px;
	border-top: 1px solid #ADADAD;
	border-left: 1px solid #ADADAD;
}

#question_form th, #question_form td {
	border-bottom: 1px solid #ADADAD;
	border-right: 1px solid #ADADAD;
}

#question_form th {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6em;
	padding: 10px;
	text-align: left;
	background-color: #FFECDD;
	width:150px !important;
}

#question_form th.title {
	font-size:18px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#744108;
	color:#FFFFFF;
	text-align:center;
}

#question_form td {
	font-size:14px;
	line-height:1.6em;
	padding:10px;
}

#question_form td input, #question_form td textarea {
	padding:5px;
	font-size:14px;
	line-height:1.6em;
}
#question_form td.img_text textarea {
	font-size:12px;
	line-height:1.4em;
}

#question_form td textarea {
	width:420px;
}
#btn_link_text1, #btn_howto {
	margin-bottom:5px;
}

input#q_submit {
	display: block;
	width: 350px;
	text-align: center;
	border: none;
	background-color: #C91C1C;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	border-radius: 10px;
	cursor:pointer;
}
input#q_submit:hover {
	background-color: #F3A4A4;
}

#q_err {
	width:550px;
	padding: 15px;
	color: #D50003;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 25px;
	margin-left:auto;
	margin-right:auto;
	border: 3px solid #C0181A;
}



#input_s, #input {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

#input_s input, #input input {
	padding:5px;
	font-size:14px;
	margin-bottom:10px;
	width:400px;
}


/*  質問詳細ページ  */

#answer_top {
	width: 685px;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}



#q_top_titlebox {
	width:685px;
	margin-bottom:30px;
	font-size:16px;
	line-height:1.6em;
}

#q_top_date {
	padding-left:10px;
	margin-bottom:15px;
	font-size:14px;
	color:#FF7E00;
}

#q_top_date img {
	vertical-align:middle;
	margin-right:10px;
}

#q_name_box {
	width:680px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
}

#q_name_box th {
	text-align:left;
	width:50px;
}
#q_name_box th img {
	vertical-align:middle;
}

#q_name_box td.name {
	width:560px;
	font-size: 14px;
	color: #006EC9;
	line-height:1.4em;
}

#q_name_box td.hp_link {
	width:50px;
}




h2#qa_formtitle {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}


h2#q_title {
	font-size: 28px;
	line-height: 1.2em;
	min-height:60px;
	margin-bottom: 25px;
	padding-left: 70px;
	font-weight: bold;
	background-image: url(../imgbtn/qa_img/qa_q.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #3E3E3E;
	background-size: 50px 50px;
}

#q_message {
	width: 640px;
	padding: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.6em;
	border: 2px solid #CBCBCB;
}

#q_message a {
	color:#333BCB;
	text-decoration:underline;
}

.q_imgbox {
	width:640px;
	margin-bottom:30px;
	padding-top:30px;
}
.q_img1 {
	width: 640px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BDBDBD;
}
.q_img1_l {
	width:250px;
	float:left;
}
.q_img1_r {
	width:360px;
	float:right;
	font-size:14px;
	line-height:1.6em;
}

h3#q_hosoku {
	text-align: center;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom:25px;
	background-color: #724F1D;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1em;
}

.add_box {
	width: 610px;
	padding: 9px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 1px solid #999999;
	font-size: 14px;
	line-height: 1.6em;
	background-color: #F1F1F1;
	border-radius: 7px;
}
.add_date {
	font-size:10px;
	color:#F38000;
	margin-bottom:0px;
}

.q_add_imgbox {
	width:615px;
	margin-bottom:30px;
	padding-top:30px;
}
.q_add_img1 {
	width: 615px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BDBDBD;
}
.q_add_img1_l {
	width:200px;
	float:left;
}
.q_add_img1_r {
	width:390px;
	float:right;
	font-size:14px;
	line-height:1.6em;
}


#add_b_box {
	width:200px;
	padding-top:35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#add_b_box a {
	width: 200px;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #76461D;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 5px;
}

/*  回答エリア   */
#q_noqa {
	padding-top:50px;
	font-size:18px;
	font-weight:bold;
	color:#CF0003;
	text-align:center;
	margin-bottom:40px;
}
#q_toall {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
#q_toall a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 300px;
	background-color: #2B5ED5;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 5px;
	letter-spacing: 0.1em;
}

.answer_b {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.answer_b a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 300px;
	background-color: #2B5ED5;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 5px;
	letter-spacing: 0.1em;
}


#a_main {
	width: 660px;
	padding: 10px;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.6em;
	border: 2px solid #65A1D3;
	background-color:#F0FFFD
}

h2#a_title {
	font-size: 28px;
	line-height: 1.2em;
	min-height: 60px;
	width:200px;
	margin-bottom: 25px;
	padding-left: 70px;
	padding-top: 10px;
	font-weight: bold;
	background-image: url(../imgbtn/qa_img/qa_a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #009F92;
	background-size: 50px 50px;
	letter-spacing: 0.2em;
	float:left;
}
#a_title_count {
	width: 120px;
	float: right;
	font-size: 24px;
	color: #3F4CD4;
	font-weight: bold;
	text-align: right;
	margin-right: 15px;
	padding-top: 18px;
}

#a_title_count span {
	font-weight:normal;
	font-size:16px;
}
.a_box {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding:10px;
	border: 2px solid #DC7E80;
	background-color:#FFFFFF;
}

.a_box table {
	width:630px;
	margin-bottom:20px;
}

.a_box th {
	text-align:left;
	width:110px;
	font-size:12px;
	color:#444444;
}
.a_box th img {
	vertical-align:middle;
}

.a_box td.name {
	width:500px;
	font-size: 14px;
	color: #006EC9;
	line-height:1.4em;
}




.a_box_name {
	width: 300px;
	display: block;
	float: left;
	font-size: 16px;
	margin-bottom: 20px;
}
.a_box_name img {
	vertical-align:middle;
	margin-right:10px;
}
.a_box_date {
	width: 250px;
	display: block;
	float: right;
	font-size: 14px;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align:right;
}
.a_box_date span {
	font-size:12px;
}

.a_message {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.6em;
}

.a_imgbox {
	width:630px;
	margin-bottom:30px;
	padding-top:30px;
}
.a_img1 {
	width: 630px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BDBDBD;
}
.a_img1_l {
	width:250px;
	float:left;
}
.a_img1_r {
	width:360px;
	float:right;
	font-size:14px;
	line-height:1.6em;
}




.aq_box {
	width: 605px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid #9C9C9C;
	background-color: #F1F1F1;
	padding: 8px;
	border-radius: 7px;
}
.aq_box_title {
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #FFFFFF;
}
.aq_box_title span {
	color:#D97A02;
}
.aq_message {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.6em;
}


.aq_imgbox {
	width: 605px;
	margin-bottom: 30px;
	padding-top: 0px;
}
.aq_img1 {
	width: 605px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BDBDBD;
}
.aq_img1_l {
	width:200px;
	float:left;
}
.aq_img1_r {
	width:380px;
	float:right;
	font-size:14px;
	line-height:1.6em;
}


.aqa_box {
	width: 605px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid #39C47D;
	background-color: #FFFFFF;
	padding: 8px;
	border-radius: 7px;
}

.aqa_box_title {
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #E3E3E3;
}
.aqa_box_title span {
	color:#D97A02;
}
.aqa_message {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.6em;
}


.aqa_imgbox {
	width: 605px;
	margin-bottom: 30px;
	padding-top: 0px;
}
.aqa_img1 {
	width: 605px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BDBDBD;
}
.aqa_img1_l {
	width:200px;
	float:left;
}
.aqa_img1_r {
	width:380px;
	float:right;
	font-size:14px;
	line-height:1.6em;
}





.th_box {
	width: 605px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	margin-bottom: 30px;
	border: 2px solid #2044B4;
	background-color: #EFEFFF;
}

.th_box_title {
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #FFFFFF;
}
.th_box_title span {
	color:#D97A02;
}
.th_message {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.6em;
}


.thanks_box {
	width:500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.answer_q_b {
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
.answer_q_b a {
	font-size: 14px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	width: 200px;
	background-color: #8A7A2A;
	color: #FFFFFF;
	font-weight: normal;
	border-radius: 5px;
	/*letter-spacing: 0.1em;*/
	line-height: 1em;
}

.thanks_b {
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
.thanks_b a {
	font-size: 14px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	width: 200px;
	background-color: #00A450;
	color: #FFFFFF;
	font-weight: normal;
	border-radius: 5px;
	/*letter-spacing: 0.1em;*/
	line-height: 1em;
}


.end_box {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	background-color: #EBEBEB;
	border-radius: 8px;
	padding:20px;
}

.end_b {
	width:250px;
	margin-left:auto;
	margin-right:auto;
	float:right;
}
.end_b a {
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	width: 250px;
	background-color: #D40000;
	border-radius: 5px;
	/*letter-spacing: 0.1em;*/
	line-height: 1em;
}

p.end_text {
	width:300px;
	font-size:14px;
	line-height:1.6em;
	display:block;
	float:left;
}

/*.thanks_box a {
	width:180px;
	display:block;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:auto;
	margin-right:auto;
	background-color:#A2A2A2;
	margin-bottom:5px;
}*/

#q_endbox {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	background-color: #0F5CC4;
	color: #FFFFFF;
	letter-spacing: 3px;
}

.q_rule {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 1.6em;
	border: 1px solid #C1C1C1;
	border-radius: 5px;
	margin-bottom: 50px;
}


/* 質問一覧 */
.dis {
	display:block;
}

#q_all {
	width: 690px;
	margin-bottom: 30px;
}

#q_all li {
	list-style:none;
	width:690px;
}

#q_all li a {
	display: block;
	width: 668px;
	height:auto;
	margin-bottom: 10px;
	border: 1px solid #D59658;
	padding: 10px;
}
#q_all li a:hover {
	border: 3px solid #D59658;
	padding: 8px;
}


#q_all li span.q_all_box1 {
	width:665px;
	display:block;
	margin-bottom:5px;
	padding-bottom:3px;
	border-bottom: 1px solid #D4D4D4;
}
#q_all li span.q_all_box2 {
	width:665px;
	display:block;
	margin-bottom:0px;
}

#q_all li span.q_icon {
	width:50px;
	display:block;
	float:left;
}
#q_all li span.q_title {
	width: 560px;
	min-height:35px;
	float: right;
	font-size: 18px;
	line-height: 1.4em;
	padding-left: 40px;
	background-image: url(../imgbtn/qa_img/qa_q.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 30px;
}


#q_all li span.q_state1 {
	display:block;
	width:60px;
	text-align:center;
	font-size:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:15px;
	background-color:#C50003;
	color:#FFFFFF;
	float:left;
	margin-top:3px;
}
#q_all li span.q_state2 {
	display: block;
	width: 60px;
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 15px;
	background-color: #1D35A7;
	color: #FFFFFF;
	float: left;
	margin-top: 3px;
}
#q_all li span.q_kin {
	font-size: 12px;
	color: #C56715;
	margin-right:30px;
}
#q_all li span.q_name {
	font-size: 12px;
	color: #C56715;
}
#q_all li span.q_anscnt {
	font-size:12px;
	color:#3447A3;
}
#q_all li span.q_date {
	font-size:12px;
	color: #C56715;
}

#side_q_login {
	width:280px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}
#side_q_login a {
	width: 280px;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	background-color: #C00003;
	color: #FFFFFF;
	border-radius: 10px;
}
#side_q_login a:hover {
	background-color: #E86C6E;
}


#side_qa_howto {
	width:280px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}
#side_qa_howto a {
	width: 280px;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	background-color: #D76711;
	color: #FFFFFF;
	border-radius: 10px;
}
#side_qa_howto a:hover {
	background-color: #EF9754;
}



.side_title {
	font-size: 14px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 15px;
	background-color: #E1E1E1;
}

#side_qbox li, #side_abox li, #side_new_qbox li, #side_new_abox li {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom:5px;
	list-style-position: outside;
}



#qa_addtop {
	padding: 20px;
	font-size: 16px;
	line-height: 1.6em;
	border: 5px solid #C7C7C7;
	margin-bottom:20px;
}


input#to_kakunin {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #288E66;
	color: #FFFFFF;
	border: none;
	font-size: 16px;
	font-weight:bold;
	border-radius: 5px;
	cursor:pointer;
}
input#to_kakunin:hover {
	background-color: #59CC9F;
}
	
.qa_top_textbox {
	font-size:16px;
	line-height:1.6em;
	margin-bottom:40px;
}

#qa_b_box {
	width:560px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
}

#qa_b_back a {
	width:200px;
	float:left;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top:6px;
	background-color: #777777;
	color: #FFFFFF;
}
#qa_b_back a:hover {
	background-color: #AAAAAA;
}

#qa_b_submit input {
	width: 280px;
	float: right;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #CD0003;
	color: #FFFFFF;
	border:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor:pointer;
}
#qa_b_submit input:hover {
	background-color: #F56D6F;
}


#q_thanks {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top:80px;
	margin-bottom:100px;
	font-size:22px;
	text-align:center;
}
#q_thanks span.q_thanks_1 {
	font-size:16px;
	line-height:1.6em;
	color:#BF0306;
}
#q_thanks span.q_thanks_2 {
	font-size:14px;
	line-height:2.2em;
}


/*  サイド  */
.n_side_box ul#ns_kanren {
	border-bottom: 1px dotted #9B9B9B;	
}
.n_side_box li.ns_kanren {
	list-style: none;
	margin-bottom: 10px;
	padding-top:10px;
	border-top: 1px dotted #9B9B9B;
	font-size:13px;
	line-height:1.2em;
}
.n_side_box li.ns_kanren span.ns_kanren_date {
	font-size: 10px;
	color: #767676;
	display: block;
	margin-bottom: 2px;
}

.n_side_banner {
	width:280px;
	margin-bottom:40px;
}


.n_side_box {
	width: 280px;
	border-top: 6px solid #323232;
	padding-top:10px;
}
h5.ns_title {
	font-size:15px;
	margin-bottom:10px;
	padding-left:5px;
}
.n_side_box ul#ns_rank {
	border-bottom: 1px dotted #9B9B9B;	
}
.n_side_box li.ns_rank {
	list-style: none;
	margin-bottom: 10px;
	padding-top:10px;
	border-top: 1px dotted #9B9B9B;
}

.n_side_box li.ns_rank .ns_rank_no {
	width:28px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#E02200;
	padding-top:7px;
	float:left;
}

.n_side_box li.ns_rank .ns_rank_text {
	font-size: 13px;
	line-height: 1.2em;
	width: 240px;
	padding-top: 3px;
	float: left;
}
.n_side_box li.ns_rank .ns_rank_text span.ns_rank_cd {
	font-size: 10px;
	padding-top: 5px;
	color: #767676;
	display: block;
}


#qa_s_pickupbox {
	width:690px;
}
#qa_s_pickupbox li {
	font-size:12px;
}
.qa_s_picku img {
	border: 1px solid #D4D4D4;
}

h3#qa_s_pickupbox_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #737373;
}


#qa_howpdf {
	width:370px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	line-height:1.4em;
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
}

#qa_howpdf a {
	width: 360px;
	background-color: #E8E8E8;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 5px solid #3554AB;
	color:#3554AB;
}
#qa_howpdf a:hover {
	background-color:#FFFFFF;
}
#qa_howpdf a span {
	font-weight:bold;
}


/* ログイン  */
#qalog_box {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: 14px;
}
#qalog_box span {
	color:#D70003;
	font-size:13px;
}

#qalog_login_b {
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

#qalog_login_b input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	width: 250px;
	display: block;
	text-align: center;
	background-color: #D90003;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	cursor: pointer;
	border-radius: 10px;
}
#qalog_login_b input:hover {
	background-color: #FF8082;
}
#qalog_toptext {
	width:660px;
	padding-left:50px;
	margin-bottom:60px;
	font-size:16px;
	line-height:1.6em;
}
#qalog_toptext a {
	font-weight:bold;
	text-decoration:underline;
}
