/*
	$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:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;*/
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	font-weight: 800;
	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;
}
#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;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


#background li ,#background figcaption {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	font-weight: 800;
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0.06em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}

#background a ,
#background button ,
#background .dummyLink {
	cursor: pointer;
	filter: Alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
}
#background a:before ,
#background button:before ,
#background .dummyLink:before {
	cursor: pointer;
	filter: Alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#background a:hover ,
#background button:hover ,
#background .dummyLink: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;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


#background a ,#background span ,
#background em ,#background strong {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
}

#background .clearfix:after ,
#background div:after ,
#background nav:after ,
#background ul:after ,
#background ol:after ,
#background article:after ,
#background section:after ,
#background figure:after,
#background dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0em;
	visibility: hidden;
	overflow: hidden;
	font-size: 0;
}
#background h1 ,#background h2 ,#background h3 ,#background h4 ,#background hr {
	clear: both;
}
#background table ,#background table tr {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#background td ,#background th {
	vertical-align: top;
	text-align: left;
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0.06em;
	border-collapse: collapse;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	font-weight: 800;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#background textarea ,#background input {
	border: none;
	outline: none;
}
select ,option ,input ,textarea ,button {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	font-weight: 800;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0.06em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
