@charset "utf-8";
/*___________ レイアウト追加設計 ___________ */
/*___________ 【CONTENTS】チェックマーク ___________ */
.check {
    font-size: 14px;
    line-height: 140%;
    padding: 0 10px 0 10px;
}
.check li {
    background: url(../img-layout/ico_check01.gif) no-repeat left 3px;
    padding: 2px 0 4px 22px;
}
/*___________ 【CONTENTS】点線 ___________ */
.hr {
    border-top: 1px dashed #CCCC00;
}
/*___________ 【CONTENTS】リスト  ___________ */
.minilist {
    font-size: 12px;
    line-height: 140%;
    padding: 5px 10px 0 0;
}
.minilist li {
    background: url(../img-layout/li_arrow02.gif) no-repeat left 3px;
    padding: 1px 0 4px 22px;
}
/*___________ 【CONTENTS】表設計 ___________ */
.main-table {
    width:540px;
}
.main-table table {
    font-size: 12px;
    line-height: 140%;
    background-color: #CCCCCC;
    margin: 0px auto 10px auto;
    padding: 0;
}
.main-table tr,.main-table th,.main-table td {
    padding: 5px;
}
.main-table th {
    color: #FFFFFF;
    background-color: #999999;
    font-weight: normal;
}
.main-table td {
    background-color: #FFFFFF;
    text-align: left;
}
/*___________ 【CONTENTS】2段＜画像＋説明＞ ___________ */
.flo-l {
    width:200px;
}
.flo-r {
    width:200px;
}
.explanation-l {
    width:310px;
}
.explanation-r {
    width:310px;
    margin-left:220px;
}
/*___________ 【CONTENTS】画像 in Link画像 ___________ */
#inquery-catalog{
    width: 540px;
    height: 110px;
    background: url(../img-layout/bg_inquery-catalog.png) no-repeat;
    background-position: center;
    position: relative;
}
#inquery-catalog a img{
    width: 180px;
    height: 50px;
    margin: 45px 0 0 0px;
}
#inquery-arena{
    width: 540px;
    height: 128px;
    background: url(../img-layout/bg_inquery-arena.png) no-repeat;
    background-position: center;
    position: relative;
}
#inquery-arena a img{
    width: 180px;
    height: 50px;
    margin: 50px 0 0 270px;
}
/*___________ 【CONTENTS】Q&A用 ___________ */
.faq-q, .faq-a {
    font-size: 12px;
    line-height: 140%;
    padding: 0 10px 0 10px;
}
.faq-q li {
    background: url(../img-layout/ico_faq-q.png) no-repeat left 3px;
    padding: 2px 0 4px 22px;
}
.faq-a li {
    background: url(../img-layout/ico_faq-a.png) no-repeat left 3px;
    padding: 2px 0 4px 22px;
}
.faq-minilist{
    padding: 0 0 0 20px;
}
.link_pochitto {
    background-color: #FFDFDF;
    width: 380px;
    margin-right: auto;
    margin-left: 60px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-repeat: no-repeat;
    border: 1px solid #C66;
    text-align: center;
    margin-top: 20px;
}

