@charset "UTF-8";

/* diff eu */


/* header */

@media only screen and (min-width: 860px){
	header #nav_global_menu > div {
		width: 760px;
	}
	header #nav_global_menu > div > div {
		width: 15%;
	}
	header #nav_global_menu > div > div+div {
		width: 17%;
	}
	header #nav_global_menu .focus {
		width: 17%;
	}
	header #nav_global_menu > div > div:nth-child(1).current ~ .focus {left: 0; width: 15%;}
	header #nav_global_menu > div > div:nth-child(2).current ~ .focus {left: 15%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(3).current ~ .focus {left: 32%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(4).current ~ .focus {left: 49%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(5).current ~ .focus {left: 66%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(6).current ~ .focus {left: 83%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(1):hover ~ .focus {left: 0; width: 15%;}
	header #nav_global_menu > div > div:nth-child(2):hover ~ .focus {left: 15%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(3):hover ~ .focus {left: 32%; width:17%;}
	header #nav_global_menu > div > div:nth-child(4):hover ~ .focus {left: 49%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(5):hover ~ .focus {left: 66%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(6):hover ~ .focus{left: 83%; width: 17%;}
	
	body:lang(es) header #nav_global_menu > div > div:nth-child(1) {width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(2) {width: 17%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(3) {width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(4) {width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(5) {width: 16%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(6) {width: 22%;}
	body:lang(es) header #nav_global_menu .focus {
		width: 17%;
	}
	body:lang(es) header #nav_global_menu > div > div:nth-child(1).current ~ .focus {left: 0; width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(2).current ~ .focus {left: 15%; width: 17%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(3).current ~ .focus {left: 32%; width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(4).current ~ .focus {left: 47%; width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(5).current ~ .focus {left: 62%; width: 16%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(6).current ~ .focus {left: 78%; width: 22%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(1):hover ~ .focus {left: 0; width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(2):hover ~ .focus {left: 15%; width: 17%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(3):hover ~ .focus {left: 32%; width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(4):hover ~ .focus {left: 47%; width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(5):hover ~ .focus {left: 62%; width: 16%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(6):hover ~ .focus{left: 78%; width: 22%;}
}

/* horizontal-footer */
footer .footer-category {
	width: 100%;
	background: #c0ccd8;
}
footer .footer-category .inner {
	box-sizing: border-box;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
}
footer .footer-category dl+dl {
	border-top: 1px solid #86959f;
}
footer .footer-category dl dt a,
footer .footer-category dl dt span {
	display: block;
	position: relative;
	padding: 10px 40px 10px 10px;
	font-size: 87.5%;
	font-weight: bold;
	color: #304040;
}
footer .footer-category dl dt a:hover {
	color: #f00;
}
footer .footer-category dl dt a:before,
footer .footer-category dl dt a:after {
	position: absolute;
	content: '';
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
}
footer .footer-category dl dt a:before {
	width: 14px;
	height: 14px;
	border-radius: 3px;
	background: #3c454c;
}
footer .footer-category dl dt a:hover:before {
	background: #f00;
}
footer .footer-category dl dt a:after {
	width: 5px;
	height: 5px;
	border-top: 1px solid #c0ccd8;
	border-left: 1px solid #c0ccd8;
	-webkit-transform: rotate(135deg) translate(4px,4px);
	-ms-transform: rotate(135deg) translate(4px,4px);
	-o-transform: rotate(135deg) translate(4px,4px);
	transform: rotate(135deg) translate(4px,4px);
}
footer .footer-category dl a:hover {
	color: #f00;
}
footer .footer-category dl dd {
	padding: 10px 20px;
	border-top: 1px dotted #86959f;
}
footer .footer-category dl dd:empty {
	display: none;
}
footer .footer-category dl dd ul li {
	display: inline;
	padding: 3px 0 3px 3px;
	font-size: 75%;
}
footer .footer-category dl dd ul li+li:before {
	content: "|";
}
footer .footer-category dl dd ul li a {
	display: inline-block;
	padding: 3px;
	color: #304040;
}
footer .footer-category dl dd ul li a:hover {
	color: #f00;
}
@media only screen and (min-width: 480px){
	footer .footer-category dl {
		display: table;
		width: 100%;
		border: none;
	}
	footer .footer-category dl+dl {
		border: none;
	}
	footer .footer-category dl dt {
		display: table-cell;
		width: 200px;
		border-right: 1px dotted #86959f;
	}
	footer .footer-category dl+dl dt {
		border-top: 1px dotted #86959f;
	}
	footer .footer-category dl dd {
		display: table-cell;
		border: none;
	}
	footer .footer-category dl dd:empty {
		display: table-cell;
	}
	footer .footer-category dl+dl dd {
		border-top: 1px dotted #86959f;
	}
}

/* Cookie */
#confirm-cookie {
	background:#bfcbd7;
	color:#1a1e21;
}
#confirm-cookie-in {
	max-width:980px;
	margin:0 auto;
}
#confirm-cookie .lead {
	font-size: 68.75%;
	line-height: 1.4;
	padding: 10px;
}
#confirm-cookie .btn-policy {
	display: inline-block;
	position: relative;
	margin: 6px 0 0;
	padding: 2px 30px 2px 10px;
	font-size: 68.75%;
	border-radius: 3px;
	color: #1a1e21;
	background: #f2f6ff;
}
#confirm-cookie .btn-policy:after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #1a1e21;
	border-left: 1px solid #1a1e21;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#confirm-cookie .btn-continue {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #404348;
}
#confirm-cookie .btn-continue a {
	display: block;
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding: 10px 40px 10px 10px;
	border-radius: 3px;
	font-size: 87.5%;
	color: #fff;
	background: #990014;
}
#confirm-cookie .btn-continue a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#confirm-cookie .btn-continue a.na {
	background: #7e9ca7;
}
@media only screen and (min-width: 768px){
	#confirm-cookie #confirm-cookie-in {
		display: table;
	}
	#confirm-cookie .lead,
	#confirm-cookie .btn-area {
		display: table-cell;
		vertical-align: top;
	}
	#confirm-cookie .btn-continue {
		border: none;
	}
	#confirm-cookie .btn-continue a {
		width: auto;
	}
}

/* rating */
.product-detail .rating img{
	width:64px;
	height:auto;
}

/* Featured Image 調整 */
.topics-detail .featured-image {
	padding:0 10px;
}
.topics-detail .featured-image p{
	padding:10px 0;
	border-top: 1px solid #dae1e7;
}
.topics-detail .featured-image p img{
	display:block;
	width:100%;
	max-width:600px;
	margin:0 auto;
}