/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3d3536;
	background-color: white;
}

body, html {
  /* important */
  height: 100%;
}

a {
  color: #b4d7a8;
  text-decoration: none;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.cd-container-t {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 2000px;
  margin: 70px auto 0 auto;
}
.cd-container-t::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.cd-container-e {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 2000px;
  margin: 70px auto 0 auto;
}
.cd-container-e::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
/* -------------------------------- 

Main components 

-------------------------------- */
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
    background: #faf1dd url(../img/noisebg.png);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cd-header:after {
  content: "";
  display: table;
  clear: both;
}
.cd-header #cd-logo {
	float: left;
	margin-bottom: 0px;
	margin-left: 5%;
	margin-right: 0;
	margin-top: -15px;
}
.cd-header #cd-logo img {
  display: block;
}
.cd-header #w1 {
	float: right;
	width: 100%;
	height: 25px;
	text-align: right;
}
.cd-header #w2 {
	float: left;
	width: 100%;
	height: 50px;
}

.detail {
	width: 100%;
	float: left;
}
.h3{
	width: 90%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.detail1 {
	width: 20%;
	float: left;
	font-weight: bold;
}
.detail2 {
	width: 80%;
	float: left;
} 
.detail3 {
	width: 80%;
	float: left;
}
.honyaku {
	float: right;
	padding-top: 10px;
}
.pa-u20 {
		width: 100%;
	float: left;
	padding-bottom: 20px;
}
img {  
     max-width: 100%;  
     height: auto;  
}
.cd-footer {
    color: #c8c090;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
    background: #d38444 url(../img/noisebg.png);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
  text-align:center;
  padding-top: 10px;
  font-size: x-small;
}
.sound {
	float: right;
}

.sound a {
	display: block;
	width: 33px;
	height: 30px;
	background: #EFEFEE url(../img/common/btn_sound2.png) no-repeat 15px center;
}

.sound .pause {
	display: none;
	background: #EFEFEE url(../img/common/btn_sound.png) no-repeat 15px center;
}
#playlist {
    display:table;
    list-style-type: none;
}
#playlist li{
    cursor:pointer;
    padding:12px 8px;
    border:1px solid silver;
    margin:5px 250px;
}

#playlist li:hover{
    background-color: #0CC;
	border: 1px solid silver;
	color: #FFF;                        
}
#videoarea {
    display: block;
    width:100%;
    height:0x;
    margin:10px auto;
}
.w100{
	width:100%;
	float:left;
	padding-bottom:40px;
	}
.lef50{
	width:92%;
	float:left;
	text-align:center;
	margin-right:4%;
	margin-left:4%;
	margin-top:30px;
	}
.lef50-2{
	width:92%;
	float:left;
	text-align:center;
	margin-top:30px;
	margin-right:4%;
	margin-left:4%;
	margin-bottom:40px;
	}
.text1{
	width:100%;
	font-size: 18px;
	line-height: 24px;
}
.midashi1{
	float: left;
	font-size: x-large;
	line-height: 26px;
	border-bottom: 1px solid #CC9900;
	width: 100%;
	color: #CC9900;
	font-weight: 900;
	margin-bottom: 15px;
}
.midashi2{
	float: left;
	font-size: x-large;
	line-height: 26px;
	border-bottom: 1px solid #CC9900;
	width: 100%;
	color: #CC9900;
	font-weight: 900;
	margin-bottom: 15px;
	margin-top: 25px;
}
.cast {
	width: 100%;
	float:left;
	padding-top:20px;
  }
.cast-sec {
	width: 100%;
	float:left;
	padding-top:20px;
  }
.cast-sec1 {
	width: 100%;
	float:left;
	padding-top:40px;
  }
.cast-sec2 {
	width: 100%;
	float:left;
  }
.cast-sec3 {
	width: 100%;
	float:left;
	padding-top:50px;
	padding-bottom:70px;
	font-size: 16px;
	text-align:center;
  }
.cast-sec4 {
	width: 100%;
	float:left;
  }
.cast-sec5 {
	width: 100%;
	float:left;
	padding-bottom:70px;
  }
 .cast-sec6 {
	width: 100%;
	float:left;
	padding-bottom:70px;
  } 
 
.cast1 {
	width: 100%;
	float:left;
  }
.cast2 {
	width: 100%;
	float:left;
	padding-top:20px;
	padding-left:2%;
	font-size: 16px;
	line-height: 22px;
  }
.cast3 {
	width: 100%;
	float:left;
  }
.cast4 {
	width: 100%;
	float:left;
	padding-top:20px;
	padding-right:2%;
	font-size: 16px;
	line-height: 22px;
  }
.cast5 {
	width: 50%;
	float:left;
	padding-bottom:20px;
  }
.cast6 {
	width: 50%;
	float:left;
  }
.cast7 {
	width: 100%;
	float:left;
  }
.cast8 {
	width: 100%;
	float:left;
	padding-top:20px;
	padding-left:2%;
	font-size: 16px;
	line-height: 22px;
  }

.name {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #CC9900;
	padding-bottom:5px;
	malgin-bottom:5px;
  }
.name1 {
	font-size: 24px;
	color:#333333;
  }
.name2 {
	font-size: 16px;
	color:#E99200;
  }
.name3 {
	font-size: 20px;
	color:#333333;
  }
.name4 {
	margin-top:-12px;
	width: 100%;
	font-size: 14px;
	color:#E99200;
	float: left;
  }

.pad30 {
	padding-top:30px;
	float: left;
	width: 100%;
  }	



.pad5 {
	padding-top:2px;
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	font-size: 12px;
  }

.name-s {
	width: 90%;
	float: left;
	border-bottom: 1px dotted #CC9900;
	margin-left:5%;
	margin-right:5%;
  }
.box1 {
    position: relative;
    border: 2px solid #c8c090;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
	float:left;	
	width: 100%;
}
.box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -1em;
    left: 1em;
    padding: 0 .5em;
    background: #c8c090;
    color: #000;
    font-weight: bold;
}
.box1 p {
    margin: 0; 
    padding: 0;
}
.box1 .w {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #c8c090;
	padding-bottom: 10px;
	padding-top: 10px;
}
.box1 .t1 {
	width: 20%;
	float: left;
	font-size: 16px;
}
.box1 .t2 {
	width:50%;
	float:left;
	font-size: 16px;
}
.box1 .t3 {
	width:30%;
	float:left;
	font-size: 16px;
}
.box1 .t4 {
	width: 20%;
	float: left;
	padding-left:2%;
	font-size:16px;
}
.box1 .t5 {
	width:50%;
	float:left;
	font-size: 16px;
}
.box1 .t6 {
	width:30%;
	float:left;
	font-size: 16px;
}
.box1 .wf {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.box1 .w1 {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
}
.box1 .w2 {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c8c090;
}


@media only screen and (min-width: 768px) {
  .cd-header {
    height: 80px;
  }
  .cd-header #cd-logo {
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 0;
	margin-top: -15px;
  }
  .cd-footer {
    height: 70px;
    color: #c8c090;
  font-size: small;
  }
.cd-header #w1 {
	float: right;
	width: 100%;
	height: 25px;
	text-align: right;
}
.cd-header #w2 {
	float: left;
	width: 100%;
	height: 50px;
}

}

.cd-main-nav {
  float: right;
  margin-right: 8%;
  width: 44px;
  height: 100%;
  background: url("../img/m.png") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}
.cd-main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-main-nav ul.is-visible {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.cd-main-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #c8c090;
}
@media only screen and (min-width: 800px) {
  .cd-main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #c8c090;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
  }
  .no-touch .cd-main-nav a:hover {
    color: #99a478;
  }
}

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}

.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;

}
.cd-fixed-bg h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 1170px;
	text-align: center;
	font-size: 30px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: #fff;
    font-weight: 900;
}
.cd-fixed-bg h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 1170px;
	text-align: center;
	font-size: 30px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: #fff;
    font-weight: 900;
}
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/hanabi.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/intro-b.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/cast.jpg");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/1989.jpg");
}
.cd-fixed-bg.cd-bg-5 {
  background-image: url("../img/yokoku.jpg");
}
.cd-fixed-bg.cd-bg-6 {
  background-image: url("../img/come-b.jpg");
}
.cd-fixed-bg.cd-bg-7 {
  background-image: url("../img/yuuhashi.jpg");
}
.fs {
    font-size: 20px;
	color: #000;
}
.fs2 {
    font-size: 20px;
	color: #fff;
}

@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 36px;
  }

}
@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 48px;
    font-weight: 900;
  }
.detail {
	width: 100%;
	float: left;
}
.h3{
	width: 90%;
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.detail1 {
	width: 18%;
	float: left;
	font-weight: bold;
}
.detail2 {
	width: 82%;
	float: left;
} 
.detail3 {
	width: 32%;
	float: left;
}
.pa-u20 {
		width: 100%;
	float: left;
	padding-bottom: 20px;
}
.sound {
	float: right;
}

.sound a {
	display: block;
	width: 33px;
	height: 30px;
	background: #EFEFEE url(../img/common/btn_sound2.png) no-repeat 15px center;
}

.sound .pause {
	display: none;
	background: #EFEFEE url(../img/common/btn_sound.png) no-repeat 15px center;
}
#playlist {
    display:table;
    list-style-type: none;
}
#playlist li{
    cursor:pointer;
    padding:12px 8px;
    border:1px solid silver;
    margin:5px 250px;
}

#playlist li:hover{
    background-color: #0CC;
	border: 1px solid silver;
	color: #FFF;                        
}
#videoarea {
    display: block;
    width:100%;
    height:0x;
    margin:10px auto;
}
.w100{
	width:100%;
	float:left;
	padding-bottom:40px;
	}
.lef50{
	width:40%;
	float:left;
    margin-right:3%;
	text-align:right;
	}
.lef50-2{
	width:40%;
	float:right;
    margin-left:3%;
	text-align:left;
	}
.text1{
	width:100%;
	font-size: 20px;
	line-height: 30px;
}
.midashi1{
	float: left;
	font-size: x-large;
	line-height: 26px;
	border-bottom: 1px solid #CC9900;
	width: 100%;
	color: #CC9900;
	font-weight: 900;
	margin-bottom: 15px;
}
.midashi2{
	float: left;
	font-size: x-large;
	line-height: 26px;
	border-bottom: 1px solid #CC9900;
	width: 100%;
	color: #CC9900;
	font-weight: 900;
	margin-bottom: 15px;
	margin-top: 25px;
}
.cast {
	width: 100%;
	float:left;
	padding-top:20px;
  }
.cast-sec {
	width: 100%;
	float:left;
	padding-top:20px;
  }
.cast-sec1 {
	width: 100%;
	float:left;
	padding-top:40px;
  }
.cast-sec2 {
	width: 100%;
	float:left;
	padding-top:20px;
	margin-left:12.5%;
	margin-right:12.5%;
  }
.cast-sec3 {
	width: 100%;
	float:left;
	padding-top:50px;
	padding-bottom:70px;
	font-size: 18px;
	text-align:center;
  }
.cast-sec4 {
	width: 100%;
	float:left;
	padding-top:20px;
  }
.cast-sec5 {
	width: 100%;
	float:left;
	margin-left:25%;
	margin-right:25%;
	padding-bottom:70px;
  }
  
.cast-sec6 {
	width: 100%;
	float:left;
	margin-right:75%;
	padding-bottom:70px;
  }  

.cast1 {
	width: 40%;
	float:left;
  }
.cast2 {
	width: 58%;
	float:left;
	padding-top:20px;
	padding-left:2%;
	font-size: 20px;
	line-height: 25px;
  }
.cast3 {
	width: 40%;
	float:right;
  }
.cast4 {
	width: 58%;
	float:right;
	padding-top:20px;
	padding-right:2%;
	font-size: 20px;
	line-height: 25px;
  }
.cast5 {
	width: 25%;
	float:left;
  }
.cast6 {
	width: 25%;
	float:left;
	padding-bottom:20px;
  }
.cast7 {
	width: 30%;
	float:left;
  }
.cast8 {
	width: 68%;
	float:left;
	padding-top:20px;
	padding-left:2%;
	font-size: 20px;
	line-height: 25px;
  }

.name {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #CC9900;
	padding-bottom:5px;
	malgin-bottom:5px;
  }
.name1 {
	font-size: 30px;
	color:#333333;
  }
.name2 {
	font-size: 16px;
	color:#E99200;
  }
.name3 {
	font-size: 20px;
	color:#333333;
  }
.name4 {
	font-size: 14px;
	color:#E99200;
  }
.pad30 {
	padding-top:30px;
	float: left;
	width: 100%;
  }
.pad5 {
	padding-top:2px;
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	font-size: 14px;
  }
.name-s {
	width: 90%;
	float: left;
	border-bottom: 1px dotted #CC9900;
	padding-bottom:2px;
	margin-bottom:2px;
	margin-left:5%;
	margin-right:5%;
  }
.box1 {
    position: relative;
    border: 2px solid #c8c090;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
	float:left;	
	width: 100%;
}
.box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -1em;
    left: 1em;
    padding: 0 .5em;
    background: #c8c090;
    color: #000;
    font-weight: bold;
}
.box1 p {
    margin: 0; 
    padding: 0;
}
.box1 .w {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #c8c090;
	padding-bottom: 10px;
	padding-top: 10px;
}
.box1 .t1 {
	width: 20%;
	float: left;
}
.box1 .t2 {
	width:45%;
	float:left;
}
.box1 .t3 {
	width:35%;
	float:left;
}
.pad30 {
	padding-top:30px;
	float: left;
	width: 100%;
  }	
.pad30-2 {
	padding-top:30px;
	float: left;
	width: 100%;
    display:none;
  }	
.box1 .t4 {
	width: 20%;
	float: left;
	padding-left:2%;
	font-size:16px;
}
.box1 .t5 {
	width:45%;
	float:left;
}
.box1 .t6 {
	width:33%;
	float:left;
}
.box1 .wf {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.box1 .w1 {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
}
.box1 .w2 {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c8c090;
}


}
.cd-scrolling-bg-t {
  position: relative;
  min-height: 100%;
  padding: 0 0 4em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-bg-e {
  position: relative;
  min-height: 100%;
  padding: 0 0 0 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-bg-e.cd-color-1 {
    background: #f6b93c url(../img/tx-back.jpg);
  color: #d8a12c;
}
.cd-scrolling-bg-t.cd-color-1 {
  background-color: #fbf7ef;
  color: #d8a12c;
}
.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 30px;
	font-size: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-bg.cd-color-1 {
    background: #f6b93c url(../img/tx-back.jpg);
	color: #333333;

}
.cd-scrolling-bg.cd-color-2 {
    background: #f6b93c url(../img/tx-back.jpg);
	color: #333333;
}
.cd-scrolling-bg.cd-color-3 {
    background: #f6b93c url(../img/tx-back.jpg);
	color: #333333;
}
.cd-scrolling-bg.cd-color-4 {
    background: #f6b93c url(../img/tx-back.jpg);
	color: #333333;
}
.cd-scrolling-bg.cd-color-5 {
    background: #f6b93c url(../img/tx-back.jpg);
	color: #333333;
}
.cd-scrolling-bg.cd-color-6 {
    background: #f6b93c url(../img/tx-back.jpg);
	color: #333333;
}
.cd-scrolling-bg.cd-color-7 {
    background: #f6b93c url(../img/tx-back.jpg);
	color: #333333;
}

.hoge{border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100px;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.hoge2{border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.comment{border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
input:focus {
    border:solid 1px #EEA34A;
}
.nw {
	width: 100%;
	text-align: center;
	float: left;
}
.apli {
	width: 40%;
	padding: 15px 0;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #FFFFFF;
	background: #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
	float: left;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
}
.step1 {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666666;
}
.step-text {
		width: 100%;
	float: left;
	padding-bottom: 20px;
	float: left;
	font-weight: bold;
}
.step2 {
	width: 100%;
	float: left;
	padding-top: 20px;
	border-bottom: 1px dotted #666666;
}
.map {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 14px;
}
.cen {
	width: 100%;
	float:left;
	font-size: 12px;
	height: 100vh;
	background-color: #CCCCCC;
  }
.text2 {
	width: 100%;
	font-size: large;
	text-align: center;
	line-height: 26px;
	height: 50vh;
	padding-top:50vh;
	color:#fff;
  }
 .trailer {
  display: flex;
  height: 100%;
  align-items: center
  } 
.pa5 {
	padding-top:5px;
	float: left;
	width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cd-scrolling-bg {
	padding: 8em 0;
	font-size: 20px;
	line-height: 24;
	font-weight: 300;
  }
    .cd-scrolling-bg-t {
	padding: 0 0;
	font-size: 20px;
	line-height: 2;
	font-weight: 300;
  }
    .cd-scrolling-bg-e {
	padding: 0 0;
	font-size: 20px;
	line-height: 2;
	font-weight: 300;
  }
}
@media only screen and (min-width: 481px) {
.pad30-1 {
	padding-bottom: 15px;
	float: left;
	width: 100%;
  }	
.pad30-2 {
	padding-bottom: 15px;
	float: left;
	width: 100%;
    display:none;
  }

}
@media only screen and (max-width: 480px) {
.box1 {
    position: relative;
    border: 2px solid #c8c090;
    border-radius: 4px;
    margin: 2em 0;
    padding: 1em;
	float:left;	
	width: 100%;
}
.box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -1em;
    left: 1em;
    padding: 0 .5em;
    background: #c8c090;
    color: #000;
    font-weight: bold;
}
.box1 p {
    margin: 0; 
    padding: 0;
}
.box1 .w {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #c8c090;
	padding-bottom: 10px;
	padding-top: 10px;
}
.box1 .t1 {
	width: 18%;
	float: left;
	font-size: 10px;
}
.box1 .t2 {
	width:55%;
	float:left;
	font-size: 10px;
}
.box1 .t3 {
	width:27%;
	float:left;
	font-size: 10px;
}	
.pad30-1 {
	padding-bottom: 15px;
	float: left;
	width: 100%;
    display:none;
  }	
.pad30-2 {
	padding-bottom: 15px;
	float: left;
	width: 100%;
  }	
.box1 .t4 {
	width: 17%;
	float: left;
	padding-left:1%;
	font-size:10px;
}
.box1 .t5 {
	width:55%;
	float:left;
	font-size: 10px;
}
.box1 .t6 {
	width:27%;
	float:left;
	font-size: 10px;
}
.box1 .wf {
	width: 100%;
	float: left;
	margin-bottom: -15px;
}
.box1 .w1 {
	width: 100%;
	float: left;
	margin-bottom: -15px;
}
.box1 .w2 {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c8c090;
}

}