/* セルカ2025  Custom CSS */

/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
body { /*-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;*/ }
body,h1,h2,h3,h4,h5,h6,p { font-family: "Lato", "Lucida Sans","Lucida Grande","Lucida Sans Unicode", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
html,body,table { font-size:14px; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,.post-entry h1 { font-size:21px; line-height:1.3; margin-bottom:.6em; margin-top:.6em; }
h2,.post-entry h2 { font-size:18px; line-height:1.3; margin-bottom:.7em; margin-top:.7em; }
h3,.post-entry h3 { font-size:16px; line-height:1.4; margin-bottom:.8em; margin-top:.8em; }
h4,.post-entry h4 { font-size:15px; line-height:1.4; margin-bottom:.9em; margin-top:.9em; }
h5,.post-entry h5 { font-size:14px; line-height:1.5; margin-bottom:1em; margin-top:1em; }
h6,.post-entry h6 { font-size:14px; line-height:1.6; margin-bottom:1em; margin-top:1em; }
p { line-height:1.6; margin-bottom:1em; margin-top:0.3em; }
.font-S { font-size:14px !important; }
.font-M { font-size:14px !important; }
.font-L { font-size:16px !important; }
.font-2L { font-size:18px !important; }
.font-3L { font-size:20px !important; }
.font-4L { font-size:20px !important; }
.onBlackTxt { color:#fff !important; padding:12px 20px; background-color: rgba(0,0,0,.3); display:inline-block; }
.html_elegant-blog #top .post-entry .post-title { font-size:20px; }
@media only screen and (min-width: 640px) {
	.font-4L { font-size:22px !important; }
	.html_elegant-blog #top .post-entry .post-title { font-size:22px; }
}
@media only screen and (min-width: 990px) {
	h1,.post-entry h1 { font-size:22px; }
	h2,.post-entry h2 { font-size:20px; }
	h3,.post-entry h3 { font-size:18px; }
	.font-4L { font-size:24px !important; }
	.html_elegant-blog #top .post-entry .post-title { font-size:24px; }
}
@media only screen and (min-width: 1140px) {
	h1,.post-entry h1 { font-size:28px; }
	h2,.post-entry h2 { font-size:24px; }
	h3,.post-entry h3 { font-size:21px; }
	h4,.post-entry h4 { font-size:18px; }
	h5,.post-entry h5 { font-size:16px; }
	.font-S { font-size:14px !important; }
	.font-M { font-size:16px !important; }
	.font-L { font-size:18px !important; }
	.font-2L { font-size:21px !important; }
	.font-3L { font-size:24px !important; }
	.font-4L { font-size:28px !important; }
	.html_elegant-blog #top .post-entry .post-title { font-size:28px; }
}

@media only screen and (max-width: 989px) {
	.responsive #top #wrap_all #footer .flex_column { max-width:480px; margin-left:auto; margin-right:auto; float:none; }
	.responsive #top #wrap_all #footer .flex_column .avia-instagram-feed { max-width:300px; margin-left:auto; margin-right:auto; }
}

ul, ol { line-height: 1.3em; list-style-position: outside; margin-bottom: 1em; margin-left:2em; }
ul ul, ul ol, ol ol, ol ul { margin-left:1em; }
.entry-content-wrapper li { margin-top:0.3em; margin-bottom:0.7em; padding-top:0; padding-bottom:0; }
ul.noListMark { margin-left:0; }
.entry-content-wrapper ul.noListMark { list-style-type:none; }
.entry-content-wrapper ul.noListMark li { margin-left:0; }

.mincho { font-family: "Quattrocento", Georgia, "Times New Roman", Times, "Hiragino Mincho ProN", "HG明朝E", "HGS明朝B", "HGS明朝E", "MS PMincho", "MS 明朝", serif; letter-spacing:0; }
.hikki { font-family: 'Pinyon Script', cursive; }
.sriracha { font-family: 'Sriracha', cursive; }

a.mouseOver:hover img { filter: alpha(Opacity=60); opacity: .6; transition-duration:0.3s; }

.fontBold { font-weight:bold; }
@media only screen and (min-width: 600px) {
	.textRight { text-align:right; }
	.textCenter { text-align:center; }
}

.forPrint { display:none; }


/* ==|== font-face ==================================== */
@font-face {
    font-family: "CONDENSEicon";
    src: url("../webfont/CONDENSEicon.eot");
}
@font-face {
    font-family: "CONDENSEdesignicon";
    src: url("../webfont/CONDENSEdesignicon.eot");
}
@font-face {
    font-family: "CONDENSEicon";
    src: url("../webfont/CONDENSEicon.woff") format("woff"), url("../webfont/CONDENSEicon.otf") format("opentype");
}
@font-face {
    font-family: "CONDENSEdesignicon";
    src: url("../webfont/CONDENSEdesignicon.woff") format("woff"), url("../webfont/CONDENSEdesignicon.otf") format("opentype");
}
.webfontIcon {
    font-family: CONDENSEicon;
}


/* float */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.floatLeft	{ float:left; margin-right:5%; }
.floatRight	{ float:right; margin-left:5%; }
.width-l	{ width:65%; }
.width-m	{ width:45%; }
.width-s	{ width:25%; }
.imgArea	{ text-align:center; }
.imgArea img	{ width:100%; }

/* div */
.frmDiv { padding:8px 20px; border:3px solid #F1F0EC; border-radius:3px; }
.gryDiv { padding:8px 20px; background:#f6f6f6; }
@media only screen and (min-width: 640px) {
	.padDiv { padding:5px 15px; }
}
@media only screen and (min-width: 990px) {
	.padDiv { padding:10px 30px; }
}
.frmNorm { margin-bottom:1em; margin-top:1em; padding:1em 1em 0; }
.normFrm { border:3px solid #e1e1e1; border-radius:5px; }
.warnFrm { border:3px solid #e37222 !important; border-radius:5px; }


/*------- テーブル -------*/
table { border-collapse: collapse; }
tbody th { font-weight:normal; letter-spacing:0; text-transform:lowercase; }
table th,
table td { line-height:1.2; }
table th,
table td { border:1px solid #e1e1e1; }
td { font-size:14px; padding:10px 15px; }
.main_color tr:nth-child(2n+1) { background:#fff; }
thead tr th { background:#f4f4f4; }
.main_color tr:nth-child(2n) { color:#222 !important; background:#f8f8f8; }


/* インラインテーブル */
@media only screen and (max-width: 599px) {
	.inlineTbl th,
	.inlineTbl td { text-align:center; }
	.inlineTbl th,
	.inlineTbl td { width:100% !important; }
	.inlineTbl th,
	.inlineTbl td { display:block; }
	.main_color .inlineTbl tr { background:#fdfdfd; }
	.inlineTbl tr th { background:#f4f4f4; }
	.inlineTbl th,
	.inlineTbl td { border-bottom-width:0; }
	.inlineTbl tr td:last-child { margin-bottom:15px; border-bottom-width:1px; }
}

/* インラインテーブル-L型 */
@media only screen and (max-width: 599px) {
	.inlineTblTh th,
	.inlineTblTh td { text-align:center; }
	.inlineTblTh th,
	.inlineTblTh td { width:100% !important; }
	.inlineTblTh th,
	.inlineTblTh td { display:block; }
	.inlineTblTh thead { display:none; }
	.inlineTblTh tbody td:before {
		content: attr(data-title);
		padding-right:1em;
		width:10em;
		display:inline-block;
		font-size:90%;
	}
	.main_color .inlineTblTh tr { background:#fdfdfd; }
	.inlineTblTh tr th { background:#f4f4f4; }
	.inlineTblTh th,
	.inlineTblTh td { border-bottom-width:0; }
	.inlineTblTh tr td:last-child { margin-bottom:15px; border-bottom-width:1px; }
}


/* ==|== テーマオプション ==================================== */
.title_container .main-title { padding-top:20px; padding-bottom:20px; }

.container_wrap { border-top:none; }
/* avia-button */
.avia-button.avia-size-small { font-size:12px; }
.avia-button.avia-size-medium { font-size:14px; }
.avia-button.avia-size-large { font-size:16px; }
@media only screen and (min-width: 768px) {
	.avia-button.avia-size-small { font-size:13px; }
	.avia-button.avia-size-medium { font-size:16px; }
	.avia-button.avia-size-large { font-size:18px; }
}

/* widget_rss */
.widget_rss li { font-size:14px; }
.rss-date, .widget_rss cite { font-size:13px; }
.newsbox .news-headline { font-size:12px; line-height:1.2; }
.newsbox .news-headline .news-time { font-size:11px; color:#666; padding-top:5px; }
.main_color div .news-headline:hover { color:#eb6877; }
.main_color div .news-headline:hover .news-time { color:#eb6877; }
/* avia-image */
/*.avia-image-container-inner { border-radius:5px; border:1px solid #e8e8e8 !important; }*/
/* avia-content-slider */
.avia-content-slider { margin-top:15px; }
.avia-content-slider-inner p { margin-bottom:5px; margin-top:5px; font-size:12px; }
body .avia-content-slider-inner img.aligncenter,
body .avia-content-slider-inner a:hover img.aligncenter { margin-bottom:5px; margin-top:5px; padding-bottom:0; padding-top:0; } { margin-bottom:5px; margin-top:5px; padding-bottom:0; padding-top:0; }
.avia-content-slider .slide-entry-title { font-size:14px; }
@media only screen and (max-width: 1199px) {
	.avia-content-slider .slide-entry-title { font-size:12px; }
}
@media only screen and (max-width: 1099px) {
	.avia-content-slider-inner p { font-size:11px; }
	.avia-content-slider .slide-entry-title { font-size:11px; }
}
@media only screen and (max-width: 989px) {
	.avia-content-slider-inner p { font-size:12px; }
	.avia-content-slider .slide-entry-title { font-size:12px; }
}
@media only screen and (max-width: 767px) {
	.avia-content-slider .slide-entry-title { font-size:14px; }
}
.page-id-8 .avia-content-slider .slide-entry-title,
.page-id-12 .avia-content-slider .slide-entry-title { display:none; }

/* av_dropcap2 */
span.av_dropcap2 + h4 { padding-top:8px; }
span.av_dropcap2 + p { padding-top:10px; }
.bigCaps .av_dropcap2 { font-size:40px; width:60px; height:60px; line-height:40px; margin-right:20px; padding:10px; }
.bigCaps span.av_dropcap2 + h4 { padding-top:4px !important; }
.bigCaps .clearfix { margin-bottom:1em; margin-top:1em; }
/* iconlist */
.main_color .avia-icon-list .iconlist_icon { background-color: #eb9e21; }
.avia-icon-list .iconlist_content ol li { list-style-type:decimal; }
.avia-icon-list .iconlist_content ol { margin-left:2em; }
.avia-icon-list .iconlist_content p + ul,
.avia-icon-list .iconlist_content p + ol { margin-bottom:2em; }
/* iconbox_icon */
#top .iconbox.av-no-box .iconbox_icon { font-size:28px; height:60px; line-height:60px; width:60px; }
.iconbox .iconbox_content .iconbox_content_title { font-size:1.3em; }

/* iconbox_icon */
.grid-entry h3 { font-size:13px; margin:0; }

/* avia-image-container.avia-align-center - RetinaのFirefoxのみ */
.avia-image-container.avia-align-center img.avia_image { margin-left:auto; margin-right:auto; }


/* ----------------------------------------
 common
-----------------------------------------*/
#header_main_alternate { background:#fff; } /*edit 1809*/
html,.html_stretched #wrap_all { background:#fff; } /*edit 1809*/

/* ---- header ---- */
.av-main-nav ul li a { border-top: 1px solid #ece8d9; border-left:3px solid #c7a97b; }
.title_container h1 { margin-bottom:0; margin-top:0; }
@media only screen and (max-width: 989px) {
	#top .title_container .container { min-height:0; padding-top:15px; padding-bottom:15px; }
	.title_container .main-title { display:none; }
	.responsive .title_container .breadcrumb { top:0; left:0; }
}
/* avia-menu-fx */
.av-main-nav > li { margin-right:1px; }
.av_minimal_header .avia-menu-fx { display:block; }
.avia-menu-fx { bottom:0; height:4px; }
.active-parent-item .avia-menu-fx { opacity:1; visibility:visible; }


/* ---- sidebar ---- */
.sidebar_left.sidebar { text-align:left; }
.sidebar_left .news-thumb { float:left; margin:4px 9px 0 0; }


/* ---- footer ---- */
/*#socket { background:#ce171d; }*/ /*edit 1809*/
@media only screen and (max-width: 989px) {
	.responsive #scroll-top-link { display:block; }
}
#footer .flex_column.first .widget { margin-top:10px; }
#scroll-top-link { background:#5c3d0f; right:15px; bottom:40px; border-radius:100px; color:#fff; border:none; } /*edit 1809*/
@media only screen and (max-width: 767px) { /*edit 1809*/
	#scroll-top-link { bottom:65px; }
}
#scroll-top-link:hover { color:#5c3d0f; border:none; } /*edit 1809*/
#socket .copyright { float:none; display:block; text-align:center; } /*edit 1809*/

/* ---- モバイル時のフッターボタン ---- */ /*edit 1809*/
#mobileFootNav { display:none; }
@media only screen and (max-width: 767px) {
	/* モバイル時のフッターボタン */
	#mobileFootNav { display:block; z-index:1030; width:100%; height:60px; position:fixed; bottom:0; }
	#mobileFootNav { background:rgba(224,224,224,0.9); border-top:1px solid #e1e1e1; }
	#wrap_all { padding-bottom:60px; }
	/*#mobileFootNav .ftNavBtn { float:left; width:46%; height:46px; margin:7px 2%; }*/
	#mobileFootNav .ftNavBtn { float:left; width:48%; height:46px; margin:7px 1%; }
	/* containerのサイズ */
	.responsive #top #footer .container {
		width: 85%;
		max-width: 85%;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
		float: none;
	}
	 /* comming soon */
	.page-id-1335 #mobileFootNav { display:none; height:0; position:relative; }
	.page-id-1335 #wrap_all { padding-bottom:0; }
}
.blueButton {
	background:-moz-linear-gradient(top, #805d2c 5%, #543305 100%);
	background:-webkit-linear-gradient(top, #805d2c 5%, #543305 100%);
	background:-o-linear-gradient(top, #805d2c 5%, #543305 100%);
	background:-ms-linear-gradient(top, #805d2c 5%, #543305 100%);
	background:linear-gradient(to bottom, #805d2c 5%, #543305 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#805d2c', endColorstr='#543305',GradientType=0);
	background-color:#543305;
	border-radius:5px;
	border:1px solid #5a421f;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
@media only screen and (max-width: 399px) {
	.blueButton { font-size:12px; letter-spacing:-1px; }
}
.blueButton .webfontIcon { font-size:20px; line-height:24px; font-weight:normal; }
.blueButton:hover {
	background:-moz-linear-gradient(top, #543305 5%, #805d2c 100%);
	background:-webkit-linear-gradient(top, #543305 5%, #805d2c 100%);
	background:-o-linear-gradient(top, #543305 5%, #805d2c 100%);
	background:-ms-linear-gradient(top, #543305 5%, #805d2c 100%);
	background:linear-gradient(to bottom, #543305 5%, #805d2c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#543305', endColorstr='#805d2c',GradientType=0);
	background-color:#805d2c;
	text-decoration:none;
}
.blueButton:active {
	position:relative;
	top:1px;
}



/* ----------------------------------------
 固定ページ
-----------------------------------------*/
/* topPage
---------------------------- */

/* イメージスライダー */
.bgSlideLogo img { width:auto !important; } /*edit 1809*/
.avia-slideshow-dots { display:none; } /*edit 1809*/
@media only screen and (min-width: 1400px) {
	.page-id-206 .avia-fullwidth-slider .avia-slide-wrap { max-height:640px; }
}
@media only screen and (min-width: 1600px) {
	.page-id-206 .avia-fullwidth-slider .avia-slide-wrap { max-height:680px; }
}
@media only screen and (min-width: 1920px) {
	.page-id-206 .avia-fullwidth-slider .avia-slide-wrap { max-height:750px; }
}
@media only screen and (min-width: 2560px) {
	.page-id-206 .avia-fullwidth-slider .avia-slide-wrap { max-height:900px; }
}



/* 取扱い商品 */
#item_area .slide-entry .slide-content .blog-categories,
#item_area .slide-entry .slide-content .av-vertical-delimiter { display:none; }
#item_area .avia-content-slider .slide-entry-wrap { margin-bottom:10px; }
#item_area .avia-content-slider { margin-bottom:10px; }
#item_area .slide-entry-title { font-size:11px !important; }
@media only screen and (min-width: 400px) {
	#item_area .slide-entry-title { font-size:14px !important; }
}
@media only screen and (min-width: 768px) {
	#item_area .slide-entry-title { font-size:18px !important; }
}
@media only screen and (min-width: 990px) and (max-width: 1279px) {
	#item_area .slide-entry-title { font-size:14px !important; }
}

@media only screen and (max-width: 989px) {
	.responsive #top #wrap_all #item_area .slide-entry { width: 48%; margin-left: 4%; }
	.responsive #top #wrap_all #item_area .slide-entry.slide-parity-odd { margin-left:0 !important; }
}



/* アイコン３つ */
@media only screen and (max-width: 989px) {
	#top-icon3 div .av_one_third { margin-left:6% !important; width:29.333333333333332% !important; }
	#top-icon3 div .av_one_third.first { margin-left:0 !important; }

}
#top-icon3 div .av_one_third h3 { font-size:12px !important; }
@media only screen and (min-width: 420px) {
	#top-icon3 div .av_one_third h3 { font-size:14px !important; }
}
@media only screen and (min-width: 768px) {
	#top-icon3 div .av_one_third h3 { font-size:16px !important; }
}


/* newsbox */
#top-form-item .newsbox h3.widgettitle { font-weight:normal; font-size:16px; }
#top-form-item .newsbox .news-headline { font-weight:normal !important; }




/* メニュー＆料金表
---------------------------- */
@media only screen and (min-width: 768px) {
	.page-id-778 .avia-data-table td:first-child { width:50%; }
}


/* ------------------
 見出しカスタマイズ
--------------------*/

.frm-shadow {
	padding: 10px;
    background: #FCFCFA;
    background: -moz-linear-gradient(top, #FCFCFA 0%, #F3F0E9 100%);
    background: -webkit-linear-gradient(top, #FCFCFA 0%,#F3F0E9 100%);
    background: -o-linear-gradient(top, #FCFCFA 0%,#F3F0E9 100%);
    background: -ms-linear-gradient(top, #FCFCFA 0%,#F3F0E9 100%);
    background: linear-gradient(to bottom, #FCFCFA 0%,#F3F0E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFA',  endColorstr='#F3F0E9', GradientType=0 );
    border-width: 5px;
    border-style: solid;
    border-color: #FFFFFF !important;
    border-radius: 6px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

/* commingsoon
---------------------------- */
.html_header_transparency #top.page-id-1335 .avia-builder-el-0 .container { padding-top: 30px; }



/* ----------------------------------------
 投稿
-----------------------------------------*/
.single-post .single-small.with-slider .small-preview { border-radius: 100px; height: 100px; width: 100px; }
.category-item .post-meta-infos { display:none !important; }
.category-item .entry-content { padding-bottom:30px; border-bottom:1px solid #d9d9d9; }

/*-------------------------------------------*/
/*	プラグイン
/*-------------------------------------------*/

/* ---- contact form7 ---- */
.wpcf7 h3 { font-size:16px; margin-top:2em; }
.wpcf7 input { display:inline-block !important; }
#top .wpcf7-form .input-s { width:4em !important; max-width:90% !important; }
#top .wpcf7-form .input-m { width:20em !important; max-width:90% !important; }
#top .wpcf7-form .input-l { width:50em !important; max-width:100% !important; }
#top .wpcf7-form .hasDatepicker { width:11em !important; max-width:90% !important; }
#top .wpcf7-form .wpcf7-textarea { width:50em !important; max-width:100% !important; height:10em; }
.wpcf7-form input[type="submit"] { font-size:16px; line-height:20px; padding:15px 30px; font-weight:bold; }
.wpcf7-submit { font-size:16px; height: 50px; line-height: 50px; padding: 0 48px; }
.ui-datepicker table { color:#fff; border:2px solid #fff; }
.ui-datepicker table thead th { color:#222; }
/* #top .main_color .input-text, #top .main_color input[type="text"], #top .main_color input[type="input"], #top .main_color input[type="password"], #top .main_color input[type="email"], #top .main_color input[type="number"], #top .main_color input[type="url"], #top .main_color input[type="tel"], #top .main_color input[type="search"], #top .main_color textarea, #top .main_color select {
    color: #333;
} */
#top input { margin-bottom:5px !important; }
/* 承認の確認用 */
.wpcf7 > form input[type="submit"][disabled] { background:#999; }
input[disabled] { cursor:default; }


/* ---- my-calendar ---- */
/* nav */
.my-calendar-nav { text-align:right; }
.mc-main .my-calendar-nav ul { line-height:1.8; height:auto !important; }
.mc-main .my-calendar-nav li { float:none; display:inline-block; }

/* caption */
.mc-main caption { background:#47888f; font-size:18px; text-align:center; font-style:normal; padding-top:6px; padding-bottom:6px; } /*edit 1809*/
.mc-main caption.heading { color:#fff !important; }

/*---- Table カラーリング ----*/
.mc-main .mc-date,
.mc-main .weekend .mc-date { background:#eee; }
.main_color .my-calendar-table tr:nth-child(2n) { background:#fff; }

/* current-day */
.mc-main .current-day,
.mc-main .current-day .mc-date { background:#b3cc8f; } /*edit 1809*/

/* has-events */
.mc-main .mcat_close .mc-date { background:#eb9f9b; } /*edit 1809*/
.mc-main .mcat_event .mc-date { background:#f5cc8e; } /*edit 1809*/
.mc-main .mcat_open .mc-date { background:#76b1db; } /*edit 1809*/

/* category-key */
.main_color .cat_close a { color:#D64541; }
.main_color .cat_event a { color:#F89406; }
.main_color .cat_open a { color:#59ABE3; }

/* イベントのタイトル表示：スマフォでは省略 */
@media only screen and (max-width: 479px) {
	.mc-main h3.event-title a.has-image { width:2em; white-space:nowrap; overflow: hidden; }
}


/* 05-2 sb_instagram
---------------------------- */
/* 表示の調整 */
#sb_instagram { width:100% !important; max-width:412px; }
#sb_instagram { height:auto !important; max-height:450px; }
#sb_instagram.sbi_col_3 #sbi_images .sbi_item { width:33.3%; }


/*
地図をGoogleが用意するものに変更 - Add 200516
================================================== */
#gmap_fullwidth .container { max-width:100%; padding:0; }
@media only screen and (max-width: 767px) {
	#top #wrap_all #map_full .container { width:100%; max-width:100%; padding:0; }
	.responsive #top #wrap_all #gmap_fullwidth .container { width:100%; max-width:100%; }
	#map_full .container iframe { height:300px !important; }
}
#gmap_fullwidth + [id^="after_section_"] { border-top: 0; }





/*
Desktop Styles
================================================== */
/* 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 */

}




/*********************************************************************************/
/* Print Style                                                                   */
/*********************************************************************************/
@media print {
	* { background: white !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { text-decoration: none; }
	a[href]:after { content: "" !important; }
	abbr[title]:after { content: "" !important; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: "" !important; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; height:auto !important; }

	html,body,table { font-size:12px; }
	h2,article h2 { font-size:18px; }
	h3,article h3 { font-size:16px; }
	h4,article h4 { font-size:14px; }
	article h5 { font-size:12px; }

	body { background: none !important; float:none !important; }
	.hr { clear:both !important; }
	.container { padding:0; }

	.forPrint { display:block; }


	/* --------------------
	 theme option
	---------------------*/
	body div .avia-button { border:1px solid #999 !important; }

	#top #wrap_all .container {
		width: 100%;
		max-width: 100%;
	}
	.flex_column { padding:20px 10px; !important; }
	.container .av-content-small.units { width:100%; }
	.units { float:none; }
	#top #main .sidebar { display:none; }
	.av-image-caption-overlay-center { display:none !important; }

	/* Grid.css */
	div .flex_column { float:none; }
	div .av_one_fifth,
	div .av_one_fourth,
	div .av_one_third,
	div .av_two_fifth,
	div .av_one_half,
	div .av_three_fifth,
	div .av_two_third,
	div .av_three_fourth,
	div .av_four_fifth {
	  margin-left: 0;
	  width: 100% !important;
	}
	#top .no_margin.av_one_fifth,
	#top .no_margin.av_one_fourth,
	#top .no_margin.av_one_third,
	#top .no_margin.av_two_fifth,
	#top .no_margin.av_one_half,
	#top .no_margin.av_three_fifth,
	#top .no_margin.av_two_third,
	#top .no_margin.av_three_fourth,
	#top .no_margin.av_four_fifth {
		width: 100% !important;
	}
	#top .flex_column_table,
	#top .flex_column_table_cell { display:block; }

	/* --------------------
	 common
	---------------------*/
	.container { margin-left:auto; margin-left:auto; }
	.content, .sidebar { padding-bottom:30px; padding-top:30px; }
	#top #wrap_all .container { max-width: 640px; width: 85%;}
	#wrap_all { min-height:0 !important; }

	/* header */

	/* main */

	/* footer */


	/* --------------------
	 top
	---------------------*/

}
