﻿/*===============================================
●style.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {

html, body, header, footer, div { 
	margin: 0;
	padding: 0;
	font-family:sans-serif;
}
body{
	width: 100%;
}	
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
div#headerArea {
	z-index:100;
	position: relative;  
	top: 0;  
	left: 0;  
	width: 100%;
	background:#01021e;
	color: #fff;
	box-shadow: 3px 3px 3px 3px #000;
		-webkit-box-shadow: 3px 3px 3px 3px #000;
		-moz-box-shadow: 3px 3px 3px 3px #000;
}
.head_menu a{
	color: #dbdbff;
}

.logo{
	display:none;
}

.head_text{
	font-size:13px;
}
h1{
	font-size:13px;
	font-weight:normal;
}	
.head_menu{
	font-size:85%;
	margin-top:3px;
}
.nav li {
	list-style: none;
	color:#fff;
	width:100%;
}

#menu{
	display: none;
	padding:0px;
	margin:0px;
}
#menu li{
	display: block;
	position: relative;
	width: 100%;
	background: #000;
 }
#menu li a{
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #01021e;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #000;
}
#toggle a{
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #ccc;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #000;
}
#toggle a:before{
	margin-top: -6px;
}
#toggle a:after{
	margin-top: 2px;
}
	
.rslides {
	list-style: none;
	overflow: hidden;
	width: 100%;
	positon:relative;
	padding: 0;
	margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
  }

.rslides li:first-child {
  	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
  }
.top{
	margin:0 auto;
	font-size:15px;
	text-align:left;
	background:#fff;
	clear:both;
	width: 100%;
}

.concept{
	font-size:14px;
	text-align:left;
	background:url(../image/top01.jpg) no-repeat;
	clear:both;
	width: 100%;
	margin:0px;
	overflow: hidden;
}

.top_text01{
	margin:160px 10px 10px 10px;
}
.title{
	font-size:17px;
}
.asahi{
	background:url(../image/asahi_back.jpg) no-repeat;
	padding:0px;
	margin:0 auto;
	width: 100%;
}
.title02{
	font-weight:bold;
}

.top_text02{
        background-color:#fff;
	margin-left:10px;
	padding:10px;
}
.ex{
	max-width:640px;
	padding:30px 0 20px 0;
	overflow: hidden;
}
.img ex{
	max-width:640px;
}
#formWrap {
	padding:10px 0 40px 0;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
.foot{
	margin:0 auto 0 0;
	padding:10px 0px 10px 0px;
	background:url(../image/foot.jpg) repeat;
	text-align:center;
	font-size:14px;
}
.gaiyou{
	margin:0 auto;
	padding:20px 0 20px 10px;
	font-size:14px;
}
#map{
	max-width:600px;
	height:350px;
	border:0;
	margin:30px 10px 20px 20px;
}
.enkaku{
	font-size:14px;
	margin:0 auto;
	max-width:640px;
	line-height:1.7em;
}
.enkaku_text01{
	margin:0 auto;
	max-width:600px;
}
.tate{
	background:url(../image/table_back01.jpg) repeat;
}
.yoko{
	background:url(../image/table_back02.jpg) repeat;
	padding-left:25px;
}
.zisseki{
	max-width:600px;
	margin:0 auto 20px;
}
.zisseki_cell{
	width:300px;
}
.recruit{
	margin:30px 10px 10px 10px;
	max-width:640px;
	line-height:1.7em;
	font-size:14px;
}
.recruit_title{
	font-size:16px;
	font-family:'MS 明朝';
}
.recruit_cell01{
	border:3px double #6392fc;
}
.recruit_cell02{
	width:640px;
	border:solid 1px #6392fc;
}

.privacy{
	margin:0 auto;
	padding:40px 0 40px 0;
	max-width:640px;
	font-size:14px;
}
.privacy_cell{
	background:url(../image/privacy.jpg) repeat;
	font-family:'HG正楷書体-PRO','ＭＳ 明朝';
	font-size:17px;
}

}
/*===============================================
●style.css 画面の横幅が640px以上
===============================================*/
@media screen and (min-width: 640px){
html, body, header, footer, div { 
	margin: 0;
	padding: 0;
}
body{  
	margin: 0;  
	padding: 100px 0 0 0;
	color:#2a2922;
	font-family:sans-serif;
	background:url(../image/mokume.jpg) repeat;
} 

div#headerArea {
	z-index:100;
	position: fixed !important;  
	position: absolute;  
	top: 0;  
	left: 0;  
	width: 100%;  
	height: 135px;  
	background:#01021e;
	opacity: 0.9;
	color: #fff;
	box-shadow: 3px 3px 3px 3px #000;
		-webkit-box-shadow: 3px 3px 3px 3px #000;
		-moz-box-shadow: 3px 3px 3px 3px #000;
} 
div#headerArea li{
	text-shadow: 1px 1px 1px #666;
	font-size:15px;
}
  
* html div#contentsArea{  
	height: 100%;  
	overflow: auto;  
} 
.head_text{
	font-size:13px;
	float:left;
}
h1{
	font-size:13px;
	margin:0px;
	font-weight:normal;
	padding:0px;
}
.logo{
	margin-top:10px;
}
.logo_s{
	display:none;
}

.asahi_head{
	margin:10px 0 5px auto;
}
.head_menu{
	font-size:85%;
	margin-top:3px;
	float:right;
}
.head_menu a{
	color: #dbdbff;
}
	
.nav{
	margin:0 auto;
	width:1000px;
	font-size: 95%;
	colo:#fff;
}
#toggle{
	display:none;
}

.nav li{
	color:#000;
	width:190px;
	list-style: none;
	float:left;
}
.nav li a {
	text-decoration: none;
	color: #dbdbff;
	padding: 1px 1px;
	display: block;
}
.nav li a:hover {
	color: #fff;
	font-weight:bold;
}

.slide{
	max-width:1000px;
	margin:0 auto;
	padding-top:40px;
	overflow: auto; 
}	
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.main{
	font-size:15px;
	text-align:left;
	background:#fff;
	clear:both;
	width:1000px;
	margin:40px auto 0 auto;
	overflow: auto;
	z-index:-2;
}
.top{
	margin:0 auto;
	font-size:15px;
	text-align:left;
	background:#fff;
	clear:both;
	max-width: 1000px;
}

.concept{
	font-size:14px;
	text-align:left;
	background:url(../image/top01.jpg) no-repeat;
	clear:both;
	width: 100%;
	height:240px;
	margin:0 auto 10px 100px;
	padding-top:170px;
	overflow: hidden;
}

.top_text01{
	margin-left:100px;
}
.title{
	font-size:17px;
}
.asahi{
	max-width:1000px;
	background:url(../image/asahi_back.jpg) no-repeat;
	padding:50px;
	margin:0 auto;
}

.top_text02{
	max-width:750px;
        background-color:#fff;
	margin-left:50px;
	padding:30px;
}
.title02{
	font-weight:bold;
}
.ex{
	max-width:1000px;
	padding:50px 0 30px 0;
	overflow: hidden;
}
.img ex{
	max-width:1000px;
}

#formWrap {
	padding:20px 0 40px 0;
	max-width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
.gaiyou{
	margin:0 auto;
	padding:20px 0 40px 100px;
}
#map{
	width:800px;
	height:300px;
	border:0;
	margin-top:50px;
}
.enkaku{
	font-size:14px;
	margin:30px 0 50px auto;
	width:900px;
	line-height:1.7em;
}
.enkaku_text01{
	margin:10px auto 0px 10px;
	width:750px;
}
.tate{
	background:url(../image/table_back01.jpg) repeat;
}
.yoko{
	background:url(../image/table_back02.jpg) repeat;
	padding-left:25px;
}
.zisseki{
	width:480px;
	margin:40px 0px 40px 90px;
}
.zisseki_cell{
	width:300px;
}
.recruit{
	margin:40px 50px 60px auto;
	width:870px;
	line-height:1.7em;
}
.recruit_title{
	font-size:18px;
	font-family:'MS 明朝';
}
.recruit_cell01{
	border:1px solid #6392fc;
}
.recruit_cell02{
	width:650px;
	border:solid 1px #6392fc;
}
.syoukai{
	width:980px;
	padding:20px 0px 20px 0px;
	margin:0 auto;
	text-align:center;
}
.syoukai_photo{
	margin:15px 0px 10px 0px;
}
.privacy{
	margin:0 auto;
	padding:60px 0 40px 0;
	width:800px;
}
.privacy_cell{
	background:url(../image/privacy.jpg) repeat;
	font-family:'HG正楷書体-PRO','ＭＳ 明朝';
	font-size:17px;
}
.example{
	text-align:center;
	background:#fff;
	clear:both;
	width:1000px;
	margin:40px auto 0 auto;
	overflow: auto;
	z-index:-2;

}
.ex_image{
	margin:40px 0px 10px 0px;
}
	
.foot{
	margin:0 auto 0 0;
	padding:10px 0px 10px 0px;
	background:url(../image/foot.jpg) repeat;
	text-align:center;
}
