﻿@charset "utf-8";

/*--------------------------------------

  Q&A

---------------------------------------*/
/*■■■■■■■■共通■■■■■■■*/
/*◆用語*/
#q_a #contents h5 {
	padding: 0;
	margin: 7px 0 2px 10px;
	font-size: 14px;
	clear: both;
}
/*説明文*/
#q_a #contents p {
	color: #666;
	font-size: 14px;
	line-height: 1.45;
	margin: 0 0 0 10px;
	padding: 0;
}
/*ページTOPへ*/
#q_a #contents span a {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #F06;
	margin: 0 0 0 120px;
}
#q_a #contents span a:hover {
	text-decoration: none;
}
#q_a #contents .border {
	width: 740px;
	float: right;
	margin: 0 0 5px 0;
	padding: 0;
}
#q_a #contents ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
#q_a #contents li {
	float: left;
	margin: 0;
	height: 22px;
	padding: 0;
}
#q_a #contents li a {
	display: block;
	width: 58px;
	height: 22px;
}
#q_a #contents li span {
    display: none;
}
#q_a {
    margin: 0 auto;
    padding: 35px 70px;
    background-image: url(/pc/img/tidbits/tidbits.jpg);
}
#q_a .q_a_box {
    margin: 0 auto;
    padding: 20px 25px;
    background-color: #fff;
}

/*ヘッダー*/
#q_a #sub_header .top {
	margin: 0 0 0 30px;
}
#q_a #sub_header .bt_top {
    margin: 10px 0;
	padding: 4px 0 4px 39px;
    border: solid 1px #d60c25;
    background: -moz-linear-gradient(top, #fc4560 0%, #f30327 100%);
    background: -webkit-linear-gradient(top, #fc4560 0%, #f30327 100%);
    background: linear-gradient(top, #fc4560 0%, #f30327 100%);
}
#q_a #sub_header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#q_a #sub_header li {
	float: left;
	margin: 0 0 0 3px;
	width: 102px;
	height: 28px;
}
#q_a #sub_header li.word a {
	background: url(/pc/img/tidbits/bt_word.gif) no-repeat;
	text-indent: -8000px;
	display: block;
	width: 102px;
	height: 28px;
	cursor: pointer;
}
#q_a #sub_header li.word a:hover {
	background: url(/pc/img/tidbits/on_word.gif) no-repeat;
}
#q_a #sub_header li.job a {
	background: url(/pc/img/tidbits/bt_job.gif) no-repeat;
	text-indent: -8000px;
	display: block;
	width: 102px;
	height: 28px;
	cursor: pointer;
}
#q_a #sub_header li.job a:hover {
	background: url(/pc/img/tidbits/on_job.gif) no-repeat;
}
#q_a #sub_header li.mensetsu a {
	background: url(/pc/img/tidbits/bt_mensetsu.gif) no-repeat;
    display: block;
	width: 102px;
	height: 28px;
	cursor: pointer;
    text-indent: -8000px;
}
#q_a #sub_header li.mensetsu a:hover {
    background: url(/pc/img/tidbits/on_mensetsu.gif) no-repeat;
}
#q_a #sub_header li.qa {
	background: url(/pc/img/tidbits/on_q_a.gif) no-repeat;
	text-indent: -8000px;
	display: block;
	width: 102px;
	height: 28px;
}
/*Ｑ＆Ａ*/
#q_a h3 {
    width: 740px;
	margin: 0 auto 10px auto;
}
#q_a h4 {
	border-bottom: 1px #666 dotted;
	width: 740px;
	margin: 20px auto 0 auto;
	padding: 0 0 2px 0;
	color: #F50;
    font-size: 1.8rem;
	text-indent: 10px;
}
#q_a h3:first-letter {
	font-size: 18px;
}
#q_a p {
	width: 740px;
	margin: 10px auto 20px auto;
    padding: 0 10px 10px 10px;
    text-indent: 0;
}
#q_a p:first-letter {
	font-size: 1.5em;
}
#q_a img {
	display: block;
    width: 740px;
	margin: 20px auto 20px auto;
}