﻿@charset "utf-8";
.price-size.keycolor01.overcolor01{
	color:#ffffff !important;
}

/*----------------------------
	idx
---------------------------- */
.idx_wrap{
	height:100vh;
	position:relative;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	/*
	background-image:url('../usrimg/idx_topimg_pc.jpg');
	*/
	background-color:#cfdddd;
}
/*
.idx_wrap::before{
	content:'';
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:linear-gradient(rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)),url(../usrimg/dot01.png);
}
*/
.idx_loginarea{
	width:600px;
	height:initial;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	background:rgba(255,255,255,0.9);
	box-shadow:0 1px 3px 1px rgba(0,0,0,0.15);
	padding:2.0rem;
}
.indexlogo{
	width:320px;
	margin: 0 0 1.0rem;
}
.idx_flex{
	display:flex;
	justify-content: space-around;
	width:100%;
	max-width:480px;
	margin:0 auto;
}
.idx_top_btn{
	width:48%;
	padding:1.0rem 2.0rem;
	text-center;
	display:block;
}
.idx_cont-title{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 auto 2rem;
	position:relative;
}
.idx_cont-title::after{
	width:2.4rem;
	height:2px;
	position:absolute;
	left:calc(50% - 1.2rem);
	bottom:-1.0rem;
	background:#555555;
	content:'';
}
.home_link_btn{
	padding: 0.8rem 1.3rem !important;
	border-radius: 0.5em !important;
	letter-spacing: 0.1em !important;
	display: block !important;
	margin: 0 auto !important;
	line-height: 1.5rem !important;
	font-family: "Meiryo",sans-serif !important;
	-webkit-appearance: none !important;
	transition: all 0.3s linear !important;
	width:100%;
	max-width:350px !important;
	border:1px solid !important;
	font-weight:normal;
}


/*-----------------------------------
	color
----------------------------------- */
body.backAllcolor{
	background:#d8e4e4 !important;
	color:#333333 !important;
}

/* header */
.navilink-inner{
	border-left: 0.1px solid #555555;
}
.headermain-navilink:last-child .navilink-inner {
    border-right: 0.1px solid #555555;
}

/* footer */
#footer .footerbottom{
	background-color:#333333 !important;
	colo:#ffffff !important;
}

/* sidemenu */
.sidemenu .contentstitle01{
	border-bottom: 1px solid #555555;
}
.contentslink,ul.talentsearch li{
	border-bottom: 1px dashed #555555;
}

/* contents-title */
.conttitle-bottom{
	color:#999999;
}
.conttitlearea.border{
	border-color:#999999;
}

/* top contets */
.newslistlink{
	border-color:#555555;
}
.sitedescarea{
	background:transparent !important;
}


/* photo */
.cart-btn000 .added-text{
	border: 1px solid #555555;
	background: #555555;
}
.side .photolistimgarea{
	background: #eeeeee !important;
}
.side .photolistimgarea .photolistimg{
	background-color: #eeeeee;
}

/* table */
#changeprf th{
	border-bottom: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
	border-right: #aaaaaa 1px solid;
}
#changeprf th.t_top {
	border-top: 4px solid #999999;
}
#changeprf td{
	border-bottom: #aaaaaa 1px solid;
	border-right: #aaaaaa 1px solid;
	background:#ffffff;
}
#cart th, #cart td{
	border: #aaaaaa 1px dashed;
	border-right: #aaaaaa 1px dashed;
	background: #ffffff;
}
#cart .othercell.subcolor01back td{
	background-color: inherit !important;
	color: inherit !important;
}
#cart .othercell.keycolor01back td{
	background-color: inherit !important;
	color: inherit !important;
}

.cartinfo{
	border:none;
}
.twobox .newinfo{
	background:#ffffff;
	border: none;
}
.order_notes_flex{
	background:#ffffff;
}
.cartcaution .textcontents-main{
	background:#ffffff !important;
}
.cartinfo.subcolor01back{
	background:#ffffff !important;
}

/* input */
input[type="text"], input[type="password"], input[type="number"],select{
	background:#ffffff;
}