@charset "UTF-8";
/* CSS Document */

@import url("pc.css") screen and (min-width: 641px);
@import url("sp.css") screen and (max-width: 640px);

@font-face {
	font-family: 'yumincho';
	src: url('../font/yu_mincho.otf');
	src: url('../font/yu_mincho.otf?#iefix') format('embedded-opentype'), 　/*IE9での互換性の問題のための記述*/
 url('../font/yu_mincho.otf') format('truetype'),
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'yumincho', serif;
	line-height: 160%;
	color: #333;
}
img {
	border: 0;
	vertical-align: top;
}
ul {
	list-style: none;
}
a {
	transition: 0.5s;
}
a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}