@charset "utf-8";
/**
 * レイアウト
 */

/* ==========================================================================
   html
   ========================================================================== */

html {
  overflow-y:scroll;
}

/* ==========================================================================
   header
   ========================================================================== */
#header {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  #header {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  #header {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  #header {
   /*width: 1170px;*/
  }
}
#header #hdr-logo, #header-inner #logo {
  float: left;
  margin: -11px 0 0 0;
  text-align: left;
}
#header #hdr-logo h1 {
  width: 200px;
  margin: 0 0 -20px;
  padding:10px 0 0 15px
}
#header #hdr-logo p, #header #hdr-logo a {
  display: block;
  width: 201px;
  height: 0;
  padding: 91px 0 0;
  background: url(../img/common/h_logo.gif) no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
#header #hdr-logo p#logo-em, #header #hdr-logo p#logo-em a {
  display: block;
  width: 233px;
  height: 0;
  padding: 43px 0 0;
  background: url(../img/entre/h_logo_em.png) no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
#header-inner {
  width: 1000px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto 15px;
}
#header-inner #logo h1 {
  width: 128px;
  margin: 0 0 0 6px;
}
#header-inner #logo p, #header-inner #logo a {
  display: block;
  width: 128px;
  height: 0;
  padding: 45px 0 0;
  background: url(../img/entre/logo.gif) no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
#header-inner #logo-demo {
  float: left;
  margin: -11px 0 0 0;
  text-align: left;
}
#header-inner #logo-demo h1 {
  width: 226px;
  margin: 0 0 0 6px;
}
#header-inner #logo-demo a {
  display: block;
  width: 226px;
  height: 0;
  padding: 45px 0 0;
  background: url(../img/entre/logo_demo.gif) no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
#header #hdr-customer, #header-inner #hdr-register {
  float: right
}
#header #hdr-customer .customer-name {
  display: block;
  text-align: right;
  margin-bottom: 5px;
  padding: 3px 10px;
  background: #d90000;
  color: #ffffff;
}
#header #hdr-customer .logout {
  display: block;
  text-align: right;
}
#header #hdr-customer .logout a {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  #header {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  #header #hdr-logo h1 {
    width: 141px;
    margin: 0;
  }
  #header #hdr-logo p, #header #hdr-logo a {
    display: block;
    width: 141px;
    height: 0;
    padding: 64px 0 0;
    background: url(../img/common/h_logo_sp.gif) no-repeat;
    background-size: 141px 64px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
  }
  #header #hdr-customer {
    /*font-size: 10px;*/
  }
  #header #hdr-customer .customer-name {
    display: none !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #header #hdr-logo p, #header #hdr-logo a {
    display: block;
    width: 141px;
    height: 64px;
    background: url(../img/common/h_logo.gif) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
  }
  #header #hdr-logo p#logo-em, #header #hdr-logo p#logo-em a {
    display: block;
    width: 226px;
    height: 42px;
    background: url(../img/entre/h_logo_em@2x.png) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
  }
}
#hdr-register ul.register-menu {
  float:left;
  margin-top:-5px;
  margin-left: 0;
  list-style: none;
}
/*
#hdr-register #register-name {
  padding: 3px;
}*/
#hdr-register ul.register-menu li {
  float: left;
  font-size: 12px;
  margin: 0 14px 0 0;
  line-height: 19px;
}
#hdr-register ul.register-menu li:last-child {
  margin: 0;
}
.dropdown3{
	float: left;
    margin-left: 10px;
}
.btn-entre-menu {
	background:#fff;
	margin-top:-7px;
	padding: 5px 9px;
    font-size: 14px;
	color: #333;
  -webkit-box-shadow: inset 0 0 1px 1px #fff;
  -moz-box-shadow: inset 0 0 1px 1px #fff;
  box-shadow: inset 0 0 1px 1px #fff;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}
.btn-entre-menu:hover,
.btn-entre-menu:active,
.btn-entre-menu:focus {
	opacity:0.5;
}
.btn-entre-menu-caret {
	margin-left: 4px !important;
    border-top: 7px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    padding-bottom: 2px;
}
.dropdown-menu2 {
	position:absolute;
	left: -70px !important;
	top:26px !important;
	padding: 0 !important;
	width:160px;
}
.dropdown-menu2 > li > a {
	padding: 6px 20px !important;
}
.dropdown-menu2 > li:last-child > a {
	padding: 8px 20px 6px !important;
}

/* ==========================================================================
   パンくず
   ========================================================================== */


#breadcrumbs{
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin:15px 0 15px;
  font-size:11px;
  color:#777;
  height:30px;
}
#breadcrumbs ul {
  margin:0;
  padding:0;
  list-style:none;
}
#breadcrumbs li{
  float: left;
}

#breadcrumbs a{
  float: left;
  padding: 7px 11px 8px 20px;
  text-decoration: none;
  color: #777;
  position: relative;
  background-color: #fff;
  border-radius: -30px 0px 0px -30px !important;
 }

 
#breadcrumbs li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs a::after,
#breadcrumbs a::before {
   content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    padding-right: 11px;
    height: 30px;
    margin-top: -16px;
    width: 16px;
    border-radius: 0px 25px 25px 0px !important;
}

 
#breadcrumbs a::after{
  z-index: 2;
  border-left-color: #fff;
  border-radius: 0px 25px 25px 0px !important;
    background: #fff;
}
#breadcrumbs a::before{
    border: 1px solid #e0e0e0;
    border-left: none;
    z-index: 1001;
}
#breadcrumbs a:hover::after{
  border-left-color: #fff;
}
 
#breadcrumbs .current,
#breadcrumbs .current:hover{
  padding: 8px 10px 8px 20px;
  background: none;
}
 
#breadcrumbs .current::after,
#breadcrumbs .current::before{
  content: normal;
}

#breadcrumbs a:hover { 
  background:#e70000 !important;
  z-index:3;
  color:#FFF;
}
#breadcrumbs a:hover::after {
  z-index: 2;
  border: none;
  background:#e70000 !important;
}

#breadcrumbs a:hover::before {
  z-index: 2;
  border: none;
  background:#e70000 !important;
}

#breadcrumbs .active {
  background:#00a9ce;
  color:#FFF;
}

#breadcrumbs .active::after {
  z-index: 2;
  border-left-color: #00a9ce;
  border:none;
}

#breadcrumbs a:nth-child(1)::after {
	z-index:5;	
}
#breadcrumbs a:nth-child(2)::after {
	z-index:4;	
}
#breadcrumbs a:nth-child(3)::after {
	z-index:3;	
}
#breadcrumbs a:nth-child(4)::after {
	z-index:2;	
}
#breadcrumbs a:nth-child(5)::after {
	z-index:1;	
}
#breadcrumbs .fa-home {
	font-size:13px;
	position: relative;
	top:1px;
	left:2px;
}

.breadcrumbs-home .active a{
	background: #bfbfbf !important;	
}
.breadcrumbs-form .active a{
	background: #FE859F !important;	
}
.breadcrumbs-webeditor .active a{
	background: #45D2FF !important;	
}
.breadcrumbs-mail .active a{
	background: #ec6941 !important;	
}
.breadcrumbs-seller .active a{
	background: #448aca !important;
}
.breadcrumbs-seminar .active a{
	background: #ffa800 !important;
}
.breadcrumbs-mla .active a{
	background: #398826 !important;	
}
.breadcrumbs-affiliate .active a{
	background: #8fc31f !important;	
}
.breadcrumbs-opt .active a{
	background: #8957a1 !important;
}
.breadcrumbs-chat .active a{
	background: #ffd800 !important;
}
.breadcrumbs-keiyaku .active a{
	background: #7d7d7d !important;
}
.breadcrumbs-home .active a{
	background: #bfbfbf !important;	
}
.breadcrumbs-form .active a::before{
	background: #FE859F !important;
	z-index: 3;
}
.breadcrumbs-webeditor .active a::before{
	background: #45D2FF !important;
	z-index: 3;
}
.breadcrumbs-mail .active a::before{
	background: #ec6941 !important;
	z-index: 3;
}
.breadcrumbs-seller .active a::before{
	background: #448aca !important;
}
.breadcrumbs-seminar .active a::before{
	background: #ffa800 !important;
}
.breadcrumbs-mla .active a::before{
	background: #398826 !important;
}
.breadcrumbs-affiliate .active a::before{
	background: #8fc31f !important;	
}
.breadcrumbs-opt .active a::before{
	background: #8957a1 !important;
}
.breadcrumbs-chat .active a::before{
	background: #ffd800 !important;
}
.breadcrumbs-keiyaku .active a::before{
	background: #7d7d7d !important;
}

.breadcrumbs-form .active a,
.breadcrumbs-webeditor .active a,
.breadcrumbs-mail .active a,
.breadcrumbs-seller .active a,
.breadcrumbs-seminar .active a,
.breadcrumbs-mla .active a,
.breadcrumbs-affiliate .active a,
.breadcrumbs-opt .active a,
.breadcrumbs-chat .active a,
.breadcrumbs-keiyaku .active a{
	color:#fff !important;
}


/* ==========================================================================
   コンテンツ
   ========================================================================== */

#content-inner {
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  #content-inner {
    width: 660px;
  }
}
@media screen and (min-width: 992px) {
  #content-inner {
  }
}
#content-inner .text-done {
  background: url(../img/customer/txt_register_sp.png) no-repeat;
  width: 288px;
  height: 21px;
  color: #ff6600;
  font-size: 16px;
  font-weight: bold;
  text-indent: -9999px;
}
#content-inner .text-entre {
  background: url(../img/entre/txt_entre_sp.png) no-repeat;
  width: 308px;
  height: 18px;
  color: #ff6600;
  font-size: 16px;
  font-weight: bold;
  text-indent: -9999px;
}
#content-inner p {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #content-inner .text-done {
    background: url(../img/customer/txt_register.png) no-repeat;
    width: 465px;
    height: 33px;
    color: #ff6600;
    font-size: 32px;
    font-weight: bold;
    text-indent: -9999px;
  }
  #content-inner .text-entre {
    background: url(../img/entre/txt_entre.png) no-repeat;
    width: 599px;
    height: 33px;
    color: #ff6600;
    font-size: 32px;
    font-weight: bold;
    text-indent: -9999px;
  }
  #content-inner p {
    font-size: 14px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #content-inner .text-done {
    display: block;
    width: 288px;
    height: 21px;
    background: url(../img/customer/txt_register.png) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
  }
  #content-inner .text-entre {
    display: block;
    width: 308px;
    height: 21px;
    background: url(../img/entre/txt_entre@2x.png) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
  }
}

/* ==========================================================================
   左サイドバー
   ========================================================================== */



/* ==========================================================================
   footer
   ========================================================================== */
footer .footer-border {
  margin-top: 30px;
  border-top: 1px dashed #ddd;
}
footer .copyright {
  width: 100%;
  text-align: center;
  padding: 7px 5px;
}
footer .copyright p {
  margin: 0;
}
@media screen and (max-width: 480px) {
  footer .copyright {
    font-size: 10px;
  }
}