/* index

	style.css

	- body
	- iOS
	- assist
	- font
	
----------------------------------------------- */


@import url("reset.css");
@import url("html5reset-1.6.1.css");
@import url("font.css");
@import url("common.css");
@import url("icon.css");
@import url(//fonts.googleapis.com/css?family=Oswald);


/* body
----------------------------------------------- */
body.home,
body.maps {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	background: #fff;
	color: #000;
}

body.page {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	background: #fff;
	color: #000;
}

body#video {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000;
}

::selection {
	color: #fff;
	background: #e60020;
}

::-moz-selection {
	color: #fff;
	background: #e60020;
}

.sp {
	display: none;
}


/* iOS
----------------------------------------------- */
*:after {
	display: block;
	clear: both;
}

html {
	-webkit-text-size-adjust: 100%;
}

input[type="text"],
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	 border-radius: 0;
}


/* assist
----------------------------------------------- */
.hr_ hr {
	display: none;
	clear: both;
}

img {
	border: 0;
	vertical-align: bottom;
}

.clearing {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
    zoom: 1;
}


/* font
----------------------------------------------- */
h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.7em;
	line-height: 1.5;
	font-weight: bold;
}

h3 {
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: bold;
}

h4,
h5 {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	line-height: 1.5;
	font-weight: bold;
}

p,
ul,
ol,
dl,
table {
	font-size: 1em;
	line-height: 1.7;
	font-weight: normal;
}

big {
	font-size: 1.2em;
	line-height: 1.7;
	font-weight: normal;
}

footer div p,
footer div ul,
sub,
small {
	font-size: 0.9em;
	line-height: 1.7;
	font-weight: normal;
}

sub {
	font-size: 0.6em;
}

strong {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

em {
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #e60020;
}

a:link,
a:visited {
	color: #e60020;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #e60020;
	text-decoration: none;
}
