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

/* INDEX
-------------------------------------------------*/
#contents {
	background: url(../../dictionary/img/contents_bg.gif) top center repeat-y !important;
}

#dictionary #main {
	padding: 0 15px 0 0 !important;
	width: 769px !important;
}

#dictionary .mainInner {
/*	background: url(../../dictionary/img/index_bg.gif) top center repeat-y;*/
/*	height: 449px;*/
}

#dictionary h1 {
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

#dictionary .box {
	width: 675px;
/*	height: 395px;*/
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
}

#dictionary .box ul {
	margin: 0 0 0 10px;
}

#dictionary .box ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	line-height: 2.0;
}

#dictionary .box ul li a {
	font-size: 0.875em;
}

#dictionary .box ul li em {
	color: #cc0000;
	font-size: 0.875em;
	padding-left: 5px;
	font-weight: bold;
}	

#dictionary li a:link		{ color: #333333; text-decoration: none;}
#dictionary li a:visited	{ color: #333333; text-decoration: none;}
#dictionary li a:hover		{ color: #9D221B; text-decoration: underline;}
#dictionary li a:active		{ color: #9D221B; text-decoration: none;}

#dictionary .box ul li span {
	font-weight: bold;
	font-size: 0.875em;
	margin: 0 3px 0 0;
}


/* answer
-------------------------------------------------*/
#answer #contents {
	/*background: url(../../dictionary/img/answer_bg.jpg) repeat-y top center;*/
}

#answer #dictionary .mainInner {
/*	background: url(../../dictionary/img/index_bg.gif) top center repeat-y;*/
	height: auto !important;
}

#answer #dictionary h1 {
	margin-bottom:0;
}

#answer #dictionary h2 {
	background: #9C201B;
	width: 510px;
	margin: 0 0 5px 0;
	padding: 5px 10px;
	font-size: 0.875em;
	font-weight: bold;
	color:#FFFFFF;
}

#answer #dictionary .backList {
	text-align:right;
	padding:5px 0 10px;
}

#answer #dictionary .backList img {
	width:70px;
}

#answer #dictionary h2.txt02 {
	background: url(../../dictionary/img/answer_img03.gif) left no-repeat !important;
	height: 43px !important;
}

#answer #dictionary .box {
	width: 675px;
	margin: 0 auto 20px;
/*	height: 480px;*/
}


#answer #dictionary .boxInner {
/*	width: 460px;*/
	margin: 0 auto;
	padding-top: ;
/*	overflow: auto;*/
}

#answer #dictionary .boxInner p span {
	color: #9C201B;
	font-weight: bold;
	margin: 0 3px 0 0;
}

#answer #dictionary .boxInner .imgList {
	overflow:hidden;
}

#answer #dictionary .boxInner .imgList li {
	float:left;
	margin-right:10px;
}

@media screen and (max-width: 768px) {
#contents {
	width: inherit !important;
	background: url(../img/contents_bg_sp.gif) top right repeat-y !important;
	background-size:10px !important;
	box-sizing: border-box !important;
}

#dictionary #main {
	float:none;
	margin:0 auto !important;
	padding: 0 10px !important;
	width: inherit !important;
}

#dictionary .box {
	width: inherit;
	padding:15px;
	margin:0;
}

/* answer
-------------------------------------------------*/
#answer #dictionary h2 {
	width: inherit;
	font-size:15px;
}
#answer #dictionary .box {
	width: inherit;
	padding:15px;
	margin:0;
}

#answer #dictionary .boxInner img {
	max-width:100%;
}

#answer #dictionary .boxInner .imgList li {
	float:none;
	margin-right:0;
	margin-bottom:5px;
	text-align:center;
}

#dictionary .box ul li {
	margin: 0 0 10px 0;
	line-height: 1.5;
}

#dictionary .box ul li a {
	font-size:14px;
}

#dictionary .box ul li em {
	font-size:14px;
}	

#dictionary .box ul li span {
	font-size:14px;
}

}

@media screen and (max-width: 480px) {
}
