﻿@charset "utf-8"; 
@import url("default.css");
@import url("pcstyle.css");
@import url("spstyle.css");
@import url("pcsub.css");
@import url("spsub.css");

body, button, input, select, textarea {
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
 	color:#000;
}

body {
	background-color:#FFF;
	margin:0 auto;
	text-align:center;
}

a, a:link, a:active, a:visited {
	text-decoration:underline;
	color:#8CD5F3;
}

a:hover {
	color:#8CD5F3;
	text-decoration:none;
	opacity: 0.8 ;
}

.accent{
	color:#FF0000;
}

.txtLL{
font-size:125%;
}

.txtL{
font-size:115%;
}

.txtM{
font-size:100%;
}

.txtS{
font-size:85%;
}

img {
	transition: 0.6s ;
}

#wrapper {
	width:100%;
	margin:0 auto;
	text-align:center;
}

.yumin{
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",	serif;
	letter-spacing:0em;
}


