@charset "utf-8";
/* --------------------------------------------------
**
** hitetsu.css
** version : 0.1
** date : 2015/09/09
**
** -------------------------------------------------- */

/* con01 ---------------------------- */
    #contents .sec { overflow: hidden; }
    #contents .sec div.con01 {
        width: 460px;
        float: left;
    }
    #contents .sec div.img01 {
        width: 378px;
        float: left;
        text-align: right;
    }
/* con02 ---------------------------- */
    #contents .sec div.con02 {
        padding: 0 0 0 274px ;
    }
/* con03 ---------------------------- */
    #contents .sec.con03 {
        background:#fafafa url(../img/global/bg-img02.png) no-repeat right bottom;
    }
    body.chin #contents .sec.con03 {
        background:#fafafa url(../img/global/bg-img02-chin.png) no-repeat right bottom;
    }
    #contents .sec.con03 > div {
        width: 488px;
    }
/*
    #contents .sec div.img03 {
        width: 330px;
        float: left;
        text-align: right;
    }
    #contents .sec div.img03 img {
        border: 1px solid #ececec;
        background:#fdfdfd;
    }
*/
/* 自由配置アイコン ---------------------------- */
    .sec p.icon01 {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto auto auto 60px!important;
        padding: 0;
        width: 244px;
        height: 245px;
        opacity: 0.4;
    }

#mainContents .link {
    width: 600px;
    margin-top: 20px;
}
.link li a {
    position: relative;
    display: block;
    width: 600px;
    padding: 10px;
    background: #ec5d5d;
    border: 1px solid #ccc;
    color: #fff;
    font-family: Verdana, Roboto, 'Droid Sans', 游ゴシック, YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
}
.link li a img {
    margin-right: 10px;
}
.link li:first-child a {
    width: 450px;
}
.link li a:after {
    content: ' > ';
    position: absolute;
    padding-right: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    width: 20px;
    height: 50px;
    font-size: 30px;
    vertical-align: middle;
    text-align: right;
    font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Roboto, 'Droid Sans', 游ゴシック, YuGothic, メイリオ, Meiryo,Verdana, sans-serif;
}
.link li a:hover {
    background: #f09191;
}
