@charset "UTF-8";
/*
Theme Name: Tabuchi-Kanamono
Theme URI: 
Description: Copyright 2015.A-bought Allright reserved.
Author: Abought original design
Author URI:　
Version:1.0
*/
@import url(css/bootstrap.css);
@import url(css/theme.css?id=1);
@import url(css/add.css?id=1);

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*注意喚起スペース*/
.caution_banner{padding:15px 0; margin-bottom:0px; text-align:center; background:#dc0000;}
.caution_banner a{text-decoration:none;}
.caution_banner dl{padding:0; margin:0;}
.caution_banner dl dt{font-size:18px; font-weight:bold; color:#fff; margin:0 0 10px 0;}
.caution_banner dl dd{margin:0;font-size:18px; text-decoration:underline; font-weight:normal; color:#fff;}
.caution_flash{animation: flash 1s linear infinite;}
@keyframes flash {0% {opacity: 1;} 50%{opacity:0;} 100%{opacity:1;}}

.red {color:#E50202;}
.b {font-weight: bold;}