/*
	$Id: common.css,v3.12 for BeniPong-WP $
	*plugin.cssはcommon_purge.cssに分離
	*アニメーションcssの整理

/*===========================================================================

  設定リセット　ここから

===========================================================================*/
#background dir ,#background menu ,#background dl ,#background dt ,#background dd ,#background form ,#background h1 ,#background h2 ,#background h3 ,#background h4 ,#background h5 ,#background header ,#background footer ,#background article ,#background section ,#background div ,#background p ,#background address {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	padding:0;
	margin:0;
	text-align:left;
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0.06em;
	border: none;
	outline: none;
	position: relative;
	box-sizing: border-box;
	zoom:1;
}
#background em {
	font-style: normal;
}

#background ul ,#background ol ,#background nav ,#background figure {
	list-style-type:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:left;
	border: none;
	outline: none;
	box-sizing: border-box;
	zoom:1;
}


#background li ,#background figcaption {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0.06em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	outline: none;
	box-sizing: border-box;
	zoom:1;
	position:relative;
}

#background a ,
#background button ,
#background input[type=submit]{
	cursor: pointer;
	filter: Alpha(opacity=100);
	opacity: 1;
	transition: all 0.5s ease;
	position: relative;
}
#background a:hover ,
#background button:hover {
	filter: Alpha(opacity=50);
	opacity: 0.5;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background a:hover ,
	#background button:hover {
		filter: Alpha(opacity=100);
		opacity: 1;
	}
}

#background img {
	border: none;
	outline: none;
	transition: all 0.5s ease;
}


#background a ,#background span ,
#background em ,#background strong {
	box-sizing: border-box;
	border: none;
	outline: none;
}

#background h1 ,#background h2 ,#background h3 ,#background h4 ,#background hr {
	clear: both;
}
