@charset "utf-8";
body {
	font-family: Arial, "微軟正黑體";
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
p{
	line-height: 1.2em;
}

.clear{
	margin: 0px;
	padding: 0px;
	clear: both;
}
.clear_line{
	margin: 0px;
	clear: both;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.red {
	color: rgba(255,0,0,1);
}
#web_wrap{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#web_con{
	background-color: #FFFFFF;
	width: 960px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#header img{
	width: 958px;
	padding-right: 1px;
	padding-left: 1px;
	
border-radius:0px 0px 10px 10px;
}
#mainNav{
	width: 920px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-right: 20px;
	margin-left: 20px;
}
ul.main_menu{
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	height: 62px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	background-image: url(../images/mainmenu_sp.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.main_menu li{
	display: table-cell;
	vertical-align: middle;
	height: 62px;
	font-size: 16px;
	background-image: url(../images/mainmenu_sp.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 2px;
	padding-right: 1px;
}
ul.main_menu li a{
	display: table-cell;
	height: 62px;
	text-decoration: none;
	vertical-align: middle;
	color: #000000;
	padding-right: 13px;
	padding-left: 13px;
	font-weight: bold;
}
ul.main_menu li a:hover ,ul.main_menu li.active a{
	background-image: url(../images/mainmenu_hover.jpg);
	background-repeat: repeat-x;
	background-position: center 1px;
	border-radius: 0px 0px 10px 10px;
}
#content{
	margin-top: 10px;
}
#content.haveleft{
	position: relative;
	background-image: url(../images/content_sp.jpg);
	background-repeat: repeat-y;
	background-position: 222px;
}
.content_sp_up{
	position: absolute;
	left: 222px;
	top: 0px;
}
.content_sp_down{
	position: absolute;
	left: 222px;
	bottom: 0px;
}

#left_con{
	float: left;
	width: 222px;
}
#left_con h1{
	font-size: 23px;
	background-image: url(../images/left_con_title.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 38px;
	font-weight: bold;
}
#left_con h1.2line{
}
ul.left_menu{
	list-style-type: none;
	padding-left: 37px;
}
ul.left_menu li{
	padding-left: 13px;
	font-size: 17px;
	line-height: 24px;
}
ul.left_menu li:hover , ul.left_menu li.active{
	background-image: url(../images/leftmenu_hover.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
ul.left_menu li a{
	color: #000000;
	text-decoration: none;
}

ul.left_menu li ul.left_submenu{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
ul.left_menu li ul.left_submenu li{
	background-image: url(../images/leftmenu_sub.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 0.9em;
}
ul.left_menu li ul.left_submenu li.active , ul.left_menu li ul.left_submenu li:hover{
	background-image: url(../images/leftmenu_subhover.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	
}
ul.left_menu li ul.left_submenu li.active a{color: #e24848;}
h2 span.subtitle{

	color: #e24848;
}

#mid_con{
	width: 700px;
	float: left;
	padding-bottom: 50px;
	margin-right: 19px;
	margin-left: 19px;
	position: relative;
}


#add{
	color: #eabc6f;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.add_title{
	font-size: 14px;
	font-weight: bold;
}
#add p{
	line-height: 0.5em;
}
.copyright ,.copyright a {
	color: #666666;
	text-align: right;
}

.twtcal_pic{}
.twtcal_pic ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: table-cell;
	width: 700px;
	text-align: center;
}
.twtcal_pic ul li{
	width: 200px;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}
.twtcal_pic ul li h4{
	margin-top: 0.1em;
	margin-bottom: 0.5em;
}
.twtcal_pic ul li img{
	border: 1px solid #F0F0F0;
	height: 150px;
	width: 200px;
}

.opentime{
}
.opentime h3{
	margin-bottom: 0.5em;
	margin-top: 2em;
}
.opentime_li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 10px;
	width: 310px;
}
.place_week{
	text-align: right;
	width: 100px;
	margin-right: 10px;
	padding-right: 10px;
	float: left;
}
.place_week_time {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #cccccc;
	margin-left: 110px;
	padding-left: 10px;
}
.place_map img{
	max-width: 360px;
	float: right;
}

.sub_open{}
ol.havesub{}
li.one_list{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom:5px;
}
li.one_list h3{
	cursor: pointer;
	margin-bottom: 0px;
	background-color: #EBEBEB;
	margin-top: 0.5em;
}
h3.one_title span{
	font-weight: normal;
	float: right;
	margin-right: 10px;
	color: #999999;
	font-family: Arial, "微軟正黑體";
}
li.one_list .one_sub{
	display: none;
}
ol.nosub {
	list-style-type: none;
}
ol.nosub li.one_list .one_sub{
	display: block;
}

li.one_list img{ max-width:660px}

table.caseshow img{ max-width:300px;}

img.forabout_2{
	float: right;
	border: 1px solid #EFEFEF;
	border-radius: 5px;
	padding: 5px;
	margin-top: 10px;
	box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}