@charset "utf-8";

body {
	margin-left: auto;
	margin-right: auto;
	min-width: 1000px;
	*width: auto !important;
	*width: 1000px;
	position: relative;
}
.impact {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.head {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	position: relative;
	z-index: 10000;
}
.title {
	padding-left: 300px;
	padding-right: 50px;
	padding-bottom: 44px;
	padding-top: 112px;
	line-height: 1.2;
	font-size: 36px;
	overflow: hidden;
}
.logo {
	width: 200px;
	position: absolute;
	left: 50px;
	top: 98px;
}
.navi {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.headmenu {
	background-color: #666;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 1;
	height: 16px;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	white-space: nowrap;
}
.headmenuon {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
.headmenuon > a {
	background-image: url(/share/menuon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 24px;
	color: #FFF;
}
.headmenuon > a:hover, .headmenuon > a:active, .headmenuon > a:focus {
	color: #FF0;
}
.headmenuoff {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
.headmenuoff > span {
	background-image: url(/share/menuoff.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 24px;
	color: #FFF;
}
.where {
	font-size: 12px;
	text-align: right;
	background-color: #F0F0F0;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	height: 12px;
	overflow: hidden;
	line-height: 1;
	white-space: nowrap;
}
main {
	min-width: 1000px;
}
main.contents {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 30px;
	min-width: 940px;
}
.foot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footmenu {
	line-height: 1.5;
	padding-bottom: 30px;
	vertical-align: top;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.linkmk {
	background-image: url(/share/linkmk.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.linkmktxt {
	background-image: url(/share/linkmktxt.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 8px;
}
.ygg {
	-moz-transform: rotate(180deg);  /* FireFox */
	-o-transform: rotate(180deg);  /* Opera */
	-webkit-transform: rotate(180deg);  /* webkit */
  	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); /* IE5.5+ */	
	transform: rotate(180deg);
	vertical-align: middle;
	font-style: italic;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}





@media screen and (max-width:779px){
	
	body {
		min-width: 480px;
		width: auto;
	}
	.head {
		padding-top: 120px;
		position: relative;
		text-align: center;
	}
	.head-rwd {
		padding-top: 154px;
	}
	.title {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
		padding-top: 0px;
		line-height: 1.2;
		font-size: 20px;
		text-align: left;
		display: inline-block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.logo {
		width: 100%;
		position: absolute;
		left: 0px;
		top: 30px;
		text-align: center;
	}
	.logo-rwd {
		top: 64px;
	}
	.navi {
		width: auto;
		position: static;
	}
	.headmenu {
		background-color: #333333;
		text-align: left;
		font-size: 14px;
		height: auto;
		overflow: visible;
		padding: 0px;
		white-space: normal;
	}
	.headmenu-rwd {
		width: 280px;
		position: absolute;
		left: 0px;
		top: 34px;
		box-shadow: 2px 2px 2px #666;
	}
	.headmenuon {
		padding: 0px;
		display: block;
		border-bottom: 1px solid #444;
	}
	.headmenuon:last-child {
		border-bottom: none;
	}
	.headmenuon > a {
		background-position: 20px;
		padding-left: 44px;
		padding-right: 20px;
		padding-top: 25px;
		padding-bottom: 25px;
		display: block;
		color: #FFF;
		border-radius: 5px;
	}
	.headmenuoff {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		border-bottom: 1px solid #444;
		display: block;
		text-align: center;
	}
	.headmenuon:last-child {
		border-bottom: none;
	}
	.headmenuoff > span {
		max-width: 100%;
		overflow: hidden;
		color: #DDD;
		font-weight: bold;
		display: inline-block;
		background-image: url(/share/menuoff-779px.gif);
		background-position: center bottom;
		padding-left: 0px;
		padding-bottom: 24px;
		text-align: left;
	}
	.headmenumobile {
		width: 100%;
		height: 34px;
		font-size: 14px;
		line-height: 1;
		position: absolute;
		left: 0px;
		top: 0px;
		background-color: #333333;
		color: #FFF;
		cursor: pointer;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 49px;
		padding-right: 10px;
		background-image: url(/share/headmenumobilebg.gif);
		background-repeat: no-repeat;
		background-position: 10px center;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.where {
		font-size: 14px;
		padding-right: 20px;
		padding-left: 20px;
		height: 14px;
	}
	main {
		min-width: 480px;
	}
	main.contents {
		border-top: none;
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 30px;
		min-width: 480px;
		text-align: center;
		overflow: hidden;
	}
	.foot {
		border-top: none;
		background-color: #F0F0F0;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.footmenu {
		line-height: normal;
		padding-bottom: 0px;
		text-align: center;
		padding-right: 0px;
		padding-left: 0px;
		display: block;
		width: 620px;
		margin-left: auto;
		margin-right: auto;
	}
	.footmenu > li {
		font-size: 14px;
		width: 145px;
		padding-bottom: 0px;
		text-align: center;
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom: 10px;
		background-color: #F8F8F8;
		border-radius: 3px;
		display: inline-block;
	}
	.footconcept > li {
		background: none;
	}
	.footmenu a {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footmenucut {
		display: none;
	}
	.copyright {
		text-align: center;
		padding-left: 30px;
		padding-right: 30px;
	}
	.copyright > small {
		font-size: 14px;
		text-align: left;
		display: inline-block;
	}

}



@media screen and (max-width:629px){
	
	.footmenu {
		width: 310px;
	}

}



@media screen and (max-width:479px){
	
	body {
		min-width: 320px;
	}
	.title {
		padding-left: 10px;
		padding-right: 10px;
	}
	main {
		min-width: 320px;
	}
	main.contents {
		min-width: 320px;
	}
	.where {
		padding-right: 10px;
		padding-left: 10px;
	}
	
}