table#profile {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
}

table#profile th {
	padding: 5px;
	border: solid 1px #696969;
	font-size: small;
	text-align: left;
	width: 40%;
}
.ui-btn{
	font-size: 14px !important;
}
table#profile td {
	padding: 5px;
	border: solid 1px #696969;
	text-align: left;
}

.whats_new_message {
	text-align: left;
	padding: 5px;
}

.whats_new_hr {
	margin: 10px 0;
}

.schedule_date {
	color: #00DFFF;
	margin: 10px 0;
	font-size: 20px;
}

.viewport {
	width: 290px;
	overflow: hidden;
	margin: 20px auto 0;
	-webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}

.flipsnap {
	width: 870px; /* 290px(item width) * 3(item count) */
// JavaScriptで修正される
}

.flipsnap div.item img{
	width: 90%;
	height:auto;
}

p.controls {
	margin: 5px 0 15px;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.list {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

.list_item {
	float: left;
	padding: 0.69%;
	width: 31.95%;
}

.list_item a img{
	width: 100%;
}
.list-box{
	margin: 0 0 0 -5px;
}
.list_item2 {
	float: left;
	width: 49.8%;
	padding: 8px 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list_item2 a img{
	width: 100%;
}

/*.list_item .images,*/
/*.list_item2 .images{*/
	/*display: block;*/
	/*background: url("../images/bg_room.png") no-repeat top center;*/
	/*-webkit-background-size: cover;*/
	/*background-size: cover;*/
	/*padding: 4px;*/
	/*-webkit-box-sizing: border-box;*/
	/*-moz-box-sizing: border-box;*/
	/*box-sizing: border-box;*/
	/*position: relative;*/
/*}*/


p.name {font-size: 12px;
	padding: 5px;
	margin-bottom: 0;
	color: #000;
	text-align: center;
	text-shadow: none !important;
}
}
.item {
	float: left;
	width: 290px;
	font-size: 50px;
	text-align: center;
	padding: 0;
	color: #666;
}

.details_photo {
	width: 100%;
	margin: 15px 0;
	text-align: center;
}

.details_photo img{
	width: 80%;
}

.details_photo ul {
	margin: 5px 0;
}

.pointer {
	text-align: center;
}

.pointer span {
	border: 1px solid #000000;
	border-radius: 8px 8px 8px 8px;
	display: inline-block;
	height: 8px;
	width: 8px;
}

.pointer span.current {
	background: none repeat scroll 0 0 #FFCC00;
}

