@charset "utf-8";

/*レスポンシブメディアクエリ(768px以下の場合に適用)*/
@media screen and  (max-width:768px) {
	#headerTop {
		width: 100%;
	}
	#subNav {
		visibility: hidden;
		/*position: static;*/
		/*float: right;*/
		/*margin: 0 0 20px 60px;*/
	}
	#headerTop:after {
		visibility: hidden;
		height: 0;
		display: block;
		content: " ";
		font-size: 0;
		clear: both;
	}
	#headerTop h1 {
		padding: 10px;
	}
	#headerTop h2 {
		font-size: 12px;
		margin: 0 0 20px 10px;
	}
	#globalNav {
		background: none;
		width: 100%;
	}
	#globalNav ul {
		width: 100%;
		height: 30px;
	}
	#globalNav ul li,  #globalNav ul li:first-of-type {
		background: none;
		/*background: url(../images/nv_bg.gif);*/
		/*width: 100%;*/
		float: none;
	}
	#globalNav ul li a {
		display: inline-block;
		width: 100%;
		float: none;
		color: #333;
		text-align: center;
		border-bottom: 1px dotted #ccc;
		/*display: block;*/
		/*background: url(../images/line.gif) no-repeat left center;*/
		/*width: 100%;*/
	}
	
	#globalNav ul li:last-of-type a{
		border: none;
	}
	
	#globalNav ul li a:hover {
		background-color: initial;
	}
	
	#globalNav ul li:first-of-type a,  #globalNav ul li a:nth-last-of-type(4) a {
		/*background: none;*/
	}
	#globalNav ul li:first-of-type a:hover,  #globalNav ul li a:nth-last-of-type(4) a:hover {
		background: #fff;
		/*background: #fd946b;*/
	}
	img {
		max-width: 100%;
		height: auto;
		width: auto;/* IE8対策 */
	}
	#contents {
		width: 100%;
	}
	#contents_left {
		width: 100%;
		float: none;
	}
	#sidebar {
		width: 100%;
		float: none;
	}
	#welcome, #recommend, #info {
		margin: 15px 10px;
	}
	#recommend .box {
		width: 100%;
	}
	#access {
		width: 90%;
		margin: 0 auto;
	}
	#access ul {
		padding-bottom: 0;
	}
	#access p {
		padding-bottom: 10px;
	}
	#bnr {
		text-align: center;
	}
	#gotoTop p {
	/*position: absolute;*/
			/*top: 0;*/
			/*right: 0;*/
	}
	#footer {
		min-height: 50px;
	}
	#footer p small {
		width: 200px;
		font-size: 10px;
	}
	
}
