@charset "UTF-8";
/* baseformat updated date 190311*/
   /*
madre-script
font-family: madre-script, sans-serif;
font-weight: 400;
font-style: normal;
*/

@font-face {
  font-family: 'NotoSansRegular';
  font-style: normal;
  font-weight: 400;
   src:local('Noto Sans CJK JP Regular'), 
     url('../fonts/NotoSansJP-Regular.eot?#iefix') format('embedded-opentype'),
     url('../fonts/NotoSansJP-Regular.woff') format('woff'),
     url('../fonts/NotoSansJP-Medium.otf') format('opentype')
}
@font-face {
  font-family: "NotoSansMedium";
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans CJK JP Medium'), 
     url('../fonts/NotoSansJP-Medium.eot?#iefix') format('embedded-opentype'),
     url('../fonts/NotoSansJP-Medium.woff') format('woff'),
     url('../fonts/NotoSansJP-Medium.otf') format('opentype')
}
@font-face {
  font-family: 'NotoSansBold';
  font-style: normal;
  font-weight:700;
   src:local('Noto Sans CJK JP Bold'), 
     url('../fonts/NotoSansJP-Bold.eot?#iefix') format('embedded-opentype'),
     url('../fonts/NotoSansJP-Bold.woff') format('woff'),
     url('../fonts/NotoSansJP-Bold.otf') format('opentype')
}

@font-face {
  font-family: 'NotoSerifLight';
  font-style: normal;
  font-weight: 300;
   src:local('Noto Serif CJK JP Light'), 
     url('../fonts/NotoSerifCJKjp-Light.eot?#iefix') format('embedded-opentype'),
     url('../fonts/NotoSerifCJKjp-Light.woff') format('woff'),
     url('../fonts/NotoSerifCJKjp-Light.otf') format('opentype')
}
@font-face {
  font-family: 'NotoSerifRegular';
  font-style: normal;
  font-weight:400;
   src:local('Noto Serif CJK JP Regular'), 
     url('../fonts/NotoSerifCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
     url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff'),
     url('../fonts/NotoSerifCJKjp-Regular.otf') format('opentype')
}

@font-face {
  font-family: "NotoSerifMedium";
  font-style: normal;
  font-weight: 500;
  src: local('Noto Serif CJK JP Medium'), 
     url('../fonts/NotoSerifCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
     url('../fonts/NotoSerifCJKjp-Medium.woff') format('woff'),
     url('../fonts/NotoSerifCJKjp-Medium.otf') format('opentype')
}
@font-face {
  font-family: "NotoSerifSemiBold";
  font-style: normal;
  font-weight: 600;
  src: local('Noto Serif CJK JP SemiBold'), 
     url('../fonts/NotoSerifCJKjp-SemiBold.eot?#iefix') format('embedded-opentype'),
     url('../fonts/NotoSerifCJKjp-SemiBold.woff') format('woff'),
     url('../fonts/NotoSerifCJKjp-SemiBold.otf') format('opentype')
}
@font-face {
  font-family: 'NotoSerifBold';
  font-style: normal;
  font-weight:700;
   src:local('Noto Serif CJK JP Bold'), 
     url('../fonts/NotoSerifCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
     url('../fonts/NotoSerifCJKjp-Bold.woff') format('woff'),
     url('../fonts/NotoSerifCJKjp-Bold.otf') format('opentype')
}

/* ----------------------------------------------------------------reset */  
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
}
/*others*/
table {
	border-spacing:0;
}
* html table {
	border-collapse:collapse;
}
*:first-child+html table {
	border-collapse:collapse;
}
th, td {
	vertical-align: middle;
	border-collapse:collapse;
}
table, th, td, tr, img {
	border:0;
}
img {
	vertical-align:bottom;
}
q:before, q:after {
	content:'';
}
ul {
	list-style: none;
}
/* ------------------------------------------------------------------base*/ 
html {
	font: 62.5%/1.7 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*body*/
body {
	height:100%;
	text-align: center;
	color: #000;
	word-break: break-all;
	background-color: #FFF;
	font-size: 1.4rem; /* 14px */
	font-size: 14px;
}
@media print, screen and (min-width:768px) {
body {
	min-width: 1170px; /* コンテンツ幅+30px */
}
}
/*link*/ 
a {
	color: #0033cc;
	text-decoration: underline;
}
a img {
	border-style: none;
}
a:visited {
	color: #606;
}
a:hover {
	color: #6E8BCC;
}
/*font-size*/
h1, h2, h3, h4, h5, p {
	font-size: 1.4rem; /* 14px */
	font-size: 14px;
}
li, dt, dd {
	font-size: 1.4rem; /* 14px */
	font-size: 14px;
}
table {
	font-size: 1.4rem; /* 14px */
	font-size: 14px;
}
dt {
	font-weight: 700;
}