@charset "UTF-8";
/*
html {
	font-size:62.5%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	max-height: 100%;
}

body {
	font-size: 15px;
	line-height:1.5;
	font-weight:normal;
	font-style:normal;
	color: #2d2d2d;
	line-height: 1;
	width: 100%;
	min-width: 320px;
}
*/

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

*, input, textarea, button, select, a {
	-webkit-tap-highlight-color:transparent;
		-webkit-touch-callout:none;
}

/* font-size */

.fs_8{font-size:57.1%;}
.fs_9{font-size:64.3%;}
.fs_10{font-size:71.4%;}
.fs_11{font-size:78.6%;}
.fs_12{font-size:85.7%;}
.fs_13{font-size:92.9%;}

.fs_14{font-size:100%;}/* 基準値 */

.fs_15{font-size:107.1%;}
.fs_16{font-size:114.3%;}
.fs_17{font-size:121.4%;}
.fs_18{font-size:128.6%;}
.fs_19{font-size:135.7%;}
.fs_20{font-size:142.9%;}
.fs_21{font-size:150.0%;}
.fs_22{font-size:157.1%;}
.fs_23{font-size:164.3%;}
.fs_24{font-size:171.4%;}


/* Clearfix */

.clearfix {
}
	.clearfix::before,
	.clearfix::after {
		content: "";
		display: block;
		overflow: hidden;
	}
	.clearfix::after {
		clear: both;
	}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
	margin:0;
	padding:0
}
article, footer, header, nav, section {
	display:block
}
body, button, input, select, textarea {
	font-family:sans-serif
}
button, input, select, textarea {
	margin:0;
	font-size:100%;
	vertical-align:baseline
}
select {
	font-size:14px
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}
input[type="checkbox"] {
	padding:10px
}
ul {
	list-style:none
}
li {
	padding:0
}
img {
	max-width: 100%;
	height: auto;
	border:0
}
textarea {
	vertical-align:top
}
table {
	border-collapse:collapse;
	border-spacing:0
}
a {
	color:#005fd1;
	text-decoration:none
}
/* NC2111 パンくずを他画面を合わせるため */
a.line {
	color:#005fd1;
	text-decoration:underline;
}

a:visited {
	color:#005fd1
}
a, label {
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}

strong {
	font-weight: bold;
}

sup { vertical-align: top; font-size: 0.6em; }


/* input --------------- */
input {
	color: #2d2d2d;
	vertical-align: middle;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

	input:focus {
		outline: none;
	}

	/* input > type["text" and "password"] --------------- */
	.custom-input {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.custom-input.ext-full_width,
	.custom-input.ext-full_width {
		width: 100%;
	}

	.custom-input.w40{
		width: 40%;
    }

	.custom-input.w50{
		width: 50%;
    }
	.custom-input.w80{
		width: 80%;
    }
	.custom-input.w100{
		width: 100%;
    }

.custom-textarea {
	width: 100%;
	padding: 4px 8px;
	min-height: 80px;
	color: #2d2d2d;
	border-radius: 4px;
}

input[type=radio], input[type=checkbox]{
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  margin-right:3px;
  font-size:150%;
}

.price-new {
    display: inline-block;
    margin-left: 5px;
    font-size: 11.5px;
    padding: 4px 4px;
    text-align: center;
    line-height: 11.5px;
    background: #fff1f1!important;
    color: #ef3c78;
    font-weight: bold;
    vertical-align: text-bottom;
    font-style: normal!important;
}

.jsAccordion{
cursor: pointer;
}
