@charset "shift_jis";

/* loginPage /auth/id/login.asp
 ---------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}
li {
	list-style-type:none;
}
/* form */
.balloonBase input {
	font-family:"CI", Meiryo, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 100%;
}
.balloonBase input[type="image"],
.balloonBase input[type="button"],
.balloonBase input[type="checkbox"],
label {
	cursor: pointer;
}
.noCursor {
	cursor: default !important;
}
.balloonBase input[type="text"],
.balloonBase input[type="password"]{
	border: 1px solid #d7dbdf;
	padding: 9px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
}
.balloonBase input[type="text"]:focus,
.balloonBase input[type="password"]:focus{
	border: 1px solid #32afd9;
}
.balloonBase input.secMailFrm,
.balloonBase input.secPwFrm {
	width: 300px;
}
.balloonBase input.secMailFrm {
	color: #000;
}
/* lginPage /auth/id/login.asp
 ---------------------------------- */
.boxWrapper {
	background-color: #f4f4f4;
	margin: 10px auto 20px;
	padding: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
.boxWrapper .w860 {
	width: 860px;
}
.boxWrapper .boxInner {
	text-align: center;
	width: 600px;
}
.boxWrapper .boxTtl {
	font-size: 139%; /* 18px */
	font-weight: bold;
	text-align: center;
	width: 600px;
	margin-bottom: 30px;
}
.boxWrapper .boxInnerLeft,.boxWrapper .boxInnerRight {
	width: 395px;
}
.boxWrapper .boxInnerLeft {
	float: left;
	border-right: 1px solid #d7dbdf;
	padding-right: 35px;
}
.boxWrapper .boxInnerLeft .boxInnerLeftWrapper {
	margin:0 auto;
}
.lginAtt {
	margin-top:20px;
	text-align:center;
}
.boxWrapper .boxTtlL,
.boxWrapper .boxTtlL02 {
	font-size: 139%; /* 18px */
	font-weight: bold;
	text-align: center;
}
.boxWrapper .boxTtlL {
	margin-bottom:15px;
}
.boxWrapper .boxTtlL span {
	font-size:12px;
	font-weight:normal;
}
.boxWrapper .boxInnerRight {
	float: right;
	text-align: center;
}
.boxWrapper .boxInnerRight .boxInnerRightWrapper {
	width: 320px;
	margin:0 auto;
}
.boxWrapper .boxTtlR,
.boxWrapper .boxTtlR02 {
	font-size: 131%; /* 17px */
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.01em;
}
.boxWrapper .boxTtlR {
	margin-bottom:15px;
}
/* lginForm */
.lginForm {
	margin:0 auto 20px;
	width:325px;
}
.lginForm li {
	margin-bottom:10px;
}
.lginForm li.atlgin {
	margin:0 0 5px 2px;
	color: #344287;
}
li input[type="checkbox"] {
	margin-right:6px;
}
.lginForm .lginBtn {
	background:url(/images/id/login/btn_kakakuid_login_L_over.png) no-repeat;
	width:320px;
	height:46px;
	margin:0 auto 5px;
}
.lginForm .lginBtn input:hover {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.lginForm .pwReminder {
	text-align:right;
}
/* snsBtnArea */
.snsBtnArea {
	margin:30px auto;
	border:1px dotted #ccc;
	width:360px;
	padding-top:10px;
}
.snsBtnArea li {
	margin-bottom:10px;
}
.snsBtnArea .btnGoogleSet,
.snsBtnArea .btnFbSet a,
.snsBtnArea .btnFbSet span {
	width: 320px;
	height: 0;
	display: block;
	overflow: hidden;
	padding-top: 47px;
	margin: 0 auto;
}
.snsBtnArea .btnGoogleSet {
	background: url(/images/id/login/btn_google_login_L.png) no-repeat;
	cursor:pointer;
}
.snsBtnArea .btnGoogleSet:hover {
	background-position: 0 -47px;
}
.snsBtnArea .btnFbSet a,
.snsBtnArea .btnFbSet span {
	background: url(/images/id/login/btn_fb_login_L.png) no-repeat;
}
.snsBtnArea .btnFbSet a:hover {
	background-position: 0 -47px;
}
.snsBtnArea .btnFbSet span {
	background-position: 0 -94px;
}
/* identryArea */
.idEntryArea .btnIdEntry {
	margin-bottom:10px;
}
.idEntryArea .btnIdEntry a {
	width: 320px;
	height: 0;
	display: block;
	overflow: hidden;
	padding-top: 47px;
	margin: 0 auto;
	background: url(//img1.kakaku.k-img.com/images/id/login/btn_kakakuid_entry_l.png) no-repeat;
}
.idEntryArea .btnIdEntry a:hover {
	background-position: 0 -47px;
}
.idEntryArea .idHelp {
	text-align:right;
}
.idEntryArea .idHelp a {
	background:url(/images/id/login/login_icon_hatena.png) no-repeat;
	padding-left:20px;
	display: inline-block;
	line-height: 18px;
}
/* norton */
.norton {
	position:absolute;
	bottom:10px;
	right:10px;
}

/* error 
---------------------------------- */
.errorMsg {
	margin-top:10px;
    border: 1px solid #ffaeae;
	padding:10px;
	text-align:center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.errorMsg p {
	font-weight:bold;
	color:#f00;
	font-size:120%;
}
.announce {
	margin-top:10px;
	background-color: #fefae6;
    border: 1px solid #f2d85f;
	padding:20px 10px;
	text-align:center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.announce p {
	font-weight:bold;
	color:#333;
}
input[type="text"].txtError,
input[type="password"].txtError {
	background-color: #fff4f4;
	border: 1px solid #ffaeae;
}
.balloonBase{
	position: relative;
}
.balloonWrapperRight {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #ffaeae;
	color: #5b5b5b;
	width: 150px;
	font-size: 85%; /* 11px */
	padding: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#f00;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	z-index: 1;
}
.balloonWrapperRight.mail {
	top: -20px;
	left: 335px;
}
.balloonWrapperRight.pass {
	top: -15px;
	left: 335px;
}
.balloonWrapperRight:after {
	content: '';
	position: absolute;
	top: 25px;
	left: -9px;
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-right: solid 10px #fff;
}
.balloonWrapperRight:before {
	content: '';
	position: absolute;
	top: 25px;
	left: -11px;
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-right: solid 10px #ffaeae;
}
.artFbSet {
	text-align:center;
	font-size:85%;
	color:#f00;
	margin-top:3px;
}

/* reCaptcha */
#recaptchaBx {
	border:2px solid #F00;
	border-radius:5px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	text-align:left;
}
#recaptchaBx .captchaTtl {
	background:#F00;
	color:#FFF;
	font-weight:bold;
	padding:5px 8px;
}
#recaptchaBx .captchaTxt { padding:8px 8px 5px;}
#recaptchaBx .captchaTxt img {
	border-bottom:1px solid #BFBFBF;
	margin-right:3px;
	vertical-align:middle;
}
/*IDo^U±gΗΑ 1611 sm26 */
.boxInnerRight .idIntroArea {
	background: #fff;
	border-radius: 5px;
	border-top: 2px solid #e9e9e9;
	line-height: 1.4;
	padding-bottom: 10px;
}
.boxInnerRight .idNewerTtl {
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0 0;
	line-height: 1.3;
}
.boxInnerRight .idNewerTtl + .idIntroArea {
	margin-top: 10px;
}
.aboutId {
	position: relative;
	margin-top: 9px;
	padding: 0;
}
.aboutId:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	display: inline-block;
	vertical-align: 3px;
	border-left: 1px dotted #ccc;
}
.aboutId:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.aboutIdTxt {
	float: left;
	width: 43%;
	text-align: left;
	padding: 0 0 13px 0;
	background: url(//img1.kakaku.k-img.com/images/id/login/about_id_illust1.png) no-repeat;
	color: #333333;
}
.aboutIdTxt.itm1 {background-position: right -133px; margin-left: 13px; padding: 3px 0 16px 0;}
.aboutIdTxt.itm2 {background-position: right -52px; padding-left: 20px;padding: 3px 0 16px 18px;}
.aboutIdTxt.itm3 {background-position: right 38px; border-top: 1px dotted #ccc; margin-left: 13px;padding-top: 10px;}
.aboutIdTxt.itm4 {background-position: right -207px; border-top: 1px dotted #ccc; padding-left: 20px;padding-top: 10px;}
.idIntroArea + .idEntryArea,
.idEntryArea .idHelp + ul {
	margin-top: 10px;
}
.aboutIdTxt .mainTxt {
	display: block;
	font-size: 93%;
	font-weight: bold;
}
.aboutIdTxt.itm4 .mainTxt {
	letter-spacing: -.5px;
}
.aboutIdTxt.itm3 .mainTxt {
	font-size: 88%;
	letter-spacing: -.54px;
}
.aboutIdTxt .mainTxt b {
	color: #e26000;
}
.aboutIdTxt .mainTxt + .subTxt {
	margin-top: 7px;
	color: #666;
	line-height: 1.5;
}
.aboutIdTxt .subTxt {
	display: block;
	font-size: 77%;
}

/*IDo^U±gΗΑ 1611 sm26 end */


/*IDo^[AhXcssΗL 1710 sm32 */
.balloonBase input[type="email"]{
	border: 1px solid #d7dbdf;
	padding: 9px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
}
.balloonBase input[type="email"]:focus{
	border: 1px solid #32afd9;
}
/*IDo^[AhXcssΗL 1710 sm32 end */

/* LINEAgΗΑ 1802 sm26 */
.snsBtnArea .btnLineSet a,
.snsBtnArea .btnLineSet span {
	width: 320px;
	height: 0;
	display: block;
	overflow: hidden;
	padding-top: 47px;
	margin: 0 auto;
}
.snsBtnArea .btnLineSet a,
.snsBtnArea .btnLineSet span {
    background: url(//img1.kakaku.k-img.com/images/id/login/btn_line_login_L.png) no-repeat;
}
.snsBtnArea .btnLineSet a:hover {
	background-position: 0 -47px;
}
.snsBtnArea .btnLineSet span {
	background-position: 0 -94px;
}
/* LINEAgΗΑ 1802 sm26 END */

/* reCAPTCHA_v2 1803 sm32 */
.p-confprompt{
border:1px solid #ff0000;
background:#fff;
text-align:left;
padding:8px 10px 10px;
border-radius:6px;
margin:10px 0 15px;
color:#333333;
}

.p-confprompt .p-confprompt_ttl{
background:url(/images/id/confprompt_icon.svg) no-repeat;
background-size:24px 24px;
background-position:left center;
font-size:14px;
line-height:1.3em;
font-weight:bold;
min-height:24px;
color:#ff0000;
padding-top:4px;
padding-left:30px;
box-sizing:border-box;
}

.p-confprompt .p-confprompt_line{
font-size:12px;
margin-top:5px;
}
/* reCAPTCHA_v2 1803 sm32 END */