@charset "UTF-8";

/*大辞典 index
---------------------------------------------------------- */

.dic_list {
	width:980px;
	margin: 0 auto 50px;
}

.dic_list ul {
	clear: both;
	margin-left:-20px;
}

.dic_list li {
	float: left;
	width:480px;
	margin: 0 0 20px 20px;
	list-style: none;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	cursor:pointer;
}

.dic_list li h2 {
	font-size: 138.5%;
	line-height:1.4;
	background-color: #d80c18;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.dic_list li h2 a {
	display:block;
	padding: 15px 20px 15px;
	color: #fff;
	text-decoration: none;
	background:url(../img/common/icon_arrow01.png) 98% center no-repeat;
}

.dic_list li .dic_list_box {
	clear: both;
	padding: 15px 15px 10px;
}

.dic_list li .dic_list_box .img {
	float: left;
	width:61px;
	margin-right:15px;
}

.dic_list li .dic_list_box p{
	overflow:hidden;
	zoom:1;
	line-height:1.7;
}

@media screen and (max-width: 738px) {
	.dic_list {
		width:100%;
		margin: 0 auto 30px;
	}
	
	.dic_list ul {
		margin-left:0;
	}
	
	.dic_list li {
		float: none;
		clear: both;
		width:100%;
		margin: 0 0 20px 0;
	}
}


.dic_reference {
	padding:20px 30px;
	background-color: #faf7e6;
	border:1px solid #b1988f;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
}

.dic_reference p {
	margin-bottom:10px;
	font-weight: bold;
	color: #663529;
	font-size: 116%;
}

.dic_reference li {
	margin-bottom:8px;
	padding-bottom:8px;
	list-style: none;
	border-bottom:1px dashed #e0cca7;
}

.dic_reference li:last-child {
	margin-bottom:0;
}


/*大辞典 詳細
---------------------------------------------------------- */

.dic_block {
	clear: both;
	margin: 0 30px 40px;
}

.dic_block .ph_l{
	float: left;
	width:88px;
	margin-right:25px;
	text-align: right;
}

.dic_block .ph_r{
	float: right;
	width:88px;
	margin-left:25px;
	text-align: left;
}

.dic_block .txt{
	padding-top:10px;
	overflow:hidden;
	zoom:1;
}

.dic_block .txt p {
	margin-top:20px;
}

.dic_block .txt p:first-child {
	margin-top:0;
}

@media screen and (max-width: 738px) {
	.dic_block {
		margin: 0 2% 30px;
	}
}