@charset "utf-8";
body{
	font-family:"微軟正黑體";
	}
	.pc{ 
	display:none; 
	background-color:#f9f9f9;
	}
	.pc_header{
	position:relative;
	background-image:url(../image/pc_header.jpg);
	width:1000px;
	height:73px;
	}
	.pc_logo{
	background-image: url(../image/logo.png);
	position: absolute;
	width: 171px;
	height: 44px;
	left: 15px;
	top: 16px;
	}
	.pc_header_option {
    text-align: right;
    padding: 25px 15px 0 0;
	}
	.pc_header_option span a {
    color: #ffae01;
    text-decoration: none;
	}
	.pc_title{
	position: relative;
    width: 960px;
    height: 32px;
    margin: 10px 10px 10px 25px;
	border-bottom: solid 3px #e0e0e0;
	}
	.pc_title span a{
	font-color:#363636;
	font-size:24px;
	font-weight: bold;
	border-bottom: solid 3px #ffae01;
	position: relative;
	top: -1px;
	}
	.pc_issuu_reader{
	margin-left:50px;	
		}
	.pc_group{
	margin: 10px 0 30px -5px;
		}
	.pc_group a{
	display: block;
	vertical-align: middle;
	text-align: center;
	line-height:30px;
	width:300px;
    font-size: 16px;
    color: #5b5b5b;
	}
	.pc_group ul li{
	float: left;
	width:300px;
	background-color:#f2f0f0;
	border-bottom: solid 3px #e0e0e0;
    transition: border-bottom 0.3s, background-color 0.3s;
    margin-left: 25px;
	}
	.pc_group ul li:hover {
    border-bottom: solid 3px #fd9406;
    background-color: #ffffff;
	z-index:100;
	}
	
.mobile{
	width:100%;
	background-color:#f9f9f9;
	}
	.mobile_title{
	display:block;
    width: 100%;
    margin: 10px 0px 5px -10px;
	border-bottom: solid 2px #fd9406;
	}
	.mobile_title a{
    font-size: 16px;
    line-height: 26px;
    color: #313131;
	font-weight:bold;
    text-decoration: none;
	margin-left: 20px;
	}
	.mobile_issuu_reader{
	margin:10px 15px 0 15px;
	}
	.mobile_group{
	display: flex;
	margin: 10px 0 30px 0px;
	}
	.mobile_group a{
	display: block;
	vertical-align: middle;
	text-align: center;
	line-height:30px;
    font-size: 14px;
    color: #5b5b5b;
	}
	.mobile_group ul li{
	float: left;
	width:30%;
	background-color:#f2f0f0;
	border-bottom: solid 3px #e0e0e0;
    margin-left: 10px;
	}

@media screen and (min-width: 737px){
.pc{
	display:block;
	width:1000px;
	/*height:1330px;*/
	margin:0 auto;
	padding-bottom: 60px;	
}
.mobile{ 
	display:none; 
	}
}