@charset "utf-8";
/* リセット */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, a, img, td, tr{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
table{ border-collapse: collapse; }
td,th{ word-break:break-all; }
img{ vertical-align: bottom; }

/* 汎用クラス */
.clearfix {zoom:1;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.clear{ clear: both; }
.right{ text-align:right; }
.center{ text-align:center; }

.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mb10{ margin-bottom: 10px; }

.imgLiquid{
	display:block;
	overflow: hidden;
}
.imgLiquid img{
	width: 100%;
}

.bikou1{
	text-decoration: line-through;
	display: block;
}
#cargos{ text-align: center; }


.shoplist_wrap{
	width: 760px;
	overflow: hidden;
}
.shoplist_wrap ul{
	width: 765px;
}
.shoplist_wrap li{
	float: left;
	width: 173px;
	height: 280px;
	margin-right: 5px;
	margin-bottom: 7px;
	border: #1C2757 solid 1px;
	padding: 5px 5px 0;
}
.shoplist_title{
	background: #1C2757;
	display: block;
	margin: 0 -5px;
	text-align: center;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
}
.shoplist_title a{
	color: #fff;
	text-decoration: none;
}
.shoplist_wrap .imgLiquid{
	height: 130px;
	margin-bottom: 5px;
}
.shoplist_wrap dt{
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	/*height: 18px;*/
	height: 6em;
	font-size: 12px;
	text-align: center;
}
.shoplist_wrap dd{
	font-size: 12px;
	text-align: right;
	background: #fff;
	position: absolute;
	right: 5px;
	bottom: 0;
}
.shoplist_wrap dd span{
	color: #C61A22;
	padding-right: 3px;
	font-weight: bold;
}

.table_border{
	width: 100%;
	margin: 10px 0 20px;
}
.table_border td, .table_border th{
	padding: 5px;
	border: #aaa solid 1px;
}

.shoplist_wrap li{
	position: relative;
}
.icon{
	position: absolute;
	top: 5px;
	left: 5px;
}

#qa dt,#qa dd{
	font-size: 13px;
}

iframe.toiframe { min-height:700px; height: auto !important; height: 700px;}

#pform{
	width: 100%;
}
#pform td{
	border: #aaa solid 1px;
	padding: 5px;
	font-size: 14px;
}
@media screen and (max-width: 480px) {
	#pform input,#pform select,#pform textarea{ font-size: 16px; }
	#pform input,#pform select{
		width:80%;
		padding:5px;
		display: block;
		margin: 0 auto;
	}
	#pform input[type="text"]:focus{background:#acf3ff;}
	#pform textarea{
		width:80%;
		padding:5px;
		height:50px;
		display: block;
		margin: 0 auto;
	}
}

#ship h2，#ship h3 { margin:15px 0; }
#ship table { margin:15px 0 0; }
#ship table th { background:#D9EEF3; text-align:left; font-size:14px; border:#ccc 1px solid; padding:5px; }
#ship table td { font-size:14px; border:#ccc 1px solid; padding:5px; position: relative; }

.subimg table td{ border:none !important; padding:0 !important; }

.imgbox { position:relative; }
.imgbox div{ position:absolute; top:0; left:0; }

#recruit p,
#recruit table{
	margin: 12px 6px;
}
#recruit p a{
	display: block;
}
#recruit p img{
	margin-left: 16px;
	margin-bottom: 16px;
}
#recruit th,
#recruit td{
	border: 1px solid #ccc;
	padding: 8px;
}
#recruit th{
	background-color: #f7f7f7;
}

/* 追加 */
#movie_player {
	padding-top: 28.3%;
	position: relative;
	width: 100%;
}
#movie_player iframe{
	position: absolute;
	right: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

#movie_player2,
#movie_player3{
	width: 100%;
}

#movie_player2 iframe,
#movie_player3 iframe{
	width: 100% !important;
	height: 100% !important;
	border: none;
}

.sintei_syoukai{
	margin-top: 10px;
	font-size: 18px;
	background-color: #1c2757;
	color: #fff;
	padding: 10px;
}

.sintei_syoukai b{
	font-size: 25px;
}
