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

* {
	margin: 0;
	padding: 0;
}
body {
	display: block;
	font-size: 13px;
	color: #333;
	line-height: 150%;/*border-top:#2151b0 4px solid;*/
	min-width: 980px;
	-webkit-text-size-adjust: 100%;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
}
a:hover { text-decoration: none; }
html {}

.bold { font-weight: bold; }
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
.clearfix_b30:after {
	clear: both;
	content: "";
	display: block;
	margin-bottom: 20px;
}
.clearfloat {
	clear: both;
}
.clearBoth {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.displayNone { display: none; }
.left { float: left; }
.right { float: right; }
.center {
	display: block;
	text-align: center;
}


/*-------------------------------------------------
	メインコンテナ
-------------------------------------------------*/
#wrap_w {
	display: block;
	width: 100%;
}
#wrapper {
	width: 935px;
	margin: 0 auto;
}

/*-------------------------------------------------
	パンくず
-------------------------------------------------*/
#pankuzu {
	width: 870px;
	margin: 26px auto 20px auto;
}
#pankuzu li {
	list-style-type: none;
}
#pankuzu li a {
	color: #333;
	margin: 0 7px 0 0;
}
#pankuzu li a:hover {
	text-decoration: none;
}
/*-------------------------------------------------
	見出し画像
-------------------------------------------------*/
#wrapper h2 {
	clear: both;
	width: 871px;
	margin: 20px auto;
}

/*-------------------------------------------------
	ページトップへ
-------------------------------------------------*/
.totop {
	clear: both;
	width: 850px;
	margin: 0px auto 20px auto;
	text-align: right;
}
.totop a {
	color: #006699;
}

/*印刷ボタン*/
.the_print {
	clear: both;
	width: 500px;
	margin: 20px auto;
	overflow: hidden;
}
.the_print .left_print {
	float: left;
}
.the_print .right_print {
	float: right;
}
.print_box {
	width: 800px;
	margin: 20px 50px 20px 0px;
	float: right;
	overflow: hidden;
}
.print_box li {
	float: right;
	display: inline;
	margin-left: 10px;
}


/*
ヘッダー
------------------------------------------------*/
#header {
	width: 950px;
	margin: 0 auto;
}
/*

ロゴ
------------------------------------------------*/
#header .left {
	float: left;
	margin: 33px 0 0;
}
#header .left a {
	display: block;
	width: 215px;
	height: 37px;
	background-image: url(../image/tmp/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#header .left a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#header .right {
	float: right;
	margin:0 0 10px;
}
/*
インターネット予約
------------------------------*/
#header .right #internet_yoyaku {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#header .right #internet_yoyaku a {
	display: block;
	background-color: #cc0033;
	color: #ffffff;
	text-decoration: none;
	padding: 14.2px 15px;
}
#header .right #internet_yoyaku a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
/*
石崎汽船へのお問合せ
------------------------------*/
#header .right #tel {
	display: inline-block;
	vertical-align: middle;
}
#header .right #tel a {
	color: #ffffff;
	text-decoration: none;	display: block;
	background-color: #2151b0;

	padding: 12px 23px 12px;
	margin: 0 0 0;
	line-height: 1.35;
}
#header .right #tel a strong {
	font-size: 184%;
	display:inline-block;
	vertical-align:middle;
	line-height:1;
}
#header .right #tel a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
/*
他国サイトへのリンク
------------------------------*/
#languageList{
	margin:10px 0 8px;
	padding:0 0 0 352px;
	text-align:center;
}
#languageList li{
	float:left;
	width:65px;
	display:block;
	margin:0 0 0 6px;
}
#languageList li:nth-child(1){
	margin:0;
}
#languageList li:nth-child(3){ display:none;}
#languageList li:nth-child(4){ display:none;}

#languageList li a{
	text-decoration:none;
	color:#2151b0;
	font-size:12px;
	display:block;
	background-color:#f0f0f0;
	border:1px solid #cccccc;
	padding:3px 5px;
}
#languageList li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}


/*
グローバルナビゲーション
------------------------------*/
#gro_w {
	display: block;
	width: 100%;
	border-top: #2151b0 4px solid;
	border-bottom: #2151b0 4px solid;
	background-color: #2151b0;
}
#gro_w #grobal_navigation {
	border-top: #ffffff 3px solid;
	border-bottom: #ffffff 3px solid;
	background-color: #2151b0;
}
#gro_w #grobal_navigation #mainlist {
	width: 950px;
	margin: 0 auto;
	background-color: #2151b0;
	border-left: #ffffff 2px solid;
}
#gro_w #grobal_navigation #mainlist li {
	float: left;
	list-style-type: none;
	width: 156px;
	border-right: #ffffff 2px solid;
}
#gro_w #grobal_navigation #mainlist li a {
	font-size: 15px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
#gro_w #grobal_navigation #mainlist li .sublist {
	display: none;
}

#gro_w #grobal_navigation #mainlist li#gnavi03 .li3{
	display: none !important;
}


/*

/*
フッター
----------------------------------------------------*/
#footer {
	display: block;
	padding: 20px;
	background-color: #f0f0f0;
	border-top: #2d52aa 5px solid;
}
#footer_wrapper {
	width: 950px;
	margin: 0 auto;
}
#footer #footerlogo {
	float: left;
	display: block;
}
#footer #footerlogo a {
	display: block;
	width: 215px;
	height: 37px;
	background-image: url(../image/tmp/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#footer #footerlogo a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#copyrights {
	float: right;
	font-size: 10px;
	line-height: 37px;
}
/*
隠す
----------------------------------------------*/
.hidden {
}
.clear {
	clear: both;
}

/* パックチラシPDFリンク */
.pdfLink{
	text-align:center;
	margin:25px auto;
}
.pdfLink a{
	color:#000;
    background-image: url(../image/hiroshima_business/ex_pdf_ico.png);
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
    padding-left: 25px;
    margin-left: 10px;
}



/*- フォントサイズ指定 -*/
.text10 { font-size:72% !important; }	/* 10px */
.text11 { font-size:79% !important; }	/* 11px */
.text12 { font-size:86% !important; }	/* 12px */
.text13 { font-size:93% !important; }	/* 13px */
.text14 { font-size:100% !important; }	/* 14px */
.text15 { font-size:107% !important; }	/* 15px */
.text16 { font-size:114% !important; }	/* 16px */
.text17 { font-size:121% !important; }	/* 17px */
.text18 { font-size:128% !important; }	/* 18px */
.text19 { font-size:135% !important; }	/* 19px */
.text20 { font-size:142% !important; }	/* 20px */
.text21 { font-size:149% !important; }	/* 21px */
.text22 { font-size:156% !important; }	/* 22px */
.text23 { font-size:163% !important; }	/* 23px */
.text24 { font-size:170% !important; }	/* 24px */
.text25 { font-size:177% !important; }	/* 25px */
.text26 { font-size:184% !important; }	/* 26px */
.text27 { font-size:191% !important; }	/* 27px */
.text28 { font-size:198% !important; }	/* 28px */
.text29 { font-size:205% !important; }	/* 29px */
.text30 { font-size:212% !important; }	/* 30px */