@charset "utf-8";
/* CSS Document */

/* -------------------------- universal reset -------------------------- */
body,
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd, li,
address, form, fieldset, blockquote,
table {
	margin: 0;
	padding: 0;
	zoom : 1;
}
/* -------------------------- body and base setting -------------------- */
html {}

body {
	margin: 0;
	padding: 0;
	font: normal normal 80% sans-serif;
	color:#333;
	background: #000;
}

/*h1,h2,h3,h4 { clear: both; }
h1,h2 { font-size: medium;}
h3 { font-size: medium; }*/

ul { list-style: none;}

img { border: none; }

/*table { border-collapse: collapse;}
table th { font-weight: normal;}*/

a { outline: none;}

a:link,
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ed5487;
	text-decoration: underline;
}

.none { display:none;}

/* -- float_setting -- */
.clear { clear: both; }
.f_right { float: right; }
.f_left { float: left; }

img.f_right { float: right; margin:0 0 15px 15px; }
img.f_left { float: left; margin:0 15px 15px 0; }
img.ico { vertical-align: middle; margin: 0 4px 0 0;}

/* -- text_setting -- */
p { margin-bottom: 1em; line-height: 1.4em;}
.nomargin { margin-bottom: 0em;}
.block_end { margin-bottom: 15px;}
.block { display: block;}
.t_right { text-align: right;}
.t_left { text-align: left;}
.t_small { font-size: x-small; line-height: 1.4em}
.t_med { font-size:medium; line-height: 1.4em}
.t_strong { font-weight: bold;}
.t_indent { text-indent: 1em;}
.t_center { text-align:center;}
.t_underline { text-decoration:underline;}
.t_through { text-decoration: line-through;}
.t_cation { background: #FFFFEE; padding: 10px;}

/*- 段落設定 -*/
.paragraph { margin: 5px 0 30px 0;}

/* -- text_setting -- */
.red { color: #FF0000;}
.gray { color: #999999;}

/* -- hr_setting -- */
hr { color:#FFFFFF; clear:both; }
hr.dot { border:none; border-bottom:#CCCCCC dotted 1px; margin:10px 0;}
hr.dsh { border:none; border-bottom:#CCCCCC dashed 1px; margin:10px 0;}
hr.clear { clear: both; visibility:hidden; margin:1px 0; }

/* -- ul_setting -- */
ul.decimal { list-style: decimal; margin: 0 0 1.5em 2em; }
ul.disc { list-style: disc; margin: 0 0 1.5em 2em; }
ul.square { list-style: square; margin: 0 0 1.5em 2em; }
ul.indent { list-style: none; margin: 0 0 1.5em 2em; text-indent: -1em; }

ul.decimal li,ul.disc li,ul.square li,ul.indent { margin-bottom: 0.2em;}
ul.l_center { text-align: center; margin: 20px auto;}
ul.l_center li { padding: 0 10px; display: inline;}

/*--------- clearfix -----------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* Hides from IE-mac \*/
.clearfix {display: inline-block;}
/* End hide from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* -- ime-mode -- */
.imeAct{
	ime-mode:active;
	}
.imeDis{
	ime-mode:disabled;
	}
.imeInact{
	ime-mode:inactive;
	}


/*--------- 1/31 三浦追加分 -----------*/
.mb_1em { margin-bottom:1em; }




