  @charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* =======================================
	PC?モバイル共通書式
======================================= */

/* -------------------------------
	基本書式（共通）
------------------------------- */

body {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.7;
	text-align: center;
	margin: 0;
	padding: 0;
	zoom: 1;
	color: #333;
	font-weight: 500;

}

@media (max-width: 767px) {
.top_img{
    width: 80%;
}
}

	@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}
	}

A:link	{color: #1A52D5;text-decoration: underline;}
A:visited	{color: #036C30;text-decoration: underline;}
A:hover	{color: #cc3300;	text-decoration: underline;}

ul,ol {
	margin: 0;
	padding: 0;
}

H1 {
	margin: 0;  
	padding: 0;
}

H2 {
	margin: 0;
	padding: 0px 20px;
	background: #5A8620;
	color: #fff;
	letter-spacing: 1px;
	font-size: 26px;
	font-weight: normal;
/*	border-radius: 8px; 
	-webkit-border-radius: 8px;  
	-moz-border-radius: 8px;*/
}


H3 {
	margin: 30px 0 45px;
	padding: 0 20px;
	border-left: 6px solid #81BC00;
	font-size: 23px;
	font-weight: normal;
}


h4 {
	font-size:26px;
	color:#22688A;
	border-top:1px solid #e0e0e0;
	padding: 10px 1em 2px;
	font-weight: normal;
	margin:40px 0 20px 0; 
}


/* -------------------------------
	その他の書式（共通）
------------------------------- */

.red {
	color: #FF0000;
}


.left {text-align: left;}

.center {text-align: center;}

.right {text-align: right;}

.fontS {
	font-size:12px;
}

.block {
	display:block;
}

.inline {
	display:inline;
}

.indent {
	margin-right: 20px;
	margin-left: 20px;
}

.indent1em {
	margin-left: 1em;
}

.indent2em {
	margin-left: 2em;
}

.titleA {
	height:36px;
	line-height:36px;
	font-size:14px;
	font-weight:bold;
	background-color: #ffffff;

}

.square01 {
	border: 1px solid #999999;
	margin-left: 2em;
	padding: 3px 13px;
}

.bdBottom {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #999999;
	border-left: none;
	padding-left: 4px;
}

/* 角丸 */
.radius {
	border-radius: 5px;        /* CSS3 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}


/* 影 */
.shadow {
	box-shadow: 0px 0px 3px #999; /* CSS3 */
	-webkit-box-shadow: 0px 0px 3px #999; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 0px 3px #999; /* Firefox用 */
}


.fa-caret-right {
	color: #8CC14B; padding: 0 5px 0 0;
}

.mgR05em {
	margin-right: 0.5em;
}

.mgR1em {
	margin-right: 1em;
}

.mgL05em {
	margin-left: 0.5em;
}

.mgL1em {
	margin-left: 1em;
}

.prof {
	font-size: 18px;
	letter-spacing: 1px;
	color: #996600;
}

.seminar {
	width: 85%;
	text-align: left;
	background: #fff;
	border: 3px solid #ddd;
	margin: 10px 0;
	padding: 5%;
	border-radius: 20px;        /* CSS3 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome */  
	-moz-border-radius: 20px;   /* Firefox */  
}

.seminar H4 {
	margin: 0 0 20px 0;
	border-top: none;
	border-bottom: 1px solid #c0c0c0;
	padding: 0 0 6px 6px;
}

.seminar p {
	padding-left:30px;
}


dl {
	
}

dt{
	color: #fff;
	background-color: #80A01D;
	font-size: 120%;
	margin: 0;
	padding: 1px 12px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display:inline-block;	
}

dd {
	margin:12px 0 25px 20px;

}

.dean p {
	text-align: center;
	font-size: 14px;
	color: #996600;
	line-height: 1.3;
}

.dean p.name {
	text-align: center;
	font-size: 17px;
	margin: 0;
	padding:0;
}

.endSeminar {
	color:#C00;
	font-size:20px;
	vertical-align: text-top;
}

.proName {
	font-size: 20px;
}

.postDate {
	color:#AA7B00;
	text-align: left;
	margin: 30px 0 -25px 28px;
}

blockquote.topics {
	margin: 25px;
}


/* -------------------------------
	Wtat's New（共通）
------------------------------- */

#mainNews {
	text-align:left;
	margin:0 auto;
}

#mainNews dt {
    clear: both;
	margin:0px;
    padding: 0px 10px;
    font-size: 80%;
    font-weight: bold;
    color: #333333;
	background-color:#fff;
}


#mainNews dd {
    clear: both;
	margin:0px 0 15px 10px;
    padding: 7px 0 7px 10px;
/*    background: url(/vet/laboratory/gsvm/images/arrow_or.png) no-repeat 5px 10px;*/
    border-bottom: 1px dotted #cccccc;
    font-size: 90%;
}

#mainNews dd a {
    display: block;
}

.newsMark {
	background:#939;
	color:#fff;	
	font-size:12px;
	font-weight:bold;
    padding: 2px 10px;
	margin-left:10px;
	vertical-align:10%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.newsAll {
	position: relative; /*親要素 */
	widht: 487px;
	height: 35px;
	margin: 10px 0 20px;
}

.newsAll a {
	position: absolute; /*子要素*/
	right: 15px;
	bottom: 10px;
	font-size:13px;
}

.semminarMark {
	background:#329699;
	color:#fff;	
	font-size:12px;
	font-weight:bold;
    padding: 2px 10px;
	margin-left:10px;
	vertical-align:10%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.genteiMark {
	background:#900;
	color:#fff;	
	font-size:12px;
	font-weight:bold;
    padding: 2px 10px;
	margin-left:10px;
	vertical-align:10%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.etcMark {
	background:#529932;
	color:#fff;	
	font-size:12px;
	font-weight:bold;
    padding: 2px 10px;
	margin-left:10px;
	vertical-align:10%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/* -------------------------------
	マーク（共通）
------------------------------- */

.mMAIL:before{
	font-family: "FontAwesome";
	content: '\f003';
	font-weight: normal;
	color: #333;
	padding-right: 0.5em;
}

.mTEL:before{
	font-family: "FontAwesome";
	content: '\f095';
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	padding-right: 0.4em;
}

.mFAX:before{
	font-family: "FontAwesome";
	content: '\f1ac';
	font-weight: normal;
/*	font-size: 1.1em;*/
	color: #333;
	padding-right: 0.5em;
}

.mURL:before{
	font-family: "FontAwesome";
	content: '\f015';
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	padding-right: 0.5em;
}

.mPDF:before{
	font-family: "FontAwesome";
	content: '\f1c1';
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	padding-right: 0.5em;
}

.mEXCEL:before{
	font-family: "FontAwesome";
	content: '\f1c3';
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	padding-right: 0.5em;
}

.mWORD:before{
	font-family: "FontAwesome";
	content: '\f1c2';
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	padding-right: 0.5em;
}

.m2down:after{
	font-family: "FontAwesome";
	content: '\f103';
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	padding-left: 0.5em;
}

p.mMAIL,p.mTEL,p.mURL,p.mFAX,p.mPDF,p.mEXCEL,p.mWORD{
	line-height: 1;
	font-size: 1.1em;
}

/* 別窓で開く */
a[target="_blank"]:not(.noicon):after {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    margin: 0 3px;
}


/* top Englishボタン */
.buttonMini {
    width:50%;
	margin:10px auto 0;
    font-size:14px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:2px 0;
    color:#9AB658;
    border:1px solid #9AB658;
	border-radius:5px;
}

.buttonMini:hover {
  background-color:#fff;
  background-color:#9AB658;
}

.buttonMini a {
	text-decoration:none;	
    display:block;
	color:#61760A;
}

.buttonMini a:hover {

	color:#fff;
}

/* 在学生のページボタン 左 */
.buttonMini_z {
    width:80%;
	margin:10px auto 0;
    font-size:14px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px 0;
    color:#DCBD6E;
    border:1px solid #DCBD6E;
	border-radius:5px;
}

.buttonMini_z:hover {
  background-color:#fff;
  background-color:#DCBD6E;
}

.buttonMini_z a {
	text-decoration:none;	
    display:block;
	color:#000000;
}

.buttonMini_z a:hover {

	color:#fff;
}

/* 在学生のページボタン 中央 山大*/
.btn-sticky {
  display: inline-block;
  padding: 10px;
  text-decoration:none;
  background:#f7f7f7;
  border-left: solid 6px #ff7c5c;/*左線*/
  color:#ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:hover {
  box-shadow:inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform:translateY(2px);
}


/* -------------------------------
	レイアウト（共通）
------------------------------- */

#mininavi {
	width: 98%;
	text-align: right;
	font-size:11px;
	line-height:25px;
	margin: 0 auto;
	padding: 0 1%;
	background: #fff;
}

.hline {
	margin-right:10px;
	padding-right:10px;
	border-right:#CC9 dotted 1px;
}

#panList ul {
	margin: 0;
	padding: 0 5px 20px;
	text-align: left;
}

#panList ul li{
  display: inline;　/* 横に並ぶように */
  list-style: none;
  font-size: 13px;
}

/* 右三角を表示*/
#panList ul li:after{
  font-family: FontAwesome;
  content: '\f0da';
/*  content: '\f101';*/
  padding: 0 6px;
  color: silver;
}

#panList ul li:last-child:after{
  content: '';
}

#panList ul li a {
    text-decoration: none;
}

/* 家アイコン */
#panList ul li:first-child a:before{
	font-family: "FontAwesome";
	content: '\f015';
	font-weight: normal;
	font-size: 1.1em;
	color: #499700;
	padding-right: 3px;
}

#rightNavi ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#leftNavi ul h1.menu {
	font-size: 18px;
	margin: 0;
	padding: 13px 0;
	background: #E29A2E;
	letter-spacing: 1px;
	color: #FFF;
	text-align: center;
	border-bottom: none;
	border-radius: 0; 
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;
}

#leftNavi ul li{
  position: relative;
  list-style: none;
  	margin: 0;
	border-bottom: 1 solid #ccc;
}

/* 右三角を表示*/
#leftNavi ul li a:after{
  position:absolute;
  right: 0.5em;
  font-family: FontAwesome;
  content: '\f0da';
  color: silver;

}

#leftNavi ul li a {
    text-decoration: none;
	display: block;
	padding: 15px 8px;
}

#leftNavi ul li a:hover {
    text-decoration: none;
	background: #eee;
}

footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #EEEBE2;
	font-size:14px;
}

#top {
	clear: both;
	position: fixed;
	margin:0;
	padding:0;
	bottom: 10px;
	right: 10px;
	text-align: center;
	background-color: #7BB309;
	color: #fff;
	width: 45px;
	line-height: 45px;
	border-radius: 100%;        /* CSS3草案 */  
	-webkit-border-radius: 100%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 100%;   /* Firefox用 */  
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
    transition:all 0.2s ease-in-out;
}

#top a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#top a:hover {
	background-color: #fff;
	color: #7BB309;
	border-radius: 100%;        /* CSS3草案 */  
	-webkit-border-radius: 100%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 100%;   /* Firefox用 */  
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
    transition:all 0.2s ease-in-out;
}


/* -------------------------------
	float関連（共通）
------------------------------- */

.floatMenu {
 position:absolute;
 width:180px;
 top : -2px;
 left:-4px;
}

.clear {
    clear: both;
}

p.clear {
    clear: both;
	line-height: 0;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearMP {
    margin: 0;
	padding: 0;
	}


/* -------------------------------
	テーブル（共通）
------------------------------- */

/* 枠線のみ */
table.table0 {
	border: 1px solid #999999;
	border-collapse: collapse;

}

table.table0 th {
	font-weight: bold;
	background: #eee;
	border: 1px solid #999999;
	text-align: center;
}

table.table0 td {
	border: 1px solid #999999;
}

table.f10px th,table.f10px td {
	font-size: 10px;
}

table.f12px th,table.f12px td {
	font-size: 12px;
}

table.f13px th,table.f13px td {
	font-size: 13px;
}

table.tableG {
	width:70%;
	border: 2px solid #669900;
	border-collapse: collapse;

}

table.tableG th {
	font-weight: bold;
	background: #f2f8e8;
	border: 2px solid #669900;
	text-align: center;
}

table.tableG td {
	border: 2px solid #669900;
}

table.tableG2 {
	width:80%;
	border: 2px solid #e0952d;
	border-collapse: collapse;

}

table.tableG2 th {
	padding: 5px 20px;
	font-weight: bold;
	background: #fffacd;
	border: 2px solid #e0952d;
	text-align: left;
}

table.tableG2 td {
	padding: 5px 20px;
	border: 2px solid #e0952d;
}

table.tableG3 {
	width:80%;
	background: #f2f8e8;
	border: 2px solid #669900;

}

table.tableG3 th {
	padding: 5px 20px;
	font-weight: bold;
    background: #f2f8e8;
	border: 2px solid #669900;
	text-align: left;
}

table.tableG3 td {
	padding: 5px 20px;
	border: 2px solid #669900;
}

table.tableOW {
	width:100%;
	border: 2px solid #e0952d;
	border-spacing:10px;
    border: none;
}

table.tableOW th {
	padding: 5px 20px;
	border: 2px solid #e0952d;
	text-align: center;
}

table.tableOW td {
	padding: 5px 20px;
	border: 2px solid #e0952d;
	text-align: center;
}

table.tableOW2 {
	width:100%;
	border: 2px solid #e0952d;
	border-spacing:10px;
    border: none;
}

table.tableOW2 th {
	padding: 5px 20px;
	border: 2px solid #e0952d;
	text-align: left;
}

table.tableOW2 td {
	padding: 5px 20px;
	border: 2px solid #e0952d;
	text-align: left;
}
/* -------------------------------
	リスト（共通）
------------------------------- */

/* ul（箇条書） */
ul.L01,ul.L02 {
	margin-left: 1em;
}

ul.L01 li {
	list-style-image: url(/vet/laboratory/gsvm/css/images/list01.gif);
	list-style-position: outside;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

ul.L02 li {
	list-style-image: url(/vet/laboratory/gsvm/css/images/list01.gif);
	list-style-position: outside;
	text-align: left;
	line-height: 1.8;
}

/* ol（段落番号） */

ol.L01,ol.L02,ol.L03 {
	margin-left: 1em;
}

ol.L01 li {
	margin-bottom: 0.5em;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 0.5em;

}

ol.L02 li {
	list-style-position: outside;
	text-align: left;
	line-height: 1.8;
}

ol.L03 {
	margin-left: 3em; /* サイトに合せて調整 */
}

ol.L03 li {
	list-style-type: none;
	counter-increment: cnt;
}

ol.L03 li::before {
	content: counter(cnt) ") ";
	display:inline-block;
	margin-left:-1.5em; /* サイトに合せて調整 */
	width: 1.5em; /* サイトに合せて調整 */
}


/* -------------------------------
	画像（共通）
------------------------------- */

img.mgR05em {
	margin-right: 0.5em;
}


/* -------------------------------
	Glexa入り口　リーフボタン
------------------------------- */
a.bt-samp54{
  display: block;
  text-decoration:none;
  position: relative;
  width: 172px;
  height: 172px;
}
a.bt-samp54:before{
  content: "";
  position: absolute;
  top: -10px;
  right: -25px;
  border-radius: 10px;
  box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5), inset 0 -1px 3px rgba(0,0,0,0.2);
  width: 20px;
  height: 20px;
  background: #0f904e;
  z-index: 10;
}
a.bt-samp54 div{
  position: absolute;
  top: 0;
  border-radius: 90px 0 90px 0px / 90px 0 90px 0px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1), inset 0 0 40px 15px #fff;
  position: absolute;
  height: 172px;
  width: 172px;
  display: block;
  border: 10px solid #a2c768;
  background: #e1f1c9;
  color: #0f904e;
  -webkit-transform-origin: 97% 0;
  transform-origin: 97% 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a.bt-samp54:hover div{
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
  z-index: 5;
}
a.bt-samp54 div i{
  position: absolute;
  top: 35%;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
a.bt-samp54 div span{
  position: absolute;
  top: 30%;
  left: 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
a.bt-samp54 p{
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
  width: 112px;
  height: 96px;
  padding: 60px 30px 20px;
  background: #63862d;
  border: 10px solid #fff;
  border-radius: 90px 0 90px 0px / 90px 0 90px 0px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
