﻿/*css reset*/
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 {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    font-size: 100%;
	vertical-align: baseline;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
/* 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;
}
/*css reset 結束*/
body {
   background-color:#d0d0d0;
}

.wrap {
   margin:0 auto;
  width:1200px;

  /*  max-width:80%;*/
   border:1px solid gray;
   background-color:#fff;
   margin-top:20px;
   border-radius: 10px;
   box-shadow: 3px 3px 12px grey;
}

.header {
    margin-top:10px; 
    margin-bottom:20px;
    padding-top:5px;
    padding-bottom:5px;
    /*padding:5px 5px 5px 5px;*/
   

}
.header h1{
    font-size:25px;
    color:	gray;
    float:left;
    margin-left:20px;
    margin-bottom:10px;
   letter-spacing: 2px;
   font-weight:bold;
   
   

}
.header ul {
     float:right;
     margin-right:40px;
  
     

}
.header ul li{
     float:left;
     margin-right:20px;
     margin-top:40px;

}
.header a {
    color:	gray;
    text-decoration:none; 

}
.header a:hover {
   color:	#5B5B00;
   text-decoration:underline; 
   margin-bottom:10px;   
}
.clear {
    clear:both;

    
}
/*基本資料區塊*/
.basic {
  margin-left:30px;
}


 
.logo {
   
  margin-top:10px;
  
   margin-bottom:10px;
   background-color:#fff;
   

}

.logo img{
   
  margin-left:20px;
  

   

}
.topmenu {
  
  
   margin-bottom:20px;
   background-color:#0066CC;
   height:50px;
   
}
.topmenu  a{
  text-decoration:none;
  
}
.topmenu ul li {
 
   width:150px;
   margin-right:10px;
   float:left;
   text-align:center;


}
.topmenu ul li a {
  
      color:white;
      height:50px;
      display:block;
      line-height:50px;
       
      
}
.topmenu ul li a:hover {
   text-decoration:none;
   color:#FFE153;
   background-color:#005AB5		;
}

.content {


   background-color:#fff;
   margin-bottom:20px;
   height:450px;


}

.footer {

    background-color:#d0d0d0;
    height:30px;
    text-align:center;
    color:	#007500;
    margin-top:20px;
    margin-bottom:20px;
}
.footer p{
    margin-top:10px;
}




/*購買文件區塊 */
.product {
 margin-left:50px;
 margin-bottom:10px;
 width:1000px;
}
.product ul li {
   float:left;
   width:200px;
   background-color:white;
   height:250px;
   border:1px solid gray;

 /* padding:10px 10px 10px 10px;*/ 
   margin-right:10px;
   margin-bottom:10px;
   border-radius: 10px;
   box-shadow: 3px 3px 12px grey;
   
}
.product ul li:hover {

 background-color:#FFDDAA;

}
.product ul li img {
   width:100%;
  /* z-index:1;*/
}
.product ul li input {
   width:100%;
  /*opacity: 0.9;  透明度設為 0.7*/
 /*filter: alpha(opacity=50);    IE8 與更早的版本*/
}
.product ul li p {
   padding:5px 5px 5px 5px ;
   line-height: 20px;　　　          　/* 設定文字行距 */
    letter-spacing: 1.5px;　            　/* 設定文字間距 */
  /*opacity: 0.9;  透明度設為 0.7*/
 /*filter: alpha(opacity=50);    IE8 與更早的版本*/
}
.product ul li input:hover {
 /*opacity: 1.0;   設為完全不透明*/
/*  filter: alpha(opacity=100);    IE8 與更早的版本*/
 /*  border:1px solid  yellow;*/

}
.product ul li h2 {
   margin:5px 5px 5px 5px;
}


.product_list {
float:left;
width:400px;
 background-color:#FFF8DC;
padding:10px 10px 10px 10px;

margin-right:10px;
}
.product_memo {
float:left;
width:500px;
 background-color:#FFF8DC;
padding:10px 10px 10px 10px;

margin-right:10px;
}
/*登入*/
.login {
 clear:both;
 margin: 0 auto;
 margin-top: 20px;
 margin-bottom: 30px;
 background-color:#d0d0d0;
 width:400px;
 word-spacing:5px;
  border-radius: 10px;
   box-shadow: 3px 3px 12px grey;

}
.reglogin {
 clear:both;
 margin: 0 auto;
 margin-top: 20px;
 margin-bottom: 30px;
 background-color:#d0d0d0;
 width:400px;
 word-spacing:5px;
  border-radius: 10px;
   box-shadow: 3px 3px 12px grey;

}
.reglogin p{
    margin-left:10px;
    margin-top:10px;

}
.reglogin input{
    margin-left:5px;
    margin-top:5px;
    margin-bottom:10px;
}

.login input[type='text']{
  margin-left:5px;
  margin-top:5px;
  margin-bottom:5px;
  height:40px;
  width:65%;

}
.login input[type='submit']{
  margin-left:5px;
  margin-top:5px;
  margin-bottom:5px;
  height:40px;
  width:40%;
}
.login p{
    margin-left:10px;
    margin-top:10px;

}
.logintitle {

 background-color:#337ab7;
 word-spacing:5px;
 text-align:center;
 border-radius: 10px 10px 0px 0px;
 color:white;
 line-height:35px;
 height:30px;


}
.loginnotice {
    margin:0 auto;
  /*  margin-top:20px;*/
    background-color:#ffffff;
     /* color:#0066FF;;*/
    width:80%;
   /* border-radius: 10px;
    box-shadow: 3px 3px 12px grey;*/
    border:1px solid;
   margin-bottom:20px;
   padding:5px;

   
}
.loginnoticetitle {
    
    margin:0 auto;
    margin-top:5px;
     font-weight:bold;
   text-align:center;
   background-color:#FFEE99;
    width:80%;
     border-left:1px solid;
      border-top:1px solid;
       border-right:1px solid;
     padding:5px;
  
}
.prdlist {
    width:400px;
    margin:0 auto;
    /*background-color:#FFBB00;*/
    border-radius: 10px;
    box-shadow: 3px 3px 12px grey;
    margin-bottom:20px;
    padding:5px 5px 5px 5px;
 
}
.prdlist input{
    margin-top:10px;
    margin-bottom:10px;
}
.prdtitle {
    
    background-color:#005AB5;
    border-radius: 10px 10px 0px 0px;
    color:white;
    font:bold;
    font-size:20px;
   
    height:40px;
    text-align:center;
    line-height:35px;


 
 
}

  .prdlist p {
        
    margin-top:7px;     
 }

/*.checkout {
  margin:0 auto;
  width:700px;
  background-color:pink;
  text-align:right;
}*/
/*.checkout table   {
     border-collapse: separate;
     border-spacing: 7px;
     border:1px solid red;

}*/
/*在PC上隱藏漢堡選單*/
.showmenu{
  display: none;
}

/*填寫申請資料*/
.side1 {
   background-color:#FFD2D2;
   width:50%;
   float:left;
   text-align:right;
}
.side2 {
   background-color:#FFE6FF;
   width:50%;
  float:left;
  text-align:left;
}
.side3 {
   background-color:#FFDDAA;
   width:400px;
  float:left;
  text-align:right;
}
.cartbk {
   background-color:#99FF99;
   width:60px;
   height:80px;
}
.cartbk  a{
   margin-top:5px;
   display:block;
   width:60px;
   height:40px;
   background-color:#FFFFBB;
   line-height:35px;
   font-size:16px;
   font-weight:bold;
   margin-bottom:1px;
}

/*漢堡選單*/
.hamburger-menu {
  background: none;
  border: none;
  display: inline-block;
}
.hamburger-menu .icon-bar {
  background-color: #ff4c4d;
  display: block;
  height: 4px;
  margin: 0 auto 4px;
  width: 30px;
}
/*訂單明細表頭*/
.order th{
	border: 1px solid #BBFFEE;
	padding: 5px;
	text-align: center;
     white-space:nowrap;/**不折行*/
     color:white;
    background-color:#337ab7;
}
/*訂單明細內容*/
.order td{
	border: 1px solid #BBFFEE;
	padding: 5px;
	text-align: left;
    white-space:nowrap;/**不折行*/

}
/*訂單明細的容器*/
.container{
	max-width: 1000px;
	margin-bottom: 1em;
    padding-bottom:20px;
    overflow-x:auto;

}
/*訂單明細的btn*/
.orderbt {
 width:70%;
 margin:0 auto;
 

}

.orderbt input{
 margin-left:5px;
 margin-bottom:5px;

}
/*rwd table原始樣式*/

.rwd-table {
  border: 1px solid #CCDDFF;
  border-collapse: collapse;
  margin-top:10px;
}
  .rwd-table td {
   border: 1px solid #CCDDFF;
    padding: 2px 4px;
    /*text-align: center;*/
  }
.rwd-table th{
	border: 1px solid #CCDDFF;
	padding: 5px;
	text-align: center;
    white-space:nowrap;
     color:white;
    background-color:#337ab7;
}
/*註冊組*/
.reg-table {
  border: 1px solid #CCDDFF;
  border-collapse: collapse;
  margin-top:10px;
   white-space:nowrap;


}
/*隔列換色*/
.reg-table tr:nth-child(odd){background:#FFFFBB;}


  .reg-table td {
   border: 1px solid #CCDDFF;
    padding: 2px 4px;
     white-space:nowrap;
    /*text-align: center;*/
  }
  .tablenumberwidth{
     width:250px;
  }
.reg-table th{
	border: 1px solid #CCDDFF;
	padding: 5px;
	text-align: center;
    white-space:nowrap;
     color:white;
    background-color:#337ab7;
     white-space:nowrap;
}



/*結title帳*/
.checkouttitle {
   margin: 0 auto;
   width:600px;
   padding:30px;
   line-height: 24px;
   
}
/*群組樣式*/
fieldset {
    margin-bottom:
    10px;background:#EEE;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background:-webkit-liner-gradient(top,#EEEEEE,#FFFFFF);
    background:#EEE;
    box-shadow:3px 3px 10px #666;
    -moz-box-shadow:3px 3px 10px #666;
    -webkit-box-shadow:3px 3px 10px #666;
    position:relative;
    width:90%;
    margin-top:25px;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
fieldset p{
  margin-top:8px;
}
fieldset input{
  margin-top:10px;
  margin-left:10px;

}
fieldset select{
  margin-top:5px;
  height:42px;
  margin-right:10px;
}

legend {
    padding:5px 10px;
    width:120px;
    background-color:#4F709F;
    color:#FFF;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    box-shadow:2px 2px 4px #666;
    -moz-box-shadow:2px 2px 4px #666;
    -webkit-box-shadow:2px 2px 4px #666;
    position:absolute;
    left:11px;
top:-11px;
    }
/*學分統計字距行高*/
.credit_spacing {
    letter-spacing:6px;
    line-height:20px;
}

select, textarea {
    margin: 16px 0px 16px 8px;
}












 











