<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * 高野山大学
 *
 * 共通スタイル
 */
.clearfix {
  #zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ==========================================================================
   レイアウト
   ========================================================================== */
.sectionTop {
  margin-top: 28px;
}
.sectionTop h2 {
  padding-bottom: 5px;
}

.sectionL {
  margin-top: 138px;
}

.section {
  margin-top: 83px;
}

.sectionB {
  margin-top: 83px;
  padding-top: 83px;
  background: url(../../common/img/line1.gif) repeat-x 0 top;
}

.sectionM {
  margin-top: 49px;
}

.sectionML {
  margin-top: 55px;
}

.sectionBM {
  margin-top: 49px;
  padding-top: 49px;
  background: url(../../common/img/line1.gif) repeat-x 0 top;
}

.sectionS {
  margin-top: 28px;
}

.sectionBS {
  margin-top: 28px;
  padding-top: 28px;
  background: url(../../common/img/line1.gif) repeat-x 0 top;
}

.sectionBDS {
  margin-top: 28px;
  padding-top: 28px;
  background: url(../../common/img/line1.gif) repeat-x 0 top;
}

.sectionSS {
  margin-top: 15px;
}
.sectionSS h5 {
  padding-bottom: 10px;
}

.sectionBSS {
  margin-top: 15px;
  padding-top: 15px;
  background: url(../../common/img/line1.gif) repeat-x 0 top;
}

.sectionBDSS {
  margin-top: 15px;
  padding-top: 15px;
  background: url(../../common/img/line1.gif) repeat-x 0 top;
}

.sectionSSS {
  margin-top: 8px;
}

.mt35 {
  margin-top: 35px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* widthの大きさ */
.w80 {
  width: 80%;
}

.w78 {
  width: 78%;
}

.w77 {
  width: 77%;
}

.w20 {
  width: 20%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.li210 li {
  width: 210px !important;
}

.li320 li {
  width: 320px !important;
}

.contLeft.w250 h4, .contLeft.w280 h4 {
  padding-left: 15px;
}

/* ==========================================================================
   見出し
   ========================================================================== */
h1 {
  font-size: 161.5%;
  font-weight: bold;
  color: #333333;
}

h2 {
  font-size: 138.5%;
  font-weight: bold;
  color: #b10024;
}

h3 {
  font-size: 138.5%;
  font-weight: bold;
  color: #333333;
}

h4 {
  font-size: 123.1%;
  font-weight: bold;
  color: #b10024;
  margin-bottom: 5px;
}

/* ==========================================================================
   段落
   ========================================================================== */
.txtBox {
  margin-top: -21px;
}

.txtBox p {
  margin-top: 21px;
}

/* ==========================================================================
   title
   ========================================================================== */
.ttlBox {
  background: url(img/line3.gif) repeat-x left bottom;
  margin-top: 15px;
  padding-bottom: 21px;
  text-align: right;
}

.ttlBox.photo {
  background: none;
}

.sttlBox {
  background: url(img/line1.gif) repeat-x left bottom;
  padding-bottom: 16px;
}
.sttlBox h2.fl {
  margin-top: 3px;
}

.mainImg {
  margin-left: 2.3%;
  max-width: 845px;
  width: 95.4%;
  position: relative;
  margin-top: 2px;
}
.mainImg p.borderImg img {
  width: 100%;
}

.borderImg img {
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 15px #e7dccf;
}

/* ==========================================================================
   list
   ========================================================================== */
/* 基本
   ========================================================================== */
.olStyle {
  margin-top: 20px;
}

.ulStyle li, .olStyle li {
  line-height: 1.6;
  padding-top: 3px;
  padding-bottom: 3px;
}

.ulStyle li {
  background: url(img/icon_ulStyle.gif) no-repeat left 8px;
  list-style: none !important;
  padding-left: 16px;
  line-height: 1.6 !important;
}

.olStyle li {
  list-style: decimal !important;
  list-style-position: inside !important;
  text-indent: -1.48em !important;
  padding-left: 30px;
}
.olStyle li strong {
  font-weight: bold;
}

.olStyle.stripe-list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.olStyle.stripe-list li {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-top: 1px solid #ccc;
  border-bottom: none !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
  padding-right: 15px !important;
}

/* ストライプリスト
   ========================================================================== */
.stripe-list li {
  border-bottom: 1px solid #ccc;
}
.stripe-list li:nth-child(2n) {
  background-color: #f7f7f7;
}

/* リスト基本
   ========================================================================== */
.basic-list {
  border-top: 1px solid #ccc;
}
.basic-list li {
  padding: 4px 13px 7px 1em;
  position: relative;
  zoom: 1;
}
.basic-list li a {
  text-decoration: none;
}
.basic-list .boxTargetHover a {
  text-decoration: underline;
}

/* リンクリスト
   ========================================================================== */
.link-list {
  width: 300px;
}
.link-list li {
  font-weight: bold;
  margin-left: 0px;
}
.link-list li a {
  color: #b10024;
}

.link-list-inner {
  margin-top: 0px;
  margin-bottom: 21px;
}
.link-list-inner li {
  font-size: 86.67%;
  font-weight: normal;
  margin-left: 0;
  margin-bottom: 0px;
  padding-left: 0;
}
.link-list-inner a {
  background: none !important;
  text-decoration: underline !important;
  color: #888888 !important;
}
.link-list-inner a:hover {
  text-decoration: none !important;
}

.link-list.w960 {
  width: 960px !important;
  border-top: 1px solid #CCCCCC;
  margin-top: -5px;
}
.link-list.w960 li {
  font-weight: normal;
  line-height: 1.4 !important;
  padding: 10px 13px;
  background-image: url(/common/css/img/arrow_blank_l.gif);
  background-repeat: no-repeat;
  background-position: 935px center;
}
.link-list.w960 li span {
  font-size: 81.2%;
  display: block;
}
.link-list.w960 a {
  text-decoration: none;
  color: #555555;
}
.link-list.w960 a:hover {
  text-decoration: underline;
}

/* PDFリスト
   ========================================================================== */
.pdf-list li {
  padding: 4px 13px 7px 1em;
  position: relative;
  zoom: 1;
  background: url(/common/css/img/icon_pdf_m.gif) no-repeat 675px center;
}
.pdf-list li a {
  text-decoration: none;
}
.pdf-list li span {
  font-size: 75%;
  color: #888888;
}
.pdf-list .boxTargetHover a {
  text-decoration: underline;
}

.pdf-list .noBG {
  background-image: none !important;
}

.pdf-list li:first-child {
  margin-top: -5px;
}

.pdf-list.w960 {
  border-top: 1px solid #CCCCCC;
  margin-top: -5px;
}
.pdf-list.w960 li {
  background-position: 925px center;
}
.pdf-list.w960 li:first-child {
  margin-top: 0px;
}

.pdf-list-in {
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: bottom !important;
}
.pdf-list-in li {
  padding: 0;
  position: relative;
  zoom: 1;
  background-image: none !important;
  font-size: 88%;
  border: none;
  background-color: #FFFFFF !important;
}
.pdf-list-in li span {
  font-size: 86%;
  padding-right: 12px;
  background: url(/common/css/img/icon_pdf_s.gif) no-repeat right center;
  display: inline-block;
}
.pdf-list-in li a:hover {
  text-decoration: underline;
}

img.icon_pdf_s {
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: middle !important;
  margin-top: -2px;
  text-decoration: underline !important;
}

.pdf-list-in.gray li {
  background-color: #F7F7F7 !important;
}

	/* ボーダー
   ========================================================================== */
.borderTop {
  background: url(../../common/img/line1.gif) repeat-x 0 top;
}

/* ==========================================================================
   table
   ========================================================================== */
#detail .tableStyleBasic {
  margin-top: 34px;
}

.tableStyleBasic {
  width: 100%;
}
.tableStyleBasic th {
  font-weight: bold;
  padding: 8px 0px;
  vertical-align: top;
  line-height: 1.6 !important;
  text-align: left;
  vertical-align: top;
}
.tableStyleBasic td {
  padding: 8px 0px;
  vertical-align: top !important;
  line-height: 1.6 !important;
  text-align: left;
  vertical-align: middle;
}
.tableStyleBasic tr {
  background: url(../../common/img/line1.gif) repeat-x 0 bottom;
}
.tableStyleBasic tr td:first-child {
  padding-left: 1.8%;
}

.contCenter .tableStyleBasic th {
  font-size: 131%;
}

.tableStyleBasic td.sttl {
  font-weight: bold;
}

.tableStyleBasic td.left {
  padding-left: 12px;
  padding-right: 12px;
}

/* 最後の列だけボーダーライト設定 */
.tableStyleBasic th:first-child {
  border-left: none;
}

/* 最後の列だけボーダーライト設定 */
.tableStyleBasic tr:last-child td {
  border-bottom: none;
}

/* .tableStyleBasic tr:nth-child(2n) {  
   background-color: #fbf8f5;
} */
.table_sttl {
  color: #b10024;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* ==========================================================================
   お知らせ一覧
   ========================================================================== */
.news {
  background: url(../../common/img/line1.gif) repeat-x 0 bottom;
  padding-top: 13px;
  padding-bottom: 13px;
}

.news dt {
  width: 16.8%;
  float: left;
  display: inline;
  margin-left: 1.8%;
  clear: both;
}
.news dd {
  width: 69.9%;
  float: left;
  margin-bottom: 8px;
  line-height: 1.6 !important;
  vertical-align: top !important;
}
.news dd.newsIcon {
  width: 11.3%;
  margin-bottom: 5px;
  line-height: 1.6 !important;
  vertical-align: top !important;
  margin-top: 3px;
}

/* Firefox */
.news dd.newsIcon, x:-moz-any-link {
  margin-top: -2px !important;
}

@media only screen and (max-width: 1140px) {
  .news dt {
    width: 18.8%;
  }
  .news dd {
    width: 64.9%;
  }
  .news dd.newsIcon {
    width: 13.3%;
  }
}
strong {
  font-weight: bold !important;
}

/* ==========================================================================
   イベント一覧
   ========================================================================== */
.tag {
  letter-spacing: -.40em;
  margin-top: 13px;
  padding-bottom: 24px;
  background: url(img/line1.gif) repeat-x 0 bottom;
}
.tag li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  padding: 5px 12px 0;
  background: url(img/tag_line.gif) no-repeat right 11px;
}
.tag li:last-child {
  background: none !important;
}

/* イベントリスト
   ========================================================================== */
.notice-list li {
  padding: 14px 0 14px 1.8%;
  background: url(../../common/img/line1.gif) repeat-x 0 bottom;
  clear: both;
  width: 98.2%;
  position: relative;
}
.notice-list li p.icon_event_add {
  position: absolute;
  top: 5px;
  left: 0px;
}
.notice-list .boxTargetHover a {
  text-decoration: none;
}

/* 画像エリア */
.item-image {
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 15px #e7dccf;
  float: left;
  display: inline;
  width: 200px;
  max-height: 200px;
  margin-right: 3%;
  overflow: hidden;
   /* img{
	   width:100%;
   }*/
}

/* 文章エリア */
.item-text {
  float: left;
  width: 68%;
  position: relative;
  min-height: 200px;
}

@media only screen and (max-width: 1140px) {
  .item-text {
    width: 64%;
  }
}
/* カテゴリ */
.notice-cat {
  float: left;
  clear: both;
  margin-top: 21px;
  margin-bottom: 4px;
}

/* 見出し */
.notice-linktxt {
  float: left;
  clear: both;
  font-size: 138.5%;
  font-weight: bold;
  padding-bottom: 2px;
}

/* 本文 */
.notice-desc {
  float: left;
  clear: both;
  line-height: 1.5;
}

/* 日付 */
.notice-date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-style: italic;
  color: #999999;
}

/* ==========================================================================
   イベント詳細
   ========================================================================== */
.detailBox {
  float: left;
  background: url(../../common/img/line1.gif) repeat-x 0 bottom;
  padding: 15px 0 15px 1.8%;
  margin-bottom: 21px;
  width: 98.2%;
}
.detailBox p {
  float: left;
}
.detailBox p.date {
  padding-left: 10px;
  margin-top: -2px;
  font-style: italic;
}
.detailBox h3 {
  float: left;
  clear: both;
  font-size: 184.6%;
}

.news_ttlBox {
  float: left;
  background: url(../../common/img/line1.gif) repeat-x 0 bottom;
  padding: 15px 0 15px 1.8%;
  margin-bottom: 21px;
  width: 98.2%;
}
.news_ttlBox p {
  float: left;
}
.news_ttlBox p.date {
  padding-left: 10px;
  margin-top: -2px;
  font-style: italic;
}
.news_ttlBox p.news_ttl {
  float: left;
  clear: both;
  font-size: 216%;
  font-weight: bold;
  color: #333333;
}

#detail .contCenter img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 21px;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 15px #e7dccf;
}

#detail table {
  margin-bottom: 21px;
  margin-top: 21px;
  vertical-align: top;
  width: 100%;
  background: url(../../common/img/line1.gif) repeat-x 0 top;
}
#detail table tr {
  background: url(../../common/img/line1.gif) repeat-x 0 bottom;
}
#detail table th, #detail table td {
  padding: 13px 13px;
  line-height: 1.4 !important;
  vertical-align: top;
}

.contIn .dl-box {
  background-color: #FFFFFF;
  box-shadow: 0 0 15px #EBE2D8;
  margin-top: 30px;
  padding: 21px;
  text-align: center;
}

.contIn .dl-box ul {
  margin-top: 5px;
}

.contIn .dl-box li {
  font-size: 123.1%;
  font-weight: bold;
}

.contIn .dl-box a[href$=".pdf"] {
  background: url("/laboratory/common/css/img/icon_pdf_m.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
  display: inline-table;
  padding: 0 28px 0 0;
}

.contIn .attention1 {
  background-color: #FFFFFF;
  box-shadow: 0 0 15px #EBE2D8;
  margin-top: 30px;
  padding: 21px;
}

.contIn .attention2 {
  background-color: #FFFFFF;
  box-shadow: 0 0 15px #EBE2D8;
  margin-top: 30px;
  padding: 21px;
  border: 2px solid #a72c24;
}
.contIn .attention2 h2, .contIn .attention2 h3, .contIn .attention2 p {
  color: #a72c24;
}

.contCenter .tableStyleBasic th {
  font-size: 108% !important;
}

/* ==========================================================================
   icon
   ========================================================================== */
/* 赤矢印
   ========================================================================== */
/* リスト */
.arrow01-list li a,
.arrow01 a {
  /*background:url(img/arrow_normal.gif) no-repeat left 0.35em;*/
  background: url(img/arrow_normal.gif) no-repeat left 0.35em !important;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  padding-left: 12px;
  text-decoration: none;
}
.arrow01-list li a:hover,
.arrow01 a:hover {
  text-decoration: underline;
}

/* 段落 */
a.arrow01-list {
  background: url(img/arrow_normal.gif) no-repeat left center;
  padding-left: 12px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
}

a.arrow01-list:hover {
  text-decoration: underline;
}

/* 新規ウィンドウ
   ========================================================================== */
.blank-list li a {
  /*background:url(img/arrow_blank.gif) no-repeat left 0.45em;*/
  background: url(img/arrow_blank.gif) no-repeat left center;
  padding-left: 12px;
  text-decoration: none;
}
.blank-list li a:hover {
  text-decoration: underline;
}

/* 段落 */
a.blank-list {
  background: url(img/arrow_blank.gif) no-repeat left center;
  padding-left: 12px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
}

a.blank-list:hover {
  text-decoration: underline;
}

/* 戻る
   ========================================================================== */
.page-back {
  background: url(img/arrow_back.gif) no-repeat left 0.25em;
  padding-left: 16px;
  text-decoration: none;
}

.page-back:hover {
  text-decoration: underline;
}

/* ==========================================================================
   バナーエリア01
   ========================================================================== */
#topbnr01-wrap {
  background: url(img/topbnr01_area.gif) repeat left top;
  margin: 55px 3px 0;
  padding-bottom: 55px;
  padding-top: 55px;
}
#topbnr01-wrap ul {
  margin-bottom: -37px !important;
  margin: 0 auto;
  width: 960px;
}
#topbnr01-wrap ul li {
  font-size: 93%;
  line-height: 1.5;
  margin-bottom: 37px;
  margin-right: 30px;
  width: 300px;
}
#topbnr01-wrap ul li:nth-child(3n) {
  margin-right: 0;
}
#topbnr01-wrap ul img {
  background-color: #FFF;
  display: block;
  -webkit-box-shadow: 0 0 5px rgba(4, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(4, 0, 0, 0.05);
  -ms-box-shadow: 0 0 5px rgba(4, 0, 0, 0.05);
  -o-box-shadow: 0 0 5px rgba(4, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(4, 0, 0, 0.05);
  position: relative;
  zoom: 1;
}
#topbnr01-wrap ul a {
  display: block;
  margin-bottom: 5px;
}

#topbnr01-wrap.ctop {
  margin: 34px 3px 55px;
  padding-bottom: 34px;
  padding-top: 34px;
}
#topbnr01-wrap.ctop p {
  margin: 0 auto;
  width: 960px;
  position: relative;
}
#topbnr01-wrap.ctop p .pickup {
  position: absolute;
  top: -36px;
  left: -6px;
}

/* ==========================================================================
   先輩の一日
   ========================================================================== */
#oneday-wrap {
  padding-bottom: 55px;
  padding-top: 34px;
}

#oneday-inner {
  margin: 0 auto;
  width: 960px;
}
#oneday-inner p {
  font-size: 93%;
  margin-top: 5px;
}

/* ==========================================================================
   バナーエリア02
   ========================================================================== */
#topbnr02-wrap {
  background: url(img/topbnr02_area.gif) repeat center top;
  margin-left: 3px;
  margin-right: 3px;
  padding-bottom: 34px;
  padding-top: 34px;
}
#topbnr02-wrap ul {
  margin: 0 auto;
  width: 960px;
}
#topbnr02-wrap ul li {
  background-color: #FFF;
  margin-right: 40px;
  width: 460px;
}
#topbnr02-wrap ul li:nth-child(2n) {
  margin-right: 0;
}
#topbnr02-wrap ul img {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(4, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(4, 0, 0, 0.05);
  -ms-box-shadow: 0 0 5px rgba(4, 0, 0, 0.05);
  -o-box-shadow: 0 0 5px rgba(4, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(4, 0, 0, 0.05);
  position: relative;
  zoom: 1;
}

/* ==========================================================================
   PIE
   ========================================================================== */
.boxshadow {
  -webkit-box-shadow: 0 0 8px rgba(7, 0, 2, 0.13);
  -moz-box-shadow: 0 0 8px rgba(7, 0, 2, 0.13);
  -ms-box-shadow: 0 0 8px rgba(7, 0, 2, 0.13);
  -o-box-shadow: 0 0 8px rgba(7, 0, 2, 0.13);
  box-shadow: 0 0 8px rgba(7, 0, 2, 0.13);
  position: relative;
  zoom: 1;
}

/* ==========================================================================
   pager
   ========================================================================== */
.pager {
  margin: 34px 0 0;
  text-align: center;
}
.pager li {
  display: inline;
  border-left: 1px solid #bbbab8;
  color: #bbb;
  font-size: 12px;
  line-height: 1.0 !important;
  /*strong{
  	font-weight:bold;
  	color:$base-color;
  	font-size:13px;
  }*/
}
.pager li:first-child {
  border-left: none;
}
.pager .current {
  font-weight: bold;
  color: #b10024;
  font-size: 13px;
  padding-left: 12px;
  padding-right: 12px;
}

.pager li a,
.pager li .off {
  color: #555;
  text-decoration: none;
}

.pager li a,
.pager li .off,
.pager li strong {
  width: 32px;
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  letter-spacing: normal;
  line-height: 25px;
}

.pager li a.arrow {
  background-color: #b10024;
  border: 1px solid #b10024;
  color: #fff;
  width: 25px;
  margin: 0 13px;
  text-decoration: none;
}

.pager li .off {
  background-color: #fff;
  border: 1px #ccc solid;
  color: #ccc;
  width: 25px;
  margin: 0 13px;
  text-decoration: none;
}

.pager li a.arrow:hover {
  text-decoration: none;
  border: 1px solid #bc080a;
  background-color: #bc080a;
}

.pager li:first-child {
  border-left: none;
}

.pager li a:hover {
  text-decoration: underline;
}

/* ページナビ
   ========================================================================== */
.pagenav {
  margin: 21px 0 0;
  letter-spacing: -.40em;
  border-left: 1px solid #cccccc;
}
.pagenav li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  border-right: 1px solid #cccccc;
  text-align: center;
  font-size: 108%;
  line-height: 1.2 !important;
}
.pagenav li a {
  text-decoration: none;
}
.pagenav li a:hover {
  text-decoration: underline;
}
.pagenav li span {
  background: url(img/arrow_pagenav.gif) no-repeat left center;
  padding-left: 15px;
}
.pagenav li.boxTargetHover a {
  text-decoration: underline !important;
}

.pagenav.n3 li {
  width: 33.15%;
}

.pagenav.n4 li {
  width: 24.85%;
}

.pagenav.n5 li {
  width: 19.85%;
}

#teacher .pagenav li {
  width: 176px;
}

/* ==========================================================================
   その他
   ========================================================================== */
.borderImg img {
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 15px #e7dccf;
}

.red {
  color: #b10024;
}
.red a {
  color: #b10024;
}

.noBorder {
  border: none !important;
}

.notesArea p {
  font-size: 100% !important;
  line-height: 1.5 !important;
  margin-left: 1em;
  margin-top: 15px;
  text-indent: -1em;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/* ボタン
   ========================================================================== */
.button_area {
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

.button_area_detail {
  padding: 15px;
  text-align: center;
  margin-top: 30px;
  border: 3px solid #b10024;
}

.button_area_detail.boxTargetHover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}

/* アイコン
   ========================================================================== */
a.mailto {
  padding-left: 18px;
  background: url(img/icon_mail.gif) no-repeat left center;
}

a.blank {
  padding-left: 18px;
  background: url(/common/css/img/arrow_blank_l.gif) no-repeat 3px center !important;
}

a.pdf {
  background: url(/laboratory/common/css/img/icon_pdf_s.png) no-repeat right center !important;
  padding-right: 20px;
  display: inline-block;
}

a.doc {
  background: url(/laboratory/common/css/img/icon_doc.png) no-repeat right center !important;
  padding-right: 18px;
  display: inline-block;
}

/* ホバー
========================================================================== */
/*.lineover a img {
	@include css3(transition, 0.3s);
	@include css3(border-radius,3px);
	
	margin: -2px;
	border: 2px solid #fff;
	
}
  
.lineover a img:hover {
	margin: -2px;
	border: 2px solid #c40027;
}*/
.categoryBox.boxTargetHover a {
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}

.boxTargetHover a {
  text-decoration: none;
}
</pre></body></html>