@charset "utf-8";
/* CSS Document */


.cLayout1 .cInner .txt{
	padding:20px 0 0 0;
}

.cLayout1 .cInner .left{
	float:left;
}

.cLayout1 .cInner .right{
	float:right;
}

/* 利用規約*/

.cLayout1 .cInner .txt ol{
	padding:0 0 15px 50px;
	list-style-type: decimal;
}

.cLayout1 .cInner .txt ol li{
	line-height:1.5em;
	margin:0 0 10px 0;
}

.cLayout1 .cInner .txt p {
	line-height:1.5em;
	margin:0 0 10px 0;
}

/* 特定商取引法*/
.cLayout1 .cInner .txt ol.sq{
	padding:0 0 15px 50px;
	list-style-type: square;
}


.cLayout1 .cInner .txt ol.sq ol{
	padding:15px 0 15px 40px;
	list-style-type: decimal;
}
