@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :cmn_style.css
 author     :keyword-co.net(admin)
 style info :汎用スタイル指定
 鳥取大学 農学部

=================================================================== */

/* ---------------------------------------------
	style.css

	index
	1 - Base font
	2 - font style
	3 - theme color
	4 - preset margin
	5 - preset padding
	6 - inline align
	7 - vertical align
	8 - preset width
	9 - float
	10 - imgBox
	11 - clearfix
	12 - block align
	13 - tools
	14 - JavaScript Class
	15 - list
	16 - text-indent
	17 - botton
	18 - width for responsive
	19 - icon font
	20 - bootstrap
	21 - br
	22 - dl
	23 - hr
	24 - responsive
	25 - table color
--------------------------------------------- */


html {
	overflow-y: scroll;
	-webkit-text-size-adjust:100%;
}


/* ---------------------------------------------
	1 - Base font
--------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
	color:#333;
	line-height:1.7;
}


/* ie7 */
*:first-child+html body {
	font-size: 75%;
}

/* ie5 - ie6 */
* html body {
	font-size:75%;
}


/* ---------------------------------------------
	2 - font style
--------------------------------------------- */
.fNormal  { font-weight: normal;}
.fBold   { font-weight: bold;}
.fItalic { font-style: italic;}

.fRed {	color:#F60;}

.fS09 {font-size:0.9em;}
.fS08 {font-size:0.8em;}
.fS07 {font-size:0.7em;}
.fS06 {font-size:0.6em;}
.fS05 {font-size:0.5em;}

.fL11 {font-size:1.1em;}
.fL12 {font-size:1.2em;}
.fL13 {font-size:1.3em;}
.fL14 {font-size:1.4em;}
.fL15 {font-size:1.5em;}
.fL16 {font-size:1.6em;}
.fL17 {font-size:1.7em;}
.fL18 {font-size:1.8em;}
.fL19 {font-size:1.9em;}
.fL20 {font-size:2em;}

.fSSS { font-size: 70%;}
.fSS  { font-size: 78%;}
.fS   { font-size: 85%;} 
.fMS  { font-size: 90%;}
.fM   { font-size: 100%;}
.fML  { font-size: 110%;}
.fL   { font-size: 115%;}
.fLL  { font-size: 130%;}
.fLLL { font-size: 143%;}
sup {
	font-size: 78%;
	vertical-align: top;
}
sub {
	font-size: 78%;
	vertical-align: baseline;
}
.indent1 { text-indent:1em;}
.noIndent {text-indent:0 !important;}

.lh100 {line-height:100%;}
.lh140 {line-height:140%;}
.lh150 {line-height:150%;}
.lh160 {line-height:160%;}
.lh170 {line-height:170%;}
.lh200 {line-height:200%;}

.marugo {
	font-weight:bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}


/* ---------------------------------------------
	3 - theme color
--------------------------------------------- */
a:link {
	color:#0077FF;
	text-decoration: none;
	outline: none;
}

a:visited {
	color:#60C;
}

a:hover {
	text-decoration: underline;
	/*color:#F00;*/
}

a:hover img {
	opacity:0.7;
	-ms-filter:alpha(opacity=70);
	filter:alpha(opacity=70);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img.noRollover {
	opacity:1;
}


/* ---------------------------------------------
	4 - preset margin 
--------------------------------------------- */
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt06 { margin-top:  6px !important;}
.mt10 { margin-top: 10px !important;}
.mt11 { margin-top: 11px !important;}
.mt12 { margin-top: 12px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}
.mt55 { margin-top: 55px !important;}
.mt60 { margin-top: 60px !important;}
.mt65 { margin-top: 65px !important;}
.mt70 { margin-top: 70px !important;}
.mt75 { margin-top: 75px !important;}
.mt80 { margin-top: 80px !important;}
.mt85 { margin-top: 85px !important;}
.mt90 { margin-top: 90px !important;}
.mt95 { margin-top: 95px !important;}
.mt100 { margin-top: 100px !important;}
.mt1em { margin-top: 1em !important;}
.mt2em { margin-top: 2em !important;}
.mt3em { margin-top: 3em !important;}
.mt4em { margin-top: 4em !important;}
.mt5em { margin-top: 5em !important;}



.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr12 { margin-right: 12px !important;}
.mr13 { margin-right: 13px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr31 { margin-right: 31px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}
.mr59 { margin-right: 59px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb55 { margin-bottom: 55px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb65 { margin-bottom: 65px !important;}
.mb70 { margin-bottom: 70px !important;}


.ml00 { margin-left:  0   !important;}
.ml04 { margin-left:  4px !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml12 { margin-left: 12px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml28 { margin-left: 28px !important;}
.ml30 { margin-left: 30px !important;}
.ml30 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}
.ml60 { margin-left: 60px !important;}
.ml70 { margin-left: 70px !important;}
.ml77 { margin-left: 77px !important;}
.ml80 { margin-left: 80px !important;}
.ml90 { margin-left: 90px !important;}


/* ---------------------------------------------
	5 - preset padding 
--------------------------------------------- */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr12 { padding-right: 12px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb12 { padding-bottom: 12px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl12 { padding-left: 12px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl30 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}


/* ---------------------------------------------
	6 - inline align
--------------------------------------------- */
.inlineL { text-align: left;}
.inlineC { text-align: center;}
.inlineR { text-align: right;}


/* ---------------------------------------------
	7 - vertical align
--------------------------------------------- */
.vlineT { vertical-align: top    !important;}
.vlineM { vertical-align: middle !important;}
.vlineB { vertical-align: bottom !important;}


/* ---------------------------------------------
	8 - preset width
--------------------------------------------- */
.wHalf  { width: 48%;}
.wTri   { width: 33%;}
.wQuart { width: 24%;}
.wFull  { width: 99.9%;}
.wMax   { width: 100%;}

/* table */
.tw03 { width:  3% !important;}
.tw05 { width:  5% !important;}
.tw10 { width: 10% !important;}
.tw13 { width: 13% !important;}
.tw15 { width: 15% !important;}
.tw20 { width: 20% !important;}
.tw25 { width: 25% !important;}
.tw30 { width: 30% !important;}
.tw35 { width: 35% !important;}
.tw40 { width: 40% !important;}
.tw45 { width: 45% !important;}
.tw50 { width: 50% !important;}


/* ---------------------------------------------
	9 - float
--------------------------------------------- */
.fltL {
	display: inline;
	float: left;
}
.fltR {
	display: inline;
	float: right;
}
.ft {
	overflow: hidden;
	zoom: 1;
}


/* ---------------------------------------------
	10 - imgBox 
--------------------------------------------- */
.imgBoxL,
.imgBoxR {
	display: block;
	min-height: 1%;
}
.imgBoxL:after,
.imgBoxR:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .imgBoxL,
* html .imgBoxR {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.imgBoxL .fltImg {
	display: inline;
	float: left;
	margin-right: 10px;
}
.imgBoxR .fltImg {
	display: inline;
	float: right;
	margin-left: 10px;
}


/* ---------------------------------------------
	11 - clearfix
--------------------------------------------- */
.c-both {
	clear:both;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}  
  
.clearfix {
	display: inline-table;
}  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


/* ---------------------------------------------
	12 - block align
--------------------------------------------- */
.blockC { text-align: center;}
	.blockC .block {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	/* ie 6 Fix */
	* html .blockC .block {
		margin-right: 0;
		margin-left: 0;
	}
.blockR { text-align: right;}
	.blockR .block {
		margin-left: auto;
		text-align: left;
	}
	/* ie 6 Fix */
	* html .blockR .block {
		margin-left: 0;
	}


/* ---------------------------------------------
	13 - tools
--------------------------------------------- */
.clear { 
	clear: both;
}

.block  { display: block;}
.inline { display: inline;}
.hide   { display: none;}

.nobg {
	background: none !important;
}

.underLine { text-decoration: underline;}
.noLine    { text-decoration: none;}


/* ---------------------------------------------
	14 - JavaScript Class
--------------------------------------------- */
.rollover				{/* ロールオーバー呼び出し用 */}
.heightLine				{/* heighLine呼び出し用 */}
.alphafilter			{/* alphafilter呼び出し用 */}

/* ---------------------------------------------
	15 - list
--------------------------------------------- */
.listDec {
	list-style:decimal;
}
.listDis {
	list-style:disc;
}
.listAlp {
	list-style:upper-alpha;
}

/* ---------------------------------------------
	16 - text-indent
--------------------------------------------- */
.txtIndent-1 {
	text-indent:-1em;
	margin-left:1em;
}

.txtIndent1 {
	text-indent:1em;
}

.txtindent0 {
	text-indent:0 !important;
}

/* ---------------------------------------------
	17 - botton
--------------------------------------------- */



/* ---------------------------------------------
	18 - width for responsive
--------------------------------------------- */
.w70pc { width:70%; margin:0 auto;}
.w76pc { width:76%; margin:0 auto;}
.w80pc { width:80%; margin:0 auto;}
.w86pc { width:86%; margin:0 auto;}
.w90pc { width:90%; margin:0 auto;}
.w96pc { width:96%; margin:0 auto;}
.w98pc { width:98%; margin:0 auto;}


/* ---------------------------------------------
	19 - icon font
--------------------------------------------- */
@font-face {
  font-family: 'muses';
  src:  url('../fonts/muses.eot?fhm9ap');
  src:  url('../fonts/muses.eot?fhm9ap#iefix') format('embedded-opentype'),
    url('../fonts/muses.ttf?fhm9ap') format('truetype'),
    url('../fonts/muses.woff?fhm9ap') format('woff'),
    url('../fonts/muses.svg?fhm9ap#muses') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'muses' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-organization:before {
  content: "\e91b";
}
.icon-policy:before {
  content: "\e91c";
}
.icon-sub-juui:before {
  content: "\e91d";
}
.icon-sub-seimei:before {
  content: "\e91e";
}
.icon-abc01:before {
  content: "\e917";
}
.icon-abc02:before {
  content: "\e918";
}
.icon-abc03:before {
  content: "\e919";
}
.icon-abc04:before {
  content: "\e91a";
}
.icon-arrow08:before {
  content: "\e915";
}
.icon-arrow09:before {
  content: "\e916";
}
.icon-arrow06:before {
  content: "\e913";
}
.icon-arrow07:before {
  content: "\e914";
}
.icon-arrow05:before {
  content: "\e912";
}
.icon-arrow01:before {
  content: "\e900";
}
.icon-arrow02:before {
  content: "\e901";
}
.icon-arrow03:before {
  content: "\e902";
}
.icon-arrow04:before {
  content: "\e903";
}
.icon-center:before {
  content: "\e904";
}
.icon-exam:before {
  content: "\e905";
}
.icon-excel:before {
  content: "\e906";
}
.icon-eye01:before {
  content: "\e907";
}
.icon-eye02:before {
  content: "\e908";
}
.icon-gakka:before {
  content: "\e909";
}
.icon-gakubu:before {
  content: "\e90a";
}
.icon-link01:before {
  content: "\e90b";
}
.icon-link02:before {
  content: "\e90c";
}
.icon-mail:before {
  content: "\e90d";
}
.icon-news:before {
  content: "\e90e";
}
.icon-pdf:before {
  content: "\e90f";
}
.icon-senkou:before {
  content: "\e910";
}
.icon-word:before {
  content: "\e911";
}




/* ---------------------------------------------
	20 - bootstrap
--------------------------------------------- */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


/* ---------------------------------------------
	21 - br
--------------------------------------------- */
.brPc:before {
	content: "\A" ;
	white-space: pre ;
}

.brSp:before {
	content:normal;
	white-space:normal;
}

/* ---------------------------------------------
	22 - dl
--------------------------------------------- */
dl.inline01 dt {
	float:left;
	margin-right:1em;
}

dl.inline01 dd {
	float:left;
}

/* ---------------------------------------------
	23 - hr
--------------------------------------------- */
hr {
  margin-top: 2%;
  margin-bottom: 2%;
  border: 0;
  border-top: 1px solid #CCC;
}


/* ---------------------------------------------
	24 - responsive
--------------------------------------------- */
.spOnly {
	display:none;
}

.pcOnly {
	/*display:inline-block;*/
}

/* responsiveテーブルにスクロールバー */
.scrollBar::-webkit-scrollbar {
  height: 5px;
}
.scrollBar::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.scrollBar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}


/* ---------------------------------------------
	25 - table color
--------------------------------------------- */
/*.table {
	font-size:0.9em;
}*/

.table thead th {
	font-weight:bold;
	background:#EFEFEF;
}
.table tbody {
	background:#FFF;
}

.table tbody th {
	/*background:#FFF;*/
	font-weight:bold;
}

.table tbody td {
	/*background:#FFF;*/
}


/*lgサイズ1199pxより小さい場合に適用*/
@media only screen and (max-width: 1199px) {
}
/*mdサイズ992pxより大きい場合に適用*/
@media only screen and (min-width: 992px) {
}
/*mdサイズ992pxより小さい場合に適用*/
@media only screen and (max-width: 991px) {
}
/*smサイズ768pxより大きい場合に適用*/
@media only screen and (min-width: 768px) {
}
/*smサイズ768pxより小さい場合に適用*/
@media only screen and (max-width: 767px) {
}
/*xsサイズ480pxより小さい場合に適用*/
@media only screen and (max-width: 479px) {
	
/* ---------------------------------------------
	21 - br
--------------------------------------------- */
	.brPc:before {
		content:normal;
		white-space:normal;
	}
	.brSp:before {
		content: "\A" ;
		white-space: pre ;
	}
}