@charset "UTF-8";

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

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

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

span.date { background-position: 5px 6px; }
span.text { margin:0 0px 0 90px; line-height:1.2;}

}