@charset "utf-8";




/* Reset
------------------------------------------------------------------------- */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}




body {
  height:100%; background:#ffffff; color:#000; font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size:14px; 
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}




/*◆見出し文字サイズ設定*/
h1 { font-size: 40px;  font-weight: normal;}
h2 { font-size: 28px; line-height: 1.4;  font-weight: normal;}
h3 { font-size: 28px; line-height: 1.4; }
h4 { font-size: 18px; line-height: 1.4; }
h5 { font-size: 17px; line-height: 1.4; }
h6 { font-size: 14px; line-height: 1.4; }
strong { font-weight: bold; color: #333; }

h3, h4, h5 { 
	font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; 
	font-weight: normal; 
	font-style: normal; 
}



/*◆画像の枠線を非表示*/
img{
	border:0;
	max-width: 100%;
	}


/*◆リストマーカーを非表示*/
ul,ol{list-style-type:none;}

/* テーブルセルのボーダーの設定 */ 
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th ,td{
	line-height: 1.4; 
	padding: 0;
	}

/* 画像とフォームパーツの上下位置をテキストの真ん中に */
img, input, select, textarea { 
	vertical-align: middle;
}

