@charset "utf-8";
/* CSS Document */

.dictionary_tit {
    border-bottom: #d3d4b4 1px solid;
    font-size: 26px;
    color: #4B3304;
}
.dictionary_list {
    background-color: #F3F3F3;
	margin: 10px auto;
	padding: 10px 20px;
}
ul.dictionaryList li a {
	display: block;
	float: left;
	text-align: center;
	padding: 12px 32px;
	background: #f8ffe8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */
    border: solid 1px #C3E845;
}
.dictionaryWord {
    padding: 14px;
    border: solid 5px #7D9238;
    margin-bottom: 30px;
}
.dictionaryWordTop {
    font-size: 28px;
    font-weight: bold;
    border-bottom: dotted 1px #7D9238;
    margin-bottom: 14px;
}
.dictionaryWordBottomLine {
    font-size: 14px;
}
.dictionaryWordText {
	font-size: 1.2em;
}
.dictionaryRowTitle {
    position: relative;
    padding: 0 0 4px 38px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 2px #7D9238;
}
.dictionaryRowTitle::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 16px;
	height: 16px;
	background-color: #7D9238;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.dictionarySelectWord {
	width: 100%;
	border: #AAA solid 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.dictionarySelectWord p.dictionarySelectWordTitle {
	display: block;
	height: 25px;
	background: #D1EC79;
	margin: 2px;
	padding-left: 10px;
	padding-top: 5px;
}
.dictionarySelectWord ul {
	margin-left: 10px;
}
.dictionarySelectWord ul li {
	display: inline-block;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
}