@charset "utf-8";

/** |READ ME| **********************************************************************************************************

"reset"

Cascading Style Sheet Setting File

Ver.20161026

------------------------------------------------------------------------------------------------------------------------

01. Reset

********************************************************************************************************** |READ ME| **/

/** |01. Reset | >> ********************************************************************************* >> START **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

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

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

em{
	font-style:normal;
	font-weight:bold;
}

ol,ul {
	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;
}

a img {
	border: none;
	outline:none;
}

img {
	border:none;
	font-size:0;
	line-height:0;
	vertical-align:top;
}

iframe{margin:0px;padding:0px;border:none;}

html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
	text-align:center;
	font-size:14px;
	letter-spacing:0;
	background-image:url(img/cmn_bg_main.gif);
	color:#2f2f2f;
	font-family:sans-serif,Century Gothic,Helvetica,Arial;
}

a{
	color:#00a0e9;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
	opacity: 0.7;  
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}

/** |01. Reset | << ********************************************************************************* << END **/