@charset "UTF-8";

/* 20151111 : add 'screen and (min-width: 768px)' = for PC only */

@media screen and (min-width: 768px){

*{
	font-size:13px;
}
a.text_defalut{
	background:url(../images/switch_01.jpg) no-repeat;
	background-position:0px 0px;
	width:32px;
	height:20px;
	display:block;
	text-indent:-9999em;
	font-size:1px;
	line-height:1;
}
a.text_defalut:hover{
	background:url(../images/switch_01.jpg) no-repeat;
	background-position:0px 0px;
	width:32px;
	height:20px;
	display:block;
	text-indent:-9999em;
	font-size:1px;
	line-height:1;
}

}