.page .no__sidebar{}
.page .no__sidebar .inner1{}
.page .no__sidebar .inner1 .inner{}
.page .no__sidebar .inner2{}
.page .no__sidebar .inner2 .inner{}

.page .has__sidebar {display: flex;}
.page .has__sidebar .inner1 {width: 680px;}
.page .has__sidebar .inner1 .inner {padding-right: 16px;}
.page .has__sidebar .inner2 {width: 300px;}
.page .has__sidebar .inner2 .inner {padding-left: 16px;}
.page .has__sidebar .inner2 .inner .ofh{overflow: hidden;}

.page .has__sidebar .inner1 .inner >*:first-child {margin-top: 0;}

.selector {
  font-feature-settings : "palt" 1;
}

.mb0{margin-bottom:0 !important;}
.mb15{margin-bottom:15px !important;}
.mb30{margin-bottom:30px !important;}
.mb45{margin-bottom:45px !important;}
.mb60{margin-bottom:60px !important;}

.mt0{margin-top:0 !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt45{margin-top:45px !important;}
.mt60{margin-top:60px !important;}

.txt14{font-size:14px; line-height:20px;}
.txt13{font-size:13px; line-height:18px;}
.txt12{font-size:12px; line-height:18px;}
.txt10{font-size:10px;}

.txt_indent{ text-indent: -1em; padding-left: 1.5em; padding-bottom :5px;}
.txt_indent_ad{ text-indent: -1em; padding-left: 10px; }
.txt_ban_sidenavi {margin-left: 22px;}

.txt_red{color:#e7360d;}
.txt_b{font-weight: bold;}

.txt_red02{color: #ff5500;}
.txt_eme{color:#099;}
.txt_blue{color:#00B1EC; }
.txt_yellow{color: #f9b400;}
.txt_green{color: #6eb92b;}

.inq_box{width:652px;padding:10px; border: 1px solid #CCCCCC; margin-top: 0;}

.line{ padding-bottom: 40px; border-bottom: 1px solid #099;}

.ban_box{margin:20px 0 20px 0; text-align:center; clear:both;}

.clear {overflow: hidden;}

.has__sidebar h1, .no__sidebar h1{
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3;
}
h1.normal {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3;
    margin: 1em 0;
    color: #099;
}
  
.has__sidebar h2, .no__sidebar h2{
    font-size: 22px;
    font-weight: normal;
    line-height: 1.3;
    margin: 1em 0;
}
h2.normal {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.3;
    margin: 1em 0;
    position: relative;
    color: #099;
}
h2.normal:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #099;
    position: absolute;
    bottom: -5px;
}
h2.normal:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #808080;
    position: absolute;
    bottom: -8px;
}

.has__sidebar h3, .no__sidebar h3{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    margin: 1em 0;
}
h3.normal {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    margin: 1em 0;
    border-left: 6px solid #099;
    padding-left: 12px;
    color: #099;
}

.has__sidebar h4, .no__sidebar h4{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    margin: 1em 0;
}		
h4.normal {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    margin: 1em 0;
}


.title1 {
    font-size: 20px !important;
    font-weight: normal !important;
    border-left-width: 6px !important;
    border-left-style: solid !important;
    border-left-color: #099;
    padding-left: 12px !important;
    margin-left: 5px !important;
    line-height: 26px !important;
    position: relative !important;
    margin-bottom: 15px !important;
}
.title1:before {
    content: "" !important;
    display: block !important;
    height: 1px !important;
    width: calc(100% + 20px) !important;
    background-color: #099;
    position: absolute !important;
    bottom: -8px !important;
    left: -20px !important;
}
.title1:after {
    content: "" !important;
    display: block !important;
    height: 1px !important;
    width: calc(100% + 20px) !important;
    background: #808080 !important;
    position: absolute !important;
    bottom: -11px !important;
    left: -20px !important;
}

.title1.sub {
    border-left: none !important;
    font-size: 18px !important;
    padding-left: 0 !important;
    margin-top:20px;
}
.title1.sub span{
    display: inline-block;
    position: relative;
    padding: 0 20px;
}
.title1.sub span:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 19px;
    content: "";
    background-image: url(images/bar_green.png);
    background-repeat: no-repeat;
}
.title1.sub span:after {
    position: absolute;
    top: 2px;
    right: 0;
    width: 15px;
    height: 19px;
    content: "";
    background-image: url(images/bar_green.png);
    background-repeat: no-repeat;
}


/* クラス名追加で色を変更*/  

.blue .title1 { border-color: #00B1EC;}
.blue .title1:before { background-color: #00B1EC;}
.blue .title1.sub span:before {    background-image: url(images/bar_blue.png);   }
.blue .title1.sub span:after {    background-image: url(images/bar_blue.png);   }
.blue h2.normal { color: #00B1EC;}
.blue h2.normal:before { background-color: #00B1EC;}
.blue h3.normal { color: #00B1EC;border-color: #00B1EC;}
.blue h4.normal { color: #00B1EC;}
.blue .line{ padding-bottom: 40px; border-bottom: 1px solid #00B1EC;}

.purple .title1 { border-color: #7e1083;}
.purple .title1:before { background-color: #7e1083;}
.purple h2.normal { color: #7e1083;}
.purple h2.normal:before { background-color: #7e1083;}
.purple h3.normal { color: #7e1083;border-color: #7e1083;}
.purple h4.normal { color: #7e1083;}


.red .title1 { border-color: #e7360d;}
.red .title1:before { background-color: #e7360d;}
.red .title1.sub span:before {    background-image: url(images/bar_red.png);   }
.red .title1.sub span:after {    background-image: url(images/bar_red.png);   }
.red h2.normal { color: #e7360d;}
.red h2.normal:before { background-color: #e7360d;}
.red h3.normal { color: #e7360d;border-color: #e7360d;}
.red h4.normal { color: #e7360d;}

.yellow .title1 { border-color: #f5a200;}
.yellow .title1:before { background-color: #f5a200;}
.yellow h2.normal { color: #f5a200;}
.yellow h2.normal:before { background-color: #f5a200;}
.yellow h3.normal { color: #f5a200;border-color: #f5a200;}
.yellow h4.normal { color: #f5a200;}

.green .title1 { border-color: #53a237;}
.green .title1:before { background-color: #53a237;}
.green h2.normal { color: #53a237;}
.green h2.normal:before { background-color: #53a237;}
.green h3.normal { color: #53a237;border-color: #53a237;}
.green h4.normal { color: #53a237;}

.title_box {
    padding: 10px 10px 8px;
    line-height: 1.3;
    margin: 1em 0 1em;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
}
/* クラス名追加で色を変更*/  
.red .title_box {
    background-color: #e7360d;
}

.normal {
    font-size: 24px;
    font-weight: normal;
    margin: 1.5em 0 1em;
    line-height: 1.3;
}

.title2 {
    font-size: 23px;
    font-weight: normal;
    line-height: 26px;
    position: relative;
    margin-bottom: 16px;
}
.title2:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #099;
    position: absolute;
    top: 35px;
}
.title2:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #808080;
    position: absolute;
    top: 38px;
}



.arrow{
  list-style: none;
  margin: 0;
}
.arrow li{
  background-image: url(images/arrow_green.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 22px 15px;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0px 10px 50px;
}
.arrow li a{}
  
/* liの親要素にクラス名追加でアイコンを変更*/  
.red .arrow li{
  background-image: url(images/arrow_red.png);
}
.purple .arrow li{
  background-image: url(images/arrow_purple.png);
}
.blue .arrow li{
  background-image: url(images/arrow_blue.png);
}
.green .arrow li{
  background-image: url(images/arrow_yellowgreen.png);
}
.yellow .arrow li{
  background-image: url(images/arrow_yellow.png);
}


.purple .link_arrow {
    display: inline-block;
    background-image: url(images/arrow_purple.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0px 5px;
    padding: 0 0 0 24px;;
}

/* aの親要素にクラス名追加でアイコンを変更*/
a.arrow {
    display: inline-block;
    background-image: url(images/arrow_green.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0px 5px;
    padding: 0 0 0 24px;
}
.red a.arrow {
    background-image: url(images/arrow_red.png);
}

.purple a.arrow {
    background-image: url(images/arrow_purple.png);
}
.blue a.arrow {
    background-image: url(images/arrow_blue.png);
}
.green a.arrow {
    background-image: url(images/arrow_yellowgreen.png);
}
.yellow a.arrow {
    background-image: url(images/arrow_yellow.png);
}


/* /協会概要/日本臨床美術協会とは/ */

.page01_01 p{
    margin-top: 1em;
}

.page01_02 h2 {
    margin-bottom: 6px;
  	font-size:19px;
}
.page01_02 h4 {
    margin-bottom: 6px;
}
.page01_02 p {
    padding-left: 48px;
}
.page01_03 {
    margin-bottom: 40px;
}
.page01_03 .ban{
    margin-right: 14px;
	float: left;
	margin-bottom: 30px;
}
.page01_04 .content01 {
    float: right;
    width: 243px;
}
.page01_04 .content02 {
    width: auto;
    overflow: hidden;
    padding-right: 16px;
}
.page01_04 > div {
    border-bottom: 1px solid #7e1083;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

/* /臨床美術とは/ */
.page02_01 .content_r {
    float: right;
    width: 243px;
}
.page02_01 .content_l {
    width: auto;
    overflow: hidden;
    padding-right: 16px;
}
.page02_01 > div {
    border-bottom: 1px solid #e7360d;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

/* /資格取得のご案内/ */


.page03_01 {
   margin-bottom: 50px;
}
.page03_01 p{
   margin-bottom:0;
   margin-top: 1em;
}
.page03_01 .grade table {
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
}
.page03_01 .grade tr th {
	background:#333333;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
	font-weight:bold;
	}
.page03_01 .grade tr td {
	padding:10px;
    font-size:14px;
    line-height:22px;
	}
.page03_01 .new-info .grade tr td {
	padding:10px;
    font-size:12px;
    line-height:20px;
	text-align: center;
	}
.page03_01 .grade tr .grade_5 {
	background:#FFFFD2;
    font-size:20px;
	font-weight:bold;
	color:#F9A800;
	text-align:center;
	}
.page03_01 .grade tr .grade_4 {
	background:#E5FFC3;
    font-size:20px;
	font-weight:bold;
	color:#6EB92B;
	text-align:center;
	}
.page03_01 .grade tr .grade_3 {
	background:#C7E8FA;
    font-size:20px;
	font-weight:bold;
	color:#0098D8;
	text-align:center;
	}
.page03_01 .grade tr .grade_2 {
	background:#FBDFD9;
    font-size:20px;
	font-weight:bold;
	color:#E7360D;
	text-align:center;
	}
.page03_01 .grade tr .grade_1 {
	background:#ECDBED;
    font-size:20px;
	font-weight:bold;
	color:#7E1083;
	text-align:center;
	}
.page03_01 .grade tr .unit {
	background:#099;
	font-weight:bold;
	color:#fff;
	text-align:center;
	}
.page03_01 .grade tr .txt_center {
	text-align:center;
	}
.page03_01 .grade tr .admission {
	background:#95ddcf;
	font-weight:bold;
	font-size: 14px;
	text-align: center;
	color: #333;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;;
	}
.page03_01 .grade .border0 {
	border: none;
}

.page03_01 dt {
    float: right;
    width: 243px;
}
.page03_01 dd {
    width: auto;
    overflow: hidden;
    padding-right: 25px;
}

/* /臨床美術士・会員の方へ/ */
	
.member .notes li{
	list-style-type: decimal;
  	font-size:14px;
  	margin-top:5px;
    margin-left:5px;
	}
.page-member_01 .content_r {
    float: right;
    width: 243px;
}
.page-member_01 .content_l {
    width: auto;
    overflow: hidden;
    padding-right: 16px;
}

.document01 {
	width:			245px;
	height:			346px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;
}
.document01 .caption-doc {
	font-size:		130%;
	text-align: 	center;
	color:			#fff;
}
.document01 .example {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.document01:hover .example {
	opacity:		1;	/* マスクを表示する */
	padding-top:		130px;	/* ホバーで下にずらす */
}

.document02 {
	width:			245px;
	height:			174px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;
}
.document02 .caption-doc {
	font-size:		130%;
	text-align: 	center;
	color:			#fff;
}
.document02 .example {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.document02:hover .example {
	opacity:		1;	/* マスクを表示する */
	padding-top:		60px;	/* ホバーで下にずらす */
}

.shikaku span .wpcf7-list-item{
	display:block;
	float: left;
	width: 222px;
}


/* /個人情報保護/ */
.pp li{
	list-style: decimal;
	margin-bottom: 15px;
}

/* /サイトマップ/ */
.sitemap {
	width: 320px;
	float: left;
	margin-left: 5px;
	padding-left: 10px;
	border-left: 1px dashed #ccc;
}


/* 全国の臨床美術実施施設 */
.facility_text{
	width: 30%;
	float: right;
}

.purple .facility_type{
	font-size:18px;
	font-weight: bold;
	color: #7e1083;
	;border-bottom: 1px dashed #ccc;
	margin-bottom: 0px;
	padding-left: 5px;
}
.purple .facility_name{
	width: 60%;
	float: left;
	background-image: url(images/arrow_purple.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0 5px;
	padding: 0 0 0 20px;
	margin-top: 0;
}

.red .facility_type{
	font-size:18px;
	font-weight: bold;
	color: #e7360d;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.red .facility_name{
	width: 60%;
	float: left;
	background-image: url(images/arrow_red.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0 5px;
	padding: 0 0 0 20px;
	margin-top: 0;
}

.blue .facility_type{
	font-size:18px;
	font-weight: bold;
	color: #00B1EC;
	;border-bottom: 1px dashed #ccc;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.blue .facility_name{
	width: 60%;
	float: left;
	background-image: url(images/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0 5px;
	padding: 0 0 0 20px;
	margin-top: 0;
}
.green .facility_type{
	font-size:18px;
	font-weight: bold;
	color: #53a237;
	;border-bottom: 1px dashed #ccc;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.green .facility_name{
	width: 60%;
	float: left;
	background-image: url(images/arrow_yellowgreen.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0 5px;
	padding: 0 0 0 20px;
	margin-top: 0;
}
.eme .facility_type{
	font-size:18px;
	font-weight: bold;
	color: #099;
	;border-bottom: 1px dashed #ccc;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.eme .facility_name{
	width: 60%;
	float: left;
	background-image: url(images/arrow_green.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0 5px;
	padding: 0 0 0 20px;
	margin-top: 0;
}
.yellow .facility_type{
	font-size:18px;
	font-weight: bold;
	color: #f5a200;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.yellow .facility_name{
	width: 60%;
	float: left;
	background-image: url(images/arrow_yellow.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0 5px;
	padding: 0 0 0 20px;
	margin-top: 0;
}



.area1 { font-size: 22px;font-weight: normal;line-height: 1.3;margin: 1em 0;position: relative;color: #7e1083;}
.area1:before {content: "";display: block;height: 1px;width: 100%; background-color: #7e1083;position: absolute;bottom:-5px;}
.area1:after {content: "";display: block;height: 1px;width: 100%;background: #808080;position: absolute;bottom: -8px;}

.area2 { font-size: 22px;font-weight: normal;line-height: 1.3;margin: 1em 0;position: relative;color: #e7360d;}
.area2:before {content: "";display: block;height: 1px;width: 100%; background-color: #e7360d;position: absolute;bottom:-5px;}
.area2:after {content: "";display: block;height: 1px;width: 100%;background: #808080;position: absolute;bottom: -8px;}

.area3 { font-size: 22px;font-weight: normal;line-height: 1.3;margin: 1em 0;position: relative;color: #00B1EC;}
.area3:before {content: "";display: block;height: 1px;width: 100%; background-color: #00B1EC;position: absolute;bottom:-5px;}
.area3:after {content: "";display: block;height: 1px;width: 100%;background: #808080;position: absolute;bottom: -8px;}

.area4 { font-size: 22px;font-weight: normal;line-height: 1.3;margin: 1em 0;position: relative;color: #53a237;}
.area4:before {content: "";display: block;height: 1px;width: 100%; background-color: #53a237;position: absolute;bottom:-5px;}
.area4:after {content: "";display: block;height: 1px;width: 100%;background: #808080;position: absolute;bottom: -8px;}

.area6 { font-size: 22px;font-weight: normal;line-height: 1.3;margin: 1em 0;position: relative;color: #099;}
.area6:before {content: "";display: block;height: 1px;width: 100%; background-color: #099;position: absolute;bottom:-5px;}
.area6:after {content: "";display: block;height: 1px;width: 100%;background: #808080;position: absolute;bottom: -8px;}

.area5 { font-size: 22px;font-weight: normal;line-height: 1.3;margin: 1em 0;position: relative;color: #f5a200;}
.area5:before {content: "";display: block;height: 1px;width: 100%; background-color: #f5a200;position: absolute;bottom:-5px;}
.area5:after {content: "";display: block;height: 1px;width: 100%;background: #808080;position: absolute;bottom: -8px;}

.area7 { font-size: 22px;font-weight: normal;line-height: 1.3;margin: 1em 0;position: relative;color: #099;}
.area7:before {content: "";display: block;height: 1px;width: 100%; background-color: #099;position: absolute;bottom:-5px;}
.area7:after {content: "";display: block;height: 1px;width: 100%;background: #808080;position: absolute;bottom: -8px;}

/* イベント教室 */
.title-event h1{
	background-image: url("images/event/img-title.png");
	background-repeat: no-repeat;
	padding: 115px 0 0 52px;
	width: 100%;
	height: 270px;
	color: #FFFFFF;
	font-size: 1.5em;
	margin-top: 0;
}
.title-event h2{
	background-color: #ef9d00;
	width: 100%;
	padding: 0.5em 0 0.5em 0;
	margin: 1em 0 0 0;
	color: #FFFFFF;
	text-align: center;
	font-size:22px;
}
.event-class{
	margin-top: 1em;
}
.event-class ul li {
	list-style: none;
}
.event-class h3 {
	margin-bottom: 0.5em;
}
.event-class ul li a{
	color: #099;
	margin-left:1.3em;
	list-style: none;
	border-bottom: solid thin;
}

.arrow_icon{
  background-image: url(images/arrow_green.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 15px 15px;
  padding: 10px 0px 0 40px;
}

.event-class dl {
	margin-bottom: 3em;
	width: 472px;
	float: left;
}
.event-class dd {
	margin-top:1em;
	text-align: center;
}
.event-class dd .icon {
	background-color: #ffedd7;
	padding: 0.5em;
	color: #f9a553;
	font-weight: bold;
	margin-right: 1em;
}
.event-class dd .name {
	color: #099;
	font-weight: bold;
	font-size:1.5em;
}

.event-img01 {
	width:			472px;
	height:			318px;
	overflow:		hidden;
	position:		relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event-img01 .caption-doc {
	font-size:		130%;
	text-align: 	center;
	color:			#fff;
}
.event-img01 .example {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.event-img01:hover .example {
	opacity:		1;	/* マスクを表示する */
	padding-top:		150px;	/* ホバーで下にずらす */
}

.event-class-r{
	margin-top: 1em;
}

.event-class-r dl {
	margin-bottom: 3em;
	width: 472px;
	float: right;
}
.event-class-r dd {
	margin-top:1em;
	text-align: center;
}
.event-class-r dd .icon {
	background-color: #ffedd7;
	padding: 0.5em;
	color: #f9a553;
	font-weight: bold;
	margin-right: 1em;
}
.event-class-r dd .name {
	color: #099;
	font-weight: bold;
	font-size:1.5em;
}


/*light box*/

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

