@charset "utf-8";
/* ---------------------------------------------------------------------
  TITLE : Hankyu Hanshin Express Co.,Ltd.
  URI : www.hh-express.com
  Copyright (C) Hankyu Hanshin Express Co.,Ltd. All Rights Reserved.
--------------------------------------------------------------------- */

/* CSS Import Style
---------------------------------------------------- */
@import "01styles_main.css";


/* information Style
---------------------------------------------------- */
#information {
}

body {
	text-align: center;
}

.container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 0 10px;
}

h1 {
	text-align: center;
}

#information .right {
	margin-bottom: 40px;
}

.block {
	background-color: #f3f3f3;
	margin-top: 40px;
	text-align: center;
}

.block .contents {
	width: 600px;
	margin: 0 auto;
}

.block h2 {
	display: block;
	background-color: #757575;
	color: #FFFFFF;
	text-align: center;
	font-size: 160%;
	line-height: 1.8;
	padding: 5px 0;
}

.block #hhexpress,
.block #hac {
	float: left;
	width: 300px;
	text-align: left;
	font-size: 140%;
	padding: 20px 0;
}

.block #hac p {
	font-size: 83%;
}


/* -------------------------------- */
.block #global {
	padding: 20px;
}

.block #global .boxL {
	float: left;
	width: 360px;
}

.block #global .boxR {
	float: right;
	width: 360px;
}

.block #global .boxL dt,
.block #global .boxL dd,
.block #global .boxR dt,
.block #global .boxR dd {
	font-size: 120%;
	text-align: left;
	line-height: 1.8;
}

.block #global .boxL dt,
.block #global .boxR dt {
	font-weight: bold;
	padding-top: 9px;
}

.block #global .boxL dd,
.block #global .boxR dd {
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 9px;
}

.block #global .boxL dd.bottom,
.block #global .boxR dd.bottom {
	border-bottom: none;
}

.block #global .boxL dd img,
.block #global .boxR dd img {
	margin: 0 0 5px 5px;
}

#copy {
	margin: 35px 0 0;
	clear: both;
	font-size: 100%;
	text-align: center;
}

#copy img {
	margin-bottom: 10px;
}


/* -------------------------------- */
#english {
	margin-top: 40px;
}



