@charset "utf-8";
/* ===================================================================
リセット及び初期設定 
=================================================================== */
/*-- reset --*/
html {overflow-y: scroll;height:100%;}
body,div,h1,h2,h3,h4,h5,h6,a,p,
strong,em,pre,ul,ol,li,dl,dt,dd,form,select,address,embed,object {
	margin:0px; padding:0px;list-style-type:none; vertical-align:bottom; }
html>/**/body { font-size: small;}/* IE8 */
img {border:none;}
img,abbr,acronym,fieldset {border: 0;}


/* ===================================================================
 
 汎用class
   
=================================================================== */
/*-- crear fix --*/
 /* For modern browsers */
.clear:before, .clear:after { content:""; display:block; overflow:hidden; }
.clear:after { clear:both; }
 /* For IE 6/7 (trigger hasLayout) */
.clear { zoom:1; }

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	color:#666666;
	text-align:center;
	line-height:1.4;
}
#wrapper {
	background: #ffffff;
}
a:link    {color:#0099CC; text-decoration:none;}
a:visited {color:#0099CC; text-decoration:none;}
a:hover   {color:#0066CC; text-decoration:underline;}
a:active  {}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR   {float:right; margin-left:5px;}
.imgL   {float:left; margin-right:5px;}
.btn    {text-align: right;padding-right:10px;}
.textLink {
	padding-left:8px;
	background:url(https://www.hakui-uni.com/images/share/arrow_link.gif) 0 center no-repeat;
}
.strong {font-weight:bold;}
.strongR  {color:#FF6666; font-weight:bold;}
.error  {color:#CC0000;font-weight:bold;}
.att    {color:#CC0000;}
.supp   {font-weight:normal;font-size:10px;}
.alt    {display:none;}
.turn   {margin-right:0;}
.ico-pdf {
	padding:2px 0 2px 20px;
	background:url(https://www.hakui-uni.com/images/share/ico_pdf_s.gif) left center no-repeat;}
.ico-fab {
	padding:2px 0 2px 20px;
	background:url(https://www.hakui-uni.com/images/share/ico_fab.gif) left center no-repeat;}	

a.btnMore {
	color:#ffffff; padding:5px 5px 5px 16px;
	background:#2881b5 url(https://www.hakui-uni.com/images/share/arrow_blue01.gif) left center no-repeat;}
a:hover img.imgLink { opacity: 0.7; filter: alpha(opacity=70); }
.pagetop {clear: both; font-size:85%; text-align: right; margin-bottom:10px;}
.pagetop a {color:#666666; padding-left:8px; background:url(../images/share/arrow_up.gif) 0 center no-repeat; }
.pagetop a:hover {color:#666666; text-decoration:underline;}

.highlight a:hover *{
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
