﻿@charset "utf-8";
/* CSS Document */

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

html {
	margin:0;
	padding:0;	
}

body {
	position:relative;
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center 0px;
	background-color:#ffebe6;
	font-family:Verdana, "微軟正黑體";
	text-align:center;
}

h1 {
	margin:0 0 15px 0;
	padding:0;
	line-height:100%;
	font-size:0;
	text-align:center;
}

h1 img {
	margin:0;
	padding:0;
	width:100%;
	max-width:1000px;
}

/*copyright開始*/

#copyright {
	padding:0;
	width:100%;
	background:#000;
	display:inline-block;
}

#copyright img {
	margin:0;
	padding:0;
	line-height:0;
	width:112px;
	height:60px;
	display:inline-block;
}

#copyright p {
	font-size:13px;
	margin:0;
	padding:0;
	color:#FFF;
	line-height:58px;
	display:inline-block;
}

/*copyright結束*/

.fix {
	padding:0;
}

.content {
	margin:0 auto;
	width:100%;
	text-align:center;
	border-radius:15px;
}

.content .box {
	margin:0 0 15px 0;
	padding:30px 50px;
	background-color:#fff;
	border-radius:15px;
	box-shadow:0 5px 0 #f3f3f3;
}

.content .title {
	clear:both;
	text-align:center;
	margin:0 0 15px 0;
}

.content .title img {
	margin:0 0 15px 0;
	width:100%;
	max-width:910px;
}

.content h2 {
	margin:0;
	padding:8px 18px;
	border:1px solid #ed6257;
	color: #ed6257;
	display:inline-block;
	text-align: left;
	font-weight: normal;
}

.content .item {
	margin:0 auto 30px auto;
	max-width: 1000px;
}

.content .item img {
	width: 100%;
	max-width: 1000px;
}

.content p {
	margin:0 auto;
	clear:both;
	line-height:200%;
	display:block;
	text-align:left;
	font-size:22px;
	max-width:940px;
	word-wrap: break-word;
	word-break: break-all;
}

.content a {
	display:inline-block;
	text-align:center;
	margin:0 5px 20px 0;
	padding:5px 30px;
	color:#fff;
	background-color:#ee6157;
	border-radius:8px;
	line-height:230%;
	text-decoration:none;
	font-size:20px;
}

.content a:hover {
	background-color:#e1564c;
}

.content .table {
	margin:15px auto 30px auto;
	padding:0 0 15px 0;
	max-width:910px;
	text-align: left;
}

.content .table th {
	margin:0;
	padding:8px 30px;
	line-height: 180%;
	background-color: #ddd;
	border:1px solid #ddd;
	color: #000;
	font-size:18px;
	font-weight: normal;
}

.content .table td {
	padding:8px 30px;
	line-height: 180%;
	border:1px solid #ddd;
	font-size:18px;
	color: #000;
  width:85%;
}

.content .table .center {
	text-align: center;
	font-size: 30px;
}

.box_p {
	max-width:400px;
}

.title_b{
	text-align: center;
	font-size: 28px !important;
	margin:0 0 20px 0;
	color: #ee6157;
}

#notice {
	margin:30px 0 0 0;
	padding:35px 0;
	max-width:100%;
	background:#333;
	text-align:left;
}

#notice .box {
	margin:0 auto;
	padding:0 30px 0 40px;
	max-width:1280px;
}

#notice h3 {
	margin:13px 0 13px 7px;
	padding:0;
	color:#FFF;
	font-size:19px;
	font-weight:300;
	line-height:150%;
	letter-spacing:0.09em;
}

#notice ul {
	margin:0;
	padding:0;
}

#notice li {
	margin:0 0 18px 0;
	padding:0;
	list-style:decimal;
	color:#e4e4e4;
	font-size:13px;
}

#notice a {
	color:#e4e4e4;
	text-decoration:underline; 
}

#gotop {
	display:none;
	position:fixed;
	right:15px;
	bottom:70px;
	background-color:rgba(155, 155, 155, 0.4);
	font-family:Verdana, "新細明體";
	font-size:15px;
	color:#000;
	margin:0;
	padding:8px 15px;
	border-radius:4px;
	cursor:pointer;
	z-index:999;
}

#gotop:hover {
	background-color:rgba(180, 180, 180, 0.4);
}


@keyframes "pulse1" {
 0% {
    color: rgba(165, 25, 25, 1);
 }
 90% {
    color: rgba(255,0,0,0.0);
 }
 100% {
    color: rgba(255,0,0,1.0);
 }

}

@-moz-keyframes pulse1 {
 0% {
   color: rgba(165, 25, 25, 1);
 }
 90% {
   color: rgba(255,0,0,0.0);
 }
 100% {
   color: rgba(255,0,0,1.0);
 }

}

@-webkit-keyframes "pulse1" {
 0% {
   color: rgba(165, 25, 25, 1);
 }
 90% {
   color: rgba(255,0,0,0.0);
 }
 100% {
   color: rgba(255,0,0,1.0);
 }

}

@-ms-keyframes "pulse1" {
 0% {
   color: rgba(165, 25, 25, 1);
 }
 90% {
   color: rgba(255,0,0,0.0);
 }
 100% {
   color: rgba(255,0,0,1.0);
 }

}

.pulse2 {
	-webkit-animation: pulse2 1s linear infinite;
	-moz-animation: pulse2 1s linear infinite;
	-ms-animation: pulse2 1s linear infinite;
	animation: pulse2 1s linear infinite;
}

@keyframes "pulse2" {
 0% {
    -webkit-transform: scale(1.1);
   	-moz-transform: scale(1.1);
   	-o-transform: scale(1.1);
   	-ms-transform: scale(1.1);
   	transform: scale(1.1);
 }
 50% {
    -webkit-transform: scale(0.8);
   	-moz-transform: scale(0.8);
   	-o-transform: scale(0.8);
   	-ms-transform: scale(0.8);
   	transform: scale(0.8);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }

}

@-moz-keyframes pulse2 {
 0% {
   -moz-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -moz-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }

}

@-webkit-keyframes "pulse2" {
 0% {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }

}

@-ms-keyframes "pulse2" {
 0% {
   -ms-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -ms-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }

}

@-webkit-keyframes love {
  0%{top:110%}
}
@-moz-keyframes love {
  0%{top:110%}
}
@-ms-keyframes love {
  0%{top:110%}
}
@keyframes love {
  0%{top:110%}
}

@media screen and (max-width:320px) {

}

@media screen and (max-width:500px) {

.content a {
	width:100% !important;
}

}

@media screen and (max-width:750px) {

.content .box {
	margin:0 0 15px 0;
	padding:30px 20px;
	background-color:#fff;
	border-radius:15px;
	box-shadow:0 5px 0 #f3f3f3;
}

.content a {
	display:inline-block;
	text-align:center;
	margin:0 5px 15px 0;
	padding:5px 10px;
	color:#fff;
	background-color:#ee6157;
	border-radius:8px;
	line-height:230%;
	text-decoration:none;
	font-size:14px;
}

.content p {
	font-size:15px;
}

.content .table th {
	font-size:14px;
}
	
.content .table td {
	font-size:14px;
}

.content .notice_text {
	font-size:14px;
}

#copyright {
	text-align:center;
}

#copyright img {
	margin:0 auto;
	text-align:center;
	display:block;
}

#copyright p {
	margin:0 0 15px 0;
	display:block;
	line-height:100%;
}

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:800px) {	

}

@media screen and (max-width:992px) {

body {
	background-image:none;
}

.content .box .group {
	float:none;
}

.box_p {
	max-width:100%;
	text-align:center;
}

}

@media screen and (max-width:1024px) {

h1 {
	margin:0 0 15px 0;
}

}

@media screen and (max-width:1140px) {

}

@media screen and (max-width:1200px) {

}