@charset "utf-8";

/* -------------------------------------
   グローバルヘッダー
 ------------------------------------  */
#GLOBAL_HEADER_BACKGROUND{
    height:     100px;
    background: #091e2e 0 0 repeat-x url("../images/parts/global_header/gh_background.gif");
}
#GLOBAL_HEADER_CONTAINER{
    margin: 0px auto;
    width:  1000px;
    height:  91px;
    font-size: 11px;
	color: #ffffff;
}


#GH_base img{
    vertical-align: top;
}
#GH_base div.left{
    float: left;
	margin-top: 7px;
    width: 515px;
	height: 50px;
}
#GH_base div.left span.welcome{
    vertical-align: bottom;
    font-size:   13px;
    font-weight: bold;
    color:       #ff9900;
}

#GH_base div.right{
    float: right;
	margin-top: 7px;
    width: 485px;
	height: 53px;
}
#GH_base div.right ul.generic_menu{
    text-align: right;
}
#GH_base div.right ul.generic_menu li{
    display: inline;
    margin-left: 4px;
}
#GH_base div.right ul.generic_menu li a{
	text-decoration: none;
	padding-left: 9px;
	padding-right: 2px;
    background: transparent no-repeat left center url("../images/parts/global_header/navi_ico_arrow.gif");
}
#GH_base div.right ul.generic_menu li a:link,
#GH_base div.right ul.generic_menu li a:visited{
	color: #ffffff;
}
#GH_base div.right ul.generic_menu li a:hover{
	color: #ffcc00;
}
#GH_base div.right ul.customer_menu{
    text-align: right;
    margin-top: 4px;
}
#GH_base div.right ul.customer_menu li{
    display: inline;
    margin-left: 10px;
}


#GH_categries div.left{
	float: left;
    width: 780px;
	height: 38px;
}
#GH_categries div.left ul.categories{
    height: 26px;
	margin-top: 12px;
}
#GH_categries div.left ul.categories li{
    display: inline;
    margin-right: 2px;
}
#GH_categries div.left ul.categories img{
    vertical-align: bottom;
}

#GH_categries div.right{
	float: right;
    width: 220px;
	height: 38px;
}
#GH_categries div.right ul.buy_menu{
    text-align: right;
    margin-top: 4px;
}
#GH_categries div.right ul.buy_menu li{
    display: inline;
    margin-left: 10px;
}



/* -------------------------------------
   グローバル検索ボックス
 ------------------------------------  */
#GLOBAL_SEARCH_BOX_BACKGROUND{
    height:     44px;
    background: #dad3ad;
}
#GLOBAL_SEARCH_BOX_CONTAINER{
    margin: 0px auto;
    padding: 5px 0;
    width:   1000px;
    height:    34px;
}
/*#GSB_base div.search_form{
	float: left;
    padding: 6px 10px;
    width:  627px;
    height:  22px;
    background: transparent 0 0 no-repeat url("../images/parts/global_header/global_search_bg.gif");
}*/
* html #GSB_base div.search_form{/* for IE6 */
    padding: 5px 10px;
    height:  24px;
}
#GSB_base input.textbox, #GSB_base select{
    border: solid 1px #c9bf87;
    color: #333333;
}

/***** add start 2015/12/02 by Arcphilia *****/
#GSB_base div.search_form{
	float: left;
    padding: 1px 0;
	width:600px;
}
/*#GSB_base #search_word_form,
#GSB_base #search_word_form select{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}*/	
#GSB_base #search_word_form{
	float:left;
	background:#fff;
	border:1px solid #9D986C;
	width:400px;
	height:26px;
	padding:2px;
	border-radius:3px;
	margin-right:5px;
}
#GSB_base #search_word_form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	
	background:url(../images/parts/global_header/arrow_white_down.png) no-repeat 78px center #9D986C;
	width:90px;
	height:26px;
	color:#fff;
	border:none;
	border-radius:3px;
	font-size:12px;
	text-align:left;
	padding:0 0 0 8px;
	
}
#GSB_base #search_word_form select::-ms-expand {
	display: none;
}
#GSB_base #search_word_form input.textbox{
	width:275px;
	outline: 0;
	border:none;
	background:#fff;
	font-size:14px;
	padding:4px 8px;
}
#GSB_base #search_word input.button_search_word{
	outline: 0;
	float:left;
	background:url("../images/parts/global_header/btn_search_word.png");
	width:32px;
	height:32px;
	border:none;
	cursor:pointer;
}
#GSB_base #search_word input.button_search_word:hover{
	opacity:0.9;
}
#GSB_base #safe_search{
	float:right;
	width:145px;
	font-size:11px;
	padding-top:5px;
}
#GSB_base #safe_search p{
	float:left;
	margin-right:5px;
	padding-top:3px;
}
#GSB_base #safe_search input {
    display: none;
}
#GSB_base #safe_search label{
    display: block;
    float: left;
    cursor: pointer;
    width: 35px;
    margin: 0 2px 0 0;
    padding: 5px 0;
    background: #999;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    transition: .2s;
	border-radius: 3px
}
#GSB_base #safe_search input[type="radio"]:checked + .switch-on,
#GSB_base #safe_search input[type="radio"]:checked + .switch-off {
    background-color: #46411E;
}
/***** add end 2015/12/02 by Arcphilia *****/

/*#GSB_base input.textbox{
    padding:  3px;
    width:  188px;
    height:  14px;
    font-size: 13px;
    vertical-align: middle;
}
#GSB_base input.button_search{
    border: none;
    width:  121px;
    height:  22px;
    background: transparent 0 0 no-repeat url("../images/parts/global_header/global_search_bt_search_off.gif");
    vertical-align: middle;
}*/
#GSB_base img{
    vertical-align: middle;
}
#GSB_base div.right{
	float: right;
    text-align: right;
    margin-top: 3px;
}
#GSB_base div.right a.ranking{
	margin-right: 14px;
}
#GSB_base div.bt_area_rss_ranking{
	float: right;
}
#GSB_base div.bt_area_rss_ranking p{
	float: left;
	vertical-align: middle;
	margin: 2px 5px;
}
#GSB_base div.bt_area_rss_ranking p.rss_button{
	margin: 8px 0 0 5px;
}
/* -------------------------------------
   緊急告知領域
 ------------------------------------  */
#GLOBAL_MAIN_EMERGENCY{
    margin: 5px 0 10px 0;
    border: solid 1px #dad3ad;
    padding: 2px 0 2px 6px;
    color:  #ff0000;
    font-size: 11px;
    background: #ffffff;
}
#GLOBAL_MAIN_EMERGENCY_CPS{
    margin: 5px 0 10px 0;
    border: solid 1px #dad3ad;
    padding: 8px 0 8px 6px;
    color:  #ff0000;
    font-size: 18px;
    background: #ffffff;
}



/* -------------------------------------
   20131015追加
 ------------------------------------  */
#header {
	margin: 0 auto;
	padding-top: 8px;
	width: 1000px;
}
#header .hBox {
	margin-bottom: 1px;
}
#header .hBox p {
	margin: 0;
	width: 515px;
	float: left;
	color: #2E2E2E;
	font-size: 11px;
	font-weight: bold;
}
#header .hBox ul {
	width: 470px;
	float: right;
	text-align: right;
}
#header .hBox li {
	margin-left: 5px;
	display: inline;
}
#header .hBox li a {
	padding-left: 11px;
	display: inline-block;
	color: #2E2E2E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/parts/global_header/icon.gif) no-repeat left 3px;
}
#header .hBox li a:link,
#header .hBox li a:visited{
    color:           #2E2E2E;
    text-decoration: none;
}
#header .hBox li a:hover{
    color:           #ffcc00;
    text-decoration: underline;
}
#header .hInner{
	position:relative;
}
#header .hInner h1{
	float:left;
	margin:-15px 12px 0 0;
}
#header .hInner .hLogo{
	float:left;
	margin:-15px 12px 0 0;
}
#header .hInner .left {
	float: left;
	width:100%;
}
#header .hInner .left ul {
	margin-bottom: 14px;
}
#header .hInner .left li {
	margin-right: 15px;
	float: left;
}
#header .hInner .left .liStyle {
	margin: 9px 0 0;
	width: 496px;
	background: #EAA204 url(../images/parts/global_header/header_text_top_bg.gif) no-repeat left top;
}
#header .hInner .left .liStyle span {
	padding: 4px 5px 5px;
	display: block;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: url(../images/parts/global_header/header_text_btm_bg.gif) no-repeat left bottom;
}

/***** add start 2014/03/12 by yano *****/
#header .hInner .left .liStyle2 {
	margin: -7px 0 0;
	width: 336px;
	background: #ff88ff url(../images/parts/global_header/header_text_top_bg3.gif) no-repeat left top;
}
#header .hInner .left .liStyle2 span {
	padding: 4px 5px 5px;
	display: block;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background:  url(../images/parts/global_header/header_text_btm_bg3.gif) no-repeat left bottom;
}
#header .hInner .left .liStyle2 span a{
	color:#ffffff;
	font-style:bold;
	text-decoration:none;
}
#header .hInner .left .liStyle2 span a:hover{
	text-decoration:underline;
}
/***** add end 2014/03/12 by yano *****/

#header .hInner .left li img {
	display: block;
}
#header .hInner .left .categories {
	margin: 0 0 0 1px;
	clear: both;
}
#header .hInner .categories li {
	margin-right: 2px;
}
#header .hInner .linkList {
	padding-top: 20px;
	right:0;
	position:absolute;
}
#header .hInner .linkList li {
	padding-left: 6px;
	float: left;
}

#header .linkList .link {
	padding-left: 0px !important;
	margin-top:0px;
	float: left;
	position: relative;
}
#header .linkList .link a {
	padding-right:5px;
	width: 49px;
	display: block;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top:36px;
	overflow:hidden;
	height:0;
	background: url(../images/parts/global_header/otoku_img.png) no-repeat left top;
}
#header .linkList .link a:hover {
	background-position:0 -36px;
}
#header .linkList .link a span {
	padding: 10px 3px;
	display: block;
	text-align: center;
}
#header .linkList .link p {
	margin: 0;
	padding: 4px 0px 6px 0px;
	position: absolute;
	left: 33px;
	top: -5px;
	color: #FFF;
	font-size: 11px;
	background: url(../images/parts/global_header/header_img.png) no-repeat left top;
	width: 23px;
	height: 23px;
	text-align: center;
}
/***** mod start 2014/03/12 by yano *****/
/*
#header .hSection {
	margin-bottom: 7px;
}
*/
#header .hSection {
	margin-bottom: 7px;
	height: 42px;
}
/***** mod end 2014/03/12 by yano *****/

#header .hSection .logo {
	margin-right: 9px;
	float: left;
}
#header .hSection dl {
	width:800px;
	color: #2F2F2F;
	font-size: 12px;
	font-weight: bold;
}
#header .hSection dt {
	float: left;
	padding-right:10px;
}
#header .hSection dd {
	padding: 0 0 3px 6.0em;
	text-align: left;
	word-break: break-all;
}
.linkTextList {
	clear: both;
}
.linkTextList li {
	margin-top: 4px;
	background-color: #FCE399;
}
.linkTextList .liStyle {
	background-color: #FFFA99;
}
.linkTextList li span {
	margin: 0 auto;
	padding: 5px 0;
	width: 1000px;
	display: block;
	color: #000;
	font-size: 12px;
	text-align: center;
}
.linkTextList li span a {
	margin-left: 15px;
	color: #007FFF;
	text-decoration: none;
}
.linkTextList li span a:hover {
	text-decoration: underline;
}