@charset "UTF-8";

#container p{
margin-bottom: 10px;
}

/*
#container h1{
margin: 0;
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
}

#container h2{
margin-bottom: 15px;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
}

#container h3{
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
}

#container h4{
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
}

#container h5{
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
}

#container h6{
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
}
*/

/* 強調表現 */
#container strong{
font-weight: bold;
}

/* 強調でない太字 */
#container .bold{
font-weight: bold;
}

/* 上付き文字 */
#container sup{
vertical-align: top;
}