@charset "utf-8";
/* CSS Document */


/*----------------------------------------
** Reset
----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img,
iframe,
textarea {
   vertical-align:bottom
}



/*----------------------------------------
** body html
----------------------------------------*/
body{
	margin:0;
	color:#3d4b50;
	font-size:12px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height:1.4;
	text-align:center;/* ←IE6以前中央寄せ用 */
	background:#FFF;
}  

html{border:none;}

.fl {float:left;}
.fr {float:right;}

.tl {text-align:left;}
.tr {text-align:right;}
.tc {text-align:center;}

.f10 {font-size:10px;}
.f12 {font-size:12px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f20 {font-size:22px;}

.m0 {margin:0;}
.p10 {padding:10px;}
.p15 {padding:15px;}
.p4-10 {padding:4px 10px;}
.pr80 {padding:0 80px 0 0;}

.lh2-4 {line-height:2.4;}

a:link {color:#058BC1; text-decoration:none;}
a:visited {color:#058BC1; text-decoration:none;}
a:hover {color:#D44153; text-decoration:none;}

a.a02:link {color:#333; text-decoration:none;}
a.a02:visited {color:#333; text-decoration:none;}
a.a02:hover {color:#D44153; text-decoration:none;}

a.a03:link {color:#CCC; text-decoration:none;}
a.a03:visited {color:#CCC; text-decoration:none;}
a.a03:hover {color:#FFF; text-decoration:none;}

a.a04:link {color:#FFF; text-decoration:none;}
a.a04:visited {color:#FFF; text-decoration:none;}
a.a04:hover {color:#FFF; text-decoration:none;}


.db {display:block;}

.red {color:#E41E1F;}
