@charset "utf-8";

/*******************************
  基本設定
*******************************/

/*------------------------------
  CSSリセット
------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

body {
	font-family:'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

li li, li dt, li dd, 
dt li, dt dt, dt dl, 
dd li, dd dt, dd dd, 
th li, th dt, th dd, 
td li, td dt, td dd {
	font-size: 1em;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

th, td {
	text-align: left;
	vertical-align: top;
}

li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

b, em, strong, small {
	font-style: normal;
	font-weight: normal;
}

address {
	font-style: normal;
	font-weight: normal;
}

.nodsply {
	display:none;
}

.small {font-size:11px;}

.clear {
	clear:both;
}

/*------------------------------
  clearfix
------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

.content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.content {
	min-height: 1px;
}

* html .content {
	height: 1px;
}

