@charset "UTF-8";

	#showcase {
    height: 300px;
    overflow: visible !important;
    margin-top: 0;
    }
    .card {
      width: 200px;margin-top:30px;
      padding: 12px;
      text-align: center;    
	  background: #e0edee;
      /*background-color: rgba(61, 9, 9, 0.8);*/
      border: 2px white dotted;
      border-radius: 12px;
    }
    .card h2 {color:#fff;
      margin: 0 0 7px 0;
	        -webkit-border-radius: 10px ;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }
    .card a {
      font-size: 18px;
      display: block;
    }
    .card p {
      font-size: 15px;margin:0;
    }
      .onair_area .nav {
		  z-index:100;
      width: 30px;
      height:100px;
      color: #939393;
      font: 2em "微軟正黑體";
      text-align: center;
      text-shadow: 0px 1px 0px #f5f5f5;
      /*background: rgba(150, 150, 150, 0.5);*/
	  border:0;
      /*border: solid 1px rgba(0, 0, 0, 0.2);*/
      -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      position: absolute;
     margin-top:150px;
	 background-color:#e0edee;
    }
      .onair_area .nav:active,
      .onair_area .nav.down {
      background: rgba(120, 120, 120, 0.5);
      border: solid 1px rgba(0, 0, 0, 0.55);
    }
    .onair_area .nav.left {
     /* left: -43px;*/
	 left:0;
      -webkit-border-radius: 12px 5px 5px 12px;
      -moz-border-radius: 12px 5px 5px 12px;
      border-radius: 12px 5px 5px 12px;
    }
     .onair_area .nav.right {
    /*  right: -43px;*/
	right:0;
      -webkit-border-radius: 5px 12px 12px 5px;
      -moz-border-radius: 5px 12px 12px 5px;
      border-radius: 5px 12px 12px 5px;
    }/*
    footer hr {
      width: 6px;
    }
    #share {
      top: -84px;
    }
    #credits {
      top: -150px;
    }
    #photo-credits {
      text-align: center;
    }
    #photo-credits h1 {
      font-size: 1em;
      margin-top: 0;
      margin-bottom: 6px;
    }
    #photo-credits > ul {
      list-style: none;
      padding: 0;
      margin-top: 0;
    }*/

	
.card{
	height:180px;
	width:180px;
	/*height:80%;
	width:80%;*/
  border-radius:50%;
box-shadow: 0 0 10px #999292;
background-color: #ffffff;display:inline-block;
/*margin:10% auto 10%;*/}

.circle1 h2{    
font-size:1.3em;
background: #828282;
    color: #fff;
    border-radius: 180px 180px 0 0;
    margin: 0 0 10px 0;
    /*height: 140px;
    padding-top: 40px;
    height: 80px!important;*/
	height: 110px;
    padding-top: 25px;
    height: 60px!important;
	
    font-weight: 700;}

	.circle1 p{padding:0;margin:0;font-size:1.2em;}

.circle1 p.btn .button-primary{background-color:#828282;/*padding:10px;height:40px;*/
    padding: 5px;
    height: 30px;
}

.circle1 p.btn .button-primary:hover,
 .circle1.ch01 p.btn .button-primary:hover,
 .circle1.ch02 p.btn .button-primary:hover,
 .circle1.ch03 p.btn .button-primary:hover,
 .circle1.ch04 p.btn .button-primary:hover,
 .circle1.ch05 p.btn .button-primary:hover,
 .circle1.ch06 p.btn .button-primary:hover,
 .circle1.ch07 p.btn .button-primary:hover,
 .circle1.ch08 p.btn .button-primary:hover,
 .circle1.ch09 p.btn .button-primary:hover,
 .circle1 p.btn .button-primary:focus,
 .circle1.ch01 p.btn .button-primary:focus,
 .circle1.ch02 p.btn .button-primary:focus,
 .circle1.ch03 p.btn .button-primary:focus,
 .circle1.ch04 p.btn .button-primary:focus,
 .circle1.ch05 p.btn .button-primary:focus,
 .circle1.ch06 p.btn .button-primary:focus,
 .circle1.ch07 p.btn .button-primary:focus,
 .circle1.ch08 p.btn .button-primary:focus,
 .circle1.ch09 p.btn .button-primary:focus
{background-color:#828282;}
	
 .circle1.ch01 h2,
 .circle1.ch01 p.btn .button-primary{background:#27949e;}
 .circle1.ch02 h2,
 .circle1.ch02 p.btn .button-primary{background:#e9ab46;}
 .circle1.ch03 h2,
 .circle1.ch03 p.btn .button-primary{background:#cc6167;}
 .circle1.ch04 h2,
 .circle1.ch04 p.btn .button-primary{background:#26b18a;}
 .circle1.ch05 h2,
 .circle1.ch05 p.btn .button-primary{background:#9b6dad;}
 .circle1.ch06 h2,
 .circle1.ch06 p.btn .button-primary{background:#85b758;}
 .circle1.ch07 h2,
 .circle1.ch07 p.btn .button-primary{background:#c02743;}
 .circle1.ch08 h2,
 .circle1.ch08 p.btn .button-primary{background:#006090;}
 .circle1.ch09 h2,
 .circle1.ch09 p.btn .button-primary{background:#b47202;}
 
/*【小於768不顯示】*/

@media all and (max-width: 768px){
	.card a {
    font-size:1rem;
}
.circle1 p.btn .button-primary {
    padding: 5px;
    height: 30px;
}
}