/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

	body { 
	font-family: メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, "open sans", Helvetica, Arial, sans-serif;
	}

/* #Typography
================================================== */

	/*font-stacks*/
	.lucida-sans-websave{	font-family:メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, "open sans", Helvetica, Arial, sans-serif ;	}
	.georgia-websave{		font-family:メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, "open sans", Helvetica, Arial, sans-serif;	}
	.arial-websave{			font-family: メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, "open sans", Helvetica, Arial, sans-serif;	}
	.verdana-websave{		font-family: メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, "open sans", Helvetica, Arial, sans-seriff;	}
	.helvetica-websave{		font-family: メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, "open sans", Helvetica, Arial, sans-serif;	}
	.helvetica-neue-websave{font-family: メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, "open sans", Helvetica, Arial, sans-serif;	}

	/*default*/
	h1, h2, h3, h4, h5, h6 {
	font-family:メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, "open sans", Helvetica, Arial, sans-serif; 
		font-weight: 600; }

/* #Table Color
================================================== */
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
	background-color: #c3512f;
	color: #ffffff;
	border-color: #e5734f;
	}

.main_color .pricing-table li.avia-pricing-row {
	background-color: #d4623f;
	color: #ffffff;
	border-color: #e5734f;
	}

.pricing-table li.avia-pricing-row small, .pricing-table li.avia-pricing-row .currency-symbol {
	color: #ffffff;
	opacity: inherit;
	}

/* #Form Button Color and Font
================================================== */
.main_color .button, .main_color input[type='submit'] {

background-color: #444444;
border-color: #444444;
color: #ffffff;
font-family:メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, "open sans", Helvetica, Arial, sans-serif ;
	}

#top label {
font-weight: normal;
	}

.main_color .required {
color: #c3512f;
	}


#top #searchsubmit {
background-color: #c3512f;
}

/*Desktop Styles
================================================== */

/* Icon Top Margin */
.iconbox_content_title {
padding-top:5px!important;}


/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}