@charset "utf-8";
/* CSS Document */

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


body {
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

#wrap{
	width: 950px;
	margin: 0 auto;
}

.colmArea {
	padding: 25px 0 10px 0;
	text-align: left;
}
.colmArea .big {
	font-size:18px;
}
.colmArea .colm,
.colmArea .colmEnd {
	float: left;
	width: 300px;
	background-color: #ff4200;
	box-shadow: 2px 2px 5px #c3c1c1; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #ccc; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #ccc; /* Google Chrome, Safari用*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.colmArea .noncolm {
	float: left;
	width: 300px;
	margin: 0 25px 25px 0;
	background-color: #ffeefa;
}
.colmArea .colm {
	margin: 0 25px 20px 0;
}
.colmArea .colmEnd {
	margin: 0 0 25px 0;
}
.colmArea .figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	color: #fff;
	font-weight: bold;
	-moz-border-top-radius: 10px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.colmArea .figcaption {
	font-size: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 270px;
	padding: 10px 15px;
/*	background: rgba(0,0,0,.6);*/
	background: url(../images/bg_figcaption.png) repeat left top;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.colmArea .figure:hover .figcaption {
	opacity: 1;
}
.colmArea p.logo {
	clear: both;
	float: left;
	width: 88px;
	padding: 5px;
}
.colmArea h2 {
	float: left;
	width: 190px;
	padding: 10px 5px;
	font-weight: bold;
}
.colmArea h2 a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.colmArea h2 a:hover {
	text-decoration: none;
	font-weight: bold;
}
.colmArea p.point {
	clear: both;
	color:#ff4200;
	background-color:#fff;
	padding: 10px;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ff4200;
	-moz-border-bottom-radius: 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
<!-- ↓add css↓ 　 ------------------------------------------------------------------------------------>
.colmArea .bigcolm {
	width: 950px;
	float:left;
	position:relative;
    z-index:2;
	background-color: #ff4200;
	box-shadow: 2px 2px 5px #c3c1c1; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #ccc; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #ccc; /* Google Chrome, Safari用*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.colmArea .bigcolm .figure {
	width: 650px;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.colmArea .bigcolm .figcaption {
	font-size: 15px;
	position: absolute;
	bottom: 0;
	width: 620px;
/*	background: rgba(0,0,0,.6);*/
	background: url(../images/bg_figcaption.png) repeat left top;
	-webkit-transition: 3s;
	transition: .3s;
	opacity: 0;
}
.colmArea .bigcolm .bgbox {
	float:left;
	width: 300px;
	height:220px;
	background-image:url(../images/img_cecile_300_200.jpg);
	background-repeat:no-repeat;
}
.colmArea .bigcolm .bgbox2 {
	float:left;
	width: 300px;
	height:220px;
	background-image:url(../images/img_belle_300_200.jpg);
	background-repeat:no-repeat;
}
.colmArea .bigcolm .namebox{
	width: 300px;
	color:#ffffff;
	padding: 130px 10px 10px 0px ;
	font-size:15px;
	font-weight: bold;
	text-align: center;
}
.colmArea .bigcolm a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.colmArea .bigcolm a:hover {
	text-decoration: none;
	font-weight: bold;
}
.colmArea .bigcolm .pointbox {
	width: 300px;
	color:#ff4200;
	padding: 8px 10px 10px 0px ;
	font-size:14px;
	font-weight: bold;
	text-align: center;
}


<!-- ↑add css　 ------------------------------------------------------------------------------------>


