@charset "utf-8";

/* 注意
----------------------------------------------- *
 * paddingとmarginはpx、font-sizeは%
 * パスの指定は相対で。例：background-image: url(../img/thumb.png);
----------------------------------------------- */

/* 本番環境入稿時に削除 */
body {
    color: #000;
    background-color: #f7fafa;
    line-height: 1;
}
.mod-articleDetail {
    font-size: 13px;
}
/* 基本設定 */
body {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
a {
    text-decoration: none;
}
.mod-articleDetail p {
    line-height: 1.3;
}
.ui-frame-orange-bar {
    border-top: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0 0;
}
.headerContents,
.rankingContents,
.reportContents,
.otherRankingContents {
    margin-bottom: 20px;
}



/* LP content
--------------------------------------------------------------------- */
/* font */
/*
font-size: 84.6%; 11px
font-size: 92.3%; 12px
font-size: 100% !important; 13px
font-size: 107.7%; 14px
font-size: 115.4%; 15px
font-size: 123.1%; 16px
font-size: 184.6%; 24px */

.clearFixed:after {
content:" ";
display:block;
clear:both;
}

/* mod-articleDetail */
.mod-articleDetail {
color: #333;
letter-spacing: 0.02em;
line-height: 2;
}

.mod-articleDetail p {
line-height: 1.8;
}

.mod-articleDetail h1 {
border-radius: 5px 5px 0px 0px;
display: block;
width: 698px;
height: 218px;
background: url(../img/img_head.jpg) no-repeat left top;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.mod-articleDetail .description {
padding: 20px;
font-size: 107.7%;
}

.mod-articleDetail .about {
background-color: #feefcf;
margin-bottom: 30px;
}

.mod-articleDetail .about .img_profile {
display: block;
width: 698px;
height: 263px;
background: url(../img/img_profile.jpg) no-repeat left top;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.mod-articleDetail .about h2 {
color: #ed6103;
font-size: 200.0%;
font-weight: bold;
display: block;
text-align: center;
}

.mod-articleDetail .about p {
padding: 0px 18px 25px 18px;
}

.mod-articleDetail .list {
clear: both;
padding: 0px 20px 50px 20px;
}

.mod-articleDetail .list h2 {
background: #f37ebb url(../img/img_icon_madori.png) no-repeat left top;
background-size: 120px 47px;
padding: 9px 14px 8px 128px;
margin: 0px 0px 30px 0px;
font-size: 169.2%;
font-weight: bold;
color: #FFF;
line-height: 1.4;
}

.mod-articleDetail .list li:nth-child(odd) {
float: left;
width: 50%;
min-height: 140px;
box-sizing: border-box;
padding: 20px 15px 20px 5px;
background-image: url(../img/img_line_h_gray.gif);
background-repeat: repeat-x;
background-position: left bottom;
}

.mod-articleDetail .list li:nth-child(even) {
float: left;
width: 50%;
min-height: 140px;
box-sizing: border-box;
padding: 20px 5px 20px 11px;
background-image: url(../img/img_line_h_gray.gif), url(../img/img_line_v_gray.gif);
background-repeat: repeat-x, repeat-y;
background-position: left bottom, left top;
}

.mod-articleDetail .list li a img {
float: left;
width: 128px;
height: 96px;
}

.mod-articleDetail .list li a span {
font-size: 115.4%;
line-height: 1.5;
text-decoration: underline;
display: block;
margin-left: 142px;
}
