@charset "utf-8";
/* CSS Document */


/******** ▼▼▼Reset▼▼▼*********/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
#warp #contents {
	font-style: normal;
}
strong, th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
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, li, 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: 100%;
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
/* Fonts
------------------------------------------------------------*/
body {
	font-size: 75%; /* IE */
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
html>/**/body {
	font-size: 12px;
} /* Except IE */
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	/*content: "."; */  
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
html {
	overflow-y: scroll;
}
body {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: "メイリオ", sans-serif;
	font-size: 17px;
	overflow: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
img, object, embed, video {
	max-width: 100%;
}
/******** ▲▲▲Reset▲▲▲*********/


.pc {
	display: block;
}
.sp {
	display: none;
}

/*SP*/@media (max-width: 767px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}

div img {
	vertical-align: bottom;
}

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