@charset "utf-8";

/* デフォルトCSSをリセット */

* {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
dt,
dd,
small,
date,
caption,
input,
textarea,
select,
label,
address {
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}

/*  --------------------------------------------------- */


@media print {

a[href]:after {
	content: "";
}
}

/*  --------------------------------------------------- */


/* （ PC大） */

@media screen and (min-width:1200px) {

body {
	font-size: 14px;
}
}

/* （ PC小） */

@media screen and (max-width:1199px) and (min-width:992px) {

body {
	font-size: 14px;
}

.container {
	width: 960px;
}
}

/* （タブレット） */

@media screen and (max-width:991px) and (min-width:768px) {

body {
	font-size: 13px;
}
}

/* （スマホ） */

@media (max-width: 767px) {

body {
	font-size: 12px;
}
}

/*  --------------------------------------------------- */

/* 詳細 */

h1,
h2,
h3,
p {
	margin: 0;
}

p {
	text-align: justify;
}

ul,
ol {
	list-style-type: none;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
	color: #0c7cee;
}

a:hover img {
	opacity: 0.75;
}

a:hover,
a:hover * {
	color: #f25f25;
	text-decoration: none;
	transition: 0.5s;
}

/*  --------------------------------------------------- */

.mb30 {
	margin-bottom: 30px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}
