@charset "UTF-8";
html, body, div, span, object,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, 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-family: inherit;
    font-size: inherit;
    vertical-align:top;
    background-color:none;
}
html{
	width:100%;
	height:100%;
	background-color:#fff;
	overflow-y:scroll;
	overflow-x:hidden;
}
body {
	width:100%;
	height:100%;
	min-height:100%;
	background:#fff;
	color:#666;
	font-size:18px;
		line-height:1.44;
	text-align:left;
	font-family:  ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}
#wrapper {
	overflow:hidden;
	width:640px;
}
img {line-height:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
	display:block;
}
ul {
    list-style:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:none;
	color:#0071bc;
	text-decoration:underline;
	/*-webkit-tap-highlight-color: rgba(0,0,0,0);タップ時の枠線の色iphoneのみ*/ 
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* clearfix */
.pkg:after {
  content: "";
  clear: both;
  display: block;
}