@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
}
#main{
	width:100%;
	height:auto;
	background-image:url(../img/tai_1.png);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
#main_img img{
	width:100%;
	margin-top:10px;
}
#text_box{
	width:80%;
	margin:0 auto;
	margin-top:80px;
}
#text_box h1{
	font-size:46px;
}
#text_box p{
	font-size: 24px;
}
.text_color{
  line-height:1.2em;
}
#obj{
	text-align:center;
}
#obj img{
	width:75%;	
}
#logo_link{
	width:80%;
	height:auto;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
}
.logo_link1{
	width:33%;
	float:left;
	text-align:center;
}
.logo_link2{
	width:33%;
	float:left;
	text-align:center;
}
.logo_link3{
	width:33%;
	float:left;
	text-align:center;
}
#logo_link img{
	width:300px;
	height:110px;
}
#logo_link a:hover{
	opacity:0.7;
}

footer{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.site-footer {
  background-color: #fff;
  color: #000;
  padding: 25px 0;
  position: relative;
}

.site-footer_menu {
  width: 950px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.site-footer_menu a, .site-footer_menu a:link, .site-footer_menu a:visited, .site-footer_menu a:active {
  color: #634173;
  text-decoration: none;
}
.site-footer_menu a:hover {
  text-decoration: underline;
}

.site-footer_menu_item {
  display: inline-block;
  margin-right: 15px;
}

.site-footer_bottom {
  width: 950px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 28px;
}
.site-footer_bottom:before, .site-footer_bottom:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.site-footer_bottom:after {
  clear: both;
}

.site-footer_copyright {
  float: left;
}

.site_footer_staralliance {
  float: right;
  text-indent: -9999px;
  width: 180px;
  height: 28px;
}
.site_footer_staralliance a {
  display: block;
  background: url("http://thaiair.co.jp/common/img/img_star.gif");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 180px 28px;
  width: 180px;
  height: 28px;
}
@media (max-width: 767px) {
#text_box{
	width:95%;
}
#text_box h1{
	font-size:24px
}
#text_box p{
	font-size:14px;
}
.logo_link1{
	float:none;
}
.logo_link2{
	float:none;
}
.logo_link3{
	float:none;
}
}