@charset "utf-8";

#dictionaryTop *,
.dictionaryEntry *{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#dictionaryTop #jockey,#dictionaryTop #horse{
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: url(../img/gj/bg-block-bottom.png) no-repeat #fff 100% 100%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#dictionaryTop a,
.dictionaryEntry a{
	color:#137A3F;
	text-decoration: none;
}
#dictionaryTop a:hover,
.dictionaryEntry a:hover{
	color:#33cc66;
	text-decoration: none;
}

/* 見出しデザイン */
.contentsTitle{
	margin: 0 10px 15px 10px;
	padding:0 0 10px 0;
	font-size: 26px;
	font-weight: bold;
	background: url('../img/gj/dictionaryTitle_bg.gif') left bottom repeat-x;
}
.subTitle,
.nameListBox ul li a{
	padding:2px 0 2px 25px;
    background: url('../img/gj/dictionaryIcon_horseshoe.gif') left top no-repeat;
    font-size: 16px;
    color:#137A3F;
}

/* トップページ */
.areaTitleImage{
	text-align: center;
	padding: 10px 10px 15px 10px;
}

.nameListBox{
	margin-top: 20px;
}
.nameListBox ul li{
	width: 325px;
	float:left;
	padding: 10px;
}
.nameListBox ul li a{
	display:block;
    font-size: 20px;
}
.nameListBox ul li a .sTxt{
	font-size: 14px;
}
#jockey .nameListBox{
	width:325px;
	float:left;
}

/* 記事ページ */
.dictionaryEntry .contentsTitle{
	padding-top: 15px;
}
.dictionaryEntry .subTitle{
	font-weight: bold;
}
.dictionaryEntry .contentsTitle .sTxt{
	font-weight: normal;
	font-size: 16px;
	color:#666;
	padding-left: 10px;
}

#profileArea{
	margin: 0 10px 20px 10px;
}
#profileArea #thumbImage{
	width:230px;
	float: left;
}
#profileArea #thumbImage img{
	width:230px;
}
#profileArea #thumbImage .thumbCaption{
	text-align: center;
	margin-top: 5px;
}
#profileArea #profileMeta{
	width:400px;
	float:right;
	padding-left: 15px;
}
#profileArea #profileMeta dl{
	font-size: 16px;
}
#profileArea #profileMeta dl dt{
	clear: left;
	float: left;
	width: 5em;
	font-weight: bold;
}
#profileArea #profileMeta dl dd{
	margin: 0 0 10px 6em;
	text-indent: -1em;
	word-break: break-all;
}
#profileArea #profileMeta dl dd:before{
	content: '：';
}

#twinDicArea,
#horsePedigree,
#editorCommentary,
#relationGJEntry{
	margin:0 10px 20px 10px;
}
#twinDicArea #winsSaddle,
#twinDicArea #relationDictionary{
	width:50%;
	float:left;
}
#twinDicArea #winsSaddle .inner,
#twinDicArea #relationDictionary .inner{
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.6;
}
#twinDicArea #relationDictionary .inner p:before{
	content:'';
	display:inline-block;
	vertical-align: top;
	margin:8px 5px 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #137A3F;
}
#horsePedigree table{
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
#horsePedigree table td{
	width:33.3333%;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 13px;
	line-height: 1;
}
#horsePedigree table td.father{
	background: #ccefff;
}
#horsePedigree table td.mother{
	background: #ffdbd5;
}

#relationGJEntry ul li {
    width: auto;
}
#relationGJEntry ul li:first-child {
    border-top: none;
}
#relationGJEntry ul li {
    padding: 15px 15px 14px 15px;
    border-top: 1px solid #d7d7d7;
    font-size: 14px;
}

#relationGJEntry ul li.hasphoto div {
    float: left;
    width: 80px;
}
#relationGJEntry ul li.hasphoto h2 {
    float: right;
    width:500px;
    font-size: 16px;
    line-height: 1.4;
}

#returnDirectory{
	padding:0 10px;
}
#returnDirectory a {
    background: #137A3F;
    padding: 20px 35px 20px 10px;
    text-align: center;
    display: block;
    margin: 20px 0;
    position: relative;
    font-size: 16px;
    color: #fff;
}
#returnDirectory a:before{
    display: block;
    content: "◀";
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 37%;
    left: 10px;
}