@charset "UTF-8";
/* baseformat updated date 190311*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@font-face {
	font-family: "NotoSerifBold";
	font-style: normal;
	font-weight: 700;
	src: local('Noto Serif CJK JP Bold'),  url('../fonts/NotoSerifCJKjp-Bold.woff2') format('woff2'),  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, figure, figcaption {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
	font-style: normal;
	font-weight: normal;
	line-height: 170%;
}
/*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 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*body*/
body {
	height:100%;
	text-align: center;
	color: #392d26;
	word-break: break-all;
	background: url("../img/common_img/bg_cloth01.jpg") center top #fefbf4;
	font-size: 1.6rem; /* 16px */
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
@media print, screen and (min-width:768px) {
body {
	min-width: 1170px;
	font-size: 1.8rem; /* 18px */
	font-size: 18px;
}
}
/*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.6rem; /* 16px */
	font-size: 16px;
}
li, dt, dd {
	font-size: 1.6rem; /* 16px */
	font-size: 16px;
}
table {
	font-size: 1.6rem; /* 16px */
	font-size: 16px;
}
@media print, screen and (min-width:768px) {
h1, h2, h3, h4, h5, p {
	font-size: 1.8rem; /* 18px */
	font-size: 18px;
}
li, dt, dd {
	font-size: 1.8rem; /* 18px */
	font-size: 18px;
}
table {
	font-size: 1.8rem; /* 18px */
	font-size: 18px;
}
}
