@charset "utf-8";
/*-------------------------------------------------------------------
    * game.css
    * site name : チャンスイットスマホ ゲームページ
    * import : web/sp/game/index.jsp
-------------------------------------------------------------------*/

/* ----------------------------見出し */
h1 {
    border-bottom: 1px solid #bebebe;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0 2px 32px;
}
h2 {
    border-bottom: 1px solid #bebebe;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0 2px 32px;
}
.sub_title {
    padding: 6px 10px;
    border-bottom: none;
    background: #F3F2F2;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
/*アイコン表示*/
.tit_game {
    background: url(../img/icon/title/ico_game.png) no-repeat 0 -2px;
    background-size: 32px auto;
}
/* ----------------------------案件一覧*/
ul.ad-list li .txt-box p.title {
    width: 95%;
    padding: 0;
    background: none;
    font-size: 14px;
    font-weight: bold;
    color:#04c;
}
#game ul.ad-list li img {
    height: auto;
    border: 1px solid #9e9e9e;
}
#game span.new {
    display: inline-block;
    margin: 0 0 3px 3px;
    padding: 1px 5px;
    background: #FF695E;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    -webkit-animation: blink 1.0s ease-in-out infinite alternate;
    -moz-animation: blink 1.0s ease-in-out infinite alternate;
    animation: blink 1.0s ease-in-out infinite alternate;
}
#game .pc_ok{
    color:#ff5555;
    border:#ff5555 1px solid;
    border-radius:5px;
    padding:6px 6px 6px 26px;
    margin:4px 0 0;
    background:url(../img/game/icon_pc.png) 6px 8px no-repeat;
    background-size:16px 10px;
}

/* ------------お知らせ/埋め込みテキスト*/
#game .information {
    width: auto;
    display: block;
    margin: 10px;
    padding: 5px 10px;
    position: relative;
    background: #fff;
    border: 3px solid #f55;
    text-align: center;
    color: #f00;
}
#game .information p {
}
#game .information .title {
    font-weight: bold;
}
#game .information a {
    display: inline-block;
    padding: 0;
    overflow: initial;
    text-align: center;
    border: none;
    color: #f00;
    text-decoration: underline;
}