  @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 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: #79791f;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;
}

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

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

.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/images/arrow_or.png) no-repeat 5px 10px;*/
    border-bottom: 1px dotted #cccccc;
    font-size: 90%;
}

#mainNews dd a {
    display: block;
}

.eventMark {
	background:#ff6633;
	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;
}

.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:60%;
	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;
}


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

#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;
}

/* -------------------------------
	リスト（共通）
------------------------------- */

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

ul.L01 li {
	list-style-image: url(/vet/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/images/list01.gif);
	list-style-position: outside;
	text-align: left;
	line-height: 1.8;
}

/* ol（段落番号） */

ol.L01,ol.L02,ol.L03,ol.L04 {
	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; /* サイトに合せて調整 */
}

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

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

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

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

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


/*-------------------
かっこ付き数字
---------------------*/
.paren{
 counter-reset:item;
 list-style:none;
}
.paren li:before{
 content:counters(item, ".") ")";
 counter-increment:item;
 margin-right:0.5em;
}
.paren li{
 padding-left:1.5em;
 text-indent:-1.5em;
}

/*-------------------
iCOVER機器登録
---------------------*/
.machine-font01{
	vertical-align: top;
	font-size:14px;
}

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

.movieMark {
	background:#0632BD;
	color:#fff;	
	font-size:14px;
	font-weight:bold;
    padding: 3px 10px;
	margin-left:5px;
	vertical-align:50%;
	border-radius: 50px;
    line-height:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.pdfMark {
	background:#FF4000;
	color:#fff;	
	font-size:14px;
	font-weight:bold;
    padding: 3px 10px;
	margin-left:5px;
	vertical-align:50%;
	border-radius: 50px;
    line-height:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#popup{
  width:60%;
  line-height:30px;
  background:#EDD795;
  padding:3em;
  box-sizing:border-box;
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


label{
  display:block;
}
label span{
  display:block;
  background-color:#E5322C;
  color:#FFFFFF;
  width:120px;
  line-height:20px;
  border-radius:1px;
  text-align:center;
}
label span:hover{
  cursor:pointer;
}
input[type="checkbox"]{
  display:none;
}

input[type="checkbox"]:checked + #popup{
  display:block;
  transition:.2s;
}

