﻿@charset "UTF-8";
/*
Theme Name: Coming Soon
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);



/****************************************
		リセット 
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	}
body{line-height: 1;}
ol, ul{list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
header,footer,section{display: block;}



/****************************************
		基本設定 - 色はここから変更 
*****************************************/



a {
	text-decoration: none;
	-webkit-text-size-adjust: 100%;
}
a:hover {
	color: #ccc;
	-webkit-text-size-adjust: 100%;
}





/****************************************
		コンテンツ
*****************************************/
/*** Layout ***/

html, body, #wrapper {
	height: 100%;
	width: 100%;
	font-size: 1rem;
	-webkit-text-size-adjust: 100%;
}

/****************************************
	　　　style共通
*****************************************/

body {
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif;
}

*, *::before, *::after {
	box-sizing: border-box;
}


/*#sv {
	border: 1px solid #000;
}*/

#wrapper {
	width: 970px;
	margin: 0 auto;
}
#wrapper img {
	width: 970px;
	height: auto;
	margin: 0 auto;
}
#moz {
	font-size: 40px;
	font-weight: bold;
	color: red;
}
#webkit {
	font-size: 40px;
	font-weight: bold;
	color: red;
}
#ie10 {
	font-size: 40px;
	font-weight: bold;
	color: red;
}
#ie9 {
	font-size: 40px;
	font-weight: bold;
	color: red;
}
#ie8 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}





/****************************************
	　　　共通CSS
*****************************************/



