@charset "utf-8";

/*---------------------------------------------
Reset Style
---------------------------------------------*/
* { margin: 0; padding: 0; font-size: 100%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	 -o-box-sizing: border-box;
	-ms-box-sizing: border-box;
		box-sizing: border-box;
}
html { overflow-y: scroll; font-size: 62.5%; }
body { 
	/*font-family: "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;*/
	/*font-family: "メイリオ",Meiryo,"Osaka","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;*/
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	color: #4d4d4d; font-size: 1.4rem; line-height: 160%; height: 100%; text-align: left; background-color: #FFF; }
/*@media only screen and (max-width: 640px) {
	body {
		font-size:12px;
	}
}*/
*html body { text-align: center; }

hr { display: none; }
img	{ border: none; vertical-align: bottom; }
svg { vertical-align:bottom; display:block; }

div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td { margin: 0; padding: 0; vertical-align:top; }
address, th, caption, strong, dfn { font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; margin: 0; padding: 0; }
input, select, textarea { font-size: 100%; font-family: inherit; font-weight: inherit; }
sup { vertical-align: text-top; font-size: 72%; }
sub { vertical-align: text-bottom; font-size: 72%; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; font-size: 100%; font-size: inherit; }
caption { text-align: left; }
fieldset { border: 0; }
table{ border-collapse: collapse; border-spacing:0; }

/* safari2のリンク用に設定 */
html[xmlns*=""] body:last-child p a,
html[xmlns*=""] body:last-child table a,
html[xmlns*=""] body:last-child ul li a,
html[xmlns*=""] body:last-child dl a,
html[xmlns*=""] body:last-child span a {
	font-family: "ＭＳ ゴシック";
}

p{
	line-height:175%;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:focus{
	outline:none;
}

/* 上付き文字、下付き文字 */
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}

strong{
	font-weight:bold;
}

