@charset "utf-8";

/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
html {
	width: 100%;
	min-height: 100%;
	overflow: auto;
	-webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 14px;
	line-height: 1.5;
}

address {
	font-style: normal;
}

.mincho {
	font-family: "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.gothic {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

a:link {
	color: #2e335b;
	text-decoration: none;
}
a:visited {
	color: #2e335b;
	text-decoration: none;
}
a:hover {
	color: #2e335b;
	text-decoration: underline;
}
a:active {
	color: #2e335b;
	text-decoration: underline;
}

/*
a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	 -o-transition: 0.2s ease-in-out;
	 transition: 0.2s ease-in-out;
}
a:hover {
	opacity: 0.7;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	 -o-transition: 0.1s ease-in-out;
	 transition: 0.1s ease-in-out;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 500;
	width: 52px;
}
*/
.pagetop {
	margin: 0 auto 20px auto;
	width: 52px;
	text-align: center;
}
.pagetop img {
	width: 100%;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
}
.motion {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
}
/*
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
*/

/* --------------------------------------------------
-------------------------------------------------- Clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
section {
	position: relative;
	width: 100%;
}
.inner {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}
.inner-head {
	text-align: center;
}


/* --------------------------------------------------
-------------------------------------------------- フッター */
footer {
	padding-top: 20px;
	text-align: center;
	color: #fff;
}

/* SNS */
footer .sns {
	margin-bottom: 15px;
}
footer .sns ul {
	font-size: 0;
	text-align: center;
}
footer .sns ul li {
	display: inline-block;
	margin: 0 5px;
}
