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

/* wrapper */
#wrapper {
	background: url(../../images/wrap_bg.gif) repeat-x left top;
}


/* header */
#header .header-inner {
	width: 880px;
	margin: 0 auto;
	background: url(../../images/head_innerbg.jpg) no-repeat right top;
}
#header-wrap #header {
	background: url(../common_img/head_bg.jpg) no-repeat center top;
}
#wrapper #header-wrap {
	background: none;
	margin-bottom: 0;
	background: url(../../images/header_wrap_bg.jpg) repeat-x left top;
}


/* container */
#wrapper div#container {
	background: none;
	padding-bottom: 59px;
}


/* main-visual */
.main-visual {
	width: 880px;
	height: 282px;
	position: relative;
	padding-bottom: 16px;
}
.main-visual p {
	position: absolute;
	left: 599px;
	top: 207px;
}
.main-visual .concierge {
	position: absolute;
	left: 599px;
	top: 165px;
}
.main-visual .concierge_saiyou {
	position: absolute;
	left: 599px;
	top: 241px;
}


/* contents */
div#contents {
	padding-left: 17px;
}
div#contents h2 {
	padding-bottom: 2px;
	background: url(../common_img/dotted_line.gif) repeat-x left bottom;
}
div#contents .left {
	float: left;
	width: 261px;
}
div#contents dl {
	background: url(../common_img/dotted_line.gif) repeat-x left bottom;
	padding: 10px 0 10px 19px;
	line-height: 1.6;
}
div#contents dl dt {
	float: left;
	padding: 0 12px 0 0;
}
div#contents dl dd {
	padding: 0 12px 0 0;
}
div#contents dl dd p {
	padding-top: 8px;
	clear: both;
}
* html div#contents dl dd p {
	padding-top: 4px;
} /* IE6 */
div#contents .left p.backnum {
	padding: 10px 0 0 20px;
	margin-bottom: 17px;
}
div#contents .center {
	float: left;
	width: 278px;
	padding: 0 16px 0 17px;
}
div#contents .center ul {
	padding: 10px 0 12px 19px;
}

@media all and (-ms-high-contrast:none) {
div#contents .center ul {
	padding: 11px 0 12px 19px;
}
}
div#contents .center ul.staff {
	padding: 10px 0 12px 0px;
}
div#contents .center ul li {
	line-height: 1;
	padding-bottom: 10px;
}
* html div#contents .center ul {
	padding: 10px 0 4px 19px;
} /* IE6 */
* html div#contents .center ul li a {
	line-height: normal;
} /* IE6 */
div#contents .center li a {
	padding-left: 18px;
}
div#contents .center .business li a {
	background: url(../common_img/green_icon.jpg) no-repeat left center;
}
div#contents .center .customer li a {
	background: url(../common_img/orange_icon.jpg) no-repeat left center;
}
div#contents .right {
	float: left;
	width: 278px;
}
div#contents .right p {
	text-align: center;
	margin: 0 0 15px 0;
}
div#contents .right .staff {
	padding: 0 0 26px 16px;/*	margin-top:-13px;*/
}
div#contents .right .staff li {
	padding: 0 0 8px 0;
}
div#contents .left .corporate {
	padding: 13px 0 24px 18px;
}
div#contents .left .corporate li {
	float: left;
	padding-right: 40px;
}
div#contents .left .corporate li a {
	background: url(../common_img/blue_icon.jpg) no-repeat left center;
	padding-left: 18px;
}


/* footer */
div#wrapper #footer {
	height: 59px;
}
div#footer .footer-inner {
	height: 59px;
	background: url(../../images/footer_bg.gif) no-repeat left bottom;
}
.footer-inner ul {
	padding-top: 8px;
}
.footer-inner address {
	padding-top: 30px;
}


/* チェックオフWeb明細システム */
#checkoff_container {
	width: 245px;
	margin: 0 auto 20px;
}
.checkoff_box {
	box-sizing:border-box;
/*	border:2px solid #ddd;*/
	border:1px solid #590618;
	padding:10px;
}
div#contents .right #checkoff_container p{
	text-align:left;
}
#checkoff_container p input{
	box-sizing:border-box;
	width:100%;
	margin-top:5px;
	padding:8px;
}
div#contents .right #checkoff_container p.checkoff_btn{
	text-align:center;
}
div#contents .right #checkoff_container p.checkoff_btn button{
	cursor:pointer;
	width:120px;
	background:#a80601;
	border:1px solid #eee;
	padding:5px;
	color: #fff;
	font-size:12px;
}
div#contents .right #checkoff_container p.checkoff_btn button:hover{
	background:#C12900;
}
.checkoff_textlink{
	border-top:1px solid #ddd;
	margin-bottom:-5px;
	padding-top:10px;
	font-size:12px;
}
.checkoff_textlink li{
	margin-bottom:5px;
}
.checkoff_textlink li a{
    padding-left: 18px;
	background: url(../common_img/orange_icon.jpg) no-repeat left center;
}
#checkoff_container #error_message_box{
	box-sizing:border-box;
	margin-bottom:10px;
	padding:8px;
	background-color:#eee;
	border:1px solid #a80601;
	color:#a80601;
	text-align:center;
}

#bnr_concierge{
	margin-bottom:20px;
	text-align: center;
}



