@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
 
/*.post_switch .tab_title_box {
	margin: 0;
	padding: 20px 0 60px 0;
}*/
.post_switch ul.tab_title_box {
	/*display: table;*/
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.post_switch ul.tab_title_box li{
	/*float: left;
	margin: 10px 1px;
	padding: 0;*/
}

.post_switch .post_list{
	overflow: hidden;
	clear: both;
}
.post_switch .post_list .tab_box{
	display: none;
}
.post_switch .post_list .tab_box:first-child{
	display: block;
}

.post_switch .tab_content_box{
	padding: 10px 0;
}
.post_switch .tab_content_box h2, .post_switch .tab_content_box > h3{
	text-align: center;
	margin: 20px 0;
}





.tab_content_box {
	margin: 0 0 50px 0;
}


/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
}

/*iPad*/
@media screen and (max-width: 1023px) {
}


/*iPhone*/
@media screen and (max-width: 767px) {
}
