﻿@charset "utf-8";
/* CSS Document */


/******************************

1. basic
2. headermenu+logo
3. footer
4. LINE
5. breadcrumb
6. subNav
7. 內頁框架

******************************/





/*********************************
1. basic
*********************************/

.fancybox-close {
	background-image: url(/images/btn_close.png)!important;
	background-size: cover!important;
	height: 50px!important;
	width: 50px!important;
}

/*placeholder COLOR*/
::-webkit-input-placeholder {
	color:    #848484;
}

:-moz-placeholder {
   color:    #848484;
   opacity:  1;
}

::-moz-placeholder {
   color:    #848484;
   opacity:  1;
}

:-ms-input-placeholder {
   color:    #848484;
}

/*placeholder FOCUS*/
input:focus::-webkit-input-placeholder {
	color:transparent;
}

input:focus:-moz-placeholder {
	color:transparent;
}

input:focus::-moz-placeholder {
	color:transparent;
}

input:focus:-ms-input-placeholder {
	color:transparent;
}

/*focus effect*/
input, textarea {
    outline: none;
}

input:focus, textarea:focus {
	box-shadow: 0px 0px 5px rgba(253,187,54,0.8);
	outline: none;
	background-color: #fff;
}

select, button {
    outline: none;
}

.edit {
	float: left;
	width: 100%;
}

#pageNumber {
	width: 100%;
	float: left;
	text-align: right;
}

#pageNumber a {
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	color: #000000;
	font-size: 20px;
}

#pageNumber span.current, #pageNumber strong {
	padding: 2px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000000;
	color: #FFF;
	font-size: 20px;
}

#pageNumber a:hover {
	text-decoration: underline;
	color: #000000;
}


/*********************************
2. headermenu+logo
*********************************/

#logo {
	border:0px!important;
	clip:rect(1px, 1px, 1px, 1px) !important;
	height:1px!important;
	overflow: hidden!important;
	padding:0px!important;
	position:absolute !important;
	width:1px!important;
}


/*********************************
3. footer
*********************************/

/*footer*/
#outer-footer {
	float: left;
	width: 100%;
	background-color: #fcfbf7;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #E8E2CC;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	max-width: 1140px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer #footerNav {
	float: left;
	width: 720px;
	padding-bottom: 10px;
}

#footer #footerNav ul {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	padding-right: 30px;
}

#footerNav ul li a {
	font-weight: normal;
	color: #5B5645;
	font-size: 0.85em;
	display: block;
	text-decoration: none;
	line-height: 1.6;
}

#footerNav ul .footerTitle {
	width: 100%;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	height: 35px;
	text-align: left;
	text-shadow: 1px 0px 0px #757575;
	display: block;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 0.9em;
}

#footer #company {
	float: right;
	width: 400px;
	margin-bottom: 20px;
}

#footer #company .companyName {
	text-align: center;
	margin-top: 10px;
	float: left;
	width: 100%;
	background-image: url(/images/basic/footer_bg_line.jpg);
	background-position: left center;
	background-repeat: repeat-x;
}

#footer #company .companyName span {
	display: inline-block;
	width: 170px;
	font-size: 1.1em;
	background-color: #fcfbf7;
	font-weight: bold;
	color: #70573C;
	letter-spacing: 2px;
	height: 35px;
	line-height: 35px;
	text-shadow: 1px 0px 0px #757575;
}

#copyright {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #F4F0EF;
	background-color: #000;
	text-align: center;
}

#copyright p {
	float: left;
	width: 100%;
	font-size: 0.9em;
	line-height: 1.4;
}

#copyright a {
	float: left;
	width: 100%;
	color: #C8B4AC;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

@media only screen and (min-width: 1px) and (max-width: 500px) {

#footerNav {
	display: none;
}

#footer #company {
	width: 100%;
}

}

@media only screen and (min-width: 501px) and (max-width: 1100px) {

#footerNav {
	display: none;
}

#footer #company {
	float: none;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

}

@media only screen and (min-width: 1101px) and (max-width: 1201px) {

#footer #footerNav {
	width: 640px;
}

#footer #footerNav ul {
	padding-right: 20px;
}

}

/*********************************
4. LINE
*********************************/

@media only screen and (min-width: 1px) and (max-width: 1100px) {

.line_mobile {
	display: block;
	width: 100px;
}

.line_mobile img {
	width: 100%;
}

.line_pc {
	display: none;
}

#line {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

#line #line_close {
	display: none;
}

}

@media only screen and (min-width: 1101px) {

.line_mobile {
	display: none;
}

.line_pc {
	display: block;
	height: 200px;
	width: 167px;
}

.line_pc img {
	width: 100%;
}

#line {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

#line #line_close {
	background-image: url(/images/btn_close.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	position: absolute;
	top: -10px;
	right: -15px;
	cursor: pointer;
	text-indent: -9999px;
	background-size: contain;
}

}

/*********************************
5. breadcrumb
*********************************/

#breadcrumb-wrap {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F0ECEC;
}

#breadcrumb {
	max-width: 1140px;
	padding-right: 5px;
	padding-left: 5px;
	margin: auto;
}

#breadcrumbList {
	float: left;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#breadcrumbList li {
	list-style-type: none;
	display: inline;
	font-size: 0.8em;
	color: #737373;
}

#breadcrumbList li+li:before {
    padding: 8px;
    color: #737373;
    content: " / ";
}

#breadcrumbList li a {
	text-decoration: none;
	color: #737373;
}

#breadcrumbList li:last-child a {
	text-decoration: none;
	color: #737373;
}

#breadcrumbList li a:hover {
	color: #333;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {

#breadcrumb-wrap {
	/*background-color: #fff; */
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#breadcrumbList {
}

}

/*********************************
6. subNav
*********************************/

/*內頁 左選單*/
@media only screen and (min-width: 1px) and (max-width: 1100px) {

#leftColumn ul li a {
	padding-top: 7px;
	padding-bottom: 7px;
}

#leftColumn-wrap {
	width: 100%;
	padding-right: 0px;
	padding-top: 0px;
}

#leftColumn-wrap #leftColumn-title {
	display: none;
}

#leftColumn {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#leftColumn ul {
	font-size: 1.15em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8E2CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E2CC;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: hidden;
	background-color: #fcfbf7;
}

#leftColumn ul li {
	list-style-image: none;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;
}

#leftColumn ul li a {
	text-decoration: none;
	color: #797979;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 900;

	padding-left: 10px;
	background-image: url(/images/basic/left_arrow_mobile.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#leftColumn ul .current a {
	text-decoration: none;
	color: #D8580D;
}

#leftColumn ul li:hover a {
	text-decoration: none;
	color: #D8580D;
}

#leftColumn ul {
	white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#leftColumn ul, #leftColumn ul li {
	display: inline-block;
    vertical-align: middle;
}

}

@media only screen and (min-width: 1101px) {

#leftColumn-wrap {
	float: left;
	width: 25%;
	padding-right: 40px;
}

#leftColumn-wrap #leftColumn-title {
	float: left;
	width: 100%;
	font-size: 1.1em;
	color: #000;
	font-weight: 600;
	line-height: 1.5;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #E8E2CC;
	border-bottom: none;
	letter-spacing: 1px;
}

#leftColumn ul li.current a, #leftColumn ul li:hover a {
	color: #d8580d;
}

#leftColumn {
	float: left;
	width: 100%;
}

#leftColumn ul {
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
	border: 1px solid #E8E2CC;
	background-color: #fcfbf7;
	padding-bottom: 7px;
	padding-top: 7px;
}

#leftColumn ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	float:left;
	border-bottom: 1px #E8E2CC dotted;
	background-image: url(/images/basic/left_arrow_pc.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#leftColumn ul li:nth-last-child(1) {
	border-bottom: 0px;
}

#leftColumn ul li a {
	text-decoration: none;
	color: #525252;
	display: block;
	font-weight: 600;
	float: left;
	width: 100%;
	line-height: 1.7;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 1.03em;
}

}

/*內頁 右內容*/
#rightColumn-wrap {
	float: left;
	width: 75%;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {

#rightColumn-wrap {
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

}

/*內頁 左選單1*/
@media only screen and (min-width: 1px) and (max-width: 1100px) {

#leftColumn-wrap1 {
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#leftColumn1 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

}

@media only screen and (min-width: 1101px) {

#leftColumn-wrap1 {
	float: left;
	width: 25%;
	/*padding-left: 40px;*/
	padding-right: 30px;
}

#leftColumn1 {
	float: left;
	width: 100%;
}

}

/*內頁 右內容1*/
#rightColumn-wrap1 {
	float: left;
	width: 75%;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {

#rightColumn-wrap1 {
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

}

/*內頁 全內容*/
#fullColumn-wrap {
	float: left;
	width: 100%;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {

#fullColumn-wrap {
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

}

.articleBox {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.articleBox .articleBox-title {
	float: left;
	height: 35px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525252;
	margin-bottom: 15px;
}

.articleBox .articleBox-title h1 ,.articleBox .articleBox-title h2 {
	float: left;
	color: #525252;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 3px;
}

/*********************************
7. 內頁框架
*********************************/

#outer-content {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 20px;
}

#content {
	margin-right: auto;
	margin-left: auto;
	max-width: 1140px;
}

@media only screen and (min-width: 1px) and (max-width: 1100px) {

#outer-content {
	padding-top: 50px;
}

}
