@charset "UTF-8";

/*　確認用　border:1px solid #000000;　*/

/*印刷用*/

@media print {
h1{
	width:588px;
	display:block;
	padding-bottom:20px;
	font-size: 18pt;
	color:#084676;
	height: 1em;
	font-weight:bold;
}
h2{
	width:522px;
	padding-top:21px;
	padding-bottom:21px;
	margin-left:24px;
	display:block;
	font-size: 16pt;
	color:#682A08;
	height: 1em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
}

/*画面表示用*/

@media screen {
h1{
	width:588px;
	height:48px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	text-indent:-10000px;
	display:table;
	overflow:hidden;
}
h2{
	width:522px;
	height:56px;
	margin-top:24px;
	margin-left:24px;
	margin-right:42px;
	background-image: url(../images/title_hospitality.gif);
	background-repeat: no-repeat;
	text-indent:-10000px;
	display:table;
	overflow:hidden;
}
}

/*画面表示印刷両用*/

@media screen,print {

/*mainVisual*/
div#mainVisual{
	width:792px;
	margin-left:7px;
	background-image: url(../images/maintitlebg.jpg);
	background-repeat: no-repeat;
    display:table;
}

/*contents*/
p.copy {
	width: 522px;
	display:table;
	margin-top:24px;
	margin-left:24px;
	padding-bottom:24px;
	background-image: url(../../common/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

h3.featureContiner {
	width: 522px;
	display:table;
	margin-top:24px;
	margin-left:24px;
	margin-right:42px;
	padding-bottom:24px;
	background-image: url(../../common/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
h3.featureContinerBottomlineNone {
	width: 522px;
	display:table;
	margin-top:24px;
	margin-left:24px;
	margin-right:42px;
	padding-bottom:24px;
}
p.featureTitle {
	padding-bottom: 12px;
	display: block;
	font-weight: bold;
}
div.feature1 {
	width: 452px;
	display:block;
	padding-left:70px;
	background-image: url(../images/features_feature1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.featureEx {
	width: 452px;
	display:block;
	padding-left:70px;
}
div.feature2 {
	width: 452px;
	display:block;
	padding-left:70px;
	background-image: url(../images/features_feature2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.feature3 {
	width: 452px;
	display:block;
	padding-left:70px;
	background-image: url(../images/features_feature3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.feature4 {
	width: 452px;
	display:block;
	padding-left:70px;
	background-image: url(../images/features_feature4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.feature4_2 {
	width: 452px;
	display:block;
	padding-top:10px;
	padding-left:70px;
}
div.feature5 {
	width: 452px;
	display:block;
	padding-left:70px;
	background-image: url(../images/features_feature5.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.feature6 {
	width: 452px;
	display:block;
	padding-left:70px;
	background-image: url(../images/features_feature6.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div p a.link2 {
	margin-top:12px;
	display: block;
}

span.annotation {
	vertical-align: text-top;
	font-size: 9px;
	font-weight:bold;
	color: #ff0000;
}

dt.annotationCopy{
	margin-top:12px;
	display: block;
	font-weight:bold;
	margin-bottom: 6px;
}
p.annotationCopy2 {
	margin-top: 6px;
	display: block;
	vertical-align: text-top;
}
ol.step{
	width:422px;
	margin-right:0px;
	margin-left:0px;
	padding-left:30px;
	padding-bottom:0px;
	display:block;
}

}

