﻿@charset "UTF-8";


* { 
margin: 0; 
padding: 0; 
font-size: 100%; 
text-decoration: none; 
}


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;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img {
	display:block;
}


li {
	list-style-type: none;
}

img {
	border: 0;
}

.cl {
	line-height: 0em;
	font-size: 0em;
	clear: both;
}
.dspBlk {
	display:block;
}

.dspInl {
	display:inline;
}


/*	align
==========================================================*/
.rit {
	text-align: right;
}

.cen {
	text-align: center;
}

.lft {
	text-align: left;
}

.vtop {
	vertical-align: top;
}

.vmid {
	vertical-align: middle;
}

.vbot {
	vertical-align: bottom;
}

/*	float
==========================================================*/
.flL {
	float: left;
}

.flR {
	float: right;
}




.cl{
	clear: both;
}


/*CSSハック
 ******************************************/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline;
}

/* Hides from IE-mac ¥*/
*html .clearfix {
	height: 1%;
}

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

