@charset "UTF-8";

/*
=====================================================================
*
*    Reset
*
* =================================================================== 
*/

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
margin:0;
padding:0;
vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
font-style: normal;
font-weight:normal;
font-size: 1.0em;
}
 
table {border-spacing:0;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ul {list-style: none;}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	margin:0px;
	padding:0px;
	font-size:80%;
	line-height:1.5em;
	color: #000;
}


/*
=====================================================================
*
*    全ページ共通
*
* =================================================================== 
*/

a{
 	outline:0;
}
a:hover,
a:focus{
}
a:visted{
}


/* マージン */
.mgb20{ margin-bottom: 20px; }
.mgb30{ margin-bottom: 30px; }
.mgb50{ margin-bottom: 50px; }
.mgb60{ margin-bottom: 60px; }
.mgb100{ margin-bottom: 100px; }
.mgb150{ margin-bottom: 150px; }

/* カラー */
.fcRed,
.fcRed a{ color: #E51F19; }
.fcGreen,
.fcGreen a{ color: #0DC93D; }

.tcenter{ text-align: center; }



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

