@charset "UTF-8";
/*
Copyright (C) Kyoto Animaion Co.,Ltd. All Rights Reserved.
*/

/* ---------- content ---------- */
#KyoaniShopLogo {
	text-align: center;
}
.contData .title {
	color: #e6521e;
	border-color: #e6521e;
}
.contData .detail {
	font-size: 14px;font-size: 14rem;
}
#About a {
	color: #333;
	text-decoration: underline;
}
#About a:hover {
	text-decoration: none;
}
.detail > dt {
	font-size: 15px;font-size: 15rem;
	margin-top: 15px;
}
.detail > dt:first-child {
	margin-top: 0;
}
.detail > dd {
	margin: 3px 10px 3px 15px;
}
.detail > dd span {
	display: block;
	margin: 2px 2em 10px;
}
.detail > dd > dl dd {
	margin-left: 60px;
}

.policyTxt {
	margin: 15px 0;
}
.policyTxt > dt {
	position: relative;
	padding-left: 12px;
	font-size: 16px;font-size: 16rem;
}
.policyTxt > dt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	background-color: #333;
	border-radius: 50%;
}
.policyTxt > dd {
	font-weight: bold;
	font-size: 16px;font-size: 16rem;
	margin: 3px 0 20px 20px;
}
.policyTxt > dd > dl {
}
.policyTxt > dd > dl dt {
	position: relative;
	padding-left: 12px;
}
.policyTxt > dd > dl dt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	background-color: #333;
}
.policyTxt > dd > dl dd {
	margin-left: 20px;
	color: red;
}
#KyoaniShop .externalLink {
	padding-right: 20px;
	background: url(/en/img/icon/externalLink.png) no-repeat right center;
}


