@charset "UTF-8";

/* font-size for pc
========================== */
.base-page {
	font-size:100%;
	line-height:1.5;
}

.text13 {
	font-size:13px;
	line-height:1.5;
}

.text20 {
	font-size:20px;
	line-height:1.5;
}

.form label,
.form select {
	font-size:13px !important;
}

.form select {
	line-height:16px !important;
}

.errorMessage {
	font-size:13px;
	}

.mod-heading-detail {
	font-size:13px;
	line-height:1.5;
}

.contactDetail {
	font-size:13px;
}

.text-center {
	font-size:13px;
	}

/* common link for pc
========================== */
.base-main .contentBox a {
	text-decoration:none !important;
	}

/* login
========================== */

.btnLogin {
	width:310px;
	height:50px;
	margin:30px auto;
	padding:0;
	border:0;
	background:url(../../resources_pc/img/btn_login_hover.png) no-repeat left top;
}

.btnLogin input {
	margin:0 !important;
}

.btnLogin input:hover {
	opacity: 0.0;

	/* IE */
	filter: alpha(opacity=0);
}

ul#list-table-disc2 li {
	font-size:13px !important;
}

/* inquiry
========================== */
.mod-heading-back {
	float:right;
	font-size:16px;
}

.mod-heading-back a {
	color:#fff;
	text-decoration:none;
}

.mod-heading-back a:hover {
	color:#F49516;
}

.mod-heading-back a:before {
	width: 15px;
	height: 15px;
	background: url(../img/sprites/all-s5e877242d5.png) no-repeat -136px -25px;
	-webkit-background-size: 400px 1665px;
	background-size: 400px 1665px;
	display: inline-block;
	content: '';
	margin: 0 7px 0 20px;
}

.mod-heading-back a:hover:before {
	width:15px;height:15px;background:url(../img/sprites/all-s5e877242d5.png) no-repeat -159px -25px;-webkit-background-size:400px 1665px;background-size:400px 1665px
}

.formAlertMail .selectMailTel {
	width:8em !important;
}

.btnInquirySubmit {
	width:310px;
	height:50px;
	margin:30px auto;
	background:url(../../resources_pc/img/btn_submit.png) no-repeat left top;
}

.btnInquirySubmit a {
	display:block;
	width:310px;
	height:50px;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
	background:url(../../resources_pc/img/btn_submit.png) no-repeat left top;
	}

.btnInquirySubmit a:hover {
	background:url(../../resources_pc/img/btn_submit_hover.png) no-repeat left top;
}


/*
new,
reg2-complete
========================== */
.mod-step{margin:5px 15px;overflow:hidden}.mod-step-nav{display:table;margin:-10px auto 0;list-style:none;counter-reset:stepnumber;text-align:center;overflow:hidden}.mod-step-navitem{position:relative;float:left;padding:0 0 0 36px;margin:10px 0 0;color:#434343;font-size:13px;line-height:1.5}/*.mod-step-navitem:before{display:block;margin:0 auto 3px;padding:3px 0 0;width:20px;height:20px;text-align:center;counter-increment:stepnumber;content:counter(stepnumber);background:#BBB;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:700;color:#FFF}.mod-step-navitem:after{position:absolute;top:50%;left:14px;content:'';display:block;margin:-14px 0 0;width:7px;height:14px;background:url(../img/sprites/all-s1e47cb5785.png)*/ no-repeat -30px 0;-webkit-background-size:290px 922px;background-size:290px 922px}.mod-step-navitem:first-child{padding-left:0}.mod-step-navitem:first-child:after{display:none}.mod-step-navitem.current{color:#4baade}.mod-step-navitem.current:before{background-color:#4baade}

.app-button a:hover img {
	opacity:.65;filter:alpha(opacity=65);
}


/*
new
========================== */
.btnUserpolicyGrey {
	width:310px;
	height:50px;
	margin:30px auto;
	background:url(../../resources_pc/img/btn-user_policy-grey.png) no-repeat left top;
}

.btnUserpolicyGrey a {
	display:block;
	width:310px;
	height:50px;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
	background:url(../../resources_pc/img/btn-user_policy-grey.png) no-repeat left top;
	}

.btnUserpolicyGrey a:hover {
	background:url(../../resources_pc/img/btn-user_policy-grey_hover.png) no-repeat left top;
}


.btnNewOrange {
	width:310px;
	height:60px;
	margin:30px auto;
	padding:0;
	border:0;
}

	.btnNewOrange .btn-new2-submit {
		-webkit-appearance:none;
		cursor:pointer;
		width:310px;
		height:60px;
		line-height:60px;
		text-align:center;
		background:#f39316 url(../img/parts/ico_link-arrow-white.png) no-repeat;
		background-position:right 10px center;
		color:#ffffff;
		font-size:18px;
		-moz-border-radius:4px;
 		-webkit-border-radius:4px;
 		border-radius:4px;
		border-bottom: 3px solid transparent;
 		border-bottom-color: #bd6b01;
 		padding: 2px 0 0 10px;
	}

	.btnNewOrange:hover {
		padding-top: 2px;
   		margin-bottom: -2px;
	}

	.btnNewOrange .btn-new2-submit:hover {
		width:310px;
		height:63px;
		line-height:63px;
		background:#7CB832 url(../img/parts/ico_link-arrow-white.png) no-repeat;
		background-position:right 10px center;
		border-bottom:0;
		opacity:0.65;
		-moz-transition: opacity 200ms ease-out;
    	-o-transition: opacity 200ms ease-out;
    	-webkit-transition: opacity 200ms ease-out;
    	transition: opacity 200ms ease-out;
	}

body.register .btnNewOrange {
	width:310px;
}

.btnNewOrange input {
	margin:0 !important;
}

/*.btnNewOrange input:hover {
	opacity: 0.0;*/

	/* IE */
	/*filter: alpha(opacity=0);
}*/

.mod-step-img {
	border-bottom:1px solid #7d7d7d;
	padding-bottom:30px;
	margin:20px 0 30px;
}

.mod-step-img img {
	display:block;
	width:308px;
	margin:0 auto;
	}

/*
register2
========================== */
.btnRegisterOrange {
	width:310px;
	height:50px;
	margin:30px auto;
	padding:0;
	border:0;
	background:url(../../resources_pc/img/btn-register-orange_hover.png) no-repeat left top;
}

.btnRegisterOrange input {
	margin:0 !important;
}

.btnRegisterOrange input:hover {
	opacity: 0.0;

	/* IE */
	filter: alpha(opacity=0);
}


.btnUserpolicyGrey {
	width:310px;
	height:50px;
	margin:30px auto;
	background:url(../../resources_pc/img/btn-user_policy-grey.png) no-repeat left top;
}


/*
reg-err
========================== */
.btnBackToPage a {
	display:block;
	width:310px;
	height:50px;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
	background:url(../img/goback_page.jpg) no-repeat left top;
	margin: 0 auto 30px;
}
.btnBackToTop a {	display:block;
	width:310px;
	height:50px;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
	background:url(../img/goback_top.jpg) no-repeat left top;
	margin: 0 auto;
}
.btnBackToPage a:hover,
.btnBackToTop a:hover {
	opacity: 0.7;
}


/*
reg2-confirm
========================== */
.btnRegisterCancelGrey {
	width:310px;
	height:50px;
	margin:30px auto;
	padding:0;
	border:0;
	background:url(../../resources_pc/img/btn-register-cancel-grey_hover.png) no-repeat left top;
}

.btnRegisterCancelGrey input {
	margin:0 !important;
}

.btnRegisterCancelGrey input:hover {
	opacity: 0.0;

	/* IE */
	filter: alpha(opacity=0);
}

/*
config
========================== */
.configBoo {
	width:90%;
	margin:0 auto;
}


/*
config-auth
========================== */

.btnConfigSubmit {
	width:310px;
	height:50px;
	margin:30px auto;
	padding:0;
	border:0;
	background:url(../../resources_pc/img/btn_submit_hover.png) no-repeat left top;
}

.btnConfigSubmit input {
	margin:0 !important;
}

.btnConfigSubmit input:hover {
	opacity: 0.0;

	/* IE */
	filter: alpha(opacity=0);
}

/*
config-mail
========================== */
.btnDouble {
	text-align:center;
	font-size:0;
	margin-top:30px;
	}

	.btnDouble li {
		font-size:14px;
		display:inline-block;
		/display: inline;  /* IE用ハック */
    	/zoom: 1;  /* IE用ハック */
    	vertical-align:top;
	}

	.btnDouble li {
		margin-right:10px;
		}

.btnChangeOrange {
	width:310px;
	height:50px;
	padding:0;
	border:0;
	background:url(../../resources_pc/img/btn-change-orange_hover.png) no-repeat left top;
}

.btnChangeOrange input {
	margin:0 !important;
}

.btnChangeOrange input:hover {
	opacity: 0.0;

	/* IE */
	filter: alpha(opacity=0);
}

.btnCancelGrey {
	width:310px;
	height:50px;
	background:url(../../resources_pc/img/btn-cancel-grey.png) no-repeat left top;
}

.btnCancelGrey a {
	display:block;
	width:310px;
	height:50px;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
	background:url(../../resources_pc/img/btn-cancel-grey.png) no-repeat left top;
	}

.btnCancelGrey a:hover {
	background:url(../../resources_pc/img/btn-cancel-grey_hover.png) no-repeat left top;
}


/*
config-prof
========================== */
.btnApplyOrange {
	width:310px;
	height:50px;
	margin:10px auto 20px;
	padding:0;
	border:0;
	background:url(../../resources_pc/img/btn-apply-orange_hover.png) no-repeat left top;
}

.btnApplyOrange input {
	margin:0 !important;
}

.btnApplyOrange input:hover {
	opacity: 0.0;

	/* IE */
	filter: alpha(opacity=0);
}

/*
config-bid
========================== */
.btnBoocrossChange {
	width:390px;
	height:50px;
	background:url(../../resources_pc/img/btn-boocross-change.png) no-repeat left top;
	margin:20px auto;
}

.btnBoocrossChange a {
	display:block;
	width:390px;
	height:50px;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
	background:url(../../resources_pc/img/btn-boocross-change.png) no-repeat left top;
	}

.btnBoocrossChange a:hover {
	background:url(../../resources_pc/img/btn-boocross-change_hover.png) no-repeat left top;
}


/*
config-bid-change
========================== */
.btnResetting {
	width:310px;
	height:50px;
	margin:10px auto 20px;
	padding:0;
	border:0;
	background:url(../../resources_pc/img/btn-resetting_hover.png) no-repeat left top;
}

.btnResetting input {
	margin:0 !important;
}

.btnResetting input:hover {
	opacity: 0.0;

	/* IE */
	filter: alpha(opacity=0);
}

.configBidBox {
	border:1px solid #d7d7d7;
	width:90%;
	margin:0 auto;
	padding:10px 13px 0;
}

/*
config-bdv
========================== */
p.btnConfigBdv {
	width:310px;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:normal;
}

.btnDeregisterGreen {
	width:310px;
	height:50px;
	margin:30px auto;
	background:url(../../resources_pc/img/btn-deregister-green.png) no-repeat left top;
}

.btnDeregisterGreen a {
	display:block;
	width:310px;
	height:50px;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
	background:url(../../resources_pc/img/btn-deregister-green.png) no-repeat left top;
	}

.btnDeregisterGreen a:hover {
	background:url(../../resources_pc/img/btn-deregister-green_hover.png) no-repeat left top;
}



/*
config-leave
========================== */

.btnDeregister {
	width:310px;
	height:50px;
	padding:0;
	border:0;
	background:url(../../resources_pc/img/btn-deregister_hover.png) no-repeat left top;
}

.btnDeregister input {
	margin:0 !important;
}

.btnDeregister input:hover {
	opacity: 0.0;

	/* IE */
	filter: alpha(opacity=0);
}

/*
a/contact
========================== */
.btnContactForm {
	width:310px;
	height:50px;
	margin:10px auto 20px;
	padding:0;
	border:0;
	background:url(../../resources_pc/img/btn_contact-form_hover.png) no-repeat left top;
}

.btnContactForm input {
	margin:0 !important;
}

.btnContactForm input:hover {
	opacity: 0.0;

	/* IE */
	filter: alpha(opacity=0);
}

.contactConfirmCheck {
	font-size:16px;
	text-align:center;
}

/*
a/contact-form
========================== */
.title_form {
	font-size:14px;
}

.detail_form {
	font-size:13px;
	line-height:1.5;
}


.btnContactConfirm {
	width:310px;
	height:50px;
	margin:10px auto 20px;
	padding:0;
	border:0;
	background:url(../../resources_pc/img/btn_contact-confirm_hover.png) no-repeat left top;
}

.btnContactConfirm input {
	margin:0 !important;
}

.btnContactConfirm input:hover {
	opacity: 0.0;

	/* IE */
	filter: alpha(opacity=0);
}

.btnContactSubmit {
	width:310px;
	height:50px;
	margin:10px auto 20px;
	padding:0;
	border:0;
	background:url(../../resources_pc/img/btn_submit_hover.png) no-repeat left top;
}

.btnContactSubmit input {
	margin:0 !important;
}

.btnContactSubmit input:hover {
	opacity: 0.0;

	/* IE */
	filter: alpha(opacity=0);
}

.formSend_contents {
	width:90%;
	margin:0 auto 20px;
	}

/* lcategory mod-heading2-h アイコン追加
========================== */
.mod-heading2 .kids,
.mod-heading2 .magazine,
.mod-heading2 .free,
.mod-heading2 .media {
	padding-left:30px;
}

.mod-heading2 .kids:before,
.mod-heading2 .magazine:before,
.mod-heading2 .free:before,
.mod-heading2 .media:before {
	content:'';
	display:block;
	width:25px;
	height:24px;
	background:url(../img/sprites/ico-rankingtitle_pc24.png) no-repeat -75px 0;
	-webkit-background-size:100px 24px;
	background-size:100px 24px;
	position:absolute;
	top:50%;
	left:0;
	margin:-12px 0 0;
}

.mod-heading2 .magazine:before {
	background:url(../img/sprites/ico-rankingtitle_pc24.png) no-repeat -25px 0;
}

.mod-heading2 .free:before {
	background:url(../img/sprites/ico-rankingtitle_pc24.png) no-repeat -50px 0;
}

.mod-heading2 .media:before {
	background:url(../img/sprites/ico-rankingtitle_pc24.png) no-repeat 0 0;
}


/* b-point
========================== */
.btnBacktocart {
	width:310px;
	height:50px;
	margin:30px auto;
	background:url(../../resources_pc/img/btn-backtocart-green.png) no-repeat left top;
}

.btnBacktocart a {
	display:block;
	width:310px;
	height:50px;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
	background:url(../../resources_pc/img/btn-backtocart-green.png) no-repeat left top;
	}

.btnBacktocart a:hover {
	background:url(../../resources_pc/img/btn-backtocart-green_hover.png) no-repeat left top;
}


/* find
========================== */
.findSearchBox {
	text-align:center;
}

.findSearchWrap {
	display:inline-block;
	text-align:left;
}

.btnSearchOrange{
	width:310px;
	height:50px;
	margin:0 auto;
	background:url(../../resources_pc/img/btn-search-orange.png) no-repeat left top;
}

.btnSearchOrange a {
	display:block;
	width:310px;
	height:50px;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
	background:url(../../resources_pc/img/btn-search-orange.png) no-repeat left top;
	}

.btnSearchOrange a:hover {
	background:url(../../resources_pc/img/btn-search-orange_hover.png) no-repeat left top;
}

.findSearchSelect {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-indent:.1px;
	text-overflow:'';
	border:1px solid #999;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	display:block;
	margin:0;
	padding:2px 0 0 10px !important;
	width:265px;
	height:32px;
	background:#fff url(../img/arrow-down-blue.png) no-repeat 245px 50%;
	font-size:18px;
	line-height:32px;
}

.findSearchSelect::-ms-expand{
	display:none;
}
.ua-ie9earlier .findSearchSelect{
	padding-right:0;width:200px;background-image:none;
}

/* 追加 koki 2014/3 */
.mod-items-dataitem {
	float:none;
	width:300px;
}

li.mod-banner-item:nth-child(2n+1) {
	clear:both;
}

.mod-total-button a.store {
	background: url(../../resources_pc/img/btn_go_to_otc.png) no-repeat;
}


/* 割引価格表示 */

.mod-item-sales-limit {
	color:#000;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}

/* 選択カテゴリの色 */
.mod-popularword.type2 .mod-popularword-item.current {
	border-color:#999;
}
.mod-popularword.type2 .mod-popularword-item.current a {
	color:#999;
}

.mod-categorynav-subitem.current a {
	color:#da373a;
}

.mod-categorynav-h.current a {
	font-weight:bold;
}


.mod-total-button a.modify {
	text-indent:0;
	overflow:visible;
	color:#ffffff;
	width: 225px;
	height: 60px;
	line-height:60px;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	background:#7d7d7d url(../img/parts/ico_link-arrow-white-back.png) no-repeat;
	background-position: left 10px center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom: 3px solid transparent;
    border-bottom-color: #666666;
    padding: 2px 0 0 10px;
}

	.mod-total-button.btn-modify:hover {
		padding-top: 2px;
   		margin-bottom: -2px;
	}

	.mod-total-button a.modify:hover {
		border-bottom:0;
		height:61px;
		line-height:61px;
		background-color:#f59416;
	}

.mod-total-button a.purchase {
	text-indent:0;
	overflow:visible;
	color:#ffffff;
	width: 225px;
	height: 60px;
	line-height:60px;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	background:#dd3731 url(../img/parts/ico_link-arrow-white.png) no-repeat;
	background-position: right 10px center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom: 3px solid transparent;
    border-bottom-color: #ad0407;
    padding: 2px 0 0 10px;
}

	.mod-total-button.btn-purchase:hover {
		padding-top: 2px;
   		margin-bottom: -2px;
	}

	.mod-total-button a.purchase:hover {
		border-bottom:0;
		height:61px;
		line-height:61px;
		background-color:#f59416;
	}

.specialized_page_anchor {
	position:relative;
	top:-76px;
	height:1px;
}

/* code-input
========================== */
.code-input-form {
	width:425px;
	margin:0 auto;
}

.code-input-label {
	font-size:13px;
}

.code-input {
	width:425px;
}

#code-input .btnInquirySubmit {
	margin:0 auto;
}

/* code-complete
========================== */
.text18 {
	font-size:18px;
	line-height:1.44;
}

.code-comp-contents {
	margin:50px 0;
}

	.code-comp-contents dt {
		font-weight:normal;
		font-size:18px;
	}

	.code-comp-contents dd {
		font-size:20px;
		padding:20px 14px;
	}

	.code-comp-contents dd.lastchild {
		border-bottom:1px solid #7d7d7d;
	}

.btnBacktotop {
	width:310px;
	height:50px;
	margin:50px auto;
	background:url(../../resources_pc/img/btnBacktotop.png) no-repeat left top;
}

.btnBacktotop a {
	display:block;
	width:310px;
	height:50px;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
	background:url(../../resources_pc/img/btnBacktotop.png) no-repeat left top;
	}

.btnBacktotop a:hover {
	background:url(../../resources_pc/img/btnBacktotop_hover.png) no-repeat left top;
}


.mod-itemlist-item {
	height:110px;
	overflow:hidden;
}


#header_nav_infomation .mod-header-panel {
	width:394px;
}

#header_nav_infomation .mod-header-panel .mod-header-panel-body {
	overflow:auto;
	max-height:450px;
}

.bv_alert_wrap {
position:fixed;
z-index:20000;
opacity:0.8;
width:100%;
height:100%;
background-color:#999;

}

.bv_alert_unit {
position:fixed;
top:50px;margin:45px 0 0 15%;z-index:20000;opacity:0.9;
z-index:20001;
width:60%;
opacity:1;
font-size:140%;
line-height:140%;
padding:60px 20px 20px 20px;
background-color:#fff;
   border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
min-height:240px;
}

.bv_alert_close {
	width: 60%;
	margin:60px auto 0;
	color: #fff;
	border:1px solid #FFF;
	padding:14px;
	text-align:center;
	background: #7d7d7d;
	cursor: pointer;
}

.bv_alert_body {
	width: 90%;
	margin: 0 auto;
/*	margin-left:15px; */
	text-indent:-15px;
}

.bv_alert_title {
	font-size: 140%;
	font-weight: bold;
}

.bv_alert_caution {
	font-size: 80%;
	line-height: 70%;
	color: #da373a;
}

.mod-showcase2-items-more.all-free-contents {
	background:url(../img/parts/pc-all-free-contents.png) no-repeat;
}



/* index.tmpl 試し読みボタン
========================== */
.btn-top-tamesiyomi {
	height:30px;
	margin:5px 0 10px;
}

	.btn-top-tamesiyomi a {
		display:block;
		height:30px;
		line-height:30px;
		color:#ffffff;
		text-align:left;
		padding-left:30px;
		font-size:14px;
		background:#4baade url(../img/parts/ico-topSample_pc.png) no-repeat;
		background-position:left 4px center;
		border-radius: 4px;
    	-moz-border-radius:4px;
    	-webkit-border-radius:4px;
	}

		.btn-top-tamesiyomi a:hover {
			opacity:0.65;
			-moz-transition: opacity 200ms ease-out;
    		-o-transition: opacity 200ms ease-out;
    		-webkit-transition: opacity 200ms ease-out;
    		transition: opacity 200ms ease-out;
		}

.mod-showcase-item .btn-top-tamesiyomi+a {
	display:none;
}

/* cms_product_list.tmpl 試し読みボタン
========================== */
.btn-list-tamesiyomi {
	height:30px;
	margin:10px 0 0;
}


/* ranking.tmpl 試し読みボタン
========================== */
.btn-rank-tamesiyomi a {
	display:block;
	width:270px;
	height:60px;
	background:url(../img/btn-rankingSample_pc.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow:hidden;
}

.btn-rank-tamesiyomi a:hover {
	-moz-transition:opacity 200ms ease-out;
	-o-transition:opacity 200ms ease-out;
	-webkit-transition:opacity 200ms ease-out;
	transition:opacity 200ms ease-out;
	opacity:.65;filter:alpha(opacity=65);
	}


/* item.tmpl 試し読みボタン
========================== */

.btn-item-tamesiyomi {
	margin:10px 0 0;
}

	/*.btn-item-tamesiyomi:hover {
		padding-top: 2px;
   		margin-bottom: -2px;
	}*/

.btn-item-tamesiyomi a {
	display:block;
	width:170px;
	height:60px;
	line-height:60px;
	background:#4baade url(../img/parts/ico-rankingSample_pc.png) no-repeat;
	background-position: left 60px center;
	color:#ffffff;
 	text-align:left;
 	font-size:18px;
 	text-decoration:none;
	text-indent: 0;
	overflow:visible;
	border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	/*border-bottom: 3px solid transparent;
    border-bottom-color: #1f83ba;*/
    padding: 0 0 0 100px;
}

.btn-item-tamesiyomi a:hover {
	/*border-bottom:0;
    height:63px;
    line-height:63px;
    background:#f39316 url(../img/parts/ico-rankingSample_pc.png) no-repeat;
    background-position: left 30px center;*/
	-moz-transition:opacity 200ms ease-out;
	-o-transition:opacity 200ms ease-out;
	-webkit-transition:opacity 200ms ease-out;
	transition:opacity 200ms ease-out;
	opacity:.65;filter:alpha(opacity=65);
}

/* b-comfirm.tmpl アプリ限定
========================== */
.mod-item-app-only {
	text-align: right;
	margin-top:10px;
}

/* item.tmpl 選べる！読み方
========================== */
.mod-item-read-select {
	margin: 20px 0 0 0;
	text-align: right;
}
#read-select {
	margin: 40px 0 0 0;
	position: relative;
	top: -120px;
}
.read-select-in img {
	width: 169px;
	height: 32px;
	margin: 0 30px 0 0;
	float: left;
}
.read-select-in {
	margin: 20px 0 0 0;
	clear: left;
}


/* newguide.php
========================== */
#guide .mod-app-new-button a.apple-app {
	display:block;
	width: 390px;
	height: 60px;
	background: url(../img/btn_introappli_ios.png) no-repeat;
	background-size:contain;
	-webkit-background-size:contain;
	background-size:contain;
}

#guide .mod-app-new-button a.android-app {
	display:block;
	width: 390px;
	height: 60px;
	background: url(../img/btn_introappli_android.png) no-repeat;
	background-size:contain;
	-webkit-background-size:contain;
	background-size:contain;
}

#guide p.wgt-button-requirements {
		margin:0 0 20px;
}

	#guide p.wgt-button-requirements a {
	display: block;
	width: 310px;
	height: 50px;
	background: url(../img/free_membership_registration.jpg) no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	margin: 0 auto;
	text-align: center;
	cursor:pointer;
	}

		#guide p.wgt-button-requirements a:hover {
			opacity: 0.65;
			filter: alpha(opacity=65);
			cursor:pointer;
		}

		#guide .mibon-app-detail {
			list-style: none;
			margin:15px 10px 0;
			}
		#guide .mibon-app-detail li:nth-of-type(1) {
			float:left;
			margin: 0 15px 15px 0;
			vertical-align:top;
			}

.mod-heading2-h.tlbl{padding-left:30px}
.mod-heading2-h.tlbl:before{content:'';display:block;width:25px;height:24px;background:url(../img/sprites/all-s5e877242d5.png) no-repeat -216px -25px;-webkit-background-size:400px 1665px;background-size:400px 1665px;position:absolute;top:50%;left:0;margin:-12px 0 0}
.mod-heading2-h.tlbl:before{width:25px;height:24px;background:url(../img/sprites/all-s5e877242d5.png) no-repeat -191px -25px;-webkit-background-size:400px 1665px;background-size:400px 1665px}



/* parts_subheader.php ボタン追加
========================== */
.mod-subheader-utility-btn {
	overflow:hidden;
	margin-top:6px;
}

	.mod-subheader-utility-btn li {
		float:left;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin-right:22px;
	}

		.mod-subheader-utility-btn li.mod-subheader-utility-07 {
			margin-right:0;
		}

		.mod-subheader-utility-btn li a {
			display:block;
			background: url(../img/btn_subheader_utility.png) no-repeat;
			width:66px;
			height:57px;
		}

			.mod-subheader-utility-btn li a:hover {
				background: url(../img/btn_subheader_utility_hover.png) no-repeat;
			}

			.mod-subheader-utility-btn li.mod-subheader-utility-01 a { background-position:0 0;}
			.mod-subheader-utility-btn li.mod-subheader-utility-02 a { background-position:-88px 0;}
			.mod-subheader-utility-btn li.mod-subheader-utility-03 a {
				width:66px;
				background-position:-419px 0;
			}
			.mod-subheader-utility-btn li.mod-subheader-utility-04 a {
				width:48px;
				background-position:-274px 0;
			}

			.mod-subheader-utility-btn li.mod-subheader-utility-05 a {
				width:66px;
				background-position:-336px 0;
			}
			.mod-subheader-utility-btn li.mod-subheader-utility-07 a {
				width:63px;
				background-position:-178px 0;
			}

/* parts_header.php パネル　サイズ変更・ボタン追加他
========================== */
.mod-header-nav.menu .mod-header-panel {
	width:372px;
}


.mod-header-panel-select-category,
.mod-header-panel-select-others {
	float:none;
	width: auto;
}

	.mod-header-panel-select-categorynavs {
		margin: 0 0 20px -2px;
	}

.mod-header-panel-search-keyword {
	width:250px;
	border-right: 1px solid #999;
}


.mod-header-panel-select-utility-wrap {
	/*margin-bottom:20px;*/
}

	.mod-header-panel-select-utility {
		overflow:hidden;
	}

		.mod-header-panel-select-utility li {
			float:left;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
			margin-bottom:14px;
			}


			.mod-header-panel-select-utility li a {
				display:block;
				background: url(../img/btn_mod-header-panel_utility.png) no-repeat;
				width:83px;
				height:57px;
			}

				.mod-header-panel-select-utility li a:hover {
					background: url(../img/btn_mod-header-panel-utility_hover.png) no-repeat;
				}

				.mod-header-panel-select-utility li.mod-header-panel-select-utility-01 a { background-position: 0 0; }
				.mod-header-panel-select-utility li.mod-header-panel-select-utility-02 a { background-position: -83px 0; }
				.mod-header-panel-select-utility li.mod-header-panel-select-utility-03 a { background-position: -166px 0; }
				.mod-header-panel-select-utility li.mod-header-panel-select-utility-04 a { background-position: -249px 0; }
				.mod-header-panel-select-utility li.mod-header-panel-select-utility-05 a { background-position: 0 -78px; }
				.mod-header-panel-select-utility li.mod-header-panel-select-utility-06 a { background-position: -83px -78px; }
				.mod-header-panel-select-utility li.mod-header-panel-select-utility-07 a { background-position: -171px -78px; }
				.mod-header-panel-select-utility li.mod-header-panel-select-utility-08 a { background-position: -250px -78px; }
				.mod-header-panel-select-utility li.mod-header-panel-select-utility-09 a { background-position: 10px -156px; }

				/* For Member */
				.mod-header-panel-select-utility_member li.mod-header-panel-select-utility-05 a { background-position: 15px -78px; }
				.mod-header-panel-select-utility_member li.mod-header-panel-select-utility-06 a { background-position: -88px -78px; }
				.mod-header-panel-select-utility_member li.mod-header-panel-select-utility-07 a { background-position: -176px -78px; }
				.mod-header-panel-select-utility_member li.mod-header-panel-select-utility-08 a { background-position: -259px -78px; }

/* parts_header.php 訴求追加
========================== */
.header-appeal-wrap {
	background-color:#999;
}

.header-appeal {
	width:1024px;
	margin:0 auto;
	color:#fff;
	font-size:12px;
	padding:2px 0 1px;
}

.base-page {
  /*padding: 80px 0 0;*/
  padding:80px 0 0;
  }



/* a/mypage.php
========================== */
dl.mod-mypage-point {
	overflow:hidden;
}

	dl.mod-mypage-point dt {
		width:9em;
		float:left;
		background-color:#7CB832;
		border:1px solid #7CB832;
		color:#fff;
		padding:10px 20px;
	}

	dl.mod-mypage-point dd {
		margin-left:10em;
		width:12em;
		text-align:right;
		border:1px solid #7CB832;
		padding:10px 20px;
	}


.mod-point-alert-unit {
	border:none;
	font-size:14px;
	margin:20px 0;
	background-color:#FFFDC1;
	min-height:28px;
	clear:both;
	position:relative;
	padding:12px;
}

.mod-point-alert-content {
	padding:0 0 0 43px;
	background:url(../img/point_ico_attention.png) no-repeat 10px center;
	margin-left:200px;
	min-height:30px;
	line-height:30px;
}

.mod-point-alert-detail-link {
	position:absolute;
	right:10px;
}

.point-lost-display {
	color:#DA373A;
	font-weight:bold;
}

/* campaign-end.php テキストサイズ
========================== */
.campaign-end-txt {
	margin: 40px 0 60px 0;
	font-size: 16px;
}

/* browse_history_list.php 閲覧履歴一覧
========================== */
.browse-history-message {
	text-align: center;
	font-size: 15pt;
	margin: 60px 0;
}

.browse-history-button {
	margin: 10px 0 12px;
}
.browse-history-button a {
	display: block;
	margin: 0 auto;
	padding: 8px 0 12px;
	width: auto;
	background: #fff;
	border-color: #db585b;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #db585b;
}
.browse-history-button a {
	width: 266px;
}
.browse-history-button a:hover {
	border-color: #db585b;
	color: #db585b;
}
.browse-history-button a:hover {
	-ms-filter: "alpha(opacity=60)"; /* for IE8 */
	opacity: 0.6;
}
/*	Icon
-----------------------------*/
.browse-history-button [class^="icon-"] {
	content: "";
	display: inline-block;
	margin-right: 10px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: baseline;
	position: relative;
	z-index: 1;
}
.browse-history-button .icon-trash {
	width: 22px;
	height: 24px;
	background-image: url("../img/bookshelf/common/icon_delete_large.png");
	top: 5px;
}

.mod-search-keyword {
	position:relative;
}

.search_option_clear {
	position:absolute;left:258px;

	margin-top:5px;
	width:23px;height:23px;background-color:#BBB;line-height:23px;font-size:20px;text-align:center;cursor:pointer;border:1px solid #999;opacity:0.5;
	display:none;
}

.mod-categorynav-subitem.subitem-mcat37{
	background:url("../img/icon-heart.png") no-repeat 113px 0;
}

.csstransitions .mod-nav2 a.mod-nav-sub-mcat37 {
	background:#7CB832 url("../img/icon-heart.png") no-repeat 65px 20px;
}

.mod-html-banner a img:hover {
	opacity:0.7;
}

.mod-banner-items a img:hover {
	opacity:0.7;
}

/* remove current color */
.mod-nav2 a.current {
	background-color:#7CB832;
}

/* browse_history_list.php 矢沢追記分
========================== */
#new p.wgt-button-requirements {
		margin:0 0 40px;
}

#new p.wgt-button-requirements a {
	display: block;
	width: 310px;
	height: 50px;
	background: url(../img/btn-sendmail-orange.png) no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	margin: 0 auto;
	text-align: center;
	cursor:pointer;
}

#new p.wgt-button-requirements a:hover {
			opacity: 0.65;
			filter: alpha(opacity=65);
			cursor:pointer;
}
#new .title {
	margin: 40px 0 0;
}

/* new2.php 矢沢追記分
========================== */
.sendmail-caution {
	 padding: 26px;
	 background: #FFFDC2;
}
.sendmail-tl {
	 margin: 0 0 6px;
	 font-weight: bold;
	 font-size: 11pt;
	 line-height: 1.2em;
	 border-bottom: 1px solid #3d3d3d;
}
.sendmail-caution ul {
	margin: 0 0 30px;
}
.sendmail-caution ul li {
	 margin: 0 0 6px;
	 padding-left: 10px;
	 text-indent: -10px;
}
.wgt-button-sendmail,
.wgt-button-blank-sendmail {
		margin:0 0 40px;
}

.wgt-button-blank-sendmail {
	width:310px;
	margin:0 auto 40px;
}

.adjust_pad-RL35 {
	margin-bottom:40px;
}

.wgt-button-blank-sendmail a {
	-webkit-appearance:none;
	cursor:pointer;
	display: block;
	width: 320px;
	height: 60px;
	line-height:60px;
	text-align:center;
	background:#f39316 url(../img/parts/ico_link-arrow-white.png) no-repeat;
	background-position:right 10px center;
	color:#ffffff;
		font-size:18px;
		-moz-border-radius:4px;
 		-webkit-border-radius:4px;
 		border-radius:4px;
}

.wgt-button-sendmail a:hover,
.wgt-button-blank-sendmail a:hover {
			opacity: 0.65;
			filter: alpha(opacity=65);
			cursor:pointer;
}

/*---------------------------
	Action
-----------------------------*/
.mod-action {
	margin: 20px 0;
}
.mod-action ul {
	overflow: hidden;
}
.mod-action li.mod-action-left {
	float: left;
}
.mod-action li.mod-action-right {
	float: right;
}
.mod-action a {
	display: block;
	width: 270px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-indent: 0;
	overflow: visible !important;
	color: #ffffff;
    background-size: auto auto;
	background-size: 8px 17px;
	font-size: 18px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom: 3px solid transparent;
}
.mod-action-purchase a {
	background: #dd3731 url(../img/parts/ico_link-arrow-white.png) no-repeat;
	background-position: right 10px center;
	border-bottom-color: transparent;
	border-bottom-color: #ad0407;
}
.mod-action-archive a {
	background: #7d7d7d url(../img/parts/ico_link-arrow-white.png) no-repeat;
	background-position: right 10px center;
	border-bottom-color: transparent;
	border-bottom-color: #666;
}
.mod-action-top a {
	background: #7CB832 url(../img/parts/ico_link-arrow-white.png) no-repeat;
	background-position: left 10px center;
	border-bottom-color: transparent;
	border-bottom-color: #628D2E;
}
.mod-action-modify a,.mod-action-cancel a {
	background: #7d7d7d url(../img/parts/ico_link-arrow-white-back.png) no-repeat;
	background-position: left 10px center;
	border-bottom-color: transparent;
	border-bottom-color: #666666;
}
.mod-action li.mod-action-left:hover,
.mod-action li.mod-action-right:hover {
		padding-top: 2px;
   		margin-bottom: -2px;
}
.mod-action-purchase a:hover,
.mod-action-modify a:hover,
.mod-action-cancel a:hover,
.mod-action-archive a:hover,
.mod-action-top a:hover {
		border-bottom:0;
		height:50px;
		line-height:50px;
		background-color:#f59416;
		opacity:0.6;
}
.mod-payment-note {
    margin-top: 6px;
    text-indent: -1em;
    margin-left: 1em;
    color: #da373a;
}

.mod-item-to-last-link {
		position:relative;
		top:-12px;
		line-height:15px;
		font-size:15px;
		font-weight:bold;
}

.mod-item-to-last-link a {
	text-decoration:underline;
}

.mod-item-to-last-link a:before {
	position:relative;
	top:2px;
	content: ' ';
	display:inline-block;
	width: 8px;
	height: 15px;
	background: url(../img/sprites/all-s5e877242d5.png) no-repeat -113px -25px;
	background-size: auto auto;
	-webkit-background-size: 400px 1665px;
	background-size: 400px 1665px;
	margin-right:10px;
}

.mod-footer-related-link-section-wrapper {
	background-color:#7CB832;
}

.mod-footer-related-link-section {
		margin: 0 auto;
		width: 1024px;
		padding:20px 30px 0;
}

.mod-footer-related-link-section:after {
	content: ".";display: block;height: 0;font-size:0;clear: both;visibility:hidden;
}

.mod-footer-related-link-unit {
		width:300px;
		float:left;
}

.mod-footer-relate-title {
	font-size:16px;
	color:#FFF;
	margin:0 0 5px 0;
	font-weight:normal;
}

.mod-footer-relate-title a{
	color:#FFF;
	text-decoration: none;
}

.mod-footer-related-link-unit ul  {
	margin-left:10px;
}

.mod-footer-related-link-unit ul li a {
	color:#FFF;
	line-height:180%;
}

.mod-footer-related-link-unit-inner {
	margin-bottom:30px;
}

.middle-area-text {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px #EAEAEA solid;
    font-size: 95%;
}

.mod-item-faq-section {
	margin-top:30px;
}

.mod-item-faq-section .mod-heading-h {
    padding-left: 40px;
    padding-top: 2px;
    line-height: 30px;
    background: url(../../common/img/icon-book.png) no-repeat 5px center;
}

.mod-item-faq-question {
color:#da373a;
margin-bottom:5px;
}
.mod-item-faq-question:before {
	content:'Q.';
}
.mod-item-faq-answer {
	margin-bottom:15px;
}


.bottom-area-text-wrap {
	background-color:#EAEAEA;
}

.bottom-area-text {
	width: 1024px;
    margin: 0 auto;
    zoom: 1;
	background: url(../../common/img/mibon-logo-white.png) no-repeat 40px center;
}
.bottom-area-text-body {
	margin-left:180px;
	padding:15px 10px;
}

.header_mutual_link {
	position:absolute;left:240px;top:15px;
}

.mod_header_login .header_mutual_link {
	position:absolute;left:350px;
}

.header_mutual_link img {
	margin-right:5px;
}

/* config-card.php
========================== */
.btnDeleteOrange {
	width:310px;
	height:50px;
	padding:0;
	border:0;
	background:url(../../resources_pc/img/btn-delete-orange_hover.png) no-repeat left top;
}
.btnDeleteOrange input {
	margin:0 !important;
}
.btnDeleteOrange input:hover {
	opacity: 0.0;
}

