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


/* --------------------
 *  * 初期設定
 *  -------------------- */

html, body{
    height:100%;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {
    font-size:12px;
    font-weight:normal;
    font-style:normal;
}

ul,ol {
    list-style: none;
}

fieldset,img {
    border: none;
}
caption,th {
    text-align:left;
}

body {
    width:100%;
    line-height:1.4em;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    font-size:12px;
    color:#1b1b1b;
    background-color:#fff;
    text-align:center;
    
}

a,
a:link,
a:visited {
    color:#006699;
    text-decoration:underline;
}
a:hover {
    color:#00aaff;
    text-decoration:underline;
}


/* --------------------
 *  * 汎用設定
 *  -------------------- */

.clearBoth {
    clear:both;
    overflow:hidden;
    width:1px;
    height:1px;
    margin:0 -1px -1px 0;
    border:0;
    padding:0;
    font-size:0;
    line-height:0;
}

.clearFix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
    }
    
.clearFix{display: inline-block;} 
/* Hides from IE Mac */
* html .clearFix{height:1%;}
* .clearFix{display:block;}
*/* End Hack */ 



.floatLeft {
    float:left;
}
.floatRight {
    float:right;
}

.right {
    text-align:right !important;
}
.left {
    text-align:left !important;
}
.center {
    text-align:center !important;
}

.disBlock{
    display:block;
}

.btnHov{
    display:block;
    text-decoration:none;
    background-repeat:no-repeat;
}

.btnHov span{
    display:none;
}

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

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