/* css_common/base.css */
html {
    overflow-y: scroll;
}

ul>li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
address,
small,
th {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

body {
    min-width: 980px;
    color: #666666;
    font-size: 87.5%;
    font-family: "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

strong {
    font-weight: bold;
    font-style: normal;
}

/* css_common/layout.css */
body.layout-C {
    min-width: 1040px;
    background: #fff;
    font-family: "Segoe UI", Helvetica, Verdana;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body.layout-ja {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#cont a:link {
    color: #003399;
    text-decoration: none;
}

#cont {
    float: right;
    width: 776px;
}

.clearfix:before,
.clearfix:after,
#elem_topic_path ul:before,
#elem_topic_path ul:after,
.ft_bottom:before,
.ft_bottom:after,
.ftLink:before,
.ftLink:after {
    content: "";
    display: table;
}

.clearfix:after,
#elem_topic_path ul:after,
.ft_bottom:after,
.ftLink:after {
    clear: both;
}

/* ../../css/ttpp.css */
BODY {
    margin: 0px;
    background-color: #FFFFFF;
}

.center {
    text-align: center;
}

/* ../../common/css/reset.css */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}

p {
    margin: 0;
    padding: 0;
}

div {
    margin: 0;
    padding: 0;
}

#m_contents table {
    border-collapse: separate;
    border-spacing: 1px;
}

#m_contents ul,
ol {
    margin-bottom: 1em;
    padding-left: 40px;
}

body.layout-C {
    font-size: 62.5%;
}

img {
    border-width: 0;
}

th {
    font-weight: bold;
}

.clr {
    clear: both;
}

/* ../../common/css/layout.css */
#contents .area {
    width: 954px !important;
    width: 962px\9;
}

#contents {
    padding-bottom: 1em;
    width: 962px !important;
    margin-left: auto;
    margin-right: auto;
}

#cont #contMainL {
    width: 776px;
    padding: 0 0 60px;
}

.itemBox table {
    text-align: left;
}
