@charset "Shift_JIS";
/*
 * —¿‹à‚É‚Â‚¢‚Ä‚Ìcss
 */
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "ƒƒCƒŠƒI","‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

/* link */
a:link {
  color: #1b47ff;
  text-decoration: underline;
}

a:visited {
  color: #9720c9;
  text-decoration: underline;
}

a:hover {
  color: #ff7d00;
  text-decoration: underline;
}

/* layout */
.wrapper {
	padding-top :20px;
}
.main {
	width: 950px;
	margin: 0 auto;

}

/* footer */
.footerArea {
	width: 950px;
	margin: 20px auto 30px;
	padding-top: 30px;
	border-top: 2px solid #ccc;
}
.footerArea a {
	color: #435b67;
	font-size: 10px;
	font-weight: 700;
	text-decoration: underline;
}

/* header */
.headerArea {
	width: 950px;
	margin: 0 auto;
}

/* nav */
.globalNav {
	display: block;
	margin-bottom: 6px;
	padding-left: 10px;
	border-bottom: 2px solid #f60;
	*zoom:1;
}
.globalNav li {
	float: left;
	margin: 0 2px -2px;
	text-align: center;
}
.globalNav li a {
	display: block;
	width: 172px;
	height: 28px;
	padding: 10px 0 0;
	background: #fff;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
	border-radius: 4px 4px 0 0;
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
.globalNav li a:hover {
	background: #ffe8d8;
}
.globalNav:before,
.globalNav:after{
  content:"";
  display: table;
}
.globalNav:after{
  clear:both;
}
.globalNav .current {
	width: 172px;
	height: 28px;
	padding: 10px 0 0;
	border-color: #ff6600 #ff6600 #fff;
	border-radius: 4px 4px 0 0;
	border-style: solid;
	border-width: 2px;
	color: #f60;
	font-weight: bold;
}
.globalNav .jrTab {
	width: 182px;
}
.anchorNav {
	padding: 16px 10px 0;
}
.anchorNav li {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(/jalan/doc/howto/image/icon_anchorlink.png) no-repeat 0 6px;
}

/* title */
.feeTitle {
	margin-bottom: 24px;
	padding: 4px 0 0 38px;
	background: url(/jalan/doc/howto/image/icon_fee.png) no-repeat 0 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
}
.basicTitle {
	margin-bottom: 20px;
	padding-left: 13px;
	background: url(/jalan/doc/howto/images/icon_hed.png) no-repeat 0 1px;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}

/* link */
.pagetopLink {
	margin-top: 20px;
	text-align: right;
}

/* text */
.taxTxt {
	padding: 15px 10px 0;
}

/* btn */
.btnArea {
	margin: 30px 0 0;
}
.btnClose {
	display: block;
	width: 64px;
	height: 25px;
	margin: 0 auto;
	background: url(/jalan/doc/howto/images/btn_close.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
.btnClose:hover {
	background-position :0 -25px;
}

/* list */
.operationList {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.operationList dt {
	margin-top: 20px;
	padding: 20px 0 5px 22px;
	border-top: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
}
.operationList dt:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.operationList-01 {
	background: url(/jalan/doc/howto/image/01.gif) no-repeat 0 0;
}
.operationList-02 {
	background: url(/jalan/doc/howto/image/02.gif) no-repeat 0 20px;
}
.operationList-03 {
	background: url(/jalan/doc/howto/image/03.gif) no-repeat 0 20px;
}
.policyList {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.policyList dt {
	margin: 20px 0 10px;
	padding: 20px 0 0 10px;
	background: url(/jalan/doc/howto/images/icon_hed_s.png) no-repeat 0 22px;
	border-top: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
}
.policyList dt:first-child {
	margin-top: 0;
	padding-top: 0;
	background-position: 0 2px;
	border-top: none;
}
.policyList ol {
	padding-left: 20px;
	list-style-type: decimal;
}
.policyList ol li {
	margin-top: 20px;
	font-weight: bold;
}
.policyList ol span {
	display: block;
	font-weight: normal;
}

/* table */
.basicTable {
	width: 100%;
	margin-top: 20px;
}
.basicTable th,
.basicTable td {
	padding: 8px 10px;
	border: 1px solid #ccc;
}
.basicTable th {
	background-color: #eee;
	font-weight: bold;
}

/* feeAbout */
.feeAbout {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 3px solid #ccc;
}
.feeAbout-txt {
	padding: 0 15px;
}
.feeAbout-capture {
	padding: 25px 0 0 15px;
}

/* feeNotes */
.feeNotes {
	margin-top: 20px;
	padding: 15px;
	background-color: #eee;
	border-radius: 5px;
}
.feeNotes-title {
	font-weight: bold;
}
.feeNotes-list dt {
	padding-top: 15px;
	font-weight: bold;
}

/* common style */
.fb { font-weight: bold; }
.fcRed { color: #f00; }
.mt20 { margin-top: 20px !important; }