@charset "UTF-8";
/* CSS Document */

/*clearfix*/
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

/*-------------------------------------------*/



/*---グローバル---*/

.UniversLTStd-LightUltraCn { font-family: UniversLTStd-LightUltraCn; }

body{
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#888;
	text-align:center;
}

a{text-decoration:none; outline:none;}

/*---スマホ用メニュー---*/
#sidr, #nav-smp, #toolbar{
	display:none;
}

/*---ヘッダー---*/

#header{
	margin:0px auto;
	width:990px;
	text-align:left;
	height:120px;
	position:relative;
}

#header h1{
	position:relative;
	top:25px;
}

p#btn-eng{
	position: absolute;
	top:0px;
	right:0px;
}

/* OYAJI_0912 */
#header.header-top {
  height: 0;
	z-index:999;
}


/*---メインナビゲーション---*/
#nav{
	background: url(../images/bg-mainnav.png);
	width:100%;
	height:80px;
	position:absolute;
	z-index:1000;
}
/* stickyNav.jsより、固定時 OYAJI_0806 */
#nav.sticky_fixed{
  position:fixed;
  top:0;
  left:0;
}

/* OYAJI_0902 */
#nav ul {
  position:relative;
  width:993px;
  margin: 15px auto 0;
}
#nav ul li {
  width:123px;
	float:left;
  border-left:1px solid #4d4d4d;
}

#nav ul li a{
	display:block;
	text-align:center;
}

#nav ul li.right{
	border-right:1px solid #4d4d4d;
}

.nav-en{
	color:#f2f2f2;
	font-size:26px !important;
	font-family: UniversLTStd-LightUltraCn;
	font-weight: normal;
	font-style: normal;
	padding-bottom:5px !important;
	letter-spacing:1px;
}

.nav-jp{
	color:#999;
	font-size:11px !important;
	padding-bottom:15px !important;
}
/* OYAJI_0902 */
.nav-disabled {
	color:#424342;
}

/* グローバルナビのサブメニュータブ OYAJI_0807 */
#nav ._sort {
  position: absolute;
  left: 0;
  background: #FFF;
  display: none;
  padding: 10px 0px 10px 0px;
  /* 角丸*/
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border:1px solid #ccc;
  font-size:108%;
  line-height:1;
}
#nav ._sortlist {
	width: 784px;
  /*width: 260px;*/
}
#nav ._sort ul {
  width: auto;
  left: 0;
  float: left;
}
#nav ._sort ul.border {
  border-left: 1px solid #E6E6E6;
  border-right: 1px dashed #E6E6E6;
}
#nav ._sort li {
  width: 260px;
	left: 0;
	float: none;
	border: none;
  text-align: left;
}
#nav ._sort li ._sort_title {
  font-family: UniversLTStd-LightUltraCn;
	font-size:24px !important;
	color:#77CBD2;
	letter-spacing:1px;
  padding-bottom: 15px;
}
#nav ._sort li a {
  display: block;
	text-align: left;
  color: #666;
  padding: 10px;
  margin:0 10px;
}
#nav ._sort li a:hover {
  background: #f2f2f2
}
.triangle {
  position: relative;
}
.triangle:after {
  content: '';
  position: absolute;
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 50px;
}

/*---メインタイトル---*/
#title-main{
	width:100%;
	background:url(../images/bg-title-main.gif);
	text-align:center;
	padding:30px 0px;
	margin-top:80px;
}

#title-main h2{
	color:#fff;
	font-family: UniversLTStd-LightUltraCn;
	font-size:52px !important;
	letter-spacing:2px;
}

#title-main p{
	color:#fff;
	font-size:16px !important;
	font-weight:bold;
	letter-spacing:1px;
}


/*---コンテンツ---*/
.cnt-wrap{
	width:100%;
	background:url(../images/bg-cnt01.gif);
	padding:75px 0px;
	text-align:left;
	overflow:hidden;
}

div.cnt-bg-light{
	background:url(../images/bg-cnt02.gif);
}


/*---フッター---*/
#footer{
	width:100%;
	text-align:center;
	padding:100px 0px;
	color:#fff;
}

#footer h4{
	margin-bottom:25px;
}

#footer a{
	color:#fff;
	font-weight:bold;
}

#footer ul{
	margin-top:25px;
}

#footer ul li{
	display: inline-block;
	padding:0px 5px;
}

#footer address{
	margin-top:25px;
	font-family: UniversLTStd-LightUltraCn;
	font-size:14px !important;
	letter-spacing:1px;
}

#share-counter{
	margin-top:25px;
}

.twitter-share-button{
	width:100px !important;
}


/*---トップへ戻るボタン---*/
#page-top {
	position: fixed;
	left: 50%;
}
#page-top a {
	background: #3BB3BD url(../images/arrow-top.png) no-repeat center center;
	text-indent:-9999px;
	width: 160px;
	height:40px;
	margin-left:-80px;
	text-align: center;
	display: block;
	border-top-left-radius: 3px; 
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

select.styled{
	width:150px;
	cursor:pointer;
}

span.customSelect {
	font-size:14px !important;
	text-align:left;
	padding-left:15px;
	padding-top:8px;
	background:#77CBD2;
	color:#fff;
	height:22px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
span.customSelect.changed {
	background-color: #77CBD2;
}
.customSelectInner {
	background: url(../images/btn-pulldown.png) no-repeat center right;
}


@media screen and (max-width: 640px) {
	
	body{
		background:url(../images/bg-smp.jpg) no-repeat top center;
	}
	
	.backstretch{
		display:none;
	}
	
	#toolbar{
		display:block !important;
		width:100%;
		background:#333;
		text-align:left;
		height:75px;
		position:fixed;
		z-index:1100;
	}
	
	.sidr{
		display:none;
		position:absolute;
		position:fixed;
		top:0;
		height:100%;
		z-index:999999;
		width:260px;
		overflow-x:none;
		overflow-y:auto;
		background:#222;
		color:#fff;
	}
	
	.sidr.left{left:-240px;right:auto}
	
	#nav-smp{
		display:block !important;
		background:#222;
	}
	
	#nav-smp li{
		border-bottom:1px solid #333;
		text-align:left;
		padding-left:25px;
	}
	
	#nav-smp li a{
		color:#ccc;
		padding:15px 0px;
		font-size:16px !important;
		display:block;
		letter-spacing:1px;
	}

	#header{
		margin:0px auto;
		padding-top:50px;
		width:400px !important;
		text-align:center;
		height:150px;
		position:relative;
	}
	
	#header h1{
		position:relative;
		top:50px;
	}
	
	#header h1 img{
		width:400px;
	}
  
  /* OYAJI_0912 */
  #header.header-top {
    padding-top:0;
  }
  
	#nav, #nav-ul{
		display:none;
	}

	p#btn-eng{
		display:none;
	}
	
	#footer{
		background:url(../images/bg-smp.jpg) no-repeat center;
	}
	
	#title-main{
	width:100%;
	background:url(../images/bg-title-main.gif);
	text-align:center;
	padding:30px 0px;
	margin-top:0px !important;
	}
	
	#title-main h2{
	color:#fff;
	font-family: UniversLTStd-LightUltraCn;
	font-size:52px !important;
	letter-spacing:2px;
	line-height:1;
	margin-bottom:10px;
	}

	
}