@charset "utf-8";
/**
 * 販売者画面用
/**
 * 目次
 *
 * 01.  ADMIN-MODE STYLE
 * 02.  NAVIGATION STYLE
 * 03.  CONTENTS STYLE
 * 04.  HEADLINE STYLE
 * 05.  TABLE STYLE
 * 06.  FORM STYLE
 * 07.  POPUP STYLE
 * 08.  LOGIN STYLE
 */
/* ==========================================================================
   00.  RESET
   ========================================================================== */
body{padding:0;}

/* ==========================================================================
   01.  ADMIN-MODE STYLE
   ========================================================================== */

.ope-admin-mode {
  background-color: #fff0fb;
}


/* ==========================================================================
   02.  NAVIGATION STYLE
   ========================================================================== */
#gnav {
	width: 100%;
	background: #f8f8f8;
}
#gnav ul {
	display: block;
	list-style: none;
	margin: 0;
	background: #f8f8f8;
}
#gnav ul > li {
	height: 39px;
	width: 103px;
	float: left;
	font-size: 14px;
	text-align: center;
	position: relative;
}

#gnav ul > li:first-child {
	height: 39px;
	width: 49px;
	float: left;
	font-size: 14px;
	text-align: center;
	position: relative;
}
#gnav ul > li:nth-child(2) {
	height: 39px;
	width: 107px;
	float: left;
	font-size: 14px;
	text-align: center;
	position: relative;
}
#gnav ul > li a {
	color: #616161;
	font-size: 14px;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: inset 0 0 1px 1px #fff;
	-moz-box-shadow: inset 0 0 1px 1px #fff;
	box-shadow: none;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	line-height: 39px;
}
.gnav-border-home .active {
	background: #bfbfbf;	
}
.gnav-border-form .active {
	background: #FE859F;	
}
.gnav-border-webeditor .active {
	background: #45D2FF;	
}
.gnav-border-mail .active {
	background: #ec6941;	
}
.gnav-border-seller .active {
	background: #448aca;
}
.gnav-border-mla .active {
	background: #398826;
}
.gnav-border-seminar .active {
	background: #ffa800;	
}
.gnav-border-affiliate .active {
	background: #8fc31f;	
}
.gnav-border-opt .active {
	background: #8957a1;
}
.gnav-border-chat .active {
	background: #ffa800;
}
.gnav-border-keiyaku .active {
	background: #7d7d7d;
}
.gnav-border-home .active a,
.gnav-border-form .active a,
.gnav-border-webeditor .active a,
.gnav-border-mail .active a,
.gnav-border-seller .active a,
.gnav-border-mla .active a,
.gnav-border-seminar .active a,
.gnav-border-affiliate .active a,
.gnav-border-opt .active a,
.gnav-border-chat .active a,
.gnav-border-keiyaku .active a{
	color:#fff !important;
}
.gnav-li-home a,
.gnav-li-form a,
.gnav-li-webeditor a,
.gnav-li-mail a,
.gnav-li-seller a,
.gnav-li-mla a,
.gnav-li-seminar a,
.gnav-li-affiliate a,
.gnav-li-opt a,
.gnav-li-chat a,
.gnav-li-keiyaku a {
	color:#555;
}

.gnav-border-home {
	border-bottom: 4px solid #bfbfbf;	
}
.gnav-border-form {
	border-bottom: 4px solid #FE859F;	
}
.gnav-border-webeditor {
	border-bottom: 4px solid #45D2FF;	
}
.gnav-border-mail {
	border-bottom: 4px solid #ec6941;	
}
.gnav-border-seller {
	border-bottom: 4px solid #448aca;
}
.gnav-border-mla {
	border-bottom: 4px solid #398826;
}
.gnav-border-seminar {
	border-bottom: 4px solid #ffa800;
}
.gnav-border-affiliate {
	border-bottom: 4px solid #8fc31f;	
}
.gnav-border-opt {
	border-bottom: 4px solid #8957a1;
}
.gnav-border-chat {
	border-bottom: 4px solid #ffa800;
}
.gnav-border-keiyaku {
	border-bottom: 4px solid #7d7d7d;
}

.gnav-li-home a:hover {
	background: #bfbfbf;
	color:#fff !important;
}

.gnav-li-form a:hover {
	background: #FE859F;
	color:#fff !important;
}

.gnav-li-webeditor a:hover {
	background: #45D2FF;
	color:#fff !important;
}

.gnav-li-mail a:hover {
	background: #ec6941;
	color:#fff !important;
}
.gnav-li-seller a:hover {
	background: #448aca;
	color:#fff !important;
}
.gnav-li-mla a:hover {
	background: #398826;
	color:#fff !important;
}
.gnav-li-seminar a:hover {
	background: #ffa800;
	color:#fff !important;
}
.gnav-li-affiliate a:hover {
	background: #8fc31f;
	color:#fff !important;
}
.gnav-li-opt a:hover{
	background: #8957a1;
	color:#fff !important;
}
.gnav-li-chat a:hover{
	background: #ffd800;
	color:#fff !important;
}
.gnav-li-keiyaku a:hover{
	background: #7d7d7d;
	color:#fff !important;
}
.gnav-li-line a:hover{
	background: #1dcd00;
	color:#fff !important;
}

.nav-btn.condensed > li {
	font-size: 12px;
}
.nav-btn.condensed > li > a {
	padding: 5px 10px;
}

.gnav-chat-count {
	position: absolute;
	right: 4px;
	top: -12px;
	z-index: 1;
}

.gnav-contact-new {
	background: #F00;
	border-radius: 9px;
	border: 2px solid #fff;
	height: 17px;
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
	overflow: hidden;
	padding: 2px 3px 2px 3px;
	position: absolute;
	right: 4px;
	top: -9px;
	text-shadow: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 1;
}
.gnav-request-new {
	background:#8fc31f;
	border-radius: 9px;
	border: 2px solid #fff;
	height: 17px;
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
	overflow: hidden;
	padding: 2px 3px 2px 3px;
	position: absolute;
	right: 4px;
	top: -9px;
	text-shadow: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 1;
}

.gnav-count{
    position: inherit;
    top: -52px;
    display: inline-block;
    z-index: 1;
    font-size: 10px;
    background: #f00;
    color: #FFF;
    border-radius: 100px;
    padding: 0 6px;
}

/* チャット通知

.gnav-chat-contact-new {
	background: #F00;
	border-radius: 9px;
	border: 2px solid #fff;
	height: 17px;
	color: #ffffff;
	font-size: 10px;
	padding: 0px 5px;

	line-height: 1;
}
.gnav-chat-request-new {
	background:#8fc31f;
	border-radius: 9px;
	border: 2px solid #fff;
	height: 17px;
	color: #ffffff;
	font-size: 10px;
	padding: 0px 5px;
	line-height: 1;
}

*/




/* grand-nav */
header#grand-nav{font-size:11px; line-height:100%; color:#5b5b5b;}
header#grand-nav i{margin:0 5px 0 0;}
header#grand-nav ul{
    margin:0;
    padding:0;
    font-size:0;
    list-style:none;
}

header#grand-nav ul li{
    border-right:1px solid #DDD;
    display:inline-block;
    margin:0;
    padding:0;
    font-size:12px;
}
header#grand-nav ul li:hover{
    background:#EEE;
}

header#grand-nav ul li a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    text-decoration: none;
    color: #5b5b5b;
    line-height: 50px;
    height: 50px;
}
header#grand-nav ul li a:hover{
    text-decoration: none;
}
header#grand-nav ul li a img:hover{
}
.hdr-btn{
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
    font-size:11px;
    line-height:20px;
    background: #aaa;
    margin: 0 8px 0 12px;
    border-radius: 3px;
    color: #FFF;
}
.hdr-btn:hover,.hdr-btn:focus{
    opacity: 0.7;
    color: #FFF;
    text-decoration: none;
}
.hdr-info{
    display:inline-block;
    margin: 0 8px 0 12px;
    color: #FFF;
    font-size:11px;
    line-height:21px;
}
.hdr-biz-id{
    display:inline-block;
    vertical-align: middle;
    border-radius:3px 0 0 3px;
    background:#f19149;
    padding:0 7px;
}
.hdr-biz-no{
    display:inline-block;
    vertical-align: middle;
    border-radius:0 3px 3px 0;
    background:#e3680c;
    padding:0 7px;
}
.hdr-ope-id{
    display:inline-block;
    vertical-align: middle;
    border-radius:3px 0 0 3px;
    background:#B3D465;
    padding:0 7px;
}
.hdr-ope-no{
    display:inline-block;
    vertical-align: middle;
    border-radius:0 3px 3px 0;
    background:#91BF41;
    padding:0 7px;
}
.hdr-ope-img{
}
.hdr-ope-img img{
    vertical-align: middle;
    max-width:21px;
    border-radius:3px 0 0 3px;
    height:auto;
}
.hdr-ope-name{
    display:inline-block;
    vertical-align: middle;
    background:#91bf41;
    padding:0 7px;
}
.hdr-ope-btn{
    display: inline-block;
    vertical-align: middle;
    background: #009944;
    padding: 0 7px;
    font-size:11px;
    line-height:21px;
    margin: 0 8px 0 12px;
    border-radius: 0 3px 3px 0;
    color: #FFF;
}
.hdr-ope-btn:hover,.hdr-ope-btn:focus{
    opacity: 0.7;
    color: #FFF;
    text-decoration: none;
}


.g-nav-biz.active,
.g-nav-biz.active i{background: #3c763d; color:#FFF!important;}

.g-nav-usr.active,
.g-nav-usr.active i{background: #ffa400; color:#FFF!important;}


.g-nav-afr.active,
.g-nav-afr.active i{background: #33b3ed; color:#FFF!important;}
.g-nav-afr.active .fa-stack-2x {background:transparent; color:#FFF!important;}
.g-nav-afr.active .fa-stack-1x {background:transparent; color:#33b3ed!important;}


.g-nav-btn.active,
.g-nav-btn.active i{background: #aaa; color:#FFF!important;}

/* entre-tab-sm
   ========================================================================== */

#entre-tab-sm {
	height:40px;
	border-bottom:2px solid #5fab51;
	font-weight:bold;
	background:#b9d4a5;
}
#entre-tab-sm .tab-tit {
	background:#333;
	padding:6px 7px 4px;
	border-radius:3px;
	color:#FFF;
	font-weight:bold;
	margin:7px 3px 0px 5px;
	float:left;
	font-size:11px;
}
#entre-tab-sm ul {
	display: block;
	list-style: none;
	margin: 0;
}
#entre-tab-sm ul > li {
	float: left;
	text-align: center;
	margin:6px 2px 0;
}
#entre-tab-sm ul > li a {
	color: #444;
	border-radius:3px;
	border:1px solid #c0c0c0;
	display: block;
	text-decoration: none;
	font-size:12px;
	padding: 5px 12px 3px ;
	box-shadow:#FFF 0px 0px 0px 1px inset;
	-webkit-box-shadow:#FFF 0px 0px 0px 1px inset;
	-moz-box-shadow:#FFF 0px 0px 0px 1px inset;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
#entre-tab-sm .active a, #entre-tab-sm ul > li a:hover {
	color:#333;
	text-shadow:none;
	border:2px solid #5fab51;
	border-radius:4px 4px 0 0 ;
	padding: 4px 11px 1px ;
	margin:-10px 0 0 0;
	line-height:37px;
	border-bottom:none;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



/* entre-tab-md
   ========================================================================== */

#entre-tab-md {
	height:48px;
	border-bottom:2px solid #5fab51;
	font-weight:bold;
	background:#b9d4a5;
}
#entre-tab-md .tab-tit {
	background:#333;
	padding:8px 13px 6px;
	border-radius:3px;
	color:#FFF;
	font-weight:bold;
	margin:8px 5px 10px 9px;
	float:left;
}
#entre-tab-md ul {
	display: block;
	list-style: none;
	margin: 0;
}
#entre-tab-md ul > li {
	float: left;
	text-align: center;
	margin:6px 4px 0;
}
#entre-tab-md ul > li a {
	color: #333;
	display: block;
	text-decoration: none;
	line-height: 32px;
	font-size:14px;
	padding: 2px 16px 0;
	border:1px solid #c0c0c0;
	border-radius:4px ;
	box-shadow:#FFF 0px 0px 0px 1px inset;
	-webkit-box-shadow:#FFF 0px 0px 0px 1px inset;
	-moz-box-shadow:#FFF 0px 0px 0px 1px inset;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
#hover, #entre-tab-md .active a, #entre-tab-md ul > li a:hover {
	color:#333;
	text-shadow:none;
	border:2px solid #5fab51;
	border-radius:4px 4px 0 0 ;
	padding: 4px 15px 0px ;
	margin:-10px 0 0 0;
	line-height:46px;
	border-bottom:none;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



/* entre-tab-lg
   ========================================================================== */

#entre-tab-lg {
	height:60px;
	border-bottom:4px solid #f4690e;
}
#entre-tab-lg .tab-tit {
	background:#009944;
	padding:10px 13px 8px;
	border-radius:3px;
	color:#FFF;
	font-weight:bold;
	margin:8px 7px 10px 0px;
	float:left;
}
#entre-tab-lg ul {
	display: block;
	list-style: none;
	margin: 0;
}
#entre-tab-lg ul > li {
	float: left;
	text-align: center;
	margin:8px 5px 0 5px ;
}
#entre-tab-lg ul > li a {
	color: #fff;
	font-size: 16px;
	display: block;
	text-decoration: none;
	line-height: 37px;
	padding: 4px 20px 0;
	margin:7px 0 0 ;
	border-radius:6px 6px 0 0 ;
	text-shadow: 0 -1px #999;
	font-weight:bold;
	background: #f7e6c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7e6c0 0%, #efb088 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7e6c0), color-stop(100%,#efb088)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7e6c0 0%,#efb088 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7e6c0 0%,#efb088 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7e6c0 0%,#efb088 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7e6c0 0%,#efb088 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e6c0', endColorstr='#efb088',GradientType=0 ); /* IE6-9 */
}
#entre-tab-lg ul > li a:hover {
	color:#fff;
	border-radius:6px 6px 0 0 ;
	padding: 0 20px;
	text-shadow: 0 -1px #777;
	line-height:48px;
	margin:0 0 5px;
	background: #fbc13b; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbc13b 0%, #f4690e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbc13b), color-stop(100%,#f4690e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbc13b 0%,#f4690e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbc13b 0%,#f4690e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbc13b 0%,#f4690e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbc13b 0%,#f4690e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc13b', endColorstr='#f4690e',GradientType=0 ); /* IE6-9 */
}
#entre-tab-lg .active a {
	color:#fff;
	border-radius:6px 6px 0 0 ;
	padding: 0 20px;
	text-shadow: 0 -1px #777;
	line-height:48px;
	margin:0 0 5px;
	background: #fbc13b; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbc13b 0%, #f4690e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbc13b), color-stop(100%,#f4690e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbc13b 0%,#f4690e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbc13b 0%,#f4690e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbc13b 0%,#f4690e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbc13b 0%,#f4690e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc13b', endColorstr='#f4690e',GradientType=0 ); /* IE6-9 */
}

#entre-tab-lg ul > li button {
	color: #fff;
	font-size: 13px;
	display: block;
	text-decoration: none;
	line-height: 42px;
	padding: 0 30px;
	border-radius:6px 6px 0 0 ;
	text-shadow: 0 -1px #999;
	font-weight:bold;
	margin:6px 0 0 ;
	background: #f7e6c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7e6c0 0%, #efb088 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7e6c0), color-stop(100%,#efb088)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7e6c0 0%,#efb088 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7e6c0 0%,#efb088 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7e6c0 0%,#efb088 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7e6c0 0%,#efb088 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e6c0', endColorstr='#efb088',GradientType=0 ); /* IE6-9 */
}
#entre-tab-lg ul > li button:hover {
	color:#fff;
	border-radius:6px 6px 0 0 ;
	padding: 0 30px;
	text-shadow: 0 -1px #777;
	line-height:48px;
	margin:0 0 5px;
	background: #fbc13b; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbc13b 0%, #f4690e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbc13b), color-stop(100%,#f4690e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbc13b 0%,#f4690e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbc13b 0%,#f4690e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbc13b 0%,#f4690e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbc13b 0%,#f4690e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc13b', endColorstr='#f4690e',GradientType=0 ); /* IE6-9 */
}
#entre-tab-lg .active button {
	color:#fff;
	border-radius:6px 6px 0 0 ;
	padding: 0 30px;
	text-shadow: 0 -1px #777;
	line-height:48px;
	margin:0 0 5px;
	background: #fbc13b; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbc13b 0%, #f4690e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbc13b), color-stop(100%,#f4690e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbc13b 0%,#f4690e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbc13b 0%,#f4690e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbc13b 0%,#f4690e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbc13b 0%,#f4690e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc13b', endColorstr='#f4690e',GradientType=0 ); /* IE6-9 */
}


/* entre-tab-lg-seller
   ========================================================================== */

#entre-tab-lg-seller {
	height:60px;
	border-bottom:4px solid #007adf;
}
#entre-tab-lg-seller .tab-tit {
	background:#009944;
	padding:10px 13px 8px;
	border-radius:3px;
	color:#FFF;
	font-weight:bold;
	margin:8px 7px 10px 0px;
	float:left;
}
#entre-tab-lg-seller ul {
	display: block;
	list-style: none;
	margin: 0;
}
#entre-tab-lg-seller ul > li {
	float: left;
	text-align: center;
	margin:8px 5px 0 5px ;
}
#entre-tab-lg-seller ul > li a {
	color: #fff;
	font-size: 16px;
	display: block;
	text-decoration: none;
	line-height: 42px;
	padding: 0 30px;
	border-radius:6px 6px 0 0 ;
	text-shadow: 0 -1px #999;
	font-weight:bold;
	margin:6px 0 0 ;
	background: #3AA4FB; /* Old browsers */
	background: -moz-linear-gradient(top,  #bdddf7 0%, #88c1ef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdddf7), color-stop(100%,#88c1ef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bdddf7 0%,#88c1ef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bdddf7 0%,#88c1ef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bdddf7 0%,#88c1ef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bdddf7 0%,#88c1ef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdddf7', endColorstr='#88c1ef',GradientType=0 ); /* IE6-9 */
}
#entre-tab-lg-seller ul > li a:hover {
	color:#fff;
	border-radius:6px 6px 0 0 ;
	padding: 0 30px;
	text-shadow: 0 -1px #777;
	line-height:48px;
	margin:0 0 5px;
	background: #3AA4FB; /* Old browsers */
	background: -moz-linear-gradient(top,  #3AA4FB 0%, #007adf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3AA4FB), color-stop(100%,#007adf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3AA4FB 0%,#007adf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3AA4FB 0%,#007adf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3AA4FB 0%,#007adf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3AA4FB 0%,#007adf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3AA4FB', endColorstr='#007adf',GradientType=0 ); /* IE6-9 */
}
#entre-tab-lg-seller .active a {
	color:#fff;
	border-radius:6px 6px 0 0 ;
	padding: 0 30px;
	text-shadow: 0 -1px #777;
	line-height:48px;
	margin:0 0 5px;
	background: #3AA4FB; /* Old browsers */
	background: -moz-linear-gradient(top,  #3AA4FB 0%, #007adf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3AA4FB), color-stop(100%,#007adf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3AA4FB 0%,#007adf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3AA4FB 0%,#007adf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3AA4FB 0%,#007adf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3AA4FB 0%,#007adf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3AA4FB', endColorstr='#007adf',GradientType=0 ); /* IE6-9 */
}



/* entre-tab-lg-form
   ========================================================================== */

#entre-tab-lg-form {
	height:60px;
	border-bottom:4px solid #fe859f;
}
#entre-tab-lg-form .tab-tit {
	background:#009944;
	padding:10px 13px 8px;
	border-radius:3px;
	color:#FFF;
	font-weight:bold;
	margin:8px 7px 10px 0px;
	float:left;
}
#entre-tab-lg-form ul {
	display: block;
	list-style: none;
	margin: 0;
}
#entre-tab-lg-form ul > li {
	float: left;
	text-align: center;
	margin:8px 5px 0 5px ;
}
#entre-tab-lg-form ul > li a {
	color: #fff;
	font-size: 16px;
	display: block;
	text-decoration: none;
	line-height: 42px;
	padding: 0 20px;
	border-radius:6px 6px 0 0 ;
	text-shadow: 0 -1px #999;
	font-weight:bold;
	margin:6px 0 0 ;
	background: #ffc4dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd6e7 0%, #feaabc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd6e7), color-stop(100%,#feaabc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd6e7 0%,#feaabc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd6e7 0%,#feaabc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd6e7 0%,#feaabc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd6e7 0%,#feaabc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd6e7', endColorstr='#feaabc',GradientType=0 ); /* IE6-9 */
}

#entre-tab-lg-form ul > li a i{
	font-size: 1.2em;
    text-shadow: none;
    margin: 0px 5px 0 0;
}

#entre-tab-lg-form ul > li a:hover {
	color:#fff;
	border-radius:6px 6px 0 0 ;
	padding: 0 20px;
	text-shadow: 0 -1px #777;
	line-height:48px;
	margin:0 0 5px;
	background: #ffc4dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc4dc 0%, #fe859f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc4dc), color-stop(100%,#fe859f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc4dc 0%,#fe859f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc4dc 0%,#fe859f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc4dc 0%,#fe859f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffc4dc 0%,#fe859f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc4dc', endColorstr='#fe859f',GradientType=0 ); /* IE6-9 */
}
#entre-tab-lg-form .active a {
	color:#fff;
	border-radius:6px 6px 0 0 ;
	padding: 0 20px;
	text-shadow: 0 -1px #777;
	line-height:48px;
	margin:0 0 5px;
	background: #ffc4dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc4dc 0%, #fe859f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc4dc), color-stop(100%,#fe859f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc4dc 0%,#fe859f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc4dc 0%,#fe859f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc4dc 0%,#fe859f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffc4dc 0%,#fe859f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc4dc', endColorstr='#fe859f',GradientType=0 ); /* IE6-9 */
}


/* entre-tab-partition
   ========================================================================== */


.entre-tab-partition {
	position:relative;
    margin-left: 18px !important;
}
.entre-tab-partition:after {
    position: absolute;
    left: -13px;
    top: 1px;
    content: "";
    background: #dcead2;
    width: 6px;
    height: 25px;
}


/* entre-tab-level1
   ========================================================================== */

#entre-tab-level1 {
	height:54px;
	font-weight:bold;
}
#entre-tab-level1 ul {
	display: block;
	list-style: none;
	margin: 0;
}
#entre-tab-level1 ul > li {
	float: left;
	text-align: center;
	margin:6px 6px 0 0;
}
#entre-tab-level1 ul > li a {
	color: #FFF;
	font-size:16px;
	display: block;
	text-decoration: none;
	line-height: 40px;
	padding: 2px 50px 0;
	border-radius:6px ;
	background: #cbe199;
}
#hover, #entre-tab-level1 .active a, #entre-tab-level1 ul > li a:hover {
	color:#333;
	text-shadow:none;
	border-radius:6px 6px 0 0 ;
	padding: 4px 50px 0px ;
	margin:-6px 0 0 0;
	line-height:50px;
	border-bottom:none;
	background: #cbe199;
}


/* entre-tab-level2
   ========================================================================== */

#entre-tab-level2 {
	height:51px;
	border-bottom:4px solid #638c0a;
	font-weight:bold;
	background:#cbe199;
}
#entre-tab-level2 ul {
	display: block;
	list-style: none;
	margin: 0;
}
#entre-tab-level2 ul > li {
	float: left;
	text-align: center;
	margin:10px 0 0 8px;
}
#entre-tab-level2 ul > li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	line-height: 26px;
	font-size:14px;
	padding: 2px 16px 0;
	border-radius:6px ;
	background: #8fc320;
	box-shadow: 0 2px 0 #638c0a;
	-webkit-box-shadow:#638c0a 0px 0px 0px 2px 0px inset;
	-moz-box-shadow:#638c0a 0px 0px 0px 2px 0px inset;
}
#hover, #entre-tab-level2 .active a, #entre-tab-level2 ul > li a:hover {
	text-shadow:none;
	border-radius:6px 6px 0 0 ;
	padding: 1px 16px 0px ;
	margin:-6px 0 0 0;
	line-height:40px;
	border-bottom:none;
	background: #638c0a;
}

.entre-tab-level2-partition {
	position:relative;
    margin-left: 26px !important;
}
.entre-tab-level2-partition:after {
    position: absolute;
    left: -16px;
    top: 1px;
    content: "";
    background:#f4fbef;
    width: 6px;
    height: 28px;
}


/* entre-tab-level3
   ========================================================================== */

#entre-tab-level3 {
	height:44px;
	background:#638c0a;
}
#entre-tab-level3 ul {
	display: block;
	list-style: none;
	text-align:center;
	margin: 0;
}
#entre-tab-level3 ul > li {
	display:inline-block;
	margin:8px 0 0 8px;
}
#entre-tab-level3 ul > li a {
	color: #333;
	display: block;
	text-decoration: none;
	line-height: 20px;
	font-size:12px;
	padding: 2px 14px 1px;
	border-radius:4px ;
	background: #FFF;
	border:1px solid #FFF;
}
#hover, #entre-tab-level3 .active a, #entre-tab-level3 ul > li a:hover {
	color:#FFF;
	background: #8fc31f;
}



/* ==========================================================================
   03.  CONTENTS STYLE
   ========================================================================== */
.contents {
  width: 1000px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size:13px;
}
.fixed-contents {
  width: 1000px;
  padding-right: 10px;
  padding-left: 10px;
}
.fixed-contents .copyright {
  width: 980px;
}
.fixed-contents-full {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.fixed-section {
  margin-bottom: 20px;
}
.fixed-table .table-entre {
  width: 500px;
}
.fixed-table .table-entre > tbody > tr > th {
  width: 100px;
}
.search-inline .search-group {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.search-inline .pagination {
  margin: 0;
}
.search-column:before, .search-column:after {
  content: "";
  display: block;
}
.search-column:after {
  clear: both;
}
.search-column .search-box--left {
  float: left;
  padding-top: 8px;
}
.search-column .search-box--right {
  float: right;
}

.fixed-contents-full .search-inline {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom:10px;
}
.fixed-contents-full .search-inline .pagination {
  margin: 0;
}
.fixed-contents-full .search-column:before, .search-column:after {
  content: "";
  display: block;
}
.fixed-contents-full .search-column:after {
  clear: both;
}
.fixed-contents-full .search-column .search-box--left {
  float: left;
}
.fixed-contents-full .search-column .search-box--right {
  float: right;
}

.btn-group-box {
  margin-bottom:10px;
}

.btn-group-box .btn+.btn {
  margin-left: 2px;
}

.contents-wsfull {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size:13px;
}


#flashMessage a{
	text-decoration: underline;
}


.entre-border-1-dotted-gray{
	padding:0;
	margin:0;
	border-top:1px dotted #afafaf;
}

.entre-border-1-dotted-green{
	padding:0;
	margin:0;
	border-top:1px dotted #759927;
}


.entre-border-3-gray{
	border:3px solid #959595;
}

.entre-border-3-orange{
	border:3px solid #eb6100;
}

.entre-border-3-green{
	border:3px solid #638c0b;
}

.title-page-entre-gray{
	display:block;
	padding:18px 0 15px 15px;
	margin: 0;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#FFF;
	background:#535353;
}
.title-page-entre-orange{
	display:block;
	padding:18px 0 15px 15px;
	margin: 0;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#383838;
	background:#ffdbbe;
}

.title-page-entre-green{
	display:block;
	padding:18px 0 15px 15px;
	margin: 0;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#383838;
	background:#cce198;
}

.btn-page-entre-orange{
	display:block;
	padding:17px 0 16px 0;
	text-align:center;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	border-radius:6px;
	color:#FFF;
	background:#ff7e00;
	box-shadow: 0 4px 0 #a42f2f;
	}

.btn-page-entre-green{
	display:block;
	padding:17px 0 16px 0;
	text-align:center;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	border-radius:6px;
	color:#FFF;
	background:#4dad0c;
	box-shadow: 0 4px 0 #046325;
	}

.btn-page-entre-blue{
	display:block;
	padding:17px 0 16px 0;
	text-align:center;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	border-radius:6px;
	color:#FFF;
	background:#1ca1d2;
	box-shadow: 0 4px 0 #1574aa;
	}

.btn-page-entre-orange:hover,
.btn-page-entre-green:hover,
.btn-page-entre-blue:hover{
	text-decoration:none;
	color:#FFF;
	opacity:0.7;
	}
/* calendar
   ========================================================================== */

.calendar {
	padding-left: 15px;
}
.calendar ul {
    padding-left: 120px;
	margin-bottom: 5px;
}
.calendar-year {
	float:left;
}
.calendar-year > p.calendar-left,
.calendar-year > a.calendar-left {
	float:left;
}
.calendar-year > p.calendar-right,
.calendar-year > a.calendar-right {
	float:right;
}
.calendar_on_right {
	height:22px;
	width:10px;
	background:url(../img/entre/calendar_sprite.png) no-repeat;
	background-position: -115px -5px;
	display:block;
	
	}
.calendar_on_left {
	height:22px;
	width:10px;
	background:url(../img/entre/calendar_sprite.png) no-repeat;
	background-position: 0px -5px;
	display:block;
	}
.calendar_off_right {
	height:22px;
	width:10px;
	background:url(../img/entre/calendar_sprite.png) no-repeat;
	background-position: -115px -88px;
	display:block;
	}
.calendar_off_left {
	height:22px;
	width:10px;
	background:url(../img/entre/calendar_sprite.png) no-repeat;
	background-position: 0px -88px;
	display:block;
	}
	
	/*hover css*/
a.calendar_on_right:hover{
	height:22px;
	width:10px;
	background:url(../img/entre/calendar_sprite.png) no-repeat;
	background-position: -115px -47px;
	display:block;
	}
a.calendar_on_left:hover{
	height:22px;
	width:10px;
	background:url(../img/entre/calendar_sprite.png) no-repeat;
	background-position: 0px -47px;
	display:block;
	}
	
.calendar-year > h2{
	font-size:20px;
	font-weight:bold;	
	margin: 0;
	float:left;
	padding: 0 8px;
}
.calendar-year > h2 > span{
	font-size:14px;
	}

.calendar-month {
	font-size:15px;
	font-weight:bold;
	float:left;
	list-style:none;
	border-right:1px dotted #AAAAAA;
	}
.calendar-month:first-child {
	border-left:1px dotted #AAAAAA;
	}
.calendar-month a {
	color:#7A7A7A;
	padding: 0px 8px;
	text-decoration:none;
	}
.calendar-month a:hover {
	border-bottom: 3px solid #5FAB51;
	}
.calendar-month-off a{
	color: #ECECEC;
	border-right:1px dotted #ECECEC;
	}
.calendar-month-off a:hover{
	color: #ECECEC;
	border-bottom:none;
	
	}
.calendar-month-active {
	border-bottom: 3px solid #5FAB51;
	}



/* rank-con
   ========================================================================== */

.rank-con {
	height:100px;
	width:780px;
	position:relative;
}
.rank-con-inner{
	width: 30%;
	float:left;
	height:120px;
	color:#fff;
	position:relative;
	}
.ranking{
	background: url(../img/entre/ranking.png) no-repeat;
	background-position: 18px 25px;
	padding-left: 100px;
	}
.rank{
	background: url(../img/entre/rank.png) no-repeat;
	background-position: 18px 25px;
	padding-left: 100px;
	}
.point{
	background: url(../img/entre/point.png) no-repeat;
	background-position: 18px 25px;
	padding-left: 100px;
}
.rank-com-top{
	position:absolute;
	top:30%;
	left:40%;
	font-size:14px;
}
	
.rank-com-bottom {
	position: absolute;
	top: 43%;
	left: 39%;
	font-size: 28px;
}
.rank-mikakutei{
	color:#fff;
	background-color:#5FAB51;
	border-radius:10px;
	border: 2px solid #fff;
	position:absolute;
	top:-17%;
	left: 3%;
	font-size:17px;
	width:190px;
	height:38px;
	line-height:38px;
	text-align:center;
}
.rank-kakutei{
	color:#fff;
	background-color:#000;
	border-radius:10px;
	border: 2px solid #fff;
	position:absolute;
	top:-17%;
	left: 3%;
	font-size:17px;
	width:190px;
	height:38px;
	line-height:38px;
	text-align:center;	
}
#entre-actab-info ul{
    width:600px;
    }
#entre-actab-info li{
    float:left;
	width:253px;
	margin-left:10px;
	position:relative;
    }
#entre-actab-info li:first-child{
	margin-left:0px;
}
#entre-actab-info li{
	cursor:pointer;
	text-align:center;
	font-weight:bold;
    display:block;
    text-align:center;
    border:#ccc 1px solid;
	box-sizing:border-box;
	background:#c9c9c9;
	border-radius:8px;
	padding:6px 0px 4px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	box-shadow: 0 3px #979797;
	box-sizing:border-box;
}
#entre-actab-infoBox1,#entre-actab-infoBox2,#entre-actab-infoBox3{
    border:#c9c9c9 1px solid;
	padding:18px;
}
#entre-actab-infoBox1,
#entre-actab-infoBox2,
#entre-actab-infoBox3{
    background:#fff;
    display:none;
    }
#entre-actab-info li:before {
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 10px transparent solid;
    border-right-width: 0;
    border-left-color: #c9c9c9;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
#entre-actab-info li:after {
    content: 'クリック';
    padding: 3px 10px 1px;
    font-size: 11px;
    font-weight: normal;
	color:#fff;
    display: inline-block;
	background:#8f8f8f;
	border-radius:4px;
    margin-left: 7px;
    height: 20px;
}
#entre-actab-info li:hover{
	background:#8fc31f !important;
	box-shadow: 0 3px #7b9740 !important;
	text-decoration:none !important;	
}
#entre-actab-info li.active{
	background:#8fc31f !important;
	box-shadow: 0 3px #7b9740 !important;
	text-decoration:none !important;	
}
#entre-actab-info li:hover:before {
    border-left-color: #8fc31f;
}
#entre-actab-info li.active:before {
    border-left-color: #8fc31f;
}
#entre-actab-info li:hover:after {
	background:#22ac38;
}
#entre-actab-info li.active:after {
	background:#22ac38;
}

.table-entre-class-detail tr th,
.table-entre-class-detail tr td{
	text-align:center !important;
}

.table-entre th.th-label{width:140px; border-right:none; padding:8px 0 8px 8px;}
.table-entre td.td-label{width: 32px;text-align: left;padding: 14px 14px 14px 0;border-left: none;background: #f4f5f5;float: none;}
.table-entre td.td-label + td .radio-inline + .radio-inline{ margin-left: 0px; }

.rank-detail-box {
	width:360px;
	border:1px solid #cbcbcb;
	float:left;
	box-sizing:border-box;
}
.rank-detail-box:nth-child(odd) {
	margin-right:18px;
}
.rank-detail-box-top {
	background:#eee;
	color:#373737;
	border-bottom:1px solid #cbcbcb;
	margin:0;
    padding: 10px 20px 9px;
    font-size: 14px;
    font-weight: bold;
}
.rank-detail-box-bottom {
    padding: 12px 0 12px 20px;
    font-size: 13px;
}
.rank-detail-box-inner-left {
	float:left;
	line-height:21px;
}
.rank-detail-box-inner-right {
	float: right;
    margin-right: 20px;
}
.h3-entre-rank-detail {
	border-left:5px solid #8fc31f;
	margin:0 0 15px;
	font-size:16px;
	padding: 5px 8px 3px;
	font-weight:bold;
}
.entre-rank-detail-text {
	font-size:15px;
	padding-left: 12px;
}
.entre-rank-detail-text span {
	color:#ff0000;
	font-weight:bold;
}


/* entre-relation-help
   ========================================================================== */

.entre-relation-help h3{
	font-size: 15px;
    color: #FFFFFF;
    padding: 10px 0 6px 12px;
    margin: 0 0 10px 0;
    font-weight: bold;
    background: #a2daee;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
}

.entre-relation-help div{
	background: #def6ff;
    padding: 9px 10px 3px;
    border-radius: 0 0 6px 6px;
}

.entre-relation-help a{
	margin: 0 1px 7px 0;
    background-image: none;
    background: #FFFFFF;
    padding: 4px 10px 3px;
    border: 1px solid #cfcfcf;
    font-size: 12px;
    color: #555;
}

.entre-relation-help a:hover{
	color:white;
	text-decoration: none;
    background-color: #ff8533;
	text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: 1px solid #b5b5b5;
}



/* head-bar
   ========================================================================== */
.container {
  width:980px;
  margin: 0px auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .container {
    width:100%;
    margin: 0px auto;
    position: relative;
  }
}


.entre-id-area,
.login-id-area,
.login-profile-area,
.login-profile-area {
  display:inline-block;
}
#head-bar .entre-id-area{
  margin-right: 8px;
}
#head-bar .login-id-area{
  margin-right: 8px;
}
#head-bar .login-profile-area {
  margin-right:7px;
}
#head-bar .entre-id-left{
  color: #fff;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  background-color: #f19149;
  font-size: 11px;
  padding: 5px 8px;
  font-weight:bold;
}
#head-bar .entre-id-right{
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  color: #fff;
  background-color: #ee8449;
  font-size: 11px;
  padding: 5px 8px;
}
#head-bar .login-id-left{
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  color: #fff;
  background-color: #b3d465;
  font-size: 11px;
  padding: 5px 8px;
  font-weight:bold;
}
#head-bar .login-id-right{
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  color: #fff;
  background-color: #91bf41;
  font-size: 11px;
  padding: 5px 8px;
}
#head-bar .login-profile-center {
  font-size: 11px;
  background:#959595;
  color:#fff;
  padding: 5px 8px;
}
#head-bar .login-profile-right {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  font-size: 11px;
  color:#fff;
  padding: 0px;
  display: inline-block;
}

#head-bar .login-profile-right a{
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	display:block;
	color:#fff;
	padding: 4px 8px;
	text-decoration:none;
	background:#222222;
}

#head-bar .login-profile-right a:hover{
	cursor: pointer;
	opacity:0.7;
	color:#fff;	
}

img.profile-image {
  width:27px;
  height:27px;
	
}


#head-bar #hdr-loginfo{
	margin:-11px 0 0 24px;
	}
	
#head-bar #hdr-loginfo ul{
	list-style:none;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	}

#head-bar #hdr-loginfo li{
	display:inline-block;
	font-size:12px;
	line-height:12px;
	color:#FFF;
	}

#head-bar #hdr-loginfo li:first-child{
	border-radius:3px 0 0 3px;
	}

#head-bar #hdr-loginfo li:last-child{
	border-radius:0 3px 3px 0;
	}

#head-bar #hdr-loginfo li a{
	display:block;
	padding:6px 4px 5px 4px;
	color:#FFF;
	}

#head-bar #hdr-loginfo li p{
	display:block;
	padding:6px 4px 5px 4px;
	margin:0;
	}

#head-bar #hdr-loginfo li img{
	display:block;
	padding:0;
	margin:0;
	width:23px;
	height:23px;
	}

#head-bar #hdr-loginfo li:first-child a,
#head-bar #hdr-loginfo li:first-child p{
	display:block;
	padding:6px 4px 5px 8px;
	}

#head-bar #hdr-loginfo li:last-child a,
#head-bar #hdr-loginfo li:last-child p{
	display:block;
	padding:6px 8px 5px 4px;
	}



.bgc-l-orange {background-color: #f19149;}
.bgc-orange {background-color: #e3680c;}
.bgc-l-green {background-color: #b9d4a5;}
.bgc-green {background-color: #5fab51;}
.bgc-d-green {background-color: #009944;}
   




/*以下新デザイン用*/
.entre-id-area,
.login-id-area,
.login-profile-area,
.login-profile-area {
  display:inline-block;
}
#head-bar .entre-id-area{
  margin-right: 8px;
}
#head-bar .login-id-area{
  margin-right: 8px;
}
#head-bar .login-profile-area {
  margin-right:7px;
}
#head-bar .entre-id-left{
  color: #fff;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  background-color: #f19149;
  font-size: 11px;
  padding: 5px 8px;
  font-weight:bold;
}
#head-bar .entre-id-right{
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  color: #fff;
  background-color: #ee8449;
  font-size: 11px;
  padding: 5px 8px;
}
#head-bar .login-id-left{
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  color: #fff;
  background-color: #b3d465;
  font-size: 11px;
  padding: 5px 8px;
  font-weight:bold;
}
#head-bar .login-id-right{
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  color: #fff;
  background-color: #91bf41;
  font-size: 11px;
  padding: 5px 8px;
}
#head-bar .login-profile-center {
  font-size: 11px;
  background:#959595;
  color:#fff;
  padding: 5px 8px;
}
#head-bar .login-profile-right {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  font-size: 11px;
  color:#fff;
  padding: 0px;
  display: inline-block;
}

#head-bar .login-profile-right a{
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	display:block;
	color:#fff;
	padding: 4px 8px;
	text-decoration:none;
	background:#222222;
}

#head-bar .login-profile-right a:hover{
	cursor: pointer;
	opacity:0.7;
	color:#fff;	
}

img.profile-image {
  width:27px;
  height:27px;
	
}


#head-bar #hdr-loginfo{
	margin:-12px 0 0 24px;
	}
	
#head-bar #hdr-loginfo ul{
	list-style:none;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	}

#head-bar #hdr-loginfo li{
	display:inline-block;
	font-size:12px;
	line-height:12px;
	color:#FFF;
	vertical-align: top;
	}



#head-bar #hdr-loginfo li a{
	display:block;
	padding:6px 4px 5px 4px;
	color:#FFF;
	text-decoration:none;
	}
#head-bar #hdr-loginfo li a:hover{
	opacity:0.7;
	}


#head-bar #hdr-loginfo li p{
	display:block;
	padding: 5px 8px 4px 8px;
	margin:0;
	}

#head-bar #hdr-loginfo li img{
	display:block;
	padding:0;
	margin:0;
	width:21px;
	height:21px;
	}

#head-bar #hdr-loginfo li:first-child a,
#head-bar #hdr-loginfo li:first-child p{
	display:block;
	padding: 5px 8px 4px 8px;
	}

#head-bar #hdr-loginfo li:last-child a,
#head-bar #hdr-loginfo li:last-child p{
	display:block;
	padding: 5px 8px 4px 8px;
	}


#head-bar #hdr-register li{
	display:inline-block;
	}
	
#head-bar #hdr-register li a{
	padding: 10px 10px 9px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
	text-decoration:none;
	}

#head-bar #hdr-register li a:hover{
	opacity:0.7;
	}

#head-bar #hdr-register li a i{
	margin:0 5px 0 0;
	}

#head-bar #hdr-register li a.hdr-webmail{
    background-color: #00a9ce;
    box-shadow: 0 4px 0 #09829c;
	}

#head-bar #hdr-register li a.hdr-chat{
    background-color: #f39800;
    box-shadow: 0 4px 0 #c16800;
    padding: 11px 10px 9px;
    display: block;
    margin: -10px 0 0 0;
    width: 123px;
    text-align: center;
	}

#head-bar #hdr-register li a.hdr-logout,
#head-bar #hdr-register li a.hdr-help{
    background-color: #bfbfbf;
    box-shadow: 0 4px 0 #8c8c8c;
    color: #ffffff;
    padding: 10px 10px 9px;
	}

.hdr-chat-contact-new {
	background: #F00;
    border-radius: 9px;
    border: 2px solid #fff;
    height: 17px;
    color: #ffffff;
    font-size: 10px;
    padding: 0px 5px;
    margin: 0 0 0 3px;
    line-height: 0;
    vertical-align: middle;
}

.bgc-l-orange {background-color: #f19149;}
.bgc-orange {background-color: #e3680c;}
.bgc-l-green {background-color: #b3d465;}
.bgc-green {background-color: #91bf41;}
.bgc-d-green {background-color: #009944;}

.radius-l{border-radius:3px 0 0 3px;}
.radius-r{border-radius:0 3px 3px 0;}
/* main-contents
   ========================================================================== */
#main-contents {
  width: 780px;
  float: right;
}
.nav-icon {
  width: 100%;
  display: table;
  border-collapse: collapse;
  margin-bottom: 0;
}
.nav-icon > li {
  vertical-align: middle;
  display: table-cell;
}
.nav-icon > li  a {
  display: inline-block;
  padding: 1px 5px;
}
.nav-icon > li a span {
  display: inline-block;
  background: transparent url(../img/entre/ico_sprite_magazine.png) no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}
.nav-icon dl {
  margin-bottom: 0;
}
.nav-icon dl dt, .nav-icon dl dd {
  vertical-align: middle;
  display: table-cell;
}
.nav-icon dl dt {
  float: left;
}
.nav-icon dl dd {
  float: right;
}

.nav-icon dl dd span {
  display: inline-block;;
  margin-top: 1px;
}
.nav-icon button {
  padding: 2px 6px;
}
.nav-icon button + button {
  margin-left: 5px;
}
.nav-icon button span, .nav-icon dl dt span, .nav-icon .total {
  display: inline-block;
  background: transparent url(../img/entre/ico_sprite_magazine.png) no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}
.form-icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.m-list {
  padding: 10px 0 1px;
}
.form-icon dl {
  margin-bottom: 0;
}
.form-icon dl dt, .form-icon dl dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.form-icon dl dt.tit-mail {
  width: 95px;
}
.form-icon dl dd {
  padding-left: 5px;
}
td.mail-option {
  padding: 4px 0 1px;
}
dt.mail-l-option {
  width:115px;
  text-align:center;
}
dd.mail-r-option {
  width:90px;
  padding-left: 0 !important;
}

.form-icon dl dd a span {
  margin-left: 2px;
}
.form-icon dl dd a span:hover,
.form-icon dl dd a span:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn-plus,
.btn-plus-s,
.btn-repeat {
  display: inline-block;
  background: transparent url(../img/entre/btn_sprite_magazine.png) no-repeat;
}
.btn-on1,
.btn-on2,
.btn-on3,
.btn-on4,
.btn-add,
.btn-add1,
.btn-add2,
.btn-add3,
.btn-add4,
.btn-lock1,
.btn-lock2,
.btn-lock3,
.btn-lock4,
.btn-upgrade,
.btn-add-plan,
.btn-unselected,
.entre-popup-emplan span.plus-add-plan,
.entre-popup-emplan span.plus-upgrade,
.entre-popup-emplan span.star1,
.entre-popup-emplan span.star3,
.entre-popup-emplan span.star4,
.entre-popup-emplan span.star5,
.entre-popup-emplan span.star6,
.entre-login-btn-lock { 
   display: inline-block;
   background: transparent url(../img/entre/ico_sprite_magazine.png) no-repeat;
}

.nav-icon span.btn-bars{ background-position: 0 0; width: 27px; height: 24px; }
.nav-icon span.btn-envelope{ background-position: -32px 0; width: 27px; height: 24px; }
.nav-icon span.btn-list{ background-position: -64px 0; width: 27px; height: 24px; }

.btn-plus{ background-position: -96px 0; width: 16px; height: 16px; }
.btn-plus-s{ background-position: -117px 0; width: 13px; height: 13px; }
.btn-repeat{ background-position: -135px 0; width: 24px; height: 24px; }
.btn-on1 { background-position: 1px -78px; width: 97px; height: 22px; }
.btn-on2 { background-position: -99px -78px; width: 97px; height: 22px; }
.btn-on3 { background-position: -199px -78px; width: 97px; height: 22px; }
.btn-on4 { background-position: -299px -78px; width: 97px; height: 22px; }
.btn-add { background-position: -400px -104px; width: 31px; height: 22px; }
.btn-add1 { background-position: 1px -104px; width: 97px; height: 22px; }
.btn-add2 { background-position: -100px -104px; width: 97px; height: 22px; }
.btn-add3 { background-position: -199px -104px; width: 97px; height: 22px; }
.btn-add4 { background-position: -300px -104px; width: 97px; height: 22px; }
.btn-lock1 { background-position: 1px -130px; width: 97px; height: 22px; }
.btn-lock2 { background-position: -100px -130px; width: 97px; height: 22px; }
.btn-lock3 { background-position: -199px -130px; width: 97px; height: 22px; }
.btn-lock4 { background-position: -300px -130px; width: 97px; height: 22px; }
.btn-upgrade { background-position: 1px -156px; width: 90px; height: 21px; margin-bottom: 2px;}
.btn-add-plan { background-position: -94px -156px; width: 90px; height: 21px; }
.btn-unselected { background-position: -190px -156px; width: 90px; height: 21px; }

.entre-popup-emplan span.plus-add-plan { background-position: -299px -78px; width: 97px; height: 22px; }
.entre-popup-emplan span.plus-upgrade  { background-position: -299px -78px; width: 97px; height: 22px; }
.entre-popup-emplan span.star1 { background-position: -203px -53px; width: 66px; height: 21px; }
.entre-popup-emplan span.star3 { background-position: -177px -53px; width: 66px; height: 21px; }
.entre-popup-emplan span.star4 { background-position: -165px -53px; width: 66px; height: 21px; }
.entre-popup-emplan span.star5 { background-position: -151px -53px; width: 66px; height: 21px; }
.entre-popup-emplan span.star6 { background-position: -86px -53px; width: 66px; height: 21px; }

.nav-icon span.btn-signal{ background-position: -164px 0; width: 27px; height: 24px; }
.nav-icon span.btn-trash{ background-position: -196px 0; width: 27px; height: 24px; }
.nav-icon span.ico-trash{ background-position: 0 0; width: 13px; height: 15px; }
.nav-icon span.ico-bars{ background-position: -18px 0; width: 13px; height: 10px; }
.nav-icon span.ico-display{ background-position: -36px 0; width: 16px; height: 13px; }
.nav-icon span.ico-envelope{ background-position: -57px 0; width: 17px; height: 14px; }
.nav-icon span.ico-list{ background-position: -79px 0; width: 15px; height: 11px; }
.nav-icon span.ico-mail{ background-position: -99px 0; width: 16px; height: 10px; }
.nav-icon span.ico-menu{ background-position: -120px 0; width: 17px; height: 14px; }
.nav-icon span.ico-personal{ background-position: -142px 0; width: 15px; height: 15px; }
.nav-icon span.ico-set{ background-position: -162px 0; width: 15px; height: 15px; }
.nav-icon span.ico-signal{ background-position: -182px 0; width: 14px; height: 14px; }
.nav-icon span.ico-trash-s{ background-position: -201px 0; width: 10px; height: 11px; }
.nav-icon span.ico-user{ background-position: -216px 0; width: 13px; height: 11px; }
.nav-icon span.ico-click{ background-position: -51px -183px; width: 13px; height: 12px; }

.icon-option-plus { background: url(../img/entre/plus.png) no-repeat; display:inline-block; vertical-align: middle; margin: 0 5px 3px 0; width:13px; height:13px; }
.icon-down { background: url(../img/entre/down.png) no-repeat; display:inline-block; vertical-align: middle; margin: 0 0 0 5px; width:7px; height:7px; }
.ico-modal-attention, .ico-modal-info, .ico-modal-manual{ background: url(../img/entre/ico-modal.png) no-repeat; display: inline-block; }
.ico-modal-attention { background-position: 0 0; width: 27px; height: 21px; }
.ico-modal-info { background-position: -28px 0; width: 27px; height: 24px; }
.ico-modal-manual { background-position: -55px 0; width: 27px; height: 22px; }
.ico-txt-form-error { background:url(../img/common/ico-txt-form-error.gif) no-repeat 0 0; width:17px; height:17px; display: inline-block; }

.entre-login-btn-lock { background-position: -301px -25px; width: 25px; height: 22px; }

.cash-list {
  list-style: none;
  overflow: hidden;
}
.cash-list li {
  float: left;
  margin-left: 5px;
}
.cash-list li:first-child {
  margin-left: 0;
}
.option-list {
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
}
.option-list li {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom:-1px;
}
.option-list li:nth-child(2n+1) {
  margin-left: 0;
}
.option-list li dl dt {
  width: 65px;
}

.chartbox {
  position: relative;
  width: 160px;
  height: 16px;
  background: #e7e7e7;
  background-image: -moz-linear-gradient(top, #e7e7e7, #fdfdfd);
  background-image: -ms-linear-gradient(top, #e7e7e7, #fdfdfd);
  background-image: -o-linear-gradient(top, #e7e7e7, #fdfdfd);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#e7e7e7), to(#fdfdfd));
  background-image: -webkit-linear-gradient(top, #e7e7e7, #fdfdfd);
  background-image: linear-gradient(top, #e7e7e7, #fdfdfd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e7e7e7', endColorstr = '#fdfdfd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e7e7e7', endColorstr = '#fdfdfd')";
}
.chartbox-inner {
  height: 16px;
  background: #ff920a;
  background-image: -moz-linear-gradient(top, #ffe34b, #ff920a);
  background-image: -ms-linear-gradient(top, #ffe34b, #ff920a);
  background-image: -o-linear-gradient(top, #ffe34b, #ff920a);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffe34b), to(#ff920a));
  background-image: -webkit-linear-gradient(top, #ffe34b, #ff920a);
  background-image: linear-gradient(top, #ffe34b, #ff920a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe34b', endColorstr = '#ff920a');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe34b', endColorstr = '#ff920a')";
}
.public {
  background: #ff8400;
  color: #ffffff;
  margin-right: 10px;
  padding: .2em .4em .1em;
  font-size:11px;
}
.private {
  background: #a0a0a0;
  color: #FFF;
  margin-right: 10px;
  padding: .2em .4em .1em;
  font-size:11px;
}
.charge-table {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.charge-table dl {
  display: table-row;
}
.charge-table dl dt, .charge-table dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  height: 120px;
}
.charge-table dl dt {
  width: 300px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: #009944;
  -webkit-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
}
.charge-table dl dd {
  font-size: 36px;
  text-align: right;
  background: #f4f4f4;
  -webkit-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
}
.charge-list:before, .charge-list:after {
  content: "";
  display: block;
}
.charge-list:after {
  clear: both;
}
.charge-list {
  list-style-type: none;
  margin-bottom: 0;
}
.charge-list li {
  float: left;
  margin-left: 10px;
}
.charge-list li:first-child {
  margin-left: 0;
}
.charge-list .charge-button {
  display: block;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.charge-list .charge-button:hover,
.charge-list .charge-button:focus {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.charge-list .charge-button.primary {
  background: #f19149;
}
.charge-list .charge-button.info {
  background: #47aee4;
}
.charge-list .charge-button.default {
  background: #00af4e;
}
.charge-list .charge-box {
  width: 144px;
  text-align: center;
  padding: 16px 0;
}
.charge-box .charge-img {
  margin-bottom: 10px;
}
.charge-box .charge-text {
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.ico-sprite-charge {
  display: inline-block;
  background: transparent url(../img/entre/ico_sprite_charge.png) no-repeat 0 0;
  vertical-align: middle;
}
.ico-charge01 { background-position: -5px -5px; width: 70px; height: 55px }
.ico-charge02 { background-position: -85px -5px; width: 60px; height: 55px; }
.ico-charge03 { background-position: -155px -5px; width: 67px; height: 54px; }
.ico-charge04 { background-position: -232px -5px; width: 60px; height: 55px; }
.ico-charge05 { background-position: -302px -5px; width: 60px; height: 55px; }
.pop-panel {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.pop-panel dl {
	display: table-row
}
.pop-panel dl dt,
.pop-panel dl dd {
	display: table-cell;
	padding: 0 20px;
	height: 120px;
}
.pop-panel dl dt {
	width: 300px;
	color: #fff;
	vertical-align: middle;
	font-size: 24px;
	text-align: left;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.pop-panel dl dd {
	font-size: 18px;
	background: #f4f4f4;
	padding: 12px;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.pop-panel a {
	color: #1782DE;
	text-decoration: underline;
}
.pop-panel a:hover {
	color: #11416B
}
.section-box {
  background: #CCC; 
  padding:7px;
}

.entre-error-dt {
  width:32px !important;
}
.entre-error-dd {
	margin-left: 42px !important;
    margin-bottom: 10px !important;
    padding-top: 2px;
　  padding-left: 0px !important;
    font-size: 14px;
    line-height: 22px !important;
    display: block !important;
}
.entre-error-info {
  background:#F3F3F3;
  padding:10px 15px;
  width:450px;
  border-radius:5px;
}

.entre-text-unselected {
	color:#E9E9E9 ;
}

.entre-short-link {
    background: #f0f0f0;
    border: 1px solid #cecece;
    border-radius: 6px;
    margin: 2px 0;
    padding: 8px 8px 6px;
    word-break: break-all;
    display: inline-block;
}
.entre-short-link-active {
    background: #dff0d8;
    border: 1px solid #6aa066;
    border-radius: 6px;
    margin: 2px 0;
    padding: 8px 8px 6px;
    word-break: break-all;
    display: inline-block;
}

.entre-short-link-over {
    background: #f0f0f0;
    border: 1px solid #cecece;
    border-radius: 6px;
    margin: 2px 0;
    padding: 8px 8px 6px;
    width: 100%;
    word-break: break-all;
    display: inline-block;
}
.entre-short-link-over-active {
    background: #dff0d8;
    border: 1px solid #6aa066;
    border-radius: 6px;
    margin: 2px 0;
    padding: 8px 8px 6px;
    width: 100%;
    word-break: break-all;
    display: inline-block;
}
.entre-short-link-underline {
	border-bottom:1px solid #FFF;
	padding:0 0 5px 0;
	margin-bottom:7px;
}
.entre-short-link,
.entre-short-link-active,
.entre-short-link-over:hover,
.entre-short-link-over-active:hover {
	cursor:pointer;
}
.entre-short-link-score {
    color:#a94442;
    background: #F0E1D8;
    border: 1px solid #A08166;
    border-radius: 6px;
    margin: 2px 0;
    padding: 8px 8px 6px;
    word-break: break-all;
    display: inline-block;
}
.btn-info[disabled] {
	border:1px solid #6e6e6e;
}


/* footer
   ========================================================================== */

footer{
    background: #333333;
    padding:10px 0;
    text-align:center;
    margin:0;
}

.footer-credit{
    font-size:12px;
    font-weight:bold;
    margin:0 auto;
    color:#FFF;
    line-height:20px;
}


/* entry-thanks
   ========================================================================== */

.entry-thanks {
	text-align:center;
	background: #e5f0ca;
	padding: 30px 0;
    border-radius: 10px;
	width:700px;
}
.entry-thanks-box {
	border:#6C3 1px solid;
	border-radius:6px;
	padding: 10px 30px 5px;
	width:600px;
	margin:0 auto;
	font-size:24px;
	color:#999;
	background:#FFFFFF;
}
.entry-thanks-box th {
	background:#FFF;
	text-align:left;
	font-size:16px;
	width:125px;
	padding:8px;
}
.entry-thanks-box td {
	text-align:left;
}
.entry-thanks-text {
	text-align:center;
	font-size:30px;
	font-weight:bold;
	color:#ee844a;
}
.entry-thanks-url {
	color:#000;
}
.entry-thanks-id-entre {
	color:#000;
	font-weight:bold;
}
.entry-thanks-id-pass {
	color:#000;
	font-weight:bold;
}
.entry-thanks-info {
	font-size:16px;
}
.entry-thanks-af {
	width:720px;
	margin:0 auto;
}
.entry-thanks-af-inner {
	background:#fff;
	padding: 4px 8px 8px;
}
.entry-thanks-af-short {
	overflow-y: scroll;
    overflow-x: hidden;
	height:100px;
	width:100%;
	border: 1px solid #ccc;
    border-top: 1px solid #777;
    border-left: 1px solid #777;
	resize: vertical;
}
.entry-thanks-af-long {
	overflow-y: scroll;
    overflow-x: hidden;
	height:180px;
	width:100%;
	border: 1px solid #ccc;
    border-top: 1px solid #777;
    border-left: 1px solid #777;
	resize: vertical;
}


/* entre-form-header
   ========================================================================== */

.entre-form-header {
	color:#fff;
}
.entre-form-header-left {
    float: left;
    width: 120px;
    height: 110px;
    background: #666666;
    text-align: center;
    line-height: 40px;
    padding-top: 18px;
}
.entre-form-header-left p {
	margin:0;
    font-size: 12px;
    font-weight: bold;
}
.entre-form-header-center {
	float:left;
	width:570px;
}
.entre-form-header-center-t {
    background: #404040;
    font-size: 13px;
    font-weight: bold;
    padding: 9px 0px 8px 15px;
}
.entre-form-header-center-b {
    background: #7D7D7D;
    padding: 12px 0px 12px 15px;
    height: 75px;
    font-size: 12px;
    font-weight: bold;
}
.entre-form-header-url {
    padding-bottom: 8px;
    padding-top: 3px;
}
.entre-form-header-url a{
	color:#fff;
	text-decoration:underline;
    font-weight: normal;
}
.entre-form-header-url a:hover {
	color:#6eb2f7;
}
.entre-form-header-center-b p {
	margin:0;
}
.entre-form-header-right {
	float:left;
	width:90px;
}
.entre-form-header-koukai {
	background:#FF7900;
	display:block;
	height:55px;
	line-height: 36px;
}
.entre-form-header-hikoukai {
	background:#b5b5b5;
	display:block;
	height:55px;
	line-height: 36px;
}

@media only all and (min-width: 1px) { 
.entre-form-header-koukai > label.pop:hover,
.entre-form-header-hikoukai > label.pop:hover {
    background-color: transparent;
}
.entre-form-header-koukai > .pop + label::before,
.entre-form-header-hikoukai > .pop + label::before {
	border: none !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: -8px !important;
    margin-left: 5px !important;
}
.entre-form-header-koukai > .pop + label::after,
.entre-form-header-hikoukai > .pop + label::after {
    left: 11px !important;
    width: 12px !important;
    height: 12px !important;
    margin-top: -5px !important;
    margin-left: 5px !important;
}

}


/* popup-bank
   ========================================================================== */

.bank-popup-box-l {
	width:313px;
	float:left;
}
.bank-popup-box-r {
	width:313px;
	float:right;
}
.bank-popup-btngroup {
	background:#f5f5f5;
	padding:10px;
	border-radius:6px;
}
.bank-popup-btn-lg-green li {
	list-style:none;
}
.bank-popup-btn-lg-green a {
	width:292px;
	height:60px;
	text-align:center;
	margin-bottom:15px;
	font-size:18px;
	color:#000;
	display:block;
	padding:19px 0;
	text-decoration:none;
	background:#b3d465;
	box-shadow:0 4px 0 #769c1e;
	border-radius:6px;
}
.bank-popup-btn-lg-green a:hover {
	background:#FFF;
	border:5px solid #b3d465;
	padding:14px 0;
}

.bank-popup-btn-md-green li {
	width:139px;
	height:59px;
	margin: 0 13px 15px 0;
	list-style:none;
	float:left;
}
.bank-popup-btn-md-green li:nth-child(2n){
	margin: 0 0 15px 0;	
}
.bank-popup-btn-md-green li:nth-child(3){
	margin: 0 15px 0 0;	
}
.bank-popup-btn-md-green li:nth-child(4){
	margin: 0 0 0 0;	
}
.bank-popup-btn-md-green a {
	text-align:center;
	font-size:18px;
	color:#000;
	display:block;
	padding:18px 0 17px;
	text-decoration:none;
	background:#b3d465;
	box-shadow:0 4px 0 #769c1e;
	border-radius:6px;
}
.bank-popup-btn-md-green a:hover {
	background:#FFF;
	border:5px solid #b3d465;
	padding:13px 0 12px;
}

.bank-popup-btn-md-green {
	margin-bottom:7px;
}
.bank-popup-btn-lg-orange {
	margin-bottom:5px;
}
.bank-popup-btn-lg-orange li {
	list-style:none;
	margin-bottom:15px;
}
.bank-popup-btn-lg-orange li:last-child {
	margin-bottom:0;
}
.bank-popup-btn-lg-orange a {
	width:292px;
	height:60px;
	text-align:center;
	font-size:18px;
	color:#000;
	display:block;
	padding:19px 0;
	text-decoration:none;
	background:#facd89;
	box-shadow:0 4px 0 #e1853c;
	border-radius:6px;
}
.bank-popup-btn-lg-orange a:hover {
	background:#FFF;
	border:5px solid #facd89;
	padding:14px 0;
}

.bank-popup-btn-sm-bank a, .bank-popup-btn-sm-bank-off {
	font-size:18px;
	font-weight:bold;
	color:#333;
	border:1px solid #dbdbdb;
	padding:6px 17px;
	border-radius:6px;
	box-shadow:0 3px 0 #a9a9a9;
	display:block;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.bank-popup-btn-sm-bank a:hover {
	text-decoration:none;
	box-shadow:0 3px 0 #769c1e;
	background: #cdeb8e; /* Old browsers */
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
}
.bank-popup-btn-sm-bank-off {
	opacity:0.2;
}
.bank-popup-btngroup td {
	padding:8px 4px;
}

.bank-popup-bank-list {
	float: left;
	margin-bottom: 20px;
	padding-left: 22px;
	text-indent: -22px;
	width: 300px;
	list-style:none;
	font-weight:bold;
}
.bank-popup-bank-list a:hover {
	color:#C00;
}

.bank-popup-bank-list-tit {
	text-decoration:underline;
	font-size:17px;
	color:#333;
	padding: 7px 0 7px 22px;
	background: url(../img/entre/icon_banklist.png) no-repeat scroll left 13px;
	line-height: 1.5;
}
.bank-popup-bank-list-subtit {
    font-weight: normal;
	font-size:13px;
}
.bank-popup-bank-list-kana {
	font-size:13px;
	font-weight: normal;
	text-decoration:none;
}



/* side
   ========================================================================== */
#side {
	width: 180px;
	float: left;
}
#side #side-select-btn {
	width: 180px;
	height: 40px;
	text-align:center;
	margin-bottom:10px;
}
#side #side-product-btn {
	height:32px;
	float:right;
	background-color:#d5d5d5;
	box-shadow: 0px 3px 0px #b5b5b5;
	margin-top:5px;
}
#side #side-seminar-btn {
	height:32px;
	float:right;
	background-color:#d5d5d5;
	box-shadow: 0px 3px 0px #b5b5b5;
	margin-top:5px;
}

#side #side-mail-btn {
	height:32px;
	float:left;
	background-color:#d5d5d5;
	box-shadow: 0px 3px 0px #b5b5b5;
	margin-top: 5px;
}
#side #side-opt-btn {
	height:32px;
	float:right;
	background-color:#d5d5d5;
	box-shadow: 0px 3px 0px #b5b5b5;
	margin-top:5px;
}
#side #side-product-active-btn {
	float:right;
	background-color:#448aca;
	box-shadow: 0px 3px 0px #1b63a4;
	height:37px;
	line-height:39px;
}
#side #side-seminar-active-btn {
	float:right;
	background-color:#ffa800;
	box-shadow: 0px 3px 0px #B27600;
	height:37px;
	line-height:39px;
}
#side #side-mail-active-btn {
	float:left;
	background-color:#f19149;
	box-shadow: 0px 3px 0px #e3680c;
	height:37px;
	line-height:39px;
}
#side #side-opt-active-btn {
	float:right;
	background-color:#8957a1;
	box-shadow: 0px 3px 0px #500047;
	height:37px;
	line-height:39px;
}
#side #side-product-btn a,
#side #side-seminar-btn a,
#side #side-mail-btn a,
#side #side-opt-btn a {
	color:#fff;
	width:80px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display: block;
	/*text-shadow: 0px -1px 0px #777;*/
	padding: 7px 0 0;
}

#side #side-product-active-btn a,
#side #side-seminar-active-btn a,
#side #side-mail-active-btn a,
#side #side-opt-active-btn a{
	color:#fff;
	width:100px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display: block;
	/*text-shadow: 0px -1px 0px #777;*/
}
#side #side-product-btn:hover {
	background-color:#448aca;
	height:37px;
	margin-top:0px;
	padding: 2px 0 6px;
	box-shadow: 0px 3px 0px #1b63a4;
}
#side #side-seminar-btn:hover {
	background-color:#ffa800;
	height:37px;
	margin-top:0px;
	padding: 2px 0 6px;
	box-shadow: 0px 3px 0px #B27600;
}
#side #side-mail-btn:hover {
	background-color:#f19149;
	height:37px;
	margin-top:0px;
	padding: 2px 0 6px;
	box-shadow: 0px 3px 0px #e3680c;
}
#side #side-opt-btn:hover {
	background-color:#8957a1;
	height:37px;
	margin-top:0px;
	padding: 2px 0 6px;
	box-shadow: 0px 3px 0px #500047;
}

#side .side-box {
	border: 1px solid #c6c6c6;
	margin-bottom: 20px;
}
#side .side-box .side-tit {
	background: #f8f8f8;
	padding: 6px 0 5px 10px;
	border-bottom: 1px solid #c6c6c6;
}
#side .side-box h2 {
	font-size: 16px;
	margin: 0;
	height: 18px;
}
#side .side-box .side-menu-box {
	width: auto;
	padding: 10px 5px;
	border-bottom: 1px solid #c6c6c6;
}
#side .side-box .side-menu-box:last-child {
	border: 0;
}
#side .side-box ul.side-menu {
	margin: 0;
}
#side .side-box ul.side-menu li {
	font-size: 14px;
	list-style: none;
}
#side .side-box ul.side-menu li a {
	display: block;
	padding: 3px 0 3px 5px;
}
#side .side-box ul.side-menu li a:hover,
#side .side-box ul.side-menu li a:focus  {
	color: #f00;
	background: #ffeac7;
}
#side .side-box ul.side-menu li a.active {
	background: #ffeac7;
}

#side .entre-money-box {
    background: #f5f5f5;
    color: #e30000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0;
    margin-bottom: 12px;
}

#side-entre-status ul {
	list-style:none;
}
#side-entre-status li a {
	text-decoration:underline;
	display:block;
	padding:8px 5px;
	border:1px solid #baefff;
	background: #e7f9ff;
	margin-bottom:5px;
	font-size:12px;
}
#side-entre-status li a:hover {
	background: #d1f4fe;
}
#side-entre-status .status-clear {
	border:1px solid #DFDFDF;
	background:	#fbfbfb;
	padding:8px 5px;
	margin-bottom:5px;
	text-decoration: none;
	font-size:12px;
}
#side a:hover img {
	opacity:0.7;
}

.ico-sprite-entre-status {
	display: inline-block;
	background: transparent  url(../img/entre/ico_sprite_magazine.png) no-repeat 0 0;
	vertical-align: middle;
}
.ico-entre-status01 { background-position: -231px 0px; width: 22px; height: 22px; margin-right:5px; }
.ico-entre-status02 { background-position: -254px 0px; width: 22px; height: 22px; margin-right:5px; }
.ico-entre-status03 { background-position: -278px 0px; width: 22px; height: 22px; margin-right:5px; }
.ico-entre-status04 { background-position: -305px 0px; width: 22px; height: 22px; margin-right:5px; }
.ico-entre-status05 { background-position: -332px 0px; width: 22px; height: 22px; margin-right:5px; }
.ico-entre-status06 { background-position: -517px 0px; width: 22px; height: 22px; margin-right:5px; }
.ico-entre-status11 { background-position: -231px 0px; width: 22px; height: 22px; margin-right:5px; }
.ico-entre-status12 { background-position: -254px 0px; width: 22px; height: 22px; margin-right:5px; }
.ico-entre-status13 { background-position: -278px 0px; width: 22px; height: 22px; margin-right:5px; }
.ico-entre-status14 { background-position: -305px 0px; width: 22px; height: 22px; margin-right:5px; }
.ico-entre-status15 { background-position: -332px 0px; width: 22px; height: 22px; margin-right:5px; }
.ico-entre-status21 { background-position: -357px 0px; width: 25px; height: 24px; margin-right:5px; }
.ico-entre-status22 { background-position: -386px 0px; width: 25px; height: 24px; margin-right:5px; }
.ico-entre-status23 { background-position: -419px 0px; width: 25px; height: 24px; margin-right:5px; }
.ico-entre-status24 { background-position: -453px 0px; width: 25px; height: 24px; margin-right:5px; }
.ico-entre-status25 { background-position: -487px 0px; width: 25px; height: 24px; margin-right:5px; }
.ico-entre-status26 { background-position: -546px 0px; width: 28px; height: 24px; margin-right:5px; }
.ico-entre-status27 { background-position: -581px 0px; width: 28px; height: 24px; margin-right:5px; }
.ico-entre-status28 { background-position: -611px 0px; width: 30px; height: 24px; margin-right: 2px; }

.ico-entre-status-mail { background-position: 0 -30px; width: 21px; height: 21px; margin-right:7px; }
.ico-entre-status-human { background-position: -29px -30px; width: 20px; height: 21px; margin-right:5px; }
.ico-entre-status-entry { background-position: -55px -30px; width: 20px; height: 21px; margin-right:5px; }
.ico-entre-status-setup { background-position: -84px -30px; width: 20px; height: 21px; margin-right:5px; }
.ico-entre-status-af { background-position: -110px -30px; width: 20px; height: 21px; margin-right:5px; }
.ico-entre-status-item { background-position: -137px -30px; width: 20px; height: 21px; margin-right:5px; }
.ico-entre-status-memo { background-position: -164px -30px; width: 20px; height: 21px; margin-right:5px; }
.ico-entre-status-menu { background-position: -191px -28px; width: 20px; height: 21px; margin-right:5px; }
.ico-entre-status-continue { background-position: -247px -30px; width: 20px; height: 21px; margin-right:5px; }
.ico-entre-status-graph { background-position: -383px -28px; width: 20px; height: 26px; margin-right:5px; }
.ico-entre-status-repeat { background-position: -357px -26px; width: 20px; height: 26px; margin-right:5px; }
.ico-entre-status-download { background-position: -330px -27px; width: 20px; height: 26px; margin-right:5px; }
.ico-entre-status-opt { background-position: -405px -30px; width: 20px; height: 21px; margin-right:5px; }

.ico-entre-status-rank1 { background-position:  1px -55px; width: 22px; height: 22px; margin-right:5px; } 
.ico-entre-status-rank2 { background-position:-28px -55px; width: 22px; height: 22px; margin-right:5px; }
.ico-entre-status-rank3 { background-position:-57px -55px; width: 22px; height: 22px; margin-right:5px; }

.ico-sprite-entre-info {
	display: inline-block;
	background: transparent  url(../img/entre/ico-sprite-entre-info.png) no-repeat 0 0;
	vertical-align: middle;
}
.ico-entre-info01 { background-position: 0px 0px; width: 63px; height: 63px;}
.ico-entre-info02 { background-position: -147px 0px; width: 63px; height: 65px;}
.ico-entre-info03 { background-position: -74px 0px; width: 63px; height: 63px;}
.ico-entre-info04 { background-position: -220px 0px; width: 67px; height: 64px;}
.ico-entre-info05 { background-position: -296px 0px; width: 77px; height: 63px;}
.ico-entre-info06 { background-position: -384px 0px; width: 68px; height: 63px;}

.ico-form-header01 { background-position: 0 -199px; width: 51px; height: 45px; }



/* side-box-blue
   ========================================================================== */
   
#side .side-box-blue {
  border: 1px solid #448aca;
  margin-bottom: 10px;
}
#side .side-box-blue .side-tit {
  background: #448aca;
  padding: 5px 0 2px 6px;
  border-bottom: 1px solid #448aca;
  color:#FFF;
}
#side .side-box-blue h2 {
  font-size: 14px;
  margin: 0;
  font-weight:bold;
}
#side .side-box-blue .side-menu-box {
  width: auto;
  padding: 6px 5px;
  border-bottom: 1px solid #448aca;
}
#side .side-box-blue .side-menu-box:last-child {
  border: 0;
}
#side .side-box-blue ul.side-menu {
  margin: 0;
}
#side .side-box-blue ul.side-menu li {
  font-size: 13px;
  list-style: none;
  position:relative;
  padding-left:20px;
}
#side .side-box-blue ul.side-menu li a {
  display: block;
  padding: 2px 0 2px 5px;
}
#side .side-box-blue ul.side-menu li a:hover,
#side .side-box-blue ul.side-menu li a:focus  {
  color: #f00;
  background: #ffeac7;
}
#side .side-box-blue ul.side-menu li a.active {
  background: #ffeac7;
}
#side .side-box-blue ul.side-menu li:before{
  content:''; 
  height:0px; 
  width: 90%;
  display:block; 
  position:absolute; 
  top:18px; 
  left:0px; 
}
#side .side-box-blue ul.side-menu li:after{
  content:'';
  display:block; 
  position:absolute; 
  background:#aaa;
  width:10px;
  height:10px; 
  top:6px; 
  left:6px; 
  border-radius:12px;
  background:#448aca;
}

/* side-box-orange
   ========================================================================== */

#side .side-box-orange {
  border: 1px solid #ffa401;
  margin-bottom: 10px;
}
#side .side-box-orange .side-tit {
  background: #ffa401;
  padding: 5px 0 2px 6px;
  border-bottom: 1px solid #ffa401;
  color:#FFF;
}
#side .side-box-orange h2 {
  font-size: 14px;
  margin: 0;
  font-weight:bold;
}
#side .side-box-orange .side-menu-box {
  width: auto;
  padding: 6px 5px;
  border-bottom: 1px solid #ffa401;
}
#side .side-box-orange .side-menu-box:last-child {
  border: 0;
}
#side .side-box-orange ul.side-menu {
  margin: 0;
}
#side .side-box-orange ul.side-menu li {
  font-size: 13px;
  list-style: none;
  position:relative;
  padding-left:20px;
}
#side .side-box-orange ul.side-menu li a {
  display: block;
  padding: 2px 0 2px 5px;
}
#side .side-box-orange ul.side-menu li a:hover,
#side .side-box-orange ul.side-menu li a:focus  {
  color: #f00;
  background: #ffeac7;
}
#side .side-box-orange ul.side-menu li a.active {
  background: #ffeac7;
}
#side .side-box-orange ul.side-menu li:before{
  content:''; 
  height:0px; 
  width: 90%;
  display:block; 
  position:absolute; 
  top:18px; 
  left:0px; 
}
#side .side-box-orange ul.side-menu li:after{
  content:'';
  display:block; 
  position:absolute; 
  background:#aaa;
  width:10px;
  height:10px; 
  top:6px; 
  left:6px; 
  border-radius:12px;
  background:#ffa401;
}
#side .side-box-orange .all-charge,
#side .side-box-orange .possible-charge,
#side .side-box-orange .limited-charge {
	margin:0;
}
#side .side-box-orange .all-charge {
	background:#f5f5f5;
	color:#e30000;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding: 4px 0;
	margin-bottom:12px;
}
#side .side-box-orange .possible-charge,
#side .side-box-orange .limited-charge {
	font-size:12px;
}
#side .side-box-orange .possible-charge {
	margin-bottom:4px;
}
#side .side-box-orange .possible-charge span,
#side .side-box-orange .limited-charge span{
	display:inline-block;
}
#side .side-box-orange .possible-charge-l,
#side .side-box-orange .limited-charge-l {
	float:left;
}
#side .side-box-orange .possible-charge-r,
#side .side-box-orange .limited-charge-r {
	font-weight:bold;
	float:right;
}









/* side-box-green
   ========================================================================== */

#side .side-box-green {
  border: 1px solid #80c269;
  margin-bottom: 10px;
}
#side .side-box-green .side-tit {
  background: #80c269;
  padding: 5px 0 2px 6px;
  border-bottom: 1px solid #80c269;
  color:#FFF;
}
#side .side-box-green h2 {
  font-size: 14px;
  margin: 0;
  font-weight:bold;
}
#side .side-box-green .side-menu-box {
  width: auto;
  padding: 6px 5px;
  border-bottom: 1px solid #80c269;
}
#side .side-box-green .side-menu-box:last-child {
  border: 0;
}
#side .side-box-green ul.side-menu {
  margin: 0;
}
#side .side-box-green ul.side-menu li {
  font-size: 13px;
  list-style: none;
  position:relative;
  padding-left:20px;
}
#side .side-box-green ul.side-menu li a {
  display: block;
  padding: 2px 0 2px 5px;
}
#side .side-box-green ul.side-menu li a:hover,
#side .side-box-green ul.side-menu li a:focus  {
  color: #f00;
  background: #ffeac7;
}
#side .side-box-green ul.side-menu li a.active {
  background: #ffeac7;
}
#side .side-box-green ul.side-menu li:before{
  content:''; 
  height:0px; 
  width: 90%;
  display:block; 
  position:absolute; 
  top:18px; 
  left:0px; 
}
#side .side-box-green ul.side-menu li:after{
  content:'';
  display:block; 
  position:absolute; 
  background:#aaa;
  width:10px;
  height:10px; 
  top:6px; 
  left:6px; 
  border-radius:12px;
  background:#80c269;
}


/* side-box-darkgreen
   ========================================================================== */

#side .side-box-darkgreen
 {
  border: 1px solid #398826;
  margin-bottom: 10px;
}
#side .side-box-darkgreen
 .side-tit {
  background: #398826;
  padding: 5px 0 2px 6px;
  border-bottom: 1px solid #398826;
  color:#FFF;
}
#side .side-box-darkgreen
 h2 {
  font-size: 14px;
  margin: 0;
  font-weight:bold;
}
#side .side-box-darkgreen
 .side-menu-box {
  width: auto;
  padding: 6px 5px;
  border-bottom: 1px solid #398826;
}
#side .side-box-darkgreen
 .side-menu-box:last-child {
  border: 0;
}
#side .side-box-darkgreen
 ul.side-menu {
  margin: 0;
}
#side .side-box-darkgreen
 ul.side-menu li {
  font-size: 13px;
  list-style: none;
  position:relative;
  padding-left:20px;
}
#side .side-box-darkgreen
 ul.side-menu li a {
  display: block;
  padding: 2px 0 2px 5px;
}
#side .side-box-darkgreen
 ul.side-menu li a:hover,
#side .side-box-darkgreen
 ul.side-menu li a:focus  {
  color: #f00;
  background: #ffeac7;
}
#side .side-box-darkgreen
 ul.side-menu li a.active {
  background: #ffeac7;
}
#side .side-box-darkgreen
 ul.side-menu li:before{
  content:''; 
  height:0px; 
  width: 90%;
  display:block; 
  position:absolute; 
  top:18px; 
  left:0px; 
}
#side .side-box-darkgreen
 ul.side-menu li:after{
  content:'';
  display:block; 
  position:absolute; 
  background:#aaa;
  width:10px;
  height:10px; 
  top:6px; 
  left:6px; 
  border-radius:12px;
  background:#398826;
}




/* side-box-purple
   ========================================================================== */

#side .side-box-purple {
  border: 1px solid #8f82bc;
  margin-bottom: 10px;
}
#side .side-box-purple .side-tit {
  background: #8f82bc;
  padding: 5px 0 2px 6px;
  border-bottom: 1px solid #8f82bc;
  color:#FFF;
}
#side .side-box-purple h2 {
  font-size: 14px;
  margin: 0;
  font-weight:bold;
}
#side .side-box-purple .side-menu-box {
  width: auto;
  padding: 6px 5px;
  border-bottom: 1px solid #8f82bc;
}
#side .side-box-purple .side-menu-box:last-child {
  border: 0;
}
#side .side-box-purple ul.side-menu {
  margin: 0;
}
#side .side-box-purple ul.side-menu li {
  font-size: 13px;
  list-style: none;
  position:relative;
  padding-left:20px;
}
#side .side-box-purple ul.side-menu li a {
  display: block;
  padding: 2px 0 2px 5px;
}
#side .side-box-purple ul.side-menu li a:hover,
#side .side-box-purple ul.side-menu li a:focus  {
  color: #f00;
  background: #ffeac7;
}
#side .side-box-purple ul.side-menu li a.active {
  background: #ffeac7;
}
#side .side-box-purple ul.side-menu li:before{
  content:''; 
  height:0px; 
  width: 90%;
  display:block; 
  position:absolute; 
  top:18px; 
  left:0px; 
}
#side .side-box-purple ul.side-menu li:after{
  content:'';
  display:block; 
  position:absolute; 
  background:#aaa;
  width:10px;
  height:10px;  
  top:6px; 
  left:6px; 
  border-radius:12px;
  background:#8f82bc;
}

/* side-box-gray
   ========================================================================== */
   
#side .side-box-gray {
  border: 1px solid #CCC;
  margin-bottom: 10px;
}
#side .side-box-gray .side-tit {
  background: #777;
  padding: 5px 0 2px 6px;
  border-bottom: 1px solid #777;
  color:#FFF;
}
#side .side-box-gray h2 {
  font-size: 14px;
  margin: 0;
  font-weight:bold;
}
#side .side-box-gray .side-menu-box {
  width: auto;
  padding: 6px 5px;
  border-bottom: 1px solid #CCC;
}
#side .side-box-gray .side-menu-box:last-child {
  border: 0;
}
#side .side-box-gray ul.side-menu {
  margin: 0;
}
#side .side-box-gray ul.side-menu li {
  font-size: 13px;
  list-style: none;
	position:relative;
	padding-left:20px;
}
#side .side-box-gray ul.side-menu li a {
  display: block;
  padding: 2px 0 2px 5px;
}
#side .side-box-gray ul.side-menu li a:hover,
#side .side-box-gray ul.side-menu li a:focus  {
  color: #f00;
  background: #ffeac7;
}
#side .side-box-gray ul.side-menu li a.active {
  background: #ffeac7;
}
#side .side-box-gray ul.side-menu li:before{
  content:'';
  height:0px; 
  width: 90%;
  display:block; 
  position:absolute; 
  top:18px; 
  left:0px; 
}
#side .side-box-gray ul.side-menu li:after{
  content:'';
  display:block; 
  position:absolute; 
  background:#aaa;
  width:10px;
  height:10px; 
  top:6px; 
  left:6px; 
  border-radius:12px;
  background:#777;
}

/* side-box-red
   ========================================================================== */

#side .side-box-red {
  border: 1px solid #ec6941;
  margin-bottom: 10px;
}
#side .side-box-red .side-tit {
  background: #ec6941;
  padding: 5px 0 2px 6px;
  border-bottom: 1px solid #ec6941;
  color:#FFF;
}
#side .side-box-red h2 {
  font-size: 14px;
  margin: 0;
  font-weight:bold;
}
#side .side-box-red .side-menu-box {
  width: auto;
  padding: 6px 5px;
  border-bottom: 1px solid #ec6941;
}
#side .side-box-red .side-menu-box:last-child {
  border: 0;
}
#side .side-box-red ul.side-menu {
  margin: 0;
}
#side .side-box-red ul.side-menu li {
  font-size: 13px;
  list-style: none;
	position:relative;
	padding-left:20px;
}
#side .side-box-red ul.side-menu li a {
  display: block;
  padding: 2px 0 2px 5px;
}
#side .side-box-red ul.side-menu li a:hover,
#side .side-box-red ul.side-menu li a:focus  {
  color: #f00;
  background: #ffeac7;
}
#side .side-box-red ul.side-menu li a.active {
  background: #ffeac7;
}
#side .side-box-red ul.side-menu li:before{
  content:''; 
  height:0px; 
  width: 90%;
  display:block; 
  position:absolute; 
  top:18px; 
  left:0px; 
}
#side .side-box-red ul.side-menu li:after{
  content:'';
  display:block; 
  position:absolute; 
  background:#aaa;
  width:10px;
  height:10px; 
  top:6px; 
  left:6px; 
  border-radius:12px;
  background:#ec6941;
}
.merumaga-daihyakka {
	background:#F9F9F9;
	text-align:center;
	padding: 5px 0 10px;
    border: 1px #f0f0f0 solid;
}
.merumaga-daihyakka2 img:hover,
.merumaga-daihyakka3 img:hover,
.merumaga-daihyakka4 img:hover {
	opacity: 0.5;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.banner8000 {
	padding-top:10px;
	margin-top:20px;
	width:180px;
	height:150px;
	background:no-repeat url(../img/entre/banner8000_bg.png);
	text-align:center;
	position:relative;
}
.banner8000_border {
	position:absolute;
	border:3px solid #ffecaa;
	width:180px;
	height:150px;
    top: 0px;
}
.banner8000_title {
    margin: 3px 0 9px;
}
.banner8000_day {
    position: absolute;
    z-index: 0;
    top: -2px;
    right: 0;
}
.banner8000_btn1 {
    margin-bottom: 2px;
    background: no-repeat url(../img/entre/banner8000_btn_bg.png) center center;
    z-index: 1;
    position: relative;
    top: -3px;
}
.banner8000_btn2 {
	background:no-repeat url(../img/entre/banner8000_btn_bg.png) center center;
   position: relative;
}


/* side-box-pink
   ========================================================================== */
   
#side .side-box-pink {
  border: 1px solid #FE859F;
  margin-bottom: 10px;
}
#side .side-box-pink .side-tit {
  background: #FE859F;
  padding: 5px 0 2px 6px;
  border-bottom: 1px solid #FE859F;
  color:#FFF;
}
#side .side-box-pink h2 {
  font-size: 14px;
  margin: 0;
  font-weight:bold;
}

#side .side-box-pink h2 i{
  line-height: 21px;
  font-size: 20px;
  margin: 0 5px 0 0;
}

#side .side-box-pink .side-menu-box {
  width: auto;
  padding: 6px 5px;
  border-bottom: 1px solid #FE859F;
}
#side .side-box-pink .side-menu-box:last-child {
  border: 0;
}
#side .side-box-pink ul.side-menu {
  margin: 0;
}
#side .side-box-pink ul.side-menu li {
  font-size: 13px;
  list-style: none;
  position:relative;
  padding-left:20px;
}
#side .side-box-pink ul.side-menu li a {
  display: block;
  padding: 2px 0 2px 5px;
}
#side .side-box-pink ul.side-menu li a:hover,
#side .side-box-pink ul.side-menu li a:focus  {
  color: #f00;
  background: #ffeac7;
}
#side .side-box-pink ul.side-menu li a.active {
  background: #ffeac7;
}
#side .side-box-pink ul.side-menu li:before{
  content:''; 
  height:0px; 
  width: 90%;
  display:block; 
  position:absolute; 
  top:18px; 
  left:0px; 
}
#side .side-box-pink ul.side-menu li:after{
  content:'';
  display:block; 
  position:absolute; 
  background:#aaa;
  width:10px;
  height:10px; 
  top:6px; 
  left:6px; 
  border-radius:12px;
  background:#FE859F;
}

/* side-box-sky
   ========================================================================== */
   
#side .side-box-sky {
  border: 1px solid #45D2FF;
  margin-bottom: 10px;
}
#side .side-box-sky .side-tit {
  background: #45D2FF;
  padding: 5px 0 2px 6px;
  border-bottom: 1px solid #45D2FF;
  color:#FFF;
}
#side .side-box-sky h2 {
  font-size: 14px;
  margin: 0;
  font-weight:bold;
}

#side .side-box-sky h2 i{
  line-height: 21px;
  font-size: 16px;
  margin: 0 5px 0 0;
  width: 20px;
  text-align: center;
}

#side .side-box-sky .side-menu-box {
  width: auto;
  padding: 6px 5px;
  border-bottom: 1px solid #45D2FF;
}
#side .side-box-sky .side-menu-box:last-child {
  border: 0;
}
#side .side-box-sky ul.side-menu {
  margin: 0;
}
#side .side-box-sky ul.side-menu li {
  font-size: 13px;
  list-style: none;
  position:relative;
  padding-left:20px;
}
#side .side-box-sky ul.side-menu li a {
  display: block;
  padding: 2px 0 2px 5px;
}
#side .side-box-sky ul.side-menu li a:hover,
#side .side-box-sky ul.side-menu li a:focus  {
  color: #f00;
  background: #ffeac7;
}
#side .side-box-sky ul.side-menu li a.active {
  background: #ffeac7;
}
#side .side-box-sky ul.side-menu li:before{
  content:''; 
  height:0px; 
  width: 90%;
  display:block; 
  position:absolute; 
  top:18px; 
  left:0px; 
}
#side .side-box-sky ul.side-menu li:after{
  content:'';
  display:block; 
  position:absolute; 
  background:#aaa;
  width:10px;
  height:10px; 
  top:6px; 
  left:6px; 
  border-radius:12px;
  background:#45D2FF;
}

/* side-menu-box-promo
   ========================================================================== */
#side .side-menu-box-promo {
  
}

#side .side-menu-box-promo .list-group-item{
  font-weight:bold;
  color:#FFF;
  border-right:none;
  border-left:none;
}
#side .side-menu-box-promo .list-group-item:first-child{
  border-top:none;
}
#side .side-menu-box-promo .list-group-item:last-child{
  border-bottom:none;
}


/* datepicker
   ========================================================================== */

.datepicker th {
	background-color: inherit;
}

.datepicker-view {
	cursor: pointer;
	padding-top: 5px;
	border: 0;
	background-color: #ffffff;
	position: absolute;
	top: 1px;
	left: 2px;
	width: 166px;
	height: 24px;
	z-index: 5;
	font-size: 13px;
	text-align: center;
}



/* entre-stepbar
   ==========================================================================  */
.entre-stepbar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: left;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  border:1px solid #bdbdbd;
  border-radius:6px;
}
.entre-stepbar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 36px;
  padding: 0 16px 0 10px;
  background-color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color:#bdbdbd;
}
.entre-stepbar .step:before, .entre-stepbar .step:after {
    position: absolute;
    left: -5px;
    display: block;
    content: '';
    background-color: #FFF;
    border-left: 1px solid #bdbdbd;
    width: 10px;
    height: 18px;
}
.entre-stepbar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.entre-stepbar .step:before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}
.entre-stepbar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.entre-stepbar .step:first-child:before, .entre-stepbar .step:first-child:after {
  content: none;
}
.entre-stepbar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.entre-stepbar .step.current {
  color: #FFF;
  background-color: #bdbdbd;
}
.entre-stepbar .step.current:before, .entre-stepbar .step.current:after {
  background-color: #bdbdbd;
}
.entre-stepbar.step2 .step {
  width: 50%;
}
.entre-stepbar.step3 .step {
  width: 33.333%;
}
.entre-stepbar.step4 .step {
  width: 25%;
}
.entre-stepbar.step5 .step {
  width: 20%;
}



/* ==========================================================================
   04.  HEADLINE STYLE
   ========================================================================== */
.h3-bar-entre {
  position: relative;
  clear: both;
}
.h3-bar-entre h3 {
}
.h3-bar-entre span {
  display: block;
  position: absolute;
  bottom: 7px;
  right: 15px;
}
.h3-giga-entre  { color:#FFF; font-weight:bold; margin-bottom:0; padding:10px 15px 8px; font-size:18px; background:#C00; }
.h3-pro-entre   { color:#FFF; font-weight:bold; margin-bottom:0; padding:10px 15px 8px; font-size:18px; background:#69F; }
.h3-next-entre  { color:#FFF; font-weight:bold; margin-bottom:0; padding:10px 15px 8px; font-size:18px; background:#396; }
.h3-cloud-entre { color:#FFF; font-weight:bold; margin-bottom:0; padding:10px 15px 8px; font-size:18px; background:#939; }
.h3-smtp-entre  { color:#FFF; font-weight:bold; margin-bottom:0; padding:10px 15px 8px; font-size:18px; background:#F90; }
.h3-100shiki-entre  { color:#FFF; font-weight:bold; margin-bottom:0; padding:10px 15px 8px; font-size:18px; background:#b8860b; }
.h3-exclusive-entre  { color:#FFF; font-weight:bold; margin-bottom:0; padding:10px 15px 8px; font-size:18px; background:#434343; }
.h3-sharing-entre  { color:#FFF; font-weight:bold; margin-bottom:0; padding:10px 15px 8px; font-size:18px; background:#999; }


/* ==========================================================================
   05.  TABLE STYLE
   ========================================================================== */
/* -- table-entre -- */
.table-entre {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.table-entre > thead > tr > th,
.table-entre > tbody > tr > th,
.table-entre > tfoot > tr > th,
.table-entre > thead > tr > td,
.table-entre > tbody > tr > td,
.table-entre > tfoot > tr > td {
  padding: 8px 8px;
  border: 1px solid #ddd;
  background:#FFF;
}
.table-entre > thead > tr > th,
.table-entre > tbody > tr > th {
  font-weight: normal;
  background: #f4f5f5;
  -webkit-box-shadow: 0px 1px 1px 0px #fff inset;
  box-shadow: 0px 1px 1px 0px #fff inset;
}
.table-entre > thead > tr > th,
.table-entre > thead > tr > td,
.table-entre > tbody > tr > th,
.table-entre > tbody > tr > td {
  text-align: left;
  vertical-align: middle;
}
.table-entre-bgcolor-transparent {
  background-color:transparent;
}
.table-entre-bgcolor-transparent > tbody > tr > th,
.table-entre-bgcolor-transparent > tbody > tr > td {
	background-color:transparent;
}
.table-entre .form-icon {
  margin:0;
}
.table-entre .form-icon dl dt {
  width:100%;
}

.table-entre td.itemname a{
	color:#009cff;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	}
.table-entre td.center{
	text-align:center;
	vertical-align:middle;
	}

.table-entre td.emphasis{
	font-weight:bold;
	color:red;
}
.table-entre td span.new{
	color:white;
	background:red;
	border-radius:3px;
	font-size:12px;
	line-height:17px;
	padding:0 4px;
	margin:0 0 0 5px;
	}



.fixed-contents-full .table-entre > thead > tr > th,
.fixed-contents-full .table-entre > tbody > tr > td {
  white-space: nowrap;
}
.fixed-contents-full .table-entre > tbody > tr > td:nth-of-type(1),
.fixed-contents-full .table-entre > tbody > tr > td:nth-of-type(2) {
  width: 50px;
}
.fixed-header-width .table-entre tbody tr th {
  width: 200px;
}

input[type="text"][disabled],select:disabled,textarea:disabled {
    background: #DCDCDC;
    color: #777;
    cursor: not-allowed;
}

select:disabled {
    background:#DCDCDC;
}

/* -- entre-table-odd-green -- */
.entre-table-odd-green table:nth-child(even) th {
	background:#d1e1ae;
	box-shadow: 0px 1px 1px 0px #dae9b6 inset;
	border:1px solid #bac996;
	}

.entre-table-odd-green table:nth-child(even) td {
	background:#f0f6e0;
	}
/* -- search-edit-table -- */



/* -- table-entre-edit-orange -- */
.table-entre-edit-orange > tbody > tr{
	border-bottom:1px solid #FFF;
	}

.table-entre-edit-orange > tbody > tr > th,
.table-entre-edit-orange > tbody > tr > td{
	color: white;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    text-align: left;
    padding: 10px 5px;
	word-wrap:break-word;
	}
.table-entre-edit-orange > tbody > tr > td.height-fix{
	padding:6px 10px;
	}

.table-entre-edit-orange > tbody > tr > th{background:#f19149;}
.table-entre-edit-orange > tbody > tr > td{background:#f6b37f;}
.table-entre-edit-orange > tbody > tr > td a{
	color:#FFF;
	text-decoration:underline;
}
.table-entre-edit-orange > tbody > tr > td a:hover{
	color:#009cff;
	text-decoration:underline;
}
.table-entre-edit-orange > tbody > tr > td a.btn{
	color:black;
	text-decoration:none;
}


/* -- table-entre-edit-pink -- */
.table-entre-edit-pink > tbody > tr{
	border-bottom:1px solid #FFF;
	}

.table-entre-edit-pink > tbody > tr > th,
.table-entre-edit-pink > tbody > tr > td{
	color: white;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    text-align: left;
    padding: 10px 5px;
	word-wrap:break-word;
	}
.table-entre-edit-pink > tbody > tr > td.height-fix{
	padding:6px 10px;
	}

.table-entre-edit-pink > tbody > tr > th{background:#ffa2b7;}
.table-entre-edit-pink > tbody > tr > td{background:#ffc3d1;}
.table-entre-edit-pink > tbody > tr > td a{
	color:#FFF;
	text-decoration:underline;
}
.table-entre-edit-pink > tbody > tr > td a:hover{
	color:#009cff;
	text-decoration:underline;
}
.table-entre-edit-pink > tbody > tr > td a.btn{
	color:black;
	text-decoration:none;
}




.entre-radio-md input[type="radio"]{
	display:none;
}
.entre-radio-md label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 14px;
	padding: 0 14px;
	border-radius: 2px;
	font-weight:bold;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
.entre-radio-md label:before{
	position: absolute;
    content: "";
    top: 50%;
    left: -8px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #FFF;
    border-radius: 50%;
}

.entre-radio-md input[type="radio"]:checked + label:after {
	position: absolute;
    content: "";
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #000;
}

.table-entre-edit-orange ul{
	padding:0;
	margin:0;
	}
.table-entre-edit-orange li{
	display:inline-block;
	margin:0 10px 0 0 ;
	}

.table-entre-edit-orange .solid-btn-green{
	display:inline-block;
	text-decoration:none;
	box-shadow: 0px 3px 0px #4a6720;
	padding:10px;
	background:#5fab51;
}
.table-entre-edit-orange .solid-btn-green:hover,
.table-entre-edit-orange .active{
	display:inline-block;
	background:#e06834;
	box-shadow: 0px 3px 0px #ba4921;
	color:#FFF;
	text-decoration:none;
}
/* -- table-entre-green green アフィリ--*/
.table-entre-green > tbody > tr > th,
.table-entre-green > tfoot > tr > th,
.table-entre-green > thead > tr > td,
.table-entre-green > tbody > tr > td,
.table-entre-green > tfoot > tr > td {
  padding: 3px 5px;
  border: 1px solid #fff;
  background: #B9D4A5;
}
.table-entre > thead > tr > th {
  padding: 3px 5px;}

.table-entre-green > thead > tr > th{
	 padding: 3px 5px;
	 background:#5FAB51;
	 color: #fff;
	 border: 1px solid #fff;
	}
.table-entre-green > tbody ,
.table-entre-green > tfoot{
	/*font-size: bold;*/
	color: #000;
	}
.table-entre-green > tbody > tr > td ,
.table-entre-green > tfoot > tr > td  {
	text-align:right;
	width: 14.8%;}


.table-entre-green > tfoot.table-entre-tr-orange > tr > th,
.table-entre-green > tfoot.table-entre-tr-orange > tr > td
{ /*合計オレンジ*/
	background-color: #FDD9B6;
}


/* -- table-entre-orange orange セミナー--*/

.table-entre-orange{
	margin-bottom:20px
}
.table-entre-orange > tbody > tr > th,
.table-entre-orange > tfoot > tr > th,
.table-entre-orange > thead > tr > td,
.table-entre-orange > tbody > tr > td,
.table-entre-orange > tfoot > tr > td {
 	padding: 3px 5px;
 	border: 1px solid #fff;
 	background:#ffedda;
}
.table-entre > thead > tr > th {
	padding: 3px 5px;
}
.table-entre-orange > thead > tr > th{
	padding: 3px 5px;
	background:#ffa800;
	color: #fff;
	border: 1px solid #fff; 
	}
.table-entre-orange > tbody ,
.table-entre-orange > tfoot{
	/*font-size: bold;*/
	color: #000;
	}
.table-entre-orange > tbody > tr > td ,
.table-entre-orange > tfoot > tr > td  {
	text-align:right;}
.table-entre-orange > thead > tr > th,
.table-entre-orange > tbody > tr > th,
.table-entre-orange > tbody > tr > td{
	width:15%;
	}
.table-entre-orange > thead > tr > th.table10,
.table-entre-orange > tbody > tr > th.table10 {
	width:12.5%;
}

/* -- table-entre-blue 商品販売--*/
.table-entre-blue > tbody > tr > th,
.table-entre-blue > tfoot > tr > th,
.table-entre-blue > thead > tr > td,
.table-entre-blue > tbody > tr > td,
.table-entre-blue > tfoot > tr > td {
	padding: 3px 5px;
	border: 1px solid #fff;
	background:#e3f2ff;
}

.table-entre-blue > thead > tr > th{
	 padding: 3px 5px;
	 background:#448aca;
	 color: #fff;
	 border: 1px solid #fff;
	}
.table-entre-blue > tbody ,
.table-entre-blue > tfoot{
	color: #000;
	}
.table-entre-blue > tbody > tr > td ,
.table-entre-blue > tfoot > tr > td  {
	text-align:right;

	}

/* -- table-entre-pink フォーム--*/
.table-entre-pink > tbody > tr > th,
.table-entre-pink > tfoot > tr > th,
.table-entre-pink > thead > tr > td,
.table-entre-pink > tbody > tr > td,
.table-entre-pink > tfoot > tr > td {
	padding: 3px 5px;
	border: 1px solid #fff;
	background:#ffdae2;
}

.table-entre-pink > thead > tr > th{
	 padding: 3px 5px;
	 background:#FE859F;
	 color: #fff;
	 border: 1px solid #fff;
	}
.table-entre-pink > tbody ,
.table-entre-pink > tfoot{
	color: #000;
	}
.table-entre-pink > tbody > tr > td ,
.table-entre-pink > tfoot > tr > td  {
	text-align:right;

	}

/* -- table-entre-red メール配信--*/
.table-entre-red > tbody > tr > th,
.table-entre-red > tfoot > tr > th,
.table-entre-red > thead > tr > td,
.table-entre-red > tbody > tr > td,
.table-entre-red > tfoot > tr > td {
	padding: 3px 5px;
	border: 1px solid #fff;
	background:#ffe4dc;
}

.table-entre-red > thead > tr > th{
	 padding: 3px 5px;
	 background:#ec6941;
	 color: #fff;
	 border: 1px solid #fff;
	}
.table-entre-red > tbody ,
.table-entre-red > tfoot{
	color: #000;
	}
.table-entre-red > tbody > tr > td ,
.table-entre-red > tfoot > tr > td  {
	text-align:right;

	}


/* -- table-entre-darkgreen MLA--*/
.table-entre-darkgreen > tbody > tr > th,
.table-entre-darkgreen > tfoot > tr > th,
.table-entre-darkgreen > thead > tr > td,
.table-entre-darkgreen > tbody > tr > td,
.table-entre-darkgreen > tfoot > tr > td {
	padding: 3px 5px;
	border: 1px solid #fff;
	background:#d9ead5;
}

.table-entre-darkgreen > thead > tr > th{
	 padding: 3px 5px;
	 background:#398826;
	 color: #fff;
	 border: 1px solid #fff;
	}
.table-entre-darkgreen > tbody ,
.table-entre-darkgreen > tfoot{
	color: #000;
	}
.table-entre-darkgreen > tbody > tr > td ,
.table-entre-darkgreen > tfoot > tr > td  {
	text-align:right;

	}

/* -- table-entre-purple 無料オプト--*/
.table-entre-purple > tbody > tr > th,
.table-entre-purple > tfoot > tr > th,
.table-entre-purple > thead > tr > td,
.table-entre-purple > tbody > tr > td,
.table-entre-purple > tfoot > tr > td {
	padding: 3px 5px;
	border: 1px solid #fff;
	background:#e3cfec;
}

.table-entre-purple > thead > tr > th{
	 padding: 3px 5px;
	 background:#8957a1;
	 color: #fff;
	 border: 1px solid #fff;
	}
.table-entre-purple > tbody ,
.table-entre-purple > tfoot{
	color: #000;
	}
.table-entre-purple > tbody > tr > td ,
.table-entre-purple > tfoot > tr > td  {
	text-align:right;

	}

/* -- table-entre-gray 契約情報--*/
.table-entre-gray > tbody > tr > th,
.table-entre-gray > tfoot > tr > th,
.table-entre-gray > thead > tr > td,
.table-entre-gray > tbody > tr > td,
.table-entre-gray > tfoot > tr > td {
	padding: 3px 5px;
	border: 1px solid #fff;
	background:#dcdcdc;
}

.table-entre-gray > thead > tr > th{
	 padding: 3px 5px;
	 background:#7d7d7d;
	 color: #fff;
	 border: 1px solid #fff;
	}
.table-entre-gray > tbody ,
.table-entre-gray > tfoot{
	color: #000;
	}
.table-entre-gray > tbody > tr > td ,
.table-entre-gray > tfoot > tr > td  {
	text-align:right;

	}



/* -- table-entre-rank --*/


.table-entre-rank > thead > tr > th {
	background-color:#F5F5F5;
	padding:8px 5px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
    box-sizing: border-box;
	}
th.table-entre-th-diamond {
	background-color: #f9f9f9;
	background: url(../img/entre/bg_rank_diamond.jpg) no-repeat 100% 50%;
	color:#FFF;
	}
th.table-entre-th-platinum {
	background-color: #52aae7;
	}
th.table-entre-th-gold {
	background-color: #e3b61a;
	}
th.table-entre-th-silver {
	background-color: #d7d0cf;
	}
th.table-entre-th-copper {
	background-color: #c8a16e;
	}
th.table-entre-th-regular {
	background-color: #dddddd;
	}
th.table-entre-th-platinum,
th.table-entre-th-gold,
th.table-entre-th-silver,
th.table-entre-th-copper,
th.table-entre-th-regular {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	box-sizing:border-box;
	}
.table10 {
	width:10%;
	}
.table20 {
	width:20%;
	}
.table30 {
	width:30%;
	}
.table40 {
	width:40%
	}
.table50 {
	width:50%;
	}
.table60 {
	width:60%;
	}
.table70 {
	width:70%;
	}
.table80 {
	width:80%;
	}
.table90 {
	width:90%;
	}
.table100 {
	width:100%;
	}
.table-entre-rank > tbody > tr > td ,
.table-entre-rank > tfoot > tr > td  {
    padding: 4px 5px;
}
.text-l {
	text-align: left;
}
.table-entre-rank > tbody > tr:nth-child(odd){
	background-color:#fff;
	
}
.table-entre-rank > tbody > tr:nth-child(even){
	background-color:#f5f5f5;
}
/*tdにnow-rank（現在の順位）指定*/
.table-entre-rank > tbody > tr > td.now-rank {
	background-color: #FFF500;
	color: #FF0004;
	}

.table-font-normal {
	 font-weight: normal;
	}
.table-font-bold {
	 font-weight: bold;
	}
	
.table-entre > thead > tr > th {
	padding: 3px 5px;}

	
.table-entre-rank > tbody ,
.table-entre-rank > tfoot{
	/*font-size: bold;*/
	color: #000;
	}

/* tdからデザインを取り除きインナーに持たせるよう分離する試み */
.table-entre > tbody > tr.borderless-cell{
	border: 1px solid #ddd;
}
.table-entre > tbody > tr.borderless-cell > td{
	border:none;
	padding-right: 0;
	padding-left: 0;
}
.table-entre > tbody > tr.borderless-cell > td .table-cell-inner{
	padding: 0px 8px;
	position: relative;
}
.table-entre > tbody > tr.borderless-cell > td .table-cell-inner:after{
	content:"";
	top:0;
	right:-1px;
	bottom:0;
	position: absolute;
	border-right:1px solid #ddd;
}  
.table-entre > tbody > tr.borderless-cell > td:last-child .table-cell-inner:after{
	border-right:none;
} 

#search-edit {
  width: 800px;
}

/* -- entre-triangle-relative -- */
.entre-triangle-relative { position:relative; }

.entre-triangle-red{
	position:absolute;
	top:0;
	left:0;
	border-top:10px solid #F00;
	border-left:10px solid #F00;
	border-right:10px solid transparent;
	border-bottom:10px solid transparent;
	}
.entre-triangle-blue{
	position:absolute;
	top:0;
	left:0;
	border-top:10px solid #0068b7;
	border-left:10px solid #0068b7;
	border-right:10px solid transparent;
	border-bottom:10px solid transparent;
	}
.entre-triangle-red span,
.entre-triangle-blue span{
	font-size: 8px;
	color: #fff;
	position: absolute;
	right: 1px;
	top: -9px;
	}
	


/* -- table-mail -- */
.table-mail {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 0;
}
.table-mail > thead > tr > th,
.table-mail > tbody > tr > th,
.table-mail > thead > tr > td,
.table-mail > tbody > tr > td {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.table-mail > thead > tr > th,
.table-mail > tbody > tr > th {
  font-weight: normal;
  background: #eee;
  -webkit-box-shadow: 0px 1px 1px 0px #fff inset;
  box-shadow: 0px 1px 1px 0px #fff inset;
}
.table-mail > thead > tr > th {
  font-size: 12px;
  padding: 4px 16px;
  line-height: 1.2;
}
.table-mail > thead > tr > th:first-child{
  padding: 4px 8px;
  text-align: left;
}
.table-mail > thead > tr:first-child{
  height:34px;
}
.table-mail > thead > tr > th > a{
  color: #0048ff;
}
.table-mail > thead > tr > th > a:hover,
.table-mail > thead > tr > th > a:focus {
  color: #f00;
}
.table-mail > tbody > tr > th,
.table-mail > tbody > tr > td {
  font-size: 11px;
}
.table-mail > tbody > tr > td:first-child {
  width: 300px;
}
.table-mail > tbody > tr > td:nth-of-type(1),
.table-mail > tbody > tr > td:nth-of-type(2) {
  vertical-align: middle;
}

.table-mail > tfoot > tr > th,
.table-mail > tfoot > tr > td {
  font-size: 10px;
  padding: 3px 4px;
  border: 1px solid #ccc;
}
.table-mail > tfoot > tr > th {
  background: #fff;
  font-weight: normal;
  text-align: center;
}
.table-mail-fn-on {
  background:#333;
  color:#FFF;
  margin-right:4px;
  padding:0 10px;
  border-radius: 10px;        
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;   
  font-size:12px;
}
.table-mail-fn-off {
  background:#CCC;
  color:#FFF;
  margin-right:4px;
  padding:0 10px;
  border-radius: 10px;        
  -webkit-border-radius: 10px;   
  -moz-border-radius: 10px;  
  font-size:12px;  
}

/* -- table-sort --*/

.table-entre-sort th {
	font-size:90%;
}
.table-entre-sort .active {
	background:#e9f5d0;
}
.table-entre-sort tr th:hover{
	background:#dbf59f;
	cursor:pointer;
}
.table-entre-sort span{
	font-size:11px;
}

span.entre-sort-up,
span.entre-sort-down {
	font-size:11px !important;
	vertical-align: middle;
	color: #888;
}

th.sort > a {
   color: #333333;
}
th.sort > a:after {
    content: " \f0dc";
    font-family: FontAwesome;
}
th.sort > a.desc:after {
    content: " \f0dd";
    font-family: FontAwesome;
}
th.sort > a.asc:after {
    content: " \f0de";
    font-family: FontAwesome;
}


/* -- table-entre-info -- */
.table-entre-info {
	padding:16px 0;
	background:#f0f9ff;
	width:100%;
	}
.table-entre-info table{
	margin:0;
	}
.table-entre-info th{
	padding:7px 20px;
	background:#f0f9ff;
	font-weight:bold;
	text-align:left;
	}
.table-entre-info td{
	padding:7px 0;
	background:#f0f9ff;
	}


/* -- datepicker -- */

.datepicker table tr td:first-child {
	color: #F00;
}
.datepicker table tr td:last-child {
	color: #00F;
}




/*plan-index*/
table.plan-index{}
table.plan-index tbody tr:nth-child(1) td{
  background:#DEF2FC;       

}
table.plan-index tbody tr:nth-child(4) td{
  background:#FCE4BD;       

}
table.plan-index tbody tr:nth-child(1) td:nth-child(4),
table.plan-index tbody tr:nth-child(1) td:nth-child(6),
table.plan-index tbody tr:nth-child(4) td:nth-child(5){
  background:#fff!important;       
}

table.plan-index tbody tr:nth-child(1) td:last-child > div,
table.plan-index tbody tr:nth-child(4) td:last-child > div{
  position: relative;
}

table.plan-index tbody tr:nth-child(1) td:last-child > div:after{
  content: "お試し";
  width: 6em;
  background: #138DCE;
  position: absolute;
  top: -0.7em;
  right: -6em;
  padding: 0.8em 0 0 0;
  color: #fff;
  height: 3em;
  border-radius: 50%;
  font-weight: bold;
}

table.plan-index tbody tr:nth-child(4) td:last-child > div:after{
  content: "人気No1";
  width: 6em;
  background: #A40000;
  position: absolute;
  top: -0.7em;
  right: -6em;
  padding: 0.8em 0 0 0;
  color: #fff;
  height: 3em;
  border-radius: 50%;
  font-weight: bold;
}




/* ==========================================================================
   06.  FORM STYLE
   ========================================================================== */
input[type="radio"], input[type="checkbox"] {
  margin: 2px 4px 0 0;
  width:15px ;
  height:15px ;
}

textarea {
	resize: vertical;
}

 /* -- form-dfault -- */
 .form-default {
  width: 100%;
  height: 27px;
  padding: 3px 4px 3px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4c4c4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* -- form-menu-list -- */
.form-menu-list input[type="radio"],
.form-menu-list input[type="checkbox"] {
  margin-top: 1px \9;
  line-height: normal;
  width: 15px;
  height: 15px;
  position: relative;
  margin: 2px 4px 0 0;
  vertical-align: middle;
  bottom: 2px;
}
.form-menu-list .radio-inline, .form-menu-list .checkbox-inline {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.form-menu-list .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
.form-menu-list .radio, .form-menu-list .checkbox {
  display: block;
  min-height: 20px;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-table-block {
  display: table;
  width: 100%;
  border-collapse: collapse
}
.form-table-block dl {
  display: table-row;
}
.form-table-block dl dt,.form-table-block dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 10px;
  border: 1px solid #ddd;
}
.form-table-block dl dt {
  width: 240px;
  background: #e9f8ff;
  -webkit-box-shadow: 0px 1px 1px 0px #fff inset;
          box-shadow: 0px 1px 1px 0px #fff inset;
}
.height-xsmall { height: 70px; overflow: scroll; }
.height-xsmall-y { height: 70px; overflow-x: hidden; overflow-y: scroll; }
.height-small { height: 100px; overflow: scroll; }
.height-small-y { height: 100px; overflow-x: hidden; overflow-y: scroll; }
.height-middle { height: 200px; overflow: scroll; }
.height-middle-y { height: 200px; overflow-x: hidden; overflow-y: scroll; }
.height-large { height: 450px; overflow: scroll; }
.height-large-y { height: 450px; overflow-x: hidden; overflow-y: scroll; }

select.sort{
	width:164px;
	font-size:14px;
}

input.saerch-box{
	width:520px;
	height:28px;
}

/* label */

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
}

/* dialog */

.ui-dialog {
	background-color: white;
	border: solid 1px #cccccc;
	max-height: none;
	min-height: 0;
	padding: 5px;
	box-shadow: 2px 5px 5px #999;
}

.ui-dialog-titlebar {
	height: 35px;
    background-color: #777;
	border-bottom: 1px solid #c6c6c6;
    color: #fff;
}

.ui-dialog-titlebar:hover {
	cursor: move
}

.ui-dialog-titlebar-close {
	margin: 5px;
}

.ui-dialog-title {
	margin-left: 5px;
	height: 35px;
	line-height: 40px;
    padding: 0 5px;
    font-size: 16px;
    font-weight: bold;
}

.ui-dialog-content {
	margin: 5px;
	height: auto !important;
}

.ui-dialog-titlebar-close {
	float: right;
    color: #000;
    margin: 5px;
}


.okikae_item {
	background: #ffffff;
}

.okikae_item:hover {
	background: #fff7d0;
	cursor: pointer;
}

.form-input-error {
	background-color:#fcc;
}

/* pop style */

input[type=radio].pop,
input[type=checkbox].pop {
	display: inline-block;
	margin-right: 6px;
}
input[type=radio].pop + label,
input[type=checkbox].pop + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
label.pop + input[type=radio].pop,
label.pop + input[type=checkbox].pop,
label.pop + input[type=hidden] + input[type=checkbox].pop {
	margin-left: 10px;
}
@media only all and (min-width: 1px) { 
	input[type=radio].pop,
	input[type=checkbox].pop {
		display: none;
		margin: 0;
	}
	input[type=radio].pop + label,
	input[type=checkbox].pop + label {
		padding: 10px 12px 6px 38px;
		border-radius: 8px;
	}
	input[type=radio].pop + label::before,
	input[type=checkbox].pop + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		background: #FFF;
	}
	input[type=radio].pop + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
		left: 8px;
	}
	input[type=checkbox].pop + label::before {
		border: 2px solid #ccc;
		left: 8px;
	}
	input[type=radio].pop:checked + label::after,
	input[type=checkbox].pop:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	input[type=radio].pop:checked + label::after {
		left: 14px;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		background: #4D4D4D;
		border-radius: 8px;
	}
	input[type=checkbox]:checked + label::after {
		left: 14px;
		width: 12px;
		height: 8px;
		margin-top: -4px;
		border-left: 3px solid #4D4D4D;
		border-bottom: 3px solid #4D4D4D;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	label.pop {
		padding: 8px 12px 8px 12px;
	}
	label.pop:hover {
		background-color: #D9D9D9;
	}
}

/* ==========================================================================
   07 POPUP STYLE
   ========================================================================== */

/* entre-popup-layout
   ========================================================================== */

.entre-popup .modal-dialog {
	margin: 20px auto;
}
.entre-popup .modal-content {
	border-radius: 0;
}
.entre-popup .modal-header {
	padding: 0;
	position: relative;
}
.entre-popup .modal-body {
	padding: 0;
}
dl.dl-horizontal {
    margin-bottom: 20px;
}


/* entre-popup-contact-tab
   ========================================================================== */
  
.h2-page-entre-popup {
    font-size: 18px;
    background: #444;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 19px 12px 16px;
    border-bottom: 1px solid #b3b3b3;
}
.entre-popup-contact-tab {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	border-bottom: 1px solid #b3b3b3;
	height: 34px;
	line-height: 34px;
	padding: 0;
	position: relative;
}
.entre-popup-contact-tab > ul {
	display: inline-block;
}
.entre-popup-contact-tab > ul .entre-popup-contact-tab-active {
	background: #f2f2f2 none repeat scroll 0 0;
	height: 34px;
	position: relative;
}
.entre-popup-contact-tab > ul > li {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #b3b3b3;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	min-width: 5em;
	padding: 0 20px;
	text-align: center;
}
.entre-popup-contact-tab > ul > li:hover {
	background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
}
ul, ol {
	list-style: outside none none;
}
.entre-popup-contact-nav {
	border-bottom: 1px solid #b3b3b3;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	padding: 10px;
	position: relative;
	background: #f2f2f2;
}
.entre-popup-contact-nav-l {
	float: left;
}
.entre-popup-contact-nav-r {
	float: right;
}
.entre-popup-contact-search {
	position: relative;
	display: inline-block;
}
.entre-popup-contact-search input[type="text"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) inset;
	box-sizing: border-box;
	height: 34px;
	padding: 8px 20px 8px 31px;
	width: 310px;
}
.entre-popup-contact-search .search-ico {
	position: absolute;
	top: 6px;
	left: 3px;
}
.entre-popup-peger-count {
	font-size: 16px;
	padding: 0 5px 0 0;
}
.entre-popup-close {
	position: absolute;
	top: 14px;
	right: 20px;
}
.entre-popup-contact-newcount {
	background-color: #F00;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	margin-left: 5px;
	padding: 1px 8px 0;
	text-align: center;
	border-radius: 6px;
}

/* entre-popup-contact-list
   ========================================================================== */
.entre-popup-contact-list {
	min-height:460px;
}

.entre-popup-contact-list ul {
	padding: 0 10px;
	max-height: 460px;
	overflow: auto;
}
.entre-popup-contact-list ul li {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 20px;
}
.entre-popup-contact-list ul li:hover {
	background: #E4FAD6;
}
.entre-popup-contact-list-right {
	float: right;
}
.entre-popup-contact-profile {
	float: left;
	width: 550px;
}
.entre-popup-contact-icon {
	box-sizing: border-box;
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 10px;
}
.entre-popup-contact-id {
	font-size: 15px;
	color: #999;
	margin-top: 3px;
}
.entre-popup-contact-name {
	font-size: 16px;
	font-weight: bold;
}
.entre-popup-contact-message {
    background: #555 ;
    border-radius: 6px;
    font-size: 12px;
    margin: 2px 0 0 60px;
    padding: 5px 7px;
    width: 530px;
}
.entre-popup-contact-message span {
	color:#FFF;
}
.entre-popup-contact-info {
	font-size: 22px;
	text-align: center;
	padding: 150px 0;
	color: #666;
}


/* .entre-popup-modal
   ========================================================================== */

.ico-popup-close {
	background: url(../img/entre/ico_sprite_magazine.png) no-repeat;
	display: inline-block;
	background-position: -276px -27px; width: 18px; height: 22px;
}
.entre-popup-close {
    position: absolute;
    top: 14px;
    right: 20px;
}
.modal-header-edit {
    min-height: 16.42857143px;
    padding: 0;
}
.modal-table-edit{
	width:100%;
	margin-bottom:0;
}
.modal-table-edit th, td {
    margin: 0;
    padding: 0;
}
.modal-footer-edit {
	background-color:#f6f6f6;
	padding: 20px 0;
	text-align:center;
}
.modal-table-edit tr {
	border-bottom:1px solid #dcdcdc;
	margin:0 15px;
}
td.modal-table-edit-title {
	width:145px;
	font-size:14px;
	font-weight:bold;
	padding: 25px 20px 25px 20px;	
}
td.modal-table-edit-mark {
	width:130px;
	padding-right: 25px;
}
td.modal-table-edit-form {
    padding: 15px 0px;
}
.modal-table-edit-mark-nini,
.modal-table-edit-mark-koukai,
.modal-table-edit-mark-hissu,
.modal-table-edit-mark-hikoukai {
	float:left;
	color:#fff;
	border-radius:5px;
	text-align:center;
	margin:0;
}
.modal-table-edit-mark-nini,
.modal-table-edit-mark-hissu,
.modal-table-edit-mark-hikoukai {
	padding: 2px 8px 1px;
}
.modal-table-edit-mark-nini {
	background-color:#a0a0a0;
	float: right;
	margin-left:5px;
}
.modal-table-edit-mark-koukai {
	background-color:#80c269;
	padding: 2px 15px 1px;
	float: right;
}
.modal-table-edit-mark-hissu {
	background-color:#ff8400;
	float: right;
	margin-left:5px;
}
.modal-table-edit-mark-hikoukai {
	background-color:#a0a0a0;
	float: right;
}
.entre-popup-contact-icon {
	display:inline-block;
}
.entre-popup-contact-icon img {
	height:50px !important;
	width:50px !important;
}
.entre-icon-image-to a {
	display: block;
	padding: 4px 15px 3px;
	text-decoration:none;
	color:#000000;
}
.entre-icon-image-to {
	padding:0;
	display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #6e6e6e;
	margin-top: 11px;
}

/* entre-popup-plan
   ========================================================================== */

.entre-popup-emplan {
  margin: 18px auto 10px;
}
.entre-popup-emplan tr{
  text-align:center;
}
.entre-popup-emplan td{
  border:1px solid #dddddd;
  padding:4px 0;
}
.osusume-plan {
  font-size:12px;
  color:#ca0000;
}
.green-plus-btn {
  padding: 1px 4px 0;
  font-size: 11px;
}

/* seller-popup
   ========================================================================== */
   

.h2-page-entre-seller-popup {
	color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    padding: 17px 0 15px;
    margin: 0 auto;
	background-color: #ff930d;
  	background: -webkit-gradient(linear, left 0%, left 100%, from(#ffae4a), to(#ff930d));
	background-image: -webkit-linear-gradient(top, #ffae4a, 0%, #ff930d, 100%);
	background: -moz-linear-gradient(top, #ffae4a, 0%, #ff930d, 100%);
	background-image: linear-gradient(to bottom, #ffae4a 0%, #ff930d 100%);
}


/* entre-popup-form-edit
   ========================================================================== */

.entre-popup-form-edit h3{
	margin:0;
	font-size:14px;
	font-weight:bold;
	background:#f9f9f9;
	padding:8px 0 7px 13px;
	border:1px solid #e8e8e8;
}
.entre-popup-form-edit-inner {
	padding:15px 20px 15px 15px;
	border-right:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;	
}
.entre-popup-form-edit-inner:last-child {
	border-bottom:1px solid #e8e8e8;	
}
.entre-popup-form-edit table {
	margin-bottom:0;
}
.entre-popup-form-edit td lable {
	margin-bottom:7px;
}
.entre-popup-form-edit td input[type="checkbox"]{
	margin-right:6px;
}






/* ==========================================================================
   08 LOGIN STYLE
   ========================================================================== */
   
.entre-login-body {
	/*background:#f4f4f4;*/
	padding:0;
}

.entre-login-con {
	margin:100px auto 0;
	text-align:center;
}
.entre-login-form {
	margin: 40px 0 0;
}
.entre-login-inner-form {
	margin-bottom: 10px;
}
input.entre-login-id {
	border: 1px solid #b5b5b5;
	border-bottom:none;
	border-radius: 5px 5px 0px 0px;
	font-size: 17px;
	width: 300px;
	padding: 12px 15px 8px;
}
input.entre-pass {
	border: 1px solid #b5b5b5;
	border-radius: 0px 0px 5px 5px;
	font-size: 17px;
	width: 300px;
	padding: 12px 15px 8px;
}
input.entre-login-id::-webkit-input-placeholder,
input.entre-login-id:-ms-input-placeholder,
input.entre-login-id::-moz-placeholder {
	color:#b5b5b5;
}
input.entre-pass::-webkit-input-placeholder,
input.entre-pass:-ms-input-placeholder,
input.entre-pass::-moz-placeholder {
	color:#b5b5b5;
}
.entre-login-btn-user:hover,
.entre-login-btn-owner:hover {
	opacity:0.7;
}
.entre-login-btn-user {
	position: relative;
	width: 300px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	font-weight:bold;
	padding: 10px 10px 8px 0px;
	margin: 0px auto 0px;
	background: #ffa400;
	border: 0px solid #ffb52f;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 1px #da8c00;
	box-shadow: 0px 5px #ab6e00;
}

.entre-login-btn-owner {
	position: relative;
	width: 300px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	font-weight:bold;
	padding: 10px 10px 8px 0px;
	margin: 0px auto 0px;
	background: #2fa439;
	border: 0px solid #092500;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 1px #0C2F00;
	box-shadow: 0px 5px #00810b;
}
.entre-login-btn-xmobile {
	position: relative;
	width: 300px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	font-weight:bold;
	padding: 10px 10px 8px 0px;
	margin: 0px auto 0px;
	background: #c1d614;
	border: 0px solid #c1d614;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 1px #9dae10;
	box-shadow: 0px 5px #90a005;
}

p.entre-login-forgot,
p.entre-pass-forgot {
	margin: 0px 0 4px 0;
} 

p.entre-login-forgot a,
p.entre-pass-forgot a {
	font-size: 13px;
	text-decoration: underline;	
} 
.entre-login-error {
	width: 300px;
	text-align: center;
	font-size: 13px;
	padding: 17px 5px 16px 14px;
	border-radius: 5px;
	color: #FFF;
	background:#eb6877;
	text-decoration: none;
	margin: 0 auto 10px;
}
.entre-login-footer {
	background: #FFF;
    color: #818181;
    margin: 8px 0 0;
    text-align: center;
} 
.entre-login-form-con {
	margin:0 auto; 
	text-align:center;
	clear: both;
	width: 695px;
}

.entre-login-form-con-inner {
	float:left;
	width: 326px;
	}
	
.entre-login-form-user-head{
	padding: 20px 0 16px;
	background: #f37200;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
    line-height: 24px;
	}
	
.entre-login-form-owner-head{
	padding: 20px 0 16px;
	background: #0e8718;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
    line-height: 24px;
	}
	
.entre-login-form-body {
	background:#eeeeee;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	padding: 12px;
}


.entre-login-form-xmobile-head{
	padding: 20px 0 16px;
	background: #c1d614;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
    line-height: 24px;
	}


/* info-alert */
.info-alert > div{
	display:flex;
	width:100%;
	vertical-align:middle;
	padding:16px;
	font-size:16px;
	}
	
.info-alert div p,
.info-alert div i{
	display:inline-block;
	margin:0;
	padding:0;
	}
	
.info-alert div p{
	
	display:inline-block;
	line-height:26px
	}

.info-alert div i{
	margin-right:12px;
	font-size:26px;
	line-height:26px
	}
	
.info-alert .green{
	border:1px solid #a0c590;
	border-radius:6px;
	color:#0c4f00;
	background:#dff0d8;
	}

.info-alert .yellow{
	border:1px solid #ff5a00;
	border-radius:6px;
	background: #fff799;
    color: #ff5a00;
	}

.info-alert .red{
	border:1px solid #c69191;
	border-radius:6px;
	color:#cd0101;
	background:#f2dede;
	}


/* entre-info-box */
.entre-info-box-dashed-gray{
    position: relative;
    padding: 25px 40px 20px;
    border: 1px dashed #b2b2b2;
    background: #FFF;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 24px;
	}
.entre-info-title{
	font-weight: bold;
    position: absolute;
    top: -30px;
    left: 20px;
    color: #585858;
	/* for modan browser */
text-shadow:0px 3px 1px #FFF,0px 2px 1px #FFF,1px 2px 1px #FFF,2px 2px 1px #FFF,2px 1px 1px #FFF,2px 0px 1px #FFF,3px 0px 1px #FFF,2px -1px 1px #FFF,2px -2px 1px #FFF,2px -3px 1px #FFF,1px -3px 1px #FFF,0px -3px 1px #FFF,-1px -3px 1px #FFF,-2px -3px 1px #FFF,-3px -3px 1px #FFF,-3px -2px 1px #FFF,-3px -1px 1px #FFF,-3px 0px 1px #FFF,-3px 1px 1px #FFF,-3px 2px 1px #FFF,-2px 2px 1px #FFF,-1px 2px 1px #FFF;

/* for IE */
filter:dropshadow(color=#FFF,offx=0,offy=3,positive=1),dropshadow(color=#FFF,offx=2,offy=1,positive=1),dropshadow(color=#FFF,offx=2,offy=-1,positive=1),dropshadow(color=#FFF,offx=1,offy=-3,positive=1),dropshadow(color=#FFF,offx=-2,offy=-3,positive=1),dropshadow(color=#FFF,offx=-3,offy=-2,positive=1),dropshadow(color=#FFF,offx=-3,offy=1,positive=1),dropshadow(color=#FFF,offx=-1,offy=2,positive=1);
    font-size: 18px;
	}

/*mailplan for-newcustomer*/

h2.heading {
    font-family: "A-OTF 新ゴ Pro", "A-OTF Shin Go Pro", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
    margin: 32px 0px 16px;
    background: rgb(69, 176, 53) !important;
}
  h3.heading {
    color: #45b035;
    padding: 0 6px;
    font-size: 20px;
    border-left: 4px solid #45b035;
    margin: 16px 0 8px;
    font-weight: bold;
}
  
  /*プランポップアップのスタイル*/
#planModal .modal-content {
    border: none;
}
#planModal .modal-header {
  color: #45b035 !important;
  background: unset;
  padding: 30px 15px 0;
  border-bottom: none;
  text-align: center;
}
#planModal .table {
  margin:0;
  font-size: 14px;
}
#planModal .table tr {
  border:none;
}
#planModal .table th{
  font-weight: bold;
}
#planModal .table th,#planModal .table td {
  border-right:none;
  border-left:none;
  border-bottom: 1px solid #ddd;
  text-align: center;
  background: unset;
  border-color:#38BA00;
}
#planModal .table tr th:nth-child(1){background-color:#FFFF00;}
#planModal .table tr td:nth-child(1){background-color:#FFFF00;color:#38BA00;}
#planModal .table tr td:nth-child(5),#planModal .table tr th:nth-child(5){background-color:#FFF;border-color:#fff;}

#planModal .table tr:nth-child(2) td:nth-child(1):before{
    position: absolute;
    font-weight: bold;
    color: #FFF;
    background: #FF3A49;
    line-height: 2em;
    padding: 2px 4px 0;
    display: block;
    top: calc(50% - 15px);
    left: -9em;
    border-radius: 3px;
    width: 100px;
    font-size: 12px;
}
#planModal .table tr:nth-child(3) td:nth-child(1):before{
    position: absolute;
    font-weight: bold;
    color: #000;
    line-height: 1.2em;
    padding: 2px 10px 0;
    display: block;
    top: calc(50% - 20px);
    left: -6.5em;
    border-radius: 3px;
    width: 128px;
    font-size: 18px;
    text-align: center;
    white-space: pre;
}
#planModal .table tr:nth-child(5) td:nth-child(1):before{
    position: absolute;
    font-weight: bold;
    color: #FFF;
    background: #f6ab00;
    line-height: 2em;
    padding: 2px 10px 0;
    display: block;
    top: calc(50% - 14px);
    left: -7em;
    border-radius: 3px;
    width:90px;
  font-size: 14px;
}
#planModal .table tr:nth-child(2) td:nth-child(1):before{content: "まずはお試し！";}
#planModal .table tr:nth-child(3) td:nth-child(1):before{content: "いつでも\Aお好きな\Aプランに\A変更可能！";}
#planModal .table tr:nth-child(5) td:nth-child(1):before{content: "人気No1";}

#planModal .table tr:nth-child(2) td:nth-child(1):after{
    border-color: transparent transparent transparent #FF3A49!important;
}
#planModal .table tr:nth-child(2) td:nth-child(1):after,
#planModal .table tr:nth-child(5) td:nth-child(1):after{
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 4px);
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 9px;
    border-color: transparent transparent transparent #f6ab00;
}
@media (max-width: 767px) {
#planModal .table tr:nth-child(2) td:nth-child(1):before,
#planModal .table tr:nth-child(5) td:nth-child(1):before,
#planModal .table tr:nth-child(2) td:nth-child(1):after,
#planModal .table tr:nth-child(5) td:nth-child(1):after
  {
    display: none;
  }
}


#planModal .table tr td:nth-child(1){
  font-weight: bold;
  position: relative;
}


@media (max-width: 767px) {
  #planModal .table tr th:nth-child(2),
  #planModal .table tr td:nth-child(2){
    display: none;
  }
}
#planModal .modal-footer {
  background: unset;
  text-align: center;
  border-top: none;
  padding:0 10px 30px;
}

  
#planModal .btn {
  display: inline-block;
  padding: 6px 12px 8px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;

  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .25);
  color: #FFF;
}
#planModal .btn:hover,
#planModal .btn:focus,
#planModal .btn.focus {
  color: #FFF;
  text-decoration: none;
}
#planModal .btn:active {
  box-shadow: inset 0 99999px 0 rgba(255, 255, 255, .50), inset 0 0 0 rgba(0, 0, 0, .25);
}
  
.new-customer-qa{
  padding: 16px;
  border:1px solid #45b035;
  margin-bottom:8px;
}
.new-customer-qa .q{
  float:left;
  width:50px;
  padding-right:10px;
}
.new-customer-qa .a{
  float:left;
  width: calc(100% - 50px);
}
@media (min-width: 768px) {
.new-customer-qa{
  padding:40px 0 40px 32px;
}
.new-customer-qa .q{
  width:70px;
}
.new-customer-qa .a{
  width: auto;
}
}
  


.pt8 {
    padding-top: 8px!important;
}
.mt0 {
  margin-top: 0px!important;
}
.mt16 {
    margin-top: 16px!important;
}
.mb8 {
    margin-bottom: 8px!important;
}
.h44 {
    height: 44px!important;
}
.lh34 {
    line-height: 34px!important;
}
.f20 {
    font-size: 20px !important;
}
.radius-arc {
    border-radius: 9999px!important;
}
.c-white {
    color: #fff !important;
}
.bgc-green {
    background: #45b035!important;
}

@media (min-width: 768px) {
  .sm-f14{font-size:14px!important;}
  .sm-f16{font-size:16px!important;}
  .sm-f18{font-size:18px!important;}
  .sm-f22{font-size:22px!important;}
  .sm-f28{font-size:28px!important;}
  .sm-f32{font-size:32px!important;}
  .sm-f38{font-size:38px!important;}
  .sm-f40{font-size:40px!important;}
  .sm-f48{font-size:48px!important;}
}
@media (min-width: 992px) {
  .md-f18{font-size:18px!important;}
  .md-f28{font-size:28px!important;}
  .md-f30{font-size:30px!important;}
  .md-f36{font-size:36px!important;}
  .md-f45{font-size:45px!important;}
  .md-f48{font-size:48px!important;}
  .md-f60{font-size:60px!important;}
}
.img-flex {
    height: auto;
    width: 100%;
}
  
@media (min-width: 768px){
  .sm-radius-8 {
      border-radius: 8px !important;
  }
}



