/* CSS Document */

/*-------------------------------------------------

01 ヘッダー
02 メイン＆コラム
03 サイド
04 フッター
05 topicsページオリジナル

-------------------------------------------------*/

* {
    box-sizing: border-box;
}

body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /*background-color:#F8F5E6;*/
    font-size: 16px;
    color: #333333;
    line-height: 150%;
    font-family: "Meiryo", "MS PGothic", "Osaka", "Arial", "sans-serif";
}

#wrap {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    width: 980px;
    background-image: url(../img/common/wrap_bg.jpg);
    background-repeat: repeat-y;
    text-align: left;
}

.clear {
    clear: both;
}

a:link {
    color: #01889B;
    text-decoration: none;
}

a:visited {
    color: #01889B;
    text-decoration: none;
}

a:hover {
    color: #01889B;
    text-decoration: underline;
}

a:active {
    color: #01889B;
    text-decoration: underline;
}

/* =01 ヘッダー-------------------------------------------------------------
------------------------------------------------------------------------ */

#header {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
    width: 950px;
    height: 190px;
    background-image: url(../img/common/header_bg.jpg);
    background-repeat: no-repeat;
}

#site_id {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 115px;
    width: 300px;
}

h1 {
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 24px;
    height: 25px;
}

p.catch {
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

img.logo {
    margin: 0px 0px 0px 50px;
    padding: 0px 0px 0px 0px;
}

#head_r {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 50px 0px 0px;
    height: 35px;
    width: 560px;
    text-align: right;
}

#head_r p {
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 15px 0px;
}

#navi_menu {
    clear: both;
    text-align: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 64px 0px 0px;
}

/* =02 メイン＆コラム-------------------------------------------------------------
------------------------------------------------------------------------ */

#column {
    float: left;
    width: 720px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

ul#pankuzu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

ul#pankuzu li {
    float: left;
    /*background-image:url(../img/pages/pankuzu.jpg);*/
    background-position: right top;
    background-repeat: no-repeat;
    height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 0px 0px;
    list-style: none;
}

ul#pankuzu li.pan_top {
    /*background-image:url(../img/pages/pankuzu_top.jpg);*/
    background-position: left top;
    background-repeat: no-repeat;
    width: 140px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 10px;
}

ul#pankuzu li.pan_top2 {
    /*background-image:url(../img/pages/pankuzu_top2.jpg);*/
    background-position: left top;
    background-repeat: no-repeat;
    width: 140px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 10px;
}

ul#pankuzu li.pan_last2 {
    /*background-image:url(../img/pages/pankuzu2.jpg);*/
    background-position: right top;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 0px 4px;
}

ul#pankuzu li.pan_here {
    background: none;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 4px;
}

/* =03 サイド-------------------------------------------------------------
------------------------------------------------------------------------ */

#side {
    float: right;
    /*width:200px;*/
    /*margin:0px 0px 0px 0px;*/
    /*padding:0px 20px 0px 0px;*/
    width: 100%;
    padding: 10px;
    text-align: center;
}

#side img.bot01 {
    margin: 4px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
}

#side img.bot02 {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#member {
    background-image: url(../img/common/side_member_bg.jpg);
    background-size: cover;
    /*background-position:left top;*/
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 4px 0px;
    text-align: center;
}

#member_drawr {
    background-image: url(../img/common/side_member_bg.jpg);
    background-size: 200px 300px;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 4px 0px;
    text-align: center;
}

#mailmaga {
    background-image: url(../img/common/side_mailmaga_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 116px 0px 4px 0px;
    text-align: center;
}

/* =04 フッター-------------------------------------------------------------
------------------------------------------------------------------------ */

#page_top {
    clear: both;
    text-align: right;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#footer {
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 41px 0px 0px 0px;
    background-image: url(../img/common/footer_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#footer p.foot01 {
    text-align: left;
    margin: 0px 0px 21px 20px;
    padding: 0px 0px 0px 0px;
}

#footer p.foot02 {
    text-align: right;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
}

img.f_navi_cut {
    margin: 0px 15px 0px 15px;
    padding: 0px 0px 0px 0px;
}

#footer p#copy {
    text-align: right;
    margin: 0px 0px 0px 0px;
    padding: 30px 10px 4px 0px;
}

/* =05 topicsページオリジナル--------------------------------------------------
------------------------------------------------------------------------ */

#sidebar {
    float: right;
    width: 225px;
    margin: 20px 0 30px 0;
    padding: 0px 10px 0px 0px;
}

ul#pankuzu li.pan_here2 {
    background: transparent none repeat scroll 0% 0%;
    margin: 0px;
    padding: 10px 0px 0px 4px;
    font-size: 16px;
}

#column2 {
    float: left;
    width: 720px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    font-size: 14px;
}

#sidebar h3 {
    clear: both;
    background-image: url("../img/pages/h3.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    padding: 25px 0px 0px 16px;
    height: 30px;
    color: #24140E;
    font-size: 14px;
}

#sidebar ul {
    padding-left: 10px;
}

#sidebar ul li {
    padding-bottom: 5px;
}

/*----------------------------
    追加
----------------------------*/

.primary-menu .dropdown-content {
    display: none;
    position: absolute;
    top: 60px;
    /*background-color: #f9f9f9;*/
    background-color: #fff;
    /*min-width: 150px;*/
    width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 0px;
}

.primary-menu .dropdown-content a {
    color: #3f3f3f;
    /*background-color: #eee6e3;*/
    background-color: #fff;
    font-size: 14px;
    line-height: 100%;
    padding: 20px;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    display: inline-block;
    width: 160px;
    margin: 0px;
    cursor: pointer;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    text-decoration: none;
}

#navi-menu-btn1:hover .dropdown-content {
    display: block;
}

.side-banner-frame {
    background-image: url(../img/common/side_banner_frame.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    padding: 40px 10px;
    transition: all .2s;
}

.side-banner-frame:hover {
    opacity: .7;
    transition: all .2s;
}

.side-banner-frame img {
    margin: auto;

}