img{
	border-style:none;
}
input[type="image"] {
	-webkit-appearance: none;
	border-radius: 0;
}

@media screen and (min-width:415px) {
	#mobile {
		display:none;
	}
}
@media screen and (max-width:414px) {

	input[type="submit"],input[type="button"],select{
		font-size:103%;
	}

	#pc {
		display:none;
	}
	#mobile {
		width:100%;
	}
	a{
		color:#000;
		text-decoration:none;
	}
	.wid48{
		width:49%;
	}
	.wid50{
		width:50%;
	}
	.wid90{
		width:90%;
	}
	.wid100{
		width:100%;
	}
	.wid170px{
		width:170px;
	}
	.wid200px{
		width:200px;
	}
	.wid350px{
		width:350px;
	}
	.f-size120{
		font-size:120%;
	}
	.col-blue-01{
		color:#2e518c;
	}
	.col-yellow-01{
		color:#ffd200;
	}
	.bg-blue-01{
		background-color:#d2ebfe;
	}
	.bg-blue-02{
		background-color:#2e518c;
	}
	.bg-red-01{
		background-color:#ffe2e2;
	}
	.yajirushi{
		background-image:url("images_s/icon_yajirushi.gif");
		background-repeat:no-repeat;
		background-position:0 3px;
		padding-left:16px;
	}
	.top-pulldown{
		width:100%;
		background-image:url("images_s/top_bar_sylla_year.gif");
		background-repeat:no-repeat;
		background-size:100%;
	}
	.disp-block{
		display:block;
	}
	.disp-inline{
		display:inline;
	}
	.disp-inblock{
		display:inline-block;
	}
	.mb5{
		margin-bottom:5px;
	}
	.mb10{
		margin-bottom:10px;
	}
	.mb15{
		margin-bottom:15px;
	}
	.footer{
		font-size:70%;text-align:center;margin:20px 0;
		letter-spacing:1px;
		font-weight:bold;
	}

	.select-gakubu{
		background-image:url("images_s/select_gakubu_bar.gif");
		background-repeat:no-repeat;
		background-size: 100%;
		height:27px;
		line-height:27px;
		padding-left:30px;
		font-weight:bold;
	}
	.col-white{
		color:#fff;
	}
	.search-select{
		display:block;width:50%;margin:15px auto;
	}
	.align-right{
		text-align:right;
	}
	.align-center{
		text-align:center;
	}
	.align-left{
		text-align:left;
	}
	.detail-midashi{
		background-image:url("images_s/icon_detail_yajirushi.gif");
		background-repeat:no-repeat;
		background-position:0 3px;
		padding-left:20px;
		margin-left:5px;
		margin-top:10px;
		margin-bottom:8px;
	}
	.detail-honbun{
		margin-left:10px;
	}
	.detail-kyoukasho{
		width:100%;
		height:33px;
		line-height:33px;
		background-image:url("images_s/detail_kyoukasho.gif");
		background-repeat:no-repeat;
		background-size: 100%;
	}
	.detail-numbering_code{
		width:100%;
		height:33px;
		line-height:33px;
		background-image:url("images_s/detail_numbering_code.gif");
		background-repeat:no-repeat;
		background-size: 100%;
	}
	.detail-realtime{
		width:100%;
		height:33px;
		line-height:33px;
		background-image:url("images_s/detail_realtime.gif");
		background-repeat:no-repeat;
		background-size: 100%;
	}
	.clear{
		clear:both;
	}
	.gakubu-bar{
		color:#fff;
		background-color:#3b5f9d;
		padding:7px 5px;
	}
}
@media print{
	#mobile{
		display:none;
	}
}