@charset "utf-8";
/********************************************************
 Style Info    : CSS Default Setting
 Date Create   : 2012/01/01
 Date Update   : 2012/03/01
 Author        : rich media co., ltd
 Memo          : reset css
********************************************************/

/*******************************************************/
/*	reset
********************************************************/
html {
	color: #000;
	background: #FFF;
	overflow-y: scroll;
}

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote {
	padding: 0;
	margin: 0;
}

th {
width:100px;
padding: 5px 5px 5px 5px;
font-size:13px;
background-color:#FFC;
}

td {
padding: 5px 5px 5px 5px;
font-size:13px;
}

dt, dd {
font-size:13px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

del, ins { text-decoration: none; }

li { list-style: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after { content: ''; }

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup { vertical-align: baseline; }

sub { vertical-align: baseline; }

legend { color: #000; }

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input, button, textarea, select { font-size: 100%; }

select, input, button, textarea, button { font: 99% arial, helvetica, clean, sans-serif; }

table {
	font: 100%;
	font-size: inherit;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	font-size: 108%;
	line-height: 100%;
}

img { vertical-align: bottom; }


/*******************************************************/
/*	初期設定
********************************************************/
body {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
	word-break: break-all;
}

/*******************************************************/
/*	clear fix
********************************************************/
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */


/*---header--------------------------------------------------------------------*/

*{
background-repeat:no-repeat;
font-size:12px;
line-height:19px;
padding:0;
margin:0;
}