@charset "UTF-8";

/* reset.css */
html {
	overflow-y: scroll;
}
body,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,form,fieldset,input,textarea,pre,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
caption,th {
	text-align: left;
}
fieldset {
	border: 0;
}
img {
	border: 0;
	vertical-align: bottom;
} 
a {outline: 0;}
a:hover,button:hover,label:hover {cursor: pointer !important;}
a[name]:hover,a[name]:hover img { 
	cursor: default !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: "alpha(opacity=100)" !important;
	-moz-opacity: 1.0 !important;
	-khtml-opacity: 1.0 !important;
	opacity: 1.0 !important;
}
a[href]:hover,a[href]:hover img { 
	cursor: pointer !important;
}

/* fontstyle */
body {
	font-size: 12px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
/* for IE */
* html body {font-size: 75% !important;}
*:first-child+html body {font-size: 75% !important;}
body {font-size: 75%\9 !important;}
body:not(:target) {font-size: 75%\9 !important;}
/* end for IE */
table {
	font-size: inherit;
	font: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

/* list */
ol,ul,li {
	list-style: none;
}
ul.ullist {
	padding-left: 2em;
}
ul.ullist li {
	list-style-type: disc;
}
ol.ollist {
	padding-left: 2em;
}
ol.ollist li {
	list-style-type: decimal;
}

/* clearfix */
.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.clearfix {
	*overflow: hidden;
	*zoom: 1;
}
.clearfix:not(:target) {
	/* overflow: hidden\9; */
	/* zoom: 1\9; */
}
/* hides from ie-mac \*/
* html .clearfix{
	height: 1%;
	overflow: visible;
}
/* end hide from ie-mac */
.clear {
	clear: both;
}


/* フォントサイズメモ（※直接使用禁止） */
.bs12-px9 {font-size: 75%;}
.bs12-px10 {font-size: 83%;}
.bs12-px11 {font-size: 91%;}
.bs12-px12 {font-size: 100%;}
.bs12-px13 {font-size: 108%;}
.bs12-px14 {font-size: 116%;}
.bs12-px15 {font-size: 125%;}
.bs12-px16 {font-size: 133%;}
.bs12-px17 {font-size: 141%;}
.bs12-px18 {font-size: 150%;}
.bs12-px19 {font-size: 158%;}
.bs12-px20 {font-size: 166%;}
.bs12-px21 {font-size: 175%;}
.bs12-px22 {font-size: 183%;}
.bs12-px23 {font-size: 191%;}
.bs12-px24 {font-size: 200%;}
.bs12-px25 {font-size: 208%;}
.bs12-px26 {font-size: 216%;}
.bs12-px27 {font-size: 225%;}
.bs12-px28 {font-size: 233%;}
.bs12-px29 {font-size: 242%;}
.bs12-px30 {font-size: 250%;}
