@charset "UTF-8";
/* CSS Document */

#main{
	width:660px;
	overflow:inherit;
	position: relative;
}
	
	#main h3{
		/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
		color:#d23219;
		font-size:1.231em;
		margin-top:50px;
		margin-bottom:15px;
		letter-spacing:2px;
	}
	
	#main p{
		font-size:0.923em;
		letter-spacing:2px;
		line-height:1.5;
		color:#333;
	}
	
	#main .note{
		background:url(../image/bg-dot.gif) 0 0 repeat;
		font-size:0.846em;
		margin-top:30px;
		padding:20px;
			border-radius:4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			-o-border-radius:4px;
	}
	
	#main #link-sample {
		position: absolute;
		top: 0;
		right: 0;
	}

 #creative-area {
	 background:url(../concept/image/img-creative.gif) right bottom no-repeat;
	 height:395px;
 }
 
 * html #creative-area {
	 height:445px;
 }
 
 *:first-child+html #creative-area {
	 height:445px;
 }
 
 
 .sptokutyou .spbox1{
	 /*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	 color:#336633 !important;
	 font-size:13px !important;
 }
 

/* Photo Sample - Slide Gallery */
#location-sample {
	width: 100%;
	display: block;
	position: relative;
}

#location-sample .thumb-box {
	width: 140px;
	height: 140px;
	margin-right: 15px;
	margin-bottom: 15px;
	float:left;
	position: relative;
	background: #eee;
	overflow:hidden;
	border: 5px solid #eee;	

}

#location-sample .thumb-box img {
	position:absolute;
	bottom:0px;
	left:0px;
}

#location-sample .thumb-box h4 {
	color: #FFF;
	background: #d23219;
	font-weight: bold;
	word-wrap: break-word;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px;
	display: none;
	width: 120px;
	z-index: 1000;
}

#link-contact {
	z-index: 1000;
	position: fixed;
	width: 190px;
	top: 323px;
	left: auto;
	margin: 0 0 0 -200px;
}

/* === #cg-sample-area === */
#cg-sample-area {
	border: 1px solid #E72D2D;
	padding:15px 15px 5px 15px;
}

#cg-sample-area h3 {
	margin-top: 0;
}

#cg-sample-area .thumb-box {
	width: 299px;
	height: 440px;
	margin-right: 10px;
	margin-bottom: 15px;
	float:left;
	position: relative;
	background: #eee;
	overflow:hidden;
	border: 5px solid #eee;	
}

#cg-sample-area .thumb-box.last {
	margin-right: 0;
}