@charset "utf-8";

#nemmatsu{width:100%; background-color:#acfeff;}
.nemmatsu_link{margin-top:5px;}
.nemmatsu_link a:{color:#eb61a0; font-size:9pt;}
.nemmatsu_link a:link{color:#eb61a0;text-decoration:underline; font-size:9pt;}
.nemmatsu_link a:visited{color:#eb61a0;text-decoration:underline; font-size:9pt;}
.nemmatsu_link a:hover{color:#de0065;text-decoration:underline; font-size:9pt;}

.nemmatsu_inbox{max-width:970px; width:100%; padding:30px 10px;}

.nemmatsu_title{font-size:12pt; margin-bottom:5px;}

.press_bg_color{background-color:#acfeff;}

    /*　スマホ用====画面サイズが768px以下からはここを読み込む　*/
@media only screen and (max-width: 768px) {
.nemmatsu_text{font-size:9pt; line-height:160%;}
.nemmatsu_minitext{font-size:7pt; line-height:140%;}
}

/*　PC用====画面サイズが769pxからはここを読み込む　*/
@media screen and (min-width:769px) {
.nemmatsu_text{font-size:10pt; line-height:180%;}
.nemmatsu_minitext{font-size:10pt; line-height:180%;}
}