@charset "utf-8";

/*** reset ***/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	font-feature-settings: "palt";
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, address, em, strong, th, ins {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border: 0;
}

th {
	text-align: left;
}

input, select, textarea {
	vertical-align: middle;
}

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

ins, a {
	text-decoration: none;
}

ul {
	list-style: none;
}

br {
	letter-spacing: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*end hide*/
.clear {
	clear: both;
}
.db{
	display: block;
}

/*** font ***/
html {
	font-size: 62.5%;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	font-feature-settings: "palt";
	color: #333333;
	letter-spacing: 2px;
}

/*family*/
body {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

.f_m {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}

.f_b {
	font-weight: bold;
}

@font-face {
	font-family: 'book';
	src: url('../font/book.ttf'), url('../font/book.woff');
}

@font-face {
	font-family: 'book_b';
	src: url('../font/bookb.TTF'), url('../font/bookb.woff');
}

@font-face {
	font-family: 'book_w';
	src: url('../font/bookw.TTF'), url('../font/bookw.woff');
}

.f_en {
	font-family: 'book';
}

.f_en0 {
	font-family: 'book';
}

.f_en_b {
	font-family: 'book_b';
}

.f_en_w {
	font-family: 'book_w';
}

/*** link ***/
a, a:hover, a:link, a:visited, a:active {
	color: #231815;
}

.alphaOver {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.alphaOver:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.base_w {
	width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width:1200px) {
	.base_w {
		width: 85%;
	}
}

.sp, .tb {
	display: none;
}

@media screen and (max-width:768px) {
	.pc_tb {
		display: none;
	}

	.tb {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	body {
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: 0px;
	}
}





