@charset "utf-8";

/*--------------------------------------------------
  == PRODUCTS Main Style ==
  --------------------------------------------------
  File       : products_style.css
  Date       : yyyy.mm.dd
  Last Update: yyyy.mm.dd
--------------------------------------------------*/





/*== #maker01～ ==============================*/
body#maker22.products div.column2 {
	margin-top: 20px;
	width: 490px;
}

body#maker22.products div.column2 div.leftCont {
	margin-right: 10px;
	width: 160px;
	text-align: center;
}

body#maker22.products div.column2 div.rightCont {
	width: 320px;
}


/*== #system01～ ==============================*/

body.windowType01.system div#aboutClothing {
/*	margin: 5px 0 15px 0;*/
	width: 490px;
}

body.windowType01.system div#aboutClothing div.leftCont {
	float: left;
	width: 110px;
}

body.windowType01.system div#aboutClothing div.rightCont {
	float: right;
	width: 360px;
	padding: 0 10px;
}


body.windowType01.system div#clothingFunction01 {
	clear: both;
	padding: 10px;
	width: 470px;
	background-color: #EAEFF4;
	border: 1px solid #CCCCCC;
}

body.windowType01 div#clothingFunction01 div.leftCont {
	float: left;
	width: 210px;
}

body.windowType01 div#clothingFunction01 div.rightCont {
	float: left;
	margin-left: 10px;
	width: 250px;
}

body.windowType01 div#clothingFunction02 {
	clear: both;
	padding: 10px;
	width: 470px;
	background-color: #EAEFF4;
	border: 1px solid #CCCCCC;
}

body.windowType01 div#clothingFunction02 div.leftCont {
	float: left;
	width: 120px;
}

body.windowType01 div#clothingFunction02 div.rightCont {
	float: left;
	margin-left: 10px;
	width: 340px;
}

body.windowType01 p.clothingTitle {
	margin-bottom: 5px;
	font-weight: bold;
}

