@charset "utf-8";

/*------------------------------------------------------------
	Base
------------------------------------------------------------*/
body {
	margin:0 auto;
	padding:0;
	width: 100%;
	font-size: 100%;
	color: #646464;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1em;
}

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

p {
	padding:0;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

p.lst_p {
	margin:0;
}

ul {
	list-style-type: none;	
}

/*------------------------------------------------------------
	All
------------------------------------------------------------*/

/*------clearfix-------------------*/
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size: 0.1em;
	line-height: 0; 
	}
/*---
For IE
-----*/
.clearfix {
	display:inline-block;
}
/*MacIE \*/
* html .clearfix {height: 1em;}
.clearfix {display: block;}
/*  */



/*------------------------------------------------------------
	LinkColor
------------------------------------------------------------*/

a:link { color:#00a9d3; text-decoration:underline; }
a:visited { color:#00a9d3; text-decoration:underline; }
a:hover { color:#00a9d3; text-decoration:none; }
a:active { color:#00a9d3; text-decoration:none; }


/*------------------------------------------------------------
	Loading
------------------------------------------------------------*/

#loader-bg {
  /*display: none;*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
}

#spinner {
	position: absolute;
	top: 30%;
	left: 50%;
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

#spinner > div {
  background-color: #00a9d3;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

#spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

#spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

#spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

#spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


/*------------------------------------------------------------
	Header
------------------------------------------------------------*/

header:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size: 0.1em;
	line-height: 0; 
	}
/*---
For IE
-----*/
header {
	display:inline-block;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 35px 0 25px 0;
}
/*MacIE \*/
* html header {height: 1em;}
header {display: block;}
/*  */

header h1 {
	text-align: center;
	padding: 0 0 30px 0;
}

header .metro_logo {
	position: absolute;
	top: 35px;
/*	right: -25px; */
	right: 0px;
}

header ul.sns {
	position: absolute;
	top: 95px;
/*	right: -25px; */
	right: 0px;
}

header ul.sns li {
	font-size: 70%;
}

header ul.sns li a {
	display: inline-block;
	text-decoration: none;
	color: #646464;
	padding: 5px 0 5px 30px;
}

header ul.sns li.fb a {
	background: url(../images/common/header_pt_fb.gif) no-repeat left center;
}

header ul.sns li.tw a {
	background: url(../images/common/header_pt_tw.gif) no-repeat left center;
}

header ul.sns li span {
	background: #e6e6e6;
	padding: 0 4px;
	margin: 0 0 0 5px;
	border-radius: 5px;
}

/*------------------------------------------------------------
	Navigation
------------------------------------------------------------*/

nav:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size: 0.1em;
	line-height: 0; 
}
/*---
For IE
-----*/
nav {
	display:inline-block;
	text-align: center;
}
/*MacIE \*/
* html nav {height: 1em;}
nav {display: block;}
/*  */

nav ul {
	display: inline;
	margin: 0 auto;
}

nav ul li {
	display: inline-block;
	border-right: 1px solid #00a7ce;
	min-width: 105px;
	padding: 0 30px;
	text-align: center;
}

nav ul li:last-child {
	border-right: none;
}

nav ul li a {
	display: block;
}

nav a:link { color: #00a7ce; text-decoration:none; }
nav a:visited { color: #00a7ce; text-decoration:none; }
nav a:hover { color: #00a7ce; text-decoration:none; }
nav a:active { color: #00a7ce; text-decoration:none; }

nav ul li.current a,
nav ul li:hover a {
	color: #00a7ce;
	
}

/*------------------------------------------------------------
	Section
------------------------------------------------------------*/

section:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size: 0.1em;
	line-height: 0; 
	}
/*---
For IE
-----*/
section {
	display:inline-block;
	width: 100%;
	border-bottom: 1px solid #00a7ce;
}
/*MacIE \*/
* html section {height: 1em;}
section {display: block;}

/*------------------------------------------------------------
	Contents:未使用
------------------------------------------------------------*/

.container:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size: 0.1em;
	line-height: 0; 
	}
/*---
For IE
-----*/
.container {
	display:inline-block;
	position: relative;
	clear:both;
	max-width: 100%;
	margin: 0 auto;
}
/*MacIE \*/
* html .container {height: 1em;}
.container {display: block;}
/*  */

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/

#globalFooterSeg {
width:960px;
margin:0 auto;
padding:26px 0 28px;
text-align:left;
background:#fff;
font-size: 80%;
}

#globalFooterSeg ul.utilityLink {
float:left;
margin-top:13px;
}
#globalFooterSeg ul.utilityLink li {
display:inline;
margin-right:12px;
padding-right:8px;
border-right:#187fa5 1px solid;
font-size:93%;/*renders 12px */
}
/* for Safari, GoogleChrome, FF */
body:nth-of-type(1) #globalFooterSeg ul.utilityLink li {
margin-right:5px;
}
#globalFooterSeg ul.utilityLink li.last {
margin-right:0;
padding-right:0;
border:none;
}

p#footerLogo {
float:left;
margin-left:-2px;
padding-right:15px;
}
p#footerCopy {
float:right;
margin-top:19px;
}

p#footerPlatform{
padding:30px;
text-align:center;
font-size:240%;/*renders 12px */
font-weight:bold;
border:2px solid #CCC;
display:none;/*スマホ出し分けプロパティ*/
width:580px;
margin:0 auto 10px;
background:#f9f9f9;
}
p#footerPlatform a{color:#187FA5}

/*------------------------------------------------------------
	ページ上部へ戻るアンカーボタン:未使用
------------------------------------------------------------*/

#pagetop {
	position:fixed;
	bottom: 10px;
	right: 20px;
	cursor: pointer;
}

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

	下層ページ全体スタイルレイアウト
	
------------------------------------------------------------*/

/*------------------------------------------------------------
	コンテナ下層基本
------------------------------------------------------------*/

/*------------------------------------------------------------
	カラム設定
------------------------------------------------------------*/

.onecolumn {
	width: 720px;
	margin: 0 auto;
}
