@charset "UTF-8";
/* CSS Document */


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

universal

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

* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
ul, dl, ol {
	list-style-type: none;
	list-style-position: outside;
}
a:link {
	color: #2AB3C5;
	text-decoration: none;
}
a:visited {
	color: #2AB3C5;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;/* forIE7 */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
input[type="text"], input[type="password"], textarea, select {
	outline: none;
}

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

module

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

.f12 {
	font-size: 12px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.clear {
	clear: both;
}
.real {
	font-size: 11px;
	font-weight: normal;
	color: #111 !important;
}
.real span {
	font-size: 15px;
	font-weight: bold;
	color: #2AB3C5 !important;
	letter-spacing: -0.5px;
}
.more {
	clear: both;
	width: 380px;
	display: block;
	text-align: center;
	padding: 10px 0 0 20px;
	background: url(/pc/img_new/common/ico-arrow02.png) no-repeat 130px 50% #fff;
	height: 28px;
	margin: 20px auto 0 auto;
	border: 1px solid #2AB3C5;
	font-size: 17px;
	font-weight: bold;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	color: #2AB3C5;
}
.open, .active .more {
	background: url(/pc/img_new/common/ico-arrow05.png) no-repeat 130px 50% #fff;
}
.more:hover {
	cursor: pointer;
}
.kw {
	color: #2AB3C5;
	text-align: center;
	border: 1px solid #2AB3C5;
	padding: 3px 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 10px;
}
.detail {
	float: none !important;
	width: 170px;
	display: block;
	text-align: center;
	padding: 15px 0 0 20px;
	background: url(/pc/img_new/common/ico-arrow01.png) no-repeat 40px 50% #2AB3C5;
	height: 14px;
	color: #fff;
	margin: 20px auto 0 auto !important;
	font-size: 14px;
	font-weight: bold;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#right #shopping h1.tit,#right #pickup h1.tit,#right #recommend h1.tit ,h2.tit {
	color: #fff;
	background: #2AB3C5 !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	padding: 10px 15px !important;
	font-size: 18px !important;
	margin-bottom: 20px !important;
	line-height:18px;
}
#right #shopping h1.tit span,#right #pickup h1.tit span,#right #recommend h1.tit span,h2.tit span {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	position: relative;
	bottom: 2px;
}

.notice{
	clear:both;
	margin-bottom:20px;	
}

.sml{
	font-size:15px !important;	
}

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

body

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

body {
	font-family: "ヒラギノ角ゴ Pro W3", メイリオ, "ＭＳ Ｐゴシック", sans-serif;
	color: #222;
	font-size: 14px;
	background: #F8F5EE;
	overflow-x: hidden;
	line-height: 1;
}
.wrapper {
	clear: both;
	width: 1060px;
	margin: 0 auto;
}
#topicpath {
	font-size: 10px;
	margin: 10px 0;
}
#topicpath li {
	display: inline;
}
/*====================================

ヘッダ

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

header {
	width: 100%;
	min-width: 960px;
	height: 92px;
	background: #fff;
	box-sizing: border-box;
}
header#hdr-guest{
	position: fixed;
	top: 0;
	background:#fff;
	z-index:9999 !important;
	height:92px;
}

#hdr-guest + .wrapper{
margin-top:107px !important;
}

header#hdr-guest .fixed{
	position:static !important;
}

header a {
	color: #333 !important;
	font-weight: bold;
}
#header-inner01 {
	padding: 9px 20px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	min-width:1060px;
}
#header-inner01 nav {
	float: left;
}
#header-inner01 li {
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #eee;
}
#header-inner01 li:first-child {
	padding: 0;
	margin: 0;
	border: none;
}
#header-inner01 #function {
	float: right;
}
#header-inner01 #function li {
	padding: 1px 0 2px 30px;
}
#header-inner01 #function #function-user {
	padding: 5px 0 5px 34px;
	background: url(/pc/img_new/common/ico-user.png) no-repeat 10px 50%;
}
#header-inner01 #function #function-real {
	background: url(/pc/img_new/common/ico-real.png) no-repeat 10px 50%;
}
#header-inner01 #function #function-exchange {
	background: url(/pc/img_new/common/ico-exchange.png) no-repeat 10px 50%;
}
#header-inner01 #function #function-logout {
	background: url(/pc/img_new/common/ico-logout.png) no-repeat 10px 50%;
}
#header-inner01 #function #register {
	padding: 5px 0 5px 34px;
	background: url(/pc/img_new/common/ico-user.png) no-repeat 10px 50%;
}
#header-inner01 #function #login {
	padding: 5px 0 5px 34px;
	background: url(/pc/img_new/common/ico-login.png) no-repeat 10px 50%;
}
#header-inner02 {
	min-width: 1140px;
}
#header-inner02 #logo {
	background: #2AB3C5;
	height: 45px;
	width: 180px;
	text-align: center;
	padding-top: 15px;
	float: left;
}
#header-inner02 nav {
	float: left;
}
#header-inner02 li {
	float: left;
}
#header-inner02 nav a {
	width: 145px;
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #eee;
	height: 38px;
	letter-spacing: -0.4px;
	padding-top: 22px;
}
#header-inner02 nav li:nth-of-type(3) a {
	background: url(/pc/img_new/common/ico-new.png) no-repeat #fff top left;
	background-size: 30px 30px;
}
header li.caution a {
	padding: 1px 0 2px 17px;
	background: url(/pc/img_new/common/ico-caution.png) no-repeat left 30%;
	background-size: 14px 14px;
}
.pulldown2 {
	padding: 22px 0 0 0 !important;
	height: 38px !important;
	width: 145px !important;
	border-right: 1px solid #eee;
}
#fixedBox .pulldown2 p {
	width: 145px !important;
	padding: 0!important;
	text-align: center !important;
	border: 0 !important;
	border-right: 1px solid #eee !important;
	background: 0 !important;
	color: inherit !important;
}
#fixedBox .pulldown2 ul {
	width: 125px !important;
	left: 0 !important;
	top: 60px !important;
	border: 0 !important;
}
#fixedBox .pulldown2 p:hover + ul {
	top: 20px !important;
}
#fixedBox .pulldown2:hover ul {
	top: 20px !important;
}
#fixedBox .pulldown2 ul li a {
	background: #fff !important;
	height: auto !important;
	padding: 10px 0 !important;
	border-top: 1px solid #eee !important;
	border-bottom: 0 !important;
}

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

プルダウン

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

.pulldown {
	position: relative;
	width: 200px;
	height: 38px;
	margin-bottom: 15px;
}
.left .pulldown:first-of-type {
	margin-bottom: 10px;
}
.pulldown p {
	width: 188px !important;
	cursor: pointer;
	height: 15px;
	padding: 9px 0 8px 10px;
	margin: 0;
	font-weight: bold;
	border: 1px solid #eee;
	background: url(/pc/img_new/common/ico-arrow11.png) no-repeat 99% center #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #2AB3C5;
	position: relative;
}
.pulldown ul {
	width: 160px;
	position: absolute;
	left: 200px;
	top: -34px;
	list-style: none;
	border: 1px solid #eee;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
}
.pulldown:hover ul {
	left: 169px;
	position: relative;
}
.pulldown ul li a {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: "alpha(opacity= 100)" !important;
	-moz-opacity: 1 !important;
}
.pulldown ul li a {
	display: block !important;
	margin: 0 !important;
	font-size: 13px !important;
	padding: 9px 0 9px 35px !important;
	line-height: 15px !important;
	border-bottom: 1px solid #eee !important;
	position: relative;
	z-index: 9999;
}
.pulldown ul li a {
	background-position: 10px 50% !important;
}
.pulldown {
	overflow: hidden;
}
.pulldown:hover {
	overflow: visible;
}
.pulldown {
	display: none;
}
html>body .pulldown {
	display: block;
}

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

メインカラム

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

article {
	width: 828px;
	float: right;
}
article section {
	margin-bottom: 40px;
}
/*====================================

サイドバー

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

aside {
	width: 200px;
	float: left;
}
aside section {
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 20px;
}
aside section dt {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
}
aside #search-kw dd {
	margin-left: 10px;
}
aside .kw dd {
	padding-left: 10px;
}
aside .kw {
	width: auto;
	float: left;
	font-size: 11px;
	margin: 0 5px 10px 0;
}
aside #search-kw p {
	clear: both;
	text-align: center;
	margin-bottom: 12px;
}
aside .search-cate dd li a {
	display: block;
	margin: 0 0 12px 10px;
	font-size: 13px;
	padding: 2px 0 2px 25px;
	line-height: 15px;
}
aside .search-cate dd li#gourmet a, .pulldown li#gourmet a {
	background: url(/pc/img_new/common/ico-gourmet.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#fashion a, .pulldown li#fashion a {
	background: url(/pc/img_new/common/ico-fashion.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#beauty a, .pulldown li#beauty a {
	background: url(/pc/img_new/common/ico-beauty.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#book a, .pulldown li#book a {
	background: url(/pc/img_new/common/ico-book.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#electronic a, .pulldown li#electronic a {
	background: url(/pc/img_new/common/ico-electronic.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#life a, .pulldown li#life a {
	background: url(/pc/img_new/common/ico-life.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#pet a, .pulldown li#pet a {
	background: url(/pc/img_new/common/ico-pet.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#mailorder a, .pulldown li#mailorder a {
	background: url(/pc/img_new/common/ico-mailorder.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#catalogue a, .pulldown li#catalogue a {
	background: url(/pc/img_new/common/ico-catalogue.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#free a, .pulldown li#free a {
	background: url(/pc/img_new/common/ico-free.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#request a, .pulldown li#request a {
	background: url(/pc/img_new/common/ico-request.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#campaign a, .pulldown li#campaign a {
	background: url(/pc/img_new/common/ico-campaign.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#estimate a, .pulldown li#estimate a {
	background: url(/pc/img_new/common/ico-estimate.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#credit a, .pulldown li#credit a {
	background: url(/pc/img_new/common/ico-credit.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#loan a, .pulldown li#loan a {
	background: url(/pc/img_new/common/ico-loan.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#account a, .pulldown li#account a {
	background: url(/pc/img_new/common/ico-account.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#charge a, .pulldown li#charge a {
	background: url(/pc/img_new/common/ico-charge.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#shopping a, .pulldown li#shopping a {
	background: url(/pc/img_new/common/ico-shopping.png) no-repeat left 50% #fff;
}
aside .search-cate dd li#etc a, .pulldown li#etc a {
	background: url(/pc/img_new/common/ico-etc.png) no-repeat left 50% #fff;
}
aside .search-rec a {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
aside .search-rec li:last-of-type a {
	border: 0;
	padding: 0;
	margin: 0;
}
aside .search-rec a dt {
	border: none;
	font-size: 13px;
	line-height: 18px;
	margin: 0 10px 10px 10px;
	padding: 0;
	word-break: break-all;
}
aside .search-rec li a dd:first-of-type {
	float: left;
	margin: 0 10px 10px 10px;
	line-height: 0;
}
aside .search-rec li a dd:last-of-type .real {
	margin-bottom: 10px;
	display: block;
}
aside .search-rec li a dd .kw {
	font-size: 10px;
}
.section-aside {
	margin-bottom: 20px;
}
aside .ban-aside li {
	margin-bottom: 15px !important;
}
/*====================================

フッター

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

footer {
	clear: both;
	padding-top: 60px;
}
/*==============================================================

旧css(あとでdelete)

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


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

検索フォーム

=================*/
#nav form {
	padding: 11px 0 0 15px;
	width: 308px;
	float: right;
	position: relative;
	margin-right: 20px;
}
#nav #select {
	margin-top: 4px;
}
#nav form label {
	display: block;
	font-size: 11px;
	margin-bottom: 4px;
}
form input[type="radio"] {
	vertical-align: top;
	position: relative;
	top: -1px;
}
form div {
	float: left;
}
form div#box {
	height: 34px;
	margin: 2px 0 0 11px;
}
form div#box input[type="text"] {
	border: 0;
	height: 22px;
	padding: 3px 28px 5px 15px;
	font-size: 12px;
	width: 186px !important;
	border: 1px solid #eee;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	letter-spacing: -0.5px;
	color: #777 !important;
}
form div#box input[type="submit"] {
	width: 14px;
	height: 17px;
	background: url(/pc/img_new/common/ico-search.png) no-repeat 46% 48%;
	background-size: 14px 17px;
	border: none;
	text-indent: -999em;
	position: absolute;
	right: 10px;
	top: 20px;
}
/*=================

絞り込み

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

#detail {
	position: absolute;
	top: 49px;
	left: 0;
	width: 304px !important;
	background: #fff;
	z-index: 999;
	padding: 12px;
	display: none;
	border-top: none;
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.01);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.01);
	-o-box-shadow: 0px 5px 10px rgba(0,0,0,0.01);
	-ms-box-shadow: 0px 5px 10px rgba(0,0,0,0.01);
}
 @-moz-document url-prefix() {
 #detail {
 left:0 !important;
}
}
#detail table {
	width: 100%;
	border-collapse: collapse;
	display: none;
}
#detail table th {
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
	width: 90px;
}
#detail table td {
	font-size: 10px !important;
	padding: 5px;
}
#detail table tr.item9 th, #detail table tr.item9 td {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	vertical-align: top;
}
#detail table tr.item9 td {
	vertical-align: middle;
}
#detail table tr.item10 th, #detail table tr.item10 td {
	padding-top: 10px;
	vertical-align: top;
}
#detail dl {
	float: left;
	margin: 0;
	display: none;
}
#detail dl:nth-of-type(1) {
	margin-left: 20px;
}
#detail dl:last-child {
	margin-left: 40px;
}
#detail dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
#detail dd {
	line-height: 18px;
}
#detail input[type="text"] {
	margin-right: 5px !important;
	width: 44px;
	padding: 3px 4px;
	font-size: 12px;
}
#detail td label {
	display: block !important;
}
#detail input[type="text"]:nth-of-type(2) {
	margin-left: 10px;
}
/*=================

ヘッダ固定

=================*/
.fixed {
	background: #fff;
	height: 60px;
	border-bottom: 1px solid #eee;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}
.fixed #logo a {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
/*====================================

footer

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

footer {
	clear: both;
}
footer #ftrnav {
	width: 100%;
	background: #fff;
	padding: 30px 0;
}
.section-wrapper {
	width: 1060px;
	margin: 0 auto;
	position: relative;
}
footer #ftrnav p a {
	position: absolute;
	display: block;
	top: -90px;
	right: 0;
	width: 39px;
	height: 39px;
	background: url(/pc/img/common/ico-arrow3.png) no-repeat 50% 50% #aaa;
	text-indent: -999em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
footer dl {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	height: 320px;
	font-size: 12px;
	line-height: 20px;
	width: 150px;
}
footer dl:last-child {
	border-right: 0;
}
footer dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
footer a {
	color: #222 !important;
	border-bottom: 1px solid #E9E9E9;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

footer a:hover{
	cursor:pointer;	
}

footer dd ul:nth-of-type(2) {
	margin-top: 29px;
	font-size: 13px;
	font-weight: bold;
}
#ftrnav2 {
	text-align: center;
	font-size: 11px;
	margin: 30px 0;
}
#ftrnav2 li {
	display: inline;
	line-height: 0;
}
#ftrnav2 li a {
	display: inline;
}
#ftrnav2 ul {
	margin-bottom: 20px;
}
#ftrnav2 img {
	vertical-align: middle;
	margin-right: 15px;
	position: relative;
	bottom: 2px;
}
#ftrnav2 a {
	border: none !important;
	width: auto;
	display: inline;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#share {
	margin-top: 20px;
	background: #F5F5F5;
	width: 320px;
	padding: 20px 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: auto;
}
#share dt {
	font-size: 16px;
	float: left !important;
	margin: 0 30px 0 4px;
	width: 80px;
	padding-top: 10px;
}
#share dd {
	float: left !important;
}
#share dd li {
	float: left;
	margin: 0 5px;
	line-height: 0;
}
#share dd li:last-child {
	margin-right: 0;
}
#share dd li a {
	border: none;
	padding: 0;
}
/*====================================

アコーディオン

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

.accordion .more + dd {
	display: none;
}
.open .more + dd {
	display: block;
}
#new .accordion {
	clear: both;
	position: relative;
	padding-bottom: 40px;
}
#new .accordion .more {
	position: absolute;
	bottom: -20px;
	margin: 0 0 0 213px;
}
#new .accordion dd a:first-child {
	border-top: 1px dotted #ddd;
	padding-top: 15px;
}
.accordion .section-list {
	padding-top: 0 !important;
}
#timesale, #ranking {
	position: relative;
}
#timesale .accordion {
	clera: both;
	margin: 30px 0;
}
#ranking .accordion {
	margin: 20px 0 30px 0;
}
#timesale .accordion .more, #ranking .accordion .more {
	position: absolute;
	bottom: 20px;
}
/*====================================

タブ

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


#tabmenu li a.active {
	background: #fff !important;
	color: #2AB3C5 !important;
}
#tabbox2, #tabbox3 {
	display: none;
}
.active .accordion dd {
	display: block;
}
/*====================================

シェア

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

#share2 {
	width: 675px;
	margin: 30px auto!important;
}
#container #share2 {
	margin-top: 20px;
}
#share2 a {
	width: 113px;
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 9px 10px 9px 40px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#share2 li:last-child a {
	margin-right: 0;
}
.share-fb a {
	color: #3468af;
	border: 1px solid #ddd;
	background: url(/pc/img/common/facebook4.png)no-repeat #fff 12px 50%;
	background-size: 8px 16px;
}
.share-tw a {
	color: #34ABF0;
	border: 1px solid #ddd;
	background: url(/pc/img/common/twitter4.png)no-repeat #fff 12px 50%;
	background-size: 18px 16px;
}
.share-go a {
	color: #D3563A;
	border: 1px solid #ddd;
	background: url(/pc/img/common/google4.png)no-repeat #fff 12px 50%;
	background-size: 17px 16px;
}
.share-po a {
	color: #D84C50;
	border: 1px solid #ddd;
	background: url(/pc/img/common/pocket4.png)no-repeat #fff 12px 50%;
	background-size: 17px 16px;
}
/*====================================

ポップアップモーダル

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

#modal-content {
	display: none;
	position: absolute;
	z-index: 999;
	width: 500px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -220px;
	padding: 30px;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#modal-content2 {
	display: none;
	position: fixed;
	z-index: 99999;
	width: 560px;
	left: 50%;
	top: 50%;
	margin-left: -280px;
	margin-top: -240px;
	padding: 15px;
	background: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#modal-nonmember {
	display: none;
	position: fixed;
	z-index: 999;
	width: 550px;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -220px;
	padding: 30px;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#modal-content h1 {
	color: #49B3C1;
	font-size: 21px;
	text-align: center;
	margin: 10px 0 15px 0;
}
#modal-content p {
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-size: 15px;
}
.modal-overlay {
	z-index: 998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
}
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: #000;
	z-index: -999;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display: none;
}
.modal-open:hover {
	cursor: pointer;
}
.modal-close {
	width: 20px;
	height: 20px;
	background: url(/pc/img/common/modal-close.png) no-repeat;
	text-indent: -999em;
	position: absolute;
	top: -23px;
	right: -32px;
}
.modal-close:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.modal-close:hover {
	cursor: pointer;
}
#modal-content li a {
	display: block;
	width: 240px;
	height: 32px;
	float: left;
	border: 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #49b3c1;
	background: -webkit-linear-gradient(top, #49b3c1, #3c9ba9);
	background: -moz-linear-gradient(top, #49b3c1 0%, #3c9ba9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49b3c1), color-stop(100%, #3c9ba9));
	background: -o-linear-gradient(top, #49b3c1 0%, #3c9ba9 100%);
	background: -ms-linear-gradient(top, #49b3c1 0%, #3c9ba9 100%);
	background: linear-gradient(to bottom, #49b3c1 0%, #3c9ba9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b3c1', endColorstr='#3c9ba9', GradientType=0 );
	margin: 30px auto 10px auto !important;
	padding-top: 8px;
}
#modal-content li:last-child a {
	float: right;
}
#modal-nonmember h1 {
	font-size: 19px;
	border: 1px solid #49B3C1;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	color: #49B3C1;
}
#modal-nonmember p#about-real {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 30px;
	position:static;
	width:100%;
}
#modal-nonmember p#about-real img {
	float: right;
	margin: 0 0 30px 25px;
	width:160px;
}
#modal-nonmember li a {
	display: block;
	width: 260px;
	height: 46px;
	float: left;
	line-height: 19px;
	border: 0;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #49b3c1;
	background: -webkit-linear-gradient(top, #49b3c1, #3c9ba9);
	background: -moz-linear-gradient(top, #49b3c1 0%, #3c9ba9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49b3c1), color-stop(100%, #3c9ba9));
	background: -o-linear-gradient(top, #49b3c1 0%, #3c9ba9 100%);
	background: -ms-linear-gradient(top, #49b3c1 0%, #3c9ba9 100%);
	background: linear-gradient(to bottom, #49b3c1 0%, #3c9ba9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b3c1', endColorstr='#3c9ba9', GradientType=0 );
	margin: 0 auto 20px auto !important;
	padding-top: 10px;
}
#modal-nonmember li:first-child a {
	margin-right: 30px !important;
}
#modal-nonmember li a span {
	font-size: 18px !important;
}
#modal-nonmember #login-member {
	text-align: center;
	clear: both;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 20px;
	background: url(/pc/img/common/ico-login.png) no-repeat 30% 50%;
}
#modal-nonmember #login-rw {
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}
/*====================================

詳細ページ非会員モーダル

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

#modal-guest {
	position: fixed;
	z-index: 999;
	width: 500px;
	left: 50%;
	top: 50%;
	margin-left: -270px;
	margin-top: -240px;
	padding: 20px;
	background: #fff;
}
#modal-guest h1 {
	border: 1px solid #2AB3C5 !important;
	border-top: 0;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	margin-bottom: 15px;
	color: #333;
}
#modal-guest h1 span {
	color: #2AB3C5;
}
#modal-guest p:first-of-type {
	font-isze: 15px;
	line-height: 20px;
	margin-bottom: 20px;
}
#modal-guest p span {
	color: #2AB3C5;
}
#modal-guest p:nth-of-type(2) {
	text-align: center;
}
.modal-close {
	width: 20px;
	height: 20px;
	background: url(/pc/img/common/modal-close.png) no-repeat;
	text-indent: -999em;
	position: absolute;
	top: -23px;
	right: -32px;
}
.modal-close:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.modal-close:hover {
	cursor: pointer;
}
.modal-overlay2 {
	z-index: 998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
}

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

げん玉アラート

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

#modal-content3{
	display:none;
	background:#fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width:570px;
	height:460px;
	padding:25px 35px;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -255px;
}


#modal-content3 h1{
	font-size:17px;
	text-align:center;
	padding:15px 0;
	border-top:1px solid #2ab3c5;
	border-bottom:1px solid #2ab3c5;
	color:#2ab3c5;
	margin-bottom:25px;
}

#modal-content3 h1 span{
	color:#E59F28;
	font-size:24px;
}

#modal-content3 p:first-of-type{
	text-align:center;
	margin-bottom:30px;
}

#modal-content3 p:nth-of-type(2){
	line-height:22px;
	text-align:center;
	font-size:14px;
	margin-bottom:30px;
}

#modal-content3 p#btn01 a{
	background: #2ab3c5;
	font-size: 17px;
	display: block;
	text-align: center;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	color: #fff;
	border: 0;
	padding: 12px 0;
	width: 380px;
	margin: 0 auto 10px auto;
	font-weight:bold
}

#modal-content3 p#btn02{
	text-align:center;
	font-weight:bold;
	font-size:15px;
}


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

ツールチップ

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

.question {
	position: relative;
	text-align: center;
	font-size: 13px;
	letter-spacing: -0.5px !important;
	margin: 15px 0 30px 0;
}
.question img {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	position: relative;
	bottom: 2px;
}
.question .tooltip {
	width: auto;
	width: 290px;
	min-height: 20px;
	position: absolute;
	top: 0px;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	margin-left: 5px;
	line-height: 15px;
	background: #999;
	font-size: 12px;
	color: #fff;
	　-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: left;
}
.question:hover > .tooltip {
	visibility: visible;
	opacity: 1;
	top: -3px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

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

about real

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


p#about-real {
	width:100px;
	height:100px;
	position: fixed;
	right: 2%;
	bottom: 55px;
	z-index: 999;
	border:none !important;
	float:none;
}
p#about-real img {
	width: 100px;
	height: auto;
}

.earn{
	display:none;	
}
