@charset "utf-8";

/*	reset */
a,ab.sm_view,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;/*text-align:left;*/margin:0;padding:0;border:0;outline:0;background:0 0}
textarea{font-family:inherit;font-weight:inherit;font-style:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}


/* ----------------------------------------
  Basic Layout
  ---------------------------------------- */
  
/*	EXAMPLE STYLES */
html {
    font-size: 18px;
}
body{
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
	letter-spacing: 0.04em;
	color: #262626;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    
}
@media screen and (max-width: 767px) {
	body {
        font-size: 16px;
    }
}

/* link */
a:link { color: #1a73e8; text-decoration: underline; }
a:visited { color:#1a73e8; text-decoration: underline; }
a:hover,a:focus { color: #1a73e8; text-decoration:none; }
a:active { color: #1a73e8; text-decoration:none; }

a,
a::before,
a::after,
a span::before,
a span::after,
a .thinly {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a.thinly:hover,
a.thinly:focus,
a:hover .thinly,
a:focus .thinly {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-ms-filter: 'alpha(opacity=80)';
}

/* img */
img { vertical-align: bottom; max-width: 100%; height: auto;}

/* list */
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
p,pre,blockquote,address,table,fieldset,form { margin-bottom: .5em; }

/* text tag */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1, h2 {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: normal;
}
h3 {
    font-size: 1.3em;
    line-height: 1.3;
}
h4 {
    font-size: 1.15em;
    line-height: 1.3;
}
h5, h6 {
    font-size: 1em;
}
p {
    font-size: 1em;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /*padding・borderを幅と高さに含める*/
}



/* ----------------------------------------
  BaseLayout
  ---------------------------------------- */
.ly_wrapper {
	font-size: 16px;
}
.no-font-scale {
	font-size: 16px;
}
#wrapper {
	padding: 0 0 60px;
}
.ly_wrap {
	position: relative;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}
.ly_content {
/* 	overflow: hidden; */
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;
}
.ly_main {
	width: 67.85%;
}
.ly_sub {
	width: 24.82%;
	margin-left: 7.33%; 
}

.container {
	max-width: 1180px;
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
}
.container .cont__rfull {
	width: calc(50vw + 590px);
}
.container_wd {
	padding-right: 30px;
	padding-left: 30px;
}
@media screen and (min-width :960px) {
	.container.boxm {
		max-width: 960px;
	}	
}

.contents_box920 {
	border-bottom: 1px dashed #1a1a1a;
	padding-left: 8.929%;
	padding-right: 8.929%;
}
/*
@media screen and (max-width :1279.9999px) {
	.container.boxm {
		padding-left: 8.03%;
		padding-right: 8.03%;
	}
}
*/
@media screen and (max-width: 1024px) { /*tablet large*/
/*
	.ly_content.ly_content__ltbfull {
		display: block;
	}
	.ly_content__ltbfull .ly_main {
		width: 100%;
		margin-bottom: 60px;
	}
	.ly_content__ltbfull .ly_sub {
		width: 100%;
		margin-left: 0; 
	}
	.container.boxm,
	.container.boxs,
	.container.boxss {
		padding-left: 40px;
		padding-right: 40px;
	}
*/
}
@media screen and (max-width :767px) {
	.ly_main {
		width: 100%;
	}
	.ly_sub {
		width: 100%;
	}
	.container.boxm/*
,
	.container.boxs,
	.container.boxss
*/ {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.container.sp10 {
		padding-right: 10px;
		padding-left: 10px;
	}
	.container.spfull {
		padding-right: 0;
		padding-left: 0;
	}
	
	.contents_box920 {
		padding-left: 0;
		padding-right: 0;
	}
}

/* ----------------------------------------
  _html Global Spec
  ---------------------------------------- */
 
/* layout spec */
.hp_cl { clear: both; }
.hp_flr { float: right !important; }
.hp_fll { float: left !important; }
.hp_fln { float: none !important; }
.hp_dn { display: none !important; }
.hp_di { display: inline; }
.hp_db { display: block !important; }
.hp_dib { display: inline-block !important; float: none !important; }
.hp_ov { overflow: hidden !important; }
/* .hp_psr { position: relative; } */


/* Text spec */
.hp_fw6 {font-weight: 600;}
.hp_fw5 {font-weight: 500;}
.hp_fw4 {font-weight: 400;}
.hp_fzen {font-family: "Zen Kaku Gothic New", sans-serif; font-weight: 500; font-style: normal;}
.hp_fzen.hp_fw6 {font-weight: 600;}
.hp_fnon {font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; font-weight: 400;}

.hp_fcl_blck, a.hp_fcl_blck {color: #262626;}
.hp_fcl_wht, a.hp_fcl_wht {color: #fff;}
.hp_fcl_blu, a.hp_fcl_blu, .hp_fcl_blu a, a.hp_fcl_blu.hp_a_rststyle {color: #3455b3;}
.hp_fcl_lblu, a.hp_fcl_lblu, .hp_fcl_lblu a {color: #00b1f3;}
.hp_fcl_brwn, a.hp_fcl_brwn, .hp_fcl_brwn a {color: #8c553c;}
a.hp_a_rststyle, a .hp_a_rststyle { text-decoration: none; color: #262626;}
/*

.hp_fcl_red, a.hp_fcl_red {color: #fa5032;}
.hp_fcl_red2, a.hp_fcl_red2 {color: #ff0000;}
.hp_fcl_grn, a.hp_fcl_grn {color: #5ad28c;}
.hp_fcl_yew, a.hp_fcl_yew {color: #ffdc32;}
.hp_fcl_blck, a.hp_fcl_blck {color: #000;}
.hp_fcl_wht, a.hp_fcl_wht {color: #fff;}
*/

.hp_fwn {font-weight: 400 !important;;}
.hp_fz0 {font-size: 1em !important;}/*16px*/
.hp_fzs1 {font-size: 0.938em;}/*15px*/
.hp_fzs2 {font-size: 0.875em;}/*14px*/
.hp_fzs3 {font-size: 0.813em;}/*13px*/
.hp_fzs4 {font-size: 0.75em;}/*12px*/
.hp_fzs5 {font-size: 0.688em;}/*11px*/
.hp_fzl1 {font-size: 1.063em;}/*17px*/
.hp_fzl2 {font-size: 1.125em;}/*18px*/
.hp_fzl3 {font-size: 1.188em;}/*19px*/
.hp_fzl4 {font-size: 1.25em;}/*20px*/
.hp_fzl5 {font-size: 1.313em;}/*21px*/
.hp_fzl6 {font-size: 1.375em;}/*22px*/
.hp_tar { text-align: right !important; }
.hp_tal { text-align: left !important; }
.hp_tac { text-align: center !important; }
.hp_lts1 { letter-spacing: 1px !important;}
.hp_lts3 { letter-spacing: 3px !important;}
.hp_lts5 { letter-spacing: 5px !important;}
.hp_lh20 { line-height: 2.0 !important;}
.hp_lh23 { line-height: 2.3 !important;}
.hp_lh25 { line-height: 2.5 !important;}
.hp_lh10 { line-height: 1.0 !important;}
.hp_lh1_5 { line-height: 1.5 !important;}
.hp_lh1_6 { line-height: 1.6 !important;}
.hp_lh1_65 { line-height: 1.65 !important;}
.hp_lh1_7 { line-height: 1.7 !important;}
.hp_lh1_8 { line-height: 1.8 !important;}
.hp_lh1_9 { line-height: 1.9 !important;}
/*
a.hp_a_uline { text-decoration: underline; }
a.hp_a_unline { text-decoration: none; }
a.hp_a_bdbtm { border-bottom: 1px solid #222; padding-bottom: .1em; }
*/

/* Space spec */
.hp_mb0 { margin-bottom: 0px !important;}
.hp_mb5 { margin-bottom: 5px !important;}
.hp_mb10 { margin-bottom: 10px !important;}
.hp_mb15 { margin-bottom: 15px !important;}
.hp_mb20 { margin-bottom: 20px !important;}
.hp_mb25 { margin-bottom: 20px !important;}
.hp_mb30 { margin-bottom: 30px !important;}
.hp_mb35 { margin-bottom: 35px !important;}
.hp_mb40 { margin-bottom: 40px !important;}
.hp_mb45 { margin-bottom: 46px !important;}
.hp_mb50 { margin-bottom: 50px !important;}
.hp_mb55 { margin-bottom: 55px !important;}
.hp_mb60 { margin-bottom: 60px !important;}
.hp_mb65 { margin-bottom: 66px !important;}
.hp_mb70 { margin-bottom: 70px !important;}
.hp_mb75 { margin-bottom: 76px !important;}
.hp_mb80 { margin-bottom: 80px !important;}
.hp_mb85 { margin-bottom: 85px !important;}
.hp_mb90 { margin-bottom: 90px !important;}
.hp_mb95 { margin-bottom: 95px !important;}
.hp_mb100 { margin-bottom: 100px !important;}
.hp_mb130 { margin-bottom: 130px !important;}
.hp_mb120 { margin-bottom: 120px !important;}
.hp_mb150 { margin-bottom: 150px !important;}
.hp_mb180 { margin-bottom: 180px !important;}
.hp_mb200 { margin-bottom: 200px !important;}

.hp_mt0 { margin-top: 0px !important;}
.hp_mt5 { margin-top: 5px !important;}
.hp_mt10 { margin-top: 10px !important;}
.hp_mt15 { margin-top: 15px !important;}
.hp_mt20 { margin-top: 20px !important;}
.hp_mt25 { margin-top: 25px !important;}
.hp_mt30 { margin-top: 30px !important;}
.hp_mt35 { margin-top: 35px !important;}
.hp_mt40 { margin-top: 40px !important;}
.hp_mt45 { margin-top: 45px !important;}
.hp_mt50 { margin-top: 50px !important;}
.hp_mt60 { margin-top: 60px !important;}
.hp_mt70 { margin-top: 70px !important;}
.hp_mt80 { margin-top: 80px !important;}
.hp_mt90 { margin-top: 90px !important;}
.hp_mt100 { margin-top: 100px !important;}

.hp_pt0 { padding-top: 0px !important;}
.hp_pt5 { padding-top: 5px !important;}
.hp_pt10 { padding-top: 10px !important;}
.hp_pt15 { padding-top: 15px !important;}
.hp_pt20 { padding-top: 20px !important;}
.hp_pt25 { padding-top: 25px !important;}
.hp_pt30 { padding-top: 30px !important;}
.hp_pt35 { padding-top: 35px !important;}
.hp_pt40 { padding-top: 40px !important;}
.hp_pt45 { padding-top: 45px !important;}
.hp_pt50 { padding-top: 50px !important;}
.hp_pt55 { padding-top: 55px !important;}
.hp_pt60 { padding-top: 60px !important;}
.hp_pt65 { padding-top: 65px !important;}
.hp_pt70 { padding-top: 70px !important;}
.hp_pt80 { padding-top: 80px !important;}
.hp_pt90 { padding-top: 90px !important;}
.hp_pt100 { padding-top: 100px !important;}

.hp_pb0 { padding-bottom: 0px !important;}
.hp_pb5 { padding-bottom: 5px !important;}
.hp_pb10 { padding-bottom: 10px !important;}
.hp_pb15 { padding-bottom: 15px !important;}
.hp_pb20 { padding-bottom: 20px !important;}
.hp_pb25 { padding-bottom: 25px !important;}
.hp_pb30 { padding-bottom: 30px !important;}
.hp_pb35 { padding-bottom: 35px !important;}
.hp_pb40 { padding-bottom: 40px !important;}
.hp_pb45 { padding-bottom: 45px !important;}
.hp_pb50 { padding-bottom: 50px !important;}
.hp_pb55 { padding-bottom: 50px !important;}
.hp_pb60 { padding-bottom: 60px !important;}
.hp_pb70 { padding-bottom: 70px !important;}
.hp_pb80 { padding-bottom: 80px !important;}
.hp_pb100 { padding-bottom: 100px !important;}
.hp_pb120 { padding-bottom: 120px !important;}

.hp_mr0 { margin-right: 0 !important;}
.hp_p0 { padding: 0;}
.hp_prl20 { padding-right: 20px; padding-left: 20px;}

@media screen and (max-width: 767px) {
	.hptb_mb0 { margin-bottom: 0 !important;}
	.hptb_mb5 { margin-bottom: 5px !important;}
	.hptb_mb10 { margin-bottom: 10px !important;}
	.hptb_mb15 { margin-bottom: 15px !important;}
	.hptb_mb20 { margin-bottom: 20px !important;}
	.hptb_mb25 { margin-bottom: 25px !important;}
	.hptb_mb30 { margin-bottom: 30px !important;}
	.hptb_mb35 { margin-bottom: 35px !important;}
	.hptb_mb40 { margin-bottom: 40px !important;}
	.hptb_mb45 { margin-bottom: 45px !important;}
	.hptb_mb50 { margin-bottom: 50px !important;}
	.hptb_mb60 { margin-bottom: 60px !important;}
	.hptb_mb70 { margin-bottom: 70px !important;}
	.hptb_mb80 { margin-bottom: 80px !important;}
	.hptb_mt10 { margin-top: 10px !important;}
	.hptb_mt20 { margin-top: 20px !important;}
	.hptb_mt30 { margin-top: 30px !important;}
	.hptb_mt40 { margin-top: 40px !important;}
	.hptb_mt50 { margin-top: 50px !important;}
	.hptb_p0 { padding: 0;}
	.hptb_pt5 { padding-top: 5px !important;}
	.hptb_pt10 { padding-top: 10px !important;}
	.hptb_pt20 { padding-top: 20px !important;}
	.hptb_pt30 { padding-top: 30px !important;}
	.hptb_pt40 { padding-top: 40px !important;}
	.hptb_pt50 { padding-top: 50px !important;}
	
	.hptb_pb5 { padding-bottom: 5px !important;}
	.hptb_pb10 { padding-bottom: 10px !important;}
	.hptb_pb15 { padding-bottom: 15px !important;}
	.hptb_pb20 { padding-bottom: 20px !important;}
	.hptb_pb25 { padding-bottom: 25px !important;}
	.hptb_pb30 { padding-bottom: 30px !important;}
	.hptb_pb35 { padding-bottom: 35px !important;}
	.hptb_pb40 { padding-bottom: 40px !important;}
	.hptb_pb45 { padding-bottom: 45px !important;}
	.hptb_pb50 { padding-bottom: 50px !important;}
	.hptb_pb60 { padding-bottom: 60px !important;}
	.hptb_pb70 { padding-bottom: 70px !important;}
	.hptb_pb80 { padding-bottom: 80px !important;}
	
	.hptb_fz0 {font-size: 1em;}/*16px*/
	.hptb_fzs1 {font-size: 0.938em;}/*15px*/
	.hptb_fzs2 {font-size: 0.875em;}/*14px*/
	.hptb_fzs3 {font-size: 0.813em;}/*13px*/
	.hptb_fzs4 {font-size: 0.75em;}/*12px*/
	.hptb_fzl1 {font-size: 1.063em;}/*17px*/
	.hptb_fzl2 {font-size: 1.125em;}/*18px*/
	.hptb_fzl3 {font-size: 1.188em;}/*19px*/
	.hptb_fzl4 {font-size: 1.25em;}/*20px*/
	
	.hptb_lh20 { line-height: 2.0 !important;}
}
@media screen and (max-width: 480px) {
	.hpsp_p0 { padding: 0;}
	.hpsp_prl10 { padding: 0 10px;}
	.hpsp_pl0 { padding-left: 0;}
	.hpsp_pr0 { padding-right: 0;}
}

/* background color */
.hp_bg0 { background: none !important; }
.hp_bg_wblu { background-color: #e6f0ff;}
.hp_bg_wgrn { background-color: #f1f6f1;}
.hp_bg_wpnk { background-color: #f8eeee;}
/*
.hp_bg_lblu { background-color: #72cdde;}
.hp_bg_llblu { background-color: #bce6e8;}
.hp_bg_lllblu { background-color: #e9f7f9;}
*/
.hp_bg_wht { background-color: #fff;}
.hp_bg_ylw { background-color: #fee936;}
.hp_bg_wylw { background-color: #fffae5;}

.hp_bg_lblu { background-color: #00b1f3;}
.hp_bg_llblu { background-color: #d9f3fd;}
.hp_bg_blgrn { background-color: #72cdde;}
.hp_bg_lblgrn { background-color: #bce6e8;}
.hp_bg_llblgrn { background-color: #e9f7f9;}

.hp_bg_hougan {
	background: url(../img/gl/bk_hougan.png) repeat center top;
	background-size: 18px;
}
.hp_bg_bege { background-color: #efeadb;}

/* Mobile relations */
@media screen and (min-width:768px),print {
	.hppc_view { display: block;}
	.hptb_view { display: none !important;}
	br.hptb_br { display: none;}
	br.hppc_br { display: block;}
	br.hpsp_br { display: none;}
}
@media screen and (max-width: 767px) {
	.hppc_view { display: none !important;}
	br.hptb_br { display: block;}
	br.hppc_br { display: none;}
	br.hpsp_br { display: none;}
	.hptb_tar { text-align: right !important; }
	.hptb_tal { text-align: left !important; }
	.hptb_tac { text-align: center !important; }
}
@media screen and (max-width: 480px) {
	br.hpsp_br { display: block;}
}

/* arrows */
.oy_arw { 
	position: relative;
/* 	padding: 0; */
	vertical-align: middle;
}
.oy_arws li a,.oy_arwli li {
	position: relative;
/* 	padding: 0 0 0 1.2em; */
	vertical-align: middle;
}
.oy_arw::before,
.oy_arw::after,
.oy_arws li a::before,
.oy_arws li a::after,
.oy_arwli li::before,
.oy_arwli li::after { 
	position: absolute;
	margin: auto; 
	content: '';
	vertical-align: middle;
}

/* flex */
.oy_flex {
	width: 100%;
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;

	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	flex-direction:row;

	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;

	-moz-box-pack:justify;
	-ms-box-pack:justify;
	box-pack:justify;
	flex-pack:justify;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
.oy_flex.oy_flex_rvr {
	-moz-box-orient:row-reverse;
	-webkit-box-orient:row-reverse;
	flex-direction:row-reverse;
}
.oy_flex.oy_flex_center {
	-webkit-justify-content:center;
	justify-content:center;
}
.oy_flex.oy_flex_acenter {
	align-items: center;
}
.oy_flex.oy_flex_abottom {
	align-items: flex-end;
}
.oy_flex.oy_flex_hstretch {
	align-items: stretch;
}
.oy_flex.oy_flex_bothends {
	justify-content: space-between;
}



/*  info dl table  */
.oy_dlinfo { 
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ccc;
}
.oy_dlinfo dt { 
	width: 10em;
	float: left;
	clear: both;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 15px;
	padding-bottom: 15px;
}
.oy_dlinfo dd { 
	padding-left: 10em;
	padding-right: 2em;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
	.oy_dlinfo { 
		padding-top: 10px;
	}
	.oy_dlinfo dt { 
		width: auto;
		float: none;
		padding-left:1em;
		padding-right: 1em;
		padding-bottom: 0;
		padding-top: 5px;
	}
	.oy_dlinfo dd { 
		padding-left: 1em;
		padding-right: 1em;
		padding-top: 5px;
		margin-bottom: 15px;
	}
}

/* teble */
table {
    border-top: 1px solid #c8c8c8;
    border-left: none;
    border-collapse: collapse;
    text-align: left;
    background:#fff;
}
table th {
    padding: 15px 20px;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    background-color: #e5f5ff;
    font-weight: normal;
    text-align: center;
}
table td {
    padding: 15px 20px;
    border-right: none;
    border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 767px) {
	table { font-size: 0.9em; }
  	table th { padding: 10px 15px; }
	table td { padding: 10px 15px; }

	table.oy_coltable { border-collapse: inherit; width: 100%; display: block; }
	table.oy_coltable tbody { width: 100%; display: block; }
	table.oy_coltable tr { width: 100%; display: block; }
	table.oy_coltable th { width: 100%; display: block; text-align: left; border-right: none; border-bottom: none; }
	table.oy_coltable td { width: 100%; display: block; padding-bottom: 20px; }
	table.oy_coltable caption { width: 100%; display: block; }

	table.oy_scltable { width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }
	table.oy_scltable table { width: auto; height: auto;}
	table.oy_scltable::-webkit-scrollbar{ height: 5px; /* scroll bar height */ }
	table.oy_scltable::-webkit-scrollbar-track{ background: #F1F1F1; /* scroll bar background */ }
	table.oy_scltable::-webkit-scrollbar-thumb { background: #d6d6d6; /* scroll bar color */ }
	table.oy_scltable table th,.oy_scltable table td {  white-space: nowrap; }
}

/* pankuzu */

#breadcrumb { 
	clear: both;
	overflow: hidden;
	background: #f1f6f1;
	margin-top: 15px;
	padding: 13px 20px 14px 4%;
	font-size: .938em;/*15px*/
	font-family: "Zen Kaku Gothic New", sans-serif; font-style: normal;
}
#breadcrumb ul li {
	display: inline-block;
	position: relative;
	padding: 0 13px 0 0;
	margin-right: 8px;
}
#breadcrumb ul li::after {
	position: absolute; margin: auto; content: ""; vertical-align: middle; right:0;
	top:0; bottom:0; width: 6px; height: 6px;
	border-top: 1px solid #888; border-right: 1px solid #888;
	-webkit-transform: rotate(45deg); transform: rotate(45deg);
	transition: all 0.3s ease; }
#breadcrumb ul li:last-child::after { display: none; }
#breadcrumb { color: #262626; }
#breadcrumb a { color: #262626; }
@media screen and (max-width: 767px) {
	#breadcrumb {
		font-size: 12px;
		letter-spacing: 0;
		margin-top: 10px;
		padding: 10px 5px 10px 12px;
		
	}
	#breadcrumb ul li {
		display: inline;
	}
	#breadcrumb ul li:last-child {
		padding-right: 0;
	}
}


/* ----------------------------------------
  print
  ---------------------------------------- */
@media print {
	body {
	    width: 1280px;
	   /* zoom: .8;*/
	    transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}
	.container {
		max-width: inherit !important;
        width: 1200px !important;
    }
}



