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


/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 * a だけ消した2015-4-28
**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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-weight:normal;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	vertical-align: baseline;テーブルがずれるので消した*/
	font-size:16px;
/*	line-height:1.7;*/
}

body{
	-webkit-text-size-adjust: 100%;
}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{vertical-align: bottom;}

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

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


img.block{
	display:block;	
}

/*-----------------------------------------------------
リンク設定
------------------------------------------------------*/

a{
	text-decoration:none;
	border:none;*/
/*	color:#2379FC;*/
/*	font-weight:bold;*/
}

a:hover{
	text-decoration:underline;
}

a img:hover{
	opacity:0.8;
}


