@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_whats_new.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 0000-00-00
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);
@import url(colorbox.css);

/* ================================================

	contentsBox

=================================================*/

/* contentsBox -------------*/
#contentsBox {
	background-image: url(../_img/whats_new/contents_frame_bg_top.jpg);
	background-repeat: no-repeat;
}

/* ================================================

	contentsBoxHeader

=================================================*/
/* contentsBoxHeader -------------*/
#contentsBoxHeader {
	height: auto;
	padding-bottom: 10px;
}
#contentsBoxHeader h1.design {
	float: none;
	display: block;
	font-size: 166%;
	font-weight: bold;
	color: #EA66A0;
	background-image: url(../_img/shops/h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	line-height: 120%;
}


/* ================================================

	contentsBoxInner

=================================================*/

/* contentsBoxInner -------------*/
#contentsBoxInner {}
#contentsBoxInner h2 {
	font-size: 133%;
	font-weight: bold;
	background-color: #FCE0ED;
	color: #EB63A3;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EE64A0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#contentsBoxInner h3 {
	font-size: 133%;
	font-weight: bold;
	color: #EE64A0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EE64A0;
	margin-bottom: 15px;
}
#contentsBoxInner h4 {
	font-size: 116%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#contentsBoxInner h5 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
#contentsBoxInner hr {
	color: #CCCCCC;
}
#contentsBoxInner p {
	margin-bottom: 0.5em;
}
#contentsBoxInner .cap {
	font-size: 83%;
	color: #666666;
}
#contentsBoxInner .pinkBox {
	background-color: #FDEEF4;
	padding: 10px;
}
#contentsBoxInner strong {}
#contentsBoxInner ul {}
#contentsBoxInner ul li {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
#contentsBoxInner ol {}
#contentsBoxInner ol li {
	list-style-type: decimal;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
#contentsBoxInner table.border {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contentsBoxInner table.border th,
#contentsBoxInner table.border td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
#contentsBoxInner table.border th {
	font-weight: bold;
	background-color: #EAEAEA;
}
#contentsBoxInner table.border td {}







#contentsBoxInner:after
	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#contentsBoxInner
	{ display: inline-table; min-height: 1%; }
/* Hides from IE-mac */
* html #contentsBoxInner
	{ height: 1%; }
#contentsBoxInner
	{ display: block; }
/* End hide from IE-mac */

