@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11px;
	background: transparent;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 1.2;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* clearfix */
.clearfix::after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
  リンク
----------------------------------------------------*/
ul,li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

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

input, select {
	vertical-align: middle;
}

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

.col-block { display: inline-block; vertical-align: top; }
.col-block img { max-width: 100%; }
.col-1 { width: 8%; margin-left: .3%; margin-right: .3%; }
.col-2 { width: 16%; margin-left: .3%; margin-right: .3%; }
.col-3 { width: 24%; margin-left: .3%; margin-right: .3%; }
.col-4 { width: 32%; margin-left: .3%; margin-right: .3%; }
.col-5 { width: 40%; margin-left: .3%; margin-right: .3%; }
.col-6 { width: 48%; margin-left: .3%; margin-right: .3%; }
.col-7 { width: 56%; margin-left: .3%; margin-right: .3%; }
.col-8 { width: 64%; margin-left: .3%; margin-right: .3%; }
.col-9 { width: 72%; margin-left: .3%; margin-right: .3%; }
.col-10 { width: 80%; margin-left: .3%; margin-right: .3%; }
.col-11 { width: 88%; margin-left: .3%; margin-right: .3%; }
.col-12 { width: 96%; margin-left: .3%; margin-right: .3%; }
@media screen and (max-width: 780px) {
	.col-1 > img { width: 95%; }
	.col-2 > img { width: 95%; }
	.col-3 > img { width: 95%; }
	.col-4 > img { width: 95%; }
	.col-5 > img { width: 95%; }
	.col-6 > img { width: 95%; }
	.col-7 > img { width: 95%; }
	.col-8 > img { width: 95%; }
	.col-9 > img { width: 95%; }
	.col-10 > img { width: 95%; }
	.col-11 > img { width: 95%; }
	.col-12 > img { width: 95%; }

	.sm-col-1 { width: 95%; }
	.sm-col-2 { width: 95%; }
	.sm-col-3 { width: 95%; }
	.sm-col-4 { width: 95%; }
	.sm-col-5 { width: 95%; }
	.sm-col-6 { width: 95%; }
	.sm-col-7 { width: 95%; }
	.sm-col-8 { width: 95%; }
	.sm-col-9 { width: 95%; }
	.sm-col-10 { width: 95%; }
	.sm-col-11 { width: 95%; }
	.sm-col-12 { width: 95%; }
}

.mtop-sm { margin-top: 5px !important; }
.mtop-md { margin-top: 15px !important; }
.mtop-lg { margin-top: 25px !important; }
.mtop-xl { margin-top: 50px !important; }

.mbottom-sm { margin-bottom: 5px !important; }
.mbottom-md { margin-bottom: 15px !important; }
.mbottom-lg { margin-bottom: 25px !important; }
.mbottom-xl { margin-bottom: 50px !important; }

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

.text-red { color: #FF6600; }

.text-bold { font-weight: bold; }

@media screen and (max-width: 780px) {
	img.spfull {
		width: 95%;
		height: auto;
	}
}