/* フレーム内記事表示用CSS  */

/*Temp_StyleSheetIN*/
body,tr,td,th { font-size: 13px;line-height:130%;color:#333333;background-color:#ffffff;}
big { font-size: px; font-weight: bold; }
a:link{ color:#333333; }
a:visited{ color:#333333; }
a:active{ color:#333333; }
a:hover { color: #f7657b; }
.atp{ font-weight: normal;}
.btp{ font-weight: normal;}
.amsg{font-weight:normal;width:100%;}
.bmsg{font-weight:normal;width:100%;}
.dmp{height:5px;}
/*Temp_StyleSheetOUT*/


/* ↓追加CSSは、これより下にお書き下さい↓ */
body {
    font-family: Verdana, 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
	font-weight: 500;
    margin-top: 3px;
    margin-left: 4px;
}
img {
    margin: 1px;
}
.atp {
    padding: 0 7px 0 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
}
.btp {
    text-align: left;
    white-space: nowrap;
}
.amsg {
    vertical-align: top;
}
body, tr, td, th {
    font-size: 14px;
    line-height: 150%;
    color: #000;
    background-color: #ffffff;
}
body {
    margin : 0 7px 0 0;
    text-align: left;
    word-wrap: break-word;
    font-family: Verdana, 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
	font-weight: 500;
}
table {
    margin : 10px 0;
    width: 100%;
    word-break: break-all;
    border-bottom: 1px solid #e3e3e3;
}
tr {
}
tr td.atp {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding: 1em 0;
    white-space: nowrap;
    border-top: 1px solid #e3e3e3;
	color: #777;
}
tr td.amsg {
    vertical-align: top;
    width: 100%;
    padding: 1em 0 1em 40px;
    border-top: 1px solid #e3e3e3;
    text-align: justify;
    text-justify:inter-ideograph;
}
tr td.amsg a {
    color: #0579AB;
}
tr td.amsg a:hover {
    color: #ff3333;
}
tr td.amsg img {
}
html {
    overflow-x: hidden;
}
@media screen and (max-width:719px) {
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 130%;
    font-size: 90%;
    -webkit-text-size-adjust: 100%; /*文字の大きさが自動で調整OFF*/
}
td {
    line-height: 130%;
    display: block;
}
tr td.atp {
    padding: 0.75em 1em 0.25em;
    font-size: 0.9em;
}
tr td.amsg {
    padding: 0.25em 1em 0.75em;
    border-top: none;
    font-size: 0.9em;
}
tr td.amsg a {
    color: #0579AB;
}
tr td.amsg img {
    float: none;
    display: block;
    margin: 2px auto 0 0;
    height: auto;
}