@charset "utf-8";
@font-face {
	font-family: "はんなり明朝";
	src: url("Hannari.otf");
}
@font-face {
	font-family: "はんなり明朝";
	src: url("Hannari.otf") format("opentype");
}

/*リセット*/
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
ul {
	list-style:none;
}
:focus {
	outline:none;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
figure {
	margin:0;
}

/*基本レイアウト*/
body {
	color:#333;
	font-family:"はんなり明朝", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:1.5em;
	overflow-y:scroll;
	overflow-x:hidden;
	font-size:15px;
}
input[type=text], input[type=password], input[type=number], input[type=tel], input[type=email], textarea, select, button {
	font-family:"はんなり明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:12px;
}
input[type=text], input[type=password], input[type=number], input[type=tel], input[type=email], textarea, select {
	margin: 0.5em;
	line-height:1.2em;
	padding:0.5em;
	border:1px solid #ccc;
	font-size:1em;
}
label {
	cursor:pointer;
}
pre {
	font-family:"はんなり明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	word-break:break-all;
	white-space:pre-wrap;
}
select {
	padding:0.2em;
}
input[type=text]:first-child, input[type=password]:first-child, textarea:first-child, select:first-child {
	margin-left:0;
}
::-webkit-input-placeholder {
    color: #999 !important;
}
:-moz-placeholder {
    color: #999 !important;
}
:placeholder {
    color: #999 !important;
}
img {
	border:none;
}
a {
	color:#8f82bc;
	text-decoration:none;
}
a:hover {
	color:#f19d13;
	text-decoration:underline;
}
a img {
	-webkit-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
}
a:hover img {
	opacity:0.8;
}
p {
	margin:1em 0;
}
small {
	display:block;
	color:red;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:15px;
	margin:1em 0 0;
}
section {
	margin: 20px 0;
}
section:first-child {
	margin-top:0;
}
ol {
	margin:1em 0 1em 2em;
}
dl {
	margin:0.5em;
}
dd {
	margin:0 0 1em 1.2em;
}
figure {
	display:inline-block;
	text-align:center;
}
.left {
	float:left;
}
.right {
	float:right;
}
.cf:after {
	content:"";
	display:block;
	clear:both;
	height:0;
}
.center {
	text-align:center;
}
.w20 {
	width:20px;
}
.w50 {
	width:50px;
}
.w80 {
	width:80px;
}
.w100 {
	width:100px;
}
.w120 {
	width:120px;
}
.w150 {
	width:150px;
}
.w200 {
	width:200px;
}
.w250 {
	width:250px;
}
.w300 {
	width:300px;
}
.w400 {
	width:400px;
}
.w500 {
	width:500px;
}
.w800 {
	width:800px;
}
.color-red {
	color:#f00;
}
.color-blue {
	color:#448aca;
}
.color-orange {
	color:#fc0;
}
.color-green {
	color:#539f87;
}
.bg-yellow {
	background:yellow;
}
strong {
	color:#448aca;
}
ol.alpha {
	list-style-type:lower-alpha;
}
.btn {
	padding:15px 15px 13px;
	border-radius:5px;
	box-shadow:5px 5px 0 rgba(0,0,0,0.08);
	background:#f8f8f8;
	display:inline-block;
	cursor:pointer;
	color:#333;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.3em;
	margin:0 0.2em;
}
.btn:hover {
	position:relative;
	left:1px;
	top:1px;
	box-shadow:4px 4px 0 rgba(0,0,0,0.08);
	text-decoration:none;
}
.btn img {
	vertical-align:-2px;
}
.btn:hover img {
	opacity:1;
}
.btn-green, .btn-blue, .btn-orange, .btn-red, .btn-green:hover, .btn-blue:hover, .btn-orange:hover, .btn-red:hover {
	color:#fff;
}
.btn-green {
	background:#6cc4c3;
}
.btn-blue {
	background:#448aca;
}
.btn-red {
	background:#c90000;
}
.btn-orange {
	background:#ec6717;
}
.btn-box {
	text-align:center;
}
.bg {
	background:url(../img/site/bg.png) #448aca;
	color:#fff;
}
.bg-red {
	background:url(../img/site/bg2.png) #ec6717;
	color:#fff;
}
.bg a {
	color:#fff;
}
.bg a:hover {
	color: #fc0;
}
@media only screen and (-webkit-device-pixel-ratio:2) {
	.bg {
		background:url(../img/site/bg.png);
		background-size:50px 50px;
	}
	.bg-red {
		background:url(../img/site/bg2-l.png);
		background-size:50px 50px;
	}
}

