/* DEFAULT CSS */
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,500,700|Montserrat:100,200,300,400|Raleway:100,300,400,700,900|Spectral:800');
/*
	font-family:'Raleway', sans-serif;
	font-family:'Spectral', serif;
	font-family:'Cormorant Garamond', serif;
	font-family:'Montserrat', sans-serif;
	font-family:'Rounded Mplus 1c';
	font-family:'Sawarabi Mincho';
*/

/*BROWSER RESET
----------------------------------------------- */
ul, menu, dir{
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	-webkit-padding-start:0;
}
html, body{
	font-weight:normal;
	font-style:normal;
	-webkit-text-size-adjust:none;
	margin:0;
	padding:0;
	display:block;
	overflow:auto;
	font-family:'Rounded Mplus 1c';
}
body{
  -webkit-text-size-adjust:100%;
	overflow:hidden;
}
select, input, button, textarea{
	font-family:Arial,Helvetica,sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-size:100%; 
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
a{
	text-decoration:none;
}
img{
	vertical-align:bottom;
	color:rgba(51,153,221,0);
}
form, input{
	margin:0;
	padding:0;
}
form{
	line-height:1;
}
@media screen and(min-width: 360px){/* 横向き時に文字サイズが変更しないようにする */
	*{
		-webkit-text-size-adjust:none;
	}
}
input[type='date'],
input[type='time'],
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="reset"]{
	-webkit-appearance:none;
	border-radius:0;
}
input:focus::-webkit-input-placeholder{
	color:transparent;
}
input:focus:-moz-placeholder{
	color:transparent;
}
input:focus::-moz-placeholder{
	color:transparent;
}
/* ==============================================
 ユーティリティ
=============================================== */
/* 表示位置の固定
----------------------------------------------- */
.fixed{
	position:fixed;
}
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after{
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	content:".";
}
.clearfix{
	display:block;/* for IE8 */
}
.clear{
	clear:both;
}
#clear{
	clear:both;
}
#clearfix:after{
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	content:".";
}
#clearfix{
	display:block;/* for IE8 */
}
/* ==============================================
 コンテンツ
=============================================== */
/* javascript未使用
----------------------------------------------- */
noscript .noscript{
	position:fixed;
	top:0;
	z-index:9999;
	width:100%;
	height:100%;
	background-image:url(../img/nojs_ie.png)\9!important;
	background-image:url(../img/nojs.png);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:120px 150px;
	-moz-background-size:120px 150px;
	background-size:120px 150px;
	background-color:#F5F5F5;
}
.wrap.noscript{
	display:none !important;
}
noscript.noscript:after{
	position:fixed;
	top:50%;
	width:100%;
	margin-top:30px;
	font-size:16px;
	color:#aaa;
	text-align:center;
	content:"JavaScriptをONにして下さい";
}
@media only screen and (max-width:999px){
	/* SPの設定
	----------------------------------------------- */
}
@media screen and (orientation: landscape){
	/* SP 横の設定
	----------------------------------------------- */
}
@media only screen and (min-width:1000px){
	/* PCの設定
	----------------------------------------------- */
}
