@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Italianno|Mrs+Saint+Delafield|Quicksand|Josefin+Slab');
@import url("common_SP.css") screen and (max-width: 800px) ;
@import url("common_PC.css") screen and (min-width: 801px) ;
@import  "column.css";
@import  "mainmenu.css";
@import  "submenu.css";
@import  "FCK.css";
@import  "banner.css";



* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

html {
	height: 100%;
	width: 100%;
}

body {
	letter-spacing: 1px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	position: relative;
	color: #535353;
	line-height: 1.5em;
	margin: 0px;
	font-size: 100%;
	font-family: YuGothic, "游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	overflow-y:scroll;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

h1 {
	color: white;
	z-index: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#mainImage h2 {
	display: none;
}
h3 {
}
.linkbox {
	cursor: pointer;
}

.next_navi {
}

.next_navi a {
}

.next_navi a:hover {
}

.next_navi .current {
}


.center {
	text-align: center;
}

a.icoSNS {
	color: white;
	margin-left: 10px;
}

a.icoSNS:hover {
	color: #e0e0e0;
}

footer a {
	color: white;
}

ul {
	margin-bottom: 11px;
}