@charset "utf-8";

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 40px; padding-top: 10px; background: #fff; border: none; position: relative;  zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
#topSlideBox .flexslider { zoom: 0.88; }
#topSlideBox .flexslider .slides { zoom: 0.88; margin-left: 6%; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; display: none !important;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -25px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -26px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0;
	background: url(/library/sp/common/images2/icon01.png) no-repeat 0 0;
	webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	background-size: 14px 14px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	cursor: default;
}
.flex-control-paging li a:hover {
	background: url(/library/sp/common/images2/icon01on.png) no-repeat 0 0;
	webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	background-size: 14px 14px;
}
.flex-control-paging li a.flex-active {
	background: url(/library/sp/common/images2/icon01on.png) no-repeat 0 0;
	webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	background-size: 14px 14px;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/* common */
a {
	color: #0066cc;
	text-decoration: none;
}
.figureCol01 {
	clear: both;
	margin-top: 15px;
}
.figureCol01 .imgL {
	float: left;
	margin-right: 15px;
}
.figureCol01 .imgR {
	float: right;
	margin-left: 15px;
}
.figureCol01 .txt {
	overflow: hidden;
	zoom: 1;
}

/* topSlideBox */
#topSlideBox .slides li img {
	border-left: solid 10px #ffffff;
}

/* searchBox */
.searchBox {
	padding: 15px 15px 10px;
	background: #eeeeee;
	border-bottom: solid 1px #cccccc;
}
.searchBox dl {
	margin-top: 10px;
}
.searchBox dl dt {
	float: left;
	padding-top: 6px;
	margin-right: 8px;
	padding-left: 15px;
	background: url(/library/sp/common/images3/top_ic10.gif) no-repeat 0 72%;
	webkit-background-size: 13px 13px;
	-moz-background-size: 13px 13px;
	background-size: 13px 13px;
}
.searchBox dl dd {
	overflow: hidden;
	zoom: 1;
}
.searchBox dl dd #ranking li {
	float: left;
	margin-right: 2px;
	border: solid 1px #cccccc;
	font-size: 11px;
}
.searchBox dl dd #ranking li:last-child {
	margin-right: 0;
}
.searchBox dl dd #ranking li a {
	display: block;
	width: 6em;
	padding: 7px 3px;
	background: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #3f3f3f;
}

/* strongBox */
.strongBox {
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.strongBox p:last-child {
	margin-bottom: 0;
}
.strongBox a {
	text-decoration: none;
}

/* importantBox */
.importantBox {
	padding: 15px;
	background: #ffe9e9;
}
.importantBox .title {
	padding-left: 25px;
	background: url(/library/sp/common/images3/top_ic01.gif) no-repeat 0 50%;
	webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	color: #e83416;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px !important;
}
.importantBox dl {
	margin-top: 10px;
}
.importantBox dl dt {
	margin-top: 5px;
	font-weight: bold;
}
.importantBox dl dd {
	margin-top: 3px;
	font-weight: bold;
}
.importantBox dl dd a {
	color: #e83416;
	text-decoration: underline;
}

/* showBox */
.showBox {
	margin-top: 15px;
	padding: 10px 15px 15px;
	background: #eeeeee;
}
.showBox .headTxt span {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.showBox .headTxt .link {
	display: block;
	float: right;
	margin-top: 2px;
	padding-left: 12px;
	background: url(/library/sp/common/images3/top_ic02.png) no-repeat 0 48%;
	webkit-background-size: 7px 11px;
	-moz-background-size: 7px 11px;
	background-size: 7px 11px;
	color: #3f3f3f;
}
.showBox .programInfo {
	overflow: hidden;
	margin-top: 10px;
	background: #ffffff;
}
/* News Unit */
#programBlock .programArea{
	position: relative;
	min-height: 30px;
	padding: 10px 0 0 10px;
}
#programBlock .programArea ul{
	overflow: hidden;
	position: relative;
	height: 30px;
}
#programBlock .programArea ul li{
	position: absolute;
	left: 100%;
	top: 2px;
	min-height: 23px;
	white-space: nowrap;
}
#programBlock .programArea ul li span.time{
	display: block;
	float: left;
	margin-right: 10px;
}
#programBlock .programArea ul li span.txt{
	overflow: hidden;
	zoom: 1;
}
#programBlock .programArea p.btnOpen{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 30px;
	background: #ffffff;
	padding: 10px 10px 0 10px;
}
#programBlock .programArea p.btnOpen a{
	display: block;
	width: 20px;
	height: 20px;
	background: #ffffff url(/library/sp/common/images3/top_ic11.gif) no-repeat 0 0;
	webkit-background-size: 20px 40px;
	-moz-background-size: 20px 40px;
	background-size: 20px 40px;
	text-indent: -9999px;
	overflow: hidden;
}
#programBlock .programArea .otherLink{
	display: none;
}
#programBlock.open .programArea ul{
	height: auto;
}
#programBlock.open .programArea ul li{
	position: static;
	white-space: normal;
	margin: 10px 15px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #cccccc;
}
#programBlock.open .programArea ul li .time{
	display: block;
	float: none;
	margin-bottom: 5px;
	padding: 0;
}
#programBlock.open .programArea p.btnOpen a{
	background: #ffffff url(/library/sp/common/images3/top_ic11.gif) no-repeat 0 -20px;
	webkit-background-size: 20px 40px;
	-moz-background-size: 20px 40px;
	background-size: 20px 40px;
}
#programBlock.open .programArea .otherLink{
	display: block;
	padding: 10px 0;
	text-align: center;
}
#programBlock.open .programArea .otherLink a{
	display: inline-block;
	padding-left: 12px;
	background: url(/library/sp/common/images3/top_ic02.png) no-repeat 0 48%;
	webkit-background-size: 7px 11px;
	-moz-background-size: 7px 11px;
	background-size: 7px 11px;
	color: #3f3f3f;
}
.showBox .login {
	display: none;
	margin-top: 10px;
	font-size: 12px;
}
.showBox .login .caution {
	font-weight: bold;
	color: #e83416;
}
.showBox .login ul {
	margin-top: 10px;
}
.showBox .login ul li {
	width: 48%;
	border-bottom: solid 1px #cacaca;
}
.showBox .login ul li a {
	display: block;
	padding: 12px 10px;
	background: #8d8d8d;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.showBox .login ul .loginBtn {
	float: left;
}
.showBox .login ul .regionBtn {
	float: right;
}


/* featureBox */
.featureBox {
	margin-top: 15px;
	padding: 15px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.featureBox .headTxt span {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.featureBox .headTxt .link {
	display: block;
	float: right;
	margin-top: 2px;
	padding-left: 12px;
	background: url(/library/sp/common/images3/top_ic02.png) no-repeat 0 48%;
	webkit-background-size: 7px 11px;
	-moz-background-size: 7px 11px;
	background-size: 7px 11px;
	color: #3f3f3f;
}
.featureBox .figureCol01 .link {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
.featureBox .figureCol01 .imgL {
	width: 60px;
}
.featureBox .figureCol01 .imgL img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/* eventBox */
.eventBox {
	padding: 15px 0 15px;
	border-bottom: solid 1px #cccccc;
}
.eventBox .headTxt {
	margin-left: 15px;
}
.eventBox .headTxt span {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.eventBox .headTxt .link {
	display: block;
	float: right;
	margin-top: 2px;
	margin-right: 15px;
	padding-left: 12px;
	background: url(/library/sp/common/images3/top_ic02.png) no-repeat 0 48%;
	webkit-background-size: 7px 11px;
	-moz-background-size: 7px 11px;
	background-size: 7px 11px;
	color: #3f3f3f;
}
.eventBox .eventSlider {
	margin-top: 10px;
	padding-bottom: 10px;
}
.eventBox .eventSlider ul {
	margin-left: 15px;
}
.eventBox .eventSlider ul li {
	display: none;
	width: 105px !important;
	margin-right: 15px;
}
.eventBox .eventSlider ul li img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.eventBox .eventSlider ul li span {
	display: block;
	margin-top: 5px;
}
.eventBox .bannerSlider {
	padding-top: 15px;
	background: url(/library/sp/common/images3/top_bg01.gif) no-repeat 15px 0;
	webkit-background-size: 290px 1px;
	-moz-background-size: 290px 1px;
	background-size: 290px 1px;
}
.eventBox .bannerSlider ul {
	margin-left: 15px;
}
.eventBox .bannerSlider ul li {
	display: none;
	width: 168px !important;
	margin-right: 15px;
}
.eventBox .bannerSlider ul li img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/* campaignBox */
.campaignBox {
	padding: 15px;
	border-bottom: solid 1px #cccccc;
}
.campaignBox .headTxt span {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.campaignBox .headTxt .link {
	display: block;
	float: right;
	margin-top: 2px;
	padding-left: 12px;
	background: url(/library/sp/common/images3/top_ic02.png) no-repeat 0 48%;
	webkit-background-size: 7px 11px;
	-moz-background-size: 7px 11px;
	background-size: 7px 11px;
	color: #3f3f3f;
}
.campaignBox .bannerList {
	margin-top: 10px;
}
.campaignBox .bannerList li {
	float: left;
	width: 48%;
	margin: 10px 0 0;
	text-align: center;
}
.campaignBox .bannerList li.large {
	width: 100%;
	margin: 0;
}
.campaignBox .bannerList li.right {
	float: right;
}
.campaignBox .bannerList li img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/* btnBox */
.btnBox {
	padding: 20px 15px;
	border-bottom: solid 1px #cccccc;
}
.btnBox li {
	margin-top: 10px;
	border-bottom: solid 1px #e5e5e5;
}
.btnBox li:first-child {
	margin-top: 0;
}
.btnBox li a {
	display: block;
	padding: 12px 10px 12px 25px;
	border: solid 1px #cccccc;
	background: url(/library/sp/common/images3/top_ic02.png) no-repeat 10px 48%;
	webkit-background-size: 7px 11px;
	-moz-background-size: 7px 11px;
	background-size: 7px 11px;
	color: #3f3f3f;
}
.btnBox li a span {
	display: inline-block;
	width: 7em;
	padding: 2px 0;
	margin-right: 5px;
	color: #ffffff;
	text-align: center;
}
.btnBox li a span.type01 {
	background: #ff9933;
}
.btnBox li a span.type02 {
	background: #99c158;
}
.btnLink01 {
	margin: 10px 0 0;	
	border-bottom: solid 1px #e5e5e5;
}
.btnLink01 a {
	display: block;
	padding: 12px 10px;
	border: solid 1px #cccccc;
	color: #3f3f3f;
	text-align: center;
}
.btnLink01 a span {
	display: inline-block;
	padding-left: 12px;
	background: url(/library/sp/common/images3/top_ic02.png) no-repeat 0 48%;
	webkit-background-size: 7px 11px;
	-moz-background-size: 7px 11px;
	background-size: 7px 11px;
}

/* noticeBox */
.noticeBox {
	padding: 10px 15px 15px;
	border-bottom: solid 1px #cccccc;
}
.noticeBox .headTxt span {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.noticeBox .headTxt .link {
	display: block;
	float: right;
	margin-top: 2px;
	padding-left: 12px;
	background: url(/library/sp/common/images3/top_ic02.png) no-repeat 0 48%;
	webkit-background-size: 7px 11px;
	-moz-background-size: 7px 11px;
	background-size: 7px 11px;
	color: #3f3f3f;
}
.noticeBox .infoList dt {
	margin-top: 15px;
}
.noticeBox .infoList dd {
	margin-top: 5px;
}
.noticeBox .btnLink01 {
	margin-top: 15px;
}

/* socialBox */
.socialBox {
	padding: 15px 15px 0;
}
.socialBox .headTxt span {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.socialBox .headTxt .link {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 0;
	background: url(/library/sp/common/images3/top_ic03.gif) no-repeat 0 0;
	webkit-background-size: 20px 40px;
	-moz-background-size: 20px 40px;
	background-size: 20px 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}
.socialBox .headTxt .link.open {
	background: url(/library/sp/common/images3/top_ic03.gif) no-repeat 0 -20px;
	webkit-background-size: 20px 40px;
	-moz-background-size: 20px 40px;
	background-size: 20px 40px;
}
.socialLinks {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 15px;
	border-bottom: solid 1px #cccccc;
}
.socialLinks li {
	display: table-cell;
	border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	vertical-align: bottom;
	text-align: center;
}
.socialLinks li:first-child {
	border-left: solid 1px #e5e5e5;
}
.socialLinks li a {
	display: block;
	padding: 10px 0;
	font-size: 8px;
	color: #3f3f3f;
}
.socialLinks li img {
	width: 30px;
	height: auto;
}
.socialLinks li:last-child img {
	width: 25px;
}
.socialLinks li a span {
	display: block;
	margin-top: 2px;
}

/* pageTop */
.pageTop {
	margin: 15px 15px 0 0;
	padding-bottom: 20px;
	text-align: right;
}
.pageTop a {
	display: inline-block;
	padding-left: 15px;
	background: url(/library/sp/common/images3/top_ic09.gif) no-repeat 0 48%;
	webkit-background-size: 11px 7px;
	-moz-background-size: 11px 7px;
	background-size: 11px 7px;
	color: #3f3f3f;
}

/* pageTopBtn */
#pageTopBtn {
	position: fixed;
	right: 0;
	bottom: 40px;
	z-index: 10;
}
#pageTopBtn a {
	display: block;
	width: 48px;
	height: 48px;
	background: #000000 url(/library/sp/common/images3/top_ic13.png) no-repeat 50% 50%;
	webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	background-size: 14px 14px;
	opacity: 0.6;
	text-indent: 100%; 
  white-space: nowrap;
}


/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.headTxt:after,
.showBox .login ul:after,
.figureCol01:after,
.campaignBox .bannerList:after,
.searchBox dl:after,
.searchBox dl dd #ranking:after,
#programBlock .programArea ul li:after {
	content: '';
	display: block;
	clear: both;
}


/*----------------------------------------------------
 search suggest
----------------------------------------------------*/
#suggest{
	display: none;
}
/* search Area */
.sea {
/*
 background:-webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dddddd));
*/
 /*background:#fff;*/
 display: -webkit-box;
 /*padding:8px 10px;*/
}

.sea_text {
 display:block;
 -webkit-box-flex:1;
 height: 40px;
 /*margin-right:10px;*/
 margin-right:24px; /* 20120802 p&m add */
 position:relative;
 top:1;
 left:0;
 width:100%
}

.sea_text input {
 outline: none;
 box-sizing: content-box;
 width:100%;
 /*-webkit-border-top-left-radius: 4px;
 -webkit-border-bottom-left-radius: 4px;*/
 -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), color-stop(0.1, #fff ), to(#fff));
 font-size:120%;
 border:solid 1px #bbbbbb;
 line-height:1.23em;
 height:30px;
 padding:4px 22px 4px 8px; /* 20120802 p&m mod  2px → 2px 24px 2px 2px */
 -webkit-border-radius: 0px;
}
.sea_btn {
 width:60px;
 height:38px;
 /*background:-webkit-gradient(linear, left top, left bottom, from(#d9f5f9), to(#9cd6e4));*/
 background: #666666;
 /*-webkit-border-top-right-radius: 4px;
 -webkit-border-bottom-right-radius: 4px;
 -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);*/
 margin-left:6px;
 border:solid 1px #bbbbbb;
 border-left: none;
}
.sea_btn label {
 display:block;
 /*background-image: url(../img/btn_search.png);
 background-position: center center;
 -webkit-background-size: 22px 23px;
 background-repeat: no-repeat;*/
 padding:0;
 margin:0;
 height:38px;
}
.sea_btn input {
 width:60px;
 cursor:pointer;
 height: 38px;
 line-height: 38px;
 font-size:16px;
 border:none;
 background-color: transparent;
 margin:0;
 padding:0;
 text-align: center;
 color: #fff;
}
/*  サジェスト */
.sug {
 width:100%;
 position:absolute;
 top:32px;
 left:0;
 background:#fff;
 -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
 border-bottom-left-radius: 4px;  /* 左下 */
 border-bottom-right-radius: 4px; /* 右下 */
 margin-left:3px;
 display:none;
}
.sug ul {
}
.sug ul li {
 border-bottom:1px solid #999;
}
.sug ul li:last-child {
 border-bottom:none;
}
.sug ul li a {
 display:block;
 text-decoration:none;
 padding:8px 10px;
 line-height:1.3;
 font-size:14px;
}
.sug_set1 a {
 background:#f1f1f1;
 font-size:10px !important;
 padding-top:10px !important;
 padding-bottom:11px !important;
 border-top:solid 1px #fff;
}
.sug_set2 a {
 background:#f1f1f1;
 font-size:10px !important;
 border-bottom-left-radius: 4px;  /* 左下 */
 border-bottom-right-radius: 4px; /* 右下 */
 padding-top:10px !important;
 padding-bottom:11px !important;
 border-top:solid 1px #fff;
}
/* 20120802 p&m add ↓ */
.searchTextClearButton
{
  position: absolute;
  right: -28px;
  top: 4px;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: none;
}
.searchTextClearButton img {
	width: 18px;
	height: 18px;
	padding: 7px 7px;
}
/* 20120802 p&m add ↑ */
/*  20120217 tsuruma Add ↓ */
/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
/*  20120217 tsuruma Add ↑ */
/*  20120921 soga Add ↓ */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
/*  20120921 soga Add ↑ */
/* bssuggest.css */
.bssuggest {
	/*background-color: #fff;*/
	width: 100%;
	padding: 0;
	margin: 0;
	/*position: absolute;*/
	cursor: default;
	/*border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	z-index : 11;*/
}
.bssuggest-table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
.bssuggest .bssuggest-menu-item {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
	width: 100%;
	/*text-align: left;*/
}
.bssuggest .bssuggest-menu-item td {
	/*background-color: #fff;*/
	vertical-align: middle;
	/*height: 21px;*/
	/*color: #333;*/
	/*padding-left: 20px;*/
}
.bssuggest .bssuggest-menu-item td.spsg-row-icon {
/* 2012/02/14 y.tsuruma Upd */
/*	background:url(img/icon_suggest_search.png) no-repeat center center;*/
	background:url(../images4/icon_suggest_search.png) no-repeat center center;
	background-size:22px 22px;
	width: 50px; /* 20130315 techG mod 40px >50px */
	border-top: solid 1px #E6E6E6;
}
.bssuggest .bssuggest-menu-item td.spsg-row-text {
	text-align: left;
	border-top: solid 1px #E6E6E6;
}
.bssuggest .bssuggest-menu-item td.spsg-row-btn {
/* 2012/02/14 y.tsuruma Upd */
/*	background:url(img/icon_suggest_edit.png) no-repeat center center;*/
	background:url(../images4/icon_suggest_edit_140310.png) no-repeat center center;
	background-size:22px 22px;
	width: 50px; /* 20130315 nebig mod 40px >50px */
	border-top: solid 1px #E6E6E6;
	border-left: solid 1px #E6E6E6;
}

.bssuggest .bssuggest-menu-item.bssuggest-state-active {
	background-color: #98c8f0;
	color: #fff;
	font-weight: normal;
}
.bssuggest .bssuggest-footer {
	background-color: #E7F4FD;
	border-bottom: 2px solid black;
	color: #525552;
	font-size: 10px;
	line-height: 2;
	list-style: none;
	margin-bottom: -1px;
	text-align: right;
}
.bssuggest .bssuggest-footer .bssuggest-footer-sw {
	margin-left: 10px;
	padding-right: 15px;
	zoom: 1;
}
.bssuggest .bssuggest-link {
	color: #0000DE;
	text-decoration: underline;
	cursor: pointer;
}
.bssuggest .bssuggest-link-hover {
	color: #FF0000;
}


/* 検索窓 */
input.bssuggest-input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*width: 100%;
	padding-left: 10px;
	display: table-cell;*/
}

/* サジェストUI */
/*#spsg {
	display: none;
	background-color: #FFF;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}*/
#spsg-header {
	display: none;
	background-color: #C8C8C8;
	width: 100%;
	overflow: hidden;
	/*background: url(../img/tab_bg.png) repeat-x left bottom;*/ /* ローエンド版 */
	background-size: 10px 32px;
	height:40px; /* ローエンド版 */
	position: relative;
}
#spsg-content {
	display: none;
	background-color: #FFF;
	width: 100%;
}
.spsg-footer {
	overflow: hidden;
	background:-webkit-gradient(linear, left bottom, left top, from(#fff), to(#ecf5fa));
	border-top: solid 1px #E6E6E6;
	position: relative;
}
.spsg-navi-left {
	text-align: left;
	float: left;
}
.spsg-navi-right {
	text-align: right;
	display: none;
}
.spsg-list {
	/*height: 340px;*/
	/*background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#ecf5fa));*/
	font-size: 120%;
}
/* サジェスト設定画面 */
#spsg-setting {
	display: none;
	background-color: #FFF;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.spsg-setting-header {
	overflow: hidden;
	background-color: #C8C8C8;
	height: 40px;
}
.spsg-setting-header-title {
	text-align: center;
	font-size:15px;
	font-weight: bold;
	text-shadow:rgba(255, 255, 255, 0.8) 0px 1px 0px;
	background: transparent;
}
/* 20120903 soga mod start */
.spsg-setting-header-left {
	float: left;
}
.spsg-setting-header-right {
	float: right;
}
/* 20120903 soga mod end */
.spsg-setting-bd {
	overflow: hidden;
	background-color: #FFF;
	border: solid 1px #D2D2C8;
	padding: 10px;
	/*-webkit-border-radius: 4px;*/
	margin-bottom: 10px;
	font-size: 120%;
}
.spsg-setting-summary {
	float: left;
	text-align: left;
	margin-bottom: 6px;
}
.spsg-setting-sw {
	width: 62px;
	height: 26px;
	float: right;
}
.spsg-setting-sw-on {
	width: 62px;
	height: 26px;
/* 2012/02/14 y.tsuruma Upd */
/*	background:url(img/sw_suggest_on.png) no-repeat center center;*/
	background:url(../images4/sw_suggest_on.png) no-repeat center center;
	background-size: 62px 26px;
}
.spsg-setting-sw-off {
	width: 62px;
	height: 26px;
/* 2012/02/14 y.tsuruma Upd */
/*	background:url(img/sw_suggest_off.png) no-repeat center center;*/
	background:url(../images4/sw_suggest_off.png) no-repeat center center;
	background-size: 62px 26px;
}
.spsg-setting-list {
	/*height: 340px;*/
	background: #F5F5F5;
	padding: 10px;
}
.spsg-setting-btn, .spsg-setting-hsave-btn {
 width: 88px;
 /*background:-webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DCDCDC));*/
 background: #eee;
 display:inline-block;
 padding:4px 0px; /* ローエンド版 */
 border:solid 1px #A0A0A0;
 text-align:center;
 text-decoration:none;
 text-shadow:rgba(255, 255, 255, 0.8) 0px 1px 0px;
 /*-webkit-border-radius: 6px;*/
 font-weight:bold;
 font-size:12px;
 color:#444;
 margin: 6px 10px;
 z-index:9999;
}
.spsg-cancel-btn, .spsg-setting-back-btn {
 width: 88px;
 /*background:-webkit-gradient(linear, left top, left bottom, from(#d9f5f9), to(#9bd4e5));*/
 background: #666;
 display:inline-block;
 padding:4px 0px; /* ローエンド版 */
 border:solid 1px #666;
 text-align:center;
 text-decoration:none;
 /*text-shadow:rgba(255, 255, 255, 0.8) 0px 1px 0px;*/
 /*-webkit-border-radius: 6px;*/
 font-weight:bold;
 font-size:12px;
 color:#fff;
 margin: 6px 10px;
 z-index:9999;
}
.spsg-setting-footer-navi {
	overflow: hidden;
	/*background:-webkit-gradient(linear, left bottom, left top, from(#fff), to(#ecf5fa));
	border-top: solid 1px #ddeef6;*/
	padding: 10px;
}
.spsg-setting-save-btn {
/* 120903 soga add start */
 display: none;
/* 120903 soga add end */
 width: 100%;
 background:-webkit-gradient(linear, left top, left bottom, from(#d9f5f9), to(#9bd4e5));
 padding:6px 0px;
 border:solid 1px #89bede;
 text-align:center;
 text-decoration:none;
 text-shadow:rgba(255, 255, 255, 0.8) 0px 1px 0px;
 -webkit-border-radius: 6px;
 font-weight:bold;
 font-size:14px;
 color:#1c7bb5;
 z-index:9999;
}
.spsg-setting-set-onoff p {
 color: #999;
 font-weight: bold;
 font-size: 18px;
 text-align: left;
 margin-bottom: 10px;
}
