@charset "utf-8";
/* CSS Document */

body{
	/*overflow-x: hidden;
	font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size:100%;*/
	background: none repeat scroll 0 0 #f6f6f6;
	margin: 0;
	font-size: 16px;
	line-height: 1.231;
	font-family: Microsoft JhengHei,sans-serif;
	color: #222222;
	padding-top:80px;
}

a { color: #06c;text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited {color:#06c;}
p {
	line-height: 1.4em;
}
hr {
	margin-bottom: 32px;
	border:0; height:1px; background-color:#6f6f6f;
	color:#6f6f6f;
}

/*navbar*/
#nav{
	width:100%;
	height:80px;
	background:#9081BA;
	top:0px;
	position:fixed;
}
.navbar{
	width:800px;
	margin-left: auto;
	margin-right: auto;
}
.navbar ul {
    margin: 0;
    padding: 0;
}
.navbar ul li {
	list-style-type: none;
    float: left;
}
.navitem {
	/*margin-top: 25px;*/
}
.navitem  a:hover {
    background-color: #f7f3ff;
    color: black;
}
.navitem  a {
    padding: 32px 20px;
}
.navbar ul a{
	color: #eee;
	cursor: pointer;
    display: block;
    line-height: 1em;
    min-width: 100px;
    outline: 0 none;
    text-align: center;
    text-decoration: none;
	margin: 0 1px;
}
.navbar ul a img{
	margin: 12px 15px 0;
}
.active a{
	color: #041b31 !important;
	background-color: #E8D9FF;
}
#submenu{
	width:100%;
	top:80px;
	position:fixed;
	display:none;
}
.submenubar{
	width:900px;
	margin: 0 auto;
	background:#E8D9FF;
	padding: 16px 70px 50px;
	height:165px;
	text-align: center;
}
.submenuitem{
	display:inline-block;
	width: 200px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	vertical-align: top;
}
.submenuitem ul{
	list-style-type: none;
	/*margin: 0;*/
    padding: 0;
	line-height: 1.5;
	width: 200px;
}
.submenuitem p{
	font-size: 18px;
	width: 200px;
	margin: 0;
}

#submenupic{
	display:inline-block;
	width:300px;
	height:200px;
	background-image: url('../images/submenu/p00.png');
}
#submenupic img{
	height:200px;
	width:300px;
}
@media (max-width: 480px) {
	nav {
		display: none;
	}
}

/*header {
	margin: 20px auto;
    width: 900px;
}*/
header {
	background:white;
}
.slider{
	background:white;
	margin: 0 auto;
	padding: 0;
    width: 900px;
	color:#222222;
}
section {
	margin: 20px auto;
	padding: 40px 70px 50px;
    width: 900px;
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;

}
article {
	margin: 20px auto;
	padding: 40px 70px 50px;
    width: 900px;
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;

}
#indexsubtitle{
	font-size: 20px;

	line-height: 76px;
}
/*product*/
#subtitle{
	font-size: 20px;
}
.product-table{
	display:table;
}
.product-row{
	display: table-row;
	margin: 20px auto;
}
.product-row-l{
	vertical-align:middle;
	text-align:center;
	margin: 30px;
	display: table-cell;
	float: left;
	width:300px;
}
.product-row-l img{
	vertical-align:middle;
	max-height:300px;
}
.product-row-r{
	vertical-align:middle;
	padding-left:20px;
	padding-bottom:20px;
	display: table-cell;
	margin: 30px;
}
.producttitle{
	font-size: 18px;
}
.productsubtitle{
	font-size: 14px;
	color:#b3b3b3;
}
.productsub{
	color:#b3b3b3;
}
.productsub p{
	font-size: 14px;
	margin: 0 0 16px;
}
footer {
	margin: 20px auto;
    width: 900px;
	text-align:center;
	line-height: 1.231;
	font-size: 80%;
}

.mikandesign a{
	color:#FFA257;
	text-decoration:none;
	border-bottom-style : dotted;
	border-width: 2px;
}
.mikandesign a:hover{
	text-decoration:none !important;
}
.pager {
	text-align:center;
}
.pager a{
	margin: 0 10px 0 0;
	border: 3px solid #e9e9e9;
    color: #999999;
    padding: 3px 10px;
    text-decoration: none;
	height:20px;
	width:20px;
}
.pager a:hover{
	color: whitesmoke;
	background: none repeat scroll 0 0 #b3b3b3;
	border: 3px solid #b3b3b3;
}
.pager span{
	background: none repeat scroll 0 0 #b3b3b3;
    border: 3px solid #b3b3b3;
    color: whitesmoke;
	margin: 0 10px 0 0;
	padding: 3px 10px;
    text-decoration: none;
	height:20px;
	width:20px;
}

.fb-like-block{
	float:right;
	padding-top:40px;
}
.fblogo{
	width: .75em;
	padding-left:3px;
}
