@media screen and (min-width: 641px){

body{
	text-align:center;
}

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

#container{
	width:600px;
	font-size:14px;
	line-height:1.5em;
	margin: 0 auto;
	text-align:left;
}

#fm_bt_submit{
	padding:10px 15px;
	font-size:1.1em;
}

.bg_red{ background-color:	#ff0000; color:#fff; }
.bg_blue{ background-color:#6699ff; }
.bg_gray{ background-color:#eeeeee; }

.col{
	width:600px;
	margin:4px 0 4px 0;
	padding:10px 0 10px 0;
}

.reserve_title{
	font-size:20px;
}

.col_name {
	width:120px;
	padding:5px 0 5px 0;
	text-align:center;
	margin-left:5px;
	font-weight: bold
}

.col_content{
	margin:0 8px 0 60px;
	padding:8px 0 8px 0;
}

table.main{
	width : 600px;
}

th {
	background-color:	#6699ff;
}

td {
	background-color:	#eeeeee;
	font-size:14px;
	line-height:19px;
}

.show {
	display:			normal;
}

.hide {
	display:			none;
}

.nowrap{
	white-space: nowrap;
}


}
