@charset "utf-8";

body {
    color: #333333;
    font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 90%;
    line-height: 160%;
}

/* ===== common ===== */
.inner{
	width: 930px;
	margin: 0 auto;
	position: relative;
}


/* ===== header ===== */

#jtnHeader{
	background-color: #0D2951;
	height: 75px;
}

#jtnHeader .jtnImg,
#jtnHeader .jtnTxt,
#jtnHeader .jtnRead,
#jtnHeader .jtnLogo{
	position: absolute;
}

#jtnHeader .jtnImg{
	top: 6px;
	left: 0;
}

#jtnHeader .jtnTxt{
	top: 17px;
	left: 62px;
}

#jtnHeader .jtnRead{
	top: 48px;
	left: 62px;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
}

#jtnHeader .jtnLogo{
	top: 6px;
	right: 0;
}

/* ===== jtnFooter ===== */

#jtnFooter{
	background-color: #f0f0f0;
	height: 54px;
	margin-top: 60px;
}

#jtnFooter .jtnCopyright{
	color: #666;
	position: absolute;
	top: 18px;
	left: 0;
}
#jtnFooter .jtnLink{
	color: #666;
	position: absolute;
	top: 18px;
	right: 0;
}
#jtnFooter .jtnLink a{
	color: #666;
}

/* ===== jtnUpper ===== */

#jtnUpper{
	height: 340px;
	background-image: url(/img/ss/translation/bgr_jiten_upper.png);
	background-repeat: repeat-x;
}

#jtnUpper .inner{
	height: 340px;
	background-image: url(/img/ss/translation/bgr_jiten_world.png);
	background-repeat: no-repeat;
}

#jtnUpper .setsumei{
	font-size: 16px;
	position: absolute;
	top: 50px;
	left: 0;
}

#jtnUpper .jtnLng{
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 90px;
	left: 0;
	vertical-align: middle;
}

#jtnUpper .jtnLng img{
	margin-right: 8px;
	vertical-align: middle;
}


#jtnUpper .jtnInp{
	position: absolute;
	top: 125px;
	left: 0;
}

#jtnUpper .jtnInp input[type="text"]{
	border: 1px solid #CCC;
	font-size: 18px;
	background-color: #FFF;
	width: 305px;
	height: 38px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

#jtnUpper .jtnBtn{
	position: absolute;
	top: 125px;
	left: 313px;
}

#jtnUpper .setsumei02{
	position: absolute;
	top: 50px;
	left: 405px;
}

#jtnUpper .jtnSelLng{
	position: absolute;
	top: 80px;
	left: 405px;
	width: 252px;
	height: 36px;
	background-image: url(/img/ss/translation/bgr_jiten_pulldown.png);
	background-repeat: no-repeat;
	font-size: 18px;
	z-index: 999;
}

#jtnUpper .jtnSelLng p{
	line-height: 36px;
	padding: 0 10px;
	cursor: pointer;
}

#jtnUpper .jtnSelLng img{
	vertical-align: middle;
	margin-right: 8px;
}

#jtnUpper .jtnSelLngInside{
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 5px;
	-webkit-border-radius: 0px 0px 3px 3px;
	        border-radius: 0px 0px 3px 3px;
	margin-top: -1px;
}

#jtnUpper .jtnSelLng li{
	line-height: 1;
	padding: 5px;
}
#jtnUpper .jtnSelLng li.current,
#jtnUpper .jtnSelLng li:hover{
	background-color: #C5D5E7;
	cursor: pointer;
}

#jtnUpper .jtnResult{
	position: absolute;
	top: 125px;
	left: 405px;
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 500px;
	height: 160px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	padding: 10px;
}

#jtnUpper .furigana{
	font-size: 12px;
}

#jtnUpper .pinyin{
	font-size: 14px;
	font-weight: bold;
}

#jtnUpper .txt{
	font-size: 23px;
	font-weight: bold;
}

/* ===== suggestions ===== */

#jtnUpper .suggestionsBox .suggestionsMessage {
	margin-bottom: 2px;
	font-size: 16px;
}

#jtnUpper .suggestionsBox .suggestions {
	margin-bottom: 2px;
}

#jtnUpper .suggestionsBox .suggestions li {
	float: left;
	margin-right: 8px;
	font-size: 13px;
}

#jtnUpper .suggestionsBox .suggestions li a {
	color: #036;
}

#jtnUpper .suggestionsBox .suggestions li:before {
	content: ">";
	color: #838383;
	font-size: 10px;
	margin-right: 4px;
}

#jtnUpper .suggestionsBox .suggestionsWord_omitted {
	color: #838383;
	font-size: 13px;
}


/* ===== jtnContents ===== */

#jtnContents .inner{
	padding: 30px 0;
}

.jtnTit{
	color: #0C2851;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.jtnTxt{
	font-size: 15px;
	margin-bottom: 30px;
}

/*jtnBoxJiten*/
.jtnBoxJiten{
	position: relative;
}

/*jtnLstKana*/
.jtnLstKana{
	background-color: #ebebeb;
	padding: 14px 0 15px 6px;
	width: 197px;
}

.result .jtnLstKana{
float: left;
}

.jtnLstKana li{
	float: left;
	margin: 4px;
	width: 30px;
	height: 30px;
}

.jtnLstKana li.off{
	background-color: #ccc;
	opacity: .5;
	border-bottom: 1px solid #b2b2b2;
}

.jtnLstKana a{
	display: block;
	background-color: #FFF;
	border-bottom: 1px solid #b2b2b2;
	line-height: 0;
	font-size: 0;
}

.jtnLstKana a:hover,
.jtnLstKana .active a{
	background-color: #c5d5e7;
}


/*jtnBoxword*/
.jtnBoxword{
	background-color: #dee7f1;
	width: 715px;
	height: 100%;
	overflow: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.result .jtnBoxword{
	height: auto;
	position: static;
	padding-bottom: 5px;
	overflow: visible;
	float: right;
}

.jtnTitWord{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #85a6cb;
	margin:10px 10px 8px 15px;
	padding:0 0 5px 0px;
}

.jtnLstWord li{
	float: left;
	width: 25%;
}

.jtnLstWord a{
	font-size: 14px;
	text-decoration: underline;
	color: #2c2c2c;
	margin: 5px 0 0 15px;
}

.jtnLstWord a:hover{
	text-decoration: none;
}

.jtnBoxword .jtnBox{
	float: left;
	width: 335px;
	margin: 0 0 10px 15px;
}

.jtnBoxword .jtnBox img{
	vertical-align: middle;
	margin: 0 8px 5px 0;
}

.jtnBoxword .jtnBox .jtnResult{
	background-color: #FFF;
	height: 73px;
	padding: 10px;
}

.jtnBoxword .jtnBox .jtnResult .pinyin{
	font-weight: bold;
}

.jtnBoxword .jtnBox .jtnResult .txt{
	font-size: 15px;
}

.jtnBoxword .jtnBox .jtnResult .furigana{
	font-size: 12px;
}

/*jtnBoxWhat*/
.jtnBoxWhat{
	display: table;
	border-collapse: separate;
	border-spacing: 16px 0;
	margin-left: -16px;
}

.jtnBoxWhat .jtnBox{
	display: table-cell;
	width: 244px;
	background-color: #edf6fb;
	padding: 20px 27px;
	border-top: 3px solid #0d2951;
}

.jtnBoxWhat .jtnBox .tit{
	color: #0D2951;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.jtnBoxWhat .jtnBox .img{
	margin-bottom: 15px;
}

/*jtnBoxOnegai*/
.jtnBoxOnegai{
	border:1px solid #e3e3e3;
	padding: 20px 30px;
}

.jtnBoxOnegai .jtnTitOnegai{
	border-bottom:1px solid #999999;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.jtnBoxOnegai .txt{
	padding: 15px 10px 0;
}

#jtnUpper .freespace{
    position: absolute;
    top: 185px;
    left: 2.5px;
}








