@charset "utf-8";
html{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
font-size:12px;
line-height: 140%;
padding:0px;
margin:0 auto;
/*font-family: "ＭＳ ゴシック","MS Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;*/
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/

}

body p{ font-size:12px;padding: 0px; margin: 0px; max-height: 100%;}
body a,body img{ border:none; }
img {vertical-align: bottom;}
table {border-collapse: collapse;border:0px;table-layout: fixed;}
tr,td{padding:0px;}
ul{ margin:0px; padding:0px;}
li{ list-style:none;}
.clear{ clear:both; }
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
	clear:both;
}
clearfix {
	*zoom: 1;
}

h1,h2,h3,h4,h5 { margin:0;padding: 0;font-size: 12px;font-weight: normal;line-height:100%; max-height: 100%;}


input[type="radio"] {border: 0px!important;}
input[type="radio"],input[type="submit"],label{cursor:pointer;}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  outline: none;
}