@charset "utf-8";

/* reset
-------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
html#format {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
i{
	font-style:normal;
}
table {
	font-size:100%;
	line-height:1.5;
	border-collapse:collapse;
	border-spacing:0;
}
th {
	font-weight:normal;
	text-align:left;
}
img {
	border:0;
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	img{
		image-rendering:initial;
	}	
}
ul li {
	list-style:none;
}
ol {
	padding-left:18px;
	*padding-left:24px;
	_padding-left:24px;
}
input, textarea {
	vertical-align:middle;
}
address, em {
	font-style:normal;
}



.copygard img{
	pointer-events: none;
}
.copygard img[usemap]{
	pointer-events: auto;
}

/* link
-------------------------------------------------------------------*/
#format a{
	color:inherit;
	text-decoration:none;
}
#format a:hover {
	text-decoration:underline;
	text-decoration-thickness:1px !important;
}
#format label{
	cursor:pointer;
}



/* common class
-------------------------------------------------------------------*/
/* noSetting */
.left_area {}
.center_area {}
.right_area {}
.bg_top {}
.bg_mdl {}
.bg_btm {}
.first {}
.last {}

/* position */
.position { position:relative;}

/* float */
.flt_left {	float:left;}
.flt_right {	float:right;}
.flt_none {	float:none !important;}

/* font */
.f_bold {	font-weight:bold !important;}
.f_normal {	font-weight:normal !important;}
}
/* align */
#format .t_left {	text-align:left !important;}
#format .t_center {	text-align:center !important;}
#format .t_right {	text-align:right !important;}
#format .v_top {	vertical-align:top !important;}
#format .v_mdl {	vertical-align:middle !important;}
#format .v_btm {	vertical-align:text-bottom !important;}


/* JavaScript
-------------------------------------------------------------------*/
/* noSetting */

/* rollover */
.btn {}

/* tab */
.tabNav {}

/* fixpng */
.fixpng {}



/* clearfix
-------------------------------------------------------------------*/
#format .fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
#format .fix {
	display:inline-block;
	min-height:1%;
}
/* start hide from IE-mac\ */
*html .fix {
	height:1%;
}
.fix {
	display:block;
}
/* End hide from IE-mac */
/* img-Max */
.scale { }
.scale_m {}
.scale_all{
	width:100%;
	height:auto;
}
@media screen and (max-width:767px) {
	.scale {
		width:100%;
		height:auto;
	}
	.scale_m { 
		max-width:100%;
		width:auto;
		height:auto;
	}
}

/* display_none */
.display_pc {
	display:block;
}
.display_pc.in {
	display:inline;
}
.display_sp,
.display_sp.in {
	display:none;
}
@media screen and (max-width:767px) {
	.display_pc,
	.display_pc.in {
		display:none;
	}
}
@media screen and (max-width:767px) {
	.display_sp {
		display:block;
	}
	.display_sp.in {
		display:inline;
	}
}

.txt_indent {
	margin-left:1em;
	text-indent:-1em;
}