html,body,div,span,
h1,h2,h3,h4,h5,p,pre,
a,img,
ul,ol,li,dl,dt,dd,
form,label,
table,tbody,tfoot,thead,tr,th,td,
header,nav,footer{
margin:0;
padding:0;
}
body{
	background-color: rgb(30,30,30);
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif;
}
body *{max-height: 100%;}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: #36c1ef;
}
body *{
	color: #FFF;
}
dd,li{
	margin: 3px 0 5px;
}
dt{
	margin-bottom: 5px;
}
header,
.containar{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
header{
	margin-top: 10px;
}
.containar{
	margin-top: 40px;
}
header #Key{
	overflow: hidden;
	border-radius: 0px;
	box-sizing: border-box;
	font-size: 0;
	clear: both;
}
header>ul:first-of-type{
	width: 75%;
	margin-left: 5%;
	float: left;
}
header>ul:first-of-type li{
	float:right;
	margin: 45px 10px 0;
}
header>ul:first-of-type li a{
	font-weight: bold;
	text-shadow: 0 0 5px rgba(233, 36, 41, 0.5);
	transition-duration: 0.5s;
}
header>ul:first-of-type li a:hover{
	color: rgba(229,26,46,1);
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
	transition-duration: 0.5s;
}
header>p:first-of-type{
	text-align: center;
	margin: 10px auto;
	font-size: 1.1em;
	font-weight: bold;
}
header>p:nth-of-type(2){
	margin: 10px auto 20px;
	font-weight: bold;
	font-size: 18px;
	box-sizing: border-box;
	transition-duration: 0.5s;
	text-align: center;
}
header>p:nth-of-type(3){
	margin: 10px auto 20px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(233, 36, 41, 0.2);
	color: rgba(234,190,9,1);
}
header img{
	width: 100%;
}
header h1{
	width: 20%;
	float: left;
}
header nav>ul{
	width: 960px;
	margin: 0 auto;
}
header nav>ul>li{
	width: 310px;
	float: left;
	box-sizing: border-box;
	border: solid 2px rgba(255,255,255,0.6);
	border-radius: 4px;
	box-shadow: 0 0 5px 0 rgba(233, 36, 41, 0.5);
	height: 245px;
}
header nav>ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(111,115,18,1);
	position: relative;
}
header nav>ul>li:nth-of-type(2)>a{
	background-color: rgba(24,87,94,1);
}
header nav>ul>li:last-of-type>a{
	background-color: rgba(140,47,115,1);
}
header nav>ul>li>a p{
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 20px;
	margin-bottom: 10px;
	text-shadow: 0 0 4px rgba(233, 36, 41, 0.5);
}
header nav>ul>li>a p span{
	font-size: 0.7em;
	text-shadow: none;
}
header nav>ul>li>a p:last-of-type{
	display: block;
	width: 50%;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	background-color: rgba(229,26,46,1);
	text-align: center;
	font-weight: bold;
	border-radius: 50px;
	transition-duration: 0.5s;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
header nav>ul>li:nth-of-type(2)>a img{
	margin-top: 5px;
}
header nav>ul>li:last-of-type>a img{
	margin-top: 25px;
}
header nav>ul>li:nth-of-type(2){
	margin: 3px 15px 5px;
}
header nav>ul>li{}
header nav>ul>li img{
	transition-duration: 0.5s;
}
header nav>ul>li a:hover p:last-of-type{
	background-color: rgba(0,0,0,1);
	transition-duration: 0.5s;
}
h3{
	color: #B2AD46;
}
h5{
	margin: 10px auto;
	font-size: 20px;
	text-shadow: 0 0 3px rgba(229,26,46,0.3);
	color: rgba(234,190,9,1);
}
.contentBox1,
.contentBox2,
.contentBox3,
.contentBox4,
.contentBox5,
.contentBox6,
.contentBox7{
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 10px auto 40px;
	background-color: rgba(63,63,63,1);
	border: solid 1px #FFF;
	border-radius: 4px;
}
.contentBox1 h3,
.contentBox2 h3,
.contentBox3 h3,
.contentBox4 h3,
.contentBox5 h3,
.contentBox6 h3,
.contentBox7 h3{
	text-align: center;
	background-color: rgba(229,26,46,1);
	color: rgba(255,255,255,1);
	font-size: 25px;
	height: 45px;
	line-height: 45px;
	text-shadow: 0 0 5px rgba(233, 226, 41, 0.8);
}

.contentBox1{
	border: solid 1px #FFF;
	border-radius: 4px;
}
.contentBox1>div{
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
}
.contentBox1>div:last-of-type{
}
.contentBox1 .mapBox{
	position: relative;
}
.contentBox1 .mapBox img{
	display: block;
	width: auto;
	max-width: 90%;
	height: auto;
	max-height: 90%;
	margin: auto;
}
.contentBox1 section{
	width: 95%;
	margin: 0 auto 30px;
}
.contentBox1 section:nth-of-type(2)>div{
	border: solid 2px rgba(229,26,46,1);
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	margin: 15px 0;
	background-color: rgba(77, 77, 77, 1);
}
.contentBox1 section:nth-of-type(2)>p:first-of-type{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(229,26,48,1),-1px 1px 0 rgba(229,26,48,1),1px -1px 0 rgba(229,26,48,1),-1px -1px 0 rgba(229,26,48,1);
}
.contentBox1 section:nth-of-type(2)>div>p:first-of-type{
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 20px;
	text-shadow: 0 0 5px rgba(113, 76, 21, 1);
}
.contentBox1 section:nth-of-type(2)>div> dl{
	margin-bottom: 20px;
}
.contentBox1 section:nth-of-type(2) ul{
	padding-left: 20px;
}
.contentBox1 section:nth-of-type(2) dt{
	font-weight: bold;
	color: rgba(234, 190, 9, 1);
}
.contentBox1 section:nth-of-type(2) a{
	text-decoration: underline;
	transition-duration: 0.5s;
}
.contentBox1 section:nth-of-type(2) a:hover{
	color: rgba(229,26,46,1);
	transition-duration: 0.5s;
}
.contentBox1 section:first-of-type div ul li{
	margin: 15px 0;
	transition-duration: 0.5s;
	box-sizing: border-box;
}
.contentBox1 div ul li span{
	color: rgba(229,26,46,1);
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.subContentBox a:hover,
.subContentBox2>a:hover{
	opacity: 0.8;
	transition-duration: 0.5s;
}
.contentBox1>div ul li:first-of-type{
	margin-top: 0;
	color: rgba(234,190,9,1);
	text-shadow: 0 0 5px rgba(233, 36, 41, 0.2);
}
.contentBox2>section{
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	border-right: dotted 2px rgba(255,255,255,0.1);
	margin: 20px 0 30px;
}
.contentBox2>section h4{
	text-align: center;
	color: rgba(229,26,46,1);
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.contentBox2>section section{
	margin-bottom: 15px;
}
.contentBox2>section:first-of-type section li{
	margin: 5px 0;
}
.contentBox2>section:first-of-type section li:nth-of-type(2) dl dd{
	overflow: hidden;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.contentBox2>section:first-of-type section li:nth-of-type(2) dl dd p{
	text-align: center;
	font-size: 13px;
}
.contentBox2>section img{
	width: 100%;
}
.contentBox2>section>div:last-of-type p:first-of-type{
	margin-bottom: 12px;
}
.contentBox3>section,
.contentBox3>div{
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 0 10px;
}
.contentBox3>div{
	overflow: hidden;
}
.contentBox3>div>p{
	text-align: center;
	color: rgba(229,26,46,1);
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 3px 4px -4px rgba(255,255,255,0.7);
	margin-bottom: 10px;
}
.contentBox3>div ul li{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 15px;
}
.contentBox3>section li{
	margin: 5px 0;
}
.contentBox3>div ul li:nth-of-type(2){
	border-left: dotted 2px rgba(255,255,255,0.1);
}
.contentBox3>div ul li:nth-of-type(2) a{
	text-decoration: underline;
	transition-duration: 0.5s;
}
.contentBox3>div ul li:nth-of-type(2) a:hover{
	color: rgba(229,26,46,1);
	transition-duration: 0.5s;
}
.contentBox3>div ul li dt{
	text-align: center;
}
.contentBox3>div ul li dd{
	margin: 3px 0;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(2) dd{
	width: 33%;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(2) dd:nth-of-type(2){
	width: 34%;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(2) dd p{
	font-size: 12px;
	text-align: center;
	height: 60px;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(2) dd:nth-of-type(2) p{
	line-height: 60px;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(2) dd:nth-of-type(3) p{
	padding-top: 10px;
	box-sizing: border-box;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(2) dd img{
	display: block;
	margin: 5px auto;
	width: 80%;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(2) dd:nth-of-type(3) img{
	width: 40%;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(3){
	overflow: hidden;
	padding: 5px;
	box-sizing: border-box;
	border: solid 1px rgba(234,190,9,1);
	border-radius: 2px;
	background-color: rgba(77,77,77,1);
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(3) dl{
	width: 100%;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(3) div{
	width: 100%;
	padding-top: 10px;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(3) div div{
	float: left;
	width: 24%;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(3) div div p:first-of-type{
	height: 160px;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(3) div div p:last-of-type{
	height: 60px;
	text-align: center;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(3) div div img{
	width: 50%;
	margin: 10px auto;
	display: block;
}
.contentBox3>section:nth-of-type(3) ul li:nth-of-type(3) div div:nth-of-type(4) img{
	width: 35%;
}

.contentBox4>section,
.contentBox4>div{
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 0 10px;
}
.contentBox4>div{
	overflow: hidden;
}
.contentBox4>div>p{
	text-align: center;
	color: rgba(229,26,46,1);
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 3px 4px -4px rgba(255,255,255,0.7);
	margin-bottom: 10px;
}
.contentBox4>div ul li{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 15px;
}
.contentBox4>div ul li dt{
	text-align: center;
}
.contentBox4>div ul li dd{
	margin: 3px 0;
}
.contentBox4>div ul li:nth-of-type(2){
	border-left: dotted 2px rgba(255,255,255,0.1);
}
.contentBox4>div ul li:nth-of-type(2) a{
	text-decoration: underline;
	transition-duration: 0.5s;
}
.contentBox4>div ul li:nth-of-type(2) a:hover{
	color: rgba(229,26,46,1);
	transition-duration: 0.5s;
}
.contentBox4>section li{
	margin: 5px 0;
	clear: both;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(2) dd{
	width: 33%;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(2) dd:nth-of-type(2){
	width: 34%;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(2) dd p{
	font-size: 12px;
	text-align: center;
	height: 60px;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(2) dd:first-of-type p{
	padding-top: 10px;
	box-sizing: border-box;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(2) dd:nth-of-type(2) p{
	line-height: 60px;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(2) dd:nth-of-type(3) p{
	line-height: 60px;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(2) dd img{
	display: block;
	margin: 5px auto;
	width: 40%;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(2) dd:nth-of-type(3) img{
	width: 80%;
}
.contentBox4>section:nth-of-type(4)>ul> li:nth-of-type(3){
	overflow: hidden;
	padding: 5px;
	box-sizing: border-box;
	border: solid 1px rgba(234,190,9,1);
	border-radius: 2px;
	background-color: rgba(77,77,77,1);
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(3) dl{
	width: 100%;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(3) div{
	width: 100%;
	padding-top: 10px;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(3) div div{
	float: left;
	width: 24%;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(3) div div p:first-of-type{
	height: 160px;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(3) div div p:last-of-type{
	height: 60px;
	text-align: center;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(3) div div img{
	width: 50%;
	margin: 10px auto;
	display: block;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(3) div div:nth-of-type(4) img{
	width: 35%;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(5) dd{
	margin-bottom: 10px;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(5) dd p a{
	text-decoration: underline;
	transition-duration: 0.5s;
}
.contentBox4>section:nth-of-type(4) ul li:nth-of-type(5) dd p a:hover{
	color: rgba(229,26,46,1);
	transition-duration: 0.5s;
}
.contentBox5>div,
.contentBox5>p{
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 0 10px;
}
.contentBox5>p:first-of-type{
	margin-top: 10px;
}
.contentBox5>section{
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
}
.contentBox5>section>p:first-of-type{
	margin-bottom: 10px;
}
.contentBox5>section:nth-of-type(n+2){
	width: 50%;
	float: left;
}
.contentBox5>section>div:first-of-type,
.contentBox5>section>div:nth-of-type(2){
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	border: solid 2px rgba(255,255,255,1);
	border-radius: 2px;
}
.contentBox5>section:first-of-type>div:first-of-type{
	padding-bottom: 0;
}
.contentBox5>section:first-of-type>div:first-of-type>ul>li>img{
	max-height: 75%;
}
.contentBox5>section>div:first-of-type>p:last-of-type,
.contentBox5>section>div:nth-of-type(2)>p:last-of-type{
	position: absolute;
	height: 40px;
	line-height: 40px;
	padding:0 130px 0 10px;
	font-weight: bold;
	background-color: rgba(229,26,46,1);
	border-radius: 2px;
}
.contentBox5>section>div:first-of-type>p:last-of-type,
.contentBox5>section>div:nth-of-type(2)>p:last-of-type{
	bottom: 15px;
	right: 10px;
}
.contentBox5>section>div:first-of-type>p:last-of-type img,
.contentBox5>section>div:nth-of-type(2)>p:last-of-type img{
	position: absolute;
	right: 10px;
	top: 5px;
	width: auto;
	max-width: 115px;
	height: auto;
	max-height: 80%;
	transition-duration: 0.5s;
	display: block;
}
.contentBox5>section>div:first-of-type>p:last-of-type img:hover,
.contentBox5>section>div:nth-of-type(2)>p:last-of-type img:hover{
	opacity: 0.95;
	transition-duration: 0.5s;
}
.contentBox5>section>div:first-of-type>ul>li,
.contentBox5>section>div:nth-of-type(2)>ul>li{
	width: 40%;
	float: left;
	position: relative;
	height: 240px;
}
.contentBox5>section>div:first-of-type>ul>li:nth-of-type(n+1) p,
.contentBox5>section>div:nth-of-type(2)>ul>li:nth-of-type(n+2) p{
	font-size: 12px;
	text-align: center;
	height: 40px;
	color: rgba(234,190,9,1);
	text-shadow: 0 0 3px rgba(255,255,255,0.1);
	font-weight: bold;
}
.contentBox5>section>div:first-of-type>ul>li:nth-of-type(1) p{
	line-height: 40px;
}
.contentBox5>section>div:first-of-type>ul>li img,
.contentBox5>section>div:nth-of-type(2)>ul>li img{
	display: block;
	width: auto;
	max-width: 90%;
	height: auto;
	max-height: 70%;
	margin: 10px auto;
}
.contentBox5>section>div:first-of-type>ul>li:first-of-type dt,
.contentBox5>section>div:nth-of-type(2)>ul>li:first-of-type dt{
	font-size: 18px;
	font-weight: bold;
	color: rgba(229,26,46,1);
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
}
.contentBox5>section>div:first-of-type>ul>li:first-of-type dd:nth-of-type(even),
.contentBox5>section>div:nth-of-type(2)>ul>li:first-of-type dd:nth-of-type(even){
	box-sizing: border-box;
	margin-bottom: 7px;
}
.contentBox5>section>div:first-of-type>ul>li:first-of-type dd:nth-of-type(even) li,
.contentBox5>section>div:nth-of-type(2)>ul>li:first-of-type dd:nth-of-type(even) li{
	font-size: 13px;
}
.contentBox5>section:nth-of-type(2)>div:first-of-type>ul>li:nth-of-type(2) p{
	line-height: normal;
}
.contentBox5>section:nth-of-type(2)>div:first-of-type>p:last-of-type{
	right: 10px;
	bottom: 15px;
}
.contentBox5>section:nth-of-type(2)>div:first-of-type>ul>li dd{
	margin: 5px 0;
}
.contentBox5>section:nth-of-type(2)>div:first-of-type>ul>li dd li,
.contentBox5>section:nth-of-type(3)>div:first-of-type>ul>li ul li,
.contentBox5>section:nth-of-type(3)>div:first-of-type>ul>li dd{
	font-size: 13px;
}
.contentBox5>section:nth-of-type(3)>div:first-of-type{
	padding-bottom: 110px;
}
.contentBox5>section:nth-of-type(3)>div:first-of-type>p:last-of-type{
	padding-right: 250px;
	height: 80px;
}
.contentBox5>section:nth-of-type(3)>div:first-of-type>p:last-of-type a:first-of-type img{
	right: 127px;
	top: 40px;
}
.contentBox5>section:nth-of-type(3)>div:first-of-type>p:last-of-type a:nth-of-type(2) img{
	right: 10px;
	top: 40px;
}
.contentBox5>section:nth-of-type(3)>div:first-of-type>p:last-of-type a:nth-of-type(3) img{
	right: 127px;
}
.contentBox5>section:nth-of-type(n+2)>div:first-of-type>ul>li{
	width: 100%;
	float: left;
	position: relative;
	height: auto;
}
.contentBox5>section:nth-of-type(n+2)>div:first-of-type>ul>li>img{
	width: 50%;
	margin: auto;
}
.contentBox5>section:nth-of-type(2)>div{
	padding-bottom: 103px;
}
.contentBox6>section,
.contentBox6>div,
.contentBox7>section,
.contentBox7>div{
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 10px;
}
.contentBox6>div p:first-of-type{
	margin-bottom: 15px;
}
.contentBox6>div p a,
.contentBox7>div p a{
	transition-duration: 0.5s;
	display: block;
	width: 40%;
	text-align: center;
	margin: 10px auto;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #59e02c 0%, #58b223 0%, #898989 0%, #282828 50%, #898989 100%) repeat scroll 0 0;
	height: 40px;
	line-height: 40px;
	border: solid 1px rgba(229,26,46,0.5);
	box-sizing: border-box;
	text-shadow: 0 0 2px rgba(229, 26, 46, 1);
	font-weight: bold;
}
.contentBox6>div p a:hover,
.contentBox7>div p a:hover{
	opacity: 0.8;
	transition-duration: 0.5s;
}
.contentBox8 ul:first-of-type{
	width: 55%;
	float: right;
}
.contentBox8 ul:first-of-type li:first-of-type{
	text-align: center;
}
.contentBox8>p:first-of-type{
	margin-bottom: 25px;
}
.contentBox8 ul,
.contentBox8>p:nth-of-type(n+2){
	width: 45%;
	margin: 0 0 10px 10px;
	padding: 0;
}
.contentBox8 ul:last-of-type{
	width: 100%;
}
.contentBox8 img{
	display: block;
	margin-left: 40px;
}
.contentBox8 a{
	margin: 10px;
	width: 180px;
	text-align: center;
	display: block;
	transition-duration: 0.5s;
	text-decoration: underline;
}
.contentBox8 a:hover{
	color: rgba(229,26,46,1);
	transition-duration: 0.5s;
}
.subContentBox2 > a img{
    margin-top: 6px;
    width: 45px;
}
.subContentBox2 > a{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #59e02c 0%, #58b223 0%, #898989 0%, #282828 50%, #898989 100%) repeat scroll 0 0;
    border: 1px solid rgba(229, 26, 46, 0.5);
    border-radius: 3px;
    box-sizing: border-box;
    float: right;
    font-size: 1.1em;
    font-weight: bold;
    height: 60px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 0 2px rgba(229, 26, 46, 1);
    transition-duration: 0.5s;
    width: 100%;
}
footer p{
	text-align: center;
	margin: 0 0 20px;
}

.small{
	font-size: 13px;
}
.red{
	color: rgba(229,26,46,1);
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.blue{
	color: rgba(255, 255, 255, 1);
}
.yellow{
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
.Margin{
	margin: 5px 0 7px !important;
}

#comingsoon{
	width: 100%;
}
#comingsoon p{
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	color: rgba(212,212,212,1);
	height: 200px;
	line-height: 200px;
}
.bottom{
	margin-bottom: 25px !important;
}
.margin{
	margin: 25px 0 10px;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(20, 20, 20, 1);
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
}
