/*-------------------------------------
   index.css　
-------------------------------------*/

#mainImage {
	width:100%;
	text-align:center;
}
#mainImage img {
	width:100%;
	margin-bottom:15px;
}
.video {
	width:270px;
	margin:0 auto 15px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#gp {
	position:relative;
	width:300px;
	margin:0 auto;
}
#gp h2, #gp h3 {
	margin-bottom:10px;
}
#gp img {
	width:100%;
}
#gp .og, #gp .cc {
	margin:0 auto 20px;
}
#gp .team {
	width:238px;
	margin:0 auto;
	background:#ffe0e0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	padding:16px;
}
#gp .team h4 {
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#e4007f;
}
#gp .team .profile {
	margin-bottom:10px;
	text-align:center;
	color:#e4007f;
	font-size:12px;
}
#gp .team .comment {
	padding:15px;
	background:url(../img/result_img_03.gif) 0 0 repeat-y;
	line-height:1.5;
}
#gp .cc .team h4,
#gp .cc .team .profile {
	color:#006d9f;
}

#gp .cc .team {
	background:#caeeff;
}

#sprize {
	position:relative;
	width:270px;
	margin:0 auto 20px;
}
#sprize img,
.btnArea img,
#thx img {
	width:100%;
}
#sprize h2 {
	margin-bottom:10px;
}
#sprize .list {
	overflow:hidden;
}
#sprize .list li {
	float:left;
	width:130px;
	margin-bottom:10px;
}
#sprize .list li:nth-child(odd) {
	margin-right:10px;
}
#sprize .list li dt {
	margin-bottom:3px;
	font-size:10px;
}
#sprize .viewAll {
	width:62px;
	margin-left:auto;
	margin-bottom:30px;
}

.btnArea {
	background:url(../img/entry_03.gif) 0 0 repeat;
	padding:22px 0;	
	margin-bottom:15px;
}
.btnArea p {
	width:285px;
	margin:0 auto;
}
.btnArea p.detail {
	margin-bottom:15px;
}
#thx {
	width:260px;
	margin:0 auto 15px;
}






