/* --------------- base styles --------------- */

/* base */

body {
	background-color: #003151;
	color: #3F3F3F;
	font-size: 12px;
	line-height: 1.6;
}

.acms-entry p {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 1.6;
}

.acms-entry ul li {
	margin: 0;
	font-size: 12px;
}

body a:link,
body a:visited {
	text-decoration: underline;
	color: #4C90CC;
}

body a:hover {
	text-decoration: none;
}

div#inner-wrap {
	background-color: #FFF;
}

div.acms-container {
	max-width: 960px;
}

section.contents {
	padding: 0 10px;
}

section.contents p {
	margin: 0 0 20px;
}

a.link01 {
	background: url(../images/base/arrow01.jpg) no-repeat 0 4px;
	padding: 0 0 0 18px;
}

.icon-pdf {
	background: url(../images/base/icon_pdf.gif) no-repeat 100% 4px;
	padding: 0 20px 0 0;
}

/* pagetitle */

div.pageTitleArea {
	background: #0A7;
}

div.pageTitleArea h1#categoryH1 {
	background: none;
	color: #FFF;
	max-width: 960px;
	margin: 0 auto;
	font-size: 20px;
	padding: 10px;
}

div.pageTitleArea h1 a {
	color: #FFF;
}

/* topicpath */

div.topicPathOuter {
	background-color: #EEE;
	margin-bottom: 30px;
}

nav#topicpath {
	background: none;
	margin: 0 auto;
	padding: 5px 10px;
	max-width: 960px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

nav#topicpath ul li {
	color: #3F3F3F;
	margin: 0 15px 0 0;
}

nav#topicpath ul li + li:before {
	content: " ";
	padding-right: 20px;
	margin: 0;
	background: url(../images/base/arrow_topicpath.png) no-repeat 0 50%;
}

/* header */

.siteNameText {
	display: none;
}

h1#siteName {
	margin: 10px 0 0;
}

h1#siteName span {
	background: url(../images/base/h1.jpg) no-repeat 0 100%;
	display: block;
	text-indent: -9999px;
	width: 401px;
	height: 55px;
}

:root * > h1#siteName span {
	background: url(../images/base/h1.svg) no-repeat 0 100%;
	display: inline-block;
	text-indent: -9999px;
	width: 401px;
	height: 55px;
}

h1#siteName a {
	display: inline-block;
	font-weight: normal;
}

header#headWrapper {
	font-size: 12px;
}

header#headWrapper ul.adminLink {
	margin: 0;
	overflow: hidden;
	margin: 30px 0 22px;
}

header#headWrapper ul.adminLink li {
	list-style: none;
	text-align: right;
	float: right;
	margin: 0 0 0 20px;
}

header#headWrapper ul.adminLink li input {
	color: #FFF;
	font-size: 12px;
	padding: 5px 25px;
	background: #003151;
	border: 0 none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header#headWrapper ul.adminLink li input:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

header#headWrapper p.companyMainSite {
	text-align: right;
	margin: 0;
}

header#headWrapper p.companyMainSite i {
	margin: 0 0 0 5px;
	text-decoration: none;
	padding: 1px 0 0;
}

header#headWrapper a:link,
header#headWrapper a:visited,
header#headWrapper a:hover  {
	color: #3F3F3F;
}

/* footer */

#footWrapper {
	margin-top: 60px;
}

footer div#footer {
	padding: 0;
}

footer div#copyright {
	background-color: #FFF;
	border-top: 1px solid #0A7;
	padding: 0;
}

footer div#copyright div.footerLogo {
	font-size: 12px;
}

footer div#copyright div.footerLogo p {
	width: auto;
	text-align: right;
	padding: 35px 0 0 0;
}

footer div#copyright div.footerLogo p a:link,
footer div#copyright div.footerLogo p a:visited,
footer div#footer dd.editLink a:link,
footer div#footer dd.editLink a:visited,
footer div#copyright div.footerLogo p a:hover,
footer div#footer dd.editLink a:hover {
	color: #3F3F3F;
}

footer div#copyright div.footerLogo {
	color: #3F3F3F;
}

footer div#copyright div.footerLogo address {
	text-align: left;
}

footer div#copyright div.footerLogo address span {
	display: block;
	text-indent: -9999px;
	background: url(../images/base/h1_footer.jpg) no-repeat 0 50%;
	overflow: hidden;
	zoom: 1;
	width: 298px;
	height: 80px;
}

:root * > footer div#copyright div.footerLogo address span {
	display: inline-block;
	text-indent: -9999px;
	background: url(../images/base/h1.svg) no-repeat 0 50%;
	overflow: hidden;
	zoom: 1;
	background-size: contain;
	width: 298px;
	height: 80px;
}
footer div#copyright div.footerLogo address p {
	text-align: left;
}

footer div#copyright p.copyrightText {
	text-align: center;
	color: #FFF;
	background-color: #003151;
	width: 100%;
	padding: 20px 0;
	margin: 0;
}

section #pageTop a:link,
section #pageTop a:visited,
section #pageTop a:active {
	text-decoration: none;
	background-color: #FFF;
	border-color: #0A7;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	color: #3F3F3F;
	font-size: 12px;
	padding: 5px 50px;
	border-radius: 0;
}

section #pageTop a:hover {
	background-color: #0A7;
	color: #FFF;
}

/* warannty navi */

.warrantyNavi {
	color: #3F3F3F;
	border: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

.warrantyNavi h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	border-bottom: 1px solid #DF2718;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	background-color: #EEE;
}

.warrantyNavi dl {
	margin: 0;
}

.warrantyNavi dl dd,
.warrantyNavi dl dt {
	border-top: 1px solid #CCC;
	font-size: 12px;
	margin: 0;
}

.warrantyNavi dl dt {
	font-weight: bold;
	padding: 5px 10px 5px 25px;
	background: #F9F9F9 url(../images/base/arrow_side_navi.png) no-repeat 10px 9px;
}

.warrantyNavi dl dd a {
	position: relative;
	display: block;
	padding: 10px 20px 10px 35px;
}

.warrantyNavi dl dd.child01 a {
	padding: 10px 20px 10px 50px;
}

.warrantyNavi dl dd a i {
	padding: 2px 6px 0 0;
	margin: 0 0 0 -18px;
	color: #3C3C3B;
	text-decoration: none;
}

.warrantyNavi dl dd a:hover,
.warrantyNavi dl dd a.on  {
	background-color: #EEF8FF;
	text-decoration: none;
}

/* headline */

h2.headline01 {
	font-size: 16px;
	color: #FFF;
	background-color: #0A7;
	border: 1px solid #3F3F3F;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	margin: 0 0 15px;
}

h2.headline02 {
	font-size: 14px;
	color: #3F3F3F;
	margin: 0 0 15px;
	padding: 0;
}

h3.headline01 {
	font-size: 14px;
	color: #3F3F3F;
	background-color: #EEE;
	border-left: 5px solid #0A7;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 5px 10px 5px 8px;
	margin: 0 -10px 15px;
}

h3.headline02 {
	font-size: 14px;
	color: #FFF;
	background-color: #0A7;
	border: 1px solid #3F3F3F;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	margin: 0 -10px 15px;
}

h4.headline01 {
	font-size: 14px;
	color: #3F3F3F;
	margin: 0 0 10px;
}

/* table */

table.table01,
table.tableForm {
	width: 100%;
	border: 1px solid #BBB;
	border-collapse: collapse;
}

table.table01 th,
table.tableForm th {
	border: 1px solid #BBB;
	background-color: #DDD;
	padding: 5px 10px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

table.tableForm th {
	width: 200px;
}



table.tableForm caption {
	border-top: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-left: 1px solid #BBB;
	background-color: #8E8E8E;
	color: #FFF;
	padding: 5px 10px;
	vertical-align: top;
	font-weight: normal;
	text-align: center;
}

table.table01 thead th,
table.tableForm thead th {
	border: 1px solid #BBB;
	background-color: #8E8E8E;
	color: #FFF;
	padding: 5px 10px;
	vertical-align: top;
	font-weight: normal;
	text-align: center;
}

table.table01 td,
table.tableForm td {
	border: 1px solid #BBB;
	padding: 5px 10px;
	vertical-align: top;
}

table.tableCustomer thead th {
	width: auto;
}

table.tableCustomer .txtcenter {
	text-align: center;
}

table.tableCustomer .delete {
	color: #DC143C;
}

table.tableCustomer .w1 { width: 130px; }
table.tableCustomer .w2 { width: 150px; }
table.tableCustomer .w3 { width: 150px; }
table.tableCustomer .w4 { width: 115px; }
table.tableCustomer .w5 { width: 70px; }
table.tableCustomer .w6 { width: 30px; }
table.tableCustomer .w7 { width: 225px; }
table.tableCustomer .w8 { width: 225px; }
table.tableCustomer .w9 { width: 85px; }
table.tableCustomer .w10 { width: 100px; }

table.tableCustomer thead div {
	display: block;
	margin: 0;
	vertical-align: middle;
}

table.tableCustomer thead span {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

table.tableCustomer thead span.order {
	display: block;
	text-align: right;
	vertical-align: middle;
	width: 100%;
	margin: 5px 0 0 0;
}

table.tableCustomer thead span.order a:hover {
	background-color: #FF0;
}
table.tableCustomer thead span.order a.active:hover {
	cursor: default;
	background-color: #FFF;
}

table.tableCustomer thead span.order .tooltip:hover {
	cursor: help;
	color: #FF0;
}

table.tableCustomer thead a {
	display: inline-block;
	color: #000;
	background-color: #bbb;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

table.tableCustomer thead a.active {
	background-color: #fff;
}

table.tableCustomer thead a i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	text-align: center;
}

table.tableCustomer thead a i:before {
	line-height: 20px;
}

table.tableNone {
	width: 100%;
	border: 0 none;
	border-collapse: collapse;
}

table.tableNone th,
table.tableNone td {
	text-align: left;
	padding: 0;
	vertical-align: top;
}

/* list */

ul.list01 {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}

ul.list01 li {
	padding: 0 0 20px;
	list-style-type: disc;
}


/* size and margin */

.w10 { width: 10%;}
.w15 { width: 15%;}
.w20 { width: 20%;}
.w25 { width: 25%;}
.w30 { width: 30%;}
.w33 { width: 33%;}
.w35 { width: 35%;}
.w40 { width: 40%;}
.w50 { width: 50%;}
.w60 { width: 60%;}
.w70 { width: 70%;}
.w80 { width: 80%;}
.w90 { width: 90%;}

html body .mt-none { margin-top: 0;}

html body .mb10 { margin-bottom: 10px;}
html body .mb20 { margin-bottom: 20px;}
html body .mb30 { margin-bottom: 30px;}
html body .mb40 { margin-bottom: 40px;}


/* --------------- individual styles --------------- */

/* login */

.loginHeaderRight {
	padding: 74px 0 0;
}

.loginReadArea p {
	margin: 0 0 15px 0;
	font-size: 16px;
}

.loginReadArea ul {
	padding: 0;
	margin: 0;
}

.loginReadArea ul li {
	list-style: none;
	font-size: 14px;
	margin: 0 0 5px;
}

body#loginBg {
	background-color: #FFF;
}

.acms-loginBox-container {
	max-width: none;
	margin: 0;
}

.acms-loginBox {
	max-width: none;
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.loginBox-middle {
	max-width: 480px;
}

.loginWhiteBg .acms-loginBox {
	padding: 0;
	max-width: 640px;
	background-color: #FFF;
	border: 0 none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.acms-loginBox p {
	margin: 10px 0 0;
}

.acms-loginBox p:first-of-type {
	margin: 15px 0 0;
}

.acms-loginBox p i {
	font-size: 15px;
	margin: 0 5px -5px 0;
}

.acms-loginBox .acms-form {
	margin-top: 10px;
}

.acms-loginBox .acms-form label {
	font-weight: bold;
}

.acms-loginBox h2 {
	font-size: 16px;
	margin: 0;
}

.acms-loginBox h2 i {
	font-size: 26px;
	margin: 0 10px 0 0;
}

button.customFormBtn {
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3F3F3F;
	padding: 6px;
	border: 1px solid #3F3F3F;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 61%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(61%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 61%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 61%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 61%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 61%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

button.customFormBtn:hover {
	color: #666;
	border: 1px solid #999;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 61%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(61%,#ffffff));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 61%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 61%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 61%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 61%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}

button.FormBtnSize-middle {
	width: 300px;
	margin: 0 auto;
}

.acms-alert {
	padding: 10px 20px;

}

/* site top */

.itemThumbnails {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.itemThumbnails li {
	float: left;
	margin: 0 10px 10px 0;
	list-style: none;
}

/* form */

ol#mailStep {
	padding: 10px 20px;
	border: 1px solid #CCC;
	background-color: #EEF8FF;
}

ol#mailStep li {
	font-size: 12px;
}

/* application history */

.applicationHistoryOuter {
	border: 1px solid #3F3F3F;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	padding: 0 0 10px;
}

.applicationHistoryHeader {
	border-bottom: 1px solid #3F3F3F;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	background-color: #0A7;
	padding: 5px 10px;
}

.applicationHistoryHeader h2 {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background: none;
	padding: 0;
	margin: 0;
}

.applicationHistoryHeader .searchBox {
	background-color: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
	height: 22px;
	padding: 0 0 0 3px;
}

.applicationHistoryHeader .searchBox input {
	border: 0 none;
	vertical-align: middle;
}

.applicationHistoryHeader .searchBox input.searchInput {
	float: left;
	font-size: 10px;
	min-width: 180px;
	height: 22px;
	padding: 0 0 0 5px;
}

.applicationHistoryHeader .searchBox input.searchButton {
	background: url(../images/base/icon_search.png) no-repeat 50% 50%;
	width: 22px;
	height: 22px;
	float: right;
}

.applicationHistoryHeader .searchBox input.searchButton:hover,
.applicationHistoryOuter .case01 input.btnDownload:hover,
.applicationHistoryOuter .case01 input.btnDownloadConfirm:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

.applicationHistoryOuter .case01 {
	border: 1px solid #DDD;
	padding: 10px;
	margin: 10px 10px 0;
}

.applicationHistoryOuter .case01 .tableForm th {
	width: auto;
}

.applicationHistoryOuter .case01 input.btnDownload {
	background: url(../images/base/btn_download.jpg) no-repeat 0 0;
	width: 132px;
	height: 21px;
	border: 0 none;
	padding: 0;
	margin: 10px 0 0;
	text-indent: -9999px;
}

.applicationHistoryOuter .case01 input.btnDownloadConfirm {
	background: url(../images/base/btn_download_confirm.jpg) no-repeat 0 0;
	width: 132px;
	height: 21px;
	border: 0 none;
	padding: 0;
	margin: 10px 0 0;
	text-indent: -9999px;
}

.applicationHistoryOuter .case01 .buttonBox {
	margin: 10px 0 0 0;
}

.applicationHistoryOuter .case01 .buttonBox input.btnDownloadConfirm,
.applicationHistoryOuter .case01 .buttonBox input.btnDownload,
.applicationHistoryOuter .case01 .buttonBox a {
	float: left;
	display: block;
	margin: 0 10px 0 0;
}

section div.page {
	text-align: center;
	margin: 20px 0 10px;
}

section div.page a,
section div.page span {
	margin: 0 5px;
}

.required {
	display: inline-block;
}

@media screen and (max-width: 950px) {

.warrantyNavi {
	margin: 40px 0 0;
}

.acms-col-3.sub {
	max-width: none;
}

}

@media screen and (max-width: 767px) {

.warrantyNavi {
	margin: 0;
}

.warrantyNavi,
.warrantyNavi h2 {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.warrantyNavi dl dd {
	background-color: #FFF;
}

#nav a {
	color: #4C90CC;
}

#footWrapper {
    margin-top: 25px;
}

footer div#copyright div.footerLogo p {
	text-align: left;
	padding: 5px 0 0 0;
}

footer div#copyright div.footerLogo address {
	padding: 0 10px;
}

footer div#copyright div.footerLogo address span {
	height: 24px;
}

footer #copyright .footerLogo .footerPrivacy {
	padding: 0 0 5px 10px;
	margin: 10px 0 0;
}


}


@media screen and (max-width: 479px) {

h1#siteName span {
	width: 320px;
	height: 30px;
	background-size: contain;
}

.spSelect {
	width: 90px;
}

}


