@charset "utf-8";
/* CSS Document */


/*共通*/

/* reset*/

* { box-sizing: border-box;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,header,nav,aside,footer,figure { margin: 0; padding: 0;}
table { border-collapse: collapse; border-spacing:0;}
fieldset,img { border: 0;}
address,caption,cite,code,dfn,em,strong,th,var{ font-style: normal; font-weight: normal;}
li { list-style: none;}
caption,th { text-align: left;}
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
q:before,q:after { content: '';}
abbr,acronym { border: 0; font-variant: normal;}
sup { vertical-align: text-top;}
sub { vertical-align: text-bottom;}
input,textarea,select { font-family: inherit; font-size: inherit; font-weight:inherit;}
input,textarea,select { *font-size: 100%;}
legend { color: #000;}
img {vertical-align: top;}
a {text-decoration: none;}
a img { border: none;}
/*reset end*/


/*画像可変*/
img {
	max-width: 100%;
	height: auto;
	border: none;
}

body {
	font-family: 'Noto Serif JP', serif;
	color: #444;
	font-size: 100%;
}

.aside { font-size: 0.8em; color: #DC143C; line-height: 140%}
a:link,a p:link { color: #DC143C;}
a:visited,a p:visited { color: #DC143C;}
a.line-btn {color:#333333;}
.small { font-size: 0.8em; line-height: 90%;}
.red {color:#8d2323;}
.underline {background: linear-gradient(transparent 90%, #DA7473 90%);}
.marker {background: linear-gradient(transparent 70%, #EFBDB8 70%); font-weight:bold;}
.strong {font-weight:bold; color:#C52929;}