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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	font-family:"Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

* {
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: normal;
	box-sizing:border-box;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	line-height:180%;
}

a img {
	border:none;
}

html {
	overflow-y:scroll;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));/*hover時の画像のチラツキを防止（IE）*/
}

.clear {
	clear:both;
}

img {
	vertical-align:top;
	-ms-interpolation-mode: bicubic;/*画像をキレイに拡大*/
}

/*FireFoxでリンク上に出るの点線を消す*/
	a:focus{
	outline:none;
}

a {
	/*\*/
	overflow: hidden;
	/**/
	color:#06F;
}

a:visited {
	color:#06F;
}

a:hover,a:active {
	color:#C00;
}

li {
	list-style-type: none ;
}

.min {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

th,td {
	vertical-align:top;
}

.trans a:hover img,
a:hover img.trans,
.trans a:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

@-ms-viewport
{
    width: auto;
    initial-scale: 1;
}
@viewport
{
    width: device-width;
    initial-scale: 1;
}