@charset "utf-8";


/* reset
=============================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
abbr,acronym,fieldset {
	border: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul {
	list-style-type: none;
}



/* font
=============================================================================*/
body {
	font-size: 75%;
}


/* base
=============================================================================*/
html {
	overflow-y: scroll;
}

body {
	/*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	/*font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "sans-serif";*/
	font-family:Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


a:focus {
	outline:none;
}

img {
	vertical-align: bottom;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center !important;
}
.left {
	text-align: left;
}
.right {
	text-align: right !important;
}

.fs10 {
	font-size: 88%;
}
.fs12 {
	font-size: 100%;
}
.fs13 {
	font-size: 110%;
}
.fs14 {
	font-size: 120%;
}
.fs16 {
	font-size: 140%;
}

.imgL {
	float: left;
}
.imgR {
	float: right;
}


/* color
=============================================================================*/
.red {
	color: #de0000;
}
.blue {
	color: #0299bf;
}
.green {
	color: #6c9d04;
}
.orange {
	color: #eb6100;
}
.pink {
	color: #F99;
}


.clear_all { clear: both; visibility: hidden; height: 0;} 


/* clearfix
=============================================================================*/
/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
/* End hide from IE-mac */



/* print.css
=============================================================================*/
@media print { 
   body { color: #000; /*background: #fff;*/ }
}
