@charset "UTF-8";
/* Fonts

@font-face {
    font-family: "KozGoProRegular";
    src: url("../fonts/KozGoProRegular.eot");
    src: url("../fonts/KozGoProRegular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/KozGoProRegular.woff") format("woff"),
         url("../fonts/KozGoProRegular.ttf") format("truetype"),
         url("../fonts/KozGoProRegular.svg#KozGoProRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "KozGoProMedium";
    src: url("../fonts/KozGoProMedium.eot");
    src: url("../fonts/KozGoProMedium.eot?#iefix") format("embedded-opentype"),
         url("../fonts/KozGoProMedium.woff") format("woff"),
         url("../fonts/KozGoProMedium.ttf") format("truetype"),
         url("../fonts/KozGoProMedium.svg#KozGoProMedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "KozGoProBold";
    src: url("../fonts/KozGoProBold.eot");
    src: url("../fonts/KozGoProBold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/KozGoProBold.woff") format("woff"),
         url("../fonts/KozGoProBold.ttf") format("truetype"),
         url("../fonts/KozGoProBold.svg#KozGoProBold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HiraGinoMaruProW4";
    src: url("../fonts/HiraGinoMaruProW4.eot");
    src: url("../fonts/HiraGinoMaruProW4.eot?#iefix") format("embedded-opentype"),
         url("../fonts/HiraGinoMaruProW4.woff") format("woff"),
         url("../fonts/HiraGinoMaruProW4.ttf") format("truetype"),
         url("../fonts/HiraGinoMaruProW4.svg#HiraGinoMaruProW4") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OhisamaFont10";
    src: url("../fonts/OhisamaFont10.eot");
    src: url("../fonts/OhisamaFont10.eot?#iefix") format("embedded-opentype"),
         url("../fonts/OhisamaFont10.woff") format("woff"),
         url("../fonts/OhisamaFont10.ttf") format("truetype"),
         url("../fonts/OhisamaFont10.svg#OhisamaFont10") format("svg");
    font-weight: normal;
    font-style: normal;
} */

/* CSS Document */
html,body,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	top: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	line-height: inherit;
	vertical-align: baseline;
	letter-spacing: inherit;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

a img,iframe {
	border: none;
}

iframe {
	background-color: transparent;
}

ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input,textarea,select,button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}
/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol {
	margin-left: 2em;
}

/* == clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both
}
/* == global == */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ",
		Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif !important;
	_font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ",
		Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif !important;
}