@charset "utf-8";

/* common 
*****************************************/
body {
	margin: 0 auto;
	color: #000;
	width: 100%;
	font-family:'Lucida Grande', Meiryo, sans-serif;
	font-size: 88%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	background-color: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.small{font-size: 11px;}
article {
	text-align: center;
}
/* link 
*****************************************/
a:link,
a:visited {
	color: #b81c22;
}
a:hover {	
	text-decoration: none;
}
a:focus {
	overflow: hidden;
}

/* footer
*****************************************/
#footer {
	margin-top: 1px;
	padding: 6px 0;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 72%;
}

/* contents
*****************************************/
#orbis1803 .center{text-align: center;/* padding: 1em 0 2em; */}
#orbis1803{
	margin: 0 auto;
	/* font-size: 14px; */
	line-height: 1.6;
	text-align: center;
}
#orbis1803 .container{
	margin-left: 3%;
	margin-right: 3%;
	text-align: left;
	max-width: 690px;
	display: inline-block;
}
#orbis1803 .text{
	margin-top: 5%;
}
#orbis1803 .price{
	color : #666666;
	text-align: left;
	margin-bottom: 3em;
}
#orbis1803 h2{
	font-weight :bold;
	font-size: 135%;
	margin-top: 10%;
	margin-bottom: 7%;
	border-bottom: 1px solid;
}
#orbis1803 h3{
	font-weight :bold;
	font-size: 135%;
	line-height: 1.6;
	margin-top: 3%;
	margin-bottom: 3%;
	color: #b18260;
}
#orbis1803 span.asterisk1{
	font-size: 70%;
	vertical-align: text-top;
}
#orbis1803 span.asterisk2{
	font-size: 50%;
	vertical-align: text-top;
}
#orbis1803 h4{
	font-weight :bold;
	font-size: 135%;
	line-height: 1.6;
	margin-top: 3%;
	margin-bottom: 3%;
	color: #b18260;
	text-align: center;
}
#orbis1803 .lead{
	/* font-size: 120%; */
	font-weight: bold;
	line-height: 1.4;
	/* text-align: center; */
}
#orbis1803 p{
	margin-bottom: 1.5em;
}
#orbis1803 .list-number{
	font-size: 200%;
	margin-right: 3%;
	float: left;
	color: #b18260;
}
#orbis1803 .box p{
	margin-bottom: 2.5em;
}
#orbis1803 .box2{
	border: 1px solid #b18260;
	padding: 3%;
	margin-bottom: 10%;
}
#orbis1803 .box2 p{
	margin-bottom: 1em;
}
#orbis1803 .box2 .border{
	width: 50px;
	border-bottom: 3px solid;
	margin: 0 auto;
	margin-bottom: 25px;
	color: #b18260;
}
#orbis1803  ul {
	list-style:none;
}
#orbis1803  ul li {
	text-indent:-2.6em;
	padding-left:2.5em;
}
#orbis1803 .contact{
	text-align: center;
	border: 1px solid #000;
	/* width: 50%; */
	margin: 2em auto;
	padding: 1.5em 0;
}
#orbis1803 .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
#orbis1803 .video-container iframe,  
#orbis1803 .video-container object,  
#orbis1803 .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#orbis1803 .logo {
	width: 25px;
	vertical-align: sub;
	margin-right: 2%;
}
#orbis1803 .utime {
	font-size: 60%;
	font-weight:  bold;
	vertical-align:  middle;
}
#orbis1803 .mt0 {
	margin-top: 0px !important;
}
#orbis1803 .mb3 {
	margin-bottom: 3em !important;
}