
/* ----------------------------------------------------------------------
	
	よくあるお問い合わせ - 馬主の方へ
	
---------------------------------------------------------------------- */


/* - レイアウト
---------------------------------------------------------------------- */


#faq_body {
	display: table;
	width: 100%;
	margin-top: 20px;
}

#faq_body > div.cell {
	display: table-cell;
	vertical-align: top;
}

#faq_body > div.cell.left {
	width: 640px;
}

#faq_body > div.cell.right {
	width: 260px;
	padding-left: 40px;
}

/*

#faq_body > div.cell.left {
	margin-top: 20px;
}

#faq_body > div.cell.right {
	margin-top: 30px;
}
*/




/* - カテゴリー見出し
-------------------------------------------------- */
#category_list_header {
	padding-bottom: 8px;
}

#category_list_header > div.content {
	display: table;
	/*width: 100%;*/
}

#category_list_header > div.content p {
	background-color: #abc398;
	border-radius: 2px;
	display: table-cell;
	vertical-align: middle;
}

#category_list_header > div.content p:after {
	
}

#category_list_header > div.content p > span {
	font-weight: bold;
	background-color: #188542;
	color: #fff;
	padding: 0 10px;
	font-size: 1.2rem;
	line-height: 1.4;
	position: relative;
	
	background-color: #1b521f;
	background-color: #abc398;
	color: #444;
}

#category_list_header > div.content p > span:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(24, 133, 66, 0);
	border-left-color: #188542;
	border-width: 6px;
	margin-top: -6px;
	
	border-color: rgba(27, 82, 31, 0);
	border-left-color: #1b521f;
	
	border-color: rgba(171,195,152, 0);
	border-left-color: #abc398;
}


#category_list_header > div.content h3 {
	font-size: 2rem;
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
}




/* - Q＆Aユニット
-------------------------------------------------- */
div.detail_list_block > ul > li { margin-top: 50px; }
div.detail_list_block > ul > li:first-child { margin-top: 40px; }


div.qa_unit {  }

div.qa_header {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 8px;
}


div.qa_header > h4 {
	display: table;
}

div.qa_header > h4 > span.icon {
	display: table-cell;
	vertical-align: middle;
	background-color: #188542;
	border-radius: 2px;
}

div.qa_header > h4 > span.icon > span {
	font-weight: bold;
	color: #fff;
	padding: 0 12px;
	font-size: 1.3rem;
	line-height: 1.4;
	
	position: relative;
	background: #188542;
	white-space: nowrap;
}

div.qa_header > h4 > span.icon > span:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(24, 133, 66, 0);
	border-left-color: #188542;
	border-width: 6px;
	margin-top: -6px;
}

div.qa_header > h4 > span.txt {
	font-size: 1.8rem;
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	
	font-weight: bold;
	color: #444;
	line-height: 1.4;
	padding: 4px 0;
	padding-left: 15px;
}






/*
div.qa_header > div.content {
	display: table;
}

div.qa_header > div.content p.icon {
	display: table-cell;
	vertical-align: middle;
	
	background-color: #188542;
	border-radius: 2px;
}

div.qa_header > div.content p.icon:after {
	
}

div.qa_header > div.content p.icon > span {
	font-weight: bold;
	color: #fff;
	padding: 0 12px;
	font-size: 1.3rem;
	line-height: 1.4;
	
	position: relative;
	background: #188542;
	white-space: nowrap;
}

div.qa_header > div.content p.icon > span:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(24, 133, 66, 0);
	border-left-color: #188542;
	border-width: 6px;
	margin-top: -6px;
}



div.qa_header > div.content p.txt {
	font-size: 1.8rem;
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	
	font-weight: bold;
	color: #444;
	line-height: 1.4;
	padding: 4px 0;
	padding-left: 15px;
	
}
*/




div.qa_unit > div.txt {
	margin-top: 20px;
}


div.qa_unit > div.txt > p {
	line-height: 1.6;
	font-size: 1.4rem;
}

/*
div.qa_unit > div.txt > p span.icon {
	background-color: #188542;
	color: #fff;
	padding: 5px 8px;
	margin-right: 0.5em;
	border-radius: 2em;
	font-weight: bold;
	font-size: 1rem;
	vertical-align: middle;
}
*/



/* - セリのリスト
-------------------------------------------------- */
table.sale_list { width: 100%; }

table.sale_list caption {
	/*background-color: #1b521f;
	color: #fff;*/
	font-size: 1.4rem;
	font-weight: bold;
	padding: 8px 0;
}

table.sale_list th,
table.sale_list td {
	font-size: 1.3rem;
}

table.sale_list thead > tr > th {
	background-color: #1b521f;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #ddd;
	text-align: center;
}

table.sale_list tbody > tr > td {
	padding: 10px;
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
}

table.sale_list tbody > tr > td.center {
	text-align: center;
}


div.relate_block {
	
}

div.relate_block p.title {
	background-color: #188542;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}

div.relate_block p.title > span {
	background-color: #fff;
	color: #188542;
	padding: 4px 6px;
	margin-right: 0.8em;
	border-radius: 2px;
	font-size: 1.1rem;
	vertical-align: middle;
	/*border: 1px solid #1b521f;*/
	color: #555;
}

div.relate_block p.title a {
	color: #fff;
	text-decoration: none;
}

div.relate_block div.inner {
	padding: 15px;
	border: 1px solid #ddd;
}

div.relate_block div.inner > p {
	font-size: 1.2rem;
}

div.relate_block div.inner > p span.arrow {
	margin-left: 0.4em;
	margin-right: 0.4em;
}



ul.num_list {
	
}

ul.num_list > li {
	display: table;
}

ul.num_list > li > span {
	display: table-cell;
	vertical-align: top;
	padding: 8px 0;
}

ul.num_list > li > span.txt {
	padding-left: 5px;
}

ul.num_list > li > span.txt > ul {
	margin-top: 4px;
}

ul.num_list > li > span.txt > ul > li {
	display: table;
}

ul.num_list > li > span.txt > ul > li > span {
	display: table-cell;
	vertical-align: top;
	padding: 2px 0;
}

ul.num_list > li > span.txt > ul > li > span.txt {
	padding-left: 5px;
}


/* --- Q44 タイムオーバーの表 --- */
table.timeover_list {
	width: 100%;
}


table.timeover_list caption {
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 0;
}

table.timeover_list > thead > tr > th {
	background-color: #1b521f;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 1.3rem;
	vertical-align: middle;
}

table.timeover_list > tbody > tr > th {
	border: 1px solid #ddd;
	padding: 5px;
	text-align: center;
	font-size: 1.4rem;
	vertical-align: middle;
	background-color: #f5f5f5;
	
}

table.timeover_list > tbody > tr > td {
	border: 1px solid #ddd;
	padding: 5px;
	text-align: center;
	
	padding: 10px;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-size: 1.4rem;
}


table.timeover_list.other > tbody > tr > td {
	text-align: left;
}



/* --- Q51 税制度の表 --- */
table.income_data {
	width: 100%;
}


table.income_data caption {
	/*font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 0;
	*/
	
	background-color: #1b521f;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 1.4rem;
}

table.income_data > thead > tr > th {
	background-color: #1b521f;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 1.3rem;
	vertical-align: middle;
}

table.income_data > tbody > tr > th {
	border: 1px solid #ddd;
	padding: 5px;
	text-align: center;
	font-size: 1.4rem;
	vertical-align: middle;
	background-color: #f5f5f5;
	white-space: nowrap;
	width: 100px;
	font-weight: bold;
}

table.income_data > tbody > tr > td {
	border: 1px solid #ddd;
	padding: 5px;
	/*text-align: center;*/
	
	padding: 10px;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-size: 1.4rem;
}

table.income_data > tbody tr td span {
	display: block;
	/*font-weight: bold;*/
	padding: 3px 0;
}



/* - 「・」リスト
-------------------------------------------------- */
ul.dotlist { }

ul.dotlist > li { display: table; }

ul.dotlist > li > span {
	display: table-cell;
	vertical-align: top;
	line-height: 1.6;
}

ul.dotlist > li > span.dot { width: 1em; }
ul.dotlist > li > span.txt { padding-left: 0.2em; }



/* - 備考
---------------------------------------------------------------------- */

ul.annotation > li {
    display: table;
}

ul.annotation > li > span {
    display: table-cell;
}

ul.annotation > li > span:first-child {
    white-space: nowrap;
}



/* - 右カラム：カテゴリー一覧
-------------------------------------------------- */
/* ----- 右カラム：カテゴリー一覧 ----- */
div.category_list {
	
}

div.category_list > h3 {
	background-color: #188542;
	color: #fff;
	padding: 10px;
	font-size: 1.4rem;
	font-weight: bold;
}

div.category_list > ul {
	overflow: hidden;
	background-color: #eaeaea;
	padding: 5px;
}
div.category_list > ul:after { content: ''; display: block; clear: both; }


div.category_list > ul > li {
	box-sizing: border-box;
	padding: 5px;
}

div.category_list > ul > li > a {
	display: block;
	padding: 15px;
	padding: 20px 15px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 4px;
	text-decoration: none;
	
	color: #0069a8;
	font-weight: bold;
	font-size: 1.5rem;
	font-size: 1.3rem;
	padding: 15px;
}

.no-touch div.category_list > ul > li > a:hover {
	background-color: #fff8e1;
}

div.category_list > ul > li > a > span {
	/*margin: 0 0.4em;*/
	/*color: #188542;*/
	margin-right: 0.4rem;
}

div.category_list > ul > li > a i {
	margin-right: 0.5em;
	color: #188542;
}


div.category_list > ul > li.current > a {
	background-color: #188542;
	color: #fff;
	
	
	color: #f8e250;
	background-color: #000;
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
	
	background-color: #1b521f;
}

div.category_list > ul > li.current > a i {
	color: #fff;
	color: #f8e250;
}

.no-touch div.category_list > ul > li.current > a:hover {
	color: #f8e250;
	background-color: #000;
	background-color: #1b521f;
}














/* ------------------------------------------------------------

	979px以下

------------------------------------------------------------ */
@media screen and ( max-width : 979px ) {
	
	
	/* - カテゴリー一覧
	-------------------------------------------------- */
	div.category_list > ul > li > a { padding: 15px 10px; }
	
	
}


/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and (max-width : 767px) {
	
	/* - レイアウト
	-------------------------------------------------- */
	#faq_body { display: block; }
	
	#faq_body > div.cell { display: block; }
	#faq_body > div.cell.left { width: auto; }
	
	#faq_body > div.cell.right {
		width: auto;
		padding-left: 0;
		margin-top: 60px;
	}
	
	
	/* - カテゴリー一覧
	-------------------------------------------------- */
	div.category_list > ul:after { content: ''; display: block; clear: both; }
	
	div.category_list > ul > li {
		float: left;
		width: 33.33%;
	}
	
	
}


/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and (max-width : 639px) {
	
	/* - カテゴリー一覧
	-------------------------------------------------- */
	div.category_list > ul > li { width: 50%; }
	
}


/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and (max-width : 479px) {
	
	/* - カテゴリー一覧
	-------------------------------------------------- */
	div.category_list > ul > li > a {
		font-size: 1.2rem;
		padding: 12px 10px;
	}
	
	
	table.income_data > tbody > tr > th {
		font-size: 1.2rem;
		width: 66px;
	}
	
	table.income_data > tbody > tr > td {
		font-size: 1.3rem;
	}
	
}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and (max-width : 359px) {
	
	/* - カテゴリー一覧
	-------------------------------------------------- */
	div.category_list > ul > li {
		float:none;
		width: auto;
	}
	
}



