@charset "utf-8";
/* CSS Document */


/* =================================================================== */
/* CSS NORMALIZATION
/* =================================================================== */


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: bold;
}
em, i, dfn {
    font-style: italic;
}
dfn {
    font-weight:bold;
}
p, code, pre, kbd {
    margin:0 0 1.5em 0;
}
blockquote {
    margin:0 1.5em 1.5em 1.5em;
}
cite {
    font-style: italic;
}
li ul, li ol {
    margin:0 1.5em;
}
ul, ol {
    margin:0 1.5em 1.5em 1.5em;
}
ul {
    list-style-type:disc;
}
ol {
    list-style-type:decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
dl {
    margin:0 0 1.5em 0;
}
dl dt {
    font-weight:bold;
}
dd {
    margin-left:1.5em;
}
table {
    margin-bottom:1.4em;
    box-sizing: border-box;
}
th {
    font-weight:bold;
}
th, td, caption {
    padding:4px 10px 4px 5px;
}
tfoot {
    font-style:italic;
}
sup, sub {
    line-height:0;
}
abbr, acronym {
    border-bottom: 1px dotted;
}
address {
    margin:0 0 1.5em;
    font-style:italic;
}
del {
    text-decoration: line-through;
}
pre {
    margin:1.5em 0;
    white-space:pre;
}
a img { border: none; }
img.centered, .aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    display: inline;
}
img.alignleft {
    display: inline;
}
.alignright {
    float: right;
    margin-left: 10px;
}
.alignleft {
    float: left;
    margin-right: 10px;
}

* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .group {
    height: 1%;
}
* + html .group {
    display: inline-block;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img{ vertical-align: bottom;}


/* =================================================================== */








/* =================================================================== */
/* BASE
/* =================================================================== */

body{
    margin: 0;
    padding: 0;
    background-color: #fff;
    
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    line-height: 1.4;
    font-size: 14px;
    color: #262626;
}

p{ line-height: 1.6;}

a{ color: #0072bc; text-decoration: none;}
a:hover{ text-decoration: underline;}

a img{ border: none;}

img{ vertical-align: bottom;}


/* HEADING */
.heading,
.subheading,
#CNT-title h2 {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo UI,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.heading {
    margin: 0 0 30px;
    padding: 8px 10px;
    border: #a7d4e0 1px solid;
    border-radius: 5px 0 5px 0;
    font-size: 138.5%;
	font-weight: bold;
    color: #3156a7;
    background-color: #e2f9ff;
}

.subheading {
    margin: 40px 0 15px;
    padding: 2px 0 5px 7px;
    border-left: #16afdb 5px solid;
    font-size: 123.1%;
	font-weight: normal;
    line-height: 1.2;
    background: url(../img/line_dot_1.gif) left bottom repeat-x;
}

.news-icon { display: inline-block; vertical-align: middle; margin-right: 5px; }
.news-title { vertical-align: middle; }


@media screen and (min-width: 520px){
    .mobile{ display: none !important;}
}

@media screen and (max-width: 519px) {
    body{
        position: relative;
        width: 100%;
        font-size: 15px !important;
        -webkit-text-size-adjust: 100%;
    }

    .pc{ display: none !important;}
	
    .heading {
        margin: 0 0 5%;
        font-size: 17px;
    }
}


/* =================================================================== */









/* =================================================================== */
/* HEADER
/* =================================================================== */

#HD-unit{
    background: #022553 url(../../img/hd_bc.png) center bottom no-repeat;
    background:
		url(../img/hd_bc.png) center bottom no-repeat,
		url(../img/hd_bc_fill.png) center bottom repeat-x #022553;
    overflow: hidden;
}

#HD-unit .area{
    width: 980px;
    height: 109px;
    margin: 0 auto;
}

#HD-unit .area h1{
    float: left;
    width: 380px;
    height: 109px;
    padding: 0;
    margin: 0;
}

#HD-unit .area h1 a{
    display: block;
    width: 380px;
    padding-top: 73px;
    margin-top: 15px;
    background: url(../img/hd_logo.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#HD-unit .area .caption{
    display: none;
}

#HD-info{
    float: right;
    margin-top: 30px;
    width: 570px;
    border-radius: 5px;
    background-image: url(../img/hd_info_bc.png);
}

#HD-unit ul{
    list-style: none;
    margin: 0;
    padding: 0;
}


/* SEARCH BOX */

#HD-searchBox{
    float: left;
    width: 180px;
    height: 40px;
    margin: 0 0 0 5px;
}

#HD-searchBox table.gsc-search-box{
    margin-top: 5px !important;
}

#HD-searchBox .gsc-control-cse,
#HD-searchBox .gsc-control-cse-ja,
#HD-searchBox .gsib_a{
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

#HD-searchBox .gsc-input-box{
    background: none !important;
}

#HD-searchBox input[type="text"]{
    border: 1px solid #2b7da8 !important;
    height: 22px !important;
    width: 130px !important;
}
#HD-searchBox input[type="text"]:focus {
    border: 1px solid #008ee1 !important;
    outline: 0;  /*safariの自動フォーカスを切る */
}

#HD-searchBox #gsc-iw-id1{
    border:none !important;
}

#HD-searchBox #gs_tti0 input{
    background-position:5px 5px !important;
}

#HD-searchBox input.gsc-search-button {
    margin-top: 2px !important;
    padding: 5px 13px;
    background: #2a99d9 !important;
    background: -ms-linear-gradient(top,  #008ee1 0%,#008ee1 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#008ee1',GradientType=0 ); /* IE6-9 */
    border: #115c88 1px solid;
}

#HD-searchBox .gsc-search-button{
    margin:-20px 0 0 -15px !important;
    height: 25px !important;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}

#HD-searchBox .gsib_b{ display: none;}

#HD-searchBox .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 6px 15px !important; }





/* FONT SIZE */
body.font-S{ font-size: 12px;}
body.font-M{ font-size: 14px;}
body.font-L{ font-size: 16px;}

#HD-fontSize{
    float: left;
    height: 40px;
    padding: 0 0 0 15px;
    vertical-align: top;
    *padding: 0 0 0 10px;
}

#HD-fontSize p{
    float: left;
    width: 62px;
    height: 23px;
    margin: 8px 0 0 0;
    background: url(../img/hd_font_ttl.png) 0 0 no-repeat;
    text-indent: -9999px;
}

#HD-fontSize ul{
    float: left;
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
}

#HD-fontSize li{
    display: block;
    float: left;
    width: 23px;
    height: 23px;
    margin: 9px 2px 0 0;
    padding: 0;
    background-image: url(../img/hd_font_size.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

#HD-fontSize li#font-S{ background-position: 0 0;}
#HD-fontSize li#font-M{ background-position: -23px 0;}
#HD-fontSize li#font-L{ background-position: -46px 0;}

.font-S #HD-fontSize li#font-S{ background-position: 0 -23px;}
.font-M #HD-fontSize li#font-M{ background-position: -23px -23px;}
.font-L #HD-fontSize li#font-L{ background-position: -46px -23px;}



/* LANGUAGE */

#HD-unit .language{
    float: left;
    width: 200px;
    height: 20px;
    margin: 11px 0 0 10px;
    padding: 0;
}

#HD-unit .language li{
    float: left;
    margin: 0;
    padding: 0;
}

#HD-unit .language li a{
    display: block;
    height: 20px;
    text-indent: -9999px;
    background-image: url(../img/language.png);
    background-repeat: no-repeat;
}

#HD-unit .language li:nth-child(1) a{ width: 56px; background-position: 0 0;}
#HD-unit .language li:nth-child(2) a{ width: 50px; background-position: -56px 0;}
#HD-unit .language li:nth-child(3) a{ width: 54px; background-position: -106px 0;}
#HD-unit .language li:nth-child(4) a{ width: 40px; background-position: -160px 0;}

#HD-unit .language li:nth-child(1) a:hover{ width: 56px; background-position: 0 -20px;}
#HD-unit .language li:nth-child(2) a:hover{ width: 50px; background-position: -56px -20px;}
#HD-unit .language li:nth-child(3) a:hover{ width: 54px; background-position: -106px -20px;}
#HD-unit .language li:nth-child(4) a:hover{ width: 40px; background-position: -160px -20px;}


/* HD SUB MENU */
#HD-subMenu{
    float: right;
    text-align: right;
}
.ie7 #HD-subMenu{ width: 400px;}

#HD-subMenu li{
    display: inline-block;
    margin: 10px 0 0;
    padding: 0 9px 0 10px;
    font-size: 85%;
    border-left: #fff 1px solid;
}
.ie7 #HD-subMenu li{ display: inline;}

#HD-subMenu li:nth-child(1){
    border-left: none;
}

#HD-subMenu li a{
    color: #fff;
    font-size: 95%;
}



/* ----------* * * * *----------*/
/* --------- RESPOSIVE ---------*/

@media screen and (max-width: 1000px) and (min-width:921px){
    #HD-unit .area{
        width: 98%;
        padding: 0 1%;
    }

    #HD-unit .area h1{
        width: 38.7%;
        min-width: 250px;
        height: auto;
        padding: 0;
        margin: 0;
    }
    
    #HD-unit .area h1 a{
        width: 100%;
        padding-top: 7%;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 920px) and (min-width:520px){
    #HD-unit{
        padding-bottom: 6px;
    }

    #HD-unit .area{
        height: auto;
    }

    #HD-unit .area h1{
        width: 350px;
        height: 75px;
        padding: 0;
        margin: 0;
    }

    #HD-unit .area h1 a{
        width: 340px;
        height: 65px;
        padding: 0;
        margin: 15px 0 0 10px;
        background-size: 100% auto;
    }

    #HD-info{
        clear: both;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    #HD-subMenu{
        position: absolute;
        top: 30px;
        right: 0;
    }
}

@media screen and (max-width: 519px) {
    #HD-info{
        display: none;
    }

    #HD-unit .area{
        height: auto;
    }

    #HD-unit .area h1{
        width: 300px;
        height: 70px;
        padding: ;
        margin: 0;
    }

    #HD-unit .area h1 a{
        width: 200px;
        height: 58px;
        padding: 0;
        margin: 4px 0 0 15px;
        background-size: 160% auto;
    }

}

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


/* =================================================================== */









/* =================================================================== */
/* GLOBAL NAVI
/* =================================================================== */


#HD-unit .mbl-btn{ display: none;}
#NV-unit .language{ display: none;}

/* ----------* * * * *----------*/
/* --------- RESPOSIVE ---------*/
#NV-unit{
    position: absolute;
    top: 109px;
    left: 0;
    width: 100%;
    background: url(../img/nv_bc.png) center top repeat-x;
    z-index: 9999;
}

#NV-unit .area{
    width: 980px;
    margin: 0 auto;
}

#NV-unit ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#NV-unit ul.nv-1 > li{
    float: left;
    width: 163px;
    margin: 0;
    padding: 0;
}

#NV-unit ul.nv-1 > li:nth-child(1),
#NV-unit ul.nv-1 > li:nth-child(6){
    width: 164px;
}

#NV-unit li a{
    display: block;
}

#NV-unit ul.nv-1 > li > a{
    padding-top: 59px;
    text-indent: 100%;
    line-height: 0;
    white-space: nowrap;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#NV-unit ul.nv-1 li.list-1 > a{ background-image: url(../img/nv_1.png);}
#NV-unit ul.nv-1 li.list-2 > a{ background-image: url(../img/nv_2.png);}
#NV-unit ul.nv-1 li.list-3 > a{ background-image: url(../img/nv_3.png);}
#NV-unit ul.nv-1 li.list-4 > a{ background-image: url(../img/nv_4.png);}
#NV-unit ul.nv-1 li.list-5 > a{ background-image: url(../img/nv_5.png);}
#NV-unit ul.nv-1 li.list-6 > a{ background-image: url(../img/nv_6.png);}

#NV-unit ul.nv-1 li.list-1 > a:hover,
#NV-unit ul.nv-1 li.list-2 > a:hover,
#NV-unit ul.nv-1 li.list-3 > a:hover,
#NV-unit ul.nv-1 li.list-4 > a:hover,
#NV-unit ul.nv-1 li.list-5 > a:hover,
#NV-unit ul.nv-1 li.list-6 > a:hover{
    background-position: 0 -59px;
}

.ctg-0 #NV-unit ul.nv-1 li.list-1 > a,
.ctg-1 #NV-unit ul.nv-1 li.list-2 > a,
.ctg-2 #NV-unit ul.nv-1 li.list-3 > a,
.ctg-3 #NV-unit ul.nv-1 li.list-4 > a,
.ctg-4 #NV-unit ul.nv-1 li.list-5 > a,
.ctg-5 #NV-unit ul.nv-1 li.list-6 > a{
    background-position: 0 -118px;
}

#NV-unit .sub.hide { display: none; }

#NV-unit li li{
    background-color: #053ca2;
    opacity: 0.95;
    border-top: #a5c8e2 1px solid;
}

#NV-unit li li:hover{
    background-color: #adf6ff;
    opacity: 1.0;
}

#NV-unit li li a{
    padding: 10px 5px 10px 5px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
}

#NV-unit li li a:hover{
    text-decoration: none;
    color: #003393;
}






@media screen and (max-width: 920px) and (min-width:520px){
    #NV-unit{
        top: 121px;
    }

    #NV-unit li li a{
        font-size: 77%;
    }
}

@media screen and (max-width: 1000px) and (min-width:520px){
    #NV-unit{
        background: none;
    }

    #NV-unit .area{
        width: 100%;
    }

    #NV-unit ul.nv-1 > li:nth-child(1),
    #NV-unit ul.nv-1 > li:nth-child(6),
    #NV-unit ul.nv-1 > li{
            width: 16.66%;
    }

    #NV-unit ul.nv-1 > li > a{
        padding-top: 36.1%;
        background-size: 100% auto;
    }

    #NV-unit ul.nv-1 li.list-1 > a:hover,
    #NV-unit ul.nv-1 li.list-2 > a:hover,
    #NV-unit ul.nv-1 li.list-3 > a:hover,
    #NV-unit ul.nv-1 li.list-4 > a:hover,
    #NV-unit ul.nv-1 li.list-5 > a:hover,
    #NV-unit ul.nv-1 li.list-6 > a:hover{
        background-position: 0 50%;
    }

    .ctg-0 #NV-unit ul.nv-1 li.list-1 > a,
    .ctg-1 #NV-unit ul.nv-1 li.list-2 > a,
    .ctg-2 #NV-unit ul.nv-1 li.list-3 > a,
    .ctg-3 #NV-unit ul.nv-1 li.list-4 > a,
    .ctg-4 #NV-unit ul.nv-1 li.list-5 > a,
    .ctg-5 #NV-unit ul.nv-1 li.list-6 > a{
        background-position: 0 100%;
    }

    #NV-unit li li a{
        padding: 7% 4%;
    }

}


@media screen and (max-width: 519px) {
    
    #NV-unit{
        position: static;
	}

    #NV-unit .area{
		width: auto;
        padding-bottom: 7px;
        background-color: #00e2ff;
    }

    #NV-unit ul.nv-1 > li {
        float: none;
        width: auto !important;
    }

    #NV-unit ul.nv-1 > li > a {
        display: block;
        padding: 15px 10px 15px 20px;
        border-top: #ccc 2px solid;
        font-weight: bold;
        font-size: 16px;
	    text-indent: 0;
    	line-height: 1.4;
        background: #fff url(../img_mbl/nv_arw_1.png) no-repeat right center !important;
    }

    #NV-unit ul.nv-1 > li > a:hover{
        background-color: #c0fffc !important;
        text-decoration: none;
    }
    
	#NV-unit li li { border: none; opacity: 1; }
	
	/* hide submenu */
	#NV-unit .list-3 .sub,
	#NV-unit .list-4 .sub,
	#NV-unit .list-5 .sub { display: none; }

    #NV-unit li li a{
        border-top: #ccc 1px dotted;
        padding: 15px 10px 15px 30px;
        font-weight: normal;
        font-size: 14px;
		color: #0072bc;
        background: #fff url(../img_mbl/nv_arw_2.png) no-repeat right center;
    }
    #NV-unit li li a:hover{ background-color: #c0fffc; }
    
    #NV-unit .language{
        display: none;
    }

    #NV-unit .area{display: none;}

    #NV-unit ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #NV-unit li{
        margin: 0;
        padding: 0;
    }

    #HD-unit .mbl-btn{
        position: absolute;
        top: 12px;
        right: 10px;
        display: block;
        width: 42px;
        height: 42px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: #334c7f url(../img_mbl/menu_icon.png) 0 0 no-repeat;
        background-size: 42px;
        border-radius: 3px;
        cursor: pointer;
    }

    #HD-unit .open{
        box-shadow: 0 0 13px 0 #b0f6ff, inset 0 0 3px 0 #b0f6ff;
    background-color: #1b80bf;
    }




/*    
    .ctg-0 #NV-unit{
        display: block;
        padding: 2% 0;
        background: #39b4d8;
    }

    .ctg-0 #NV-unit .area{
        width: 98%;
        padding: 0 1%;
    }

    .ctg-0 #NV-unit ul.nv-1 li:first-child{ display: none;}

    .ctg-0 #NV-unit ul.nv-1 > li{
        width: 49% !important;
        padding: 0;
        margin: 1px 0.5% !important;
    }

    .ctg-0 #NV-unit ul.nv-1 > li > a{
        padding: 5px;
        text-indent: 0;
        line-height: normal;
        background-image: none !important;
        background-color: #0e7d9e;
        color: #fff;
        font-size: 11px;
        border: #005c77 1px solid;
        border-radius: 2px;
        letter-spacing: -1px;
    }

    .ctg-0 #NV-unit .language{
        clear: both;
        text-align: right;
        padding-top: 10px;
    }

    .ctg-0 #NV-unit .language li{
        display: inline-block;
        margin: 0;
        padding: 0;
        border-left: #77cce5 1px solid;
    }

    .ctg-0 #NV-unit .language li a{
        display: block;
        padding: 0 10px;
        color: #fff;
        font-size: 12px;
    }

    .ctg-0 #NV-unit ul ul{display: none !important;}
    .ctg-0 #NV-unit .language{ display: block;}
*/
}

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

/* =================================================================== */









/* =================================================================== */
/* BASE LAYOUT
/* =================================================================== */

#CNT-unit{
    width: 980px;
    margin: 0 auto;
    padding-bottom: 25px;
	*zoom: 1;
}
#CNT-unit:after { content: ""; display: table; clear: both; }

#CNT-area{
    float: right;
    width: 750px;
    padding-bottom: 30px;
}

#CNT-sm-area{
    float: left;
    width: 200px;
    padding-top: 10px;
}

#CNT-bnr-area {
    float: right;
    width: 750px;
}


/* ----------* * * * *----------*/
/* --------- RESPOSIVE ---------*/

@media screen and (max-width: 1000px) and (min-width:700px){
    #CNT-unit{
        width: 98%;
        padding-right: 1%;
        padding-left: 1%;
    }

    #CNT-area, #CNT-bnr-area {
        width: 76.5%;
    }

    #CNT-sm-area{
        width: 20.4%;
    }
}

@media screen and (max-width: 699px) and (min-width:520px){
    #CNT-unit{
        width: 98%;
        padding-right: 1%;
        padding-left: 1%;
    }

    #CNT-area, #CNT-bnr-area {
        float: none;
		clear: both;
        width: 100%;
    }

    #CNT-sm-area{
        float: none;
        width: 100%;
        padding-top: 0;
    }
}

@media screen and (max-width: 519px){
    #CNT-unit{
        width: 98%;
        padding-right: 1%;
        padding-left: 1%;
    }

    #CNT-area, #CNT-bnr-area {
        float: none;
        width: 97%;
        margin: 0 auto;
        padding-top: 5%;
    }

    #CNT-sm-area{
        float: none;
        width: 100%;
        padding-top: 5%;
    }

	#CNT-bnr-area { padding-top: 0; padding-bottom: 25px; }
}

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


/* =================================================================== */









/* =================================================================== */
/* SIDE MENU
/* =================================================================== */

#CNT-sm-area .area{
    margin-bottom: 20px;
}

#SM-mn-A ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#SM-mn-A li{
    margin: 0 0 4px;
    padding: 0;
}

#SM-mn-A li:hover{
    background-color: #29ceff;
}

#SM-mn-A li a:hover{
    opacity: 0.8;
}

#SM-mn-B{
    width: 180px;
    padding: 25px 10px 10px 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 4px #dde6e8;
    border: #deedfa 1px solid;
    background: #fff url(../img/sm_mn_b_bc.png) 0 0 repeat-x;
    font-size: 93%;
}

#SM-mn-B ul{
    list-style: none;
    margin: 0;
    padding:  0;
}

#SM-mn-B li{
    margin: 0 0 5px;
    padding: 0;
}

#SM-mn-B li a{
    display: block;
    padding-left: 13px;
    background: url(../img/sm_arw.png) left center no-repeat;
}


#SM-info{
    position: relative;
    width: 180px;
    padding: 10px;
    margin-bottom: 45px;
    background-color: #fff;
    border: #deedfa 1px solid;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #dde6e8;
}

#SM-info p.title{
    width: 176px;
    height: 35px;
    margin: 5px 0 10px;
    padding: 0;
    background: url(../img/sm_info_logo.png) 0 0 no-repeat;
    text-indent: -9999px;   
}

#SM-info .box{
    margin-bottom: 20px;
}

#SM-info .title-1,
#SM-info .title-2{
    width: 180px;
    height: 19px;
    margin: 0 0 10px;
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#SM-info .title-1{ background-image: url(../img/sm_info_ttl1.png);}
#SM-info .title-2{ background-image: url(../img/sm_info_ttl2.png);}

#SM-info .date,
#SM-info .address{
    margin: 0 0 0 10px;
    font-size: 85%;
}

#SM-info .time,
#SM-info .tel,
#SM-info .fax{
    margin: 0 0 0 10px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: bold;
    color: #1b40a7;
}

#SM-info .tel{
    margin-top: 8px;
}

#SM-info .time{ font-size: 138.5%;}
#SM-info .tel, #SM-info .fax{ font-size: 116%;}

#SM-info .info{
    margin: -3px 0 15px 10px;
    font-size: 85%;
}

#SM-info:after{
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    margin-bottom: -35px;
    width: 200px;
    height: 65px;
    content: "";
    background: url(../img/sm_info_fish.png) 0 0 no-repeat;
}




/* ----------* * * * *----------*/
/* --------- RESPOSIVE ---------*/

@media screen and (max-width: 1000px) and (min-width:700px){
    #SM-mn-A li a img{
        width: 100%;
        height: auto;
    }

    #SM-mn-B{
        width: 90%;
        padding: 15% 5% 5% 5%;
        font-size: 12px;
    }

    #SM-info{
        width: 90%;
        padding: 5%;
    }

    #SM-info p.title{
        width: 100%;
        height: auto;
        padding-top: 10%;
        margin: 2%;
        background-size: 100% auto;
    }

    #SM-info .title-1,
    #SM-info .title-2{
        width: 100%;
    }

    #SM-info .time{ font-size: 16px;}
    #SM-info .tel, #SM-info .fax{ font-size: 12px;}
    
    #SM-info:after{
        width: 100%;
        height: auto;
        padding-top: 35%;
        background-size: 100% auto;
    }

}


@media screen and (max-width: 699px) and (min-width:520px){
    #SM-mn-A{
        float: left;
        width: 29.5%;
        margin-right: 1%;
    }


    #SM-mn-A li a img{
        width: 100%;
        height: auto;
    }

    #SM-mn-B{
        float: left;
        width: 29.5%;
        margin-right: 1%;
        font-size: 12px;
    }

    #SM-info{
        float: left;
        width: 29.5%;
    }

    #SM-info p.title{
        width: 100%;
        height: auto;
        height: 35px;
        margin: 2%;
        background-size: 100% auto;
    }

    #SM-info .title-1,
    #SM-info .title-2{
        width: 100%;
    }

    #SM-info .time{ font-size: 16px;}
    #SM-info .tel, #SM-info .fax{ font-size: 12px;}
    
    #SM-info:after{
        display: none;
    }

}

@media screen and (max-width: 519px){
    #SM-mn-A{
        overflow: hidden;
        padding: 0 4px;
    }

    #SM-mn-A li{
        float: left;
        width: 49%;
        margin: 0.5%;
    }


    #SM-mn-A li a img{
        width: 100%;
        height: auto;
    }

    #SM-mn-B{
        clear: both;
        width: 89%;
        padding: 8% 3% 3% 3%;
        margin: 10px auto 0;
        font-size: 14px;
    }

    #SM-info{
        width: 86%;
        padding: 5%;
        margin: 0 auto;
    }

    #SM-info p.title{

    }

    #SM-info .title-1,
    #SM-info .title-2{
        width: 100%;
    }

    #SM-info .time{ font-size: 20px;}
    #SM-info .tel, #SM-info .fax{ font-size: 18px;}
    
    #SM-info:after{
        display: none;
    }

}

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


/* =================================================================== */









/* =================================================================== */
/* FOOTER
/* =================================================================== */


/* PAGE TOP */
#BTN-pagetop{
    margin-top: -40px;
    height: 112px;
    background: #f5fdff url(../img/btm_wave.jpg) top center repeat-x;
}

#BTN-pagetop p{
    position: relative;
    display: block;
    width: 980px;
    margin: 0 auto;
    padding: 0;
}

#BTN-pagetop p a{
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 182px;
    height: 86px;
	background: url(../img/btn_totop.png) no-repeat 0 0;
    text-indent: -9999px;
    outline: none;
}

#BTN-pagetop p a:hover{
    background-position: 0 -86px;
}



#FT-unit{
    background: #636363;
}

#FT-unit .area{
    width: 980px;
    margin: 0 auto;
    color: #fff;
}


#FT-unit .navi{
    padding: 15px 0;
    border-bottom: #aaa 1px dotted;
}

#FT-unit .navi ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

#FT-unit .navi li{
    display: inline-block;
    background: url(../img/ft_navi_line.png) center left no-repeat;
}

#FT-unit .navi li a{
    padding: 0 8px 0 15px;
    line-height: 1;
    color: #fff;
    font-size: 93%;
}

#FT-unit .navi li:first-child{ background: none;}
#FT-unit .navi li:first-child a{ padding-left: 0;}



/* FOOTER NAVI */
#FT-unit .ft-link{
    overflow: hidden; 
    padding: 15px 0;
    border-bottom: #aaa 1px dotted;
}

#FT-unit .ft-link ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#FT-unit .ft-link a{ color: #fff;}

#FT-unit .ft-link ul.nv-1 > li{
    float: left;
    display: block;
    margin: 0 3px 3px 0;
    background-color: #525252;
    border-radius: 3px;

}

#FT-unit .ft-link ul.nv-1 > li > a{
    display: block;
    padding: 8px 6px 6px;
    font-size: 12px;
}

#FT-unit .ft-link ul ul{
    padding: 5px;
    margin: 0 5px 5px;
    border-top: #d4d4d4 1px dotted;
}

#FT-unit .ft-link li li{
    margin: 0;
    padding: 0;
    line-height: 1.1;
}

#FT-unit .ft-link li li a{
    font-size: 12px;
}


/* INFO */
#FT-unit .info{
    padding: 15px 0;
    overflow: hidden;
    font-size: 93%
}

#FT-unit .info .title{
    display: block;
    float: left;
    width: 155px;
    height: 36px;
    padding: 0;
    margin: 0 15px 0 0;
    background: url(../img/ft_logo.png) 0 0 no-repeat;
    text-indent: -9999px;
}

#FT-unit .info .address{
    float: left;
    margin: 0;
    padding: 0;
    width: 800px;
}

#FT-unit .info .tel{
    float: left;
    margin: 0;
    padding: 0;
    width: 800px;
}

#FT-unit .info a{
    color: #fff;
}

/* COPYRIGHT */
#Copyright{
    background: #393939;
    color: #ddd;
}

#Copyright p{
    width: 980px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: right;
    font-size: 77%;
}




/* ----------* * * * *----------*/
/* --------- RESPOSIVE ---------*/

@media screen and (min-width: 1000px){
    #FT-unit .ft-link ul.nv-1 > li{
        min-height: 180px;
    }
}
@media screen and (max-width: 999px){
    #FT-unit .ft-link ul.nv-1 .list-1,
    #FT-unit .ft-link ul.nv-1 .list-2,
    #FT-unit .ft-link ul.nv-1 .list-3,
    #FT-unit .ft-link ul.nv-1 .list-4,
    #FT-unit .ft-link ul.nv-1 .list-5{
        min-height: 170px;   
    }
    #FT-unit .ft-link ul.nv-1 .list-6,
    #FT-unit .ft-link ul.nv-1 .list-7,
    #FT-unit .ft-link ul.nv-1 .list-8{
        min-width: 120px;
    }
}


@media screen and (max-width: 1000px) and (min-width:520px){

    #FT-unit .area{
        width: 98%;
    }

    #BTN-pagetop p{
        width: 98%;
    }

    #Copyright p{
        width: 98%;
    }

    #FT-unit .info{
        padding-bottom: 15px;
    }

    #FT-unit .info .address{
        width: auto;
    }
    
    #FT-unit .info .tel{
        width: auto;
    }

    #FT-unit .ft-link ul.nv-1 > li > a{
        padding: 4%;
    }
    
    #FT-unit .ft-link li li a{
        font-size: 11px;
    }

    #FT-unit .ft-link ul ul{
        padding: 2%;
    }
}

@media screen and (max-width: 519px){
    #LINK-unit{
        width: 95%;
        margin: 30px auto;
        border-top: #778cc6 1px dotted ;
    }

    #LINK-unit .title,
    #LINK-unit ul{
        display: none;
    }

    #LINK-unit .link a{
        display: inline;
        padding: 5px 10px 3px;
        border: none;
        background: none;
        font-size: 12px;
        background: url(../img/sm_arw.png) left center no-repeat;
    }

    #BTN-pagetop{
        margin-top: -60px;
        background: #fff url(../img_mbl/btm_wave.jpg) 0 0 repeat-x;
    }

    .ctg-0 #BTN-pagetop{
        margin-top: -60px;
    }
    
    #BTN-pagetop p{
        width: 98%;
    }


    #FT-unit .ft-link{
        display: none;
    }
    #FT-unit .area{
        width: 98%;
        font-size: 13px;
    }

    #FT-unit .navi ul{
        text-align: left;
    }

    #Copyright p{
        width: 98%;
    }

    #FT-unit .info{
        padding-bottom: 15px;
    }

    #FT-unit .info .address{
        width: auto;
    }
    
    #FT-unit .info .tel{
        width: auto;
    }

    #FT-unit .navi li{
        display: block;
        background: url(../img/sm_arw2.png) left center no-repeat !important;
    }
    
    #FT-unit .navi li a{
        padding: 0 3% !important;
        line-height: 1;
        color: #fff;
        font-size: 13px;
    }

    #FT-unit .info .title,
    #FT-unit .info .address,
    #FT-unit .info .tel{
        float: none;
    }

    #FT-unit .info .address,
    #FT-unit .info .tel{
        margin-left: 10px;
    }

    #Copyright p{
        font-size: 10px;
    }

}

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


/* =================================================================== */




/* =================================================================== */
/* CONTENTS
/* =================================================================== */

/* FONT */
#CNT-wrapper{
    margin: 1px solid;
    margin-top: 59px;
    background: url(../img/pg_kv_bc_fill.png) center top repeat-x;
    background:
		 url(../img/pg_kv_bc.png) center top no-repeat,
		 url(../img/pg_kv_bc_fill.png) center top repeat-x;
}


/* PANKUZU */
#Pankuzu{
    margin: 0;
    padding: 20px 0 10px 5px;
    color: #fff;
    font-size: 85%;
}

#Pankuzu a{
    color: #fff;
}


/* PAGE TITLE */
#CNT-title{
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
}

#CNT-title:after{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 236px;
    padding-top: 123px;
    background: url(../img/h2_ttl_fish1.png) 0 0 no-repeat;
    content: "";
}

#CNT-title h2{
    background: url(../img/h2_ttl_bc.jpg) 0 0 no-repeat;
    color: #fff;
    padding: 11px 0 12px 25px;
    margin: 0;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 174%;
    text-shadow: 1px 1px 0 #5970a8;
}


/* KEY VISUAL */
#KV-unit{
    margin: -38px 0 30px;
}



.image-T,
.image-B { display: block; margin: 1.5em 0; padding: 0; text-align: center; }

.image-L,
.image-R { float: left; display: block; margin: 0 2em 1.5em 0; padding: 0; max-width: 35%; }
.image-R { float: right; margin: 0 0 2em 1.5em; }

.image-T img,
.image-B img,
.image-L img,
.image-R img { max-width: 100%; height: auto;}

.image-L img,
.image-R img { display: block; margin: 0 auto 1em; }

#CNT-area .box{
    overflow: hidden;
}


/* BLOCK */
#CNT-area .block{
    padding: 0 5px;
    margin-bottom: 50px;
    overflow: hidden;
}

#CNT-area .block h3{
    margin-left: -5px;
    margin-right: -5px;
}


/* TABLE */
.tbl-1{
    border-collapse: collapse;
}

.tbl-1 th{
    text-align: left;
}

.tbl-1 th, .tbl-1 td{
    border: #ccc 1px solid;
    padding: 8px 10px 6px;
}

.tbl-1 th, .tbl-1 td.td-1{ background-color: #ecffdf;}
.tbl-1 td.td-2{ background-color: #f6fff0;}
.tbl-1 td.td-3{ background-color: #f9ffe7;}
.tbl-1 td.td-4{ background-color: #fcfff2;}

.tbl-ml{
    margin-left: 15px;
}


/* LIST */
#CNT-area ol{
    margin-left: 0;
}

#CNT-area ol li{
    margin-top: 10px;
}


/* IMAGE */

div.img-L{
    overflow: hidden;
    margin-bottom: 15px;
}

div.img-L p{
    display: table-cell;
    vertical-align: middle;
}

div.img-L img{
    margin-right: 12px
}


/* BTN */
.btn-back{
    border: #a2a2a2 1px dotted;
    padding: 20px 0;
    text-align: center;
    border-left: none;
    border-right: none;
}

.btn-back a{
    display: inline-block;
    padding: 15px 65px;
    border: #9fbbe8 2px solid;
    border-radius: 5px;
    font-size: 116%;
    background: url(../img/btn_ic_back.png) 14px 49% no-repeat;
    line-height: 1;
}

.btn-back a:hover{
    background-color: #dee8f7;
    text-decoration: none;
}





/* ----------* * * * *----------*/
/* --------- RESPOSIVE ---------*/

@media screen and (max-width: 1000px) and (min-width:520px){
    /*-- KV --*/
    #CNT-wrapper{
       margin-top: 6%;
    }

    #Pankuzu{
        height: auto;
        padding: 2% 2% 2% 0;
    }

    #KV-unit{
        width: 100%;
        margin-bottom: 50;
    }

    #KV-unit img{
        max-width: 100%;
        height: auto;
    }

    #CNT-title:after{
        width: 30%;
        padding-top: 12.5%;
        background-size: 100% auto;
    }
    
    #CNT-title h2{
        padding: 13px 0 12px 23px;
        font-size: 153.9%;
    }

    #CNT-area .block{
        margin-bottom: 7%;
    }
}


@media screen and (max-width: 519px){
    #CNT-wrapper{
        margin-top: 0;
        background-size: auto 100px;
    }

    #KV-unit{
        width: 105%;
        margin: -7% -2.5% 8%;
        border-top: #fff 1px solid;
    }

    #KV-unit img{
        max-width: 100%;
        height: auto;
    }

	#CNT-title {
		padding-top: 0;
	}
	
    #CNT-title:after{
        display: none;
    }

    #Pankuzu{
        height: auto;
        padding: 10px 10px 8px;
        font-size: 11px;
    }

    #CNT-title {
        margin-bottom: 7%;
    }

    #CNT-title h2{
        padding: 12px 0 10px 10px;
        margin: 0 -2.5%;
        font-size: 18px;
        letter-spacing: normal;
    }

    #CNT-area{
        padding-top: 0;
    }

	.image-L,
    .image-R { float: none; display: block; max-width: none; margin-left: 0; margin-right: 0; text-align: center; }

	.image-L img,
    .image-R img { max-width: 100%; height: auto; }

    #CNT-area .block{
        margin-bottom: 7%;
    }

    /* TABLE */
    table{
        font-size: 12px;
    }

    .tbl-1 td, .tbl-th{
        padding: 5px;
    }

    .tbl-ml{
        margin-left: 0;
    }
}

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

/* =================================================================== */









/* =================================================================== */
/* FOR FREE PAGE and BASIC STYLE
/* =================================================================== */

/* FONT */
.font-LL{ font-size: 123.1%;}
.font-L{ font-size: 108%;}
.font-M{ font-size: 100%;}
.font-S{ font-size: 85%;}
.font-SS{ font-size: 77%;}

.font-alart{ color: #d80808;}

p.alart{
    color: #d80808;
    font-weight: bold;
}


/* IMAGE */
.image-C{ text-align: center;}


/* TEXT */
.text-R{ text-align: right !important;}
.text-C{ text-align: center !important;}
.text-L{ text-align: left !important;}

/* LIST */
.ul-1{
    list-style: none;
    margin: 10px;
    padding: 0;
}

.ul-1 li{
    margin: 5px 0;
    padding: 0 0 0 15px;
    background: url(../img/ul_icon_1.png) 0 0.4em no-repeat;
    line-height: 1.6;
}

/* BOX */
.box-A{
    padding: 20px;
    border: #ccc 1px solid;
    background-color: #fff;
}








/* ----------* * * * *----------*/
/* --------- RESPOSIVE ---------*/

@media screen and (max-width: 1000px){
   .image-C img{
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 519px){
    .image-C img{
        display: block;
        margin: 5px auto;
        max-width: 100%;
        height: auto;
    }
}






/* =================================================================== */













/*================================================================
	PAGINATOR
*/

.pagination {
	margin: 20px 0;
	text-align: center;
}

.pagination ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	*zoom: 1;
}

.pagination ul:after {
	content: "";
	display: table;
	clear: both;
}

.pagination li {
	float: left;
	margin: 0 -1px 0 0;
	padding: 0;
	line-height: 14px;
}

.pagination .prev,
.pagination .next {
	font-size: 88%;
}

.pagination a,
.pagination span {
	display: block;
	padding: 9px;
	border: solid 1px #ededed;
	min-width: 1em;
}

.pagination span span { display: none; padding: 0; border: 0; min-width: none; }

.pagination li:first-child a,
.pagination li:first-child span {
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a,
.pagination li:last-child span {
	border-radius: 0 3px 3px 0;
}

.pagination a,
.pagination a:visited { color: #0072bc; text-decoration: none; }

.pagination .active a,
.pagination .active span { font-weight: bold; color: #333; }

.pagination .disabled a,
.pagination .disabled span { color: #999; }

.pagination span { cursor: default; }

.pagination a:hover { background: #e3f0f9; text-decoration: none; }

@media (max-width: 519px) {
	.pagination li { display: none; }
	
	.pagination li.active,
	.pagination li.prev,
	.pagination li.next { display: block; }
	
	.pagination span span { display: inline; }
	
	.pagination .active a,
	.pagination .active span { font-weight: normal; }
}
















/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.tp-program-wrap ul { margin: 0; padding: 0; list-style: none; }

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	padding: 5px;
	left: -5px;
	background: transparent;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -24px;
	background: url(../img/bx_controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: -24px;
	background: url(../img/bx_controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/bx_controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/bx_controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

@media (max-width: 1000px) {
	.bx-wrapper .bx-prev { left: -9px; }
	.bx-wrapper .bx-next { right: -9px; }
}

/* お問い合わせフォームへ */
.go-contact-form { display: inline-block; padding: 10px 15px 10px 25px; border: #1783c8 2px solid; border-radius: 6px; background: #fff url(/assets/img/link_arw_2.png) 10px center no-repeat; font-size: 108%; }
.go-contact-form:hover { text-decoration: none; background-color: #d3fcff; }



/*================================================================
	BS Ed エディタ内容
 ================================================================*/

.bsedc .text-b,
.bsedc .image-b,
.bsedc .fig-box-inner { box-sizing: border-box; }

.bsedc .fig-box-item img { max-width: 100%; }

.bsedc .txfig { margin: 0 -10px; }
.bsedc .txfig:after { content: ""; display: table; clear: both; }
.bsedc .txfig .text-b { padding: 0 10px; width: 66.66%; }
.bsedc .txfig .image-b { padding: 0 10px; width: 33.33%; }

.bsedc .txfig-right .text-b { float: left; }
.bsedc .txfig-right .image-b { float: right; }
.bsedc .txfig-left .text-b { float: right; }
.bsedc .txfig-left .image-b { float: left; }

.bsedc .fig-box { margin: 0 -10px; }
.bsedc .fig-box-inner { display: table; width: 100%; table-layout: fixed; }
.bsedc .fig-box .fig-box-item { display: table-cell; vertical-align: top; padding: 0 10px; }

.bsedc .rel-box { margin: 1.5em 0; padding: 5px; border-radius: 5px; }
.bsedc .rel-box .hd { display: inline-block; font-size: 87.5%; padding: 3px 5px; line-height: 1.2; border-radius: 3px; color: #fff; }
.bsedc .rel-box ul { margin: 5px 0 0; padding: 0 0 0 1.5em; }
.bsedc .rel-box li { margin: 5px 0; }

.bsedc .file-box { background: #f1f8e7; }
.bsedc .file-box .hd { background: #76bd0b; }
.bsedc .link-box { background: #fdf2f4; }
.bsedc .link-box .hd { background: #d82d47; }

@media (max-width: 519px) {
	.bsedc .txfig { margin: 0; }
	.bsedc .txfig .text-b { padding: 0; width: auto; }
	.bsedc .txfig .image-b { margin: 1em auto; padding: 0; width: 230px; max-width: 100%; }

	.bsedc .txfig-right .text-b,
	.bsedc .txfig-right .image-b,
	.bsedc .txfig-left .text-b,
	.bsedc .txfig-left .image-b { float: none; }

	.bsedc .fig-box { margin: 1em 0; }
	.bsedc .fig-box-inner { display: block; }
	.bsedc .fig-box .fig-box-item { display: block; margin: 5px auto; padding: 0; width: 230px; max-width: 100%; }
}
