@charset "shift_jis";

/*--------------------
body
-----------------------*/
body#mixwave {
    padding: 0;
    margin: 0px;
    line-height: 1.3em;
    font-family: 'メイリオ', 'Meiryo', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ ゴシック', sans-serif;
    background-color: #ffffff;
}

img {
    vertical-align: middle;
    border: 0;
}

.leftContents {
    float: left;
    width: 740px;
    background-color: #ffffff;
    text-align: center;
}

.rightContents {
    float: right;
    width: 300px;
}


/*--------------------
Title
-----------------------*/
#title {
    margin: 10px 0;
}

/*--------------------
top banner
-----------------------*/
div#feature {
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    width: 740px;
}

/*--------------------
Contents
-----------------------*/
section {
    margin-bottom: 20px;
}

.sectionTitle {
    margin-bottom: 10px;
}

/*--------------------
List
-----------------------*/

ul#report,
ul#closeup {
    width: 640px;
    margin: 0 50px;
    text-align: left;
}

ul#report li,
ul#closeup li {
    display: flex;
    background-image: url("image/Line.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 10px 0;
}

ul#report li:last-child {
    background-image: none;
}

ul#report li .photo {
    padding-right: 15px;
    width: 165px;
}

ul#report li img {
    width: 150px;
}

ul#report li .article .articleCatch a {
    font-weight: bold;
    color: #ff0000;
    font-size: 110%;
}

ul#report li .article .summary,
ul#closeup li .article .summary {
    margin-top: 10px;
    font-size: 13px;
    padding-bottom: 20px;
}

ul#closeup li .photo {
    padding-right: 15px;
    padding-bottom: 20px;
}

ul#closeup li img {
    width: 120px;
}

ul#closeup li img {
    width: 120px;
}

ul#closeup li .article .articleCatch a {
    font-weight: bold;
    color: #003399;
    font-size: 110%;
}

ul#closeup li:last-child {
    background-image: url("image/line.gif");
    background-repeat: repeat-x;
    background-position: bottom;
}

/*--------------------
List
-----------------------*/
#company {
    margin: 10px auto 30px;
    text-align: center;
    line-height: 1.8;
    font-size: 12px;
}

/*--------------------
footer(旧デザイン)

div#footer {
    clear: both;
    text-align: center;
    font-size: 8pt;
    background: #333333;
    color: #ffffff;
    padding: 20px 0 20px 0;
}

div#footer ul {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px 0;
    margin: 0;
}

div#footer ul a {
    color: #FFF;
}

div#footer ul a:hover {
    color: #cccccc;
}

div#footer li {
    padding: 0 4px;
    border-left: 1px solid #FFF;
    display: inline;
}

div#footer li:first-child {
    border: none;
}

div#footer address {
    margin: 10px 0;
}

div#footer address a {
    color: #ffffff;
}

div#footer address a:hover {
    color: #cccccc;
}

-----------------------*/
