/*BASE Layer* ========================================================*/
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
.cf{
  *zoom:1;
}
li{list-style:none;}

.txt_ctr{
text-align:center;
}
.txt_lft{
text-align:left;
}
.txt_rght{
text-align:right;
}
em{
font-style:bold;
}
p,dl,dt,dd,table,td,th,ul,li{padding:0;margin:0;}
a{color:#333}
a:hover{color:#C33}
.w100px{width:100px;}
.w215px{width:215px;}
/*Module Layer* ========================================================*/
.article{
padding:30px;
}

.article--even{
	background:#ed499d url(/images/common/bg_pink_bias.png);
	color:#FFF;
}
.article--odd{
	background:#fffef4;
	color:#000;
}
.article__title{
margin:0;
padding:0;
}

.article__txt{
line-height:140%;
}

.definition--notice{
	background:#ed499d url(/images/common/bg_pink_bias.png);
}


.contents_title{
text-align:center;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:130%;
}

/*--------------------------------------*/
.nt{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size:1px;
    line-height:0%;
    margin:0;
    padding:0;
    }
.nt *{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size:1px;
    line-height:0%;
    }

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
 
.cf {
  min-height: 1px;
}
 
* html .cf {
  height: 1px;
  /*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.note{font-size:85%;}
.notice{
color:#ff0000;
}
.notice a{
color:#ff0000;
}
.notice a:visited{
color:#ff0000;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100%! important;
}



.taC{text-align:center;}
.taR{text-align:right;}
.taL{text-align:left;}

.fwB{font-weight:bold;}
.fwN{font-weight:normal}

.dspB{display:block;}
.dspI{display:inline}