@charset "Shift_JIS";

/* **************************************************

Name: responsive.css

Create: 2016.03

Copyright 2016 Hitachi, Ltd. 

***************************************************** */



/* content===========================================

[-] for all
[-] for 995px -
[-] for - 994px
[-] for - 767px
[-] for - 579px
[-] for - 399px

===================================================== */


@media screen and (max-width: 994px) { 

} 
@media screen and (max-width: 767px) { 
	.JS .Grid3 ul.Panel li strong {
		background: none;
	}
	.JS .Grid3 ul.Panel li strong {
		width: 692px !important;
	}
} 
@media screen and (max-width: 579px) { 

} 
@media screen and (max-width: 399px) { 
	.JS .Grid3 ul.Panel li {
		float: none;
		width: 100%;
		height: auto;
		min-height: 1px;
		margin: 0 !important;
		padding: 0;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
	}
	.JS .Grid3 ul.Panel li img {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
	}
	.JS ul.Panel li .Inner a strong {
		height: 33px;
	}

} 
