/* @override 
	http://203.143.96.127:8001/lp/uniform2023/assets/css/base_sp.css */

@charset "utf-8";

/* css */


html {
    scroll-behavior: smooth;
	scroll-padding-top: 20vw;
}

/* ========== resets / default ========== */

ul {
	list-style: none;
	
}

ul,
ul li {
	margin: 0;
	padding: 0;
}


img {
	max-width: 100%;
	vertical-align: bottom;
}


/* ========== pc/sp ========== */

.sp {
	display: block;
}


/* ========== common fonts ========== */


html {
	font-size: 62.5%;
	font-family: "Noto Sans JP", system-ui, sans-serif;
	font-weight: 400;
}


/* Aktiv Grotesk */
@import url("https://use.typekit.net/ykm6hxe.css");

/* Roboto */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;1,300&display=swap');






/* ========== common ========== */


body#uniform2023 {
	width: 100%;
	height: 100%;
	line-height: 1.4;
	color: #020202;
	position: relative;
	z-index: 0;
}


* {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}


a {
	transition: 0.3s;
}

a,
a:visited {
	color: inherit;
	text-decoration: none;
}






/*image*/

#box_kv img,
section img,
footer img {
	width: 100%;
	vertical-align: bottom;
	position: relative;
	z-index: 0;
}


#box_anchor_nav {
	width: 88vw;
	margin: 8vw auto 0 auto;
}

#box_anchor_nav ul{
border: 4px solid #020202;
border-radius: 2vw;
display: flex;
justify-content: center;
}

#box_anchor_nav ul li {
	width: calc(100% / 3);
	line-height: 0.9;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 4.375vw;
	border-right: 4px solid #020202;
}

#box_anchor_nav ul li:nth-of-type(3) {
	border-right: none;
}

#box_anchor_nav li small {
	font-size: 3.125vw;
}

#box_anchor_nav li strong {
	font-size: 8vw;
	font-family: "Roboto",sans-serif;
	font-weight: 500;
	font-feature-settings: "palt" 1;
}

#box_anchor_nav li strong>small {
	margin-right: 0.1em;
}

#box_anchor_nav li strong+small {
	font-feature-settings: "palt" 1;
}

#box_anchor_nav li:nth-of-type(3) strong>small {
	margin-right: 0;
	margin-left: 0.1em;
}

#box_anchor_nav li:nth-of-type(3) strong {
	margin-left: 0.25em;
}


#box_anchor_nav ul li>a {
	display: block;
	box-sizing: border-box;
	padding: 3vw 3vw 3vw 3vw;
}

#box_anchor_nav li:nth-of-type(1) a strong {
	color: #13b6e0;
}

#box_anchor_nav li:nth-of-type(2) a strong {
	color: #918d84;
}

#box_anchor_nav li:nth-of-type(3) a strong {
	color: #058e66;
}


/* ========== common block ========== */

div#wrapper,
div#container {
	width: 100%;
	height: auto;
	position: relative;
}

div#wrapper {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

div#container {
	width: 100%;
	height: auto;
}


main {
	position: relative;
	z-index: 50;
	background-color: #fff;
}



div.inner_header,
footer>.inner,
div#box_kv>.inner,
section>.inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}



/*layer*/

div#overlay {
	position: fixed;
	z-index: 2000;
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
}


div[id^="layer_"] {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2500;
	box-sizing: border-box;
}


/*btn_close*/
div[id^="layer_"] p.btn_close {
	font-size: 4vw;
	position: absolute;
	right: 0;
	bottom: -48px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.03em;
}

div[id^="layer_"] p.btn_close a {
	color: #fff;
	display: inline-block;
	transition: 0.3s;
}

div[id^="layer_"] p.btn_close a:hover {
	opacity: 0.7;
}

div[id^="layer_"] p.btn_close a>span {
	display: inline-block;
	position: relative;
	z-index: 0;
	padding-right: 34px;
}

div[id^="layer_"] p.btn_close a>span::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	display: block;
	right:0;
	top: 50%;
	margin-top: -15px;
	background-image: url(/lp/uniform2023/assets/img/icon_close.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 0;
}


div#layer_open_store{
	position: fixed;
	left: 50%;
	box-sizing: border-box;
	margin-left: -45vw;
	background-color: #fff;
	width: 90vw;
	height: 46vh;
	top: calc((100vh - 55vh) / 2);
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div[id^="layer_"] .inner {
	padding: 0.5em 2em 1em 2em;
}

div[id^="layer_"] .inner h3,
div[id^="layer_"] .inner p,
div[id^="layer_"] .inner li {
	text-align: center;
}

div[id^="layer_"] .inner h3 {
	font-size: 5.5vw;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

div[id^="layer_"] .inner h3>small {
	font-size: 3vw;
	display: block;
	margin-top: 0.6em;
}

div[id^="layer_"] .inner h3+p {
	font-size: 3.5vw;
	margin-top: 1.5em;
	font-weight: 600;
}

div[id^="layer_"] .inner ul.btn_selector_sizes {
	display: block;
	justify-content: center;
	margin-top: 1em;
}

div[id^="layer_"] .inner ul.btn_selector_sizes li {
	font-size: 6.5vw;
	font-weight: 600;
	margin: 12px;
	width: 12em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
}

div[id^="layer_"] .inner ul.btn_selector_sizes li span {
	font-weight: 200;
}

div[id^="layer_"] .inner ul.btn_selector_sizes li>a {
	display: block;
	padding: 0.5em 1em 0.45em 1em ;
}

div[id^="layer_"] .inner ul.btn_selector_sizes+p {
	font-size: 3vw;
	margin-top: 1em;
	color: #555;
}


div#overlay,
div#layer_open_store{
	display: none;
}


/*table*/

table.tbl_specs {
	width: 100%;
	box-sizing: border-box;
	font-size: 2.4rem;
	position: relative;
	z-index: 0;
	border: 3px solid #333;
	background-color: #fff;
}

table.tbl_specs thead,
table.tbl_specs tbody,
table.tbl_specs tr,
table.tbl_specs td,
table.tbl_specs th{
	display: block;
	box-sizing: border-box;
	vertical-align: middle;
	width: 100%;
}

table.tbl_specs tr {
		display: flex;
	justify-content: flex-start;
}

table.tbl_specs tbody tr {
	border-top: 3px solid #fff;
} 



table.tbl_specs th {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	text-transform: uppercase;
	font-weight: 700;
}


table.tbl_specs thead,
table.tbl_specs tbody {
	display: block;
	width: 100%;
	position: relative;
	z-index: 0;
}

table.tbl_specs tr {
	width: 100%;
}

table.tbl_specs thead {
	z-index: 20;
}


table.tbl_specs th,
table.tbl_specs td {
	padding: 0.4em 0 0.2em 0;
	border-right: 3px solid #fff;
	text-align: center;
	line-height: 1.6;
	position: relative;
	z-index: 0;
	color: #fff;
}


table.tbl_specs thead td:last-of-type,
table.tbl_specs tbody td:last-of-type {
	border-right: none;
}


table.tbl_specs thead th,
table.tbl_specs tbody th {
	background-color: #555555;
}



table.tbl_specs thead td {
	width: calc((100% - 130px) / 9);
	font-weight: 600;
}

table.tbl_specs thead td:last-child {
	width: calc((100% - 130px) / 9 + 2px);
}


table.tbl_specs thead td>span {
	display: inline-block;
	width: 100%;
	transition: 0.3s;
}

table.tbl_specs thead td:hover {
	cursor: pointer;
}

table.tbl_specs thead{
	position: relative;
	z-index: 10;
}

table.tbl_specs thead td>span+p {
	font-size: 1.4rem;
	color: #222;
	position: absolute;
	line-height: 1.4;
	border-radius: 0.5em;
	z-index: 200;
	bottom: calc(-4em - 7px);
	width: 13em;
	left: 50%;
	margin-left: -5.8em;
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 0.8em 0.5em 0.8em 0.5em;
	box-sizing: border-box;
	box-shadow: 2px 5px 15px rgba(0,0,0,0.1);
	transition: 0.3s;
	opacity: 0;
}

table.tbl_specs thead td>span+p::after {
	content: "";
	display: block;
	width: 0;
height: 0;
border-style: solid;
border-width: 0 6px 18px 6px;
border-color: transparent transparent #fff transparent;
position: absolute;
z-index: 0;
top: -18px;
left: 50%;
margin-left: -6px;
transition: 0.3s;
}



table.tbl_specs thead td:hover>span+p {
	opacity: 1;
}


table.tbl_specs tbody td,
table.tbl_specs tbody th {
	padding: 0.4em 0 0.4em 0;
}

table.tbl_specs tbody td {
		font-size: 3.4rem;
		font-weight: 600;
	width: calc((100% - 130px) / 9);
}

table.tbl_specs tbody td:nth-of-type(1) {
	width: calc(((100% - 130px) / 9) * 2);
}

table.tbl_specs tbody td:nth-of-type(2) {
	width: calc(((100% - 130px) / 9) * 7 + 2px);
}

table.tbl_specs thead tr td,
table.tbl_specs tbody tr td {
	background-color: #15b6e4;
}


table.tbl_specs thead tr td:nth-of-type(1),
table.tbl_specs thead tr td:nth-of-type(2),
table.tbl_specs tbody tr td:nth-of-type(1) {
	background-color: #111;
}



/* ========== common text ========== */

.center {
	text-align: center;
}

/*英文aktiv-grotesk*/
div[id^="layer_"] p.btn_close,
div[id^="layer_"] .inner_content ul.btn_selector_sizes li,
div.box_order_btn p.btn_order,
#fp_1st_kento p.caption,
header>.inner p#site_id,
#sec_fonts p.price>strong,
div#box_focus_details>ul h3>strong[lang='en'],
#sec_size_detail table thead th:not(.sttl),
#sec_size_detail table tbody td,
div.header_specs h3,
table.tbl_specs thead th,
table.tbl_specs tbody th,
table.tbl_specs td{
	font-family: aktiv-grotesk, sans-serif;
}
footer .site_name,
#sec_fonts .font_design dl dt,
div#box_kv p#kv_title,
h2[lang="en"] {
	font-family: aktiv-grotesk-extended, sans-serif;
	font-weight: 700;
}


/*和文OTF詰め指定*/
#sec_fonts .font_note h3,
div.inner_header p,
ul.rsrv_period>li h5+p,
ul.rsrv_period h5,
div.header_specs h3>small {
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}


h4,
h2,
div.header_specs h3 {
	text-align: center;
}

h2[lang="en"] {
	font-size: 5.4rem;
	text-transform: uppercase;
	line-height: 1;
}

div.header_specs h3 {
	font-size: 3.6em;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 0.6em;
}

div.header_specs h3>strong {
	font-weight: 700;
}

div.header_specs h3>small {
	display: block;
	font-weight: 500;
	font-size: 1.8rem;
	margin-top: 0.4em;
}

h4 {
	margin-top: 2.5em;
	font-size: 4rem;
	line-height: 1.5;
}



p.note {
	font-size: 1.4rem;
	color: #777;
	margin-top: 1em;
	font-feature-settings: normal;
	line-height: 1.6;
}

#sec_fonts h3+p.note {
	margin-top: 0.5em;
}

p.note a {
	text-decoration: underline;
}


section>.inner.lead {
	margin-top: 3em;
	padding-bottom: 0;
}

section>.inner.lead>p:not(.note) {
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 700;
}

p.attention {
	text-align: center;
	line-height: 1.4;
}

p.attention.border {
	border: 5px solid #555;
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

sup {
	font-size: 0.6em;
}

/* ========== header ========== */

header {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
}


header>.inner {
	width: calc(100% - 8vw);
	position: relative;
	margin: 0 auto;
	height: auto;
	border-radius: 8px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-sizing: border-box;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
	display: flex;
	justify-content: center;
}

header>.inner p#site_id {
	color: #fff;
	margin: 0 auto 0 auto;
	font-size: 2.7vw;
	height: 100%;
	line-height: 1;
	position: relative;
	padding-left: 14vw;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.02em;
	box-sizing: border-box;
}

header>.inner p#site_id a {
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 5vw;
	padding-bottom: 5vw;
}

header>.inner p#site_id::before {
	content: "";
	display: block;
	position: absolute;
	width: 12vw;
	height: 13vw;
	top: 8px;
	left: 0;
	background-image: url("/lp/uniform2023/assets/img/art_kf_emblem.png");
	background-size: cover;
}

p.bnr {
	background-color: #fff;
	margin-top: -2px;
}

p.bnr a {
	display: block;
}


/* ========== #box_kv ========== */

div#box_kv {
	width: 100%;
	height: calc(100vw * 1.2723);
	padding-top: 3vw;
	background-color: #75c2d9;
	position: relative;
	z-index: 0;
}

div#box_kv>h1 {
	position: absolute;
	top: 3vw;
	left: 0;
	width: 200vw;
	height: calc(100vw * 1.2723);
}

div#box_kv>h1>img {
	max-height: 100%;
}





/* ========== #sec_concept ========== */
#sec_concept {
	
}

div#box_focus_details {
	
}



/* ========== #sec_design_detail ========== */

section#sec_design_detail {
	
}

/* ========== /#sec_design_detail ========== */

/* ========== #sec_specs ========== */



/* ========== #sec_fonts ========== */


#sec_fonts p.price {
	font-size: 2.4rem;
	position: relative;
}

#sec_fonts p.price>strong {
	font-size: 4rem;
	position: relative;
	top: 0.05em;
}

#sec_fonts p.price>small {
	font-size: 1.6rem;
}


#sec_fonts p.attention.border {
	margin-top: 2em;
	width: 80%;
}

#sec_fonts h3 {
	font-size: 2.4rem;
	text-align: center;
}

#sec_fonts .font_note {
	padding-bottom: 0;
}

#sec_fonts .font_note dl,
#sec_fonts .font_design dl {
	font-size: 1.8rem;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}


#sec_fonts .font_note dl {
	margin-top: 0.25em;
	line-height: 1.5;

	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

#sec_fonts .font_note dl dt,
#sec_fonts .font_note dl dd {
	box-sizing: border-box;
	margin-top: 8px;
	background-color: #ececec;
	padding: 1em;
	border-radius: 8px;
}

#sec_fonts .font_note dl dt {
	width: calc(18% - 1px);
	font-weight: bold;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#sec_fonts .font_note dl dt+dd {
width: 82%;	
border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#sec_fonts .font_design p.note {
	text-align: center;
}


#sec_fonts .font_design dl {
	background-color: #aaa;
	border-radius: 8px;
	padding: 2em 2em 3em 2em;
		margin-top: 1em;
}

#sec_fonts .font_design dl dt,
#sec_fonts .font_design dl dd {
	text-align: center;
}

#sec_fonts .font_design dl dt {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	text-transform: uppercase;
}

#sec_fonts .font_design dl dd {
	margin-top: 1em;
}

#sec_fonts .font_design dl dt:nth-of-type(2) {
	margin-top: 1.5em;
}

#sec_fonts .font_design dl dd>img {
	max-width: 90%;
}


/* ========== #sec_size_detail ========== */
#sec_size_detail>.inner {
padding-top: 64px;
	border-top: 1px solid #aaa;
}

#sec_size_detail h3 {
	font-size: 2rem;
}

#sec_size_detail h3,
#sec_size_detail h3+p{
	text-align: center;
}

#sec_size_detail h3+p {
	margin-top: 0.4em;
}

#sec_size_detail table {
	width: 1080px;
	box-sizing: border-box;
	margin: 0 auto;
	font-size: 1.6rem;
	margin-top: 1em;
	border: 2px solid #333;
}

#sec_size_detail table,
#sec_size_detail table th,
#sec_size_detail table td {
	box-sizing: border-box;
	text-align: center;
}

#sec_size_detail table th,
#sec_size_detail table td {
	border: 2px solid #333;
	padding: 1.3em 0.6em 1.3em 0.6em;
}

#sec_size_detail table thead th {
	padding: 0.3em 0.6em 0.2em 0.6em;
	color: #fff;
}


#sec_size_detail table thead th:not(.sttl) {
	font-size: 2.4rem;
}

#sec_size_detail table thead th.sttl {
	width: 8%;
}

#sec_size_detail table tbody td {
	font-weight: 500;
} 


#sec_size_detail table tbody tr:nth-of-type(odd) td{
	background-color: #f1f1f1;
}


/* 3btns */
ul[id^="box_order_3btns_"] {
	margin-top: 2em;
	width: 80vw;
	max-width: 520px;
	margin: 2em auto 0 auto;
}

ul[id^="box_order_3btns_"] li {
	margin-top: 2.5em;
}

ul[id^="box_order_3btns_"] li a {
	display: block;
	border-radius: 1em;
	overflow: hidden;
}




ul[id^="box_order_3btns_"] li a{
	box-shadow: 0px 8px 15px rgba(0,0,0,0.1);
}


section>p.note,
section>div.bg_2nd>p.note,
section>div.bg_gk>p.note {
	width: 86vw;
	margin: 1.5em auto 0 auto;
	font-size: 3.4vw;
}


section p.table {
	width: 89vw;
	margin: 0 auto 1em auto;
}


/*btn-new*/

p.btn_sp_order {
	margin-top: 5em;
	text-align: center;
}

p.btn_sp_order a {
	display: inline-block;
	width: 80vw;
	max-width: 520px;
}

p.typo_deliver {
	text-align: center;
	margin-top: 6em;
	padding-bottom: 15vw;
}

p.typo_deliver img {
	width: 80vw;
	mx-width: 470px;
}


/* ========== Fp 1st ========== */

section#sec_fp_1st,
section#sec_gk_1st {
z-index: 10;
padding-bottom: 15vw;
}

section#sec_fp_2nd div.bg_2nd {
padding-bottom: 15vw;
}

section#sec_fp_1st #tbl_1st_size {
	position: absolute;
	left: 50%;
	width: 1080px;
	margin-left: -540px;
		bottom: 120px;
	z-index: 50;
}

section#sec_fp_1st #tbl_1st_size p.note {
	text-align: center;
}


#fp_1st_kento {
	position: absolute;
	z-index: 50;
	left: 50%;
	top: -520px;
	margin-left: 150px;
	width: 340px;
	height: auto;
}

#fp_1st_kento p.caption {
	position: absolute;
	top: 140px;
	text-align: right;
	color: #fff;
	left: -70px;
	font-size: 3.4rem;
	line-height: 0.7;
	font-style: italic;
	font-weight: 600;
}

#fp_1st_kento p.caption>small {
	font-size: 1.3rem;
	font-weight: 400;
	margin-right: 0.6em;
}

div.box_order_btn {
	width: 960px;
	margin: 0 auto 0 auto;
}

section#sec_fp_1st div.box_order_btn {
	margin-top: 72px;
}

section#sec_name_number div.box_order_btn {
	margin-top: 24px;
}

div.box_order_btn p {
	text-align: center;
}

div.box_order_btn p.btn_order {
	width: 362px;
	margin: 0 auto 0 auto;
	line-height: 1;
}

div.box_order_btn p.btn_order a {
	background-color: #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 362px;
	height: 96px;
	position: relative;
}

div.box_order_btn p.btn_order a::after {
	width: 100%;
	height: 96px;
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, .05);
	position: absolute;
	z-index: -1;
	transform-origin: top right;
	transform: skewY(-3deg) scale(0.9,1);
	transition: 0.3s;
}


div.box_order_btn p.btn_order a:hover::after {
	transform: skewY(-15deg) scale(0.9,1);
}

div.box_order_btn p.btn_order a>span {
	display: inline-block;
	width: 236px;
}

div.box_order_btn p.btn_order small {
	font-size: 1.8rem;
	font-weight: 500;
	display: block;
	margin-top: 1em;
}


/* ========== 2nd ========== */
div.bg_2nd {
	background-color: #dfe2e5;
}



p.link_fanclub,
p.link_size {
	text-align: center;
	font-size: 3.4vw;
	line-height: 1.8;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	position: relative;
}

p.link_fanclub {
	z-index: 10;
	margin-top: -21vw;
}




p.link_fanclub a,
p.link_size a {
	text-decoration: underline;
}


/* ========== footer ========== */
footer {
	background-color: #020202;
	min-height: 400px;
	margin-top: 54px;
}

footer .site_name {
	line-height: 1;
	text-align: center;
	color: #aaa;
	font-size: 4.8rem;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

footer .site_name>small {
	font-size: 0.3em;
	font-weight: 600;
	display: inline-block;
}

footer>.inner {
	background-color: #061c2d;
	padding-bottom: 20vw;
}

footer p.copy {
	color: #aaa;
	text-align: center;
	font-size: 1.2rem;
	margin-top: 1.3em;
	text-transform: uppercase;
}


#fixed_btn_3orders{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

#fixed_btn_3orders h2 {
	position: absolute;
	z-index: 0;
	top: -8vw;
	left: 50%;
	width: 40%;
	height: calc(40vw * 0.35);
	margin-left: -20%;
	background-color: #e0ed19;
	
}

#fixed_btn_3orders ul {
	display: flex;
	justify-content: space-between;
	z-index: 0;
	position: relative;
}

#fixed_btn_3orders ul li {
	width: 100vw;
	text-align: center;
	position: relative;
	z-index: 0;
}


#fixed_btn_3orders ul li::after {
	content: "";
	display: block;
	width: 1px;
	height: 84%;
	position: absolute;
	right: 0;
	top: 8%;
	background-color: #555;
}

#fixed_btn_3orders ul li:nth-of-type(3)::after {
	content: none;
}

#fixed_btn_3orders ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 2vw 0 0 0;
}

#fixed_btn_3orders ul li a img {
	width: 90%;
	vertical-align: bottom;
}

#btn_sp_order_now>a {
	display: block;
}




/* ========== color settings ========== */

/* link color */
footer p.text_link a,
p.link_fanclub a,
p.link_size a,
p.note a {
	color: #245af1;
}


/*navy bg*/


header>.inner {
	background-color: #0d2636;
}


/* Frontale Blue bg */
#sec_fonts .font_design dl{
	background-color: #11c4ff;
}

/* Frontale Blue Border */
ul.rsrv_period>li:nth-of-type(1) {
	border-color:#11c4ff;
}


header>.inner p#site_id {
	color:#11c4ff ;
}


/* Frontale Blue Text */
div[id^="layer_"] .inner_content h3,
div#box_focus_details>ul h3>strong[lang='en'],
footer .site_name,
ul.rsrv_period>li:nth-of-type(1) h5 {
	color: #0092c3;
}

#sec_size_detail table thead th:nth-of-type(odd) {
	background-color: #09b1e0;
}

#sec_size_detail table thead th:nth-of-type(even) {
	background-color: #44c5e9;
}
#fixed_btn_3orders ul li::after,
table.tbl_specs thead td:hover {
	background-color: #44c5e9;
}

#sec_size_detail table tbody tr:nth-of-type(odd) td:nth-of-type(odd) {
	background-color: #daeaee;
}

#sec_size_detail table tbody tr:nth-of-type(even) td:nth-of-type(odd) {
	background-color: #e7f8fc;
}

#sec_size_detail table tbody th {
	background-color: #484848;
	color: #fff;
}


#sec_size_detail table tbody tr:nth-of-type(odd) th {
	background-color: #38626e;
}

/* bg yellow green */
.inner ul.btn_selector_sizes li>a,
div.box_order_btn p.btn_order a,
p.btn_order>a {
	background-color: #d7e317;
}

div[id^="layer_"] .inner_content ul.btn_selector_sizes li>a:hover,
div.box_order_btn p.btn_order a:hover,
p.btn_order>a:hover {
	background-color: #e8ed93;
}



/* Red bg */
p.btn_buy_now a {
	background-color:#f00;
}

/* Red text */

.red,
p.attention {
	color: red;
}

/* Red border */

p.attention.border {
	border-color: red;
}


