@charset "utf-8";
/* popup window unique style */

/* common style */
/** {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-family: Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	line-height: 1;
	color: #333;
	-webkit-text-size-adjust: 100%;
}*/
@media (max-width: 767px) {
	body {
		-webkit-overflow-scrolling: touch;
	}
}
/*
html,body {
	width: 100%;
}

p,
.normal-font-style,
input,
textarea,
select,
table,
dt,
dd {
	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
}

h1, h2, h3, h4 {
	font-size: 100%;
	line-height: 1.5;
}


img {
	width: 100%;
	border: none;
}
*/

#header img,
.footerLogo-logo img {
	width: 100%;
}


#base-cont {}
#contentsWrapper {
	position: relative;
	margin: auto;
	height: 100%;
}


/* header style */

.logo-area {
	padding: 10px 20px 0;
	line-height: 50px;
	height: 50px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.local-nav-style1 .title {
	width:126px;
}

@media (max-width: 979px) {
	.logo-area {
		text-align: center;
	}
}
.logo-area .headerSmp-logo {
	display: inline-block;
	width: 80px;
	margin: 0;
	line-height: 1;
	vertical-align: top;
}

.logo-area a:hover {
	opacity: 0.8;
}

.logo-area .close-btn {
	width: 24px;
	padding: 4px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 20px;
}

.logo-area .close-btn:hover {
	opacity: 0.8;
}

#local-nav {
	height: 33px;
	padding: 12px 1.96% 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #f3f3f3;
}

#local-nav p {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
}

/* main contents style */

.main-inner {
    padding-left: 1.96%;
    padding-right: 1.96%;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* footer style*/

.footerSiteMap {
	margin-top: 20px;
	padding: 10px 0 30px;
	background: #f3f3f3;
}

.footerSiteMap .footerSiteMap-list {
	text-align: center;
	padding-top: 15px;
}

.footerSiteMap .footerSiteMap-list a:hover {
	opacity: 0.6;
}

.footerSiteMap .footerSiteMap-list .footerSiteMap-link {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

.footerSiteMap .footerSiteMap-list .link-window {
	display: inline-block;
	position: relative;
	padding: 0 2em 0 1em;
}

.footerSiteMap .footerSiteMap-list .link-window::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4.5px;
	background: url(https://www.au.com/etc.clientlibs/settings/wcm/designs/au-com/clientlib-site/resources/images/icon/icon_sprite.png) -11.5px -100px/ 121px 118px no-repeat;
	width: 9px;
    height: 9px;
}

.footerLogo {
	padding: 1em 0 1em;
}

.footerLogo .footerLogo-logo {
	display: block;
	margin: 0 auto;
	width: 100px;
}

.footerCopyright {
	margin: 0 auto;
	text-align: center;
	font-size: 62.50%;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.footerSiteMap .footerSiteMap-list {
		text-align: left;
	}

	.footerSiteMap .footerSiteMap-list .footerSiteMap-link {
		box-sizing:border-box;
		width: 100%;
		font-size: 12px;
	}
	
	.footerCopyright {
		font-size: 78.75%;
	}
}

/* fix 1200px style */

.fix-1200 #base-cont {
	width: 1200px;
	margin: 0 auto;
}

.fix-1200 .logo-area a {
	float: left;
}

/* fix 768px style */

.fix-768 #base-cont {
	width: 768px;
	margin: 0 auto;
}

.fix-768 .logo-area {
	text-align: center;
	border-bottom: 1px solid #d1d1d1;
}

.fix-768 #local-nav {
	background: #fff;
}
