@charset "utf-8";
/* CSS Document */
strong.strong{ font-size:125%;}
@media screen and (max-width:640px){
strong.strong{ font-size:116%;}
}

.gothic{ font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;}
.mincho{ font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, serif;}

.normal{ font-weight:normal;}
.bold { font-weight:bold;}
.italic{ font-family: 'Times New Roman',serif; font-style: italic; letter-spacing:0.05em;}

.white{ color:#fff;}
.black{ color:#333;}
.gy{ color:#aaa;}
.red{ color:#c83232;}
.blue{ color:#326496;}

.under_line{ text-decoration:underline;}
.line_through{ text-decoration:line-through;}