@charset "utf-8";

/* ----------------------------------------
    Module Style Sheet
---------------------------------------- */
/*
ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; /* overflow:hidden; */ }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
User Style:
Change the following styles to modify the appearance of ColorBox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
#cboxTopLeft{width:10px; height:10px; background:url(/common/img/colorbox_bgTL_01.png) no-repeat;}
#cboxTopCenter{height:10px; background:#fff;}
#cboxTopRight{width:10px; height:10px; background:url(/common/img/colorbox_bgTR_01.png) no-repeat;}
#cboxBottomLeft{width:10px; height:10px; background:url(/common/img/colorbox_bgBL_01.png) no-repeat;}
#cboxBottomCenter{height:10px; background:#fff;}
#cboxBottomRight{width:10px; height:10px; background:url(/common/img/colorbox_bgBR_01.png) no-repeat;}
#cboxMiddleLeft{width:10px; background:#fff;}
#cboxMiddleRight{width:10px; background:#fff;}
#cboxContent{ /* overflow:hidden; */  background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:0px;}
#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxLoadingOverlay{background:#fff url(/images/loading.gif) no-repeat 5px 5px;}
#cboxClose{position:absolute; top:-22px; right:-22px; display:block; color:#444;}
#cboxClose {
width:28px;
height:28px;
background:url(/common/img/colorbox_btn_01.png) no-repeat;
text-indent:-99999px;
}

/*
The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/common/img/colorbox_bgTL_01.png, sizingMethod='scale');}
.cboxIE6 #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/common/img/colorbox_bgTR_01.png, sizingMethod='scale');}
.cboxIE6 #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/common/img/colorbox_bgBL_01.png, sizingMethod='scale');}
.cboxIE6 #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/common/img/colorbox_bgBR_01.png, sizingMethod='scale');}
.cboxIE6 #cboxClose{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/common/img/colorbox_btn_01.png, sizingMethod='scale');}

#colorboxcontent {
	text-align: left;
}
#colorboxcontent #colorboxcontentTop {
	height: 20px;
	background: url(/common/img/bg_cb_01.png) left top no-repeat;
}
#colorboxcontent #colorboxcontentBottom {
	height: 21px;
	background: url(/common/img/bg_cb_02.png) left top no-repeat;
}
#colorboxcontentMiddle {
	padding: 0 30px;
	background: #fff;
}
#colorboxcontent .section.lv2 { margin: 0; }
#colorboxcontent th img {
	margin-right: 10px;
	vertical-align: middle;
}
#colorboxcontent .external-link {
	padding-left: 15px;
	background: url(/common/img/exlink_icon_01.gif) left 3px no-repeat;
}

/* Link
------------------------------*/
a:link {
    color: #0066cc;
    text-decoration: none;
}
a:visited {
    color: #6739a5;
    text-decoration: none;
}
a:hover {
    color: #379ee6;
    text-decoration: underline;
}
a:focus {
    color: #379ee6;
    text-decoration: underline;
}
a:active {
    color: #379ee6;
    text-decoration: underline;
}
a {
    outline: none;
}

/* Text
------------------------------*/
/* Emphasis */
#contents em {
    font-weight: bold;
}
#contents strong {
    font-weight: bold;
}

/* Anotation */
#contents .annotation {
    font-size: 85%;/* 12px */
}
#contents-index .annotation {
    font-size: 85%;/* 12px */
}

/* Align */
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}


/* Headings
------------------------------*/
/* h1 */
#contents h1 {
    margin-bottom: 13px;
    font-size: 174%; /* 22px */
}
#contents-index h1 {
    margin: 0 0 13px 5px;
    font-size: 174%; /* 22px */
}
#contents-full h1 {
    margin-bottom: 13px;
    font-size: 174%; /* 22px */
}
#contents-full h1.plus-link {
	padding-right: 7em;
}
#contents .h1-bg01 {
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 5px;
	background: url(/common/img/h2_bg_01.gif) no-repeat bottom left;
	_zoom: 1;
}
#contents .h1-bg02 {
	padding: 8px 0 0 10px;
	background: url(/common/img/h2_bg_02.gif) no-repeat top left;
}
#contents .h1-bg01 h1 {
	margin: 0;
}
#contents .h1-bg01 .icon {
	position: absolute;
	top: 14px;
	right: 10px;
}

/* h2 */
#contents .h2-bg01 {
    margin-bottom: 18px;
    padding-bottom: 5px;
    background: url(/common/img/h2_bg_01.gif) no-repeat bottom left;
}
#contents .h2-bg02 {
    padding: 8px 0 0 10px;
    background: url(/common/img/h2_bg_02.gif) no-repeat top left;
}
#contents-full .h2-bg03 {
    margin-bottom: 18px;
    padding-bottom: 5px;
    background: url(/common/img/h2_bg_03.gif) no-repeat bottom left;
}
#contents-full .h2-bg04 {
    padding: 8px 0 0 10px;
    background: url(/common/img/h2_bg_04.gif) no-repeat top left;
}
#contents h2 {
    font-size: 123.1%;/* 15px*/
    font-weight: bold;
}
#contents h2 a {
    padding:1px 0 0 23px;
    color: #007f4d;
    font-weight: bold;
    background: url(/common/img/inlink_icon_02.gif) no-repeat top left;
}

#contents-full .h2-bg01 {
    margin-bottom: 18px;
    padding-bottom: 5px;
    background: url(/common/img/h2col3_bg_01.gif) no-repeat bottom left;
}
#contents-full .h2-bg02 {
    padding: 8px 0 0 10px;
    background: url(/common/img/h2col3_bg_02.gif) no-repeat top left;
}
#contents-full h2 {
    font-size: 123.1%;/* 15px*/
    font-weight: bold;
}
#contents-full h2 a {
    padding:1px 0 0 23px;
    color: #007f4d;
    font-weight: bold;
    background: url(/common/img/inlink_icon_02.gif) no-repeat top left;
}

#colorboxcontent .h2-bg01 {
    margin-bottom: 18px;
    padding-bottom: 5px;
    background: url(/common/img/h2_bg_01.gif) no-repeat bottom left;
}
#colorboxcontent .h2-bg02 {
    padding: 8px 0 0 10px;
    background: url(/common/img/h2_bg_02.gif) no-repeat top left;
}


/* h3 */
#contents .h3-bg01,
#contents-full .h3-bg01 {
    margin-bottom: 18px;
    padding: 3px 0 3px 9px;
    border-bottom: 3px solid #dbd4bb;
}
#contents h3,
#contents-full h3 {
    font-size: 123.1%;/* 15px*/
    font-weight: bold;
}
#contents h3.small,
#contents-full h3.small {
    font-size: 100%;
    font-weight: bold;
}
#contents h3.shop-name img {
	margin-right: 12px;
	vertical-align: bottom;
}

/* h4 */
#contents h4 {
    margin-bottom: 18px;
    padding-left: 9px;
    font-size: 123.1%;/* 15px*/
    font-weight: bold;
}

/* .headings */
.headings a {
    padding:1px 0 0 23px;
    color: #007f4d;
    font-weight: bold;
    background: url(/common/img/inlink_icon_02.gif) no-repeat center left;
}
.headings a:link {
    color: #007f4d;
}
.headings a:visited {
    color: #6739a5;
    text-decoration: underline;
}
.headings a:hover,
.headings a:focus,
.headings a:active {
    color: #169e36;
    text-decoration: underline;
}


/* List
------------------------------*/
/* Disc */
ul.disc-list {
    margin-bottom: 20px;
}
ul.disc-list li {
    margin-left: 15px;
    list-style-type: disc;
}
ul.disc-list ul,
ul.disc-list ol {
    margin-bottom: 0;
}
ul.disc-list li li {
    margin-left: 23px;
}
ul.disc-list ol.decimal-list li {
    list-style-type: decimal;
}
/* Decimal */
ol.decimal-list {
    margin-bottom: 20px;
}
ol.decimal-list li {
    margin-left: 15px;
    list-style-type: decimal;
}
ol.decimal-list ul,
ol.decimal-list ol {
    margin-bottom: 0;
}
ol.decimal-list li li {
    margin-left: 23px;
}
ol.decimal-list ul.disc-list li {
    list-style-type: disc;
}

/* Link */
ul.internal-link {
    margin-bottom: 20px;
    overflow: hidden;
}
.internal-link a {
    padding-left: 10px;
    background: url(/common/img/inlink_icon_01.gif) no-repeat 0 0.25em;
}
ul.internal-link ul,
ul.internal-link ol {
    margin-bottom: 0;
}
.internal-link li li {
    margin-left: 23px;
}
ul.internal-link.heading-plus {
	margin: -40px 0 20px;
	padding-right: 10px;
	text-align: right;
}

/* External */
.external-link a {
    padding-left: 18px;
    background: url(/common/img/exlink_icon_01.gif) no-repeat 0 0.25em;
}
ul.external-link {
    margin-bottom: 20px;
}
.external-link ul,
.external-link ol {
    margin-bottom: 0;
}
.external-link li li {
    margin-left: 23px;
}
.external-link .internal-link a {
    padding-left: 10px;
    background: url(/common/img/inlink_icon_01.gif) no-repeat 0 0.25em;
}

.external-link-right:after {
    content : url(/common/img/exlink_icon_01.gif);
    margin-left:5px;
}

/* PDF Document */
.pdf-link a {
    padding-left: 18px;
    background: url(/common/img/pdflink_icon_01.gif) no-repeat 0 0.25em;
		*zoom: 1;
}
ul.pdf-link {
    margin-bottom: 20px;
}

/* horizontal */
/*.horizontal:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}*/
.horizontal li {
	float: left;
	padding-right: 20px;
	display: inline-block;
	line-height: 1.5em;
	white-space: nowrap;
}

.horizontal li a {
	float: left;
	display: inline-block;
	position: relative;
	background-position: left center;
}


/* Images
------------------------------*/
.image {
    margin-top: 18px;
}
.image .caption {
    margin-top: 8px;
    color: #333;
    font-size: 85%;/* 12px */
}
.image.map {
	text-align: center;
}
.image.qr {
	width: 200px;
	padding: 15px 0;
	text-align: center;
	background-color: #f9f6ef;
}
.image.qr img {
	border:1px solid #ccc;
}
.basicinfo-image img {
	border: 1px solid #dbd4bb;
}


/* Table
------------------------------*/


/* Form
------------------------------*/


/* Skip-nav
------------------------------*/
.skip-nav {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 100;
    margin: 0;
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
}


/* Anchor-pagetop
------------------------------*/
.anchor-pagetop {
    width: 960px;
    margin: 19px auto 21px;
    text-align: right;
}
.anchor-pagetop span.icon {
    margin-right: 7px;
    padding: 1px 0 0 23px;
    background: url(/common/img/anchortop_icon_01.gif) no-repeat center left;
}
#contents .anchor-pagetop {
    width: 650px;
    margin: 20px 0 10px;
}
#contents .anchor-pagetop {
    padding-bottom: 5px;
    background: #f2fafb url(/common/img/anchortop_bg_01.jpg) no-repeat bottom;
}
#contents .anchor-pagetop-inner {
    padding: 5px 10px 0;
    background: url(/common/img/anchortop_bg_02.jpg) no-repeat top left;
}
#contents .anchor-pagetop a {
    display: block;
}


/* Anchor-pagedown
------------------------------*/
.anchor-pagedown {
    margin-top: 25px;
    padding-bottom: 10px;
    background: #f2fafb url(/common/img/anchordown_bg_01.jpg) no-repeat bottom;
}
.anchor-pagedown-inner {
    padding: 10px 10px 0;
    background: url(/common/img/anchordown_bg_02.jpg) no-repeat top left;
    white-space: nowrap;
}
.anchor-pagedown-inner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.anchor-pagedown li {
    float: left;
    margin: 0 15px 5px 0;
}
.anchor-pagedown a {
    display: block;
    padding-left: 12px;
    background: url(/common/img/anchordown_icon_01.gif) no-repeat center left;
}
.anchor-pagedown.internal-link a {
    background: url(/common/img/inlink_icon_01.gif) no-repeat left center;
}

/* Page-Nav
------------------------------*/
.page-nav {
	margin-top: 20px;
    padding-bottom: 5px;
    background: #f2fafb url(/common/img/pagenav_bg_01.jpg) no-repeat bottom;
}
.page-nav-inner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.page-nav-inner {
    padding: 5px 10px 0;
    background: url(/common/img/pagenav_bg_02.jpg) no-repeat top left;
}
.page-nav-inner a {
    padding: 1px 0 1px 22px;
}
.page-nav-inner .prev {
	float: left;
}
.page-nav-inner .prev a {
    background: url(/common/img/inlink_icon_03.gif) no-repeat center left;
}
.page-nav-inner .next {
	float: right;
}
.page-nav-inner .next a {
    background: url(/common/img/inlink_icon_02.gif) no-repeat center left;
}


/* Moved-page
------------------------------*/


/* Plugin
------------------------------*/


/* Person-Module
------------------------------*/
.person-module {
    background-color: #f7f2e8;
}
.person-module-inner {
    padding: 17px 17px 13px 20px;
}
.person-module-inner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.person-module h4 {
    margin :10px 0 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e1dbc5;
    font-size: 93%; /* 14px */
}
.person-module .text {
    float: left;
    width: 444px;
}
.person-module .image {
    float: right;
    width: 148px;
    margin-top: 3px;
}


/* Table-Module
------------------------------*/
/* data-table */
.data-table {
	width: 100%;
	padding: 2px 1px 1px 2px;
	border: 1px solid #dad4bb;
}
.data-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
.data-table thead th {
	border-bottom: 1px solid #dad4bb;
	font-weight: bold;
	text-align: center;
}
.data-table thead th {
	border-right: 1px solid #fff;
}
.data-table thead th span {
	display: block;
	padding: 4px;
	border-right: 1px solid #dad4bb;
	border-bottom: 1px solid #fff;
	background: url(/common/img/table_thbg_02.gif) no-repeat right bottom;
}
.data-table tbody th {
	padding-top: 1px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #dad4bb;
	background: url(/common/img/table_thbg_01.gif) no-repeat right bottom;
}
.data-table tbody th span {
	display: block;
	padding: 5px;
}
.data-table tbody td {
	border-right: 1px solid #fff;
	background: url(/common/img/table_tdbg_01.gif) repeat-x left bottom;
}
.data-table tbody td span {
	display: block;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 4px;
	background: url(/common/img/table_tdbg_02.gif) no-repeat right top;
}

.data-table tbody td span.inline {
	display: inline;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 4px;
}

.data-table02 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.data-table02 th,
.data-table02 td {
	padding: 7px 9px;
	border: 1px solid #e8decf;
}
.data-table02 thead th {
	background: url(/common/img/resulttitle_bg_01.gif) left bottom repeat-x;
}
.data-table02 .note {
	font-size: 77%;
}

/* simple-table */
.simple-table {
	border-top: 1px solid #dad4bb;
	border-bottom: 1px solid #dad4bb;
}
.simple-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
.simple-table tbody th {
	padding-top: 1px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #dad4bb;
	background: url(/common/img/table_thbg_01.gif) no-repeat right bottom;
}
.simple-table tbody th span {
	display: block;
	padding: 5px;
}
.simple-table tbody td {
	border-right: 1px solid #fff;
	background: url(/common/img/table_tdbg_01.gif) repeat-x left bottom;
}
.simple-table tbody td span {
	display: block;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 4px;
	background: url(/common/img/table_tdbg_02.gif) no-repeat right top;
}
/* last-row */
tbody .last-row th,
tbody .last-row th.form {
	border-bottom: none;
}
tbody .last-row td,
tbody td.last-row {
	background: none;
}
.data-table tbody .last-row span,
.data-table tbody .last-row div {
	margin-top: 0;
	margin-bottom: 0;
}
/* last-col */
thead th.last-col {
	border-right: none;
}
thead th.last-col span {
	border-right: none;
}
tbody td.last-col span {
	background-image: none;
}
/* focus */
tbody td.focus span {
	background-color: #ffffe5;
}

/* basicinfo-table */
.basicinfo-table table {
	width: 100%;
	border: none;
}
.basicinfo-table th {
	padding: 2px;
	text-align: right;
	vertical-align: top;
}
.basicinfo-table td {
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

/* form-module
------------------------------*/
.form-area {
	width: 880px;
	_zoom: 1;
}
.form-area sup {
	*font-size: 90%;
}
.form-area em,
.form-area strong {
	font-weight: bold;
}

.form-area a.sctble_display {
	display: inline-block;
	height: 29px;
	padding: 0 22px 0 0;
	padding: 0 22px 0 0;
	border: none;
	background: url(/common/img/select_bg_02.gif) right top no-repeat;
	font-size: 85.7%;
	text-decoration: none;
	*display: inline;
	*zoom: 1;
}
.form-area a.sctble_display span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.form-area a.sctble_display .inner {
	padding: 6px 0 5px 6px;
	_padding: 4px 0 7px 6px;
	background: url(/common/img/select_bg_01.gif) left top no-repeat;
}
.form-area a.sctble_display .inner2 {
	height: 16px;
	padding: 1px 4px;
	background: #64a47c;
	color: #fff;
}
div.sBox {
	width: 133px;
	_height: 200px;
	border: 1px solid #bdb7a2;
	background: #fff;
	overflow: auto;
	overflow-x: hidden;
	font-size: 85.7%;
	text-align: left;
}
div.sBox a {
	display: block;
	padding: 6px;
	_zoom: 1;
}
div.sBox a,
div.sBox a:visited,
div.sBox a:hover,
div.sBox a:focus,
div.sBox a:active {
	color: #5e5243;
	text-decoration: none;
}
div.sBox a.selected,
div.sBox a:hover,
div.sBox a:focus {
	background: #f1ece2;
}

#wrapper .ez-radio input,
#wrapper .ez-checkbox input {
	width: 17px;
	height: 17px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
#wrapper .ez-radio {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 0 1px 0;
	padding: 0;
	background: url(/common/img/radio_bg_01.gif) 0 0 no-repeat;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	*display: inline;
	*zoom: 1;
}
#wrapper .ez-selected {
	background: url(/common/img/radio_bg_01.gif) 0 -17px no-repeat;
}
#wrapper .confirm-ez-radio .ez-radio, #wrapper .confirm-ez-radio .ez-selected {
	cursor:default;
}

#wrapper .ez-checkbox {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0;
	padding: 0;
	background: url(/common/img/check_bg_01.gif) 0 0 no-repeat;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	*display: inline;
	*zoom: 1;
}
#wrapper .ez-checked {
	background: url(/common/img/check_bg_01.gif) 0 -17px no-repeat;
}

#wrapper .whitebox .ez-checkbox {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0;
	padding: 0;
	background: url(/common/img/check_bg_02.gif) 0 0 no-repeat;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	*display: inline;
	*zoom: 1;
}
#wrapper .whitebox .ez-checked {
	background: url(/common/img/check_bg_02.gif) 0 -17px no-repeat;
}

.form-area .error-box .internal-link { margin: 0; }
.form-area .error-box .internal-link a { background: url(/common/img/inlink_icon_05.gif) left center no-repeat; }
.form-area .data-table {
	width: 875px;
}
.form-area th,
.form-area td { vertical-align: top; }
.form-area th .must { float: right; }
.form-area th .form-item { padding-right: 45px; }

.form-area tbody th div { padding: 10px; }
.form-area tbody td div {
	margin: 0;
	padding: 10px;
}
.form-area tbody td div.use_start_date_area {
	padding-left: 140px;
}

.form-area tbody th {
	background-image: none;
	background-color: #eef5e5;
	border-right: 1px solid #dbd4bb;
}
.form-area tbody th .note {
	clear: both;
	padding-top: 4px;
	font-size: 85.7%;
}

.form-area .input span {
	display: inline-block;
	margin: 0;
	padding: 0;
	*display: inline;
	*zoom: 1;
}
.form-area .input span,
.form-area .input input,
.form-area .input img {
	vertical-align: middle;
}
#wrapper .input-73,
#wrapper .input-83,
#wrapper .input-93,
#wrapper .input-270,
#wrapper .input-273,
#wrapper .input-470 {
	height: 30px;
	padding-left: 2px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
#wrapper .input-73 { width: 71px; background: url(/common/img/input_bg_73.gif) left top no-repeat; }
#wrapper .input-83 { width: 81px; background: url(/common/img/input_bg_83.gif) left top no-repeat; }
#wrapper .input-93 { width: 91px; background: url(/common/img/input_bg_93.gif) left top no-repeat; }
#wrapper .input-270 { width: 268px; background: url(/common/img/input_bg_270.gif) left top no-repeat; }
#wrapper .input-273 { width: 271px; background: url(/common/img/input_bg_273.gif) left top no-repeat; }
#wrapper .input-470 { width: 468px; background: url(/common/img/input_bg_470.gif) left top no-repeat; }
#wrapper .input-73 input,
#wrapper .input-83 input,
#wrapper .input-93 input,
#wrapper .input-270 input,
#wrapper .input-273 input,
#wrapper .input-470 input {
	height: 18px;
	padding: 6px;
	border: none;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	*display: inline;
	*zoom: 1;
}
#wrapper .input-73 input { width: 59px; }
#wrapper .input-83 input { width: 69px; }
#wrapper .input-93 input { width: 79px; }
#wrapper .input-270 input { width: 256px; }
#wrapper .input-273 input { width: 259px; }
#wrapper .input-470 input { width: 456px; }

.form-area .adr-list {
	padding-top: 10px;
}
.form-area .adr-list dd {
	margin: -1.5em 0 15px 5em;
	text-align: left;
	*zoom: 1;
}
.form-area .adr-list dd .note,
.form-area .adr-list dd .note2 {
	padding-top: 6px;
}
.form-area .adr-list dd .note2 {
	padding-left: 10em;
	*padding-left: 9em;
}
.form-area .adr-list .last-child {
	margin-bottom: 0;
}
.form-area .adr-list .btn {
	margin-top: -1.9em;
}

.form-area .box {
	padding: 0;
	background: none;
	overflow: hidden;
	*zoom: 1;
}
.form-area .select {
	float: left;
	margin-right: 10px;
}
.form-area .input2 {
	padding-top: 16px;
}

.form-area .radio-list li,
.form-area .check-list li {
	margin-top: 6px;
}
.form-area textarea {
	width: 601px;
	height: 188px;
	padding: 6px;
	border: none;
	background: url(/common/img/textarea_bg_01.gif) left top no-repeat;
}
.form-area .small {
	width: 601px;
	height: 43px;
	padding: 6px;
	border: none;
	background: url(/common/img/textarea_bg_02.gif) left top no-repeat;
}

.form-area .inline-list.heading-plus {
	margin-bottom: 20px;
}
.form-area .inline-list li {
	display: inline-block;
	width: 32%;
	margin: 3px 0;
	*display: inline;
	*zoom: 1;
}
.form-area .inline-list.free li {
	width: auto;
	margin: 0 10px;
}

.form-area .internal-link,
.form-area .note,
.form-area .input {
	margin: 6px 0;
}
.form-area .attention {
	margin: 16px 4px 0;
}
.form-area .example {
	padding-bottom: 4px;
}
.form-area .btn-area {
	margin-top: 25px;
	text-align: center;
}
.form-area .btn-area input {
	vertical-align: middle;
}
.form-area .btn-area .confirm {
	width: 265px;
	height: 49px;
	background: url(/common/img/btn_confirm_01_d.gif) left top no-repeat;
}
.form-area .btn-area #confirm_btn {
	display: none;
}
.form-area .btn-area li {
	display: inline-block;
	margin: 0 18px;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}
.form-area .btn-area .back {
	padding-left: 10px;
	background: url(/common/img/inlink_icon_06.gif) left center no-repeat;
}

.form-area .error-box {
	margin-bottom: 20px;
	padding-top: 23px;
	background: url(/common/img/error_bg_01.gif) left top no-repeat;
}
.form-area .error-box .inner {
	padding: 0 21px 22px;
	background: url(/common/img/error_bg_01.gif) left bottom no-repeat;
	*zoom: 1;
}
.form-area .error-box .inner2 {
	min-height: 30px;
	_height: 30px;
	padding-left: 70px;
	background: url(/common/img/error_icon_02.gif) left center no-repeat;
	color: #e60012;
	font-weight: bold;
}
.form-area tbody .error-row th {
	background-image: none;
	background-color: #facbce;
	border-right: 1px solid #d5d5d5;
}
.form-area tbody .error-row td div{ background-color: #fdeaea; }
.form-area tbody .error-message,
.form-area .error-message {
	margin-bottom: 25px;
	padding-left: 40px;
	background: url(/common/img/error_icon_03.gif) left center no-repeat;
	color: #e60012;
	font-weight: bold;
	line-height: 20px;
}
.form-area .error-box02 {
	background-color: #fdeaea;
	padding:10px 0 20px;
}
.form-area .error-box02 .error-message{
	margin-left:10px;
}

.form-area .error {
	margin: 8px 0 0 -6px;
	padding-left: 40px;
	color: #1f9f37;
	background: url(/common/img/error_icon_01.gif) left center no-repeat;
	line-height: 38px;
}

.form-area .thanks-area  {
	padding: 20px 0;
	text-align: center;
}
#contents-full .form-area .thanks-area h3 {
	margin-bottom: 40px;
	color: #116642;
	font-size: 150%;
}

.policy-module {
	margin-top: 25px;
	padding: 0 35px;
	text-align: left;
}
.policy-module .policy {
	height: 140px;
	margin: 5px 120px 0;
	padding: 5px;
	border: 1px solid #9d9da1;
	overflow: auto;
}
.policy-module .policy h2,
.policy-module .policy h3,
.policy-module .policy p,
.policy-module .policy ol {
	margin-bottom: 13px;
}
.policy-module .policy h2 {
	text-align: center;
}
.policy-module .policy h4 {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000;
	font-weight: bold;
}
.policy-module .policy .alphabet,
.policy-module .policy .number {
	margin-left: 1.5em;
}
.policy-module .policy .alphabet li {
	list-style: lower-alpha outside;
}
.policy-module .policy .number li {
	list-style: decimal outside;
}
.policy-module .policy .alphabet .number {
	margin: 0;
}

.pdf-block {
	padding-top: 20px;
}

.policy-module .policy .subtitle {
	width: 540px;
	height: 25px;
	background: url(/common/img/main_subtitle_05.gif)
}

.policy-module .policy .subtitle p.policy-subtitle {
	font-weight: bold;
	margin-left: 20px;
}

/* Searc-Module
------------------------------*/
#wrapper .searchCheckList .ez-checkbox input {
	opacity: 0;
	filter: alpha(opacity=0);
}
#wrapper .searchCheckList .ez-checkbox {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0;
	padding: 0;
	background: url(/common/img/check_bg_02.gif) 0 0 no-repeat;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	*display: inline;
	*zoom: 1;
}
#wrapper .searchCheckList .ez-checked {
	background: url(/common/img/check_bg_02.gif) 0 -17px no-repeat;
}

#wrapper .searchBox .parkingsearch-module {
	padding: 0;
	background: none;
}

#contents h2 .searchCount {
	color: #e55c15;
	font-size: 112.5%;
}

#searchBox01,
#searchBox02 {
	margin: 0;
}

#searchBox01 .result-module,
#searchBox02 .result-module {
	width: 648px;
}

#searchBox02 .w-full {
	width: 890px !important;
}

.result-module .highlight {
	margin-right: 4px;
	font-size: 152%;
}

.iconPara {
	margin: -1.5em 0 0;
	text-align: right;
}
.iconPara a {
	padding-left: 14px;
	background: url(/common/img/icon_question_01.gif) left center no-repeat;
}

.searchCheckList {
	margin: -7px 0 0;
}
.searchCheckList li {
	position: relative;
	float: left;
	margin-right: 20px;
	height: 21px;
}

.tinyTip {
	width: 274px;
	padding-bottom: 26px;
	background: url(/common/img/tooltip_02.gif) left bottom no-repeat;
	text-align: left;
}
.tinyTip .content {
	padding: 8px 11px 0;
	background: url(/common/img/tooltip_01.gif) left top no-repeat;
}
.tinyTip .bottom {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.searchCheckList li .ez-checkbox,
.searchCheckList li input,
.searchCheckList li img {
	vertical-align: middle;
}
.searchNote {
	margin-left: 280px;
}

.searchBoxHeader {
	position: relative;
	height: 32px;
	padding: 8px 0 0 10px;
	background: url(../parking_user/time/result/list/img/search_box_bg_01.gif) left top no-repeat;
}
#contents .searchBoxHeader h3 {
	font-size: 85.7%;
	line-height: 1.1;
}
#contents .searchBoxHeader h3 em {
	margin: 0 3px 0 5px;
	color: #e55c15;
	font-size: 183%;
}

.searchBoxHeader {
	margin: 20px 0;
}
.searchBoxHeader .tabBox {
	position: absolute;
	bottom: 0;
	right: 10px;
}
.searchBoxHeader .tabBox p,
.searchBoxHeader .tabBox ul,
.searchBoxHeader .tabBox li {
	float: left;
	margin-left: 4px;
	_display: inline;
}
.searchBoxHeader .tabBox p {
	padding-top: 3px;
}
.searchBoxHeader .tabBox li img {
	vertical-align: top;
}

.gmap {
	width: 631px;
	margin: 0 auto;
}
.gmap .gmapCaption .caption,
.gmap2 .gmapCaption .caption {
	padding: 12px 0;
}

.searchBox .pageNav {
	padding: 6px 12px;
	background: #f2fafb;
	text-align: right;
}
.searchBox .pageNav li,
.searchBox .pageNav li a {
	display: inline-block;
	margin-left: 1px;
	*margin-left: 5px;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.searchBox .pageNav .num a {
	padding: 4px 8px;
	border: 1px solid #dbd4bb;
	background: #fff;
}
.searchBox .pageNav .num.current {
	padding: 4px 8px;
	border: 1px solid #bfdacf;
	background: #dae9cd;
	color: #7d7866;
	text-decoration: none;
	cursor: default;
}

strong.charge {
	font-size: 200%;
	line-height: 1;
}

p.unit-inner-quarter-charge {
	font-size: 170%;
	font-weight: bold;
	line-height: 1;
}

p.unit-inner-quarter-charge-note {
	font-size: 130%;
	font-weight: bold;
	line-height: 1;
}

p.unit-inner-quarter-charge-note-print {
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
}

/* FAQ-Module
------------------------------*/
.expand-module {
	margin-top: 10px;
}
.expand-module.first {
	margin-top: 0;
}
dt.expand-title {
	padding: 1px;
	border: 1px solid #dbd4bb;
	background-color: #fff;
}
dt.expand-title span {
	display: block;
	padding: 5px 5px 6px 78px;
	color: #007f4d;
	text-indent: -36px;
	font-size: 123.1%;/* 15px*/
	background: url(/common/img/expand_titlebg_01.gif) no-repeat left center;
	cursor: pointer;
}
dd.expand-panel .panel-inner {
	padding: 10px 10px 15px;
}
dd.expand-panel .panel-inner .item {
	margin-left: 0;
	margin-right: 0;
	padding-left: 21px;
	text-indent: -21px;
}
dd.expand-panel .panel-inner .item ul {
	text-indent: 0;
}

/*
dd.expand-panel span span {
	display: inline;
	padding-left: 0;
	text-indent: 0;
}
*/

/* expand */
.expand dt.expand-title span {
	background: url(/common/img/expand_titlebg_02.gif) no-repeat left center;
}
/* hover */
dt.expand-title.hover span {
	color: #169e36;
	text-decoration: underline;
	background: url(/common/img/expand_titlebg_04.gif) no-repeat left center;
}
/* expand-hover */
.expand dt.expand-title.hover span {
	color: #169e36;
	text-decoration: underline;
	background: url(/common/img/expand_titlebg_03.gif) no-repeat left center;
}



/* Merit-Module
------------------------------*/
.merit-module {
	margin: 0 10px 10px;
}
.merit-module:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.merit-unit {
	width: 300px;
	padding-bottom: 24px;
	background: url(/common/img/merit_bg_01.gif) no-repeat left bottom;
}
.merit-unit-bg {
	padding: 18px 24px 0 63px;
}
.mark01 .merit-unit-bg {
	background: url(/common/img/merit_bg_02.gif) no-repeat left top;
}
.mark02 .merit-unit-bg {
	background: url(/common/img/merit_bg_03.gif) no-repeat left top;
}
#contents .merit-module h3 {
	font-size: 108%; /* 14px */
}
.merit-module .image {
	margin-top: 0;
}


/* Basicinfo-Module
------------------------------*/
.basicinfo-module:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.basicinfo-module .basicinfo-table {
	float: left;
	width: 340px;
}
.basicinfo-module .basicinfo-image {
	float: right;
	width: 282px;
}


/* Print-Module
------------------------------*/
.print-module:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.print-module h1.page-title {
	float: left;
	width: 500px;
}
.print-module .print-btn {
	float: right;
	margin-top: 7px;
}
.print-btn li {
	padding: 2px 0 0 36px;
	background: url(/common/img/print_icon_01.gif) no-repeat left top;
}


/* Plugin-Module
------------------------------*/
.plugin-module:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.plugin-module {
	margin-top: 20px;
	padding-bottom: 30px;
	background: url(/common/img/plugin_bg_01.gif) no-repeat left bottom;
}
.plugin-module-inner {
	padding: 30px 30px 0;
	background: url(/common/img/plugin_bg_02.gif) no-repeat left top;
}
.plugin-module .images {
	float: left;
	margin-right: 50px;
}
.plugin-module .text {
	float: left;
}


/* Artilce-Module
------------------------------*/
.article-module {
	position: relative;
	width: 710px;
	margin-top: 15px;
}
.article-list {
	margin: 10px 10px 0;
}
.article-list dd {
	margin: -1.5em 0 10px 8em;
}
.article-list .internal-link a {
	display: inline-block;
	background-position: 0 8px;
	*display: inline;
	*zoom: 1;
}
.article-list dd.last {
	border-bottom: 0;
	padding-bottom: 0;
}
.article-module .archive-link {
	position: absolute;
	top: 8px;
	right: 15px;
}
.article-module .archive-link a {
    padding-left: 10px;
    background: url(/common/img/inlink_icon_01.gif) no-repeat left center;
}


/* Info-Unit
------------------------------*/
.info-unit:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.info-unit {
	margin-bottom: 20px;
}
.info-title span {
    display: block;
	margin-bottom: 12px;
}
.info-title .internal-link a,
.info-title .external-link a,
.info-title .pdf-link a {
	padding-left: 0;
	background-image: none;
}
.info-title .internal-link span {
    padding-left: 10px;
    background: url(/common/img/inlink_icon_01.gif) no-repeat left center;
}
.info-title .external-link span {
    padding-left: 18px;
    background: url(/common/img/exlink_icon_01.gif) no-repeat 0 0.25em;
}
.info-title .pdf-link span {
    padding-left: 18px;
    background: url(/common/img/pdflink_icon_01.gif) no-repeat 0 0.25em;
}

.info-title img {
    float: left;
    margin-right: 8px;
}

.info-unit p.text {
    margin-left: 74px;
}

/* Relatedinfo-Module
------------------------------*/
.relatedinfo-module p.title {
    margin-bottom: 18px;
    padding: 3px 0 3px 9px;
    border-bottom: 3px solid #dbd4bb;
    font-size: 123.1%;/* 15px*/
    font-weight: bold;
}
.relatedinfo-module .info-unit {
	margin: 0 7px 20px;
}
.relatedinfo-module .external-link span{
	line-height: 1.2 !important;
}


/* Rbcard-Module
------------------------------*/
.rightArea .Rbcard-Module {
    margin-top: 7px;
    margin-bottom: 20px;
}


/* Contact-Module
------------------------------*/
/* aside */
.rightArea .contact-module {
    margin-bottom: 20px;
}
.rightArea .contact-module-bg {
	padding: 10px 12px 15px;
    background: transparent url(/common/img/contact_bg_01.gif) no-repeat left bottom;
}
.rightArea .contact-module-bg ul.internal-link {
	margin: 10px 0 0;
}
.rightArea .contact-module-bg ul.internal-link li {
	padding-left: 1em;
	text-indent: -1em;
}
.rightArea .contact-module-bg li {
	margin-top: 5px;
}


/* Parkingsearch-Module
------------------------------*/
/* article */
.article .parkingsearch-module {
	padding-bottom: 10px;
  background: url(/common/img/parkingsearch01_bg_02.gif) no-repeat left bottom;
}
.article .parkingsearch-module-bg {
	position: relative;
	padding-top: 17px;
  background: url(/common/img/parkingsearch01_bg_01.gif) no-repeat left top;
}
.article .parkingsearch-module .parking-btn {
	position: absolute;
	top: 17px;
	left: 583px;
}
.article .parkingsearch-module .title {
	margin: 0 0 0 66px;
}
.article .parkingsearch-module ul.tab-link {
	overflow: hidden;
	*zoom: 1;
}
.article .parkingsearch-module ul.tab-link {
	margin: -14px 0 0 314px;
	background-color: #cde3bf;
}
.article .parkingsearch-module ul.tab-link li {
	float: left;
	margin-right: 6px;
  font-size: 1px;
  line-height: 0.1;
}
.article .parkingsearch-module .tab-item {
	overflow: hidden;
	*zoom: 1;
}
.article .parkingsearch-module .tab-item {
	margin: 0 0 0 18px;
	padding-top: 10px;
}
.article .parkingsearch-module .tab-headings {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 100;
    margin: 0;
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
}
.article .parkingsearch-module .text {
	float: left;
	width: 306px;
	padding-top: 5px;
}
.article .parkingsearch-module .text2 {
	float: left;
	width: 306px;
	padding-top: 17px;
}
.article .parkingsearch-module .input-item {
	float: left;
	width: 382px;
}
.article .parkingsearch-module ul.radio-btn {
	overflow: hidden;
	*zoom: 1;
}
.article .parkingsearch-module ul.radio-btn li {
	float: left;
	margin-right: 15px;
	white-space: nowrap;
}
.article .parkingsearch-module ul.radio-btn li input {
	margin-right: 10px;
}
.article .parkingsearch-module .keyword-search {
	padding-top: 4px;
}
.article .parkingsearch-module .keyword-search input,
.article .parkingsearch-module .keyword-search span {
	vertical-align: middle;
}

/* aside */
.rightArea .parkingsearch-module {
    margin-bottom: 20px;
}
.rightArea .parkingsearch-module-bg01 {
    background: url(/common/img/parkingsearch02_bg_01.gif) repeat-y left top;
}
.rightArea .parkingsearch-module-bg02 {
	padding: 0 4px 15px;
    background: url(/common/img/parkingsearch02_bg_02.gif) no-repeat left bottom;
}
.rightArea .parkingsearch-module ul.tab-link:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.rightArea .parkingsearch-module ul.tab-link {
	padding: 0 4px;
	background-color: #cde3bf;
}
.rightArea .parkingsearch-module ul.tab-link li {
    font-size: 1px;
    line-height: 0.1;
}
.rightArea .parkingsearch-module ul.tab-link li.tab01 {
	float: left;
	width: 104px;
}
.rightArea .parkingsearch-module ul.tab-link li.tab02 {
	float: right;
	width: 104px;
}
.rightArea .parkingsearch-module .tab-item {
	margin: 0 10px;
	padding-top: 12px;
}
.rightArea .parkingsearch-module .tab-headings {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 100;
    margin: 0;
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
}
.rightArea .parkingsearch-module ul.radio-btn {
	width: 192px;
	margin: 8px 0;
}
.rightArea .parkingsearch-module ul.radio-btn li input {
	margin-right: 10px;
}
.rightArea .parkingsearch-module .serach-text {
	width: 190px;
	height: 30px;
	display: block;
    background: url(/common/img/parkingsearch02_bg_03.gif) no-repeat left top;
}
.rightArea .parkingsearch-module .serach-text input {
	width: 180px;
	padding: 8px 5px;
	line-height: 1;
	border: 0;
	background: transparent;
	outline: none;
	display: block;
}
*html .rightArea .parkingsearch-module .serach-text input {
	width: 172px;
	padding: 8px 0;
}
.rightArea .parkingsearch-module .search-btn {
	margin-top: 6px;
	text-align: center;
}


/* Pickup-Module
------------------------------*/
.pickup-module {
    margin-bottom: 20px;
}
.pickup-module-bg {
	padding: 8px 17px;
    background: url(/common/img/pickup_bg_01.gif) no-repeat left bottom;
}
.pickup-module .internal-link span{
	line-height: 1.2 !important;
}


/* Result-Module
------------------------------*/
.result-module {
	width: 650px;
	margin-top: 30px;
	border: 1px solid #dbd4bb;
	border-top: 4px solid #dbd4bb;
}
.single-result-module {
	border-top: 0;
}
.first-result-module {
	margin-top: 10px;
}
.result-title {
	overflow: hidden;
	*zoom: 1;
}
.result-title {
	position: relative;
}
.result-title p {
 background: url(/common/img/resulttitle_bg_02.gif) repeat-x left center;
}
.result-title span {
	display: block;
}
.result-title span.number {
	float: left;
	width: 45px;
	padding: 10px 0;
	border-right: 1px solid #dbd4bb;
 background: #fff url(/common/img/resulttitle_bg_01.gif) repeat-x left bottom;
	text-align: center;
}
.result-title span.name {
	float: left;
	color: #06c;
	padding: 10px 0 10px 10px;
	font-weight: bold;
}
.result-title span.name em {
	padding-left: 18px;
	background: url(/common/img/arrow_01.gif) left center no-repeat;
}
.result-title span.icon {
	position: absolute;
	top: 9px;
	left: 820px;
}
.result-module table {
	width: 100%;
}
.result-module .icon {
	margin: 0 3px;
	vertical-align: middle;
}
.result-module th {
	padding: 10px;
	border-top: 1px solid #dbd4bb;
	font-weight: bold;
    background: url(/common/img/table_thbg_03.gif) repeat-x left top;
}
.result-module th span {
	display: block;
	font-size: 90%;
}
.result-module th.headings {
	border-left: 1px solid #dbd4bb;
}
.result-module td {
	padding: 8px;
	border-top: 1px solid #dbd4bb;
}
.result-module .small {
	font-size: 93%;
}
.result-module td span.charge {
    font-size: 123.1%;/* 15px*/
}
.result-feature:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.result-feature {
}
.result-feature li {
	float: left;
	margin-right: 10px;
}
.result-feature li.mr50 {
	float: left;
	margin-right: 50px;
}

/* Print-Module
------------------------------*/
.printBody,
.printBody #wrapper,
.printBody .header,
.printBody #contentsArea,
.printBody .footer,
.printBody .footer-inner,
.printBody .footer-bg  {
	width: 716px;
	margin: 0 auto;
	padding: 0;
	background: none;
}
.printBody {
	padding-bottom: 20px;
}
.printBody #page-description,
.printBody #header-nav,
.printBody #fs-module {
	display: none;
}
.printBody #contents-full .article-inner {
	margin: 0;
	padding: 0 33px;
}
.printBody .h1-bg01 {
	margin: 0 -34px 20px;
	padding: 38px 0 10px;
	border-bottom: 1px solid #5e5245;
}
.printBody #contents-full h1 {
	margin: 0;
}
.printBody #contents-full .h2-bg01 {
    margin-bottom: 18px;
    padding-bottom: 5px;
    background: url(/common/img/h2_bg_01.gif) no-repeat bottom left;
}
.printBody #contents-full .h2-bg02 {
    padding: 8px 0 0 10px;
    background: url(/common/img/h2_bg_02.gif) no-repeat top left;
}
.printBody .unit.col2 .unit-inner {
	width: 300px;
}
.printBody .btn-area02 {
	width: 716px;
	height: 63px;
	margin: 40px -33px 20px;
	padding: 18px 0 0;
	background: url(/common/img/print_bg.gif) left top no-repeat;
	text-align: center;
}
.printBody .btn-area02 li {
	display: inline;
	margin: 0 10px;
}
.printBody #header-logo02 {
	float: right;
}


/* Mobile-Module
------------------------------*/
.mobile-module {
    margin-bottom: 20px;
    padding-bottom: 15px;
    background: url(/common/img/mobile_bg_01.gif) no-repeat left bottom;
}
.mobile-module-inner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.mobile-module-inner {
	padding: 11px 15px 0;
	text-align: center;
}
.mobile-module .url {
	margin-bottom: 10px;
}
.mobile-module .text {
	float: left;
	width: 106px;
	text-align: left;
}
.mobile-module .qr {
	float: right;
	width: 78px;
}

/* Clearfix
------------------------------*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/* float
------------------------------*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}


/* Margin
------------------------------*/
/* top */
.mt10p {
    margin-top: 10px;
}
.mt15p {
    margin-top: 15px;
}
.mt18p {
    margin-top: 18px;
}
.mt20p {
    margin-top: 20px;
}
.mt30p {
    margin-top: 30px;
}

/* right */
.mr20p {
    margin-right: 20px;
}

/* bottom */
.mb10p {
    margin-bottom: 10px;
}
.mb15p {
    margin-bottom: 15px;
}
.mb18p {
    margin-bottom: 18px;
}
.mb20p {
    margin-bottom: 20px;
}
.mb30p {
    margin-bottom: 30px;
}

/* left */
.ml20p {
    margin-left: 20px;
}

.ml0p {
    margin-left: 0px !important;
}

.mr0p {
    margin-right: 0px !important;
}

/* Padding
------------------------------*/
.pt5p {
	padding-top: 5px !important;
}

.pt10p {
	padding-top: 10px;
}
.pb10p {
	padding-bottom: 10px;
}


/* Font Color
------------------------------*/
.fc-red {
	color: #FF0000;
}

/* Print Style
------------------------------*/
@media print{
.printBody .btn-area02 {
	display: none;
}

.form-area .step {
	display: none;
}

#contents-full .h2-bg03 {
	display: none;
}

.form-area .print-attention {
	display: none;
}

.form-area .btn-area .back {
	display: none;
}

.form-area .btn-area {
	display: none;
}

}

.sc_fee_cell_left_item{
	width:50%;
	float:left;
	text-align:right;
}

.sc_fee_cell_right_item{
	text-align:left;
}

.display_fee_long_table{
	width:90px;
	text-align:right;
}

/* 中央ぞろえのテーブル */
.center_table td.center_table_left{
	width:40%;
	text-align:right;
	background:none;
}

.center_table td.center_table_center{
	width:5%;
	text-align:center;
	background:none;
}

.center_table td.center_table_right{
	width:55%;
	text-align:left;
	background:none;
}