@charset "utf-8";

@import url("print.css") print;

body {
}

a{/*リンクされた文字*/
    color:#00A0EA;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#00A0EA;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#003399;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#666666;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

/********** 基本設定 **********/

/* clearfix */
.cl{zoom:1;}
.cl:after{content:"";display: block;clear: both; height: 0;visibility:hidden;}
.clear {clear:both;line-height:0;}

/* font関連 */
.bold{font-weight:bold;}
.normal{font-weight: normal !important;}
.f_small{font-size:12px;}
.f_normal{font-size:14px;}
.f_middle{font-size:18px;}
.f_big{font-size:21px;}

/* text-align */
.t_right{text-align:right !important;}
.t_center{text-align:center !important;}
.t_left{text-align:left !important;}

/* vertical-align */
.va_b{vertical-align:bottom;}
.va_m{vertical-align:middle;}
.va_t{vertical-align:top;}

/* float */
.left{float:left;display:inline;}
.right{float:right;display:inline;}

.m0{margin: 0 !important;}

/* top-margin */
.mt-20{margin-top: -20px !important;}
.mt-10{margin-top: -10px !important;}
.mt0{margin-top: 0 !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
/* bottom-margin */
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !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;}
.mb60{margin-bottom:60px !important;}

/* right-margin */
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}

/* left-margin */
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}

/* margin-size */
.mbs{margin-bottom:15px !important;}
.mbm{margin-bottom:30px !important;}
.mbl{margin-bottom:60px !important;}

.mt10{margin-top:10px !important;}
.nmb15{margin-bottom:-15px !important;}
.nmb20{margin-bottom:-20px !important;}

.mt20{ margin-top:20px !important;}


/* 色 */
.red{color:#ff0000;}

.dp_n{display:none;}

/* opacity */
.opa a img{
    opacity:1;
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    /*background:#ffffff;*/
    }
.opa a:hover img{
    opacity:0.7;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    }


.error {
    color: red;
}

/*hidetext*/

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
