@charset "utf-8";

/* ---------------------------------------------
    cmn_style.css

    index
    1 - Base font
    2 - font style
    3 - text color
    4 - clearfix
    5 - float
    6 - width
    5 - margin
    6 - inline align
    7 - block align
    8 - tools
    9 - JavaScript Class
--------------------------------------------- */


html { overflow-y: scroll;}

/* ---------------------------------------------
    img
--------------------------------------------- */
img {
    /*width: 100%;*/
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
    0 - radius
--------------------------------------------- */
.radius10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* ---------------------------------------------
    1 - Base font
--------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

body {
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    text-align: left;
}

/* ie7 */
/*
*:first-child+html body {
    font-size: 75%;
}
*/
/* ie5 - ie6 */
/*
* html body {
    font-size:75%;
}
*/


/* ---------------------------------------------
    汎用クラス
--------------------------------------------- */
/* 見出しスタイル　*/

.hstyle01 {
    margin: 0 0 20px;
    padding: 8px;
    border-left: 7px solid #B92A2C;
    border-bottom: 1px dashed #B92A2C;
    font-weight: bold;
}
.hstyle02 {
    margin: 0 0 20px;
    padding: 8px;
    border-top: 3px double #B92A2C;
    border-bottom: 3px double #B92A2C;
}
.hstyle03 {
    margin: 0 0 20px;
    padding: 8px;
    border: 2px solid #B92A2C;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.hstyle04 {
    border-bottom: 3px solid #009B17;
}
.hstyle05 {
    margin: 0 0 20px;
    padding: 2px 0 2px 8px;
    border-left: 10px solid #E8A65D;
}
.hstyle06 {
    position: relative;
    margin: 0 0 20px;
    padding: 12px 0 12px 30px;
    border: 2px solid #B92A2C;
}
.hstyle06:before {
    content: "";
    position: absolute;
    background: #B92A2C;
    top: 50%;
    left: 0.5em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.hstyle07 {
    position: relative;
    margin: 0 0 20px;
    padding: 12px 0 12px 30px;
    border: 1px solid #B92A2C;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.hstyle07:before {
    content: "";
    position: absolute;
    background: #B92A2C;
    top: 50%;
    left: 0.5em;
    margin-top :-10px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #B92A2C inset;
    -moz-box-shadow: 1px 1px 1px #B92A2C inset;
    -webkit-box-shadow: 1px 1px 1px #B92A2C inset;
    -o-box-shadow: 1px 1px 1px #B92A2C inset;
    -ms-box-shadow: 1px 1px 1px #B92A2C inset;
}
.hstyle08 {
    position: relative;
    margin: 0 0 30px;
    padding: 12px 0 12px 30px;
    background: #009B17;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.hstyle08:after {
    position: absolute;
    bottom: -15px;
    left: 50px;
    margin-left: -15px;
    border-top: 15px solid #009B17;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
.hstyle09 {
    position: relative;
    margin: 0 0 20px;
    padding: 12px 0 12px 30px;
    background: #B92A2C;
    color: #fff;
    box-shadow: 0 1px 3px #777;
    -moz-box-shadow: 0 1px 3px #777;
    -webkit-box-shadow: 0 1px 3px #777;
    -o-box-shadow: 0 1px 3px #777;
    -ms-box-shadow: 0 1px 3px #777;
}
.hstyle09:after,
.hstyle09:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.hstyle09:before {
    right: 0;
    border-left: 5px solid #333;
}
.hstyle09:after {
    left: 0;
    border-right: 5px solid #333;
}
.hstyle10 {
    position: relative;
    margin: 0 0 20px;
    padding: 12px 0 12px 30px;
    border: 2px solid #B92A2C;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -o-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}


/* 矢印スタイル　*/
.arrowData {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.arrowData::before,
.arrowData::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow01::before {
    left: 3px;
    width: 7px;
    height: 1px;
    background: #7a0;
}
.arrow01::after {
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #7a0;
    border-right: 1px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow02::before {
    left: 4px;
    width: 6px;
    height: 2px;
    background: #7a0;
}
.arrow02::after {
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow03::before {
    left: 2px;
    width: 7px;
    height: 3px;
    background: #7a0;
}
.arrow03::after {
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #7a0;
    border-right: 3px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow04::before {
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #7a0;
}
.arrow05::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #7a0;
}
.arrow05::after {
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
.arrow06::before {
    width: 12px;
    height: 12px;
    background: #7a0;
}
.arrow06::after {
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
.arrow07::before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow08::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #7a0;
}
.arrow08::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
 a:hover {
-webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.decBorder01 {
    border: 4px solid #E8826C;
    border-radius: 10px;
    padding: 8px;
}

.floatBlock01 {
    float: left;
    width: 32%;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 8px;
    margin: 0 4px 6px;
    box-sizing: border-box;
}

.floatBlock01 a {
    color: #888;
}

.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}


@media only screen and (max-width: 640px) {

    .floatBlock01 {
        float: none;
        width: 100%;
        margin: 0 0 12px;
    }

}


/* ---------------------------------------------
    0 - radius
--------------------------------------------- */

.btn01 {
    background: #000;
}

/* ---------------------------------------------
    font style
--------------------------------------------- */
.fNormal  { font-weight: normal;}
.fBold   { font-weight: bold;}
.fItalic { font-style: italic;}


.fSSS { font-size: 70%;}
.fSS  { font-size: 78%;} /* base 12px =  8px */
.fS   { font-size: 85%;} /* base 12px = 10px */
.fM   { font-size: 100%;}
.fL   { font-size: 120%;}/* base 12px = 14px */
.fLL  { font-size: 140%;}/* base 12px = 16px */
.fLLL { font-size: 160%;}/* base 12px = 18px */
sup {
    font-size: 78%;
    vertical-align: top;
}
sub {
    font-size: 78%;
    vertical-align: baseline;
}

/* ---------------------------------------------
    3 - text color
--------------------------------------------- */
.txtColor1 { color: #007f4b;}
.txtColor2 { color: #007f4b;}
.txtColor3 {}
.txtColor4 {}
.txtColor5 {}

.fRed {
    color: #df0000;
}
.fGray {
    color: #999999;
}

a {
    color: #147fc1;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}


/* ---------------------------------------------
    margin
--------------------------------------------- */
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt12 { margin-top: 12px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr12 { margin-right: 12px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb100 { margin-bottom: 100px !important;}

.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml12 { margin-left: 12px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}


/* ---------------------------------------------
    padding
--------------------------------------------- */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr12 { padding-right: 12px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb12 { padding-bottom: 12px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl12 { padding-left: 12px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl30 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}


/* ---------------------------------------------
    inline align
--------------------------------------------- */
.inlineL { text-align: left;}
.inlineC { text-align: center;}
.inlineR { text-align: right;}


/* ---------------------------------------------
    vertical align
--------------------------------------------- */
.vlineT { vertical-align: top    !important;}
.vlineM { vertical-align: middle !important;}
.vlineB { vertical-align: bottom !important;}


/* ---------------------------------------------
    6 - width
--------------------------------------------- */
.wHalf  { width: 48%;}
.wTri   { width: 33%;}
.wQuart { width: 24%;}
.wFull  { width: 99.9%;}
.wMax   { width: 100%;}
.w350p {width:350px;}
.w220p {width:220px;}


/* table */
.tw03 { width:  3% !important;}
.tw05 { width:  5% !important;}
.tw10 { width: 10% !important;}
.tw13 { width: 13% !important;}
.tw15 { width: 15% !important;}
.tw20 { width: 20% !important;}
.tw25 { width: 25% !important;}
.tw30 { width: 30% !important;}
.tw35 { width: 35% !important;}
.tw40 { width: 40% !important;}
.tw45 { width: 45% !important;}
.tw50 { width: 50% !important;}


/* ---------------------------------------------
    5 - float
--------------------------------------------- */
.fltL {
    display: inline;
    float: left;
}
.fltR {
    display: inline;
    float: right;
}
.ft {
    overflow: hidden;
    zoom: 1;
}


/* ---------------------------------------------
    imgBox
--------------------------------------------- */
.imgBoxL,
.imgBoxR {
    display: block;
    min-height: 1%;
}
.imgBoxL:after,
.imgBoxR:after {
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .imgBoxL,
* html .imgBoxR {
    height: 1%;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
    .imgBoxL .fltImg {
        display: inline;
        float: left;
        margin-right: 10px;
    }
    .imgBoxR .fltImg {
        display: inline;
        float: right;
        margin-left: 10px;
    }


/* ---------------------------------------------
    4 - clearfix
--------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
    overflow:hidden;
}
.clearfix:after {
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}


/* ---------------------------------------------
    block align
--------------------------------------------- */
.blockC { text-align: center;}
    .blockC .block {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
    /* ie 6 Fix */
    * html .blockC .block {
        margin-right: 0;
        margin-left: 0;
    }
.blockR { text-align: right;}
    .blockR .block {
        margin-left: auto;
        text-align: left;
    }
    /* ie 6 Fix */
    * html .blockR .block {
        margin-left: 0;
    }


/* ---------------------------------------------
    tools
--------------------------------------------- */
.clear {
    clear: both;
}

.block  { display: block;}
.inline { display: inline;}
.hide   { display: none;}

.nobg {
    background: none !important;
}

.underLine { text-decoration: underline;}
.noLine    { text-decoration: none;}

/* ---------------------------------------------
    コーディングマーカー
--------------------------------------------- */
.atode { border: 2px solid #9966CC; padding: 10px; text-align: center; background-color: #FF99FF; font-size: 30px; color: #FFF;}


/* ---------------------------------------------
    JavaScript Class
--------------------------------------------- */
.over            {/* ロールオーバー呼び出し用 */}
.heightLine-     {/* heightLine.js呼び出し用 */}
.png             {/* DD_belatedPNG.js呼び出し用 */}
.js_window_open-width-height  {}
.js_page_print   {}
.js_window_close {}
.opacityOver {
    background: #ffffff;
}
.nofilesize span.filesize {display:none;}

/* ---------------------------------------------
    h styles
--------------------------------------------- */
.h1style {
    width:100%;
    height:48px;
    border-bottom:2px solid #4a452a;
    font-size:22px;
    font-weight:bold;
    color:#4a452a;
    line-height:50px;
}

.h2style {
    width:100%;
    border-bottom:1px dotted #a4a294;
    font-size:14px;
    font-weight:bold;
    color:#4a452a;
    padding-bottom:10px;
}


/* ---------------------------------------------
    table styles
--------------------------------------------- */
table.tableType01 {
    border-collapse:collapse;
    border-top:1px dotted #a4a294;
    width:100%;
}

table.tableType01 th,
table.tableType01 td {
    border-bottom:1px dotted #a4a294;
}
table.tableType01 th {
    padding:10px 15px;
    background:#edece9;
    text-align:center;
    /* color:4a452a; */
    white-space:nowrap;
}
table.tableType01 td {padding:10px 5px 10px 15px;}


/* ---------------------------------------------
    border styles
--------------------------------------------- */
.bdrBtmDot1p {border-bottom:1px dotted #d8e0ea;}



/* ---------------------------------------------
    getadobe
--------------------------------------------- */
.getadobe {
    padding:10px;
    border:2px solid #a4a294;
}

.getadobe div {
    width:525px;
    float:right;
    font-size:11px;
}

.getadobe div span {font-weight:bold; font-size:12px; margin-bottom:5px; display:block;}