﻿@charset "utf-8";

/* -- -- --
 * ROOM8 CSSset V3.0
 * Last Up Date: 2016.11
 * Author: mick
 * Guideline: http://room8.info/guideline
-- -- -- -- -- -- -- -- */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	>font-size: 62.5%;
}

html, body {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans Japanese', "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color: #333;
	font-feature-settings : 'palt';
}
	
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSansCJKjp-Light-sub.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Light-sub.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/NotoSansCJKjp-Medium-sub.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Medium-sub.otf') format('opentype');
}

.minc {
	font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

div,
p {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

a {
	outline: 0;
	background-color: transparent;
	border: none;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.3;
}

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

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
	margin:0 0 0 10px;
	float: right;
}

.alignleft {
	margin:0 10px 0 0;
	float: left;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

td,
th {
	padding: 0;
	line-height: 1.6;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 1.6;
}

.pc {
	display: none;
}

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

optgroup {
	font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: #555;
}

/* Extras
========================================================================== */
.tex_c {
	text-align: center;
}

.tex_r {
	text-align: left;
}

.tex_l {
	text-align: right;
}

.tex_b {
	font-weight: bold;
}

.r0 {
	margin-right:0!important;
}

.b0 { margin-bottom: 0!important; }
.b5 { margin-bottom: 5px!important; }
.b10 { margin-bottom: 10px!important; }
.b15 { margin-bottom: 10px!important; }
.b20 { margin-bottom: 15px!important; }
.b25 { margin-bottom: 15px!important; }
.b30 { margin-bottom: 20px!important; }
.b35 { margin-bottom: 20px!important; }
.b40 { margin-bottom: 25px!important; }
.b45 { margin-bottom: 25px!important; }
.b50 { margin-bottom: 30px!important; }
.b55 { margin-bottom: 30px!important; }

.f12 { font-size:1.2em; }
.f13 { font-size:1.3em; }
.f12 { font-size:1.2em; }
.f14 { font-size:1.4em; }
.f16 { font-size:1.6em; }

.lh12 { line-height:1.2; }
.lh13 { line-height:1.3; }
.lh14 { line-height:1.4; }
.lh15 { line-height:1.5; }

#dammy {
	display: block;
	overflow: hidden;
	background: url() no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

.clear:after,
.pblock:after,
.canvas:after,
.contents:after {
    content: "";
    clear: both;
    display: block;
	visibility: hidden;
	overflow: hidden;
}

/* layout
--------- --------- --------- --------- --------- */
.screen {
	display: none;
	opacity: 0;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:130%;
	background-color: #000;
	z-index: 3;
}

@media screen and (min-width: 760px) {

	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		zoom: 1;
	}
	
	.fade a {
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	p {
		line-height: 1.8;
	}

	li {
		line-height: 1.8;
	}

	.sp {
		display: none;
	}
	
	.pc {
		display: block;
	}

	.pc_tex_c {
		text-align: center;
	}

	.b15 { margin-bottom: 15px!important; }
	.b25 { margin-bottom: 25px!important; }
	.b35 { margin-bottom: 35px!important; }
	.b45 { margin-bottom: 45px!important; }
	.b55 { margin-bottom: 55px!important; }
	
	/* 
	========================================================================== */

}