/* ============================================================
  RESET
============================================================ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body, html {
  line-height: 1;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}

/* ============================================================
  GLOBALS
============================================================ */

html, body {
  zoom: 1 !important;
  margin: 0;
  padding: 0;
}
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  /*font-family:  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  transition: color 0.25s ease;
}
.ua-ie body {
  /*font-family: "メイリオ", Meiryo, arial, sans-serif;*/
}

/* clear floated divs */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -393px;
}
.push {
  height: 393px;
  clear: both;
}
.full {
  width: 100%;
  display: block;
  overflow: hidden;
}
.one {
  width: 100%;
  display: block;
  overflow: hidden;
}
.half {
  width: 50%;
  display: block;
  float: left;
  overflow: hidden;
}
.one.pmid {}
.half.pleft {
  width: 49%;
  margin-top: 10px;
  padding-right: 1%;
  border-right: 1px dotted #ccc;
}
.half.pright {
  margin-top: 10px;
  width: 49%;
}
.twothird {
  width: 66%;
  display: block;
  float: left;
}
.nofloat {
  float: none;
  clear: both;
}
.onetwice {
  width: 49%;
  display: block;
  float: left;
}
form.list-search .onetwice label {
  width: 90% !important;
}
form.list-search .onetwice input[type="checkbox"] {
  margin-left: 10px !important;
}
.onethird {
  width: 33%;
  display: block;
  float: left;
}
.onefourth {
  width: 25%;
  height:auto;
  display: block;
  float: left;
  padding-top:2px;
}
.container {
  max-width: 1002px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.container.note {
    margin-bottom: 5px;
    padding-top: 8px;
    height: 39px;
    max-height: 39px;
}
.container .tel {
    font-size: 13px;
}
.blockcenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}

/*HEADER*/

#header {
  width: 100%;
  display: block;
  overflow: visible;
  /*border-bottom: 1px solid #dadada;*/
}
#header .top-header {
  background: #f3f3f3;
  border-bottom: 1px solid #dadada;
}
#header .top-header .contents {
	overflow: hidden;
/*	margin-bottom: 6px;*/
}
#header .top-header .contents .mainlogo {
  display: block;
	float: left;
/*	margin-top: 12px;*/
	width: 443px;
	height: auto;
}

.logout-container {
	position: absolute;
	bottom:3px;
/*	left:460px;*/
  right: 45px;
	font-size:12px;
	width:400px;
	font-weight:bold;
}
.link_icon_pconly img {
    width: auto;
    height: 23px;
}
.link_icon_sponly {
    display:none;
}

.header-btns {
	float: right;
	overflow: hidden;
}

/*SEARCHBAR*/
.header-search-container {
	float: left;
	margin-right: 10px;
}
.searchbar {  
  margin-top: 16px;
	overflow: hidden;
  width: 311px;
}
.searchbar input[type="text"] {
  float: left;
  display: block;
  margin: 0;
  width: 263px;
  font-family: sans-serif;
  font-size: 13px;
  appearance: none;
  box-shadow: none;
  border-radius: 2px;
/*  background: white url(../images/icon_magnlens.png) 98% 50% no-repeat;*/
}
.searchbar input[type="text"]:focus {
  outline: none;
/*  background: white url(../images/icon_magnlens_focus.png) 98% 50% no-repeat;*/
}
.searchbar input[type="text"] {
  padding: 5px 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.searchbar input[type="text"]:focus, .searchbar input[type="text"].focus {
  border: solid 1px #5cc424;
  box-shadow: 0 0 5px 1px #ccc;
}

.searchbtn {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}

.searchconfirm {
  display: block;
  width: 112px;
  background: url(../images/icon_greentriangle_mid.png) 0% 2px no-repeat;
  padding-left: 14px;
	float: right;
  margin-right: 26px;
	margin-top: 6px;
}
.searchconfirm a {
  text-decoration: none;
}
.searchconfirm .jp_title {
  font-size: 13px;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  float: left;
}
.searchconfirm .en_title {
  font-family: 'Capriola', sans-serif;
  color: #4ac508;
  font-size: 12px;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  float: right;
}

.header-switch-container {
	float: right;
}
.englishswitch {
  display: block;
  width: 125px;
  margin-top: 10px;
}
.englishswitch .btn_gray {
  height: 22px;
  display: block;
  font-size: 13px;
  line-height: 22px;
  border-radius: 4px;
  background: #BBB;
}
.catalogswitch {
  display: block;
  width: 125px;
  margin-top: 2px;
}
/*e-catarogあずきカラー通常版*/
/*.catalogswitch .btn_gray {
  height: 22px;
  display: block;
  font-size: 13px;
  line-height: 22px;
  border-radius: 4px;
  background: #8e2141;
}*/
/*e-catarog冬カラー*/
.catalogswitch .btn_gray {
  height: 22px;
  display: block;
  font-size: 13px;
  line-height: 22px;
  border-radius: 4px;
  background: #ff6347;
}

/*NAVIGATION MENU*/

#nav {
  /*display: block;*/
  vertical-align: bottom;
  /*cursor: pointer;*/
  max-width: 1002px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
	width: 100%;
	display: flex;
}
#nav ul li {
  display: block;
	/*float: left;*/
  position: relative;
  height: 70px;
	/*padding-right: 75px;*/
  /*min-width: 16%;*/
}
#nav ul li.home {
  /*margin: 0px 0px 0px 10px;*/
  padding-left: 10px;
  /*min-width: 12%;*/
	padding-right: 85px;
}

#nav ul li.normarg {
/*	padding-right: 23px;*/
	min-width: 20%;
}

/*ACTIVE STATUS TRIANGLE*/

#nav ul li.active {
  background: url(../images/icon_menu_active_1.png) no-repeat bottom left;
}
#nav ul li.active.m_engtext {
  background-position: 45px bottom;
}
#nav ul li.active.home {
  background-position: 25px bottom;
  border-right: 3px solid #009b63;
  padding: 0 15px;
}
#nav ul li.active.m_elearn {
  background-position: 37px bottom;
}
#nav ul li.active.m_contact {
  background-position: 37px bottom;
}
#nav ul li.active.special {
  background: #fffcc1 url(../images/icon_menu_active_1.png) no-repeat bottom left;
  background-position: 70px bottom;
}

/* style all links */

#nav a {
  /*padding: 0 30px 0 0;
    margin: 15px 30px 0 0;*/
  margin: 0;
  padding: 0;
  margin-top: 15px;
  color: #000;
  text-decoration: none;
  display: block;
  text-align: center;
  position: relative;
}
#nav .homeicon {
  margin: 0 auto;
  display: block;
}
#nav h4.en_title {
  font-size: 13px;
  font-family: 'Capriola', sans-serif;
  font-weight:bold;
  color: #4ac508;
  line-height: 24px;
}
#nav h4.jp_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
}

/* style sub level links */

#nav ul li.m_engtext,
#nav ul li.m_elearn {
	margin-right: auto;
        min-width: 15%;
        border-right: 3px solid #009b63;
        padding: 0 15px;
}

#nav ul li.special {
  background: #fffcc1;
  border-left: 3px solid #009b63;
	border-right: 3px solid #009b63;
  padding: 0 15px;
  /*float:right;*/
  /*float: none;*/
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  min-width: 14%;
  /*width: auto;*/
  /*width: 120px*/
}
#nav li.special.close {
  border-right: 1px solid #dadada;
  margin-right: 0;
	padding-left: 16px;
	 -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nav ul li.special2 {
  background: #ffe4e1;
  border-left: 3px solid #009b63;
  padding: 0 15px;
  /*float:right;*/
  /*float: none;*/
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  /*min-width: 14%;*/
  width: auto;
  /*width: 120px*/
	 -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nav ul li.special + .special {
	border-left: none;
}

#nav h4.jp_title_small {
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
  /*position: relative;
    left: 15px;
    top: 8px;*/
  margin-left: 50px;
  margin-right: 5px;
  padding-top: 6px;
}
#nav h4.en_title_small {
  font-size: 13px;
  line-height: 14px;
  /*    position: relative;
    left: 15px;
    top: 10px;*/
  margin-left: 50px;
  padding-top: 2px;
  margin-right: 5px;
  font-family: 'Capriola', sans-serif;
  color: #4ac508;
  font-weight:bold;
}
#nav h4.jp_title_small.tsm {
  top: 14px;
}
#nav .useraccount {
  background: url(../images/icon_user_2020.png) 0% 0% no-repeat;
  height: 38px;
}
#nav .cart {
  background: url(../images/icon_cart_2020.png) 0% 0% no-repeat;
  height: 36px;
  position: relative;
}
#nav .number {
  display: block;
  background: url(../images/icon_cart_number.png) no-repeat;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 20px;
  position: absolute;
  letter-spacing: 0px;
  top: -3px;
  left: -7px;
//  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


#nav .useraccount h4.jp_title_small {
	width: 80px;
}


/*SUB MENU ENTRIES*/


/* sub navigation */

#nav ul.sub-menu {
  display: none;
  height: auto;
  -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.75);
  left: 0px;
  /*margin-left: -10px;*/
  background: #f9f9f9;
  overflow: hidden;
  width: 200px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #cacaca;
  border-top: 1px solid #efefef;
}
#nav ul.sub-menu li {
  /*width: 180px;*/
  width: 300px;
  height: auto;
  line-height: 26px;
  border-bottom: 1px solid #efefef;
  position: relative;
}
#nav ul.sub-menu li:last-child {
  border-bottom: none
}
#nav li ul {
  position: absolute;
  /*POSITION SUBMENU*/
  top: 70px;
  /* make this equal to the line-height of the links (specified below) */
  border-top: 1px solid #efefef;
}
#nav .sub-menu a {
  /*border-bottom:solid 1px #ddd;
    border-left:solid 1px #ddd;
    border-right:solid 1px #ddd;*/
  margin: 0px;
  font-size: 13px;
  /*font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;*/
  padding: 0;
  background: url(../images/icon_greentriangle_small.png) no-repeat;
  background-position: 5px 9px;
  text-align: left;
  padding-left: 14px;
  display: block;
  transition: padding-left 0.25s ease, background 0.15s ease;
}
#nav .sub-menu a:hover, #nav .sub-menu a:focus, #nav .sub-menu a:active {
  color: #fff;
  background: #00bb4c url(../images/icon_greentrianglewhite_small.png) no-repeat;
  background-position: 5px 9px;
  padding-left: 16px;
}

/*CORRECTIONS WIN 8.1 - IE11 */

.ua-windows_nt-6-3.ua-ie-11 #nav .sub-menu a {
  background-position: 5px 7px;
}

/*END CORR*/

#nav li li:first-child a {
  box-shadow: inset 0px 5px 5px -2px rgba(0, 0, 0, 0.15);
}
#nav li.special ul {
  width: 205px;
  /*left: -46px;*/
  /*position: absolute;*/
  background: #fffcc1;
}
#nav .sub-menu .number {
  top: 3px;
  left: 178px;
}
#nav li.special ul.submenu {}
#nav li.special li a {
  background: url(../images/icon_greentriangle_small.png) 5px 9px no-repeat;
}

/* ============================================================*/


/*OTHER PAGES*/

#locationbar {
  width: 100%;
  display: block;
  background: #00bb4c;
  border-top: 1px solid #00bb4c;
  /*border-top: 1px solid #03ab47;
    -webkit-box-shadow: inset 0px 0px 1px 0px #03ab47;
    -moz-box-shadow: inset 0px 0px 1px 0px #03ab47;
    box-shadow: inset 0px 0px 1px 0px #03ab47;*/
}
#locationbar p {
  max-width: 1002px;
  margin: 0 auto;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
}
.ua-windows_nt-6-3.ua-ie-11 #locationbar p {
  line-height: 25px;
}
#locationbar p a {
  text-decoration: none;
  color: white;
}
#locationbar p a:hover {
  text-decoration: underline;
}

/* ============================================================*/


/* SHARED CODE FOR OTHER PAGES*/

.fullbody {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.fullbody .toparea {
  display: block;
  height: 382px;
}
.pagebody {
  max-width: 1002px;
  margin: 0 auto;
  display: flex;
  z-index: 1;
	justify-content: space-between;
}
.pagebody a {
  /*text-decoration: none;*/
  /*color:#000;*/
  color: #000;
  font-weight: bold;
}
.pagebody a:hover {
  text-decoration: underline;
  color: #00bb4c
}
.pagebody .main_left {
  flex-basis: calc(100% - 249px);
  margin-right: 42px;
  padding-top: 15px;
  display: block;
  /*PXL - Set to the largest height value of sidebar_right*/
  /*min-height: 500px;*/
}
.pagebody .sidebar_right {
  flex-basis: 249px;
  display: block;
  border-left: 1px solid #cecece;
  background: url(../images/sidebar_gradient.png) repeat-y left;
}
.pagebody .sidebar_right .sect {
  display: block;
  padding-bottom: 11px;
  border-bottom: 1px solid #cecece;
}
.pagebody .sidebar_right .sect.noborder {
  border: none;
}
.pagebody .sidebar_right .sect .title {
  display: block;
/*  margin-left: 2%;*/
  margin-left: 70px;
/*  text-align: center;*/
  text-align: left;
  padding-top: 13px;
}

/*.pagebody .sidebar_right .sect.highschool .title {
  display: block;
  width: 95%;*/
/*  margin-left: 2%;コメントアウト*/
/*  margin-left: 20px;*/
/*  text-align: center;コメントアウト*/
/*  text-align: left;*/
/*  padding-top: 13px;*/
/*}*/

/*.pagebody .sidebar_right .sect.highschool .title {
  display: block;
  width: 95%;
  margin-left: 2%;
  margin-left: 20px;
  text-align: center;
  text-align: left;
  padding-top: 13px;
}*/

.pagebody .sidebar_right .sect .title.online {
  display: block;
  width: auto;
  text-align: left;
  padding-top: 23px;
  margin-left: 34px;
  overflow: hidden;
}
  .dropdown.m_engtext.sponly,
  .shortban.elearning.sponly {display:none;}

.pagebody .sidebar_right .digital {
    background: url(../images/icon_sb_digital.png) 25px 12px no-repeat;
}
.pagebody .sidebar_right .sect.new {
    background: url(../images/icon_sb_new.png) 25px 12px no-repeat;
}
.pagebody .sidebar_right .sect.browse {
    background: url(../images/icon_sb_browse.png) 26px 12px no-repeat;
}
.pagebody .sidebar_right .sect.popular {
    background: url(../images/icon_sb_popular.png) 26px 12px no-repeat;
}
.pagebody .sidebar_right .sect.toeic {
    background: url(../images/icon_sb_toeic.png) 26px 12px no-repeat;
}
.pagebody .sidebar_right .sect.dvd {
    background: url(../images/icon_sb_dvd.png) 22px 12px no-repeat;
}
.pagebody .sidebar_right .sect.english {
  background: url(../images/icon_sb_english.png) 20px 12px no-repeat;
}
.pagebody .sidebar_right .sect.highschool {
  background: url(../images/icon_sb_highschool.png) 20px 12px no-repeat;
}
.pagebody .sidebar_right .sect h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  letter-spacing: .5px;
  transition: all linear 0.15s;
}
.pagebody .sidebar_right .sect .title.single {
  padding-top: 15px;
  text-align: left;
  width: auto;
  margin-left: 34px
}
.pagebody .sidebar_right .sect .title.single h2 {
  font-size: 14px;
}
.pagebody .sidebar_right .sect .title.online h2, .pagebody .sidebar_right .sect .title.online h3 {
  clear: none;
  float: left;
}
.pagebody .sidebar_right .sect .title.online h3 {
  margin-top: 6px;
  margin-left: 5px;
}
.pagebody .sidebar_right .sect .selectBox {
  margin-left: 36px;
  text-indent: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.pagebody .sidebar_right .sect .selectBox a {
  font-size: 14px;
  font-weight: normal;
}
.pagebody .sidebar_right .sect .selectBox.red {
  background: url(../images/icon_redbox.png) 0% 50% no-repeat;
}
.pagebody .sidebar_right .sect .selectBox.yellow {
  background: url(../images/icon_yellowbox.png) 0% 50% no-repeat;
}
.pagebody .sidebar_right .sect .selectBox.purple {
  background: url(../images/icon_purplebox.png) 0% 50% no-repeat;
}
.pagebody .sidebar_right .sect .selectBox.blacktriangle {
  background: url(../images/icon_blacktriangle.png) 0% 50% no-repeat;
}
.pagebody .sidebar_right .sect h3 {
  font-size: 9px;
  font-weight: bold;
  color: #767676;
  font-family: 'Capriola', sans-serif;
  letter-spacing: .5px;
  transition: all linear 0.15s;
}
.pagebody .sidebar_right .sect a {
  text-decoration: none;
}
.pagebody .sidebar_right .sect a:hover h2, .pagebody .sidebar_right .sect a:hover h3 {
  color: #00bb4c;
}

/* ACCORDING GENRE*/


/*----- Accordion -----*/

.pagebody .sidebar_right .genreselector, .pagebody .sidebar_right .genreselector * {}
.pagebody .sidebar_right .genreselector {
  overflow: hidden;
}
.pagebody .sidebar_right .genreselector ul li {
  font-size: 11px;
  margin-bottom: 5px;
  margin-left: 20px;
}
.pagebody .sidebar_right .genreselector .accordion-section {
  margin-top: 18px;
}

/*----- Section Titles -----*/

.pagebody .sidebar_right .genreselector .accordion-section-title {
  /*width:90 %;*/
  /*padding:15px;*/
  text-align: left;
  transition: all linear 0.15s;
  margin-left: 12px;
  padding-left: 22px;
  /* Type */
  /*font-size:1.200em;*/
}
.genreselector .accordion-section-title.arrowup {
  background: url(../images/icon_greentriangle_down.png) 0% 50% no-repeat;
}
.genreselector .accordion-section-title.arrowup.active {
  background: url(../images/icon_greentriangle_up.png) 0% 50% no-repeat;
}
.genreselector .accordion-section-title h2 {
  display: inline-block;
  margin-right: 10px;
}
.genreselector .accordion-section-title h3 {
  display: inline-block;
}
.genreselector .accordion-section-title.active, .accordion-section-title:hover {
  /* Type */
  text-decoration: none;
}
.genreselector .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}

/*----- Section Content -----*/

.genreselector .accordion-section-content {
  padding: 15px 15px 5px 15px;
  display: none;
}

/*END ACCORDING GENRE*/


/* ============================================================*/


/*BASIC PAGE*/

.basicpage {}
.basicpage h1, .basicpage h2, .basicpage h3 {
  color: #00bb4c;
}
.basicpage h2 {
  font-size: 20px;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}
.basicpage p {
  font-size: 14px;
  text-align: justify;
  line-height: 20px;
}
.basicpage .full {
  width: 100%;
  display: block;
  height: auto;
}
.basicpage .grayblock {
  background: #f3f3f3;
  border-bottom: 1px solid #dbdbdb;
  padding: 50px 0 20px;
	box-sizing: border-box;
}
.basicpage .inner {
  max-width: 940px;
  display: block;
  margin: 0 auto;
}
.basicpage .tmarg {
  margin-top: 40px;
}
.basicpage .bmarg {
  margin-bottom: 40px;
}

/*DETAIL PAGE*/


/*BOOK DETAIL */

#bookdetail {}
#bookdetail .header {
  border-left: 6px solid #00bb4c;
  padding-bottom: 1px;
  overflow: hidden;
  display: block;
  padding-left: 15px;
}
#bookdetail .badge {
  color: white;
  font-size: 13px;
  padding: 2px 8px;
  font-weight: bold;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  margin-bottom: 5px;
}
#bookdetail .badge.blue {
  background: #2626c8;
}
#bookdetail .header h1 {
  font-size: 17px;
  color: black;
  font-weight: bold;
}
#bookdetail .header h2 {
/*  font-size: 13px;*/
  font-size: 15px;
  color: #363636;
  font-weight: bold;
/*  margin-bottom: 10px;*/
}
#bookdetail .header .jptitle {
  margin-bottom: 10px;
}
#bookdetail .header .entitle {
  margin-bottom: 10px;
}
/*.english #bookdetail .header h2 {
  margin-bottom: 20px;
}*/
*.english #bookdetail .header .entitle {
  margin-bottom: 10px;
}
#bookdetail .header .notes {
  color: #2626c8;
  font-size: 12px;
  font-weight: bold;
  display: block;
  float: right;
  position: relative;
  left: -24px;
  overflow: visible;
	margin-left: 12px;
}
#bookdetail .header .notes img {
  position: absolute;
  left: 0;
  top: 0;
	height: 100%;
}
#bookdetail .blockarea {
  margin: 20px 0;
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}
#bookdetail .header .notes .notesbody {
  position: relative;
  left: 13px;
  border: 1px solid #6666ff;
  border-left: none;
  padding: 4px 5px;
  display: block;
  width: 100%;
	word-break: break-word;
}
#bookdetail .leftside {
  width: 195px;
  display: block;
  min-height: 100px;
  margin-right: 30px;
  float: left;
}
#bookdetail .bookphoto {
  position: relative;
  height: 281px;
  width: 195px;
}
#bookdetail .bookphoto img.book {
  width: 192px;
  height: 271px;
  border: 1px solid #b5b5b5;
  -webkit-box-shadow: 2px 2px 1px 0px #b5b5b5;
  -moz-box-shadow: 2px 2px 1px 0px #b5b5b5;
  box-shadow: 2px 2px 1px 0px #b5b5b5;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
#bookdetail ul.bookphoto2 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 4%; /* 縦10px, 横4%の間隔 */
  padding: 0;
  margin-top: 10px;
  list-style: none;
  justify-content: space-between;
}

#bookdetail ul.bookphoto2 li {
  width: 22%;
}

#bookdetail ul.bookphoto2 img {
  width: 100%;
  border: 1px solid #b5b5b5 !important;
  box-shadow: 2px 2px 1px 0px #b5b5b5;
}
#bookdetail .bookphoto .ban_toeic {
  background: url(../images/book_ban_toeic.png) no-repeat;
  top: 0px;
  width: 118px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 2;
}
#bookdetail .bookphoto .ban_toeic.english {
  background: url(../images/book_ban_toeic_en.png) no-repeat;
}
#bookdetail .sidebuttons {
  margin-top: 20px;
}
#bookdetail .sidebuttons a.btn.white.hvr-round-corners.fitty{
  width:195px;
  box-sizing:border-box;
  padding:0px 5px;
  line-height:40px;
}
#bookdetail .sidebuttons a.btn.white.hvr-round-corners,
#bookdetail .sidebuttons a.btn.gray.hvr-round-corners,
#bookdetail .sidebuttons a.btn.green.hvr-round-corners,
#bookdetail .sidebuttons a.btn.red.hvr-round-corners {
  align-items: center;
  display: grid;
}
#bookdetail .main {
  width: calc(100% - 225px);
  float: left;
  min-height: 100px;
  margin-top: 10px;
}
#bookdetail .main .details {
  margin: 0px;
  padding: 0px;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  /*padding:7px;*/
  font-size: 12px;
  color: #000000;
}
#bookdetail .main .details table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
	table-layout: fixed;
}
#bookdetail .main .details tr:nth-child(odd) {
  background-color: #f3f3f3;
}
#bookdetail .main .details tr:nth-child(even) {
  background-color: white;
}
.details tr td {
  padding: 10px;
  position: relative;
  vertical-align: top;
}
#bookdetail .main .details td.ttl {
  font-weight: bold;
  width: 80px;
  padding: 10px 0 10px 18px;
}
#bookdetail .main .details td a {
  color: #000;
}
#bookdetail .main .details td a:hover {
  color: #00bb4c;
  text-decoration: underline;
  font-weight: bold;
}

#bookdetail .main .details .tokuten::after,
#bookdetail .main .details .update:after {
  content: "\A";
  white-space: pre;
}

#bookdetail .main .details tr.notes {
  background-color: white;
  border-top: 1px dotted #c0c0c0;
}

#bookdetail .main .details tr.notes .movielist video {
  max-width:390px;
  width:100%;
}

#bookdetail .main .details tr.employeeinfo{
  border-color: red;
  border-width: 3px 7px 3px 3px;
  border-style: solid;
}

textarea.widthfull.empinfotxt{
  color: blue;
}

#bookdetail .main .details tr.genre a, #bookdetail .main .details tr.author a {
  text-decoration: none;
  border-bottom: 1px dotted #333;
  display: inline-block;
  font-weight: normal;
  padding-bottom: 1px;
  line-height: 10px;
  /*margin-bottom: 5px;*/
}
#bookdetail .main .details .iconpopup {
  float: right;
  text-decoration: underline;
  cursor: help;
  font-size: 11px;
	color:#00bb4c;
	font-weight: bold;
}
ul.listsupports {
  display: block;
  overflow: hidden;
  width: 100%;
/*  margin-bottom: 10px;*/
}
ul.listsupports li {
  float: left;
  margin: 0px 40px 30px 20px;
}
ul.listsupports.skills li {
  margin-right: 15px;
}
ul.listsupports li:last-child {
  margin-right: 0px;
}

<style>
.listsupports {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.listsupports li {
  position: relative;
  text-align: center;
}

.supporticon {
  display: block;
  width: 80px;   /* アイコンサイズ調整 */
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

a .supporticon:hover,
a .supporticon.active {
  filter: brightness(0.8) sepia(1) hue-rotate(90deg) saturate(1);
  transform: scale(1.05);
}

/* 吹き出し */
.listsupports li .icon-text {
  position: absolute;
  top: 70%;   /* アイコンの下に配置 */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  background: rgb(0 187 76);
  color: #fff;
  padding: 4px 6px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  white-space: normal;
  width:50px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 10;
}

/* 三角形（上向きに変更） */
.listsupports li .icon-text::after {
  content: "";
  position: absolute;
  bottom: 100%; /* 吹き出しの上辺に */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent rgb(0 187 76) transparent;
}

/* PC: hoverで表示 */
.listsupports li:hover .icon-text {
  opacity: 1;
}

/* スマホ: activeクラスが付いたら表示 */
.listsupports li.active .icon-text {
  opacity: 1;
}

.balloon {
  border: 1px solid #cecece !important;
  -webkit-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.6) !important;
  -moz-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.6) !important;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.6) !important;
  background: #fff !important;
  padding: 0px !important;
  opacity: 1 !important;
  /*min-width: 20px; padding: 5px; border-radius: 6px; border: 1px solid rgb(119, 119, 119); box-shadow: rgb(85, 85, 85) 4px 4px 4px; color: rgb(102, 102, 102); opacity: 0.85; z-index: 32767; text-align: left; visibility: visible; position: absolute; top: 766px; left: 592px; display: none; background-color: rgb(239, 239, 239);*/
}
#bookdetail .buttons {
  overflow: hidden;
  display: block;
}
#bookdetail .notesblock {
  font-size: 12px;
  line-height: 20px;
  margin: 10px 0;
  padding-bottom: 20px;
}
#bookdetail .description {
  margin: 20px 0 40px;
  padding: 30px;
  background: #f3f3f3;
	word-wrap: break-word;
}
#bookdetail .description h3 {
  color: #2626c8;
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 5px;
}
.english #bookdetail .description h3 {
  text-align: left;
}
#bookdetail .description h4 {
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  margin-top: 25px;
  margin-bottom: 5px;
}
#bookdetail .description p.type1 {
  font-size: 14px;
  text-align: justify;
  line-height: 25px;
}
#bookdetail .description p.type2 {
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
}

/*BOOK WIDGET IN SMALLER MARGIN PAGES*/

#bookdetail .book_widget_small {
  width: 100%;
  height: 320px;
  display: block;
  margin-bottom: 15px;
}
#bookdetail .book_widget_small h2 {
  font-size: 14px;
  margin: 0;
  padding: 0px 0 25px;
  font-weight: bold;
}
.book_widget_small .middle {
  position: relative;
  width: 100%;
  height: 250px;
  display: block;
}
.book_widget_small .middle .scrollbuttons {
  width: 100%;
  position: absolute;
  top: 38%;
  margin-top: -18px;
}
.book_widget_small .middle #book_browser {
  display: block;
  max-width: 600px;
  margin: 0px auto;
  height: 245px;
  overflow: hidden;
}
.book_widget_small .slidee li {
  float: left;
  margin: 0 12px 0 12px !important;
  padding: 0;
}
.book_widget_small .scrollbar {
  width: 600px;
  height: 10px;
  margin: 0 auto;
  background: #cecece;
}
.book_widget_small .scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #4ac508;
}

/* ============================================================*/

.supporticon {
  display: block;
  width: 40px;
  height: 40px;
}
.supporticon.cd {
  background: url(../images/icon_detail_cd.png) no-repeat;
}
.supporticon.dvd {
  background: url(../images/icon_detail_dvd.png) no-repeat;
}
.supporticon.tm {
  background: url(../images/icon_detail_tm.png) no-repeat;
}
.supporticon.vhs {
  background: url(../images/icon_detail_vhs.png) no-repeat;
}
.supporticon.tape {
  background: url(../images/icon_detail_tape.png) no-repeat;
}
.supporticon.cd2 {
  background: url(../images/icon_detail_cd2.png) no-repeat;
}
.skillsicon {
  display: block;
  width: 83px;
  height: 22px;
}
.skillsicon.reading {
  background: url(../images/icon_detail_skills_reading.png) no-repeat;
}
.skillsicon.writing {
  background: url(../images/icon_detail_skills_writing.png) no-repeat;
}
.skillsicon.listening {
  background: url(../images/icon_detail_skills_listening.png) no-repeat;
}
.skillsicon.speaking {
  background: url(../images/icon_detail_skills_speaking.png) no-repeat;
}

/*AUDIO DOWNLOAD*/

.audiodownload {}
#bookdetail.audiodownload .header {
  border-left: none !important;
  display: block;
  padding-top: 30px;
  width: 100%;
  padding-left: 0px !important;
  background: url(../images/list_divider.png) repeat-x bottom;
  position: relative;
	padding-bottom: 20px;
}
.audiodownload .header .left {
  float: left;
}
.audiodownload .header .title {
  float: right;
  text-align: right;
}
.audiodownload .header .title h1 {
  font-size: 25px !important;
}
.audiodownload .header .title h3 {
  font-size: 16px !important;
  color: #5cc425;
  font-family: 'Capriola', sans-serif;
  margin-top: -5px;
}
.audiodownload .bookphoto img.book {
  width: 120px !important;
  height: 171px !important;
  margin: 0 auto !important;
  display: block !important;
  position: relative !important;
  left: none !important;
}
.audiodownload h3.titleEng {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.audiodownload h3.titleJp {
  font-weight: bold;
  font-size: 14px;
  color: #363636;
  margin-bottom: 5px;
}
#bookdetail.audiodownload .blockarea {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: 0;
}
#bookdetail.audiodownload .bookphoto {
  height: 185px;
}
#bookdetail.audiodownload .main {
  position: absolute;
  bottom: 0;
  float: none;
  right: 0;
}
#bookdetail.audiodownload .main .details table {
  margin-top: 10px;
}
.audiodownload .area {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.audiodownload .area.bottomborder {
  border-bottom: 1px solid #cecece;
}
.audiodownload .area .title {
  border-bottom: 1px solid #cecece;
  overflow: hidden;
  /*margin-bottom: 5px;*/
  /*padding-bottom: 7px;*/
  width: 100%;
  display: block;
  position: relative;
	overflow: hidden;
}
.audiodownload .area .title h2 {
  color: #838383;
  font-weight: bold;
  font-size: 18px;
  float: left;
}
.audiodownload .area .title a {
  color: #c40000;
  font-size: 13px;
  text-decoration: underline;
  float: right;
  margin-top: 5px;
}
.audiodownload .area .title a:hover {
  color: #ff0000;
}
.audiodownload .area .downloadentry {
  display: block;
  width: 100%;
  border-bottom: 1px dotted #cecece;
  overflow: hidden;
}
.audiodownload .area .downloadentry .title {
  font-size: 14px;
  font-weight: normal;
  border: 0;
  margin-left: 48px;
	padding: 25px 0;
  float: left;
    width: calc(100% - 268px);
}
.audiodownload .area .downloadentry .btn {
  width: 220px;
      float: right;
  margin-top: 14px;
  color: white;
}
.ua-ie-8 .audiodownload .audiostreaming {
  display: none;
}


/*BOOKLIST PAGE*/

#booklist {
  padding-bottom: 80px;
}

/*RECCOMEND SEARCH AREA*/

#booklist .recsearcharea {
  border: 1px solid #dcdcdc;
  background: #eaf9f0;
  display: block;
  height: auto;
  padding: 10px 10px 5px 10px;
  margin: 16px 0 35px;
  font-size: 13px;
  overflow: hidden;
  /*margin-top: 16px;
  border-radius: 2px;
  margin-bottom: 32px;
  display: block;
  overflow: hidden;*/
}

#booklist .recsearchareadvd {
  margin-top: 16px;
  border-radius: 2px;
  margin-bottom: 32px;
  display: block;
  overflow: hidden;
}

/*#booklist .recsearcharea .onefourth {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 33%;
}*/

#booklist .recsearcharea .onefourth .btn.sml {
    font-size: 11.5px;
/*    height: auto;
    height: 26px;*/
    vertical-align:top; /* 上端揃え */
    overflow:hidden;
    display:table-cell;
    line-height: 12.5px;
    transition: all 0.25s ease-in-out 0s;
/*    margin-bottom:10px;
    width: 165px;*/
    text-align:left;
    font-weight: normal !important;
}

#booklist .recsearcharea .onefourth a {
    text-decoration: underline;
}

/*SEARCH AREA*/

/* --------------- START CSS Edit - July 4, 2016 ---------------------*/
#booklist .searcharea {
  margin-top: 16px;
  /*border: 1px solid #dadada;*/ /* ! */ 
  border-radius: 2px;
  margin-bottom: 32px;
}
#booklist .searcharea a.accordion-section-title {
  transition: all linear 0.15s;
  display: block;
  text-decoration: none;
  padding: 6px 0 6px 10px; /* ! */
  position: relative;
  background: #008aff url(../images/search_triagle_down.png) 98% 50% no-repeat; /* ! */
  color:#FFF; /* ! */
}

/* ! */
#booklist .searcharea a.accordion-section-title .magicon { 
  background: url(../images/search_maglens.png) no-repeat;
  width: 21px;
  height: 20px;
  float: left;
  display: block;
  margin-right: 8px;
}

#booklist .searcharea a.accordion-section-title:hover {
  background: #0071d1 url(../images/search_triagle_down.png) 98% 50% no-repeat; /* ! */
}

#booklist .searcharea a.accordion-section-title span.right {
  font-size: 14px; /* ! */
  position: absolute;
  right: 35px; /* ! */
  top: 8px;
  width: 100px;
  text-align: right;
  font-weight: bold; /* ! */
}

#booklist .searcharea .accordion-section-title.active {
  background: #008aff url(../images/search_close.png) 98.5% 50% no-repeat; /* ! */
}
/* ! */
#booklist .searcharea a.accordion-section-title.active:hover {
  background: #0071d1 url(../images/search_close.png) 98.5% 50% no-repeat;
}

#booklist .searcharea .accordion-section-content {
  display: none;
  border: 1px solid #dadada; /* ! */
  border-top: none; /* ! */
  background: #edf9ff; /* ! */
  padding: 10px 20px 0;
  font-size: 12px;
}

/* --------------- END CSS Edit - July 4, 2016 ---------------------*/

#booklist .searcharea a.accordion-section-title .hide {
  display: none;
}

form input[type="text"], form select {
  display: block;
  font-family: sans-serif;
  font-size: 12px;
  appearance: none;
  /*box-shadow: none;*/
  box-shadow: inset 0 1px 1px 1px #eee;
  border-radius: 2px;
}
form.list-search {}
form.list-search label {
  font-weight: bold;
  width: 75px;
  display: block;
  float: left;
  height: auto;
  line-height: 23px;
  margin-bottom:10px;
}
form.list-search label.toright {
  text-align: right;
  margin-right: 10px;
  width: 65px;
}
form.list-search label.isbn {
  font-weight: normal;
  width: auto;
}
form.list-search label.genre {
  width: auto;
  margin-right: 3px;
}
form.list-search .checks label {
  font-weight: normal;
  width: auto;
  line-height: 20px;
  margin-right: 50px;
}
form.list-search .checks.singleline label {
  margin-top: 3px;
	padding-left: 23px;
	text-indent: -14px;
}
form.list-search .checks.singleline input {
  margin-top: 5px;
}
form.list-search input[type="text"], form.list-search select {
  float: left;
  display: block;
  margin: 0;
  font-family: sans-serif;
  font-size: 14px;
  appearance: none;
  box-shadow: inset 0 1px 1px 1px #eee;
  border-radius: 2px;
	border: solid 1px #dcdcdc;
}
form.list-search .note {
  font-size: 11px;
  float: left;
  display: block;
  margin-left: 2px;
  color: #c40000;
	margin-top: 4px;
}
form.list-search .one {
  margin-bottom: 10px;
  font-size:120%;
}
form.list-search .one.fixedheight {
  overflow: hidden;
}
form.list-search .one.fixedheight label {
	overflow: hidden;
}
form.list-search .one .singleline {
	float: left;
}
form.list-search .nomargbtm {
  margin-bottom: 0;
}
form.list-search .one input {
	width: calc(100% - 75px);
}
form.list-search .half input {
	width: calc(100% - 75px);
}
/*form.list-search .half select {
  width: 257px;
}*/
form.list-search .onefourth.checks label {
  margin-right: 0;
  width: 80%;
  /*min-height: 16px;*/
  height: auto;
  font-size: 12px;
  display: block;
  padding-left: 23px;
  text-indent: -14px;
  margin-bottom: 5px;
}
form.list-search input[type="checkbox"] {
  /*float: left;
    display: block;
    width: auto;
    margin-top: 2px;*/
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
  margin-left: -5px;
  margin-right: 5px;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
form.list-search input.isbn {
  width: 58px;
  margin: 0 3px;
  /*text-align: center;*/
}
form.list-search input[type="text"]:focus {
  outline: none;
}
form.list-search input[type="text"] {
  padding: 7px 8px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
	box-sizing: border-box;
}
form.list-search input[type="text"]:focus, form.list-search input[type="text"].focus {
  border: solid 1px #5cc424;
}
form.list-search .cleanbtn {
  display: block;
  float: right;
  font-size: 13px;
  color: #008aff;
  padding: 2px 8px;
  text-decoration: none;
  border: 1px solid #008aff;
  cursor: pointer;
}
form.list-search .btn {
  line-height: 30px;
}
#booklist .introduction {
  border: 1px solid #dcdcdc;
  background: #edfaff;
  display: block;
  height: auto;
  padding: 20px 15px;
  margin: 16px 0 20px;
  font-size: 13px;
  overflow: hidden;
}
#booklist .introduction h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px;
}
#booklist .introduction p {
  width: 100%;
  text-align: justify;
  margin-bottom: 15px;
}
#booklist.resultsarea {}
.resultsarea .pagination {
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 1px solid #cecece;
	overflow: hidden;
}
.resultsarea .pagination.noborder {
  border: 0;
}
.resultsarea .pagination .resperpages {
  font-size: 12px;
  margin-bottom: 8px;
	float: left;
}
.resultsarea .pagination .resperpages .ttl {
  top: -1px;
  position: relative;
  margin-right: 5px;
}
.resultsarea .pagination a {
  margin: 0 2px;
  font-size: 15px;
  text-decoration: none;
  padding: 1px 2px;
  font-weight: normal;
}
.resultsarea .pagination a.prev, .resultsarea .pagination a.next {
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(../images/icon_pagination_prev.png) no-repeat 50% 75%;
  opacity: 1;
}
.resultsarea .pagination a.next {
  background: url(../images/icon_pagination_next.png) no-repeat 50% 75%;
}
.resultsarea .pagination a.prev:hover, .resultsarea .pagination a.next:hover {
  opacity: .5;
}
.resultsarea .pagination a.active {
  background: black;
  color: white;
  font-weight: bold;
}
.resultsarea .pagination .pageselector {
  float: right;
  display: block;
	margin-bottom: 8px;
}
.newslist .resultsarea {
  padding-bottom: 80px;
}
.resultsarea .list {}
.resultsarea .list .header {
  display: flex;
  padding: 30px 0px 10px 0px;
  width: 100%;
/*  height: 40px;*/
  background: url(../images/list_divider.png) repeat-x bottom;
	justify-content: space-between;
	align-items: flex-end;
}
.resultsarea .list .header.double {
  height: 70px;
}
.resultsarea .list .header h1 {
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: bold;
}
.resultsarea .list .header h2 {
  font-size: 20px;
  font-weight: bold;
	flex-basis: calc(100% - 120px);
}
.resultsarea .list .header h3.eng {
  font-family: 'Capriola', sans-serif;
  font-size: 16px;
  color: #5cc425;
}
.resultsarea .list .header h4.category {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 3px;
  position: absolute;
  top: 40px;
  left: 150px;
  color: #666;
}
.resultsarea .list .header .sort {
  flex-basis: 120px;
	text-align: right;
  font-size: 12px;
  margin: 4px 0;
}
.resultsarea .list .header .sort a {
  display: inline-block;
  width: 11px;
  height: 9px;
  opacity: 1;
}
.resultsarea .list .header .sort a:hover {
  opacity: .7;
}
.resultsarea .list .header .sort a.up {
  background: url(../images/icon_sort_up.png) no-repeat;
}
.resultsarea .list .header .sort a.down {
  background: url(../images/icon_sort_down.png) no-repeat;
}
.resultsarea .list .news {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #cecece;
  margin: 20px 0 30px;
  padding-bottom: 30px;
  font-size: 14px;
}
.news .blockhead {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 30px;
  /*margin-bottom: 18px;*/
}
.news .blockhead h2 {
	float: left;
	clear: none;
  font-size: 18px;
  color: #696969;
  height: 25px;
  font-weight: bold;
  letter-spacing: 1px;
}
.news h1.title {
  font-size: 17px;
  font-weight: bold;
  /*color: #00bb4c;*/
  margin-top: 13px;
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #cecece;
}
.news h1.title a {
  text-decoration: none;
}
.news .blockhead.bookicon {
  background: url(../images/news_book.png) 0% 0% no-repeat;
}
.news .blockhead.newsicon {
  background: url(../images/news_news.png) 0% 0% no-repeat;
}
.news .blockhead.webicon {
  background: url(../images/news_web.png) 0% 0% no-repeat;
}
#newsbox .entry .new {
  background: url(../images/icon_new.png) 50% 50% no-repeat;
  width: 40px;
  height: 20px;
  display: inline-block;
  margin-top: -6px;
  margin-left: 10px;
	position: relative;
	top: 6px;
}
.news .blockhead .new {
  background: url(../images/icon_new.png) 50% 50% no-repeat;
  width: 40px;
  height: 20px;
  display: inline-block;
  margin-top: 3px;
  margin-left: 10px;
}
.news .conts {
  font-size: 14px;
  text-align: justify;
  line-height: 23px;
  margin-bottom: 20px;
}
.news .conts a {
  text-decoration: underline;
  cursor: pointer;
}
.resultsarea .list .book {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #cecece;
  margin: 17px 0 17px;
  padding-bottom: 22px;
}
.resultsarea .list .book .left {
  width: 140px;
  float: left;
}
.resultsarea .list .bookimg {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 3px;
}
.resultsarea .list .bookimg .hover {
  width: 96px;
  height: 135px;
  display: block;
  position: absolute;
  left: 22px;
  background: url(../images/bgr_shortcut.png) 50% 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
.resultsarea .list .bookimg:hover .hover {
  visibility: visible;
  opacity: 1;
}
.resultsarea .list .bookimg img {
  width: 95px;
  height: 134px;
  border: 1px solid #b5b5b5;
  -webkit-box-shadow: 1px 1px 1px 0px #b5b5b5;
  -moz-box-shadow: 1px 1px 1px 0px #b5b5b5;
  box-shadow: 1px 1px 1px 0px #b5b5b5;
  display: block;
  margin: 0 auto;
  z-index: 1;
}

.resultsarea .list .left span.issuedate strong {
  margin-right: 10px;
}

.resultsarea .list .left span.issuedate span {

}

span.issuedate {
  display: block;
  text-align: center;
  padding-bottom: 4px;
  font-size: 12px;
}

.resultsarea .list .badgearea {
  width: 140px;
  text-align: center;
  height: auto;
}
.resultsarea .list .badge.blue {
  background: #2626c8;
}
.resultsarea .list .badge {
  color: white;
  font-size: 12px;
  padding: 2px 5px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5px;
}
.resultsarea .list .maintext {
  width: calc(100% - 140px);
  float: left;
  font-size: 12px;
}
.resultsarea .list .maintext a {
  text-decoration: none;
}
.resultsarea .list .maintext h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.english .resultsarea .list .maintext h2 {
  padding-bottom: 5px;
  border-bottom: 1px dotted #cecece;
}
.resultsarea .list .maintext h3 {
  font-size: 14px;
  border-bottom: 1px dotted #cecece;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.resultsarea .list .maintext p.supports {
  color: #2626c8;
  border-bottom: 1px dotted #cecece;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.resultsarea .list .maintext p.genres {
  border-bottom: 1px dotted #cecece;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

/*.resultsarea .list .maintext p.issuedate strong {
  margin-right: 10px;
}

.resultsarea .list .maintext p.issuedate span {
  margin-right: 10px;
}

.resultsarea .list .maintext p.issuedate {
  border-bottom: 1px dotted #cecece;
  margin-bottom: 4px;
  padding-bottom: 4px;
}*/

.resultsarea .list .maintext p.level strong {
  margin-right: 10px;
}

.resultsarea .list .maintext p.level span {
  margin-right: 10px;
}

.resultsarea .list .maintext p.level {
  border-bottom: 1px dotted #cecece;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.resultsarea .list .maintext p.isbn {
  border-bottom: 1px dotted #cecece;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.resultsarea .list .maintext p.price {

}

.resultsarea .list .maintext p.textadopted {
  position: relative;
  width: 300px;
  height: 60px;
  margin-top:5px;
  text-indent: -9999px;
  background: transparent url(../images/textadopted.png) 0% 100% no-repeat;
  overflow: auto;
  _overflow: visible;
  zoom: 1;
}


.resultsarea .list .maintext p.textadopted span {
  position: absolute;
  top: 18px;
  left: 13px;
  display: block;
  width: 29px;
  height: 22px;
  background-color: transparent;
  background-repeat: no-repeat;
}

.resultsarea .list .maintext p.textadopted span.lv0, .lv1, .lv2, .lv3, .lv4, .lv5, .lv6, .lv7, .lv8, .lv9, .lv10 {
  background-image: url(../images/mark01.png);
}

/*.resultsarea .list .maintext p.textadopted span.lv4, .lv8 {
  background-image: url(../images/mark02.png);
  z-index: 2;
}*/
.resultsarea .list .maintext p.textadopted span.lv2 {
  left: 41px;
  z-index: 0;
}
.resultsarea .list .maintext p.textadopted span.lv3 {
  left: 68px;
  z-index: 2;
}
.resultsarea .list .maintext p.textadopted span.lv4 {
  left: 96px;
  z-index: 3;
}
.resultsarea .list .maintext p.textadopted span.lv5 {
  left: 123px;
}
.resultsarea .list .maintext p.textadopted span.lv6 {
  left: 151px;
}
.resultsarea .list .maintext p.textadopted span.lv7 {
  left: 178px;
}
.resultsarea .list .maintext p.textadopted span.lv8 {
  left: 206px;
}
.resultsarea .list .maintext p.textadopted span.lv9 {
  left: 234px;
}
.resultsarea .list .maintext p.textadopted span.lv10 {
  left: 262px;
}


/*END AREA*/


/*MAIN BANNER*/
.mainentrycontainer {
	position: relative;
}
#mainentryimage {
  height: 300px;
  display: block;
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  /*z-index: -1;*/
}
#mainentryimage h1 {
  color: white;
  font-weight: bolder;
  font-size: 31px;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.98);
  display: block;
  margin: 0 auto;
  max-width: 1002px;
  padding-top: 46px;
  text-align: left;
  margin-bottom: 18px;
}
#mainentryimage h2 {
  /*color: #006400;*/
  font-weight: bolder;
  /*font-weight:bold;*/
  font-size: 23px;
  /*text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.98);*/
  text-shadow: 0 0 10px #fff,0 0 15px #fff;
  /*text-shadow: 0 0 20px #fff,0 0 25px #fff;*/
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 75px;
  text-align: left;
}
#mainentryimage .titleimage {
  max-width: 1002px;
  margin: 0 auto;
  display: block;
	position: relative;
	height: 380px;
}
#mainentryimage .titleimage img.titleinner {
  margin-top: 47px;
  margin-left: 30px;
}
#mainentryimage.summer {
#  background: url(../images/banners/summer.jpg) repeat-x 50%;
#  background-size: cover;
#}
#mainentryimage {
  background: url(../images/banners/top_image.jpg) repeat-x 50%;
  background-size: cover;
}
#mainentryimage.el {
  background: url(../images/e-learning/topbgr-el.jpg) repeat-x 50%;
  background-size: cover;
	height: 380px;
}
#mainentryimage.el-lb {
  background: url(../images/e-learning/lb/topbgr.jpg) repeat-x 50%;
  background-size: cover;
}
#shortcuts {
  height: 90px;
  width: 100%;
  background: url(../images/bgr_shortcut.png) repeat;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  display: block;
}
.shortban {
  display: block;
  width: 247px;
  background: white;
  float: left;
  height: 87px;
  border-bottom: 3px solid #00bb4c;
  margin-right: 4px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.shortban.fifth {
  width: 197px;
}
.shortban.sixth {
  width: 163px;
}
.shortban:hover {
  -ms-transform: translate(0, 5px);
  /* IE 9 */
  -webkit-transform: translate(0, 5px);
  /* Safari */
  transform: translate(0, 5px);
}
.shortban h3 {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  width: 73%;
  margin-top: 25px;
  letter-spacing: 2px;
  float: right;
}
.shortban h4 {
  font-family: 'Capriola', sans-serif;
  color: #767676;
  font-size: 13px;
  text-align: center;
  width: 73%;
  float: right;
}
#shortcuts.scd h3, #shortcuts.scd h4 {
  width: 100%;
  float: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#shortcuts.scd h4 {
  font-weight: bold;
  margin-top: 2px;
  font-size: 14px;
}
#shortcuts.scd.blue .active {
  background: #30c4f0;
}
#shortcuts.scd.blue .active h3, #shortcuts.scd.blue .active h4 {
  color: #fff;
}
.shortban.browse {
    background: white url(../images/icon_short_browse.png) 20px 50% no-repeat;
    background-color: #d4f9e3;
}
.shortban.popular {
    background: white url(../images/icon_short_popular.png) 20px 50% no-repeat;
}
.shortban.toeic {
    background: white url(../images/icon_short_toeic.png) 20px 50% no-repeat;
}
.shortban.dvd {
    background: white url(../images/icon_short_dvd.png) 6px 50% no-repeat;
}
.shortban.last {
  margin-right: 0;
}

/*BOOK BROWSING WIDGET*/
#book_widget {
  background: #f3f3f3;
  border-bottom: 1px solid #e0e0e0;
}
#book_widget .contents {
  max-width: 1002px;
  margin: 0px auto;
  padding-top: 50px;
	padding-bottom: 70px;
}
#book_widget .head {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #cecece;
}
.block {
  float: left;
  display: block;
}
.block.right {
  float: right;
  display: block;
}
#book_widget .leftspacer {
  margin-left: 40px;
}
#book_widget .imagenoter {
  display: block;
  margin-top: 10px;
  float: left;
}
#book_widget .note {
  display: block;
  float: left;
  font-size: 13px;
  margin-top: 14px;
}
#book_widget .middle {
  position: relative;
  width: 100%;
  display: block;
}
#book_widget .middle .scrollbuttons {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -21px;
	z-index: 100;
}
.arrow {
  display: block;
  width: 42px;
  height: 42px;
  opacity: 1;
  cursor: pointer;
}
.arrow.small {
  width: 36px;
  height: 36px;
}
.arrow.prev {
  background: url(../images/arrow_prev.png) no-repeat;
}
.arrow.next {
  background: url(../images/arrow_next.png) no-repeat;
}
.arrow.prev.small {
  background: url(../images/arrow_prev_small.png) no-repeat;
	z-index: 100;
}
.arrow.next.small {
  background: url(../images/arrow_next_small.png) no-repeat;
	z-index: 100;
}
.arrow:hover {
  opacity: .5;
}
.arrow.disabled {
  opacity: .3 !important;
}
.scrollbuttons .left {
  position: absolute;
  left: 0px;
}
.scrollbuttons .right {
  position: absolute;
  right: 0px;
}
#book_widget .middle #book_browser {
  display: block;
  max-width: 900px;
  margin: 0px auto;
  padding: 25px 0;
  overflow: hidden;
	width: calc(100% - 25px);
}
#book_browser .slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}

/*DISTANCE SLIDER*/

#book_browser .slidee li {
  float: left;
  margin: 0 12.5px 0 12.5px;
  padding: 0;
}
#book_widget .scrollbar {
  max-width: 860px;
  height: 10px;
  margin: 0 auto;
  background: #cecece;
	width: calc(100% - 25px);
}
#book_widget .scrollbar .handle {
  width: 100px;
  /* overriden if dynamicHandle: 1 */
  height: 100%;
  background: #4ac508;
}
#book_browser .book_entry {
  display: block;
  float: left;
  cursor: pointer;
  position: relative;
}
#book_browser .book_entry img {
  display: block;
  height: 173px;
  width: 123px;
  border: 1px solid #b5b5b5;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#book_browser .book_entry .hoverinfo {
  height: 175px;
  width: 125px;
  position: absolute;
  background: url(../images/book_over.png) 50% 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s;
  cursor: pointer;
}
#book_browser .book_entry:hover .hoverinfo {
  visibility: visible;
  opacity: 1;
}
#book_browser .book_entry .hoverinfo .stars_bgr {
  display: block;
  width: 75px;
  height: 14px;
  background: url(../images/label_star.png) no-repeat;
  margin: 100px auto 0;
}
.stars_bgr .orangestar {
  display: block;
  width: 75px;
  height: 14px;
  background: url(../images/label_star_set.png) no-repeat;
}
.stars_bgr .orangestar.one {
  width: 15px;
}
.stars_bgr .orangestar.two {
  width: 35px;
}
.stars_bgr .orangestar.three {
  width: 55px;
}
.stars_bgr .orangestar.four {
  width: 75px;
}
#book_browser .book_entry:hover {
  color: #4ac508;
}
#book_browser .book_entry h5 {
  font-size: 12px;
  width: 123px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 13px;
}

/*PICKUPS*/
.pickups .topmarg {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pickups .onethird {
	width: 32%;
	max-width: 320px;
	/*border: 1px solid #dadada;*/
}

.pickups a {
  display: block;
  overflow: hidden;
}

.pickups a img {
	width: 100%;
	height: auto;
	display: block;
}

.pickups .onethird:hover {
  border: 1px solid #4ac508;
}
.pickups img.pickupsban {
  margin-top: 20px;
  display: block;
  overflow: hidden;
}

/*NEWS BOX*/

#newsbox {
  width: 100%;
}
#newsbox .contents {
  /*padding: 30px;*/
  padding: 0px 0 0px 15px;
  height: 188px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  /*background: #f5f5f5;*/
}
#newsbox .contents .entry {
  font-size: 13px;
  padding: 20px 0;
  border-bottom: 1px dotted #dadada;
}
#newsbox .contents .entry:last-child {
  border-bottom: none;
}
#newsbox .contents .entry a {
  color: #000;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
  font-size: 14px;
  text-decoration: none
}
#newsbox .contents .entry a:hover {
  color: #4ac508;
}
#newsbox .contents .entry.book {
  background: url(../images/news_book.png) 0% 0% no-repeat;
}
#newsbox .contents .entry.news {
  background: url(../images/news_news.png) 0% 0% no-repeat;
}
#newsbox .contents .entry.web {
  background: url(../images/news_web.png) 0% 0% no-repeat;
}

#newsbox .onethird2 {
	width: 60%;
	max-width: 640px;
	float: left;
	margin-right: 30px;
}
#newsbox .onethird img {
	width: 100%;
}
#newsbox .onethird {
	vertical-align: middle;
}

/*BANNER RIGHT AREA*/

.ban-right-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ban-right-area a {
	width: 32%;
  margin-bottom: 20px;
	max-width: 320px;
	/*border: 1px solid #dadada;*/
}

.ban-right-area img {
	display: block;
	width: 100%;
	height: auto;
}

/* STANDARD PAGES*/


/*MY PAGES*/

.mypagecontainer {
  margin-top: 20px;
}
.mypagecontainer.tokuten .help-block {
  display: none;
}
.mypagecontainer .green {
  color: #00bb4c;
}
.mypagecontainer .red {
  color: #a40303;
}
.mypagecontainer .spacer0 {
  width: 100%;
  display: block;
  height: 20px;
}
.mypagecontainer .spacer1 {
  width: 100%;
  display: block;
  height: 40px;
}
.mypagecontainer .spacer2 {
  width: 100%;
  display: block;
  height: 60px;
}
.mypagecontainer .spacerline {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-top: 5px;
}
.mypagecontainer p {
  margin-bottom: 7px;
}
.mypagecontainer p.jp, .mypagecontainer span.jp {
  font-size: 14px;
  color: black;
  min-height: 22px;
  line-height: 22px;
}
.mypagecontainer p.red, .mypagecontainer span.red, .mypagecontainer p.jp.red, .mypagecontainer span.jp.red, .mypagecontainer p.en.red, .mypagecontainer span.en.red, .staticarea span.red {
  color: #dc0000;
}
.mypagecontainer span.redarrow {
  background: url(../images/icon_redtriangle_small.png) 0% 48% no-repeat;
  color: #dc0000;
  padding-left: 10px;
}
.mypagecontainer p.jp.note {
  font-size: 12px;
}
.mypagecontainer span.en, .mypagecontainer p.en, .mypagecontainer ul.ensmall, .mypagecontainer ul.ensmall li {
  color: #696969;
  font-size: 12px;
  font-family: 'Capriola', sans-serif;
  line-height: 20px;
}
.mypagecontainer .header {
  display: flex;
  width: 100%;
  background: url(../images/list_divider.png) repeat-x bottom;
	padding-bottom: 16px;
  margin-bottom: 20px;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.mypagecontainer .header .rightbutton {
  display: block;
  width: 160px;
  height: 44px;
  border: 1px solid #5cc425;
  color: #5cc425;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
	margin-top: 10px;
}
.mypagecontainer .header .rightbutton h1 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 4px;
  letter-spacing: 0;
  color: #5cc425;
  padding: 0 !important;
  margin: 0 !important;
}
.mypagecontainer .header .rightbutton h2 {
  font-family: 'Capriola', sans-serif;
  font-size: 12px !important;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 0!important;
  margin: 0!important;
}
.mypagecontainer .header .rightbutton.small {
  width: 125px;
  height: 35px;
}
.mypagecontainer .header .rightbutton.small h1 {
  font-size: 13px;
  top: 0;
}
.mypagecontainer .header .rightbutton.small h2 {
  font-size: 10px !important;
  position: relative;
  top: -7px;
}
.mypagecontainer .en {
  font-family: 'Capriola', sans-serif;
  font-size: 14px;
}
.mypagecontainer ul li {
  font-size: 14px;
  vertical-align: middle;
  margin-top: 1px;
  width: calc(100% - 12px);
  text-align: justify;
}
.mypagecontainer ul {
  margin-left: 5px;
}
.mypagecontainer ul li {
  background-image: url(../images/icon_greentriangle_small.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 12px;
}
.mypagecontainer .header h1 {
  font-size: 25px;
  font-weight: bold;
  color: black;
  letter-spacing: 2px;
}
.mypagecontainer .header h2 {
  font-size: 16px !important;
  color: #5cc425;
  letter-spacing: 0px;
  font-family: 'Capriola', sans-serif;
  margin-top: -3px;
}

.mypagecontainer .header img.lefticon {
  margin-right: 8px;
}
.mypagecontainer .header img.lefticon.cart {
  top: 5px;
}
.mypagecontainer .header .title-container {
	float: left;
	display: flex;
	align-items: center;
}
.mypagecontainer .header .right {
  font-size: 15px;
	margin-top: 8px;
}
.mypagecontainer .header .right.small{
  font-size: 13px;
}

.mypagecontainer .header .right.small.twolines{
	top:16px;
}
.mypagecontainer .form label span {
  margin-top: 0;
}
.mypagecontainer .form label span.add {
  width: auto;
  display: inline-block;
}
.mypagecontainer .form .field .left {
  width: 24%;
  min-height: 40px;
}
.mypagecontainer .form .field .right {
  width: 72%;
  vertical-align: middle;
	margin-bottom: 10px;
}
.mypagecontainer.signup .form .field .left {
  width: 28%;
}
.mypagecontainer.signup .form .field .right {
  width: 70%;
}
.mypagecontainer .form .field.fullnote {
  padding-left: 28%;
  padding-bottom: 0px;
  border: none;
}
.mypagecontainer .form .field.fullnote p, .mypagecontainer .form .field.fullnote span {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin: 0;
}
.mypagecontainer .form .subdown {
  position: relative;
  min-height: 17px;
}
.mypagecontainer .form .subdown .formbtn {
  position: absolute;
  width: 160px;
  left: 0;
  overflow: hidden;
  display: block;
}
.mypagecontainer .form .subdown .formbtn .btmline {
  letter-spacing: 1px;
}
.mypagecontainer .form .subdown input[type=checkbox] {
  position: absolute;
  right: 0;
  top: 3px;
}
.mypagecontainer .form .centerarea {
  width: 35%;
  display: block;
  margin: 40px auto;
  text-align: center;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mypagecontainer .form .centerarea .buttonarea {
  overflow: hidden;
  width: 60%;
  margin: 30px auto;
}
.mypagecontainer .form .centerarea .buttonarea.large {
  width: 90%;
}
.mypagecontainer .form .centerarea.signup {
  width: 100%;
}
.mypagecontainer .form .centerarea.cart {
  width: 90%;
}
.mypagecontainer .form .centerarea.cart button {
	padding: 0;
}
.mypagecontainer .form .centerarea button {
  margin: 0;
  width: 60%;
  display: block;
}
.mypagecontainer .form .centerarea button.reset {
  margin: 0;
  width: 38%;
}
.mypagecontainer .form .centerarea button.onefourth {
  margin: 0;
  width: 24%;
  display: block;
}
.mypagecontainer .form .centerarea button.half {
  margin: 0;
  width: 49%;
  display: block;
}
.mypagecontainer .form .centerarea button.centered {
  margin: 0 auto;
  width: 49%;
}
.mypagecontainer .form .centerarea button.mgr {
  margin-right: 7px;
}

/*MY PAGES CART */

/*.mypagecontainer.cart {
  padding-bottom: 100px;
}*/
.mypagecontainer.cart .bookdetail {
  position: relative;
  width: 100%;
  height: 165px;
  display: block;
  margin-top: 55px;
}
.mypagecontainer.cart .bookdetail img.bookcover {
  display: block;
  width: 120px;
  height: 171px;
  border: 1px solid #b5b5b5;
  -webkit-box-shadow: 2px 2px 1px 0px #b5b5b5;
  -moz-box-shadow: 2px 2px 1px 0px #b5b5b5;
  box-shadow: 2px 2px 1px 0px #b5b5b5;
  position: absolute;
  left: 40px;
  bottom: 0;
}
.mypagecontainer.cart .bookdetail .data {
  display: block;
  width: calc(100% - 200px);
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*ENGTITLE*/

.mypagecontainer.cart .bookdetail .data h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: black;
  font-weight: bold;
  margin-bottom: 4px;
}

/*JPTITLE*/

.mypagecontainer.cart .bookdetail .data h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #363636;
  margin-bottom: 12px;
}

/*ISBN*/

.mypagecontainer.cart .bookdetail .data h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: black;
}

/*MyPages Tables*/

table.base {
  font-size: 14px;
  color: #000;
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #bababa;
	table-layout: fixed;
}
table.base th {
  border-bottom: 1px solid #bababa;
  padding: 10px 0;
}
table.base .txl {
  text-align: left;
}
table.base .txc {
  text-align: center;
}
table.base .txr {
  text-align: right;
}
table.base th .jp {
  font-size: 14px;
  margin-right: 3px;
}
table.base th .en {
  font-family: 'Capriola', sans-serif;
  font-size: 12px;
  color: #999999;
}
table.base tr {
  border-bottom: 1px dotted #c0c0c0;
}
table.base tr.sampletable {
  border-bottom: 1px dotted #c0c0c0;
  background-color: #d4f9e3;
}

table.base tr.choicetable {
  border-bottom: 1px dotted #c0c0c0;
  background-color: #d9edf7;
}

table.base td {
  padding: 20px 0;
}
table.base td.strong {
  font-weight: bold;
}
table.base td.sm1 {
  font-size: 13px;
}
table.lftype {
  font-size: 15px;
  border: 1px solid #cecece;
}
table.lftype td.head {
  background: #f5f5f5;
  /*border: 1px solid #cecece;*/
  padding-left: 40px;
}
table.lftype td {
  vertical-align: middle;
  padding-left: 40px;
  line-height: 22px;
}
table.lftype td.en {
  font-family: 'Capriola', sans-serif;
  color: #999999;
  font-size: 13px;
  padding-left: 0;
}
table.lftype tr.noborder {
  border-bottom: none;
}
table.lftype td.head {
  border-right: 1px solid #cecece;
}
table.lftype tr {
  border-bottom: 1px solid #cecece;
}
table.lftype h3 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
table.lftype h4 {
  font-size: 12px;
  font-family: 'Capriola', sans-serif;
  color: #999999;
  font-weight: bold;
}

table.fulltype {
  font-size: 15px;
  border: 1px solid #cecece;
}
table.fulltype td.head {
  background: #f5f5f5;
  /*border: 1px solid #cecece;*/
  padding-left: 40px;
}
table.fulltype td {
  vertical-align: middle;
  padding-left: 40px;
  line-height: 22px;
  border-right: 1px solid #cecece;
}
}
table.fulltype td.en {
  font-family: 'Capriola', sans-serif;
  color: #999999;
  font-size: 13px;
  padding-left: 0;
}
table.fulltype tr.noborder {
  border-bottom: none;
}
table.fulltype td.head {
  border-right: 1px solid #cecece;
}
table.fulltype tr {
  border-bottom: 1px solid #cecece;
}
table.fulltype h3 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
table.fulltype h4 {
  font-size: 12px;
  font-family: 'Capriola', sans-serif;
  color: #999999;
  font-weight: bold;
}


table.base.cart {
  margin-top: 40px;
}
table.base.nobottomborder {
  border-bottom: none;
}
table.base.notoppad {
  margin-top: 5px;
  padding-top: 0;
}
table.base.cart tr.tablehead {
  border-bottom: 0;
}
table.base.cart tr.tablehead th {
  border-bottom: 0;
  background: #f3f3f3;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #bababa;
}
table.base.cart tr:hover {
  background: #fafafa;
}
table.base.cart tr.emptycart {
  text-align: center;
  background: none !important;
/*  height: 120px;*/
}
table.base.cart tr.sum:hover {
  background: none;
}
table.base.cart .title {
  padding-left: 8px;
}
table.base.cart .title h2, table.base.cart .title h3, table.base.cart .title h4 {
  margin: 0;
  background: none;
  padding: 0;
  font-size: 13px;
  border: none;
  color: black;
}
table.base.cart .title h3 {
  color: #363636;
}
table.base.cart .title h4 {
  font-weight: normal;
}
table.base.cart td {
  vertical-align: top;
}
table.base.cart .price {
  font-weight: bold;
  text-align: right;
  padding-right: 18px;
}
table.base.cart .sample {
  font-weight: bold;
  text-align: center;
}
table.base.cart .sample .en, table.base.cart .sample .jp {
  font-size: 14px;
}
table.base.cart small {
  font-size: 12px;
  font-weight: normal;
}
table.base.cart .attachment{
  text-align: center;
}
table.base.cart .attachment select{
  margin:auto;
}
table.base.cart .quantity {
	text-align: right;
  padding-right:20px;
}
table.base.cart .quantity input {
  width: 21px;
  margin-left: 5px;
}
table.base.cart .quantity.centered {
  padding-left: 0;
  text-align: center;
}
table.base.cart .button {
  width: 33%;
  padding-right:7px;
  padding-left:5px;
	box-sizing: border-box;
}

table.base.cart .button .formbtn img {
	max-width: 222px;
	width: 100%;
	height: auto;
}

table.base.cart .button button {
  height: 37px;
  line-height: 37px;
  width:240px;
}
table.base.cart .quantity .refreshprice {
  cursor: pointer;
  width: 37px;
  height: 37px;
  display: inline-block;
  float: right;
  background: url(../images/icon_refresh.png) no-repeat 50% 50%;
}
table.base.cart .quantity .refreshprice:hover {
  opacity: .7;
}
table.base.cart .quantity .refreshprice.torefresh {
  background: url(../images/icon_refresh_on.png) no-repeat 50% 50%;
}
table.base.cart .totalprice {
  text-align: right;
}
table.base.cart .remove {
  text-align: center;
}
table.base.cart .remove .removeicon {
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(../images/icon_remove.png) no-repeat;
}
table.base.cart .remove .removeicon.mod1 {
  margin-top: 5px;
}
table.base.cart .remove .removeicon:hover {
  opacity: .7;
}
table.base.cart .sum {
  border-top: 1px solid #c0c0c0;
  border-bottom: none;
}
table.base.cart .sum .summary {
  width: 50%;
  float: right;
  text-align: right;
  margin-top: 10px;
}
table.base.cart .sum .summary span {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-bottom: 4px solid #ff5400;
  padding: 5px 10px;
}
table.base.cart .sum .summary span.num {
  padding-right: 40px;
}
table.base.cart .sum .summary span strong {
  font-size: 20px;
}

.mypagecontainer.signup .form .field span.right {
	width: 45px;
	margin-top: 5px;
}
.mypagecontainer.signup .form .field span.left {
	width: calc(100% - 45px);
}
.mypagecontainer.signup .form .field span.left .widthfull {
	width: calc(100% - 18px);
}



/*Company*/
.company table.lftype td {
	width: 32%;
}

.company table.lftype td.head {
	width: 20%;
}

.company table.lftype td.en {
	width: 55%;
}

.company table.fulltype td {
	width: 70%;
}

.company table.fulltype td.head {
	width: 20%;
}

.company table.fulltype td.en {
	width: 0%;
}

.googlemaps {
	max-width: 720px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*特定商取引法に基づく表記*/
.commerce table.lftype td {
	width: 35%;
}

.commerce table.lftype td.head {
	width: 35%;
}

.commerce table.lftype td.en {
	width: 37%;
	padding:0 5px;
}

.commerce table.fulltype td {
	width: 70%;
}

.ccommerce table.fulltype td.head {
	width: 20%;
}

.commerce table.fulltype td.en {
	width: 0%;
}

/*FAQ*/

.faq, .inquiry {
  padding-top: 15px;
}
.notice {
  display: block;
  background: #f3f3f3;
  text-align: center;
  padding: 10px;
  font-size: 13px;
}
.notice.strong {
  border: 1px solid #bababa;
}
.notice.left {
  text-align: justify;
  padding: 15px 25px;
}
.notice .ul {
  /*text-decoration: underline;*/
}
.notice .strong {
  color: #a40303;
  font-weight: bold;
}
.notice ul li {
  font-size: 13px;
  /*line-height: 21px;*/
  background-position: 0px 4px;
}
.notice .red {
  color: #a40303;
}
.notice .line {
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: 1px dotted #bababa;
  margin: 15px 0;
}
.notice .eng {
  margin-top: 5px;
  font-family: 'Capriola', sans-serif;
  color: #696969;
  font-size: 11px;
}
.notice h3 {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.notice h3.engb {
  color:#000;
  font-size: 14px;
}

.notice .engb,.notice ul.engb li {
  font-family: 'Capriola', sans-serif;
  color:#5d5d5d;
  font-size: 12px;
}


/*STYLE BASIC FORM*/

.form {
  max-width: 100%;
  margin: 0px;
  padding: 10px;
  font-size: 14px;
}
.form.nopad {
  padding: 0;
}
.form.border {
  border-width: 1px;
  border-color: #DDD;
  border-radius: 4px;
  border-style: solid;
}
.form .inborder {
  border-width: 1px;
  border-color: #DDD;
  border-radius: 4px;
  border-style: solid;
  padding: 10px;
}
.form .content {
  margin: 0px;
}
.form h1, .form h2, .form h3, .form h4 {
  color: #00bb4c;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
  border-bottom-width: 1px;
  font-weight: bold;
  border-radius: 0px;
  background-color: #FFFFFF;
}
.form .black {
  color: #222222;
}
.form .field {
  /*margin-bottom: 5px; */
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #cccccc;
}
.form .field .noborder, .form .noborder {
  border: none;
}
.form .field .left {
  display: block;
  float: left;
  width: 20%;
  padding: 5px 0;
}
.form .field .right {
  width: 80%;
  float: left;
  display: block;
  padding: 5px 0;
}
.form .field .largefield {
  width: 70% !important;
}
.form .field .smallfield {
  width: 30% !important;
}
.form label {
  color: #222222;
  font-size: 16px;
  display: block;
  /*font-weight: bold;*/
}
.form .left label {
  padding-left: 30px;
}
.form.leftpadsmall .left label {
  padding-left: 15px;
}
.form label.textright {
  text-align: right;
  padding-left: 0px;
  padding-right: 30px;
}
.form label span {
  display: block;
  width: 100%;
}
.form label .eng {
  font-size: 13px;
  font-family: 'Capriola', sans-serif;
  color: #888;
  margin-top: 4px;
}
.form label .strong {
  font-weight: bold;
}
.form input[type=radio], .form input[type=checkbox] {
  margin: 10px;
  width: 13px;
}
.form div {
  display: block;
}
.form input[type="text"], .form textarea, .form input[type="password"] {
  padding: 7px 8px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
  display: block;
  margin: 0;
  font-family: sans-serif;
  font-size: 14px;
  appearance: none;
  box-shadow: inset 0 1px 1px 1px #eee;
  border-radius: 2px;
}
.form div.note {
  margin-top: 5px;
  margin-left: 5px;
  color: #666;
  font-size: 12px;
  font-weight: normal;
}
.form input[type="text"]:focus, .form textarea:focus, .form input[type="password"]:focus {
  border: solid 1px #5cc424;
  outline: none;
}
.form .field.error input,
.form .field.error textarea {
  border: solid 1px #dc0000;
  background: #ffefef;
  box-shadow: inset 0 0px 1px 1px #ffcdcd;
}
.has-error input, .has-error textarea {
  border: solid 1px #dc0000;
  background: #ffefef;
  box-shadow: inset 0 0px 1px 1px #ffcdcd;
}
.form .field.error .note {
  color: #dc0000;
}

.inquiry .form {
	padding: 0;
}
.inquiry .form.border {
	padding: 10px;
}

/*
.form input, form textarea, form select{
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
} */

.form .intro {
  margin-bottom: 20px;
}
.form .red {
  color: #dc0000;
  font-weight: bold;
}
.form .green {
  color: #00bb4c;
}
.form .box {
  border: 1px solid;
  display: block;
  margin: 25px auto;
  padding: 10px 15px;
  text-align: justify;
  width: 50%;
}
.form .box.red {
  background: #ffefef;
  border: 1px solid #dc0000;
}
.form .box.green {
  background: #efffef;
  border: 1px solid #00bb4c;
}
.form .clear {
  clear: both;
}
.form textarea {
  min-height: 100px;
  /*width: 95%; */
}
.form .widthfull {
  width: 95%;
}
.field.centered {
/*  margin: 0 auto;*/
  margin-top: 10px;
  display: block;
}
.form .widthhalf {
  width: 50%;
}
.form .widthhalfsm {
  width: 43%;
}
.form .widthfull1 {
  width: 97%;
}
.form .widthfull2 {
  width: 92%;
}
.form .widthhalfsm2 {
  width: 47%;
}
.form .inline {
  display: inline !important;
}
.form .leftmarg {
  margin-left: 20px !important;
}
.form .rightmarg {
  margin-right: 10px;
}
.form .widthquarter {
  width: 25%;
}
.form .widthsmall {
  width: 10%;
}
.form button, .form input[type=submit], .form .formbtn {
  border: none;
  font-size: 16px;
  background: #aaa;
  color: white;
	display: block;
  font-weight: bold;
  /*padding: 6px 12px;*/
  height: 41px;
  margin: 10px auto;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  text-decoration: none !important;
}
.form .formbtn {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.form .formbtn.wwidth {
  padding-left: 10px;
  padding-right: 10px;
}
.form .formbtn.floatleft {
  float: left;
}
.form .formbtn.centered {
  margin: 0 auto;
}
.form button, .form input[type=submit].fixedsize, .form .formbtn.fixedsize {
  width: 150px;
}
.form button, .form input[type=submit].fixedsize2, .form .formbtn.fixedsize2 {
  width: 260px;
	max-width: 100%;
}
.form .twolines {
  line-height: 20px;
}
.form button.maxlarge {
  width: 50%;
}
.form button .topline, .form .formbtn .topline {
  width: 100%;
  display: block;
  position: relative;
  top: 2px;
}
.form button .btmline, .form .formbtn .btmline {
  width: 100%;
  display: block;
  font-family: 'Capriola', sans-serif;
  font-size: 12px;
  position: relative;
  top: -1px;
}
.form input[type=submit]:focus, .form input[type=submit]:hover, .form .formbtn:focus, .form .formbtn:hover, .form button:focus, .form button:hover {
  outline: none;
  color: #fff;
  background: #bbb;
  box-shadow: 0 0 5px 1px #bbb;
}
.form input[type=submit]:active, .form .formbtn:active, .form button:active {
  background: #aaa;
}
.form .formbtn.disabled, .formbtn.disabled:focus, .formbtn.disabled:hover, .form button.disabled, .form button.disabled:focus, .form button.disabled:hover {
  cursor: default;
  box-shadow: none;
  background: #aaa !important;
}
.form .formbtn.disabled2, .formbtn.disabled2:focus, .formbtn.disabled2:hover, .form button.disabled2, .form button.disabled2:focus, .form button.disabled2:hover {
  cursor: default;
  box-shadow: none;
  background: #777777 !important;
}

.form .field .right.note {
	margin: 0;
	padding: 0;
}

/*WHITE BUTTON STYLE*/

.form input[type=submit].white, .form button.white, .form .formbtn.white {
  background: #FFF;
  border: 1px solid #008aff;
  color: #008aff;
}
.form input[type=submit].white:focus, .form input[type=submit].white:hover, .form button.white:focus, .form button.white:hover {
  border: 1px solid #008aff;
  background: #FFF;
  box-shadow: 0 0 5px 1px #00aaff;
}
.form input[type=submit].white:active, .form button.white:active {
  background: #FFF;
}
.form input[type=submit].whiteorange, .form button.whiteorange, .form .formbtn.whiteorange {
  background: #FFF;
  border: 1px solid #ff5400;
  color: #ff5400;
}
.form input[type=submit].whiteorange:focus, .form input[type=submit].whiteorange:hover, .form button.whiteorange:focus, .form button.whiteorange:hover {
  border: 1px solid #008aff;
  background: #FFF;
  box-shadow: 0 0 5px 1px #ff5400;
}
.form input[type=submit].whiteorange:active, .form button.whiteorange:active {
  background: #FFF;
}
.form .formbtn.greentxt {
  color: #5cc425;
  border-color: #5cc425;
}

/*BLUE BUTTON STYLE*/

.form input[type=submit].blue, .form button.blue, .form .formbtn.blue {
  background: #008aff;
  border: 1px solid #008aff;
}
.form input[type=submit].blue:focus, .form input[type=submit].blue:hover, .form button.blue:focus, .form button.blue:hover {
  outline: none;
  background: #00aaff;
  box-shadow: 0 0 5px 1px #00aaff;
}
.form input[type=submit].blue:active, .form button.blue:active {
  background: #008aff;
}

/*GREEN BUTTON STYLE*/

.form input[type=submit].green, .form .formbtn.green, .form button.green {
  background: #00bb4c;
}
.form input[type=submit].green:focus, .form input[type=submit].green:hover, .form .formbtn.green:focus, .form .formbtn.green:hover, .form button.green:focus, .form button.green:hover {
  background: #00d56c;
  outline: none;
  box-shadow: 0 0 5px 1px #00d56c;
}
.form input[type=submit].green:active, .form .formbtn.green:active, .form button.green:active {
  background: #00bb4c;
}

/*YELLOW BUTTON STYLE*/

.form input[type=submit].yellow, .form button.yellow {
  background: #ffb400;
}
.form input[type=submit].yellow:focus, .form input[type=submit].yellow:hover, .form button.yellow:focus, .form button.yellow:hover {
  outline: none;
  background: #ffd420;
  box-shadow: 0 0 5px 1px #ffd420;
}
.form button.yellow:active, .form input[type=submit].yellow:active {
  background: #ffb400;
}

/*ORANGE BUTTON STYLE*/

.form input[type=submit].orange, .form button.orange, .form .formbtn.orange {
  background: #ff5400;
  border: 1px solid #ff5400;
}
.form input[type=submit].orange:focus, .form input[type=submit].orange:hover, .form button.orange:focus, .form button.orange:hover {
  background: #ff8346;
  box-shadow: 0 0 5px 1px #ff8346;
}
.form button.orange:active, .form input[type=submit].orange:active {
  background: #ff5400;
}

.form input[type=submit].whitegreen, .form button.whitegreen {
  background: #FFFFFF;
  border: 2px solid #00bb4c;
  height: 41px !important;
  color: #00bb4c;
}
.form input[type=submit].whitegreen:focus, .form input[type=submit].whitegreen:hover, .form button.whitegreen:focus, .form button.whitegreen:hover {
  background: #5cc425;
  box-shadow: 0 0 5px 1px #5cc425;
  height: 41px !important;
}
.form button.green:active, .form input[type=submit].green:active {
  background: #5cc425;
  height: 41px !important;
}

.formbtn.rakuten {
  border: 2px solid #be0000;
  background: none;
  height:37px;
}

.formbtn.rakuten:focus, .formbtn.rakuten:hover {
  box-shadow: 0 0 5px 1px #be0000;
  background: none;
}

.formbtn.amazon {
  border: 2px solid #f8981d;
  background: none;
  height:37px;
}

.formbtn.amazon:focus, .formbtn.amazon:hover {
  box-shadow: 0 0 5px 1px #f8981d;
  background: none;
}

.formbtn.kinokuniya {
  border: 2px solid #003f9c;
  background: none;
  height:37px;
}

.formbtn.kinokuniya:focus, .formbtn.kinokuniya:hover {
  box-shadow: 0 0 5px 1px #003f9c;
  background: none;
}

.formbtn.seven {
  border: 2px solid #ff0000;
  background: none;
  height:37px;
}

.formbtn.seven:focus, .formbtn.seven:hover {
  box-shadow: 0 0 5px 1px #ff0000;
  background: none;
}

.formbtn.ehon {
  border: 2px solid #ffe800;
  background: none;
  height:37px;
}

.formbtn.ehon:focus, .formbtn.ehon:hover {
  box-shadow: 0 0 5px 1px #ffe800;
  background: none;
}

.formbtn.honyaclub {
  border: 2px solid #003d8b;
  background: none;
  height:37px;
}

.formbtn.honyaclub:focus, .formbtn.honyaclub:hover {
  box-shadow: 0 0 5px 1px #003d8b;
  background: none;
}

.formbtn.seibido {
  border: 2px solid #00bb4c;
  background: none;
  height:37px;
  color: #00bb4c;
}

.formbtn.seibido:focus, .formbtn.seibido:hover {
  background: #5cc425;
  box-shadow: 0 0 5px 1px #5cc425;
}






/*ORANGE BUTTON STYLE*/

.form input[type=submit].red {
  background: #ff0000;
}
.form input[type=submit].red:focus, .form input[type=submit].red:hover {
  background: #ff3333;
  outline: none;
  box-shadow: 0 0 5px 1px #ff3333;
}
.form input[type=submit].red:active {
  background: #ff0000;
}
.form select {
  border: solid 1px #dcdcdc;
  display: block;
  font-size: 14px;
  appearance: none;
  padding: 5px;
}
.form select:focus {
  outline: none;
}

/*FORM SIMPLE TEXT ELEMENTS*/

.form .right p, .form .right ul li {
  font-size: 14px;
  vertical-align: middle;
  /*margin-top: 2px;*/
  margin-top: 11px;
  width: 98%;
  text-align: justify;
}
.form .right ul {
  margin-left: 5px;
}
.form .right ul li {
  background-image: url(../images/icon_greentriangle_small.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 12px;
}
.form p.notice {
  /*font-size: 14px;*/
  text-align: justify;
  width: 90%;
  line-height: 25px;
  margin: 10px auto 30px;
  display: block;
}
.form .lines {
  font-size: 16px;
  display: inline-block;
  padding-left: 25px;
  text-align: left;
  float: none;
}
.form .lines.tel {
  background: url(../images/icon_footer_tel.png) 0% 50% no-repeat;
}
.form .lines.mail {
  background: url(../images/icon_footer_mail.png) 0% 50% no-repeat;
}

/*FORM VALIDATOR*/

.form-error {
  display: inline-block;
  padding: 2px;
  margin-top: 2px;
  color: #991A18;
  background: #FFEFEF;
  font-size: 12px;
}

/*JQUERY CHECKBOX*/
#jquery-smaple-form {
    padding: 10px 5px;
}
#jquery-smaple-form input {
    margin: 5px 5px 15px 5px;
    cursor: pointer;
}
#jquery-smaple-form label {
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid gray;
    border-radius: 10px;
    background-color: yellow;
    font-size: 15px;
    color: #303030;
    cursor: pointer;
}

/*JQUERY UI -TABS*/

#tabs {
  width: 100%;
  display: block;
  margin-top: 50px;
}
#tabs .ui-tabs-nav {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border-bottom: 1px solid #363636
}
#tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#tabs ul li {
  float: left;
  display: block;
  background-image: none;
  padding: 0;
}
#tabs.two ul li {
  width: 49%;
  margin-right: 2%;
}
#tabs.two ul li.last {
  margin-right: 0;
}
#tabs ul li a {
  display: block;
  background: #b5b5b5;
  width: 100%;
  margin: 0 auto;
  height: 42px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 5px 5px 0px 0px;
}
#tabs ul.twolines li a {
  line-height: 21px;
}
#tabs ul li h1 {
  font-size: 17px;
  color: white;
  font-weight: bold;
  position: relative;
  top: 1px;
  letter-spacing: 4px;
}
#tabs ul li h2 {
  font-family: 'Capriola', sans-serif;
  font-size: 12px;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
}
#tabs ul li a:focus {
  outline: none;
}
#tabs ul li a:hover {
  background: #dbdbdb;
}
#tabs ul li.ui-state-active a {
  background: #363636;
  color: white;
}
.faq #tabs {
  margin-top: 30px;
  margin-bottom: 100px;
}
.faq #tabs ul li {
  width: 244px;
	margin-right: 6px;
  margin-bottom: 6px;
}
.faq #tabs .ui-tabs-nav {
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
}
.faq #tabs ul li a {
  color: white;
  border-radius: 5px;
  font-size: 15px;
}
.faq #tabs h2 {
  text-align: center;
  color: #008aff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 50px;
}
.faq #tabs h3 {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  outline: none;
  cursor: pointer;
}
.faq #tabs .ui-accordion-header {
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(../images/icon-faq-plus.png) left 18% no-repeat;
  padding-left: 30px;
}
.faq #tabs .ui-accordion-header-active {
  background: url(../images/icon-faq-minus.png) left 18% no-repeat;
}
.faq #tabs p {
  color: #000;
  font-size: 14px;
  margin-left: 30px;
  margin-bottom: 30px;
  line-height: 20px;
}

/*#FOOTER*/

#footer {
  width: 100%;
  background: url(../images/footer-bgr.png) repeat;
  margin-bottom: 0px;
  clear: both;
}
#footer .bar {
  background: #1c1c1c;
  width: 100%;
  position: relative;
}
#footer .bar a {
  background: url(../images/icon_greentriangle.png) 0% 50% no-repeat;
  padding-left: 14px;
  display: block;
  color: white;
  text-decoration: none;
  font-size: 13px;
  float: left;
  margin: 13px 40px 14px 0;
}
#footer .bar a:hover {
  color: #4ac508;
}
#footer .bar .pageToTop {
  position: absolute;
  width: 45px;
  height: 100%;
  background: #00bb4c url(../images/arrow_top.png) 50% 50% no-repeat;
  right: 0;
  display: block;
  cursor: pointer;
  opacity: 1;
	top: 0;
}
#footer .bar .pageToTop:hover {
  opacity: .8;
}
#footer .logo {
  padding: 45px 0 30px;
}
#footer p {
  width: 90%;
  text-align: justify;
}
#footer p.jp_text {
  font-size: 14px;
  margin-bottom: 20px;
}
#footer p.en_text {
  font-size: 13px;
  font-family: 'Capriola', sans-serif;
  color: #5d5d5d;
}
#footer .contact {
  margin-top: 74px;
}
#footer .contact .en_title {
  margin-bottom: 20px;
}
#footer .contact .lines {
  font-size: 14px;
  height: 21px;
  display: block;
  padding-left: 25px;
  margin-bottom: 10px;
}
#footer .contact img.triangle {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 4px;
}
#footer .contact .lines a {
  text-decoration: none;
  color: #000;
}
.lines.address {
  background: url(../images/icon_footer_location.png) 0% 0% no-repeat;
}
.lines.map {
  background: url(../images/icon_footer_address.png) 0% 0% no-repeat;
}
.lines.tel {
  background: url(../images/icon_footer_tel.png) 0% 0% no-repeat;
}
.lines.fax {
  background: url(../images/icon_footer_fax.png) 0% 0% no-repeat;
}
.lines.mail {
  background: url(../images/icon_footer_mail.png) 0% 30% no-repeat;
}
#footer .copyright {
  background: #5d5d5d;
  width: 100%;
  color: white;
  font-family: 'Capriola', sans-serif;
  text-align: center;
  font-size: 11px;
  margin-top: 45px;
  padding: 5px 0;
  line-height: 2;
}

/*MISC*/

.bottomline {
  padding-bottom: 2px;
  border-bottom: 1px solid #cecece;
}
h2.jp_title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 6px;
  /*line-height: 25px;*/
}
h2.en_title {
  font-family: 'Capriola', sans-serif;
  color: #4ac508;
  font-size: 16px;
  letter-spacing: 3px;
}
h3.jpline {
  display: inline-block;
  font-size: 18px;
  color: black;
  font-weight: bold;
  margin-right: 10px;
  border-bottom: none;
  margin-bottom: 0;
}
h3.enline {
  display: inline-block;
  font-size: 14px;
  font-family: 'Capriola', sans-serif;
  color: #4ac508;
  font-weight: normal;
  border-bottom: none;
  margin-bottom: 0;
}
.standarmarg {
  margin-top: 50px;
  padding-bottom: 50px
}
.tmpad {
  padding-top: 10px;
}
.btmpad {
  padding-bottom: 12px;
}
.leftmarg {
  margin-left: 10px;
}
.leftmargw {
  margin-left: 20px;
}
.leftmargww {
  margin-left: 40px;
}
.topmarg {
  margin-top: 10px;
}
.topmargw {
  margin-top: 20px;
}
.topmargww {
  margin-top: 40px;
}
.bottommarg {
  margin-bottom: 10px;
}
.bottommargw {
  margin-bottom: 20px;
}
.bottommargww {
  margin-bottom: 40px;
}
.bottommargwww {
  margin-bottom: 80px !important;
}
.bigmargins {
  margin-top: 100px;
  margin-bottom: 100px;
}
.btn_green {
  background-color: #00bb4c;
  width: 130px;
  height: 32px;
  display: block;
  font-family: 'Capriola', sans-serif;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.btn_gray {
  background-color: #363636;
  display: block;
  font-family: 'Capriola', sans-serif;
  padding: 3px 10px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
a.btn_gray {
  color: white;
}
a.btn_gray:hover {
  text-decoration: none;
}

/*Buttons*/

.btn {
  display: block;
  line-height: 40px;
  height: 39px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 8px;
  border: 0 none;
  cursor: pointer;
}
.btn:hover {
  text-decoration: none !important;
}
.btn.big {
  font-size: 18px;
  float: left;
  height: 60px;
  line-height: 60px;
  width: 228px;
  margin-right: 12px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.btn.big2 {
  font-size: 30px;
  float: left;
	height: auto;
	padding: 4.25em 0;
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-top:15px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.btn.sml {
  font-size: 14px;
  height: 27px;
  line-height: 27px;
	width: 146px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.btn.mid {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 152px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.btn.centered {
  display: block;
  margin: 0 auto;
}
.btn.right {
  display: block;
  float: right;
}
.btn.autosize {
  width: auto;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.btn.wwidth {
  padding-left: 30px;
  padding-right: 30px;
}
.btn.wheight, button.wheight {
  padding-top: 5px;
  padding-bottom: 5px;
}
button.wheight {
  height: auto;
}
.btn.big.twolines {
  line-height: 20px;
  padding-top: 9px;
  height: 51px;
}
.btn.last {
  margin-right: 0;
}
.btn.white {
  background: white;
  color: #00bb4c;
  border: 1px solid #00bb4c;
}

.btn.red {
  background: white;
  color: #b40404;
  border: 1px solid #b40404;
}
.btn.red:hover {
  color: #ee2d2d;
}

.btn.gray {
  background: white;
  color: #999999;
  border: 1px solid #999999;
}
.btn.gray:hover {
  color: #999999;
}


.btn.gray-e {
  background: white;
  color: #999999;
  border: 1px solid #999999;
  line-height: 18px;
}
.btn.gray-e:hover {
  color: #999999;
}

.btn.whiteblue {
  background: white;
  color: #008aff;
  border: 1px solid #008aff;
	box-sizing: border-box;
}
.btn.whiteblue:hover {
  color: #008aff;
}
.btn.green, .btn.green:hover {
  background: #00bb4c;
  color: #FFF;
}
.btn.blue, .btn.bluenh {
  background: #008aff;
  color: #fff;
}
.btn.blue:hover {
  background: #20Aaff;
  color: #fff;
}
.btn.lightblue {
  background: #5594ad;
  color: #fff;
}
.btn.lightblue:hover {
  background: #7ab2c8;
  color: #fff;
}
.btn.yellow {
  background: #ffb400;
  color: #fff;
}
.btn.yellow:hover {
  background: #ffd420;
  color: #fff;
}
.btn.orange {
  background: #ff5400;
  color: #fff;
}
.btn.orange:hover {
  background: #ff8346;
  color: #fff;
}

.btn.green2, .btn.green2:hover {
	background: #00bb4c;
	color: #FFF;
	max-width: 200px;
	margin: 10px;
	float: right;
	width: 100%;
}
/*Dividers*/

.dtd_divider {
  border-top: 1px dotted #c0c0c0;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.line_divider {
  border-top: 1px solid #c0c0c0;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
/*.overvisible {
  overflow: visible;
}*/
.englishLabel {
  font-family: 'Capriola', sans-serif;
  color: #4ac508;
}
img.imgborder {
  border: 1px solid #dadada;
}
img.toright {
  float: right;
}
img.tocenter {
  float: none;
  margin: 0 auto;
  display: block;
}
.nomargtop {
  margin-top: 0;
}
.nopadtop {
  padding-top: 0 !important;
}
.basicType {
  font-size: 14px;
}
.basicType h2 {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
.basicType h3 {
  color: #5cc425;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #5cc425;
  padding-bottom: 1px;
  margin-bottom: 10px;
  margin-top: 25px;
}
.basicType h4 {
  font-weight: bold;
}
.basicType small {
  font-size: 80%;
}
.basicType ul, .basicType ol {
  padding-left: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style: decimal;
}
.basicType ul {
  list-style: disc;
}
.basicType ul li, .basicType ol li {
  padding-bottom: 8px;
}
.basicType .box {
  width: 200px;
  border: 1px solid #5cc425;
  display: block;
  text-align: center;
  background-color: #eeffcc;
  padding: 10px;
  margin: 20px auto;
  line-height: 30px;
}
.basicType .spacer {
  margin: 20px 0;
}
.basicType .note {
  text-decoration: underline;
  font-weight: bold;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}

/*CUSTOM FUNCTIONS*/

.temporarybody {
  width: 100%;
  display: block;
  height: 500px;
}

/*Purchace*/
.mypagecontainer.cart .buttons {
    overflow: hidden;
    display: block;
}
.btn.whiteamazonorange {
  background: white;
  color: #f8981d;
  border: 1px solid #f8981d;
}
.btn.whiteamazonorange:hover {
  color: #f8981d;
}

.btn.whiterakutenred {
  background: white;
  color: #be0000;
  border: 1px solid #be0000;
}
.btn.whiterakutenred:hover {
  color: #be0000;
}

/*STATIC CONTENTS*/

.pagebody .staticarea {
  padding-bottom: 80px;
	overflow: hidden;
}
.staticarea p {
  color: black;
  font-size: 14px;
  line-height: 22px;
  min-height: 22px;
  margin-bottom: 7px;
}
.staticarea .list {}
.staticarea .list .header {
  display: block;
  padding-top: 30px;
  width: 100%;
	padding-bottom: 16px;
  background: url(../images/list_divider.png) repeat-x bottom;
/*  position: relative;*/
}
.staticarea .list .header.double {
  
}
.staticarea .list .header h1 {
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: bold;
}
.staticarea .list .header h2 {
  font-size: 20px;
  font-weight: bold;
}
.staticarea .list .header h3.eng {
  font-family: 'Capriola', sans-serif;
  font-size: 16px;
  color: #5cc425;
}
.staticarea .list .header h4.category {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 3px;
  position: absolute;
  top: 40px;
  left: 150px;
  color: #666;
}
.staticarea .list .header .sort {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 17px;
  font-size: 12px;
  width: 100px;
}
.staticarea .list .header .sort a {
  display: inline-block;
  width: 11px;
  height: 9px;
  opacity: 1;
}
.staticarea .list .header .sort a:hover {
  opacity: .7;
}
.staticarea .list .header .sort a.up {
  background: url(../images/icon_sort_up.png) no-repeat;
}
.staticarea .list .header .sort a.down {
  background: url(../images/icon_sort_down.png) no-repeat;
}
.staticarea .list .news {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #cecece;
  margin: 20px 0 30px;
  padding-bottom: 30px;
  font-size: 14px;
}

.staticarea .onefourth {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 33%;
}

.staticarea .onefourth .btn.sml {
    font-size: 11px;
    height: auto;
    line-height: 27px;
    transition: all 0.25s ease-in-out 0s;
    max-width: 225px;
		width: 95%;
}

.staticarea #introduction {
  display: block;
  height: auto;
  overflow: hidden;
}


.staticarea .notice {
    display: block;
    background: #eaf9f0;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    width: 200px;
    margin: 20px auto;
    border: solid 1px #dcdcdc;
}

.staticarea .bstyle {
    font-weight:bold;
}

.staticarea ul {
  margin-left: 5px;
}

.staticarea ul li {
  font-size: 14px;
  vertical-align: middle;
  margin-top: 1px;
  width: calc(100% - 12px);
}

.staticarea ul.btlist li {
	width: calc(100% - 20px);
}

.staticarea ul li {
/*  background-image: url(../images/icon_greentriangle_small.png);*/
  background-repeat: no-repeat;
  background-position: left 0.3em;
  padding-left: 12px;
}

.staticarea #sitemap {
    font-size: 14px;
		overflow: hidden;
    margin: 10px 15px 0;
}

.staticarea #sitemap .leftside {
    max-width: 330px;
    float: left;
    margin-right: 30px;
}
.staticarea #sitemap .rightside {
    max-width: 330px;
		float: left;
}
.staticarea #sitemap ul li {
    line-height: 2.0;
}
.staticarea #sitemap .smap a {
    background: url(../images/icon_greentriangle_small.png) no-repeat 0 center;
    font-weight: normal;
    padding-left: 14px;
    text-decoration: none;
}
.staticarea #sitemap p {
    font-weight: bold;
    font-size: 15px;
    color: #00bb4c;
}
.staticarea #sitemap p.category {
    margin: 15px 0 0 0;
}

.staticarea #sitemap p.category a {
    text-decoration: none;
}

.staticarea #sitemap .en {
    font-family: 'Capriola', sans-serif;
    color: #999999;
    font-size: 11px;
    padding-left: 0;
}

/*会員各種データダウンロード注意文言追加*/
#agree .ttl {
    font-weight:bold;
    font-size: 15px;
    padding-bottom:5px;
    border-bottom: 1px double #00bb4c;
}
#agree .text {
    font-size: 14px;
    margin:10px;
}
#agree .agreebtn {
    font-weight:bold;
    text-align:right;
    font-size: 14px;
}
#agree input {
vertical-align:-15%;
}
#agree .formbtn {
  border: none;
  background: #aaa;
  color: white;
  font-weight: bold;
  height: 30px;
  margin: 10px;
  padding: 0 10px;
  line-height: 15px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  text-decoration: none !important;
}

#booklist .en-manu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#booklist .en-manu .onefourth {
	width: auto;
	padding-top: 6px;
}
.inquiry .form.twothird {
	padding: 20px 10px;
}
.signup .form .centerarea button.half {
	width: calc(52% - 14px);
}

.englishcentral .form .field .right {
    margin-bottom: 10px;
}

.staticarea ul.guide-shop {
	overflow: hidden;
	margin: 0;
}

.staticarea ul.guide-shop li {
	float: left;
	width: 170px;
	margin: 0px 12px 12px 0;
	padding: 0;
	font-size: 0;
}

.staticarea ul.guide-shop li img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

	
	.blended-learning-book {
	float:left;
		width:140px;
	}

.blended-learning-desc {
	float:left;
	width:calc(100% - 150px);
	margin-left:10px;
}

@media screen and (max-width:1002px) {
/* 共通 ヘッダー */
	.container {
/*		margin: 0 12px;*/
	}
	
	#header .top-header .contents .mainlogo,
	.header-btns {
		float: none;
	}
	
.header-btns {
    margin-top: 5px;
}

	.logout-container {
		position: inherit;
/*		margin-top: 12px;*/
		width: auto;
		left: inherit;
    right: unset;
    bottom: 0;
	}

.container.note {
    margin-left: 5px;
    height: auto;
    max-height: fit-content;
}
.link_icon_pconly{display:none;}
.link_icon_sponly{display: block;text-align: center;}
.link_icon_sponly img{max-width:100%;max-height: 23px;}
	#header .top-header .contents {
		/*margin-bottom: 12px;*/
	}
	.header-search-container {
		width: calc(100% - 140px);
	}
	
	.searchbar {
		margin-top: 10px;
		width: 100%;
	}
	
	.searchbar input[type="text"] {
		width: calc(100% - 48px);
	}
	 
	#header {
		position: relative;
	}
	
	.sp-nav {
		position: absolute;
		top: 0;
		right: 12px;
		display: block;
		background: #4ac508;
		border-radius: 0 0 4px 4px;
		height: 40px;
    width: 50px;
	}
	
	.sp-nav-mark {
		background: #fff;
		display: block;
		height: 3px;
		margin: 7px auto;
		width: 30px;
	}
	
	/*#nav {
		display: none;
	}*/
	
	#nav ul {
		flex-direction: column;
    display: block;
	}
	
	#nav ul li {
		border-bottom: 1px solid #dadada;
		height: auto;
		padding: 0;
	}
	
	#nav ul li.active.home {
		background: none;
	}
	
	#nav ul li.home {
		padding-left: 0;
		padding-right: 0;
	}
	
	#nav ul li.normarg {
		padding-right: 0;
	}
	
	#nav ul li.special,
	#nav ul li.special2 {
		display: block;
		float: none;
		padding: 0;
		margin-right: 0;
		border-left: none;
		border-right: none;
	}
	
	#nav .useraccount {
		padding: 4px 0 8px;
	}
	
	#nav a {
		margin-top: 0;
		padding: 8px 0 4px;
	}
	
	#nav li.special.close {
		border-right: none;
		padding-left: 0;
	}
	
	#nav .useraccount h4.jp_title_small {
		width: auto;
	}
	
	#nav .useraccount {
		background: none;
		position: relative;
	}
	
	#nav .cart {
		background: none;
		padding: 4px 0 8px;
	}
	
	#nav .useraccount:before {
		background: url(../images/icon_user_2020.png) 0% 0% no-repeat;
		content: '';
		display: block;
		position: absolute;
		top: 5px;
		left: 0;
		right: 0;
		margin: auto;
		padding-left: 70px;
		height: 38px;
		width: 39px;
	}
	
	#nav .cart:before {
		background: url(../images/icon_cart_2020.png) 0% 0% no-repeat;
		content: '';
		display: block;
		position: absolute;
		top: 5px;
		left: 0;
		right: 0;
		margin: auto;
		padding-left: 90px;
		height: 36px;
		width: 39px;
	}
	
	#nav h4.jp_title_small,
	#nav h4.en_title_small {
		margin-left: 40px;
	}
	
	#nav .number {
		left: 0;
    right: 0;
		top: 2px;
		margin: auto;
    padding-right: 98px;
	}
	
	#nav ul.sub-menu {
		-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
		width: 100%;
    border-radius: 0;
	}
	
	#nav li ul {
		position: inherit;
    top: inherit;
	}
	
	#nav ul.sub-menu li {
		width: 100%;
	}
	
	#nav li li:first-child a {
    box-shadow: none;
	}
	
	#nav li.special ul {
		width: 100%;
	}
	
	#nav .sub-menu .number {
		left: inherit;
    padding-right: 0;
    margin: inherit;
    right: 4px;
	}

/*1002px以下グローバルメニュー一部プルダウン*/
#shortcuts, .container {overflow: unset;}
#footer .container {overflow: auto;}
#shortcuts ul.sub-menu {
  display: none;
  height: auto;
  -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.75);
  left: 0px;
  /*margin-left: -10px;*/
  background: #f9f9f9;
  overflow: unset;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #cacaca;
  border-top: 1px solid #efefef;
  z-index: 1;
}
#shortcuts ul.sub-menu li {
  /*width: 180px;*/
  width: 300px;
  height: auto;
  line-height: 26px;
  border-bottom: 1px solid #efefef;
  position: relative;
}
#shortcuts ul.sub-menu li:last-child {
  border-bottom: none
}
#shortcuts li ul {
  position: absolute;
  /*POSITION SUBMENU*/
  top: 45px;
  /* make this equal to the line-height of the links (specified below) */
  border-top: 1px solid #efefef;
}
#shortcuts .sub-menu a {
  /*border-bottom:solid 1px #ddd;
    border-left:solid 1px #ddd;
    border-right:solid 1px #ddd;*/
  margin: 0px;
  font-size: 13px;
  /*font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;*/
  padding: 0;
  background: url(../images/icon_greentriangle_small.png) no-repeat;
  background-position: 5px 9px;
  text-align: left;
  padding-left: 14px;
  display: block;
  transition: padding-left 0.25s ease, background 0.15s ease;
}
#shortcuts .sub-menu a:hover, #shortcuts .sub-menu a:focus, #shortcuts .sub-menu a:active {
  color: #fff;
  background: #00bb4c url(../images/icon_greentrianglewhite_small.png) no-repeat;
  background-position: 5px 9px;
  padding-left: 16px;
}
/*↑　1002px以下グローバルメニュー一部プルダウン*/
	
	#locationbar p {
		padding: 0 12px;
	}
	
	.pagebody .main_left {
		margin: 0 12px;
	}
	
	#mainentryimage h1,
	#mainentryimage h2 {
    padding-left: 1rem;
		padding-right: 1rem;
	}
	
	/* トップ */
  #book_widget {
		padding: 0 12px;
	}
	
	.shortban {
		height: 42px;
		width: calc(50% - 4px);
	}
	
	.shortban:nth-child(even) {
		margin-right: 0;
	}
#shortcuts{height:135px;}
  .dropdown.m_engtext.sponly,
  .shortban.elearning.sponly {display:unset;}

  .shortban.english,
  .shortban.elearning,
	.shortban.browse,
	.shortban.popular,
	.shortban.toeic,
	.shortban.dvd {
		background-size: auto 80%;
	}
	
	.shortban h3 {
		font-size: 16px;
		margin-top: 6px;
		width: 100%;
	}
	
	.shortban h4 {
		font-size: 10px;
    width: 100%;
	}
	
	.pagebody .main_left .mypagecontainer {
		margin-left: 0;
		margin-right: 0;
	}
	.mypagecontainer {
		margin-left: 12px;
		margin-right: 12px;
	}
	.mypagecontainer .form .centerarea {
		width: 90%;
	}
	.inquiry .form .centerarea .topmargww {
		margin-top: 0; 
	}
	.mypagecontainer .form .centerarea .topmargww button {
		padding: 0;
	}
	
	.shortban.fifth,
	.shortban.sixth {
		width: calc(50% - 2px);
	}
	
	.englishcentral .form .centerarea button.reset,
	.englishcentral .form .centerarea button {
		padding: 0;
	}
	
	
}

@media screen and (max-width:768px) {
	/* 共通 ヘッダー フッター*/
	#header .top-header .contents .mainlogo {
		height: 27px;
		width: 221px;
	}
	
	#header .top-header .contents .mainlogo img {
		height: auto;
		width: 100%;
	}
	
	h2.jp_title,
	.mypagecontainer .header h1,
	.staticarea .list .header h1 {
		font-size: 18px;
	}
	
	h2.en_title {
		font-size: 10px;
		margin-bottom: 6px;
	}
	
	.mypagecontainer .header h2,
	.staticarea .list .header h3.eng {
		font-size: 10px !important;
	}
	
	h3.jpline {
		font-size: 16px;
		margin-right: 4px;
	}
	
	h3.enline {
		font-size: 10px;
	}
	.btn_green {
		font-size: 12px;
		width: 90px;
		line-height: 28px;
    height: 28px;
	}
	
	#footer .bar a {
		margin: 13px 30px 14px 0;
	}
	
	#footer .logo {
    padding: 30px 0 20px;
		width: 228px;
    height: 18px;
	}
	
	#footer .twothird {
		width: 100%;
	}
	#footer .onethird {
		width: 100%;
	}
	#footer p {
		width: 100%;
	}
	#footer p.jp_text {
    margin-bottom: 10px;
	}
	#footer .contact {
    margin-top: 30px;
	}
	
	#footer .contact .en_title {
    margin-bottom: 10px;
	}
	
	#footer .contact .lines {
		display: inline-block;
		margin-right:28px;
	}
	
	.standarmarg {
    margin-top: 30px;
    padding-bottom: 40px;
	}
	
	.pagebody {
		display: block;
	}
	
	.newslist .resultsarea {
		padding-bottom: 40px;
	}
	
	.pagebody .sidebar_right {
		display: flex;
		flex-wrap: wrap;
		background-repeat: repeat;
    background-size: 50% 100%;
	}
	
	.pagebody .sidebar_right .sect {
		width: 50%;
	}
	
	/* トップ */
	#mainentryimage h2 {
		font-size: 18px;
		padding-top: 80px;
/*	padding-top: 120px;*/
	}
	
	#book_widget .contents {
		padding-top: 30px;
    padding-bottom: 40px;
	}
	
	#book_widget .leftspacer {
		display: none;
	}
	#book_widget .tmpad {
		padding-top: 0;
	}
	
	#footer .copyright {
		margin-top: 10px;
	}
	/* その他ページ */
	.resultsarea .list .header.double {
		height: auto;
	}
	.resultsarea .list .header h1 {
		font-size: 18px;
	}
	.news .blockhead h2 {
		font-size: 14px;
	}
	.resultsarea .list .header h3.eng {
		font-size: 10px;
	}
	
	.news .blockhead .new {
		margin-top: 1px;
    margin-left: 3px;
	}
	.news h1.title {
		font-size: 16px;
		margin-top: 0;
	}
	
	#booklist {
		padding-bottom: 40px;
	}
	.resultsarea .list .book .left {
		width: 110px;
	}
	.resultsarea .list .bookimg .hover {
		left: 0;
	}
	.resultsarea .list .bookimg img {
		margin: 0;
	}
	.resultsarea .list .maintext {
		width: calc(100% - 110px);
	}
	
	#bookdetail .leftside {
		margin-right: 20px;
	}
	#bookdetail .main {
		width: calc(100% - 215px);
	}
	
	.mypagecontainer.cart .header img.lefticon,
	.mypagecontainer.inquiry .header img.lefticon,
	.mypagecontainer.faq .header img.lefticon,
	.mypagecontainer.company .header img.lefticon {
		width: auto;
    height: 21px;
	}
	.mypagecontainer .header img.user {
		height: 19px;
		width: auto;
	}
	.mypagecontainer .form .field .left {
		width: 200px;
	}
	.mypagecontainer .form .field .right {
    width: calc(100% - 200px);
	}
	.mypagecontainer .form .field .right .onefourth,
	.mypagecontainer .form .field .right .half,
	.mypagecontainer .form .field .right .widthhalfsm2 {
		float: none;
		width: 100%;
	}
	.mypagecontainer .form .field .right .widthfull1 {
		width: 100%;
	}
	.mypagecontainer .form .field .right .widthhalf,
	.mypagecontainer .form .field .right .widthfull {
		width: calc(100% - 18px);
	}
	.mypagecontainer.inquiry .form .field .right .widthfull1 .widthhalfsm2 + .widthhalfsm2,
	.basicpage .form .field .right .widthfull1 .widthhalfsm2 + .widthhalfsm2,
	.form .field .right .half input[type="radio"] {
		margin-top: 10px;
	}
	.mypagecontainer .form input[type=radio] {
		margin: 0 5px 5px 0;
	}
	.mypagecontainer .form .left label {
		padding-left: 8px;
	}
	
	.bigmargins {
    margin-top: 30px;
    margin-bottom: 80px;
	}
	.mypagecontainer .twothird {
		width: auto;
	}
	.inquiry .form h2 {
		font-size: 16px;
	}
	
	.cart-scroll table.base {
		min-width: 768px;
	}
	.cart-scroll {
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	.cart-scroll:before {
    content: '横にスクロールしてご覧ください';
		display: block;
    color: #00bb4c;
    font-size: 12px;
		margin-top: 10px;
	}
	.signup .form .field .right .widthhalfsm2 {
    overflow: hidden;
	}
	
	.staticarea .list .header {
		padding-top: 15px;
	}
	
	.company table.lftype td,
	.company table.lftype td.head,
	.company table.lftype td.en {
		width: 100%;
		display: block;
    box-sizing: border-box;
		padding: 20px;
	}
	
	.company table.lftype td.head {
		border-right: 0;
		border-bottom: 1px dotted #cecece;
	}

	.company table.fulltype td,
	.company table.fulltype td.head,
	.company table.fulltype td.en {
		width: 100%;
		display: block;
    box-sizing: border-box;
		padding: 20px;
	}
	
	.company table.fulltype td.head {
		border-right: 0;
		border-bottom: 1px dotted #cecece;
	}

	.commerce table.lftype td,
	.commerce table.lftype td.head,
	.commerce table.lftype td.en {
		width: 100%;
		display: block;
    box-sizing: border-box;
		padding: 20px;
	}
	
	.commerce table.lftype td.head {
		border-right: 0;
		border-bottom: 1px dotted #cecece;
	}

	.commerce table.fulltype td,
	.commerce table.fulltype td.head,
	.commerce table.fulltype td.en {
		width: 100%;
		display: block;
    box-sizing: border-box;
		padding: 20px;
	}
	
	.commerce table.fulltype td.head {
		border-right: 0;
		border-bottom: 1px dotted #cecece;
	}

	.staticarea .onefourth {
		width: 50%;
	}
	
	.elearning .form .field .left {
		width: 200px;
	}
	.elearning .form.leftpadsmall .left label {
    padding-left: 8px;
	}
	
	.elearning .form .field .right {
		width: calc(100% - 200px);
	}
	
	.elearning .form .field .right .widthfull1 {
    width: 100%;
	}
	
	.elearning .form .field .right .widthhalfsm2,
	.elearning .form .field .right .half,
	.elearning .form .field .right .onefourth {
    width: 100%;
		float: none;
	}
	
	.elearning .form .field .right .widthfull,
	.elearning .form .field .right .widthhalf {
    width: calc(100% - 18px);
	}
	
	.elearning .form.twothird {
		box-sizing: border-box;
		width: calc(100% - 24px);
	}
	
		
	.btn.big2 {
		font-size: 18px;
		width: 240px;
		margin: 20px auto 15px;
		padding: 0.5em 0;
		float: none;
	}
	
	#mainentryimage h1 {
		font-size: 22px;
		padding-top: 100px;
	}
	
	.mypagecontainer.cart .bookdetail img.bookcover {
		left: 0;
	}
	.mypagecontainer.cart .bookdetail .data {
		width: calc(100% - 140px);
	}
		.audio-container {
		overflow: scroll;
}
	.audio-container:before {
		content: '横にスクロールしてご覧ください';
		display: block;
    color: #00bb4c;
    font-size: 12px;
		margin-top: 10px;
	}
	
	.mypagecontainer .history-scroll:after {
		content: '横にスクロールしてご覧ください';
		display: block;
    color: #00bb4c;
    font-size: 12px;
	}
	
.audio-box {
	min-width: 710px;
}
	.audiodownload .area .downloadentry .title {
		margin-left: 0;
	}
	
	.mypagecontainer #tab-1 .base,
	.mypagecontainer #tab-2 .base {
		min-width: 768px;
	}
	
	.mypagecontainer #tab-2 {
		overflow-x: scroll;
		margin-bottom: 20px;
	}	
	
	.pagebody .sidebar_right .genreselector ul {
		overflow: hidden;
	}
	
	.pagebody .sidebar_right .genreselector ul li {
		font-size: 12px;
    margin-bottom: 12px;
    width: calc(50% - 20px);
    float: left;
	}
	
	form.list-search .onefourth {
		width: 100%;
	}
	
	form.list-search .onefourth.checks label {
		width: calc(50% - 23px);
    margin-bottom: 12px;
	}
	
	.resultsarea .list .badgearea {
		width: 96px;
	}
	
}

@media screen and (max-width:640px) {
#newsbox .onethird2 {
    width: 100%;
    max-width: 640px;
    margin-right: 0px;
    margin-bottom:20px;
}
#newsbox .onethird {
    width:100%;
    max-width:318px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
}

}

@media screen and (max-width:480px) {
	/* 共通 */
	.pagebody .sidebar_right {
		background-size: 100% 100%;
	}
	.pagebody .sidebar_right .sect {
		width: 100%;
	}
	
	/* トップ */
	#mainentryimage h2 {
		font-size: 16px;
	}
	
	.shortban h3 {
		font-size: 14px;
		letter-spacing: 0;
		margin-top: 4px;
		width: 90%;
	}
	
	.shortban h4 {
		width: 90%;
	}
	
  .shortban.english,
  .shortban.elearning,
	.shortban.browse,
	.shortban.popular,
	.shortban.toeic,
	.shortban.dvd {
		background-size: auto 50%;
	}
	
	.pickups .topmarg {
		justify-content: center;
		margin-top: 20px;
	}
	
	.pickups .onethird {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.ban-right-area a {
		width: 100%;
		margin: 0 auto 1rem;
	}
	
	/* その他のページ */
	#bookdetail .main {
		width: 100%;
		float: none;
	}
	#bookdetail .leftside {
		margin: 0 auto;
    float: none;
	}

  #bookdetail.audiodownload .leftside {
    display: none !important;
  }	

	#bookdetail .btn.big,
	#bookdetail .btn.last {
		float: none;
		margin: 0 auto 12px;
	}
	
	.resultsarea .list .maintext .textadopted-scroll {
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	
	.resultsarea .list .maintext .textadopted-scroll:after {
    content: '横にスクロールしてご覧ください';
		display: block;
    color: #00bb4c;
    font-size: 12px;
	}
	.searcharea .list-search .half {
		width: 100%;
	}
	.half:first-child {
    margin-bottom: 10px;
	}
	form.list-search label.toright {
		text-align: left;
	}
		
	.mypagecontainer .form .field .left,
	.mypagecontainer .form .field .right {
		float: none;
		width: 100%;
	}	
	
	.mypagecontainer.signup .form .field .left,
	.mypagecontainer.signup .form .field .right {
		width: 100%;
	}
	.mypagecontainer.signup .form .field span.left {
		width: calc(100% - 45px);
		float: left;
		background: none;
	}
	
	.signup .form .field {
		
	}
	.mypagecontainer.signup .form .field span.right {
		width: 45px;
		float: left;
	}
	.mypagecontainer .form label span {
		display: inline;
    width: auto;
	}
	.mypagecontainer .form .field > .left {
    background: #f3f3f3;
    min-height: auto;
	}
	.mypagecontainer .form .field .right {
		margin-bottom: 4px;
	}
	.form .field {
		border-bottom: none;
	}
	.mypagecontainer .form .spacerline {
    margin: 10px 0 20px;
	}
	.mypagecontainer .spacer1 {
		height: 20px;
	}
	.form .inborder {
		padding: 0 10px 10px;
	}
	
	.mypagecontainer .form .centerarea.cart button.half {
		width: 100%;
		float: none;
		margin: 8px 0;
	}
	
	.form .cart_login label.textright {
		text-align: left;
	}
	.signup .form .centerarea {
		margin: 0;
	}
	.signup .form .centerarea button.mgr.onefourth {
		width: 49%;
    margin: 0 0 8px;
	}
	.signup .form .centerarea button.mgr.onefourth:first-child {
    margin-right: 2%;
	}
	.signup .form .centerarea button.half {
		width: 100%;
	}
	
	.staticarea #sitemap .leftside {
		margin-right: 0;
	}
	
	.staticarea #sitemap {
		margin: 10px 0 0;
	}
	
	.elearning .form .field .left,
	.elearning .form .field .right {
		float: none;
    width: 100%;
	}
	.elearning .form .field .left {
		background: #f3f3f3;
    min-height: auto;
	}
	.elearning .form .field .right {
		margin-bottom: 4px;
	}
	.elearning .form label span {
    display: inline;
    width: auto;
	}
	
	.mypage .form label.textright {
		text-align: left;
		padding-right: 0;
	}
	
	.mypage .form .widthfull {
		width: 100%;
	}
	
	.mypage .form .field .largefield {
		width: 100% !important;
	}
	
	.mypage .form .field .smallfield {
		width: 80% !important;
		margin: 10px auto;
	}
	
	.mypagecontainer #tab-1,
	.mypagecontainer.tokuten .form {
		overflow-x: scroll;
		margin-bottom: 20px;
	}	
	
	.mypagecontainer.tokuten .base {
		min-width: 480px;
	}	

	.mypagecontainer .tokuten-scroll:after {
    content: '横にスクロールしてご覧ください';
		display: block;
    color: #00bb4c;
    font-size: 12px;
	}
	#bookdetail.audiodownload .main {
		position: inherit;
	}
	
	.audiodownload .area .downloadentry .title {
		float: none;
		width: 100%;
	}
	.audiodownload .area .downloadentry .btn {
		float: none;
		margin: 0 auto 20px;
	}
	
	.faq #tabs ul li {
    margin: 0 auto 6px;
    float: none;
	}
	
	.blended-learning-book {
	float:none;
		margin: 0 auto;
	}
	
	.blended-learning-desc {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	
	.blended-learning-desc .btn {
		margin: 0 auto 1.5em;
		float: none;
    display: block;
    width: 220px;
	}
	
}
/*UPDATE*/

.updatecontainer {
  margin-top: 20px;
}
.updatecontainer.tokuten .help-block {
  display: none;
}
.updatecontainer .green {
  color: #00bb4c;
}
.updatecontainer .red {
  color: #a40303;
}
.updatecontainer .spacer0 {
  width: 100%;
  display: block;
  height: 20px;
}
.updatecontainer .spacer1 {
  width: 100%;
  display: block;
  height: 40px;
}
.updatecontainer .spacer2 {
  width: 100%;
  display: block;
  height: 60px;
}
.updatecontainer .spacerline {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-top: 5px;
}
.updatecontainer p {
  margin-bottom: 7px;
}
.updatecontainer p.jp, .updatecontainer span.jp {
  font-size: 14px;
  color: black;
  min-height: 22px;
  line-height: 22px;
}
.updatecontainer p.red, .updatecontainer span.red, .updatecontainer p.jp.red, .updatecontainer span.jp.red, .updatecontainer p.en.red, .updatecontainer span.en.red, .staticarea span.red {
  color: #dc0000;
}
.updatecontainer span.redarrow {
  background: url(../images/icon_redtriangle_small.png) 0% 48% no-repeat;
  color: #dc0000;
  padding-left: 10px;
}
.updatecontainer p.jp.note {
  font-size: 12px;
}
.updatecontainer span.en, .updatecontainer p.en, .updatecontainer ul.ensmall, .updatecontainer ul.ensmall li {
  color: #696969;
  font-size: 12px;
  font-family: 'Capriola', sans-serif;
  line-height: 20px;
}
.updatecontainer .header {
  display: flex;
  width: 100%;
  background: url(../images/list_divider.png) repeat-x bottom;
  padding-bottom: 16px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.updatecontainer .header .rightbutton {
  display: block;
  width: 160px;
  height: 44px;
  border: 1px solid #5cc425;
  color: #5cc425;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  margin-top: 10px;
}
.updatecontainer .header .rightbutton h1 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 4px;
  letter-spacing: 0;
  color: #5cc425;
  padding: 0 !important;
  margin: 0 !important;
}
.updatecontainer .header .rightbutton h2 {
  font-family: 'Capriola', sans-serif;
  font-size: 12px !important;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 0!important;
  margin: 0!important;
}
.updatecontainer .header .rightbutton.small {
  width: 125px;
  height: 35px;
}
.updatecontainer .header .rightbutton.small h1 {
  font-size: 13px;
  top: 0;
}
.updatecontainer .header .rightbutton.small h2 {
  font-size: 10px !important;
  position: relative;
  top: -7px;
}
.updatecontainer .en {
  font-family: 'Capriola', sans-serif;
  font-size: 14px;
}
.updatecontainer ul li {
  font-size: 14px;
  vertical-align: middle;
  margin-top: 1px;
  width: calc(100% - 12px);
  text-align: justify;
}
.updatecontainer ul {
  margin-left: 5px;
}
.updatecontainer ul li {
  background-image: url(../images/icon_greentriangle_small.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 12px;
}
.updatecontainer .header {background: url(/assets/images/list_divider2.png) repeat-x bottom;}
.updatecontainer .header h1 {
  font-size: 25px;
  font-weight: bold;
  color: #bb3500;
  letter-spacing: 2px;
}
.updatecontainer .header h1 span{display: block;color: #222;font-size: 90%;padding: 15px 0;}
.updatecontainer .header h1 span{display: block;color: #222;font-size: 90%;padding: 15px 0 5px 0;}
.updatecontainer .header h1 span.entitle{padding: 0 0 10px 0 !important;}
.updatecontainer .header h2 {
  font-size: 16px !important;
  color: #bb3500;
  letter-spacing: 0px;
  font-family: 'Capriola', sans-serif;
  margin-top: -3px;
}

.updatecontainer .header img.lefticon {
  margin-right: 8px;
}
.updatecontainer .header img.lefticon.cart {
  top: 5px;
}
.updatecontainer .header .title-container {
  float: left;
  display: flex;
  align-items: center;
}
.updatecontainer .header .right {
  font-size: 15px;
  margin-top: 8px;
}
.updatecontainer .header .right.small{
  font-size: 13px;
}

.updatecontainer .header .right.small.twolines{
  top:16px;
}
.updatecontainer .book_info {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #cecece;
    margin: 17px 0 17px;
    padding-bottom: 22px;
}
.updatecontainer .book_info .left {
    width: 182px;
    height: 257px;
    float: left;
    min-height: 100px;
    margin-right: 20px;
}
.updatecontainer .book_info .bookimg {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 3px;
}
.updatecontainer .book_info .bookimg .hover {
    width: 172px;
    height: 243px;
    display: block;
    position: absolute;
    left: 22px;
    background: url(../images/bgr_shortcut.png) 50% 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    cursor: pointer;
}
.updatecontainer .book_info .bookimg img {
    width: 172px;
    height: 243px;
    border: 1px solid #b5b5b5;
    -webkit-box-shadow: 1px 1px 1px 0px #b5b5b5;
    -moz-box-shadow: 1px 1px 1px 0px #b5b5b5;
    box-shadow: 1px 1px 1px 0px #b5b5b5;
    display: block;
    margin: 0 auto;
    z-index: 1;
}
.updatecontainer .book_info .maintext {
    width: calc(100% - 215px);
    float: left;
    font-size: 14px;
    margin-right: 10px;
}
.updatecontainer .book_info .maintext p {
    color: #2626c8;
    border-bottom: 1px dotted #cecece;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.updatecontainer .book_info .maintext span.en {display: block;margin-top: 10px;}
.updatecontainer .book_info .buttons {
    margin-top: 150px;
}
.updatecontainer .book_info .btn.big {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 200px;
}
.updatecontainer .book_info .isbn {
    width: calc(100% - 215px);
    float: left;
    font-size: 13px;
    font-weight:bold;
}
.updatecontainer th.txl.date {width: 100px;}
.updatecontainer th.txl.document {max-width: 400px;}
.updatecontainer th.txl.dl {width: 130px;}
.dlbtn a:hover{color: #fff;}
.btn.updatecolor {background: #bb3500;color: #fff;max-width: 130px;font-size:90%;margin-right: 15px;height: 30px;line-height: 30px;}
.pagebody.up {display: block;}
.pagebody.up .main_left {margin-right: 0px;}
body.open_popup {
    overflow: hidden;
}
/*UPDATE POPUP*/
.bg_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.open_popup .bg_popup {
    opacity: 1;
    visibility: visible;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 500px;
    background-color: #fff;
}

.popup_title {
    position: relative;
    padding: 1em 80px;
    margin: 0px;
    background-color: #bb3500;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.popup_title_close {
    position: relative;
/*    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;*/
    transform: translateY(-50%);
    cursor: pointer;
}
.popup_title_close::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 7px;
    top: 40%;
    right: 50%;
    border-left: 2px solid #40477e;
    border-bottom: 2px solid #40477e;
    margin-right: 45px;
}
.popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.popup_content {
    padding: 20px 30px;
    text-align: center;
}
