@charset "utf-8";
/* CSS Document */



/*
見出し
---------------------------------------------*/

#wrapper h3{
	clear:both;
	width:840px;
	margin:0px auto 30px auto;
}
.red {
	color:#FF0000;
}

/*
パックイメージ
----------------------------------------------*/
#pack_image{
	width:738px;
	margin:0px auto;
	overflow:hidden;
}

#pack_image li{
	float:left;
	margin-left:38px;
	display:inline;
}

/*-各タイトル-*/
#wrapper .h3title {
	color:#006699;
	font-size:14px;
	width:400px;
	margin:0 0 30px 50px;
	padding:5px 5px;
	border:1px solid #cccccc;
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239,239,239,1)), color-stop(25%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(75%, rgba(255,255,255,1)), color-stop(100%, rgba(239,239,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef', GradientType=0 ); /* IE6-9 */
}
#wrapper .h3title h3 {
	line-height:1.7em;
	float: none;
	margin:0;
	padding:0 0 0 5px;
	border-left:5px solid #65bedb;
	width:auto;
}

/*
パック詳細
----------------------------------------------*/
.pack_shousai{
	width:760px;
	margin:20px auto 10px auto;
	overflow:hidden;
}
/*左側*/
.left_box{
	float:left;
	width:370px;
}
#pdf{
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	margin-top: 5px;
}
/*右側*/
.right_box{
	float:right;
	width:370px;
}
.right_box table{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}
.right_box table th{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#67BDDE;
	color:#FFF;
	padding: 10px;
	width: 100px;
}
.right_box table td{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	font-size:12px;
	padding: 10px;
}
.right_box ul {
	margin-top:7px;
	margin-bottom:0px;
}
.right_box ul li{
	list-style-type:none;
	background-image:url(../image/hiroshima_business/li01.png);
	background-repeat:no-repeat;
	background-position:left 0.45em;
	padding-left:10px;
}

#rinzi_info{
	border:1px solid #666666;
	padding:10px;
	font-size:93%;
	margin:0 0 15px;
}
#rinzi_info strong{
	display:block;
	margin:5px 0 0;
	font-size:107%;
}

/*
モデルコース
------------------------------------------------*/

.model_course{
	display:block;
	text-align:center;
	width:837px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.model_course img{
	display:block;
	margin-right: auto;
	margin-left: auto;
}


/*
モデルコース表
----------------------------------------------*/
.model_table{
	width:750px;
	margin:10px auto 40px auto;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}
.model_table th{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#67BDDE;
	color:#FFF;
	font-size:15px;
}
.model_table th p{
	padding:6px 0px;
}

.model_table td{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	font-size:12px;
}
.model_table td p{
	text-align:center;
	padding:2px 0px;
}
.model_table .line02{
	width:15%;
}

/*
料金表
-----------------------------------------------*/
.table_box{
	width:760px;
	margin:0px auto 0;
}
.table_box h5{
	margin:0 0 10px;
	font-size:18px;
}
.price_table{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.left_table{
	width:365px;
	float:left;
}
.right_table{
	width:365px;
	float:right;
}
.price_table th{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#67BDDE;
	color:#FFF;
	width:25%;
}
.price_table th p{
	padding:10px;
	font-size:15px;
}
.price_table th p span {
	font-size:10px;
	line-height:90%;
}
.price_table td{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.price_table td.sstxt{
	font-size:12px;
}
.price_table td p{
	text-align:center;
	padding:7px 0px;
}
.price_txt{
	display:block;
	width:700px;
	margin:0px auto 20px auto;
	font-size:12px;
}


/*
取り消し・払い戻し
--------------------------------------------*/

.torikeshi{
	width:765px;
	display:block;
	margin:0px auto 10px auto;
}

.torikeshi_block{
	width:760px;
	margin:0 auto 30px auto;
}

.torikeshi_block table{
	width:100%;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}

.torikeshi_block table th{
	background-color:#666666;
	color:#FFF;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}

.torikeshi_block table th p{
	padding:8px 0px;
}

.torikeshi_block table td{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}

.torikeshi_block table td p{
	padding:8px 20px;
}


.torikeshi_block table .line01{
	width:70%;
}
.torikeshi_block dl{
	margin-top:10px;
}

.torikeshi_block dt{
	font-weight:bold;
	font-size:17px;
}

.info_block{
	font-size:16px;
	line-height:1.6;
	text-align:center;
	width:760px;
	display:block;
	margin:0px auto 50px auto;
}


/*旅行条件書*/
.ryokou_jouken{
	width:720px;
	margin:20px auto;
}
.ryokou_jouken dt{
	margin-bottom:10px;
}
.ryokou_jouken dd{
	background-image:url(../image/hiroshima_business/ex_pdf_ico.png);
	background-repeat:no-repeat;
	background-position:left center;
	overflow:hidden;
	padding-left:20px;
	margin-left:10px;
}
.ryokou_jouken dd a{
	color:#333;
}
.text01 {
	font-size:18px;
	font-weight:bold;
}


/*限定*/
#limit{
	background-color:#ffdddd;
	padding:15px;
	margin:5px 0 0;
	text-align:center;
	line-height:1.5;
}
#limit p{
	margin:5px 0;
	display:block;
}










