@charset "utf-8";

/* *****************************************
/*+  html5 setting  +**************************
/***************************************** */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

/* *****************************************
/*+  margin setting  +**************************
/***************************************** */
body {
    margin:0;
    padding:0;
	}

h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
	margin:0;
	padding:0;
	background-color:transparent;
	}


/* *****************************************
/*+  font setting  +**************************
/***************************************** */
body{ 
	height:100%;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 2;
	color:#000;
	font-size:14px;
} 
*:first-child + html body {/*IE7*/
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}
* html body {/*IE6*/
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	line-height:1.0;
	}

td,th{
	font-size:100%;
	}

/* *****************************************
/*+  list setting  +**************************
/***************************************** */
ul,li {
	list-style:none;
	}
ol {
	}
ol li {
	list-style:decimal;
	margin:0 0 20px 28px;
	}


/* *****************************************
/*+  link setting  +********************************
/***************************************** */
a {
	color:#052f57;
	text-decoration:none;
	outline: none;
	}
a:hover {
	color:#052f57;
	text-decoration:underline;
	}


/* *****************************************
/*+  other setting  +**************************
/***************************************** */
html{ 
    height:100%; 
	overflow-y: scroll;  
	} 

hr {
	display:none;
	}

hr.divide {
	display:block;
	}

a img {
	border:0;
	vertical-align:middle;
	text-decoration:none;
	}

img {
	vertical-align:middle;
	border:0;
	}

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

/*+ hover alpha + ---------------------------- */
.alpha img{
opacity:1.0;
-ms-filter: "alpha( opacity=100 )";
filter: alpha(opacity=100);
}

.no-touchevents.csstransitions .alpha img{
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.alpha:hover img{
opacity:0.7;
-ms-filter: "alpha( opacity=70 )";
filter: alpha(opacity=70);
}

.fadeRollover{
	cursor:pointer;
}


/* *****************************************
/*+  clearfix  +****************************
/***************************************** */
.clear,
section{
	clear:both;
	}
.clearfix:after,
section:after{ /* for New Browser */
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.clearfix,
section{
	display:inline-block; /* for IE */
	}
/* Hides from IE-mac \*/
* html .clearfix,
* html section{ height:1%; }
.clearfix,
section{ display:block; }
/* End hide from IE-mac */


