/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
}

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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, address {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	font-size: 14px;
	font-weight:normal;
	vertical-align:baseline;
	line-height:180%;
	color: #555;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* originalAdd */

/* text */
h1,h2,h3,h4,h5,h6,p,li,sup,sub,dt,dd,th,td,address {
	color:#333;
}

/* strong */
strong {
	font-weight:bold;
}

/* img */
img {
	vertical-align:bottom;
}

/* a */
a {
	color:#5cb9ed;
	overflow:hidden;
	transition: 0.3s ;
}
a:visited {
	color:#5cb9ed;
	transition: 0.3s ;
}
a:active,
a:hover {
	color:#5cb9ed;
	text-decoration:underline;
	transition: 0.3s ;
}

a img {
	transition: 0.3s ;
}
a:hover img {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	transition: 0.3s ;
}

/* clearfix */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height:0;
}
.cf {
	display: inline-block;
	line-height:0;
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
	line-height:0;
}
.cf {
	display: block;
	line-height:0;
}
/* End hide from IE-mac */
/* clear */
br.clear {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* onMouse */
/*
a:active,
a:hover {
	width:300px;
	height:170px;
	background:white !important;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

/* textShadow */
/*
p {
	width:xxx; //width値必須
	text-shadow: 0.1em 0.1em 2px #333;	/* Firefox,Safari,Opera 
	filter: shadow( color=#aaaaaa, Direction=135, Strength=4);	/* IE
}
*/

@media screen and (min-width: 813px) {
	.pcHide {
		display: none;
	}
}
@media screen and (max-width: 812px) {
	.spHide {
		display: none;
	}
}

@media screen and (max-width: 812px) {
	html {
		font-size: 62.5%; /*ベースを10pxにしています*/
	}
}
	html {
		font-size: 62.5%; /*ベースを10pxにしています*/
	}
	