/* ------------------------------
共通スタイル
------------------------------ */
.flotR {
	float: right;
}
.flotL {
	float: left;
}
.alignC{
	text-align: center;
}
.alignR{
	text-align: right;
}
ul, h1, h2, h3, h4, h5, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
.clearfix {
	display:block;
	overflow: hidden;
}
img {
	border: 0;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
/* ------------------------------
ページレイアウト
------------------------------ */
#rightcolumn #topBnr {
	margin-bottom: 12px;
}
#rightcolumn .readText {
	margin-right: 8px;
	margin-left: 12px;
	margin-bottom: 30px;
}
#rightcolumn .item01 li {
	float: left;
	margin-right: 5px;
}
#rightcolumn .item01 .last {
	margin-right: 0px;
}

/* ---------------------------------
コーディネートbox
-----------------------------------*/
.sectionCd1,
.sectionCd2 {
	margin-bottom:15px !important;
}
.sectionCd1 h2,
.sectionCd2 h2 {
	margin-bottom:15px !important;
}

.sectionCd1 p.sample {
	float:left;
	width:270px;
	text-align:center;
}
.sectionCd1 div.items {
	float:right;
	width:480px;
}
.sectionCd2 p.sample {
	float:right;
	width:270px;
	text-align:center;
}
.sectionCd2 div.items {
	float:left;
	width:480px;
}
.sectionCd1 div.items dl,
.sectionCd2 div.items dl {
	width:460px;
	background:url(../images/swivel_box_btm.gif) no-repeat center bottom;
}
.sectionCd1 div.items dl.simsCoordinate,
.sectionCd2 div.items dl.simsCoordinate {
	width:460px;
	background:url(../images/sims_coordinate_btm.gif) no-repeat center bottom;
}
.sectionCd1 div.items dl.kidsCoordinate,
.sectionCd2 div.items dl.kidsCoordinate {
	width:460px;
	background:url(../images/kids_coordinate_btm.gif) no-repeat center bottom;
}
.sectionCd1 div.items dl dd,
.sectionCd2 div.items dl dd {
	background:url(../images/swivel_box_variable.gif) repeat-y center top;
	padding-top: 10px;
	padding-bottom: 15px;
}
.sectionCd1 .items .simsCoordinate dd,
.sectionCd2 .items .simsCoordinate dd {
	background:url(../images/sims_coordinate_variable.gif) repeat-y center top;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.sectionCd1 .items .kidsCoordinate dd,
.sectionCd2 .items .kidsCoordinate dd {
	background:url(../images/kids_coordinate_variable.gif) repeat-y center top;
	padding-top: 10px;
	padding-bottom: 10px;	
}
.sectionCd1 .items dl dd p,
.sectionCd2 .items dl dd p,
.sectionCd1 .items .simsCoordinate dd p,
.sectionCd2 .items .simsCoordinate dd p,
.sectionCd1 .items .kidsCoordinate dd p,
.sectionCd2 .items .kidsCoordinate dd p {
	margin:0 10px !important;
	color: #FFF;
}
