@charset "utf-8";
/***************************************************************
common.css
***************************************************************/

/*************
*　Body initialization
*******************************/ 
body {
	text-align:center;
	font:14px/1.4 "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color:#3E3E3E;
}
html {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-size:88%;
}
* {
	box-sizing:border-box;
}

/*************
*　Basic initialization
*******************************/ 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
	margin:0;
	padding:0;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul, li {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
}
p   {
	color:#333333;
	line-height:160%;
}
img {
	border:none;
	vertical-align:bottom;
	width:100%;
	height:auto;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
}

/*************
*　List initialization
*******************************/ 
ul, ol {
}
ul { 
	list-style-type:none;
}
ul li {}
	
ol {
	list-style:decimal outside;
}
ol li {}
	
dl {}
dt {
}
dd {
}

/*************
*　Table initialization
*******************************/ 
table {
}
th {
	font-weight:normal;
	text-align:left;
	padding:5px;
	vertical-align:top;
}
td {
	text-align:left;
	padding:5px;
	vertical-align:top;
}

/*************
*　Form initialization
*******************************/ 
textarea, input, select {
	outline:none;
}
form {
	text-align:left;
}


/*************
*　Link initialization
*******************************/ 
a, a:link, a:active, a:visited {
	color:#069;
	outline:none;
}
a:hover {
}
a:focus {
	outline:none;
}
a:hover, a:active {
	outline:0;
}

/*************
*　Address initialization
*******************************/ 
address {
	font-style:normal;
	line-height:130%;
}

/*************
*　Float initialization
*******************************/ 
.left  {
	float:left;
}
.right {
	float:right;
}

/*************
*　Color initialization
*******************************/ 
.font_red {
	color:#FF0000;
}

/*************
*　Text Align initialization
*******************************/ 
.text_left {
	text-align:left;
}
.text_right {
	text-align:right;
}

/*************
*　Clear initialization
*******************************/ 
.clear {
	clear:both;
}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height:1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height:auto;
	overflow: hidden;
	/**/
}

/*************
*　Font Size initialization
*******************************/ 
.font_140 {
	font-size:140%;
}
.font_80 {
	font-size:80%;
}
.font_70 {
	font-size:70%;
}
.font_60 {
	font-size:60%;
}
	