﻿#line {
	position: fixed;
	bottom: -20px;
	z-index: 1;
	width:100%;
	background-color:white;
	padding-top:10px;
	text-align:center;
}

#line span {
	font-size:14px;
}

#line-banner {
	height:40px;
	vertical-align:middle;
	position:static;
}

#line-close {
	position:relative;
	left:278px;
	top:-50px;
	height:24px;
	cursor:pointer;
}
/******************************************************/
/* iPad 縦 */
@media only screen and (max-width:768px){
#line {
	bottom: -10px;
	width:auto;
	background:none;
	text-align:left;
}

#line span {
	display:none;
}

#line-close {
	left:148px;
}
}

