@charset 'shift-jis';
* {
	margin:0; padding:0;
}

html {
	font-size:16px;
	font-weight:nomal;
	word-wrap: break-word;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:#333;
	overflow-x:hidden;
}

a {
	text-decoration:none; 
	color:#333;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover,
li a:hover {

}

a:visited {
	color:#333;
}

img {
	border: 0; margin: 0; padding: 0;
}
/*
a img {
	border:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=80);
}
*/
a .imgTranslucent  {
	border:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover .imgTranslucent  {
	opacity: 0.5;
	filter: alpha(opacity=80);
}

a .imgExpansion {
	border:none;
 	transition-duration: 0.8s;
}

a:hover .imgExpansion {
  transform: scale(1.1);
  transition-duration: 0.8s;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}
@media screen and (min-width : 1025px) {
	.displayPc {
		width:100%;
	}
	.displaySp {
		display:none;
	}
	.displaySide {
		width:220px;
	}
}
@media screen and (max-width : 1024px) {
	.displayPc {
		display:none;
	}
	.displaySp {
		width:100%;
	}
	.displaySide {
		display:none;
	}
	a:hover .imgExpansion {
		transform: scale(1.0);
	}
}
