/* index

	style.css

	- body
	- font
	- asp
	
----------------------------------------------- */

@import url("/wp/wp-content/themes/ouhs_main/assets/css/goodcoacheducationprogram/reset.css");
@import url("/wp/wp-content/themes/ouhs_main/assets/css/goodcoacheducationprogram/html5reset-1.6.1.css");
@import url("/wp/wp-content/themes/ouhs_main/assets/css/goodcoacheducationprogram/font.css");
@import url("/wp/wp-content/themes/ouhs_main/assets/css/goodcoacheducationprogram/pc.css") screen and (min-width: 747px);
@import url("/wp/wp-content/themes/ouhs_main/assets/css/goodcoacheducationprogram/sp.css") screen and (max-width: 746px);
@import url("/wp/wp-content/themes/ouhs_main/assets/css/goodcoacheducationprogram/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;
}


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

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


/* font
----------------------------------------------- */
h1 {
	margin: 0;
	padding: 0;
}

h2,
h3 {
	font-size: 1.8em;
	line-height: normal;
	font-weight: bold;
}

h4 {
	font-size: 1.6em;
	line-height: normal;
	font-weight: bold;
}

h5,
h6 {
	font-size: 1.6em;
	line-height: normal;
	font-weight: bold;
}

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

big {
	font-size: 1.2em;
	line-height: normal;
	font-weight: normal;
}

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

strong {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

em {
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #dd0000;
}

a:link,
a:visited,
a:active {
	color: #0085ce;
	text-decoration: none;

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;

}

a:hover {
	color: #0085ce;
	text-decoration: none;
	opacity: 0.6;
}
