@charset "UTF-8";

/*================================================================================*/
/* 商品案内ページ                                       						  */
/*================================================================================*/

#product {
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	text-align: center;
	border: 1px solid #228b22;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	display: block;
 margin-left: auto;
 margin-right: auto;
}
#producte{
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	text-align: left;
	border: 1px solid #228b22;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	

	margin-left: auto;
	margin-right: auto;
}

#paste {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

#paste th {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: #88dd88;
	color: white;
	border: 1px green solid;
}
#paste td {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: #d7efcd;
	padding: 7px;
	border: 1px green solid;
	font-size: 10.5px;
}
#paste div {
	text-align: center;
	font-size: 10.5px;
}
#table_comment{
	text-align: right;
	font-size: 10.5px;
}
#constitution {
	width: 200px;
	font-size: 10.5px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#constitution td{
	border: 0px;
	padding: 3px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#constitution_one {
	background: darkkhaki;
}
#constitution_two {
	background: lightskyblue;
}
#constitution_three {
	background: powderblue;
}
#constitution_four {
	background: white;
}

#product_size td{
	border: 0px;
	padding: 2px;
}

#description li{
	list-style-type: none;
	padding-left:1em;
	text-indent:-1em;
}

#method li{
	margin-left: 1.5em;
	list-style-type: decimal;
}
/*------------------------------------------------------------*/
/* ウィンドウ幅:～599                                         */
/*------------------------------------------------------------*/
@media screen and ( max-width: 999px )
{
	
}
