@charset "shift_jis";

/* ======================
common.css
====================== */

/* ------------------------------
 Clearfix
------------------------------ */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}


/* ------------------------------
 Header
------------------------------ */

#header {
	position: relative;
	width: 925px;
	margin: 0 auto 5px auto;
	height: 80px;
	padding: 0;
}

#header div {
	background: none;
	width: auto;
	height: auto;
	float: none;
	position: static;
	right: auto;
}

#header form {
	padding: 0;
	text-align: left;
}

#header #logo {
	position: absolute;
	top: 15px;
	left: 15px;
}

#header h1.text {
	font-size: 11px;
	font-weight: normal;
	color: #8D8D8D;
	position: absolute;
	top: 22px;
	left: 28px;
	z-index: 1;
	width: 300px;
}

#header .engBtn {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

#header .engMenu {
	top: 24px;
	position: absolute;
	right: 0;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: none;
	cursor: pointer;
	padding: 3px 5px;
	z-index: 999;
}

#header .engMenu li {
	font-size: 12px;
	line-height: 1.1;
	background: url(../_images/icon_arrow_s_right_or.png) no-repeat 0 40%;
	padding-left: 8px;
	margin: 5px 0;
}

/*#header .member-info-container {
	position: absolute;
	top: 6px;
	right: 70px;
}
#header .member-info-container.right {
	right: 0px;
}

#header .member-info-container strong {
	font-size: 13px;
}

#header .member-info-container span {
	font-size: 12px;
}*/


#header .member-info-container strong,
#header .member-info-container span {
	font-size: 12px;
}
#header .memberInfo-top{
	position:absolute;
	top:4px;
	right: 70px;
	font-family:Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:.8em;
}
#header .memberInfo-top strong{
	display:inline-block;
	margin:3px 0;
	padding-right:5px;
}
#header .memberInfo-top div{
	display:inline-block;
	padding:0 5px 0 10px;
	background:#fff6ef;
	border-radius:3px;
}
#header .memberInfo-top div a{
	display:inline-block;
	margin:2px 0;
	padding:2px 5px;
	background:#f60;
	font-size:11px;
	text-decoration:none;
	line-height:1;
	color:#fff;
	border-radius:3px;
}
#header .memberInfo-top span{
	margin-right:10px;
	color:#f60;
	font-weight:bold;
}
#header .memberInfo-top .loginBtn,
#header .memberInfo-top .logoutBtn{
	display:inline-block;
	margin:0 0 0 5px;
	padding:2px 5px;
	font-size:11px;
	text-decoration:none;
	line-height:1;
	color:#fff;
	border-radius:3px;
}
#header .memberInfo-top .loginBtn{
	background:#f60;
}
#header .memberInfo-top .logoutBtn{
	background:#666;
}
@font-face {
  font-family: 'icomoon';
  src:
      url('/common/css/fonts/icomoon.ttf?majocg') format('truetype'),
      url('/common/css/fonts/icomoon.woff?majocg') format('woff'),
      url('/common/css/fonts/icomoon.svg?majocg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.logoutBtn:before {
  content: "\f08b";
	margin-right:3px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.loginBtn:before {
  content: "\f090";
	margin-right:3px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



#header ul#site-function {
	position: absolute;
	top: 30px;
	right: 0;
	text-align: right;
}

#header ul#site-function li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	font-size: 0;
}

#header form#cse-search-box {
	position: absolute;
	top: 56px;
	right: 0px;
}

#header form#cse-search-box p {
	float: right;
	margin-left: 4px;
}

#header form input.keyword {
	width: 160px;
	height: 16px;
	border: 1px #e1e1e1 solid;
	padding: 2px;
	background: #ffffff;
	display: block;
	color: #666666;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	-moz-box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	margin-bottom: -20px;
}

#header form input.search-btn {
	display: block;
}


/* ------------------------------
 Global Navi
------------------------------ */

#globalNavi {
	height: auto;
	width: auto;
	margin: 0;
	background: url(../_images/gnav_bg.png) repeat-x 0 100%;
}

#globalNavi ul {
	margin-left: 10px;
	padding: 0;
}

#globalNavi ul li {
	float: left;
	margin-right: 7px;
	position: relative;
	height: auto;
	background: none;
	text-indent: 0;
}

#globalNavi ul li a {
	display: block;
	width: 226px;
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#globalNavi ul li span {
	display: block;
	position: absolute;
	width: 228px;
	height: 72px;
	background: url(../_images/gnav_baloon_bg.png) no-repeat 50% 0;
	top: 60px;
	left: 50%;
	margin-left: -114px;
	z-index: 9999;
	display: none;
}

#globalNavi ul li span em {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-top: 20px;
}

#globalNavi ul li.top a {
	background-image: url(../_images/gnav_btn_top.png);
}

#globalNavi ul li.kodama a {
	background-image: url(../_images/gnav_btn_kodama.png);
}

#globalNavi ul li.stdirect a {
	background-image: url(../_images/gnav_btn_stdirect.png);
}

#globalNavi ul li.stdirect span {
	height: 91px;
	background-image: url(../_images/gnav_baloon_bg2.png);
}

#globalNavi ul li.jr50plus a {
	background-image: url(../_images/gnav_btn_jr50plus.png);
}




/* ------------------------------
 Popterm
------------------------------ */
#popterm{
	z-index:99999;
}
