@charset "UTF-8";
/* CSS Document */


.h_link_ul {
    
    align-items: center;
    padding: 0px 0 0 0;
}

.h_link_ul ul {
    padding: 0px;
}

.h_link_ul li {
    list-style-type: none;
    background: url(/img/icn/fold_1.png) left top no-repeat;
    padding: 5px 0px 0px 0px;
}

.h_link_ul p {
    
    font-size: 14px;
}

.h_link_ul a {
	display: block;
	padding: 15px 0 0px 60px;
	width: 250px;
	text-decoration: none;
}

.h_link_ul a:hover {
	cursor: pointer!important;
}

.v_mail_ul li {
	list-style-type: none;
    background: url(/img/icn/audio_1.png) left top no-repeat;
    padding: 15px 0px 0px 0px;
}

.v_mail_ul_playing {
	list-style-type: none;
    background: url(/img/icn/audio_1_playing.png) left top no-repeat!important;
    padding: 15px 0px 0px 0px;
}

.v_mail_ul_not_playing {
	list-style-type: none;
    background: url(/img/icn/audio_1.png) left top no-repeat!important;
    padding: 15px 0px 0px 0px;
}

.cabin_px {
	background: url(/img/bck/cabin_px.png) right top no-repeat;
	margin: 15% auto;
    padding: 0px 0 0 0;
	width: 100%!important;

}

@media only screen and (max-width: 680px) {
	
	
	.cabin_px {
	background: url(/img/bck/cabin_px.png) right top no-repeat;
	background-size: 45%;
	margin: 15% auto;
    padding: 0px 0 0 0;
	width: 100%!important;

}
}