/* 汎用 */
body{
color: #141314;
background-color: #FFFFFF;
font-size: 11pt;
font-family: "游ゴシック" , "Yu Gothic" , "HiraKakuProN-W3" , sans-serif;
-webkit-text-size-adjust: 100%;
}
a:link{
color: #b197a4;
text-decoration: underline;
}
a:visited{
color: #584c52;
text-decoration: underline;
}
a:hover{
color: #584c52;
text-decoration: underline;
}
a:active{
color: #584c52;
text-decoration: underline;
}
h1{
text-align: center;
font-weight: bold;
font-size: 150%;
margin: 0.3em auto 0px;
}
h2{
font-size: 130%;
font-weight: bold;
}
h3{
font-size; 90%;
font-weight: bold;
margin: 0.5em 0;
}
/* 汎用終 */
/* 中央寄せ */
article{
border: 1px solid #a7a1a4;
width:600px;
height:8em;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
p{
text-align: center;
margin: 2em;}
/* 中央寄せ終 */
/* モバイル向け */
@media screen and ( max-width:620px )
{
article{
width: auto;
height: auto;
margin: 10px;
margin-top: 35vh;
margin-bottom: 35vh;
}
}