@charset "utf-8";


@media screen and (max-width: 960px){

img{
max-width: 100%;
height: auto;
width /***/:auto;
}
#container{
//width:100%;
}


.creation_list{
	position: relative;
	width:610px;
	height:200px;

	margin-left : auto ; margin-right : auto ;
	color:#000000;

}


.creation_menu_list{
	position: relative;
	width:610px;
	height:600px;

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

}

.creation_menu {
//	position: absolute;
	width:578px;
	height:279px;

	float:left;
//	width: 100%;

}


.table_style,
.table_style *{
	width: auto;
	font-size: 16px;
	margin: 0 auto 50px;
}
.table_style th{
	text-align: right;
	vertical-align: text-top;
	width: 50%;
	line-height: 2;
}
.table_style td{
	text-align: left;
	width: 50%;
	font-size: 20px;
	line-height: 1.6;
}


}

