@charset "UTF-8";
/*body, form, aタグなどの設定 */


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html{
    position: relative;
    font-size:12pt;
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
body{
    position: relative;
	margin:0;
	padding:0;
}

/*ヘッダ*/
header{
    display:block;
    position:fixed;
    top:0;
    height:95px;
    width:100%;
    font-size:12px;
    background:rgba(255,255,255,0.7);
    z-index:99;
}

div{
    box-sizing: border-box;
}
fieldset{
    margin:0;
    padding:0;
    border:none;
    width:100%;
}

/*フォームのスタイル解除*/
input, button, textarea, select {
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-family : inherit;
    font-size   : 1rem;
}
p{
    margin:0px 1px 7px 1px;
}
a{
    color:#122a88;
    text-decoration: none;
}
a:hover{
    opacity:0.8;
}
th {
    text-align: left;
}
ul {
    margin: 0;
}