@charset "UTF-8";

/***********************************************/
/* FileName: reset.css                         */
/* data:2015/6/29                              */
/***********************************************/

* {
margin: 0;
padding: 0;
}

div:focus {
outline:none;
}

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	/*font-size: 85%;*/
	font-family: 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
	line-height: 1.6;
/*	background:url(../image/common/bg_body.png) repeat-x left top;*/
	
}	

h1, h2, h3, h4, h5, h6, address{
	font-size: 1em;git
	font-weight: normal;
	font-style: normal;
	font-family: 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
	margin: 0;
	padding: 0;
	line-height:1;
}
textarea{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-family: 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
	margin: 0;
	padding: 0;
	line-height:1.3;
}
img{
	border:0;
	vertical-align:bottom;
	}
li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:underline;

}

p,dl,dt,dd,ul,ol,li,table{
	margin: 0;
	padding: 0;
	}
table{
	border-collapse: collapse;
	}
	
.over {   
	transition: 0.5s ease-in-out;  
	}  
.over:hover {  
	opacity: 0.7;  
	filter: alpha(opacity=70);   
	}	
