@charset "utf-8";
@import url("../../../css/common.css");
@import url("../../css/common.css");
@import url("common.css");

/*===========================================

    product
	
	option
	
	classup.css
		
===========================================*/



h4 {
	margin-bottom: 20px;
	}
	

div#contents,
div#contents ul {
	overflow: hidden;
	}

div#contents:after,
div#contents:after ul {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
	}

/*\*/
* html div#contents,
* html div#contents ul {
    height: 1em;
    overflow: visible;
	}
/**/

div#contents h5 {
	margin: 30px 0 30px 40px;
	}

div#contents p.maincopy {
	margin: 0 0 50px 40px;
	line-height: 1.8;
	}



div#contents ul {
	clear: both;
	margin-left: 15px;
	margin-bottom: 15px;
	}






div#contents li {
	float: left;
	margin: 10px 0 10px;
	padding: 0 25px;
	width: 260px;
	border-right: 1px solid #D4D4D4;
	}
div#contents li.last {
	border-right: none;
	}
	
	
div#contents li h6 {
	margin: 10px 0 20px 0;
	text-align: center;
	}
	
	
div#contents li p.text {
	line-height: 1.8;
	margin-bottom: 2em;
	}
	
	
div#contents li p.photo {
	margin-top: 10px;
	}

