@charset "shift_jis";
/*===DEFAULT===*/
* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
ul li {
	list-style: none;
}

/*=======================BODY==================*/
body {
	color: #333;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
/*	font-size: 100%;*/
	line-height: 130%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:5px solid #e3e4e4;
}
table, table tr td {
	vertical-align: top;
}

img {
	border: none;
}
.small {
	font-size: 80%;
}
.smallest {
	font-size: 65%;
}
h2, h3 {
	font-size: 100%;
}

ul {
	font-size: 90%;
}


body a,
body a:visited { color:#333; text-decoration:underline; }
body a:hover,
body a:active { color:#666; text-decoration:none; }


.pc_parts { display:none;}