#colum_top{
	width:100%;
	color:#000;
	background-color: #EED600;
}
#colum_bar_L,#colum_bar_S{
	width:70%;
	margin: 0 auto;
}

#colum_bar_S{
	text-align: center;
}

#co_left,#co_center,#co_right{
	float: left;
	min-height: 280px;
    text-align: center;
	position:relative;
}


#co_center{
	width:80%;
}

.inner_txt{
	position:absolute;
	text-align: left;
	line-height: 180%;
	padding-left: 20px;
	top: 50%;
	transform: translate(0,-50%);
}

#co_left,#co_right{
	width:8%;
}

#co_left img{
	width: 100%;
	position:absolute;
	top: 50%;
	transform: translate(0,-50%);
}
#co_right img{
	width: 100%;
	position:absolute;
	bottom:0;
}


#colums{
	width:100%;
	margin: 0 auto;
}

.colum_box{
	width:50%;
	margin: 0;
	padding: 50px;
	float: left;
}
.cl_copy{
	width: 100%;
}
.photo_box{
    overflow: hidden;
    height: 180px;/* トリミングしたい枠の高さ */
    position: relative;
	width: 30%;
	float: left;
}
.photo_box img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.cl_desc{
	padding: 10px;
	width: 70%;
	float: left;
	line-height: 150%;
	font-size: 9pt;
}

.cl_no,.title{
	float: left;
	height: 60px;
}

.cl_no{
	width: 15%;
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
	background-image:url(parts/hex.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center,center;
}

.title{
	width: 85%;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 10px;
}

.cl_name{
	margin-top: 5px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	border-top: solid 3px #EED600;

}

#page_line{
	margin: 0 auto;
	text-align: center;
}

.page_box_a,.page_box_b{
	padding: 10px;
	margin: 5px;
	background-color: #EED600;
}

.page_box_b{
	border: solid 1px;
	background-color: #fff;
}
@media screen and ( max-width:639px ){
	.colum_box{
		width:100%;
	}
	#colum_bar_L,#colum_bar_S{
		width:80%;
		display: block;
	}

	#colum_bar_S{

	}
	.cl_no{
		font-size: smaller;
	}

	#co_left,#co_center,#co_right{
		position: static;
		width: 100%;
	    text-align: center;
		min-height: 10px;
	}

	#co_left img{
		width: auto;
		margin: 0 auto;
		position: static;
		top: 0;
		transform: translate(0,0);
	}
	.inner_txt{
		position: static;
		top: 0;
		transform: translate(0,0);
	}
	#co_right img{
		width: auto;
		margin: 0 auto;
		position: static;
	}
	#co_right{
		text-align: right;
	}
}
