@charset 'UTF-8';

/*---------------------------------------------

library CSS

v.0.1
at 17.12.16

---------------------------------------------*/



/* -- -- テキスト・フォント関連 -- -- */

@font-face {
	font-family: 'Yu Gothic';
	src: local('Yu Gothic Medium');
	font-weight: 400;
}
@font-face {
	font-family: 'Yu Gothic';
	src: local('Yu Gothic Bold');
	font-weight: bold;
}
html {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, 'Hiragino Sans', Meiryo, sans-serif;
	font-size: 62.5%;
	line-height: 1.7;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
.ultra, .ultra * {
	font-family: Impact, 'Hiragino Sans', 'Hiragino Kaku Gothic Std', 'HGS創英角ｺﾞｼｯｸUB', sans-serif;
	font-weight: 900;
	font-feature-settings: 'palt' 1;
	letter-spacing: -0.025em;
}
.marugo {
	font-family: 'Hiragino Maru Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO', sans-serif;
}
.yugo {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, YuGothic, 'Yu Gothic', 'Hiragino Sans', Meiryo, sans-serif;
}
.mincho {
	font-family: 'Times New Roman', YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', serif;
	font-weight: normal;
}

body {
	font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
	font-feature-settings: 'palt' 1;
	font-size: inherit;
}
a:link, a:visited, a:hover{
	text-decoration:none;
}

/* win/chromeで游ゴシック・游明朝がかすれるのが、どうしても嫌ならこちら
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.yu {
		font-family: 'Trebuchet MS', YuGothic, Meiryo, sans-serif;
	}
	.mincho {
		font-family: 'Times New Roman', YuMincho, 'HGS明朝E', 'Hiragino Mincho ProN', serif;
	}
}
*/
/* win/ie11で游ゴシック・游明朝の下マージンがデカくなるのが、どうしても嫌ならこちら
@media screen\0 {
	.yu {
		font-family: 'Trebuchet MS', Meiryo, sans-serif;
	}
	.mincho {
		font-family: 'Times New Roman', 'HGS明朝E', serif;
	}
}
*/



/* -- -- リセット -- -- */

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, table {
	margin: 0;
}
ul, ol {
	padding-left: 0;
	list-style-type: none;
}
/*
dl {
	display: flex;
	flex-wrap: wrap;
}
dt {
	flex: 1 1 20%;
	font-weight: bold;
}
dd {
	flex: 1 1 80%;
	margin: 0;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
*/
th, td {
	border: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}
img {
	max-width: 100%;
}



/* -- -- 汎用クラス -- -- */

.cf:after {
	content: "";
	clear: both;
	display: block;
}
.cb {
	clear: both;
}
.ct {
	text-align: center;
}
.sp, .sp480 {
	display: none;
}





