@charset "utf-8";
/*
 * ================================================
 *
 * [award]
 *
 * ================================================
 */
/*-----------------------------------------
  mainVisual
-----------------------------------------*/
#content{
	text-align: left;
	padding-top: 65px;
}
.award2014 #mainVisual {
	font-size: 1.4rem;
	text-align: left;
	min-width: 1200px;
	height: 500px;
	width: 100%;
	margin: 0 auto 70px auto;
	background: url(../images/award/2014/main_photo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.award #mainVisual {
	font-size: 1.4rem;
	text-align: left;
	min-width: 1200px;
	height: 500px;
	width: 100%;
	margin: 0 auto 70px auto;
	background: url(../images/award/main_photo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

	#mainVisual .inner {
		width: 1000px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -500px;
	}
	#mainVisual .content {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
		#mainVisual .content p {
			line-height: 2.5;
			margin-bottom: 20px;
		}
		#mainVisual .content .detailBtn { margin-top: 10px; }
			#mainVisual .content .detailBtn a {
				display: block;
				color: #656464;
				font-weight: bold;
				letter-spacing: 0.05em;
				text-decoration: none;
				line-height: 1;
				width: 260px;
				padding: 8px 10px;
				background: url(../images/content/content/ico_arrow.png) no-repeat 97% center;
				border: 1px solid #777;
				border-radius: 4px;
				-webkit-transition: 0.2s;
				    -ms-transition: 0.2s;
				        transition: 0.2s;
			}
			#mainVisual .content .detailBtn a:hover {
				color: #fff;
				background-image: url(../images/content/content/ico_arrow2.png);
				background-color: #717071;
			}
/*-----------------------------------------
  contVox
-----------------------------------------*/
.contVox {
	color: #666;
	width: 1000px;
	padding-bottom: 45px;
	margin: 0 auto 45px auto;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.contVox#state {
	padding-bottom: 0;
	border-bottom: none;
}
	.contVox .header { margin-bottom: 25px; }
/*-----------------------------------------
  active
-----------------------------------------*/
.contVox#active {
	min-height: 192px;
	padding-right: 300px;
	background: url(../images/award/2014/active_photo.png) no-repeat 98% 5px;
}
/*-----------------------------------------
  about
-----------------------------------------*/
.contVox#about {}
	.contVox#about .text {
		min-height: 74px;
		padding-right: 330px;
		margin-bottom: 25px;
		background: url(../images/award/2014/ico_good_design.png) no-repeat 90% center;
	}
	.contVox#about .information {
		font-size: 1.1rem;
		padding: 15px 0;
		background: #EDEDED;
		overflow: hidden;
	}
		.contVox#about .information .item {
			float: left;
			box-sizing: border-box;
		}
		.contVox#about .information .item.num1 {
			width: 598px;
			padding: 15px 40px;
		}
		.contVox#about .information .item.num2 {
			width: 400px;
			padding: 15px 50px;
			border-left: 2px solid #aaa;
		}
			.contVox#about .information .item .title { margin-bottom: 30px; }
/*-----------------------------------------
  select
-----------------------------------------*/
.contVox#select {
	background: #ededed;
	padding: 50px 0 0;
	margin-bottom: 120px;
}
	.contVox#select .text {
		font-size: 1.2rem;
		    padding: 15px 20px 15px 500px;
		    background: #ededed;
		    overflow: hidden;
		    position: relative;
	}
		.contVox#select .text .title {
			width: 300px;
			position: absolute;
			top: 25px;
			left: 25px;
		}
/*-----------------------------------------
  state
-----------------------------------------*/
.contVox#state {}
	.contVox#state .text {
		width: 650px;
		float: left;
	}
		.contVox#state .text .title { margin-bottom: 30px; }
	.contVox#state .photo {
		width: 330px;
		float: right;
	}
		.contVox#state .photo img { margin-bottom: 5px; }



		.award_btn{
			margin: 60px auto;
			text-align: center;
		}

.award #feel h2{
	margin: 0 auto 80px;
}

.award #feel h3{
	font-weight: bold;
	font-size: 16px;
	margin-top: 40px;
}

.award #feel h3:first-child{
	margin-top: 80px;
}

.award #comment	h2{
	margin: 80px 0 30px;
}

.award #comment .text p:first-child{
	margin-bottom: 30px;
}

/**
 ****************************************************
 *
 * screens larger than 768
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {

}	/*  @media END */
/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	#content{
		padding-top: 50px;
	}
	.award2014 #mainVisual {
		font-size: 1.0rem;
		    width: 100%;
		    min-width: 100%;
		    margin: 0 auto 25px;
		    background: url(../images/award/2014/SP_main_photo.jpg) no-repeat center 97%;
		    background-size: cover;
		    padding-top: 97%;
		    height: 0;
	}
	.award #mainVisual {
		font-size: 1.0rem;
		width: 100%;
		min-width: 100%;
		margin: 0 auto 25px;
		background: url(../images/award/SP_main_photo.jpg) no-repeat center center;
		background-size: cover;
		padding-top: 97%;
		height: 0;
	}
		#mainVisual .inner {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			margin-left: 0;
		}
		#mainVisual .content {
			top: 26px;
			left: 30px;
			transform: translateY(0);
		}
			#mainVisual .content .title {
				width: 225px;
				margin-bottom: 15px;
			}
			#mainVisual .inner .copy {
				margin-bottom: 25px;
				width: 236px;
			}
			#mainVisual .inner p {
				line-height: 2.5;
			}
			#mainVisual .content .detailBtn {
				margin: 70px 0 0 -10px;
			}
				#mainVisual .content .detailBtn a {
					width: 120px;
					padding: 5px;
					transition: none;
					line-height: 1.4;
				}
				#mainVisual .content .detailBtn a:hover {
					background: url(../images/content/content/ico_arrow.png) no-repeat 97% center;
				}
	.contVox {
		width: 81.25%;
		padding-bottom: 30px;
		margin: 0 auto 30px auto;
		border-bottom: 1px solid #656464;
	}
	.contVox#state {
		padding-bottom: 0;
		border-bottom: none;
	}
		.contVox .header { margin-bottom: 15px; }
	.contVox#active {
		min-height: 0;
		padding-right: 0;
		background: none;
	}
		.contVox#active .image {
			width: 112px;
			margin: 20px auto 0;
		}
		.contVox#active .header {
			width: 229px;
		}
	.contVox#about {}
		.contVox#about .header {
			width: 220px;
		}

		.contVox .text{
			text-align: left;
		}
		.contVox#about .text {
			min-height: 0;
			padding-right: 0;
			margin-bottom: 15px;
			background: url(../images/award/2014/ico_good_design.png) no-repeat bottom center;
			padding-bottom: 80px;
	    background-size: 160px auto;

		}
		.contVox#about .information {
			font-size: 1.1rem;
			padding: 10px 0;
		}
			.contVox#about .information .item { float: none; }
			.contVox#about .information .item.num1 {
				width: auto;
				padding: 15px;
			}
				.contVox#about .information .item.num1 .title {
					width: 216px;
				}
			.contVox#about .information .item.num2 {
				width: auto;
				padding: 15px;
				border-top: 1px solid #aaa;
				border-left: none;
			}
				.contVox#about .information .item.num2 .title {
					width: 189px;
				}
				.contVox#about .information .item .title {margin-bottom: 15px; }
	.contVox#comment {border-bottom: none;}
		.contVox#comment .header {
			width: 256px;
		}
		.contVox#select {
		    padding: 30px 0 0;
		    margin-bottom: 30px;
				border-bottom: none;
		}

		.contVox#select h2 img{
	    height: 32px;
		}

		.contVox#select .text {
			font-size: 1.1rem;
			padding: 15px;
			background: #ededed;
			overflow: hidden;
			position: relative;
		}
			.contVox#select .text .title {
				width: 196px;
				position: static;
				margin-bottom: 10px;
			}
			.contVox#select .text p {
				line-height: 1.5;
			}
	.contVox#state {}
		.contVox#state .header {
			width: 223px;
			margin-bottom: 5px;
		}
		.contVox#state .text {
			width: auto;
			float: none;
		}
			.contVox#state .text .title {
				margin-bottom: 15px;
				width: 230px;
			}
	.award_btn {
    margin: 40px auto;
    text-align: center;
		width: 286px;

	}
	.award_btn02{
		width: 203px;
	}


	.award .contVox{
		border-bottom: none;
	}

	.award #feel h2 {
    margin: 0 auto 80px;
    width: 240px;
    margin: 0 0 30px;
	}

	.award #feel h3:first-child {
    margin-top: 40px;
	}

	.award #feel h3 {
    font-size: 14px;
    margin-top: 20px;
	}

	.award #comment h2 {
    margin: 40px 0 20px;
	}

	.award #comment .text p:last-child {
    width: 250px;
    margin: 0 auto;
	}

}	/*  @media END */
