/* common */
html {
	font-size: 62.5%;
	overflow: hidden;
}
body {
	overflow: hidden;
}
section {
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 100%;
}
ul,
dl {
	margin: 0;
	padding: 0;
}
nav ul {
	font-size: 0;
	text-align: center;
}
nav ul li {
	display: inline-block;
	font-size: 1px;
}

/* header */
header {
	text-align: right;
}
header p {
	background-color: #545454;
	color: white;
	font-size: 1.8rem;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding-right: 20px;
}
header p span {
	color:  #FF2626;
}
header p span:before {
	content: " ";
}
header nav {
	height: 48px;
	margin: 16px auto;
	max-width: 1000px;
	position: relative;
	width: 100%;
	z-index: 200;
}
header nav ul li {
	width: calc(100% / 10);
}
header nav ul a {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 200%;
	display: block;
	height: 48px;
	overflow: hidden;
	width: 100%;
}
header nav div.menu {
	background-image:url(../img/cmdMenu.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 200%;
	cursor: pointer;
	display: none;
	height: 48px;
	width: 60px;
}
header nav div.menu:hover {
	background-position: left top;
}
header nav ul.hide {
	display: none;
}
header nav ul li a.home {
	background-image: url(../img/cmdHome.png);
}
header nav ul li a.carFilm {
	background-image: url(../img/cmdCarFilm2.png);
}
header nav ul li a.coating {
	background-image: url(../img/cmdCoating2.png);
}
header nav ul li a.windowFilm {
	background-image: url(../img/cmdWindowFilm2.png);
}
header nav ul li a.profile {
	background-image: url(../img/cmdProfile2.png);
}
header nav ul li a.contactUs {
	background-image: url(../img/cmdContactUs2.png);
}
header nav ul li a.cleaning {
	background-image: url(../img/cmdCleaning2.png);
}
header nav ul li a.windowRepair {
	background-image: url(../img/cmdWindowRepair2.png);
}
header nav ul li a.headLight {
	background-image: url(../img/cmdHeadLight2.png);
}
header nav ul li a.paintBody {
	background-image: url(../img/cmdPaintBody2.png);
}
header nav ul li a.carWash {
	background-image: url(../img/cmdCarWash.png);
}

header nav ul a.active,
header nav ul a:hover {
	background-position: left top;
}

@media screen and (max-width: 640px) {
	header nav div.menu {
		display: block;
	}
	header nav ul {
		background-color: white;
		border-radius: 16px;
		width: 300px;
	}
	header nav ul li {
		width: calc(100% / 3);
	}
	header nav ul li a {
		height: 43px;
	}
}
@media screen and (max-width: 480px) {
	header nav ul {
		width: 200px;
	}
	header nav ul li {
		width: 50%;
	}
}
@media screen and (max-width: 340px) {
	header p {
		font-size: 1.4rem;
	}
}

/* main */
div.wrapper {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 20px;
	margin: 16px auto;
	max-width: 1000px;
	overflow: hidden;
	width: 100%;
}
div.contents {
	overflow: auto;
	padding-right: 18px;
	width: 100%;
}
div.contentsInner {
	padding: 16px 16px 40px;
}
h2 {
	font-size: 26px;
	font-weight: bold;
	margin: 0px;
	padding-left: 10px;
}
h3 {
	clear: both;
	color: #535353;
	font-size: 2.2rem;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	margin: 24px 0 16px;
	text-align:	center;
}
h3:before,
h3:after {
	display: inline-block;
	height: 37px;
	vertical-align: middle;
	width: 10px;
}
h3 span {
	font-size: 1.8rem;
}
h4 {
	color: white;
	font-size: 1.8rem;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin: 16px 0;
	padding-left: 16px;
	width: calc(100% - 16px);
}
.contents p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	text-indent: 1em;
}
ul.photo {
	font-size: 0;
	list-style: none;
	margin-top: 16px;
}
ul.photo li {
	display: inline-block;
	font-size: 1px;
	margin-bottom: 16px;
	margin-left: calc(10% / 3);
	max-width: 400px;
	width: 45%;
}
ul.photo li img {
	height: auto;
	width: 100%;
}
.contents table {
	border: 1px solid black;
	border-collapse: separate;
	border-radius: 7px;
	border-spacing: 0;
	color: #525252;
	margin: 0 auto;
}
.contents table th,
.contents table td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
.contents table tr th:last-child,
.contents table tr td:last-child {
	border-right: none;
}
.contents table tr:last-child th,
.contents table tr:last-child td {
	border-bottom: none;
}
p.contact {
	font-size: 1.8rem;
	font-weight: normal;
}

@media screen and (max-width: 480px) {
	.contents table th,
	.contents table td {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	h3 span {
		font-size: 1.4rem;
	}
	h3 span.hide {
		display: none;
	}
	ul.photo li {
		display: block;
		margin: 0 auto 8px;
		width: 90%;
	}
}

/* footer */
footer {
	background-color: #545454;
	bottom: 0;
	color: white;
	left: 0;
	min-height: 62px;
	padding: 6px;
	position: absolute;
	width: calc(100% - 12px);
}
div.name {
	display: inline-block;
	float: left;
}
div.name p {
	font-size: 1.6rem;
	margin: 0;
}
div.name p.crc {
	color: red;
	font-family:"Times New Roman", Times, serif;
	font-size: 2.6rem;
	font-style: italic;
	text-align: right;
}
div.address,
div.phone{
	float: left;
	font-size: 1.4rem;
	margin-top: 30px;
	margin-left: 20px;
	overflow: hidden;
}
div.address p,
div.phone p {
	margin: 0;
}
p.copyright {
	bottom: 7px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4rem;
	margin: 0;
	position: absolute;
	right: 11px;
	text-align: right;
}
footer.up p.copyright {
	display: none;
}
footer div.button {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	display: none;
	height: 22px;
	left: calc(50% - 30px);
	position: absolute;
	top: -22px;
	width: 60px;
}
footer.up div.button {
	background-image: url(../img/btnUp.png);
}
footer.down div.button {
	background-image: url(../img/btnDown.png);
}


@media screen and (max-width: 640px) {
	footer div.button {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	div.address {
		clear: left;
		margin-top: 0;
	}
	div.phone {
		margin-top: 0;
	}
}
@media screen and (max-width: 500px) {
	div.phone {
		clear: left;
	}
}

/* home */
section#top {
	background-image: url(../img/bgTop.png);
}
h1 {
	/*display: block;
	position: absolute;*/
	padding-top: 40px;
	text-align: center;
}
h1 img {
	display: inline-block;
	height: auto;
	max-width: 768px;
	width: 70%;
}
nav#nav1 {
	bottom: 100px;
	margin: 20px auto;
	max-width: 1504px;
	/*position: absolute;*/
	width: 90%;
}
nav#nav1 ul#menu1 {
	height: 72px;
	margin: 0 auto 80px;
	max-width: 700px;
	text-align: center;
	width: 100%;
}
nav#nav1 ul#menu1 li {
	display: inline-block;
	max-width: 281px;
	width: calc((100% - 92px) / 2);
}
nav#nav1 ul#menu1 li:first-child {
	float: left;
	width: 92px;
}
nav#nav1 ul#menu1 li:last-child {
	float: right;
}
nav#nav1 ul#menu2 li {
	max-width: 188px;
	width: calc(100% / 8);
}
nav#nav1 ul a {
	background-position: left bottom;
	background-size: 100% 200%;
	display: block;
	height: 72px;
	max-width: 300px;
	overflow: hidden;
	width: 100%;
}

nav#nav1 ul li a#show-fb {
	background-image: url(../img/cmdFacebook.png);
}
nav#nav1 ul li a.carFilm {
	background-image: url(../img/cmdCarFilm1.png);
}
nav#nav1 ul li a.coating {
	background-image: url(../img/cmdCoating1.png);
}
nav#nav1 ul li a.windowFilm {
	background-image: url(../img/cmdWindowFilm1.png);
}
nav#nav1 ul li a.cleaning {
	background-image: url(../img/cmdCleaning1.png);
}
nav#nav1 ul li a.windowRepair {
	background-image: url(../img/cmdWindowRepair1.png);
}
nav#nav1 ul li a.headLight {
	background-image: url(../img/cmdHeadLight1.png);
}
nav#nav1 ul li a.profile {
	background-image: url(../img/cmdProfile1.png);
}
nav#nav1 ul li a.contactUs {
	background-image: url(../img/cmdContactUs1.png);
}
nav#nav1 ul li a.carWash {
	background-image: url(../img/cmdCarWash.png);
}
nav#nav1 ul li a.paintBody {
	background-image: url(../img/cmdPaintBody1.png);
}
nav#nav1 ul li a:hover {
	background-position: left top;
}

/* facebook */
div.fb-page {
	height: 300px;
	width: 300px;
}
#fb-panel {
	background: white;
	border-radius: 6px;
	opacity: 0;
	padding: 8px;
	position: absolute;
	z-index: -1;
}
#fb-back {
	background: rgba(0, 0, 0, 0.70);
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#close-fb {
	display: block;
	height: 32px;
	position: absolute;
	right: -42px;
	top: 8px;
	width: 32px;
}
#close-fb img {
	display: block;
}

@media screen and (max-width: 1500px) {
	nav#nav1 ul#menu2 li {
		width: calc(100% / 4);
	}
}
@media screen and (max-width: 640px) {
	nav#nav1 ul#menu1 {
		height: 100px;
		margin-bottom: 20px;
		max-width: 281px;
	}
	nav#nav1 ul#menu1 li {
		float: right;
		width: calc(100% - 78px);
	}
	nav#nav1 ul#menu1 li:first-child {
		width: 78px;
	}
	nav#nav1 ul a {
		height: 50px;
	}
}
@media screen and (max-width: 500px) {
	nav#nav1 ul#menu2 li {
		width: calc(100% / 3);
	}
}
@media screen and (max-width: 420px) {
	nav#nav1 ul#menu2 li {
		width: 50%;
	}
}
@media screen and (max-height: 590px) {
	h1 {
		padding-top: 20px;
		text-align: left;
	}
	h1 img {
		margin-left: 20px;
		width: 20%;
	}
	nav#nav1 ul#menu1 {
		height: 80px;
		margin-bottom: 20px;
		max-width: 281px;
	}
	nav#nav1 ul#menu1 li {
		float: right;
		margin-bottom: 4px;
		width: calc(100% - 63px);
	}
	nav#nav1 ul#menu1 li:first-child {
		width: 63px;
	}
	nav#nav1 ul a {
		height: 40px;
	}
}

/* car film */
section#carFilm {
	background-image: url(../img/bgCarFilm.png);
}
#carFilm h2 {
	border-left: 6px solid #7A4DFF;
}
#carFilm h4 {
	background-image: url(../img/bar01.png);
	background-size: 100% 100%;
}
#carFilm h3:before {
	content: url(../img/lBracket1.png);
}
#carFilm h3:after {
	content: url(../img/rBracket1.png);
}
#carFilm th.title {
	background-color: rgba(122, 77, 255, 0.6);
}

/* coating */
section#coating {
	background-image: url(../img/bgCoating.png);
}
#coating h2 {
	border-left: 6px solid #2DB200;
}
#coating h4 {
	background-image: url(../img/bar02.png);
	background-size: 100% 100%;
}
#coating h3:before {
	content: url(../img/lBracket2.png);
}
#coating h3:after {
	content: url(../img/rBracket2.png);
}
#coating th.title {
	background-color: rgba(45, 178, 0, 0.6);
}
ul.price {
	font-size: 0;
	list-style: none;
}
ul.price li {
	font-size: 1.8rem;
	display: inline-block;
	margin-left: 1em;
}

@media screen and (max-width: 480px) {
	ul.price li {
		font-size: 1.5rem;
	}
}

/* cleaning */
section#cleaning {
	background-image: url(../img/bgCleaning.png);
}
#cleaning h2 {
	border-left: 6px solid #B2B200;
}
#cleaning h4 {
	background-image: url(../img/bar06.png);
	background-size: 100% 100%;
}
#cleaning h3:before {
	content: url(../img/lBracket6.png);
}
#cleaning h3:after {
	content: url(../img/rBracket6.png);
}
#cleaning th.title {
	background-color: rgba(178, 178, 0, 0.6);
}

/* window repair */
section#windowRepair {
	background-image: url(../img/bgWindowRepair.png);
}
#windowRepair h2 {
	border-left: 6px solid #B200B2;
}
#windowRepair h4 {
	background-image: url(../img/bar07.png);
	background-size: 100% 100%;
}
#windowRepair h3:before {
	content: url(../img/lBracket7.png);
}
#windowRepair h3:after {
	content: url(../img/rBracket7.png);
}
#windowRepair th.title {
	background-color: rgba(178, 0, 178, 0.6);
}


/* head light */
section#headLight {
	background-image: url(../img/bgHeadLight.png);
}
#headLight h2 {
	border-left: 6px solid #00B285;
}
#headLight h4 {
	background-image: url(../img/bar08.png);
	background-size: 100% 100%;
}
#headLight h3:before {
	content: url(../img/lBracket8.png);
}
#headLight h3:after {
	content: url(../img/rBracket8.png);
}
#headLight th.title {
	background-color: rgba(0, 178, 133, 0.6);
}

/* window film */
section#windowFilm {
	background-image: url(../img/bgWindowFilm.png);
}
#windowFilm h2 {
	border-left: 6px solid #B25900;
}
#windowFilm h4 {
	background-image: url(../img/bar03.png);
	background-size: 100% 100%;
}
#windowFilm h3:before {
	content: url(../img/lBracket3.png);
}
#windowFilm h3:after {
	content: url(../img/rBracket3.png);
}
#windowFilm th.title {
	background-color: rgba(178, 89, 0, 0.6);
}
div.inner {
	overflow: hidden;
	width: calc((100% - 48px) / 2);
}
div.inner.left {
	float: left;
}
div.inner.right {
	float: right;
}
p.matter {
	border-bottom: 3px double #B95900;
	color: #525252;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0.5em 0;
}
p.intro {
	font-size: 1.6rem;
}
h2 + p.intro {
	margin-top: 16px;
}
div.counterPlan {
	float: left;
	width: calc(100% - 213px);
}
div.inner img {
	display: block;
	float: right;
}
h5 {
	clear: both;
	font-size: 1.4rem;
	font-weight: bold;
	margin-left: 15px;
	text-decoration: underline;
}
h5:before {
	content: url(../img/iconNote.png);
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
}
p.attention {
	font-size: 1.3rem;
	font-weight: bold;
	margin-left: 2em;
}
#windowFilm table,
#windowFilm table th,
#windowFilm table td {
	border: none;
}

@media screen and (max-width: 1000px) {
	div.inner.left,
	div.inner.right {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	div.counterPlan {
		float: none;
		width: 100%;
	}
	div.inner img {
		float: none;
		margin: 0 auto;
	}
}

/* profile */
section#profile {
	background-image: url(../img/bgProfile.png);
}
#profile h2 {
	border-left: 6px solid #00A3D9;
}
#profile h3:before {
	content: url(../img/lBracket4.png);
}
#profile h3:after {
	content: url(../img/rBracket4.png);
}
#profile th,
#profile td {
	padding: 8px 1.5em;
}
#profile th.title {
	background-color: rgba(0, 163, 217, 0.6);
}
#profile td {
	max-width: 446px;
	text-align: left;
}
ul.outline {
	font-size: 0;
	list-style: none;
}
ul.outline li {
	display: inline-block;
	font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
	ul.outline li {
		font-size: 1.5rem;
	}
}

/* Google Map */
#map_canvas {
	height: 300px;
	margin: 0 auto;
	max-width: 600px;
	width: 90%;
}
#map_canvas iframe {
	height: 100%;
	width: 100%;
}

/* contact us */
section#contactUs {
	background-image: url(../img/bgContactUs.png);
}
#contactUs h2 {
	border-left: 6px solid #FF5C26;
}
#contactUs h3:before {
	content: url(../img/lBracket5.png);
}
#contactUs h3:after {
	content: url(../img/rBracket5.png);
}
#contactUs th,
#contactUs td {
	padding: 8px 1.5em;
}
#contactUs th.title {
	background-color: rgba(255, 92, 38, 0.6);
}
#contactUs .contents p {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
#contactUs .contents p.freedial {
	font-size: 2.8rem;
	font-weight: bold;
}
#contactUs .contents p.freedial:before {
	content: url(../img/iconFreeDial.png);
	display: inline-block;
	vertical-align: middle;
}
form input,
form textarea,
form select,
form label {
	background-color: inherit;
	border: none;
	color: #525252;
	font-size: 1.8rem;
	font-weight: bold;
	outline: none;
}
form input::-webkit-input-placeholder,
form input::-moz-placeholder,
form input::-moz-placeholder,
form input::-ms-input-placeholder,
form textarea::-webkit-input-placeholder,
form textarea::-moz-placeholder,
form textarea::-moz-placeholder,
form textarea::-ms-input-placeholder {
	color: #D0D0D0;
}
form textarea {
	height: 5em;
	resize: none;
}
form dl {
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 7px;
	margin: 0 auto;
	max-width: 600px;
	overflow: hidden;
	width: 90%;
}
form dt {
	background-color: rgba(255, 92, 38, 0.4);
	border: 1px solid black;
	border-bottom: none;
	color: #525252;
	float: left;
	font-size: 1.8rem;
	font-weight: bold;
	height: 20px;
	padding: 8px;
	text-align: center;
	width: 136px;
}
form dt:first-child {
	border-radius: 7px 0 0 0;
}
form dt.address {
	height: 57px;
}
form dt.inquiry {
	border-bottom: 1px solid black;
	border-radius: 0 0 0 7px;
}
form dd {
	border-right: 1px solid black;
	border-top: 1px solid black;
	display: block;
	float: left;
	height: 24px;
	margin-left: 0;
	padding: 6px 1em;
	width: calc(100% - 2em - 155px);
}
form dt:first-child + dd {
	border-radius: 0 7px 0 0;
}
form dd:last-child {
	border-bottom: 1px solid black;
	border-radius: 0 0 7px 0;
	height: inherit;
}
.required:before {
	color: red;
	content: "*";
	font-size: 1.6rem;
}
.full {
	width: 100%;
}
#contactUs .contents p.note {
	color: #525252;
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 12px;
}
ul.buttons {
	font-size: 0;
	list-style: none;
	margin: 20px 0;
	text-align: center;
}
ul.buttons li {
	display: inline-block;
	font-size: 1.8rem;
	margin: 0 4px;
}
ul.buttons input {
	border-radius: 8px;
	box-shadow: 2px 5px 2px #555555;
	min-width: 6em;
	padding: 12px;
}
input[type=reset] {
	background-color: #F0E89E;
}
input[type=button] {
	background-color: #AE4242;
	color: white;
}
input#zipCode {
	width: 6em;
}
#sending {
	background: rgba(0, 0, 0, 0.4);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}
#sending img {
	left: calc(50% - 16px);
	position: absolute;
	top: calc(50% - 16px);
}

@media screen and (max-width: 480px) {
	form dt {
		float: none;
		text-align: left;
		width: calc(100% - 18px);
	}
	form dt:first-child {
		border-radius: 7px 7px 0 0;
	}
	form dt.inquiry {
		border-bottom: none;
		border-radius: 0;
	}
	form dt.address {
		height: inherit;
	}
	form dd {
		border-left: 1px solid black;
		float: none;
		padding-left: 2em;
		width: calc(100% - 3em - 2px);
	}
	form dt:first-child + dd {
		border-radius: 0;
	}
	form dd:last-child {
		border-radius: 0 0 7px 7px;
	}
}

/* paint & body work */
section#paintBody {
	background-image: url(../img/bgPaintBody.png);
}
#paintBody h2 {
	border-left: 6px solid #8C6900;
}
#patintBody h3:before {
	content: url(../img/lBracket9.png);
}
#paintBody h3:after {
	content: url(../img/rBracket9.png);
}
#paintBody h4 {
	background-image: url(../img/bar09.png);
	background-size: 100% 100%;
}
#paintBody th,
#paintBody td {
	padding: 8px 1.5em;
}
#paintBody th.title {
	background-color: rgba(140, 105, 0, 0.6);
}
#paintBody td {
	max-width: 446px;
	text-align: left;
}

