@charset "utf-8";
/* ===================================================================
CSS information

file name  :  default.css
info :  reset、body setting
=================================================================== */
/*----------
 reset 
----------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*vertical-align:baseline;*/
	background:transparent;
}
body {
	line-height:1;
	word-break: break-all;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select, img {
	vertical-align:middle;
}


/*----------
 body setting 
----------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
}






body {
	color: #3c3c3c;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	line-height: 1.5;
	font-size:16px;
	-webkit-text-size-adjust: none;
}

div#header, div#footer {	/*oem用*/
	font-size:12px;
}

a:link {
	color:#0000ff;
	text-decoration: none;
}

a:visited {
	color:#805496;
	text-decoration: none;
}

a:hover {
	color:#0000ff;
	text-decoration: none;
}

a:active {
	color:#0000ff;
}
/*
	cF
*/
.cF:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.cF{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .cF{height:1%;}
.cF{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/

/*--------------------------------------------------
  clearfix
--------------------------------------------------*/

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



.none {
	display:none;
}
.cB {
	clear:both;
}

