@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
}
html,body {
	color: #666;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size:12px;
	font-family: "Arial", "san-serif", "メイリオ", "ＭＳ Ｐゴシック", "Osaka", "verdana", "palatino";
	background:url(../images/body_bg.jpg) repeat-x;
}
a{
	font-size:12px;
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#333;
	text-decoration:underline;
}
#wrapper{
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
	background:url(../images/wrapper.png) repeat-y;
	padding: 0px 30px;
	position: relative;
}
#header{
	width: 1000px;
	height:70px;
	margin-top:100px;
	position: relative
}

.fix{
	float:left;
	display:block;
}
.clear{
	font-size:0.1em;
	text-indent:-1000em;
	white-space: nowrap;
    overflow: hidden;
}
ul,ul li{
	list-style:none;
}
h1{
	margin:0px;
	padding:0px;
	width:300px;
	height:70px;
}
h1 a{
	width:300px;
	height:70px;
	background-image:url(../images/logo.jpg);
}
.slick{
	width:800px;
	height:415px;
	margin-top:70px;
	padding: 5px;
	border-bottom:1px dotted #666;
	float: left;
	box-sizing: border-box;
}
.slick img{
	top:10px;

}
ul.global{
	width:200px;
	height:284px;
	padding:0px;
	border-top:1px dotted #666;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 70px;
}
ul.global li{
	width:200px;
	height:70px;
	border-bottom:1px solid #666;
	box-sizing: border-box;
}
ul.global li a{
	width:200px;
	height:70px;
}
ul.global li.off a{
    background-image:url(../images/global.jpg);
}
ul.global li.on a{
	background-image:url(../images/global_hover.jpg);
}
ul.global li a:hover{
	background-image:url(../images/global_hover.jpg);
}
ul.global li.bt1 a{
	background-position:0px 0px;
}
ul.global li.bt2 a{
	background-position:0px -70px;
}
ul.global li.bt3 a{
	background-position:0px -140px;
}
ul.global li.bt4 a{
	background-position:0px -210px;
}
#contents{
	width: 1000px;
	padding: 70px 0px 100px 0px;
	background-image: url(../images/contents_bg.jpg);
}

a.more_info{
	width:80px;
	height:30px;
	margin-left:420px;
	background-image: url(../images/more_info.png);
}
#feed{
	width: 500px;
	height: 300px;
	border-top:1px dotted #666;
	
}
#feed dl{
	width: 500px;
	height: 300px;
	float:left;
}
#feed dl dd{
	width: 110px;
	height: 20px;
	float:left;
	display:block;
	padding:5px;
}
#feed dl dt{
	width: 369px;
	height: 20px;
	float:left;
	display:block;
	overflow:hidden;
	padding:5px;
}
.feed_space img{
	max-width: 99%!important;
	display: block;
}
dl.company_table dt.long{
	width: 490px;
	background: url("../images/ttl_company.png") ;
	height:20px;
	border-bottom:1px dotted #666;
	margin: 0px;
	max-width: 100%!important;
}
dl.company_table dd,dl.company_table dt{
	float:left;
	display:block;
	padding:5px;
	margin:5px 0px;
}
dl.company_table dt{
	width:140px;
	line-height: 1.5;
}
dl.company_table dd{
	width:340px;
	line-height: 1.5;
}
#push {
	height: 200px;
	clear:left;
}
#footer {
	height: 200px;
	width:100%;
	background:url(../images/footer_bg.png) repeat-x;
	position: relative;
}
.footer_wrap{
	width:1000px;
	height:180px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}
#footer ul{
	width:200px;
	height:80px;
	margin:0px;
	padding:0px;
}
#footer ul li{
	width:200px;
	height:20px;
	background:url(../images/mark.png) no-repeat 0px 3px;
	margin:0px;
	padding:0px 0px 0px 15px;
}
copy{
	position: absolute;
	bottom: 10px;
}
@media (max-width: 1000px) {
	html,body{
		
	}
	#wrapper,#header,.footer_wrap,#contents{
	width: 100%;
		box-sizing: border-box;
		background: none!important;
	}
	.slick{
		width: 100%;
		height: auto;
	}

	#navTgl {
    display: none;
  }
  label.close {
    background-color: rgba(0, 0, 0, 0);
  }
  label.open, label.close {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
  }
  .open {
    z-index: 2;
    width: 30px;
    height: 30px;
    margin: 20px;
    -webkit-transition: background-color .6s, -webkit-transform .6s;
    transition: background-color .6s, transform .6s;
  }
  .open span {
    position: absolute;
    left: 0;
    height: 1px;
    width: 30px;
    background-color: #000;
    display: inline-block;
    box-sizing: border-box;
    transition: background-color .6s, transform .6s;
  }
  .open span:nth-of-type(1) {
    top: 0;
  }
  .open span:nth-of-type(2) {
    top: 15px;
  }
  .open span:nth-of-type(3) {
    bottom: 0;
  }
  #navTgl:checked + .open span:nth-of-type(1) {
    -webkit-transform: translate(-200px, 15px)rotate(45deg);
    transform: translateX(-200px, 15px) rotate(45deg);
    background-color: #fff;
  }
  #navTgl:checked + .open span:nth-of-type(2) {
    -webkit-transform: translate(-200px, 0px)rotate(45deg);
    transform: translateX(-200px, 0px) rotate(45deg);
    background-color: #fff;
  }
  #navTgl:checked + .open span:nth-of-type(3) {
    -webkit-transform: translate(-200px, -15px)rotate(-45deg);
    transform: translateX(-200px, -15px) rotate(-45deg);
    background-color: #fff;
  }
  .close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color .6s;
  }
  #navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    z-index: 9999;
  }
  #navTgl:checked ~ .menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu p, .menu li, .menu li a {
    color: #fff;
  }
  .menu p {
    text-align: left;
  }
  .menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
  }
  .menu li a {
    font-size: 100%;
    display: block;
    text-align: left;
    padding: 0.2em 1em;
    text-decoration: none;
    transition: background-color .6s;
  }
  .menu li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
	.feed_space,.company_table {
		width: 100%!important;
	}
	#feed{
	width: 100%;
	height: auto!important;
		background: #000;
	border-top:1px dotted #666;
	
}
	dl.company_table dt.long{
		height: 30px;
		width: 100%!important;
}
	dl.company_table dd,dl.company_table dt{
		width: 100%;
		box-sizing: border-box;
	}
	dl.company_table dd{
		border-bottom: 1px dotted #000;
	}
	dl.company_table dt{
		background: #eaeaea;
	}
	dl.company_table dd:last-child{
		border-bottom: none;
	}
}
@media (min-width: 1000px) {
 #navTgl, label.close, label.open {
    display: none;
  }
}