@charset "utf-8";
pre{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  display:block;
  vertical-align: baseline;
  background: transparent;
  font-size: 20px;
  line-height: 160%;
  font-weight: bold;
  word-wrap: break-word;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: Myriad Pro, HiraKakuPro-W6, 'ヒラギノ角ゴ Pro W6', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*{
  box-sizing:border-box;
}
html{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
width:100%;
height:100%;
font-size:12px;
line-height: 140%;
padding:0px;
margin:0 auto;
/* font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
font-family: Myriad Pro,"ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.min_font{
  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 { margin:0;padding: 0;font-size: 12px;font-weight: normal;line-height:100%;max-height: 100%;}
h2 { margin:0;padding: 0;font-size: 12px;font-weight: normal;line-height:100%;max-height: 100%;}
h3 { margin:0;padding: 0;font-size: 12px;font-weight: normal;line-height:100%;max-height: 100%;}
h4 { margin:0;padding: 0;font-size: 12px;font-weight: normal;line-height:100%;max-height: 100%;}
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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #333;
}
select::-ms-expand {display: none;/* IE11対策 セレクトボタンのデフォルト非表示*/}