﻿@charset "UTF-8";
/* CSS Document */
html {
	background: #d7e9f0 url(/vehicles/img/bg_grad.jpg) repeat-x;
}
body {
	background: url(/tw/vehicles/img/makeupbus_bg.jpg) no-repeat center top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	min-width:960px;
	-webkit-text-size-adjust:none;
}
#building {
	width:960px;
	margin:0 auto;
	position:relative;
	min-height:600px;

}
#header {
	background: url(/tw/vehicles/img/makeupbus_header.png) center top no-repeat;
	width:960px;
	height:80px;
}
#header h1{
	position:relative;
	top:10px;
	left:178px;
	width:500px;
	font-size:20px;
	color:#C00;
	font-weight:bold;
}
#header p{
	position:relative;
	top:12px;
	left:176px;
	width:500px;
	font-size:13px;
}
#play{
	position:relative;
	top:390px;
	left:245px;
	width:115px;
	height:80px;
}
#soubi{
	background:url(/tw/vehicles/img/soubi.png) no-repeat;
	position:relative;
	top:370px;
	left:720px;
	width:200px;
	height:300px;
	z-index:10;
}
#content {
	background: url(/tw/vehicles/img/makeupbusbody.jpg) center top repeat-y;
	width:915px;
	padding:0 0 0 45px;
	position:absolute;
	top:600px;
	z-index:1;
	color:#FFF;
	clear:both;
	height:1565px;
}
#content h2{
	margin-bottom:15px;
	font-weight:bold;
}
#content p{
	font-size:12px;
	margin-bottom:15px;
}
#content #message{
	width:650px;
	margin-bottom:25px;
}

#content #message h2{
	font-size:15px;
}
#content #message p{
	font-size:14px;
}
#checkpoint_title{
	height:100px;
	background:url(/tw/vehicles/img/checkpoint_title.png) no-repeat;
	text-indent: -9999px;
}
.checkpoint{
 float:left;
 width:280px;
 margin-top:15px;
 margin-right:15px;	
}
.checkpoint p{
	padding:10px 2px 0 20px;
	font-size:12px;
}
#makeupbus_seat {
	clear:both;
	height:280px;
	background:url(/tw/vehicles/img/makeupbus_seat.png) no-repeat;
	text-indent: -9999px;
}
#voicearea{
	float:left;
	width:500px;
	background:url(/tw/vehicles/img/uservoice_title.png) left top no-repeat;
}
#sub{
	width:205px;
	float:right;
	margin:5px 0 10px 10px;
	display:block
}
.voice{
	background: url(/tw/vehicles/img/voice_bg.png) no-repeat;
	padding:15px 0 5px 52px;
	height:29px;
	clear:both;
	display:block
}
#facebook{
	float:left;
	margin-left:30px;
	background: url(/tw/vehicles/img/facebook.png) no-repeat;
	padding:125px 14px 10px;
	width:315px;
}
.fb-sp {
  display: none !important;
}
#contact{
	clear:both;
	height:180px;
    background: url(/tw/vehicles/img/contact.png) left center no-repeat;
}
#contact a{
	display:block;
	height:150px;
	width:100%;
	 text-indent:-9999px;
}
	
#footer{
	background: url(/tw/vehicles/img/footer_bg.jpg) repeat-x;
	width:930px;
	padding:0 10px;
	margin:15px 5px 0;
	height:140px;
	z-index:2;
	position:absolute;
	top:2010px;
}

#navi {
	margin:5px 20px 15px;
}
#navi div {
	float:left;
	text-align:left;
	font-size:10px;
	margin:10px 20px 0 10px;
}

#navi div h2{
	font-size:12px;
	color:#d4e3e3;
	border-bottom:1px solid #000033;
	font-weight:bold;
	
}

#navi div ul{
	border-top:1px solid #6fb8df;
	padding-top:10px;
	padding-right:10px;
}
#navi div ul li{
	list-style:outside none;
	margin-bottom:4px;
}
#navi div ul li a{
	color:#9fd2ed;
}
#navi div ul li a:hover,#navi div ul li a:visited{
color: #ffff00;
}

.credit{
	margin:0 40px 5px 0;
	float:right;
	font-size:10px;
	color:#ccc;
}
.credit a:link, .credit a:hover, .credit a:visited{
	 color:#fff;
	 text-decoration:none;
	 font-weight:bold;	
}

address{
	font-size:10px;
	float:left;
	color:#000033;
	margin-left:30px;
}

.copyright{
	font-size:10px;
	float:right;
	color:#000033;
	margin-right:30px;

}

/************** clearfix ***********************************/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
	
@media screen and (max-width:479px) {

html {
  background: url(/tw/vehicles/img/makeupbusbody.jpg) center top repeat-y;
}
body {
    min-width: 100%;
    background: url(/tw/vehicles/img/m_makeupbus_bg.jpg) no-repeat center top;
	background-size:contain;
}
#content {
	padding:0px 0px;
}
#content p{
	margin-bottom:5px;
}
#building,#header,#header h1,#header p,#content,#content #message,#voicearea,#facebook,#footer{
		width:100%;
}
#header {
	background: url(/tw/vehicles/img/m_header.png) center top no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	  margin-bottom: 120%;
}
#building{
		overflow:hidden;
}
#play {
  left: 200px;
  top: -230px;
}
#soubi {
    display:none;
}
#content{
	position: relative;
	top:10px;
	background-image:none;
}
#content #message{
    padding: 0px 20px;
    width: auto;
}
#checkpoint_title {
  height:72px;
  background: url(/tw/vehicles/img/m_check_title.png) center top no-repeat;
  background-size:95%;
}
.checkpoint {
  width: auto;
  margin:5 auto;
  float:none;
}
.checkpoint img {
  width: 100%;
  height: 100%;
}
#makeupbus_seat {
  height: 270px;
  background: url(/tw/vehicles/img/m_makeupbus_seat.png) center top no-repeat;
  background-size:95%;
}
#voicearea {
  background: url(/tw/vehicles/img/m_uservoice_title.png) center top no-repeat;
  background-size:95%;
  margin-top:20px
}
#sub {
	float:left;
	margin:45px 0 0 20px;
}
.voice {
  background: url(/tw/vehicles/img/m_voice_bg.png) center center no-repeat;
  background-size:95%;
  padding: 25px 24px 5px 68px;
  height: 50px;
  clear: both;
  display: block;
}
#facebook{
	  float:none;
	  margin:5px auto;
	  width:87%;
	  padding: 128px 14px 10px;
	  clear:both;
	  background-size:cover;
}
.fb-pc {
	display:none !important;
}
.fb-sp {
  display: block !important;
  margin:0 auto;
}
#contact {
  height: 140px;
  background: url(/tw/vehicles/img/m_contact.png) center no-repeat;
  background-size:contain;
}
#contact a{
	display:block;
	height:120px;
	width:100%;
	 text-indent:-9999px;
}
.credit {
  margin: 0 40px 5px 10px;
  float: left;
}
#footer{
	clear: both;
	margin:0;
	padding: 0 0 20px 0;
	top: 10px;
	height:auto;
	background: #0291bd url(/tw/vehicles/img/footer_bg.jpg) repeat-x;
	position:relative;
	overflow: auto;
}
#navi {
  margin: 10px 0 0 0 ;
}
address {
   margin:15px 0 0 10px;
}
.copyright {
   margin:0 0 0 10px;
   float:left;
}
}
