@charset "utf-8";

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

	style.css 

	appleplanet.jp の CSS
	
	copyright (c) 2014 LOFI DESIGN

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

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	background: url(../img/bg_ye.jpg);
}

body.stage {
	height: 100%;
	background-color: #000;
	margin: 0 auto;
}

a{
	color: #de7a7a;	
	text-decoration: none;
}
a:hover{	
	color: #4489b1;
	font-weight: bold;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
  text-decoration: none;
}

/* Contents */

#container{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 15px;
	background: url(../img/bg_2.jpg);
	background-color: rgba(255,255,255,0.9);
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#map{
	width: 900px;
	border: solid 5px #fdd000;
	margin: 0 auto;
	margin-top: 30px;
}

#stage{
	width: 900px;
	border: solid 5px #e5e5e5;
	margin: 0 auto;
}

#logo{
	margin: -35px 0 10px;
}

#logo_sub{
	text-align: center;
	margin: 20px 0 5px 0;
}

#fb{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	border: solid 5px #fdd000;
	margin-top: 50px;
	margin-bottom: 30px;
}

#footer{
	height: 50px;
}


/* SNS関連 */

.snsb {
	width: 205px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	overflow: hidden;
}
.snsb li {
	float: left;
	margin-right: 4px;
}
.snsb iframe {
	margin: 0 !important;
}


/* Flash page */

#stage_base{
	width: 1030px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 12px;
	background-color: #000;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.center{
	text-align: center;
}

/* Fonts */

h1 {
	font-family: 'Petit Formal Script', cursive;
	font-size: 70px;
}
h2{
	font-family: 'Graduate', cursive;
	line-height: 40px;
}
h3{
	font-family: 'Ewert', cursive;
	font-size: 40px;
}
h4{
	text-align: center;
	margin-top: 20px;
	font-size: smaller;
}
h5{
	font-size: 16px;
	color: #373737;
	font-family: Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Meiryo, メイリオ, sans-serif;
}
