@import url("../common/css/style.css");
/* Reset Styles
----------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside,details,figcaption, figure, figure img, hgroup, footer, header,menu, nav, section {
	display: block;
}
body {
  line-height: 1;
}
ol, ul {
	list-style:none;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select { vertical-align: middle; }
a img { border: 0; }
:focus { outline: 0; }
a:hover, a:active { outline: none; }

/* Basic Styles
----------------------------------------------- */
*{
	font-family: arial, helvetica,"微軟正黑體", sans-serif;	
	color: #252525;
	font-size: 1em;
	letter-spacing: 0.2px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

body{
	font-family: Arial, Helvetica,"微軟正黑體", sans-serif;
	width: 100%;
	background-image: url(../images/bg_sonyhead.gif);
	background-repeat: repeat-x;
	background-position: center 0;
}
a{ color: #314da5; text-decoration: none;}
a:visited{ color: #660099;}
a:hover{ color: #414da5;}
a:active{ color: #dd4b39;}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin-bottom: 5px;
}
h1{ font-size: 1.6em;}
h2{ font-size: 1.38em;}
h3{ font-size: 1.25em;}
h4{ font-size: 1.13em;}
h5{ font-size: 1em;}
h6{ font-size: 0.88em;}

abbr, acronym {
	border:0;
}


/* Clearfix Styles
----------------------------------------------- */
.cf{zoom:1;}
.cf:before, .cf:after{content:""; display:block;}
.cf:after{clear:both;}

/* font color
----------------------------------------------- */
.attention{color:#cc0000;}
.attention2{color:#cc6600;}

.btattention{color:#cc0000;}

/* General Styles
----------------------------------------------- */

/*=============================PC=============================*/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/

article { 
	padding: 10px 15px;
	line-height:1.2; }

article p{
	text-align: justify;
	margin-bottom: 10px;
}

header{
	width: 950px;
	margin: 0 auto;}
#sonetlogo{
	margin-left: 0; 
	padding-left: 0;
	float: left;
	/*vertical-align: -25px;*/}

#sonetlogo a{
	display: block;
	width: 163px;
	height: 71px;
	background-image: url(../images/logo_sonet.gif);
	/*-moz-background-size:auto 71px;
	-webkit-background-size:auto 71px;
	-o-background-size:auto 71px;
	background-size:auto 71px;*/
	background-size: cover;
	background-position: left top;
}


header h1{
	float: left;
	font-size: 1.6em;
	padding-top: 26px;
	margin-left: 25px;
	letter-spacing: 4px;font-weight:bold;}
header h1 a {padding:10px;color:#313030;}
header h1 a:visited{color:#313030;}
h4#btn_menu{ display: none;}

#rwd_nav { display: none;}

#normal_nav{ /*pc*/
	display: block;}
#normal_nav nav{
	clear: both;}

#normal_nav nav ul { width: 100%;}

#normal_nav nav > ul li{
	position:relative;
	width:50%;
	text-align: center;
	float: left;
	border: 1px solid #ccc;
	border-left: none;
	background: #ffffff;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(top, #ffffff, #ececec);
	background: -moz-linear-gradient(top, #ffffff, #ececec);
	background: -o-linear-gradient(top, #ffffff, #ececec);
	background: linear-gradient(top, #ffffff, #ececec);
}

#normal_nav nav ul li a{
	display: block;
	width: 100%;
	height: 48px;
	color:#000;font-weight:500;
	text-align: center;font-size:1.2em;
	line-height: 2.80em;
	text-decoration: none;
	}
#normal_nav nav ul li:first-child{border-left:1px solid #ccc;}	
#normal_nav nav ul li a:hover{
	background: #ececec;}
#off{
	display: none;
}

/* 特定在第一層 > 第二層之後下拉部分之樣式 */
ul#pcnav li ul{
    display: none;
    float: left;
    position: absolute;
    margin: 0;
	z-index:4;font-size:0.9em;
}
/* 當第一層選單被觸發時，指定第二層顯示 */
ul#pcnav li:hover > ul{
    display: block;
}
/* 特定在第二層或之後下拉部分 li 之樣式 */
ul#pcnav li ul li {
    border: 1px solid #fff;float:none;width:100%;
}

/* 特定在第二層或之後下拉部分 li （第一項不要左線）之樣式 */
ul#pcnav li ul li{border-bottom:none;}
ul#pcnav li ul li:first-child {
    border-left: none;}
	
/* 第二層或之後 選單 li 之樣式 */
ul#pcnav li ul a {
    width: auto;color:#555;         
    background: #f6f5f5;
}
ul#pcnav li ul a:hover {        
    background: #e3e2e2; color:#000;    
}

/*----------------------
	arrow
-----------------------*/
.arrow-right {
	width: 10px; 
	height: 0;
	margin-right:3px;
	margin-left:5px;
	margin-top:7px;display:inline-block;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;	
	border-left: 7px solid gray;
}
.arrow-bottom {
    display: inline-block;
    margin-left: 5px;
    border-top: 6px solid #d1d1d0;
    border-right: 6px solid transparent;    
    border-left: 6px solid transparent;        
    width: 6px;
    height: 6px;
}	

#wrap{
	width: 950px;
	margin: 0 auto;overflow:hidden;clear:both;
}
#notice{
	display: block;
	background-color: #fee6e6;
	width: 950px;
	line-height: 2.188em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#notice .close{
	float:right;
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
}
#notice .close:hover{top:6px;}
#subcontent{
	width: 20%;
	float: left;
}

#maincontent{
	width: 100%;
	float:left;}

#crumb{
	width: 100%;
	height: 30px;margin:5px auto;
	padding-left: 10px;
	font-size: 0.8em;}

#crumb li{ 
	float: left;
	line-height: 1.875em;
	padding: 0 1px 0 0;}

#crumb li a{}

.cobrand{clear:both;
  text-align: right;
  margin: 10px 0px;padding-right:5px;}
.cobrand span{line-height:2.813em;font-size:0.75em;color:#a7a6a6;vertical-align:middle;float:right;}
.cobrand img{float:right;margin-left:10px;height:45px;width:auto;}
.top {
	clear: both;
	text-align: right;
	padding-right: 10px;
	margin-right: auto;
	margin-bottom: 1.88em;
	margin-top: 1.88em;
	margin-left: auto;
}
.adbox{
	width: 100%;
	/*height: 90px;*/
	margin:0 auto;
	text-align: center;
	overflow: hidden; 
}

.adbox a{
	display: inline-block;
	width: 100% !important;
	max-width: 900px;
	height: auto;
}

/*=============================mobile=============================*/
@media screen and (max-width: 736px){
	*{
		font-family: Arial, helvetica, "微軟正黑體", sans-serif;
		color: #252525;
		font-size: 1em;
		letter-spacing: 0.4px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;}

	body{
		width: 100%;
		min-width: 320px;
		background-image: url( url(../images/bg_sonyhead.gif));
		background-repeat: repeat-x;
		background-position: center 0;
	}
	a{ color: #314da5; text-decoration: none;}
	a:visited{ color: #660099;}
	a:hover{ color: #414da5;}
	a:active{ color: #dd4b39;} 

	header{
		width: 100%;
		margin: 0 auto;}

	#sonyhead{
		width: 100%;
		height: 36px;
		background-image: url(../images/logo_sonyheader.jpg);
		background-repeat: no-repeat;
		background-position: right 0px;}

	#sonetlogo{
		margin-left: 0; 
		padding-left: 0;
		float: left;
		}

	#sonetlogo a{
		display: block;
		width: 159px;
		height: 66px;
		background-image: url( url(../images/logo_sonet.png));
		background-repeat: no-repeat;
		background-size: cover;
		border:0;}

	header h1{
		float: none;clear:both;display:block;
		padding-top: 0px;
		margin-left: 35px;}
		
/* Menu */
	h4#btn_menu {
		display: block;
		position: absolute;
		top: 45px;
		right: 16px;
		width: 45px;
		height: 45px;
		background-image: url(../images/btn_rwdmenu.gif);
		background-repeat: no-repeat;
		border-radius: 2px;
		background-color: #fff;
		-webkit-box-shadow: 1px 1px 2px #666;
				box-shadow: 1px 1px 2px #666;
		cursor: pointer;}

	#rwd_nav{
		display: none;
		width: 100%;
		height: auto;
        margin-top:15px;
		border-top: 11px solid #686868;border-left: 7px solid #686868;border-right: 7px solid #686868;
	}

	#off{
		display: none;
		width: 30px;
		height: 30px;
		background-color: #000;
		border-radius: 50%;
		text-align: center;
		line-height: 30px;
		color: #fff;
		position: relative;
		top: -15px;
		right: 10px;
		cursor: pointer;}

	#rwd_nav nav li a{
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-bottom: 1px dashed #999;
		background-color: #fff;}

	#rwd_nav nav ul li a:hover{
		background: #f2f2f2;
	}


/* 特定在第一層 > 第二層之後下拉部分之樣式 */
	#rwd_nav_mobile{overflow:hidden;
	}	
	#rwd_nav_mobile ul li ul{
    display: none;width:97%;
    margin:0px auto;
	z-index:4;font-size:0.925em;background:#fff;
	
}
	#rwd_nav_mobile ul li:hover .arrow-bottom{border-top: 6px solid #000;
	}
	
/* 當第一層選單被觸發時，指定第二層顯示 */
	#rwd_nav_mobile ul li:hover {border:0;}
	#rwd_nav_mobile ul li:hover > ul{
    display: block;
}
/* 特定在第二層或之後下拉部分 li 之樣式 */
	#rwd_nav_mobile ul li ul li {
    float:none;width:100%;margin-top:2px;
}

/* 特定在第二層或之後下拉部分 li （第一項不要左線）之樣式 */
	#rwd_nav_mobile ul li ul li:first-child {
    margin-top:8px;}
	#rwd_nav_mobile ul li ul li:last-child {
    margin-bottom:8px;}
	
/* 第二層或之後 選單 li 之樣式 */
	#rwd_nav_mobile ul li ul a {
    width: auto;color:#504f4f; height:44px; line-height:2.2;    
    padding-top:7px;letter-spacing:0.5px;border-bottom: none;background: #f2f2f2;	
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
}
	#rwd_nav_mobile ul li ul a:hover {background:#efeded;}
	#m_globalnav{margin-top:-1px;
		height: 85px;
		border-top: 0px;
	}
	#m_globalnav li{
		float: left;
		width: 25%;
	}
	#m_globalnav li a{
		display: block;
		width: 100%;
		height: 85px;
		background-color:#686868;
		border-left:2px solid #9f9f9f;
		color: #fff;
		font-size: 0.8em;
		text-align: center;
		padding-top: 60px;
		background-image: url(../images/nav_m_globalnav.png);
		background-repeat: no-repeat;
		background-size: 45px auto;
		/*-webkit-transition:all 0.3s ease-out;*/
	}
	#m_globalnav li a:hover{ color: #9f9f9f;}
	#m_globalnav li:nth-child(1) a{ background-position: center 5px; border-left: 0px; }
	#m_globalnav li:nth-child(2) a{ background-position: center -85px;}
	#m_globalnav li:nth-child(3) a{ background-position: center -175px;}
	#m_globalnav li:nth-child(4) a{ background-position: center -265px;}

	#normal_nav{ /*at mobile*/
		display: none;}

	ul#globalnav{
		display: none;
		float: right;
		margin-right: 5px;}

	#wrap{
		width: 100%;
		min-width: 320px;
		margin: 0 auto;
		}

	#subcontent{
		display: none;
		width: 200px;
		float: none;
		}

	#maincontent{
		width: 100%;
		margin-left: 0px;}

	#crumb{
		width: 100%;
		height: 30px;
		font-size: 0.8em;}

	#crumb li{ 
		float: left;
		line-height: 30px;
		padding: 0 1px 0 0;}

	#crumb li a{}
    #notice{
	display: block;
	background-color: #fee6e6;
	width: 100%;
	line-height: 2.188em;
	padding: 0 10px; margin-top:10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
	.adbox{
		width: 100%;
		height: auto;
		margin-bottom:30px;
		text-align: center;
		overflow: hidden;
	}

	.adbox a img{
		width: 100%;
		height: auto;
	}

	/*-----slidemenu Defaults-----*/
	.nav__trigger {
		display: block;
		position: absolute;
		width: 30px;
		height: 25px;
		top: 55px;
		right: 16px;
		z-index: 900;
		background: #fff;
	}
	.nav__icon {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 5px;
		background-color: #252525;
		-webkit-transition-property: background-color, -webkit-transform;
		      	transition-property: background-color, transform;
		-webkit-transition-duration: 300ms;
		      	transition-duration: 300ms;
	}
	.nav__icon:before,
	.nav__icon:after {
		content: '';
		display: block;
		width: 30px;
		height: 5px;
		position: absolute;
		background: #252525;
		-webkit-transition-property: margin, -webkit-transform;
		     	transition-property: margin, transform;
		-webkit-transition-duration: 300ms;
		     	transition-duration: 300ms;
	}
	.nav__icon:before {
		margin-top: -10px;
	}
	.nav__icon:after {
		margin-top: 10px;
	}

/*-----slidemenu actived-----*/
	.nav--active .nav__trigger {
		background-color: rgba(0,0,0,0);
		opacity: 0.8;
	}
	.nav--active .nav__icon {
		background-color: rgba(0, 0, 0, 0);
	}
	.nav--active .nav__icon:before {
		margin-top: 0;
		background-color: red;
		-webkit-transform: rotate(45deg);
	      	-ms-transform: rotate(45deg);
	         	transform: rotate(45deg);
	}
	.nav--active .nav__icon:after {
		margin-top: 0;
		background-color: red;
		-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}

article { 
	padding: 10px;
	 }
}