/*
Theme Name:web系統
Theme URI: http://yoyi.ws/
Description: 優奕數位科技客製化網站布景
Version:1.0
Author:優奕
Author URI:http://yoyi.ws/
Tags:基本型企業網站
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
#wpadminbar{
	display:none;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, 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;
}
/*start*/
.row{
	display:table;
	width:1000px;
	margin:0 auto;
	background: repeat-y center url('http://img.mingxin.biz/bbg.jpg');
}
.row .left{
	float:left;
	width:676px;
	padding-left:55px;
	  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	
}
.row .left img{
	max-width:100%;
	display:block;
	margin:0 auto;
	
}
.row .right{
	float:left;
	width:324px;
	
}
.row  h3{
	font-size: 24px;
font-family: 微軟正黑體 ;
font-weight: bold;
color: #312C29;
letter-spacing: 10px;
padding-top:10px;


}
.row .containBox{
	padding-top:20px;
padding-bottom:20px;
	}
.row .edit-link{
	display:table;
	width:100%;
	padding-top:20px;
padding-bottom:20px;
	}
/*產品*/
.rowproduct {
    display: table;
    width: 100%;
	padding:10px 0;
}

.productName {
	display: block;
	line-height:30px;
	font-size:20px;
	
}

.rowproduct .picshow {
    width:45%;
    float: left;
}

.rowproduct .picshow img {
    width: 100%;
	height:auto;
}

.rowproduct .descript {
    width: 55%;
    float: right;
	line-height:25px;
}
.wp-pagenavi{
	display:block;
	padding-top:30px;}
