@charset "utf-8";

html {
	background: url('../image/bg_h.png');
	margin: 0px;
	padding: 0px;
}

body {
	background: url('../image/bg.png') top center repeat-y;
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial;
	color: #000000;
}

a {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
}

/**
 * Container
 */
#Container {
	position: relative;
	overflow: hidden;
}

.ContainerWidth {
	margin: 0 auto;
	max-width: 1001px;
}

/**
 * Header
 */
#Header {
	padding: 35px 35px;
	position: relative;
	line-height: 22px;
	font-size: 16px;
}

/**
 * Box Info
 */
#BoxInfo {
	background: url('../image/BoxInfo.jpg') no-repeat;
	background-size: 100% auto;
	padding-bottom: 33.4665%;
	position: relative;
	overflow: hidden;
}

#BoxInfo .Grid {
	position: absolute;
	top: 50%;
	right: 58px;
	text-align: right;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#BoxInfo p {
	margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000000;
	font-size: 42px;
	color: #FFFFFF;
	display: block;
}

#BoxInfo span {
	margin-bottom: 40px;
	text-shadow: 1px 1px 1px #000000;
	font-size: 18px;
	color: #C3C3C3;
	display: block;
}

#BoxInfo a {
	background: url('../image/BoxInfoButton.png') no-repeat;
	width: 211px;
	height: 46px;
	display: inline-block;
}

/**
 * Content
 */
#Content {
	background: #FFFFFF;
	padding: 55px 10px 100px 10px;
}

#Left {
	margin-left: 23px;
	margin-right: 53px;
}

#Left h1 {
	border-bottom: solid 1px #3F3F3F;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 24px;
	display: inline-block;
}

#Left p {
	margin-bottom: 30px;
}

#Right {
	margin-left: 45px;
	width: 0px;
	float: right
}

#Right p {
	margin-bottom: 30px;
	line-height: 24px;
	font-size: 18px;
}

#Right ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#Right ul li {
	margin-bottom: 20px;
}

#Right ul li, #Right ul li a {
	line-height: 24px;
	color: #6EA7B7;
}

#Right ul li a {
	border-bottom: solid 1px #6EA7B7;
}

#Right ul li a:hover {
	border-bottom: solid 1px transparent;
}

.Margin {
	margin: 0px 40px;
}

h2 {
	margin: 10px 0px 40px 0px;
	padding: 0px;
	font-size: 24px;
}

p.text {
	line-height: 20px;
	font-size: 13px;
}

ul {
	margin: 5px 0px;
	line-height: 20px;
	font-size: 13px;
}

ul li {
	margin: 3px 0px;
	line-height: 20px;
}


/**
 * HR
 */
hr {
	background: url('../image/hr.png') left center repeat-x;
	border: 0px;
	height: 50px;
	clear: both;
}

/**
 * Item
 */
.Item {
	margin-bottom: 50px;
	overflow: hidden
}

.Item .Image {
	position: relative;
	width: 132px;
	height: 132px;
	overflow: hidden;
	float: left;
}

.Item .Image .Field {
	font-size: 0px;
	overflow: hidden;
}

.Item .Image .Field img {
	width: 100%;
	height: 100%;
}

.Item .Image .Field.Round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.Item .Image i {
	position: absolute;
	width: 22px;
	height: 31px;
	bottom: 0px;
	right: 9px;
	display: block;
	z-index: 2;
}

.Item .Image i.gold {
	background: url('../image/m_gold.png') no-repeat;
}

.Item .Image i.silver {
	background: url('../image/m_silver.png') no-repeat;
}

.Item .Image i.bronze {
	background: url('../image/m_bronze.png') no-repeat;
}

.Item .Data {
	margin-left: 160px;
}

.Item .Data a.cch {
	border-bottom: solid 1px #3F3F3F;
	margin-right: 30px;
	font-size: 24px;
}

.Item .Data p {
	padding-top: 15px;
	line-height: 20px;
}

.Item .Data .stars {
	background: url('../image/star.png') top left repeat-x;
	position: relative;
	height: 25px;
	top: 4px;
	display: inline-block;
}

/**
 * Footer
 */
#Footer {
	padding: 0px 50px;
	height: 93px;
	line-height: 93px;
	font-size: 13px;
}

#Footer p {
	float: left;
}

#Footer a {
	color: #54AABC;
	float: right;
}


@media all and (max-width: 650px) {
	#Content {
		padding-top: 20px;
	}

	#Left,
	.Margin {
		margin-left: 0px;
		margin-right: 0px;
	}

	#Footer {
		padding: 0px 10px;
	}
}

@media all and (max-width: 620px) {
	#BoxInfo .Grid {
		right: 20px;
	}

	#BoxInfo p {
		margin-bottom: 5px;
		font-size: 32px;
	}

	#BoxInfo span {
		margin-bottom: 10px;
		font-size: 16px;
	}
}

@media all and (max-width: 520px) {
	.Item .Image {
		margin-bottom: 20px;
		float: none;
	}

	.Item .Data {
		margin-left: 0px;
	}

	#Footer {
		padding: 30px 10px;
		height: auto;
		line-height: 20px;
	}

	#Footer p,
	#Footer a {
		text-align: center;
		display: block;
		float: none;
	}

	#Footer a {
		margin-top: 10px;
	}
}

@media all and (max-width: 430px) {
	#BoxInfo {
		background-size: auto 100%;
		padding-bottom: 0px;
		height: 155px;
	}
}