@charset "utf-8";
/*---------------------------------------------------------------
about.css
-----------------------------------------------------------------
table of contents

	1. Override
	2. Page Module
	3. Page Layout
	4. Browser Type
	5. Media Query

---------------------------------------------------------------*/
/*===============================================================

	1.	Override

===============================================================*/
.page-title{
	margin-bottom: 48px!important;
	padding: 0px 0px 0px 220px;
	width: 71px;
}

/*===============================================================

	2.	Page Module

===============================================================*/
/*	#main article
---------------------------------------------------------------*/
#main{
	width:930px;
	float:none;
	margin:0 0 0 50px;
}
#main article .article-header {
	width: 400px;
}
#main article header {
	width: 400px;
}

#main article .thumb-tokyo {
	margin: 0 0 19px 0;
	width: 646px;
	height:381px;
	background-image:url(../images/about/img_gallery_default.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-9999px;
}
#main article .thumb-shanghai{
	margin: 0 0 19px 0;
	width: 646px;
	height:381px;
}
#main article h1 {
	font-size:22px !important;
	/*letter-spacing:1.5px;
	letter-spacing:1px\9;*/
	letter-spacing: 2px;
	margin-bottom:12px;
	line-height:1.0;
}
#main article dl{
	font-size:95% !important;
	line-height:1.6;
}
.arrow {
	line-height:1em;
	margin:0 0 15px 0 !important;
	font-size:95%;
}

.arrow a{
	background-position: 100% 90%;
}


#main article .gmap {
	clear: both;
}

/*	.gmap
---------------------------------------------------------------*/
.gmap{
	width: 100%;
}

/*===============================================================

	3.	Page Layout

===============================================================*/

/*	.btn-contact
---------------------------------------------------------------*/
.btn-contact{
	padding-right: 0;
	font-family: "Gill Sans", helvetica, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.btn-contact a span{
	background: url(../images/about/icon_contact_arrow_off.gif) no-repeat 100% 50%;
	padding: 0 14px 0 0;
}

.btn-contact a:hover span{
	background: url(../images/about/icon_contact_arrow_on.gif) no-repeat 100% 50%;
}

/*	#ak-gallery
---------------------------------------------------------------*/
#ak-gallery {
	/*margin: 0 0 100px 0;*/
}
#ak-gallery .article-header {
	float: left;
}
#ak-gallery .thumb-wrapper {
	float: left;
}
/*	#ai-inc
---------------------------------------------------------------*/
#ai-inc h1 {
	margin: 20px 0 0 0;
}
#ai-inc {
	clear:both;
	width:400px;
	padding:0 0 40px;
}
/*	#one-gallery
---------------------------------------------------------------*/
#one-gallery {
	
}
#one-gallery .article-header {
	float: left;
	padding-top:40px;
}
#one-gallery .thumb-wrapper {
	float: right;
}

/*===============================================================

	4.	Browser Type

===============================================================*/
/*	for win
---------------------------------------------------------------*/
.win #main h1 {
	font-size:25px;
}

.win .description p {
	font-size:13px;
}

/*	for mac
---------------------------------------------------------------*/

.mac #main article .article-header dl .gs{
	font-size:95% !important;}
.mac #main article .article-header dl dd{
	font-size:95% !important;}
.mac #main article .article-header header .arrow{
	font-size:95% !important;}
/*===============================================================

	5.	Media Query

===============================================================*/
/*	for 480
---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
}

/*	for 1024
---------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
/*	#ai-inc
---------------------------------------------------------------*/

/*	#main*/
#main article .article-header {
	width: 400px;
}
#main article header {
	width: 400px;
}
#main article .article-header dd{
	line-height:19px;
}
#main article .thumb-tokyo {
	margin: 0 0 19px 0;
	width: 646px;
	height:381px;
	background-image:url(../images/about/img_gallery_default.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-9999px;
}
#main article .thumb-shanghai{
	margin: 0 0 19px 0;
	width: 646px;
	height:381px;
}

/* .gmap */
.gmap{
	height: 300px;
}
}

/*	for 1600
---------------------------------------------------------------*/
@media screen and (min-width: 1601px) {

/*	#main*/
#main article .article-header {
	width: 400px;
}
#main article header {
	width: 400px;
}
#main article .article-header dd{
	line-height:23px;
}
#main article .thumb-tokyo {
	margin: 0 0 30px 0;
	width: 848px;
	height:499px;
	background-image:url(../images/about/img_gallery_large.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-9999px;
}
#main article .thumb-shanghai{
	margin: 0 0 30px 0;
	width: 848px;
	height:499px;
}
#one-gallery {
	margin: 0 0 90px 0;
}

/* .gmap */
.gmap{
	height: 395px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

