@charset "UTF-8";
/**
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
 *
 *  base.css
 *  2015.10.23
 *
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
**/


.news-item p {border:none; line-height: 1.5; font-size: 110%;}


*		{ margin: 0; padding: 0; }

body		{ font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Lucida Grande", sans-serif; }

img		{ border: 0; vertical-align: bottom; }
ul		{ list-style-type: none; }
a		{ text-decoration: none; }
mark		{ font-size: 130%; color: inherit; background-color: transparent; }
table		{ border-collapse: collapse; border-spacing: 0; }
hr		{ display: block; height: 1px; border: none; border-top: 1px solid #E5E5E5; margin: 1em 0; }
input, select	{ vertical-align: middle; }

a:hover img.op {
  opacity: 0.7;
  background-color: transparent;
}

/* ---------------------------------------------------------------------------
//  clearfix
--------------------------------------------------------------------------- */
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  }
* html .cf { zoom: 1; } /* IE6 */
*:first-child+html .cf { zoom: 1; } /* IE7 */

