@charset "UTF-8";


/*
-----------------------------------------
BASIC
----------------------------------------- 
*/
*{margin:0; padding:0;}

html {
   height:100%;
}

body {
   line-height:1.6;
   font-family: 'AvantGarde', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
   font-size:10px;
   color:#646464;
   background:#f0f0f0;
   min-height: 100%;
   height: auto;
   width: 100%;
   	letter-spacing:0.2em;
}


a {
   color:#91c1c1;
   text-decoration:underline;
}

a:hover {
   color:#91c1c1;
   text-decoration:none;
}

#menu a {
   color:#646464;
   text-decoration:none;
}

#menu a:hover {
   color:#91c1c1;
   text-decoration:none;
}

#menu a.current {
   color:#91c1c1;
   text-decoration:none;
}

img {
   border:0;
   margin: 0;
   padding: 0;
   vertical-align: top;
}

li {list-style-type:none;}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/*
-----------------------------------------
TEXT
----------------------------------------- 
*/



@font-face {
font-family: 'AvantGarde'; 
	src: url('../fonts/ITCAvantGardeStd_Bk.eot'); /* IE9 Compat Modes */ 
	src: url('../fonts/ITCAvantGardeStd_Bk.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
	url('../fonts/ITCAvantGardeStd_Bk.woff') format('woff'), /* Modern Browsers */ 
	url('../fonts/ITCAvantGardeStd_Bk.ttf')  format('truetype') /* Safari, Android, iOS */ 
}


h1,h2,h3 {
   text-transform: uppercase;
   	font-weight: normal;
   }

h1 {
}


h2 {
	color: #91c1c1;
	font-size: 18px;
}

h2 span {
	display: block;
	font-size: 10px;
	letter-spacing: 0.3em;
}

h3 {
	font-size: 10px;
	margin-bottom: 10px;
}

h4 {
	font-family: 'Perpetua',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
   letter-spacing:0.4em;
   font-size: 12px;
}

h5 {
}

p {
	line-height: 20px;
	margin-bottom: 20px;
}

#access p{
	margin-bottom: 10px;
}

#menu {
	text-transform: uppercase;
	letter-spacing:0.2em;
}


/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/

body {
	position: relative;
}

#wrapper {
   	width:100%;
   	min-height:100%;
	height: auto;
	text-align: center;
}

header {
	width: 900px;
	margin:0px auto;
	padding-top:50px;
	padding-bottom: 0px;
	text-align: left;
	top: 0;
}

article {
	text-align: left;
	margin-top: 35px;
	width:450px;
	float: left;
}

section {
	text-align: left;
	width:900px;
	min-height: 100%;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

footer {
	text-align: left;
	width:100%;
	bottom: 0px;
	left: 0px;
	position: absolute;
}




/*
-----------------------------------------
HEADER
----------------------------------------- 
*/

header h1{
	float: left;
}

#menu {
	float: right;
	margin-right: -10px;
}

#menu li.menu{
	position: relative;
	float: left;
	margin: 0;
	margin-left: 15px;
	display: block;
	height: 20px;
}

#menu li a{
	display: block;
	height: 20px;
}

#menu li.menu:hover {
	color: #91c1c1;
	cursor: pointer;
}

#menu li ul {
	display: none;
	position: absolute;
	padding-top: 10px;
	left: 0px;
 }
 
#menu li ul li {
	display: block;
	width: 200px;
}
#menu li ul li a {
	display: block;
	white-space: nowrap;
}
#menu li ul li a:hover {
}

#menu ul li div {overflow: visible;}

#menu #tcm01 {width: 134px;}
#menu #tcm02 {width: 182px;}
#menu #tcm03 {width: 62px;}
#menu #tcm04 {width: 71px;}



/*
-----------------------------------------
SECTION
----------------------------------------- 
*/

#index {
  text-align: center;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 234px;
  padding: 0;
  min-height: 0;
}

#index ul li {
	display: inline-block;
}

#index .cp {margin-top: 25px;}
#index .fan {margin-top: 12px;}
#index .fig {margin-top: 10px;}
#index .eye {margin-top: 0px;}
#index .eshop {margin-top: 68px; margin-right: 25px;}
#index .cheeky {margin-top: 64px; margin-right: 25px;}
#index .ml {margin-top: 55px; margin-right: 25px;}
#index .wanted {margin-top: 20px; margin-right: -7px;}

#philosophy article {
	width: 460px;
}


#philosophy .right img{
	margin-top: 60px;
}

/*画像を切り取る*/
#bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	overflow: hidden;
	z-index: -1;
}

/*横幅のみ100%*/
#bg .image {
	width: 100%;
	min-height: 100%;
	height: auto;
}

#vision {
}

#vision article{
	min-width: 100%;
	float: none;
}



#vision .desc{
	width: 100%;
	margin-bottom: 30px;
	background-image:url(../images/line01.png);
	background-repeat: repeat-x;
	background-position: left 7px;
	position: relative;
}

#vision .desc h3 {
	float: right;
	text-align: right;
	padding-left: 10px;
	background-color: #f0f0f0;
}

#vision .desc p {
	display: inline;
	background-color: #f0f0f0;
}

#vision .img_clock {
	position: absolute;
	left: 325px;
	top: -14px;
}

#vision .img_bud {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.arrow {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	margin-top: -15px;
}

.arrow .arrow_l {
	left: 0px;
	position: absolute;
	cursor: pointer;
	display: none;
}

.arrow .arrow_r {
	right: 0px;
	position: absolute;
	cursor: pointer;
	display: none;
}

table {
	border-collapse: collapse;
}

tr{
	vertical-align: top;
}

td{
	min-width: 100px;
	width: auto;
	padding-bottom: 10px;
	white-space: nowrap;
}

#outline article{
	min-width: 100%;
	float: none;
}

#history article{
	min-width: 100%;
	float: none;
}


#history tr td.age {
	min-width: 70px;
	padding-left: 25px;
	background-image: url(../images/point01.png);
	background-repeat: no-repeat;
}

#history tr:last-child td.age {
	padding-left: 25px;
	background-image: url(../images/point02.png);
	background-repeat: no-repeat;
	height: 40px;
}


#history tr td li {
	list-style: circle ;
}

#access .access_desc {
	width: 360px;
	position: relative;
	letter-spacing: 0.3em;
}

#access .access_desc h3{
	margin-bottom: 20px;
}

#access .access_desc p{
	white-space: nowrap;
}


#access ul {margin-top: 40px;}

#access ul li {display: inline; margin-right: 24px;}
#access ul li:last-child {display: inline; margin-right: 0px;}

#access .cp {width: auto; height:8px; margin-top: 17px;}
#access .fan {width: auto; height:22px; margin-top: 10px;}
#access .fig {width: auto; height:28px; margin-top: 7px;}
#access .eye {width: auto; height:34px;}

 .officeimg { margin: 20px 0; }

.officeimg a{
	filter: alpha(opacity=50); -ms-filter: alpha(opacity=50); opacity: 0.5;
}

.officeimg a:hover {
	filter: alpha(opacity=100); -ms-filter: alpha(opacity=100); opacity: 1;
}

#access .map {
	float: right;
	margin-top: -38px;
	text-align: right;
}

#access .map #map_canvas {
	width: 440px;
	height: 250px;
}

#access .map a {
	display: block;
	margin-top: 10px;
}

#recruit h2 {
	text-transform: none;
}

#recruit table {
}

#recruit td {
}

#recruit .right {
	margin-top: -38px;
}

#recruit .officeimg a{
	display: block;
	float: left;
	margin-right: 10px;
}

#recruit .officeimg img {
}

#recruit article{
	min-width: 100%;
	float: none;
}

/*
-----------------------------------------
FOOTER
----------------------------------------- 
*/



.copyright {
   font-style:normal;
   font-size:8px;
   text-align:right;
   letter-spacing:0.2em;
   padding-bottom: 20px;
   width: 900px;
   margin: 0 auto;
   position: relative;
}

