﻿@charset "utf-8";

html{
	font-size:62.5%;
	} 

body{
	color:#333333;
	font-size:14px;
	font-size:1.4rem;
	line-height:22px;
	line-height:2.2rem;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
	}


/*Cromeバグ対策*/
body > div,
body > header,
body > footer,
body > nav {
	font-size: 14px;
	font-size: 1.4rem;
	line-height:22px;
	line-height:2.2rem;
	}

/*IE6用*/
* html td {
	color:#333333;
	font-size:14px;
	line-height:145%;
	}
* html th {
	color:#333333;
	font-size:14px;
	line-height:145%;
	}
* html caption {
	color:#333333;
	font-size:14px;
	line-height:145%;
	}

h1,h2,h3,h4,h5,h6,p,form{
	margin:0;
	padding:0;
	}
li,ul,ol,dl,dt,dd{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	}
img{
	border:0px;
	vertical-align: bottom;
	max-width:100%;
	height:auto;
	}
hr{
	display:block;
	height:1px;
	border:0;  
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
	}

em{
	color:#cc0000;
	font-style:normal;
	font-weight:normal;
	}
strong{
	color:#cc0000;
	font-style:normal;
	font-weight:normal;
	}
a{
	text-decoration:none;
	color:#0066cc;
	}
a:hover {
	text-decoration:underline;
	color:#cc0000;
	}
	
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,
fieldset, legend{
	display:block;
	}


.fr{
	font-size:14px;
	font-size:1.4rem;
	}

.fl{
	font-size:16px;
	font-size:1.6rem;
	}
.fll{
	font-size:18px;
	font-size:1.8rem;
	}
.fs{
	font-size:12px;
	font-size:1.2rem;
	}
.fss{
	font-size:10px;
	font-size:1rem;
	}

.clr{
	clear:both;
	}
.hide{
	display:none;
	}

.t_center{
	text-align:center !important;
	}
.t_left{
	text-align:left !important;
	}
.t_right{
	text-align:right !important;
	}
	
.t_bold{
	font-weight:bold !important;
	}
.t_normal{
	font-weight:normal !important;
	}
	
.t_red{
	color:#E85363;
	}
	
.top_0{
	margin-top:0 !important;
	}
.bottom_0{
	margin-bottom:0 !important;
	}
	
.top_1{
	margin-top:1em !important;
	}
.bottom_1{
	margin-bottom:1em !important;
	}
	
.clr_box{
	zoom:100%;
	}
.clr_box:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}

.justify {
	text-align:justify;
	text-justify:inter-ideograph;
	}
	
.fixed{
	position:fixed;
	}
	