/* CSS Document */

/*リセット関連*/

* {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-family: "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
}
body {
  background-color: #000;
  color: #fff;
  height: 100%;
  line-height: 1.3;
}
body, html {
  -webkit-text-size-adjust: 100%;
}
.wrapper {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
ol, ul {
  list-style: none;
  padding: 0;
}
li {
  padding: 0;
}
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}
a {
  background: transparent;
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: bottom;
}
img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address, em {
  font-style: normal;
}
/*clearfix用の記述*/
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */






/*ここからPC用*/
@media screen and (min-width: 841px) {
#evdiv{
	width: 800px ;
	margin: 0 auto;
	background-color:#fff;
	color:#000;
	padding-bottom:20px;
}
.header{
	text-align:center;
	font-weight:bold;
}
.__object--pc-hidden{
	display:none;
}
.header p{
	background:url(../img/bk_title.jpg) no-repeat;
	background-position:bottom;
	padding:15px 110px 13px;
	font-size:12px;
  line-height:20px;
	font-family: "リュウミン","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.header h1{
	font-size:20px;
	margin:20px 0;
	font-family: "リュウミン","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.header h1 span{
	display:block;
}
.stairs-conteiner{
	padding:0 10px;
	font-size:0;
}
.stairs-conteiner li{
	clear:both;
	font-size:12px;
	width:49%;
	padding-right:1%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:8px;
}
.stairs-conteiner li.stairs-item-last{
	margin-bottom:36px;
}
.stairs-conteiner li h2{
	display:block;
	background:url(../img/bk_stairs-title.jpg) no-repeat;
	background-size:100% 100%;
	max-width:260px;
	min-height:20px;
	line-height:1;
	padding:17px 20px;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	font-family:“Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″,“Hiragino Mincho ProN”,“メイリオ”, Meiryo, serif;
}
.stairs-conteiner li h2 span{
	font-size:26px;
	font-style:italic;
}
.stairs-conteiner .stairs-image-box{
	float:left;
	margin-right:8px;
}
.stairs-conteiner li dl{
	float:right;
	width:214px;
}
.stairs-conteiner li dl dd{
	font-size:12px;
	line-height:1.1;
}
#close {
	width: 800px ;
	text-align: center ;
	margin: 0 auto ;

}

#close a {
	color: #ffffff;
	font-size:20px;
	display:block;
  padding:20px 0 40px;
}
#close a:hover {
	color: #f00;
}










	
}


/*ここからスマホ用*/
@media screen and (min-width: 0px) and (max-width: 840px) {
.content-wrapper{
	width:100%;
	max-width:640px;
	margin:0 auto;
	font-size:16px;
}
#evdiv{
	margin: 0 auto;
	background-color:#fff;
	color:#000;
	padding:10px 3% 20px;
}
.header{
	font-weight:bold;
}
.__object--pc-hidden img{
	width:100%;
	height:auto;
}
.header p{
	font-size:14px;
	padding:5px 0;
	font-family: "リュウミン","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.header h1{
	font-size:20px;
	margin:10px 0 20px;
	font-family: "リュウミン","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.stairs-conteiner{
	font-size:0;
}
.stairs-conteiner li{
	clear:both;
	width:100%;
	padding-right:1%;
	vertical-align:top;
	min-height:105px;
	margin-bottom:10px;
}
.stairs-conteiner li.stairs-ttl{
	min-height:35px;
	padding-bottom:10px;
}
.stairs-conteiner li.stairs-item-last{
	margin-bottom:36px;
}
.stairs-conteiner li h2{
	display:block;
	background:url(../img/bk_stairs-title.jpg) no-repeat;
	background-size:100% 100%;
	max-width:260px;
	min-height:20px;
	line-height:1;
	padding:17px 10px;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	font-family:“Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″,“Hiragino Mincho ProN”,“メイリオ”, Meiryo, serif;
	margin:0 auto;
}
.stairs-conteiner li h2 span{
	font-size:26px;
	font-style:italic;
}
.stairs-conteiner .stairs-image-box{
	float:left;
	margin-right:2%;
	width:43%;
	max-width:158px;
}
.stairs-conteiner .stairs-image-box img{
	width:100%;
	height:auto;
}
.stairs-conteiner li dl{
/*	float:right;
	width:214px;*/
	font-size:15px;
}
.stairs-conteiner li dl dd{
	font-size:14px;
	line-height:1.1;
}
#close {
	width: 100% ;
	text-align: center ;
	margin: 0 auto ;

}

#close a {
	color: #ffffff;
	font-size:20px;
	display:block;
  padding:20px 0 40px;
}















}