@charset "UTF-8";

@import "reset.css";

/*----------------------------------------------------------------
	
	detail CSS
	
----------------------------------------------------------------*/

body{
	width: 100%;
	margin: 0 auto;
}
#wrapper{
	width: 500px;
	background:#FFF;
	margin: 20px auto;
}
#container{
	width: 479px;
	margin: 0 auto;
}
#container:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
#copyright{
	clear:both;
	margin: 20px auto 0;
	text-align:center;
}

/* contents
========================================== */
#contents{
}
#contents:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
#contents h1{
}
#contents h2{
	margin-bottom:14px;
}
#contents .section{
}
#contents .section .tit{
	/*background:url(../img/bg_detail_section_tit.gif) no-repeat;
	width:479px;
	height:36px;
	margin-bottom:8px;*/
	width:475px;
	margin-bottom:8px;
	background:#FFF;
	border:1px solid #b0cbe3;
	padding:1px;

}
#contents .section .tit h3{
	padding:10px;
	color:#FFF;
	background:#b0cbe3;
}
#contents .section .img{
	width:475px;
	background:#FFF;
	border:1px solid #b0cbe3;
	padding:1px;
}
#contents .section .img img{
}
#contents .section p{
	padding:10px 0;
}


/* mattetene
========================================== */
.mattetene #contents .section .img{
	width:250px;
	margin:50px auto;
	text-align:center;
}
.mattetene #contents .section .tit{
	position:relative;
}
.mattetene #contents .section .tit h3{
	padding:7px 10px;
	font-size:18px;
	color:#FFF;
}
.mattetene #contents .section .img{
	border:none;
}
.mattetene #contents .section span{
	position:absolute;
	top:10px;
	right:10px;
	color:#FFF;
	font-size:10px;
} 