@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 750px) {
#page33 img { max-width: 100%; }
}
#page33 .occupation_navbtn ul {
    display: flex;
    clear: both;
    width: 100%;
    margin: 0;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
#page33 .occupation_navbtn ul li {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ccc;
    list-style-type: none;
    float: left;
    width: 50%;
    margin: 0.8%;
    padding: 1% 0;
}
#page33 .occupation_navbtn ul li a:hover{
	color: #888;
	text-decoration:none;
}
/*.occupation_navbtn ul li a {
    margin: 0px 5%;
    color: #666;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    text-align: left;
}
.occupation-smenu {
    color: #5f5f5f;
    display: block;
    font-weight: bold;
    padding: 2% 0 0 4%;
    float: left;
    font-size: 16px;
    line-height: 1.4em;
}*/
#page33 .occupation-menu {
    margin: 4% 2% 3% 0%;
    display: inline-block;
    height: 60px;
    float: right;
}

#page33 img {
    vertical-align: middle;
}





#page33 #coupon-wrap{
	text-align:center;
	margin-left:40px;
	}
#page33 #coupon-wrap img{
	width:100%;
	margin:15px 0px;
	}
	
#page33 .coupon-text{
	background-color: #01b06d;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin:10px;
}
	
#page33 .coupon-content{
	color: #01b06d;
	margin: 20px;
	border: 1px solid #01b06d;
	}
	
#page33 .coupon-content p{
	font-weight:bold;
	margin:10px;
	 font-size:23px;}

#page33 .coupon-code{
	padding: 30px 0px;
	background-color: #01b06d;
	color: #FFF;
}	
#page33 .coupon-code-input{
	margin: 0px 30px;
	background-color: #FFF;
	color: #01b06d;
	font-size: 60px;
	font-weight: bold;
	 }
<!---------------------------------------> 
	 
#page33 .coupon-text02 {
	background-color: #7a6bda;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin:10px;
}
	
#page33 .coupon-content2{
	color: #7a6bda;
	margin: 20px;
	border: 1px solid #7a6bda;
	}
	
#page33 .coupon-content2 p{
	font-weight:bold;
	margin:10px;
	 font-size:23px;}

#page33 .coupon-code2{
	padding: 30px 0px;
	background-color: #7a6bda;
	color: #FFF;
}	
#page33 .coupon-code-input2{
	margin: 0px 30px;
	background-color: #FFF;
	color: #7a6bda;
	font-size: 60px;
	font-weight: bold;
	 }
	 
<!--------------------------------------->
	 
#page33 .howtouse h2{
	padding:10px;
	color:#FFF;
	background-color:#000;
	}	
#page33 .howtouse{
	margin:30px auto;
	width:90%;
	}

#page33 .triangle{
	margin:0 auto;
	width:0px;
 border-top: 80px solid #333333;
  border-right: 300px solid transparent;
  border-left: 300px solid transparent;

 
}






#page33 #category_image {
    margin-top: 25px;
}
#page33 div#category_image .img_box {
    display: flex;
}
#page33 div#category_image .img_box .box{
	width: calc(100%/4);
}

#page33 div#category_image .text {
    text-align: left;
    padding: 5px;
}
