@charset "utf-8";

/* dictionary_index */

.dictionary_title {
    font-size: 18px;
    text-align: center;
    border-top: #4e4020 1px solid;
    border-bottom: #4e4020 1px solid;
    color: #34463e;
    text-shadow: 1px 1px 0px #FFF;
    background: url(../../img/sp/img/common/bg_underlayer_title01.png) no-repeat 0 0;
    background-size: cover;
    padding: 10px 0;
    margin-bottom: 15px;
}

.dictionary_list {
	width: 100%;
	overflow: hidden;
}

.dictionary_list li {
	width: 20%;
	float: left;
    font-size: 18px;
    line-height: 40px;
    vertical-align: middle;
    text-shadow: 1px 1px 0px white;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1e9), color-stop(100%,#d1e5c9));
    background: -webkit-linear-gradient(top, #ebf1e9 0%, #d1e5c9 100%);
    background: linear-gradient(to bottom, #ebf1e9 0%, #d1e5c9 100%);
    border-top: #a8ada5 1px solid;
}

.dictionary_list li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #333;
    line-height: 30px;
    padding: 10px;
}

.dictionary_list li + li {
	border-left: #a8ada5 1px solid;
}

.dictionary_list li.b-none {
	border-left: none;
}

.dictionaryRowTitle {
	display: none;
}

.dictionarySelectWordTitle {
	background: #707f8b;
	padding: 10px 0;
	text-align: center;
	color: white;
	line-height: 1.6em;
	font-size: 15px;
}

.dictionarySelectWord ul > li {
	width: 100%;
	border-top: #a8ada5 1px solid;
}

.dictionarySelectWord ul {
	border-bottom: 1px solid #a8ada5;
}

.dictionarySelectWord ul > li a {
	width: 100%;
	height: 100%;
	color: #555;
	display: block;
	position: relative;
	text-decoration: none;
	padding: 15px 30px 15px 10px;
	line-height: 1.4em;
	font-size: 16px;
	box-shadow: 1px 0 0 1px white inset;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f9f9f9), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 50%,#ebebeb 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 50%,#ebebeb 100%);
}

.dictionarySelectWord ul > li a:after,
.dictionary_bottom_list li a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #4e504e;
	border-right: 2px solid #4e504e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 1.2em;
	top: 50%;
	margin-top: -4px;
}

.dictionary_bottom_list {
	width: 100%;
	margin: 20px 0;
	padding: 0 10px;
}

.dictionary_bottom_list h2 {
	background: #707f8b;
	padding: 10px 0;
	text-align: center;
	color: white;
	line-height: 1.6em;
	font-size: 15px;
}

.dictionary_bottom_list ul {
	border: #a8ada5 1px solid;
	width: 100%;
}

.dictionary_bottom_list li {
	border-top: #a8ada5 1px solid;
}

.dictionary_bottom_list li a {
	color: #555;
    height: 100%;
    color: #555;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 15px 30px 15px 10px;
    line-height: 1.4em;
    font-size: 16px;
    box-shadow: 1px 0 0 1px white inset;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f9f9f9), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 50%,#ebebeb 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 50%,#ebebeb 100%);
}

/* dictionary_detail */

.dictionaryWordTop {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #4e4020;
	line-height: 1.6em;
	padding-bottom: 10px;
	border-bottom: 1px solid #4e4020;
}

.dictionaryWordTop .dictionaryWordBottomLine {
	display: block;
	font-weight: normal;
	font-size: 80%;
	text-align: center;
}

.dictionaryWordText {
	width: 100%;
	padding: 10px;
}

.dictionaryWordText p {
	font-size: 14px;
	line-height: 1.4em;
}