@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";
@import "02styles_layout.css";


/* common Style
---------------------------------------------------- */
#common #articleBox {
	padding-top: 10px;
}

#common .articleTxt {
	padding: 10px 10px 0;
}

#common .articleTxt p {
	margin-bottom: 1em;
}

#common .articleTxt ol {
	margin: 1em 0;
	padding-left: 25px;
}

#common .articleTxt ol p,
#common .articleTxt ol li {
	font-size: 120%;
	margin: 0.3em 0;
}

#common .articleTxt ol li p,
#common .articleTxt ol li li {
	font-size: 100%;
}

#common .articleTxt ol ul ul {
	margin-left: 20px;
}

#common .articleTxt ol ul li {
	margin: 1em 0;
}

#common .articleTxt ol ul li li {
	margin: 0.3em 0;
}

#common .articleTxt ol ul p {
	margin-left: 1.7em;
}


/* rules Style 約款
---------------------------------------------------- */
#rules .boxL {
	float: left;
	width: 400px;
}

#rules .boxR {
	float: right;
	width: 400px;
}

#rules .rulesList {
	margin: 15px 0;
}

#rules .rulesList a {
	background: url(/jp/images/icon_arrow01.gif) no-repeat left 2px;
	padding-left: 13px;
}

#rules .articleTxt p {
	margin-bottom: 1em;
}

#rules .articleTxt ul {
	margin-bottom: 1em;
}

#rules .articleTxt li {
	padding-left: 2em;
	text-indent: -1.5em;
	margin-bottom: 0.5em;
}

#rules .articleTxt li span {
	padding-right: 1em;
}

#rules .articleTxt li li {
	padding-left: 2em;
	text-indent: -1.5em;
	font-size: 100%;
	margin-bottom: 0;
}

.marginLeft {
	padding-left: 2.5em;
}

.marginLeft2 li {
	margin-left: 1em;
}

.marginLeft_ul .marginLeft2 {
	margin-left: -0.5em;
}

ul.marginLeft {
	padding-left: 0;
}

.marginLeft li {
	padding-left: 2.5em !important;
	text-indent: -2.3em !important;
}

.marginLeft_ul li {
	padding-left: 2em !important;
	text-indent: -2.3em !important;
}


/* links Style 関連リンク
---------------------------------------------------- */
#links li {
	margin-bottom: 8px;
	float: left;
	width: 400px;
	padding-right: 25px;
}

#links li a {
	background: url(/jp/images/icon_outLink.gif) no-repeat left 2px;
	padding-left: 15px;
}

#links li a.aLink {
	background: url(/jp/images/icon_arrow01.gif) no-repeat left 2px;
	padding-left: 13px;
}

#links li a.pdfLink {
	background: url(/jp/images/icon_pdf.gif) no-repeat left 2px;
	padding: 5px 0 3px 20px;
}


/* sitemap Style サイトマップ
---------------------------------------------------- */
#sitemap .boxL {
	float: left;
	width: 420px;
}

#sitemap .boxR {
	float: right;
	width: 420px;
}

#sitemap h2 {
	background: url(/jp/images/common/bg_h2_sitemap.gif) repeat-x left bottom;
	font-size: 140%;
}

#sitemap li {
	margin-bottom: 5px;
	padding-left: 10px;
}

#sitemap li span {
	background: url(/jp/images/common/icon_dot.gif) no-repeat left 4px;
	*background: url(/jp/images/common/icon_dot.gif) no-repeat left 2px;
	padding-left: 13px;
}

#sitemap .contentsBox a {
	background: url(/jp/images/icon_arrow01.gif) no-repeat left 4px;
	*background: url(/jp/images/icon_arrow01.gif) no-repeat left 2px;
	padding-left: 13px;
}

#sitemap li li {
	padding-left: 15px;
}

#sitemap li li a {
	background: url(/jp/images/icon_arrow02.gif) no-repeat left 6px;
	*background: url(/jp/images/icon_arrow02.gif) no-repeat left 4px;
	padding-left: 7px;
	font-size: 83%;
}



/* 404 Style 404エラー
---------------------------------------------------- */
.mainArea#error404 {
	padding: 50px 150px;
	width: 600px;
}

#error404 p {
	line-height: 1.6;
}

#error404 ul {
	padding: 20px 0 50px 0;
}

#error404 li {
	display: inline;
	margin-right: 15px;
}





