/* index

	style.css

	- body
	- iOS
	- font
	
----------------------------------------------- */

@import url("/60th/assets/css/reset.css");
@import url("/60th/assets/css/html5reset-1.6.1.css");
@import url("/60th/assets/css/font.css");
@import url("/60th/assets/css/pc.css") screen and (min-width: 747px);
@import url("/60th/assets/css/sp.css") screen and (max-width: 746px);
@import url("/60th/assets/css/pc.css") print;


/* body
----------------------------------------------- */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
	background: #fff;
	color: #000;

	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing: 0.02em;

}

img {
	border: 0;
	vertical-align: bottom;
}

::selection {
	color: #fff;
	background: #0e3167;
}

::-moz-selection {
	color: #fff;
	background: #0e3167;
}


/* iOS
----------------------------------------------- */
*:after {
	display: block;
	clear: both;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}


/* font
----------------------------------------------- */
h1 {
}

h2 {
	font-size: 2em;
	line-height: 1.5;
	font-weight: bold;
}

h3 {
	font-size: 2em;
	line-height: 1.5;
	font-weight: bold;
}

h4 {
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: bold;
}

h5,
h6 {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
}

p,
ul,
ol,
dl,
table,
address {
	font-size: 1em;
	line-height: 1.8;
	font-weight: 500;
}

small {
	font-size: 0.8em;
	line-height: 1.8;
	font-weight: 500;
}

em {
	font-style: normal;
	color: #dd0000;
}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover,
a:active {
	color: #000;
	text-decoration: none;
	opacity: 0.6;
}
