/*--------------------*
 *  default settings
 *--------------------*/
*{
  margin: 0px;
  padding: 0px;
}
html{
  overflow-y:scroll;
}
button,
input[type="submit"] {
}

body{
  font-size:80%;
  line-height:1.3;
  color:#1F2121;
  text-align:center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  _line-break: strict;
  background-color:#F2F2F2;
}
.f_maru	{
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

IMG{
  border: 0;
  vertical-align: middle;
}
FORM{
  margin: 0 auto;
  padding: 0;
}
TABLE{
  border-collapse: separate;
  empty-cells: hide;
  text-align: left;
  font-size: 1em;
  border: 0;
  padding: 0;
}
TR, TD, TH, THEAD, TBODY, TFOOT, COLGROUP, COL{
  padding-bottom: 5px;
  vertical-align: top;
}
UL{
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
OL{
  margin: 0;
  padding: 0;
  list-style: none;
}
LI{
  margin: 0;
  padding: 0;
  list-style: none;
}
H1,H2,H3,H4,H5{
  margin: 0 auto;
  text-align: left;
}
P{
  margin: 0 auto;
  text-align: left;
}
HR{display:none;}
EM{font-style:normal;font-weight:bold;}

.section_bdy,
.article_bdy,
.menu_bdy{
  width:100%;
  background-repeat:repeat-y;
  background-position:center top;
  background-color: #fff;
 border-radius: 8px;
 margin-bottom:2em;
}
/*.section_bdy{
  padding-bottom: 5px;
}*/
.section_ftr,
.article_ftr,
.menu_ftr{
  width:100%;
  background-repeat:no-repeat;
  background-position:center bottom;
}
.section_hdr,
.article_hdr,
.menu_hdr{
  width:100%;
  background-repeat:no-repeat;
  background-position:center top;
}

.clear{
  clear: both;
  float:none;
  line-height:0px;
  font-size:0px;
  height:0px;
}
.hide{
  display:none;
}
.attention_red{
  color:#ff0000;
}
.attention{
  color:#ff0000;
  padding-left: 140px;
}
p.attention_body{
  padding-left: 140px;
  text-align: left;
  font-size:90%;
}
.new_date_icon{
/*
  background-color:#ED174C;
  color:#ffffff;
  display:inline-block;
  text-align:center;
  width:40px;
  font-size:10px;
  border-radius:4px;
  font-weight:normal;
  */
  background-color: #1F2121;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: auto;
  font-size: 10px;
  line-height: 10px;
  border-radius: 11px;
  border: 1px solid;
  font-weight: normal;
  padding: 2px 6px;
  min-width: 40px;
  box-sizing: border-box;
}
.is_smartphone_icon{
  background-color:#666666;
  color:#ffffff;
  display:inline-block;
  text-align:center;
  width:70px;
  font-size:10px;
  border-radius:4px;
  font-weight:normal;
}