@charset "utf-8";

body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

header h1{
    font-size:1.5em;
    margin: 24px auto;
    padding: 10px 0;
    text-align: center;
}

#explanation_text {
    width: 960px;
    margin: 10px auto;
    padding: 10px 0;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba( 0, 0, 0, 0.2 );
    font-size: 85%;
    line-height: 1.8;
}

#explanation_text p , #explanation_text ul {
    width: 90%;
    margin: 0 auto;
	overflow: hidden;
}

#notice_text{
    margin: 10px 0;
}

#notice_text p{
    color: crimson;
    font-weight:bold;
}

#notice_text li{
    margin-left:12px;
}

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

    #explanation_text {
        width: 95%;
        font-size: 80%;
    }
}    