﻿@charset "utf-8";

/*--------------------------------------

  用語辞典

---------------------------------------*/
/*■■■■■■■■共通■■■■■■■*/
/*◆用語*/
#word #contents h5 {
	padding: 0;
	margin: 7px 0 2px 10px;
	font-size: 14px;
	clear: both;
}
/*説明文*/
#word #contents p {
	color: #666;
	font-size: 14px;
	line-height: 1.45;
	margin: 0 0 0 10px;
	padding: 0;
}
/*ページTOPへ*/
#word #contents span a {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #F06;
	margin: 0 0 0 120px;
}
#word #contents span a:hover {
	text-decoration: none;
}
#word #contents .border {
	width: 786px;
	padding: 0;
    overflow: hidden;
}
#word #contents ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
#word #contents li {
	float: left;
	margin: 0;
	height: 24px;
	padding: 0;
}
#word #contents li a {
	display: block;
	width: 58px;
	height: 24px;
    margin-right: 6px;
    padding: 3px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .4);
}
#word #contents li a span {
    padding-left: 2px;
    font-size: 12px;
}
#word {
    margin: 0 auto;
    padding: 35px 70px;
    background-image: url(/pc/img/tidbits/tidbits.jpg);
}
#word .word_box {
    margin: 0 auto;
    padding: 20px 25px;
    background-color: #fff;
}

/*ヘッダー*/
#word #sub_header .top {
	margin: 0 0 0 30px;
}
#word #sub_header .bt_top {
    margin: 10px 0;
	padding: 4px 0 4px 39px;
    border: solid 1px #d60c25;
    background: #f30327;
    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%);
}
#word #sub_header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#word #sub_header li {
	float: left;
	margin: 0 0 0 3px;
	width: 102px;
	height: 28px;
}
#word #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;
}
#word #sub_header li.word {
	background:  url(/pc/img/tidbits/on_word.gif) no-repeat;
    text-indent: -8000px;
}
#word #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;
}
#word #sub_header li.job a:hover {
	background: url(/pc/img/tidbits/on_job.gif) no-repeat;
}
#word #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;
}
#word #sub_header li.mensetsu a:hover {
    background: url(/pc/img/tidbits/on_mensetsu.gif) no-repeat;
}
#word #sub_header li.qa a {
	background: url(/pc/img/tidbits/bt_q_a.gif) no-repeat;
	text-indent: -8000px;
	display: block;
	width: 102px;
	height: 28px;
	cursor: pointer;
}
#word #sub_header li.qa a:hover {
	background: url(/pc/img/tidbits/on_q_a.gif) no-repeat;
}
#word #contents a {
    text-decoration: underline;
}
#word #contents a:hover {
    text-decoration: none;
}
#word #a_contents,
#word #ka_contents,
#word #sa_contents,
#word #ta_contents,
#word #na_contents,
#word #ha_contents,
#word #ma_contents,
#word #ya_contents,
#word #ra_contents,
#word #wa_contents {
	width: 776px;
	margin: 30px 0 0 0;
	padding: 0;
}

/*■■■■■■■■あ行■■■■■■■■*/
#word #a_contents .border {
    margin-bottom: 16px;
	border-bottom: #f26f74 solid 4px;
}
#word #a_contents h5 {
    color: #f26f74;
}
#word #a_contents li a {
    background: #f0a7aa;
    background: -moz-linear-gradient(top, #f9b6b9 0%, #f0a7aa 100%);
    background: -webkit-linear-gradient(top, #f9b6b9 0%, #f0a7aa 100%);
    background: linear-gradient(top, #f9b6b9 0%, #f0a7aa 100%);
    text-decoration: none;
}
#word #a_contents .a a,
#word #a_contents li a:hover {
    background: #f26f74;
    background: -moz-linear-gradient(top, #f7969b 0%, #f26f74 100%);
    background: -webkit-linear-gradient(top, #f7969b 0%, #f26f74 100%);
    background: linear-gradient(top, #f7969b 0%, #f26f74 100%);
}

/*■■■■■■■■か行■■■■■■■■*/
#word #ka_contents .border {
    margin-bottom: 16px;
	border-bottom: #4db153 solid 4px;
}
#word #ka_contents h5 {
    color: #4db153;
}
#word #ka_contents li a {
    background: #95cc96;
    background: -moz-linear-gradient(top, #a6d8a7 0%, #95cc96 100%);
    background: -webkit-linear-gradient(top, #a6d8a7 0%, #95cc96 100%);
    background: linear-gradient(top, #a6d8a7 0%, #95cc96 100%);
    text-decoration: none;
}
#word #ka_contents .ka a,
#word #ka_contents li a:hover {
    background: #4db153;
    background: -moz-linear-gradient(top, #80c781 0%, #4db153 100%);
    background: -webkit-linear-gradient(top, #80c781 0%, #4db153 100%);
    background: linear-gradient(top, #80c781 0%, #4db153 100%);
}

/*■■■■■■■■さ行■■■■■■■■*/
#word #sa_contents .border {
    margin-bottom: 16px;
	border-bottom: #c26ba2 solid 4px;
}
#word #sa_contents h5 {
    color: #c26ba2;
}
#word #sa_contents li a {
    background: #d6a5c4;
    background: -moz-linear-gradient(top, #e1b4d0 0%, #d6a5c4 100%);
    background: -webkit-linear-gradient(top, #e1b4d0 0%, #d6a5c4 100%);
    background: linear-gradient(top, #e1b4d0 0%, #d6a5c4 100%);
    text-decoration: none;
}
#word #sa_contents .sa a,
#word #sa_contents li a:hover {
    background: #c26ba2;
    background: -moz-linear-gradient(top, #d493bc 0%, #c26ba2 100%);
    background: -webkit-linear-gradient(top, #d493bc 0%, #c26ba2 100%);
    background: linear-gradient(top, #d493bc 0%, #c26ba2 100%);
}

/*■■■■■■■■た行■■■■■■■■*/
#word #ta_contents .border {
    margin-bottom: 16px;
	border-bottom: #16afb6 solid 4px;
}
#word #ta_contents h5 {
    color: #16afb6;
}
#word #ta_contents li a {
    background: #73cace;
    background: -moz-linear-gradient(top, #83d7da 0%, #73cace 100%);
    background: -webkit-linear-gradient(top, #83d7da 0%, #73cace 100%);
    background: linear-gradient(top, #83d7da 0%, #73cace 100%);
    text-decoration: none;
}
#word #ta_contents .ta a,
#word #ta_contents li a:hover {
    background: #16afb6;
    background: -moz-linear-gradient(top, #4ec5ca 0%, #16afb6 100%);
    background: -webkit-linear-gradient(top, #4ec5ca 0%, #16afb6 100%);
    background: linear-gradient(top, #4ec5ca 0%, #16afb6 100%);
}

/*■■■■■■■■な行■■■■■■■■*/
#word #na_contents .border {
    margin-bottom: 16px;
	border-bottom: #bd7c42 solid 4px;
}
#word #na_contents h5 {
    color: #bd7c42;
}
#word #na_contents li a {
    background: #d3ae85;
    background: -moz-linear-gradient(top, #dfbd94 0%, #d3ae85 100%);
    background: -webkit-linear-gradient(top, #dfbd94 0%, #d3ae85 100%);
    background: linear-gradient(top, #dfbd94 0%, #d3ae85 100%);
    text-decoration: none;
}
#word #na_contents .na a,
#word #na_contents li a:hover {
    background: #bd7c42;
    background: -moz-linear-gradient(top, #d1a066 0%, #bd7c42 100%);
    background: -webkit-linear-gradient(top, #d1a066 0%, #bd7c42 100%);
    background: linear-gradient(top, #d1a066 0%, #bd7c42 100%);
}

/*■■■■■■■■は行■■■■■■■■*/
#word #ha_contents .border {
    margin-bottom: 16px;
	border-bottom: #f26f74 solid 4px;
}
#word #ha_contents h5 {
    color: #f26f74;
}
#word #ha_contents li a {
    background: #f0a7aa;
    background: -moz-linear-gradient(top, #f9b6b9 0%, #f0a7aa 100%);
    background: -webkit-linear-gradient(top, #f9b6b9 0%, #f0a7aa 100%);
    background: linear-gradient(top, #f9b6b9 0%, #f0a7aa 100%);
    text-decoration: none;
}
#word #ha_contents .ha a,
#word #ha_contents li a:hover {
    background: #f26f74;
    background: -moz-linear-gradient(top, #f7969b 0%, #f26f74 100%);
    background: -webkit-linear-gradient(top, #f7969b 0%, #f26f74 100%);
    background: linear-gradient(top, #f7969b 0%, #f26f74 100%);
}

/*■■■■■■■■ま行■■■■■■■■*/
#word #ma_contents .border {
    margin-bottom: 16px;
	border-bottom: #4db153 solid 4px;
}
#word #ma_contents h5 {
    color: #4db153;
}
#word #ma_contents li a {
    background: #95cc96;
    background: -moz-linear-gradient(top, #a6d8a7 0%, #95cc96 100%);
    background: -webkit-linear-gradient(top, #a6d8a7 0%, #95cc96 100%);
    background: linear-gradient(top, #a6d8a7 0%, #95cc96 100%);
    text-decoration: none;
}
#word #ma_contents .ma a,
#word #ma_contents li a:hover {
    background: #4db153;
    background: -moz-linear-gradient(top, #80c781 0%, #4db153 100%);
    background: -webkit-linear-gradient(top, #80c781 0%, #4db153 100%);
    background: linear-gradient(top, #80c781 0%, #4db153 100%);
}

/*■■■■■■■■や行■■■■■■■■*/
#word #ya_contents .border {
    margin-bottom: 16px;
	border-bottom: #c26ba2 solid 4px;
}
#word #ya_contents h5 {
    color: #c26ba2;
}
#word #ya_contents li a {
    background: #d6a5c4;
    background: -moz-linear-gradient(top, #e1b4d0 0%, #d6a5c4 100%);
    background: -webkit-linear-gradient(top, #e1b4d0 0%, #d6a5c4 100%);
    background: linear-gradient(top, #e1b4d0 0%, #d6a5c4 100%);
    text-decoration: none;
}
#word #ya_contents .ya a,
#word #ya_contents li a:hover {
    background: #c26ba2;
    background: -moz-linear-gradient(top, #d493bc 0%, #c26ba2 100%);
    background: -webkit-linear-gradient(top, #d493bc 0%, #c26ba2 100%);
    background: linear-gradient(top, #d493bc 0%, #c26ba2 100%);
}

/*■■■■■■■■ら行■■■■■■■■*/
#word #ra_contents .border {
    margin-bottom: 16px;
	border-bottom: #16afb6 solid 4px;
}
#word #ra_contents h5 {
    color: #16afb6;
}
#word #ra_contents li a {
    background: #73cace;
    background: -moz-linear-gradient(top, #83d7da 0%, #73cace 100%);
    background: -webkit-linear-gradient(top, #83d7da 0%, #73cace 100%);
    background: linear-gradient(top, #83d7da 0%, #73cace 100%);
    text-decoration: none;
}
#word #ra_contents .ra a,
#word #ra_contents li a:hover {
    background: #16afb6;
    background: -moz-linear-gradient(top, #4ec5ca 0%, #16afb6 100%);
    background: -webkit-linear-gradient(top, #4ec5ca 0%, #16afb6 100%);
    background: linear-gradient(top, #4ec5ca 0%, #16afb6 100%);
}

/*■■■■■■■■わ行■■■■■■■■*/
#word #wa_contents .border {
    margin-bottom: 16px;
	border-bottom: #bd7c42 solid 4px;
}
#word #wa_contents h5 {
    color: #bd7c42;
}
#word #wa_contents li a {
    background: #d3ae85;
    background: -moz-linear-gradient(top, #dfbd94 0%, #d3ae85 100%);
    background: -webkit-linear-gradient(top, #dfbd94 0%, #d3ae85 100%);
    background: linear-gradient(top, #dfbd94 0%, #d3ae85 100%);
    text-decoration: none;
}
#word #wa_contents .wa a,
#word #wa_contents li a:hover {
    background: #bd7c42;
    background: -moz-linear-gradient(top, #d1a066 0%, #bd7c42 100%);
    background: -webkit-linear-gradient(top, #d1a066 0%, #bd7c42 100%);
    background: linear-gradient(top, #d1a066 0%, #bd7c42 100%);
}

/*■■■■■■■■注意■■■■■■■■*/
#word p.attention {
	font-size: 12px;
	color: #F00;
	margin: 20px 0 0 10px;
	font-weight: bold;
}
