@charset "utf-8";

/* ----------------------------------------------

	ArtMeter / SHOP styles
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */

@import url("/css/common.css");
/* CONTENTS HEAD
---------------------------------------------- */
ul.social {
    border-bottom: 1px solid #CCCCCC;
    margin: 10px 20px;
    padding-bottom: 5px;
}
ul.social li {
    float: right;
    margin-left: 10px;
}
div#contHead {
    margin: 20px 20px 0;
    position: relative;
}
div.contBox {
	padding-top:20px;
}
div#contBody h3 {
	margin-bottom: 0;
}
div.contBox h4{
	background: url("/img/present/ico_ribbon.png") no-repeat scroll 0 0 transparent;
    font-size: 18px;
    padding-left: 46px;
	color: #5c4d44;
	height: 30px;
	clear: both;
	margin-top:30px;
	margin-bottom:5px;
}

div#contBody div.UnitGroup {
    margin-left: 0;
    position: relative;
}

div#contBody .unitL {
    clear: left;
    float: left;
}
div#contBody .unitR {
    clear: right;
    float: right;
}
div.contBox5{
float:left;
width:455px;
background:url(/img/present/gift_wrapping.gif);
background-repeat:no-repeat;
background-position:right top;
background-color: #ffffbf;
clear: both;
margin:30px 0;
}

div.contBox5 .contBoxMain{
}

div.contBox5 .contBoxMain p{
width:290px;
margin:10px 0 10px 20px;
}

div.contBox6{
float:right;
width:455px;
background:url(/img/present/order_link.gif);
background-repeat:no-repeat;
background-position:right top;
background-color: #ffffbf;
margin:30px 0;
}

div.contBox6 .contBoxMain{
}

div.contBox6 .contBoxMain p{
width:400px;
height:70px;
margin:10px 0 10px 20px;
}


div#orderBtn a{
margin: 3px 0 3px 20px;
background: url(/img/present/order_btn.gif) 14px;
width: 220px;
height: 31px;
display: block;
background-position: 0 0;
background-repeat: no-repeat;
}

div#orderBtn a:hover{
background-position: 0 100%;
}

div#orderBtn a span{
display: none;
}

/* clearfix
---------------------------------------------- */

div.contBoxMain,
div.contWrap {
    zoom:1;/*for IE 5.5-7*/
}
div.contBoxMain:after,
div.contWrap:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html div.contBoxMain.
* html div.contWrap {
	display:inline-table;
	/*\*/display:block;/**/
}

