@charset "utf-8";

/*===================================================================
    1: General setting
===================================================================*/


body,div,h1,h2,h3,h4,h5,h6,p,address,blockquote,pre,th,td,dl,dt,dd,ul,ol,li,form,fieldset,textarea,table{
    margin:0;
    padding:0;
    font-size:100%;
}

html{
    width:100%;
    height:100%;
}
body{
    width:100%;
    height:100%;
    background:#fff;
    color:#333;
    font-size:small;
    _font-size:x-small; /*IE6*/
    line-height:1.37;
    text-align:center;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
    word-break:normal;
    word-wrap:break-word;
}
ul,
ol{list-style:none;}

table{border-collapse:collapse;line-height:1.37;}

table caption,
table th,
table td{text-align:left;vertical-align:top;}

hr{display:none;}

img{border:0;}

a{color:#29b7ce; text-decoration:underline;}
a:link{color:#29b7ce;}
a:visited{color:#29b7ce; text-decoration:underline;}
a:hover{color:#29b7ce; text-decoration:none;}
a:active{color:#29b7ce; text-decoration:none;}

em{font-weight:bold;font-style:normal;}

input{line-height:normal;}

address{font-style:normal;}

pre{
    white-space:-moz-pre-wrap; /* Mozilla */
    white-space:-pre-wrap; /* Opera 4-6 */
    white-space:-o-pre-wrap; /* Opera 7 */
    white-space:pre-wrap; /* CSS3 */
}

img{
    vertical-align:top;
}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select, option, optgroup ,button{
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
    box-sizing:content-box;
}

/*--[class]-----------------------------------------------------*/

.clearBoth{clear:both;}

.caution{color:#CC0000 !important;}

.noscriptMsg{
    color:#CC0000;
    font-weight:bold;
    padding:1px 0 1px 20px;
    margin:0 10px 10px
}

.dispNone,
.skipNav{
    display: none;
    /* Hides from IE5-Mac \*/
    display: block;
    position: absolute;
    top: -500px;
    left: -2500px;
    font-size: 1px;
    line-height: 100%;
    /*end  Hides from IE5-Mac */
}


/* clearfix */
.pkg{zoom:1;}
.pkg:after{content:'';display:block;clear:both;}

ul.pkg,
ol.pkg,
dl.pkg {
    overflow:hidden;
}
