@charset "utf-8";
/*-----------------------------------
朝日高校野球 virtualbaseball　--　common_asahi CSS　--

一記事各ページ

last modified --2017-07-03--
since--2015-05-29--
-----------------------------------*/

/* 一記事 AndroidでPC版 崩れ防止
------------------------------------*/
.ArticleText p {background: #fff;}


/* 一記事 写真のサイズ調整
------------------------------------*/
.Width img{
max-width:58px;
_width: expression(this.offsetWidth > 58 ? "58px" : true);
height:auto;
}
.Height img{
width:auto;
max-height:58px;
_height: expression(this.offsetHeight > 58 ? "58px" : true);
}

/* 一記事 サムネイル写真 IE8用
------------------------------------*/
html>/**/body .entry-body .figure-thumbs ul li a {text-align /*\**/: left\9;}

/* 一記事下　Link
------------------------------------*/
.RelatedLinkMod {
padding: 14px 0 20px;
border-top: 1px solid #E6E6DF;
}
.RelatedLinkMod ul {
margin: 0;
padding: 0;
}
.RelatedLinkMod ul li {
letter-spacing: -0.15em;
margin-bottom: 5px;
}
.RelatedLinkMod ul li a {
color: #1E1E17!important;
display: inline;
margin: 0;
padding: 0 0 0 18px;
background: url(http://www.asahicom.jp/css/images/arrow_list_medium.gif) no-repeat 6px 5px;
}
.RelatedLinkMod ul li span.Blank {
margin: 0 0 0 8px;
padding: 0;
vertical-align: -1px;
}


/* 一記事動画下　margin
------------------------------------*/
.entry-body .ExMod {margin-bottom: 15px;}

/* 文章中のメールアイコン
------------------------------------*/
.mod-icon-mail {
    padding: 0;
    background: none;
}
.mod-icon-mail img{
    margin: 0 1px 5px 3px;
}