
div#headerWrapper {
    left: 0px;
    top: 0px;
    width: 100%;
    border-bottom-color: #e5e5e5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    /*position: fixed;*/
    z-index: 10;
    opacity: 0;
	/*background-color: rgb(255, 255, 255);*/
    background-color: #013b96;
    -moz-opacity: 0;
}

* html div#headerWrapper {
    position: absolute;
}

header#header {
    margin: 0px auto;
    width: 1024px;
    min-height: 31px;
/* retuch nak 20151118 42px */
    overflow: hidden;
}

header#header .box_logo {
    padding-top: 4px;
    padding-left: 12px;
    font-size: 0px;
    float: left;
}

header#header .logo {
    font-size: 10px;
    margin-right: 18px;
    vertical-align: middle;
    display: inline-block;
    -ms-zoom: 1;
}

header#header .box_menu {
    text-align: right;
    padding-top: 0px;
/* retuch nak 20151118 */
    padding-right: 13px;
    font-size: 0px;
    float: right;
    position: relative;
}

header#header .inq_tel {
    left: -225px;
    top: 6px;
    position: absolute;
}

header#header .list_utility {
    overflow: hidden;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    -ms-zoom: 1;
}

header#header .list_utility li {
    float: left;
}

header#header .list_utility li:first-child {
    border-left: none;
}

header#header .list_utility li.sitemap {
    padding-top: 4px;
    border-left-color: currentColor;
    border-left-width: medium;
    border-left-style: none;
}

/* add nak 20151118 */
header#header .list_utility li a {
    display: block;
    min-height: 13px;
    padding: 10px 12px 8px 32px;
    color: #ffffff;
    border-left: 1px solid #01235a;
    text-decoration: none;
}

header#header .list_utility .favoritelist a {
    background: url("/static/shared/images/btn_bg_list_utility_favoritelist.png") 10px 9px no-repeat;
}

header#header .list_utility .recent a {
    background: url("/static/shared/images/btn_bg_list_utility_recent.png") 10px 10px no-repeat;
}

header#header .list_utility a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

header#header .list_utility a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/* / add nak 20151118 */

header#header .list_utility li.sitemap a:hover {
    color: rgb(1, 59, 150);
}

#headerSubWrapper {
    border-top: 1px solid #01235a;
    background: #ffffff url(/static/shared/images/bg_headersubwrapper.gif) 0 0 repeat-x;
}

#headerSubWrapper .header_sub {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 24px;
}

#headerSubWrapper .header_sub .txt {
    padding-top: 7px;
    color: #aaaaaa;
    font-size: 9px;
    margin-left: 2px;
}

#headerSubWrapper .header_sub .link_sitemap {
    position: absolute;
    right: 0;
    top: 4px;
}

/* / add nak 20151119 */
#headerSubWrapper .header_sub .foreignlang_navi {
    position: absolute;
    right: 100px;
    top: 4px;
}

#headerSubWrapper .header_sub .foreignlang_navi li {
    float: left;
}

#headerSubWrapper .header_sub .foreignlang_navi li a {
    padding: 5px 10px 2px;
    font-size: 11px;
}

#headerSubWrapper .header_sub .foreignlang_navi li a:hover {
    color: #666666;
}
/* / add nak 20151119 */


/* add nak 20151118 */
#gobalNaviWrapper {
    border-top: 1px solid #f5f5f5;
    background-color: #ffffff;
}

#gobalNaviWrapper .box {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 78px;
}

#gobalNaviWrapper .box_logo {
    float: left;
    margin-top: 12px;
    margin-left: 2px;
}

#gobalNaviWrapper .global_navi {
    float: left;
    display: table;
    margin-top: 16px;
    margin-left: 57px;
}

#gobalNaviWrapper .global_navi li {
    float: left;
}

#gobalNaviWrapper .global_navi li a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background-image: url(/static/shared/images/btn_globalnavi.png);
    background-repeat: no-repeat;
}

#gobalNaviWrapper .global_navi li a {
    color: #000000;
}

#gobalNaviWrapper .global_navi li.gnav1 a {
    width: 110px;
    height: 50px;
    background-position: 0px 0px;
}

#gobalNaviWrapper .global_navi li.gnav1 a:hover {
    background-position: 0px -50px;
}

#gobalNaviWrapper .global_navi li.gnav2 a {
    width: 156px;
    height: 50px;
    background-position: -110px 0px;
}

#gobalNaviWrapper .global_navi li.gnav2 a:hover {
    background-position: -110px -50px;
}

#gobalNaviWrapper .global_navi li.gnav3 a {
    width: 165px;
    height: 50px;
    background-position: -266px 0px;
}

#gobalNaviWrapper .global_navi li.gnav3 a:hover {
    background-position: -266px -50px;
}

#gobalNaviWrapper .global_navi li.gnav4 a {
    width: 111px;
    height: 50px;
    background-position: -431px 0px;
}

#gobalNaviWrapper .global_navi li.gnav4 a:hover {
    background-position: -431px -50px;
}

/* add 171114 ss */
#gobalNaviWrapper .global_navi li.gnav4 .shop_txt{
	margin-bottom:3px;
}
#gobalNaviWrapper .global_navi li.gnav4 .shop_txt span{
	padding:0 10px;
	border-radius:10px;
	background-color:#ff4e86;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

#gobalNaviWrapper .inq_tel {
    float: right;
    margin-top: 5px;
}

#gobalNaviWrapper img:hover {
    opacity: 0.8;
}

/* btn_easy_search */
header#header .btn_easy_search {
    margin: 0px;
    font-size: 12px;
    vertical-align: bottom;
    display: inline-block;
    -ms-zoom: 1;
}

header_l header#header .btn_easy_search {
    margin: 10px;
}

header#header .btn_easy_search a {
    width: 60px;
    display: block;
    min-height: 13px;
    padding: 10px 12px 8px 32px;
    color: #ffffff;
    text-align: left;
    border-left: 1px solid #01235a;
    text-decoration: none;
}

header#header .btn_easy_search a {
    background: url("/static/shared/images/header_open_btn_close_off.png") 10px -1px no-repeat;
}

header#header .btn_easy_search a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none !important;
    background: url("/static/shared/images/header_open_btn_close_off.png") 10px -1px no-repeat;
}

header#header .btn_easy_search.btn_close {
	/*position: relative;
	width: 86px;*/
}

header#header .btn_easy_search.btn_close a {
    color: #000000;
    background: #ece2c8 url("/static/shared/images/header_open_btn_close_off.png") 10px -33px no-repeat;
}

header#header .btn_easy_search.btn_close a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none !important;
}

header#header .list_utility a:hover,
header#header .btn_study_list a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none !important;
}

/* / add nak 20151118 */


/* retouch nak 20151118 */
header#header .btn_study_list {
    border-left: 1px solid #01235a;
    vertical-align: bottom;
    font-size: 12px;
    display: inline-block;
    -ms-zoom: 1;
}

header#header .btn_study_list a {
    display: block;
    width: 110px;
    height: 21px;
    padding-left: 32px;
    padding-top: 10px;
    text-align: left;
    text-decoration: none;
    background: url("/static/shared/images/btn_bg_study_list_star.png") 10px 9px no-repeat;
}

header#header .list_utility a:hover,
header#header .btn_study_list a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none !important;
}
/*header#header .btn_study_list a:hover {
	color: rgb(17, 17, 17); opacity: 0.8;
}*/
header#header .btn_study_list .text {
	/*text-indent: 100%;
	overflow: hidden;*/
    display: block;
    white-space: nowrap;
    color: #ffffff;
}
/* /retouch nak 20151118 */

/* retouch nak 20151118 */
header#header .btn_study_list .number {
    top: 7px;
    right: 13px;
	/*width: 5px;
	height: 5px;*/
    padding: 2px 10px;
    text-align: center;
    display: block;
    position: absolute;
    cursor: pointer;
    border-radius: 8px;
        /* CSS3草案 */
    -webkit-border-radius: 8px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;
   /* Firefox用 */
    background-color: #ffea00;
}
/* /retouch nak 20151118 */

* html header#header .btn_study_list .text {
    display: none;
}

/* header_open */
#header_open {
    position: relative;
    margin-top: -104px;
 /* retouch nak 2015118 - 30px */
    background: #ECE2C8;
    text-align: center;
    padding: 15px 0px;
}

#header_open .easy_search li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 4px;
    *margin-right: 10px;
}

#header_open .easy_search li img {
    margin-right: 4px;
}

#header_open .easy_search li.input_txt {
    position: relative;
}

#header_open .easy_search li.input_txt input {
    color: #898989;
}

#header_open .easy_search li.input_txt input.input-focus {
    color: #000000;
}

#header_open .easy_search li.input_txt .select_list {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
    padding: 7px 0px;
    width: 320px;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    position: absolute;
    top: 35px;
    right: 1px;
}

#header_open .easy_search li.input_txt .select_list li {
    display: block;
    margin-right: 0px;
}

#header_open .easy_search li.input_txt .select_list a {
    text-align: left;
    display: block;
    padding: 7px 10px;
}

#header_open .easy_search li.input_txt .select_list a:hover {
    background: #E5EBF4;
}

#header_open .custom_select::before {
    border-width: 3px;
}

#header_open .custom_select {
    font-size: 14px;
    height: auto !important;
    width: 11.2em !important;
    padding: 4px 35px 3px 10px;
}

#header_open .mod_btn_all {
    height: 32px;
    *height: 20px;
    width: 116px;
    padding: 6px;
    _padding-bottom: 2px;
}

#header_open .mod_btn_all_pink {
    border: none;
}

#header_open .mod_btn_all::before {
    border-width: 3px;
}

#header_open .mod_btn_all .mod_btn_append_search {
    font-size: 17px;
    background: url(/static/shared/images/icon/icn_btn_search_s.png) no-repeat 18px 3px;
    left: -12px;
}

#header_open .mod_btn_disabled {
    padding: 4px;
}

/*#header_open input[type="text"],*/
#header_open input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0A3F94;
    font-size: 14px;
	/* box-shadow */
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset;
	/*vertical-align: 0em;*/
    vertical-align: middle;
    width: 310px;
    padding: 4px 0px 4px 10px;
    margin-left: 5px;
}

#header_open_free .mod_box_section,
#header_open .mod_box_section {
    margin: 15px auto 0px;
    width: 980px;
    padding: 20px 0px 20px 20px;
}

#header_open_free .mod_box_section .message,
#header_open .mod_box_section .message {
    color: #9b802e;
}

#header_open_free .mod_box_section ul,
#header_open .mod_box_section ul {
    text-align: left;
    margin-top: 10px;
}

#header_open_free .mod_box_section ul li,
#header_open .mod_box_section ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 10px 10px 0px 0px;
    *margin: 10px 13px 0px 0px;
}

/*svg logo*/
#headerWrapper .box_logo .logo a {
    display: inline-block;
}

#headerWrapper .box_logo .logo object {
    pointer-events: none;
}

header#header .btn_free_search {
    margin: 0px;
    font-size: 12px;
    vertical-align: bottom;
    display: inline-block;
    -ms-zoom: 1;
}

header_l header#header .btn_free_search {
    margin: 10px;
}

header#header .btn_free_search a {
    width: 105px;
    display: block;
    min-height: 13px;
    padding: 10px 12px 8px 32px;
    color: #ffffff;
    text-align: left;
    border-left: 1px solid #01235a;
    text-decoration: none;
    overflow: hidden;
}

header#header .btn_free_search a {
    background: url("/static/shared/images/header_open_btn_close_off.png") 10px -1px no-repeat;
}

header#header .btn_free_search a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none !important;
    background: url("/static/shared/images/header_open_btn_close_off.png") 10px -1px no-repeat;
}

header#header .btn_free_search.btn_close {
	/*position: relative;
	width: 86px;*/
}

header#header .btn_free_search.btn_close a {
    color: #000000;
    background: #cdd5e1 url("/static/shared/images/header_open_btn_close_off.png") 10px -33px no-repeat;
}

header#header .btn_free_search.btn_close a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #000000;
    background-color: #bfccdf;
    text-decoration: none !important;
}



/*freeword*/
/*
header#header .btn_free_search {
	margin: 0px 15px 0 0; font-size: 12px; vertical-align: middle; display: inline-block; -ms-zoom: 1;
}
header_l header#header .btn_free_search {
	margin: 10px;
}
header#header .btn_free_search a {
	background-position: 0px 0px;
	width: 127px;
	height: 24px;
	text-indent: 100%;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	background-image: url("/static/shared/images/btn_freeword_search.png");
	background-repeat: no-repeat;
}
header#header .btn_free_search a:hover {
	background-position: 0px -24px;
}

header#header .btn_free_search.btn_close {
	position: relative;
	width: 127px;
}
header#header .btn_free_search.btn_close a {
	background: #ECE2C8 url("/static/shared/images/header_open_btn_free_close.gif") no-repeat center top;
	*background: #ECE2C8 url("/static/shared/images/header_open_btn_free_close.gif") no-repeat left top;
	position: absolute;
	height: 45px;
	top: -12px;
	*left: 0px;
}
header#header .btn_free_search.btn_close a:hover {
	background: url("/static/shared/images/header_open_btn_free_close_on.gif") no-repeat center top;
	*background: url("/static/shared/images/header_open_btn_free_close_on.gif") no-repeat left top;
}
*/

/* header_open_free */
#header_open_free {
    position: relative;
    margin-top: -104px;
 /* retouch nak 2015118 - 30px */
    background: #cdd5e1;
    text-align: center;
    padding: 15px 0px;
}

#header_open_free .free_search li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 4px;
    *margin-right: 10px;
}

#header_open_free .free_search li img {
    margin-right: 4px;
}

#header_open_free .free_search li.input_txt {
    position: relative;
}

#header_open_free .free_search li.input_txt input {
    color: #898989;
}

#header_open_free .free_search li.input_txt input.input-focus {
    color: #000000;
}

#header_open_free .free_search li.input_txt .select_list {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
    padding: 7px 0px;
    width: 320px;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    position: absolute;
    top: 35px;
    right: 1px;
}

#header_open_free .free_search li.input_txt .select_list li {
    display: block;
    margin-right: 0px;
}

#header_open_free .free_search li.input_txt .select_list a {
    text-align: left;
    display: block;
    padding: 7px 10px;
}

#header_open_free .free_search li.input_txt .select_list a:hover {
    background: #E5EBF4;
}

#header_open_free .custom_select::before {
    border-width: 3px;
}

#header_open_free .custom_select {
    font-size: 14px;
    height: auto !important;
    width: 11.2em !important;
    padding: 4px 35px 3px 10px;
}

#header_open_free .mod_btn_all {
    height: 32px;
    *height: 20px;
    width: 116px;
    padding: 4px;
    _padding-bottom: 2px;
}

#header_open_free .mod_btn_all_pink {
    border: none;
}

#header_open_free .mod_btn_all::before {
    border-width: 3px;
}

#header_open_free .mod_btn_all .mod_btn_append_search {
    font-size: 17px;
    background: url(/static/shared/images/icon/icn_btn_search_s.png) no-repeat 18px 3px;
    left: -12px;
}

#header_open_free .mod_btn_disabled {
    padding: 4px;
}

/*#header_open_free input[type="text"],*/
#header_open_free input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0A3F94;
    font-size: 14px;
	/* box-shadow */
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset;
	/*vertical-align: 0em;*/
    vertical-align: middle;
    width: 310px;
    padding: 4px 0px 4px 10px;
    margin-left: 5px;
}

#header_open_free .mod_box_section {
    margin: 15px auto 0px;
    width: 980px;
    padding: 20px 0px 20px 20px;
}

#header_open_free .mod_box_section .message {
    color: #9b802e;
}

#header_open_free .mod_box_section ul {
    text-align: left;
    margin-top: 10px;
}

#header_open_free .mod_box_section ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 10px 10px 0px 0px;
    *margin: 10px 13px 0px 0px;
}

#header_open_free .mod_box_error {
    margin: 15px auto 0px;
    width: 980px;
    padding: 20px 0px 20px 20px;
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
}

#header_open_free .mod_box_error .message {
    color: #ff0000;
}

/*month*/
#gobalNaviWrapper .box_logo.month_logo{
	margin-top: 14px;
}
#gobalNaviWrapper .global_navi.month_navi{
	margin-left:28px;
}

 /*suggestion*/
.free_search {
	position: relative;
}

.free_search .inputClearBtn {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
	width: 20px;
	height: 20px;
	margin: auto 60px auto auto;
	cursor: pointer;
}

.free_search .inputClearBtn:before {
	content: '\00d7';
	display: block;
	line-height: 20px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background: #a0a0a0;
	border-radius: 50%;
}

#suggestList {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10;
}

#suggestList ul {
	width: 235px;
	border: 1px solid #a0a0a0;
	background: #fff;
}

#suggestList li {
	display: block;
}

#suggestList li a {
	display: block;
	padding: 8px 17px;
	font-size: 13px;
	line-height: 1.4;
	color: #013b96;
	text-decoration: underline;
	cursor: pointer;
}

#suggestList li a:hover {
	background: #eff2f4;
	color: #82a9eb;
}

#suggestList .ui-state-focus {
	background: #eff2f4;
	color: #82a9eb;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
