@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

/* @groop reset */
* {margin: 0; padding: 0}
a {text-decoration: none}
ul, ol{list-style: none}
img {vertical-align: middle;}
/* @groop reset END*/

/* フルードイメージ設定*/
img{
max-width: 100%
}
/* フルードイメージ設定END*/

/* ロゴサイズ*/
#logoimage{
	display: block !important;
}
#logoimage_sp{
	display: none !important;
}


body {
font-family: 'Noto Sans JP', sans-serif;
font-size: 14px;
color: #333333;
line-height: 1.5em;
position: relative;
left: 0;
overflow-x: hidden;
background-image: url("../images/bg3.png");
background-repeat: repeat-x;
background-color: none;
}

body a {
	color:#0645ad;
	transition: all .3s;
}

body a:hover{
    text-decoration: underline;
}

body img :not(.headerTop){
	box-shadow: 0 1px 9px -3px rgba(51, 51, 51, 0.3);
}

body a:hover img {
	opacity: 0.8;
}

header{
    text-align: left;
}

header a:hover{
	text-decoration: none;
}

header .headerTop{
    text-align:left;
    line-height: 60px;
    margin:12px 0px 12px 0px;
}

header h1{margin-bottom: 0px;}
header h2{
	color: #ffffff;
	font-size: 15px;
	font-weight:normal;
}

#center h2{

	font-size: 15px;
	display:inline;
	padding-left:3px;
	font-weight:500;
}





#main h2{

	font-size: 15px;
	display:inline;
	padding-left:3px;
	font-weight:500;
}

#main01 h2{

	font-size: 15px;
	display:inline;
	padding-left:3px;
	font-weight:500;
}


#sub1 h2{

	font-size: 15px;
	display:inline;
	padding-left:3px;
	font-weight:500;
}

h1,h2,h3,h4,h5,h6{margin-bottom: 0px}
h1{
font-size: 48px;
line-height: 1
}

#contents{
width: 960px;
margin: 0 auto;
text-align: center;
padding:0px 3px 0px 3px;
min-height: 100vh;
position: relative;/*←相対位置*/
padding-bottom: 24px;/*←footerの高さ*/
box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}



/* メインイメージ*/
#mainimage{
	margin-top: 1.5px;
	margin-bottom: 9px;
	text-align: right;
	z-index: -1;
}


/* グループ*/
#group{
	width:100%;
	height:auto;

}

/* センター*/
#center{
	width:80%;
	float: left;
}



/* センターメインカラム*/
#main01{
	float: left;
	width:30%;
}

/* センターサブカラム*/
#sub0{
	float: right;
	width:70%;
}

/* センターサブカラム*/
#sub1{
	float: right;
	width:20%;
	text-align: left;
}


/* メインカラム*/
#main{
	float: left;
	width:99%;
	margin:18px 0px 12px 12px;
}

/* サブカラム*/
#sub{
	float: right;
	width:32%;
	margin-top:24px;
}





/* 電子リソース*/
#e-resorce{
	width: auto;
	height:auto;
	text-align: left;
	box-sizing: border-box;
	padding: 6px 9px 42px 9px;
	background-color: #CCE4FF;
	border: 0px solid #dddddd;
	border-radius: 6px;
}


#e-resorce img{
	margin:3px 3px 3px 9px;
}

/* @マイライブラリボックス*/

#mylibrary_box{
	width: auto;
	height: 168px;
	text-align: left;
	box-sizing: border-box;
	padding: 6px 9px 9px 9px;
	margin: 15px 0px 0px 15px;
	background-color: #CCE4FF;
	border: 0px solid #dddddd;
	border-radius: 6px;
	color: #333333;
	}


/* @検索ボックス */

#back_searchbox{
	width: auto;
	height: auto;
	text-align: left;
	box-sizing: border-box;
	margin: 0px 0px 0px 15px;
	position: relative;
	border: 0px solid #dddddd;
	border-radius: 6px;
}

.adjust01{
	z-index: -1;
}

#searchbox{
width: 95%;
margin: 0px auto 0px 9px;
}

#searchbox form{
position:relative;
width: 100%;
height: 36px;
border: 1px #ddd solid;
}

#searchbox input{
display: block;
padding-left: 9px;
width: 100%;
height: 36px;
border: 0;
background-color: #fff;
}

:focus::-webkit-input-placeholder { color: white; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
:focus:-moz-placeholder { color: white; }  /* Firefox18以前用 */
:focus::-moz-placeholder { color: white; } /* Firefox19以上用 */
:focus:placeholder-shown { color: white; } /* CSS標準(予定)の記述 */


#searchbox button{
		position: absolute;
		top: 1px;
		bottom: 0;
		right: -8px;
		display: block;
		width: 40px;
		height: 34px;
		border: 0;
}

.search-box-wrapper {
  height: 168px;
  max-width: 600px;
  margin-top: 50px;
  position: relative;
  border: 2px solid #3579B0;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.tab-menu {
  position: absolute;
  top: -45px;
  left: 0;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-menu li {
  padding: 10px 20px;
  background: #f0f0f0;
  border: 1px solid #3579B0;
  border-bottom: none;
  cursor: pointer;
  font-weight: bold;
}

.tab-menu li.active {
  background: #3579B0;
  border-bottom: 1px solid #fff;
  color: #ffffff;
}

.search-box {
   padding: 15px;

}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.search-box form{
position:relative;
width: 100%;
height: 36px;
border: 1px #aaa solid;
}

.search-box input{
display: block;
width: 100%;
height: 36px;
padding-left:3px;
font-size:15px;
border: 0;
background-color: #fff;
}

.search-box button{
		position: absolute;
		top: 1px;
		bottom: 0;
		right: 0px;
		display: block;
		width: 40px;
		height: 34px;
		border: 0;
                background-color:#ddd;
}


/* @検索ボックス ここまで*/

/* @探すボタン */
.e-resorce_btn{
	width: auto;
	height: 24px;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: middle;
	color: #ffffff;
	padding: 6px 6px ;
	background-color: #3579B0;
	border: 0px solid #dddddd;
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	}

.e-resorce_btn:hover {
	opacity: 0.8;
	 }


.mylib_btn{
	width: auto;
	height: 24px;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: middle;
	color: #ffffff;
	padding: 6px 6px ;
	margin: 0px 60px;
	background-color: #64a5b5;
	font-weight: bold;
	font-size: 16px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  }

 .mylib_btn:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
  }


.mylib_btn:hover {
	opacity: 0.8;
	 }
	 
.hoveroff a:hover{
	display:block;
	text-decoration:none;
}




/* @探すボタン ここまで*/
.box_text01{
	display: block;
	margin-bottom:12px;
	color:#555555;
	}

.box_text02{
	display: block;
	margin-bottom:15px;
	color:#555555;
	}

.box_text03{
	display: block;
	margin:15px 0px 9px 12px;
	color:#555555;
	line-height: 1.8em;

	}

.box_text03 a{
	display: block;
	margin:3px 0px 3px 0px;
}

.box_text04{
	display: block;
	margin:12px 0px 0px 12px;
	color:#555555;
	line-height: 1.8em;
	}

.box_text04 a{
	display: inline;
	margin:0px 12px 0px 0px;
	}

.box_text05{
	padding:0px 0px 9px 12px;
	color:#555555;
	}

.box_text06{
	padding:0px 0px 3px 3px;
	text-align: left;
	color:#555555;
}

.box_text07{
	padding:0px 0px 15px 12px;
	text-align: left;
	color:#555555;
}

.box_text08{
	margin: 12px 12px;
}

.box_text09{
	display: block;
	margin:0px 3px 9px 12px;
	}

.box_text10{
	display: block;
	margin:18px 0px 9px 0px;
	}


.fa_size {
	font-size: 0.3em ;
	/*0.8倍の大きさに*/}

/* お知らせ*/

#oshirase{
	width:97%;
	padding:0px 9px 9px 9px;
	margin:6px 0px 12px 0px;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 1px 9px -3px rgba(51, 51, 51, 0.3);
}

#oshirase table{
	border-collapse: collapse;
	width:97%;
}

#oshirase table td {
	font-size: 14px;
	vertical-align: top;
	text-align: left;
}

.oshirase-td1{
	width:100%;
	color:#555555;
	padding:3px 9px 0px 9px;
}

.oshirase-td2{
	width:100%;
	padding:0px 9px 3px 18px;
	border-bottom:1px solid rgb(212, 211, 211);
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}

.oshirase-date{
	font-weight: bold;
	font-size: 15px;
	color: #405FC1;
}

.oshirase-title{
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin:9px 0px;
}

/* お知らせここまで*/

/* バナー*/
.banner p{
	padding:0px 9px;
	margin:0px;

}

/* バナーここまで*/

.riyouannai p{
	padding-top:15px;
	padding-right: 30px;
	
}

.riyouannai_top{
	line-height: 2em;
	text-align:center;
}

.riyouannai_top a{
	text-decoration-line: underline;
	font-weight: bold;
}

/* カレンダーtable設定*/
#calendar{
	width:auto;
	padding:0px 0px 6px 18px;
}

#calendar-mini{
	float: left;
	border-collapse: collapse;
	border:1px solid rgb(212, 211, 211);
	margin-right:10px;
	background-color: #ffffff;
}
#calendar-mini td {
	font-size: 13px;
	vertical-align: top;
	padding:3px 3px;
	border:1px solid rgb(212, 211, 211);
	}

#calendar-info{
	border:none;
	padding:0px 0px;
}

#calendar-info td{
	font-size: 13px;
	padding:3px 3px;
}
/* カレンダーtable設定ここまで*/

/* フッター*/
footer{
	width: auto;
	margin: 0 auto;
	background-color: #3579B0;
	text-align:center;
	padding:24px;
	margin-top:24px;
	color:#ffffff;
}

footer p{
	font: #ffffff;
}

/* フッターここまで*/

/* コンテンツ回り込み解除*/
#contents::after{
	content:"";
	clear:both;
	display:block;
}

.clearleft { 
	clear: left; 
	}

/* コンテンツ回り込み解除ここまで*/



/* バナー*/
.banner{
	width:auto;
	text-align: left;
	padding:12px 0px 0px 0px;
}

.banner img{
	margin:0px 0px 12px 18px;
	box-shadow: 0 1px 9px -3px rgba(51, 51, 51, 0.3);
	border:1px solid #aaa; 
}


/* バナーここまで*/

/* 基本ページ*/

.base{
    border-collapse: collapse;
    margin:6px 0px 12px 0px;
    padding:30px 120px 30px 120px;
    width:auto;
    font-size: 14px;
    background-color: #ffffff;
    text-align: left;
    border-radius: 3px;
	box-shadow: 0 1px 9px -3px rgba(51, 51, 51, 0.3);
}

.base td{
    font-size: 14px;
	text-align:left;
	
}

.base p{
	padding-left:2em;
	text-indent:-1em;
	padding-top:15px;
	padding-right: 2em;

}

.base h3{
    position: relative;
    color: white;
    padding:0.5em 0.5em 0.5em 2em;
    background-color: #0086AB;
	border-radius:0.5em;
	font-size: 15px;
}

.base h3::after {
    position: absolute;
    top: 50%;
    left:1em;
    transform:translateY(-50%);
    content: '';
    width: 13px;
    height:13px;
    background-color: white;
    border-radius:100%;
}

.base h4{
    background: #CBE6F3;
    box-shadow: 0px 0px 0px 5px #CBE6F3;
    border: dashed 1px #96c2fe;
    padding: 0.2em 0.5em;
    color: #446689;
}

.base ul li{
	margin-left:3em;
	text-indent:-1em;
	margin-right: 3em;
	padding-bottom: 12px;
}

.base ol li{
	margin-left:3em;
	text-indent:-1.3em;
	margin-right: 3em;
	padding-bottom: 12px;
}

.base_title{
    border-collapse: collapse;
    width:100%;
	margin:12px 0px 0px 0px;
	font-size: 16px;
}

.base_title td{
    text-align:center;
	padding:10px;
	background-color: #3579B0;
}

.base .riyouannai table{
	border-collapse: collapse; 
	border:1px solid rgb(212, 211, 211); 
	margin-left:24px;
}

.base .riyouannai table td{
	border-collapse: collapse; 
	border:1px solid rgb(212, 211, 211); 
}


	/* 電子ブックページ*/

.ebook1{
    border-collapse: collapse;
    border: 9px solid #e4eece;
    margin:12px 0px 12px 0px;
    width:100%;
    font-size: 14px;
	background-color: #ffffff;
	text-align: left;
}

.ebook1 td{
    border: 1px solid #e4eece;
}

.ebook2{

    background-color: #e4eece;
    font-size: 14px;
}

.ebook4{
    border: 1px solid #e4eece;
    font-size: 14px;
    padding:6px 9px 6px 9px;
    height: 15px;
    width:630px;
}
.ebook5{
    border-collapse: collapse;
    border: 9px solid #fadcc6;
    margin-top:24px;
    width:100%;
    font-size: 14px;
	background-color: #ffffff;
	text-align: left;
}

.ebook5 td{
    border: 1px solid #fadcc6;
}

.ebook6{
    border: 1px solid #fadcc6;
    background-color: #fadcc6;
    font-size: 14px;
}
.ebook7{
    border: 1px solid #fadcc6;
    font-size: 14px;
    padding:6px 9px 6px 9px;
    height: 15px;
    width:630px;
}

.ebook8{
    border-collapse: collapse;
    border: 9px solid #d3e3ef;
    margin-top:24px;
    width:100%;
    font-size: 14px;
    background-color: #ffffff;
	text-align: left;    
}

.ebook8 td{
    border: 1px solid #d3e3ef;
}

.ebook9{
    border: 1px solid #d3e3ef;
    background-color: #d3e3ef;
    font-size: 14px;
}
.ebook10{
    border: 1px solid #d3e3ef;
    font-size: 14px;
    padding:6px 9px 6px 9px;
    width:630px;
}

.ebook11{

    background-color: #CCE4FF ;
    font-size: 14px;
}

.ebook12 {
    border-collapse: collapse;
    border: 9px solid #CCE4FF;
    margin: 12px 0px 12px 0px;
    width: 100%;
    font-size: 14px;
	background-color: #ffffff;
	text-align: left;
}

.ebook13{

    background-color: #b7ffdb;
    font-size: 14px;
}

.ebook14{
    border-collapse: collapse;
    border: 9px solid #b7ffdb;
    margin:12px 0px 12px 0px;
    width:100%;
    font-size: 14px;
	background-color: #ffffff;
	text-align: left;
}

/* データベース*/
.database_base{
    border-collapse: collapse;
    margin:6px 0px 12px 0px;
    padding:30px 96px 30px 96px;
    width:auto;
    font-size: 14px;
    background-color: #ffffff;
    text-align: left;
    border-radius: 3px;
	box-shadow: 0 1px 9px -3px rgba(51, 51, 51, 0.3);
}

.database_base h3{
    position: relative;
    color: white;
    padding:0.5em 0.5em 0.5em 2em;
    background-color: #0086AB;
	border-radius:0.5em;
	font-size: 15px;
}

.database_base h3::after {
    position: absolute;
    top: 50%;
    left:1em;
    transform:translateY(-50%);
    content: '';
    width: 13px;
    height:13px;
    background-color: white;
    border-radius:100%;
}

.database{
    text-align: left;
}

.database1{
    border-collapse: collapse;
    margin:0px 0px 0px 0px;
    width:100%;
    border:none;


}

.database2 {
    border: solid 1px #999;
    border-collapse: collapse;
    padding:9px 0px 9px 18px;
    height: 66px;
    width:150px;
    background-color: #DEDFEF;

    border: none;

}

.database3{
    border: solid 1px #999;
    border-collapse: collapse;
    padding:12px;
    border-right: none;
    vertical-align: top;
    border: none;

}

.database4{
    border: solid 1px #999;
    border-collapse: collapse;
    padding:12px;
    border: none;
    vertical-align: top;
    width:120px;
}

.database4 img{
    padding:0px 0px 6px 0px;

}

.database::after{
	content:"";
	clear:both;
	display:block;
}

.database5{
	display:inline-block;
    border: none;
	vertical-align: top;
	line-height: 2em;
	width:324px;
	font-weight: 500;
}

.database6{
	display:inline-block;
    border: none;
	vertical-align: top;
	line-height: 2em;
	width:324px;
	font-weight: 500;
}

/* リンク集*/
.link_base{
    border-collapse: collapse;
    margin:6px 0px 12px 0px;
    padding:30px 96px 30px 96px;
    width:auto;
    font-size: 14px;
    background-color: #ffffff;
    text-align: left;
    border-radius: 3px;
	box-shadow: 0 1px 9px -3px rgba(51, 51, 51, 0.3);
}

.link1{
    border-collapse: collapse;

    margin:9px 0px 30px 0px;
    width:100%;
    font-size: 14px;
    background-color: #ffffff;
}

.link1 td{
    border: 1px solid #cccccc;
    padding: 3px 6px ;
}

.link2{
    border-collapse: collapse;
    width:200px;
    height:25px;
    background-color: #660099;
}

.link3{
    width:360px;
}

.printcalnedar{
width:100%;
height:720px;
}

.chara1{
	position: absolute;
	top: 24px;
	right: 72px;
	width: 60px;
	z-index: -2;
}

.chara2{
	position: absolute;
	top: 30px;
	right: 126px;
	width: 40px;
	z-index: -2;
}

#marathon_base{
    margin:6px 0px 12px 0px;
    padding:30px 18px 30px 18px;
    width:auto;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
	box-shadow: 0 1px 9px -3px rgba(51, 51, 51, 0.3);
}

#marathon img{
	width: 100%;
}

#marathon{	
display: table;
border-collapse: collapse;
border: solid 1px #999;
}

#marathon td{
	border-collapse: collapse;
	border: solid 1px #ccc;
	background-color:#fff;
	height: 108px;
	padding: 6px;
	text-align: center;
}

#marathon th{
	border: solid 1px #ccc;
	height: 48px;
	color: #ffffff;
	background-color:#3579B0;
}

/* 神戸薬科大学公式サイトリンク*/
#mainsight{
	position: absolute;
	top: 21px;
	right: 12px;
	}

#mainsight a:hover{
	text-decoration: underline;
}

/* グリッドレイアウトページ*/
.container-g {
	margin: 0 auto;
	padding: 5px;
	width: 90%;
	column-count: 3;
	column-gap: 1;
  }

  .container-g img {
	width: 100%;
	vertical-align: bottom;
	border:dotted;
	border-width: 1px;
	position:relative;
	margin-bottom: 9px;
  }
  
  .container-g .caption {
	font-size:		130%;
	text-align: 		center;
	color:			#fff;
}

.container-g　img:hover {
	opacity:		10;	/* マスクを表示しない */
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;

}

.boxsf{
    padding: 0.5em 1em;
    margin: 2em 0;
    background:#3579B0;
    border-bottom: solid 6px #8B90BE;
	border-radius: 9px;
	width: 270px;
}
.boxsf p {
    margin: 0; 
    padding: 0;
}

.avroom {
    width:90%;
    border: 1px solid rgb(153, 153, 153);
    border-image: none; 
    border-collapse: collapse;
}

.sensyo {
    width:90%;
    border: 0;
    border-image: none; 
    border-collapse: collapse;
}

.avroom td{
	padding: 8px;
}

.sensyo td{
	padding: 8px;
}

.shukatsu1{
    border-collapse: collapse;
    width:100px;
    height:25px;
    background-color: #808080;
}

.shukatsu2 {
    width:70%;
    border: 0;
    border-image: none;
    border-collapse: collapse;
}

.shukatsu2 td{
	padding: 8px;
        border-bottom: 1px solid rgb(153, 153, 153);
}

.flex {
  display: flex;
  justify-content:;
  flex-wrap: 50px;
  width:90%;
}

.flex .image {
  width: 400px;
  margin: 10px 10px 10px 100px ;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.flex .text1 {
  margin: 10px 0 0;
  padding: 0;
  text-align:left;
}

.flex .right {
  margin: 0 0 0 20px;
  padding: 0;
}

.flex .title {
  margin: 0;
  padding: 0;
}

.yokonarabi{
    display:flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
}

.avroom1 {
    width:70%;
    border: 1px solid rgb(153, 153, 153);
    border-image: none; 
    border-collapse: collapse;
}

.avroom1 td{
	padding: 8px;
}

.box {
    position: relative;
    text-align: center;
    background-image: url(../images/marathon_sanka.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 380px;
    background-size: 100%;
}

.box-mask {
  width: 100%; 
  height: 100%; 
  background-color: rgba(255,255,255,0.6);
}

.box p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ff0000;
        font-size: 1.2rem;
}

/* @以下は資料からコピー */
.navDrawr>ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.navDrawr>ul>li {
	float: left;
	width: 25%;
	position: relative;
}
.navDrawr a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #3579B0;
	padding: 10px;
}
.navDrawr .sub li:last-child a {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.navDrawr>ul>li>a {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-align: center;
}
.navDrawr>ul>li>a:hover {
	background: #3579B0;
}
.navDrawr .sub {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
}
.navDrawr .sub a {
	color: #1A0DAB;
	background: #ffffff;
	border-bottom: 1px dotted #999999;
	border-right: 1px solid #D7EAFF;
	border-left: 1px solid #D7EAFF;
	padding: 10px 10px 10px 20px;
	font-weight: 500;
}
.navDrawr .sub a:hover {
	background: #8B90BE;
	color: #ffffff;
}



@media only screen and (max-width: 768px) {

body{
	background-color:transparent;
	background-image: none;
}

#contents{
	width: 95%;
	background-color:transparent;
	padding:0px;
}

#wrapper{
	overflow:hidden;
}



/* センターカラム*/
#center{
	float: none;
	width:auto;
}

/* センターメインカラム01*/
#main01{
	float: none;
	width:auto;
}

/* センターサブカラム*/
#sub0{
	float: none;
	width:auto;
}

/* センターサブカラム*/
#sub1{
	float: none;
	width:auto;
}



/* @検索ボックス */
#back_searchbox{
	margin: 0px;
	width: auto;
	height:auto;	
	float: none;
}

.search-box-wrapper {
  height: 198px	;
}

#mylibrary_box{
	width: auto;
	height:auto;
	margin: 18px 0px;
}

#e-resorce{
	height:auto;
}



.box_text01{
	text-align: left;
	font-size: 18px;
}

.box_text02{
	text-align: left;
	font-size: 18px;
}

.box_text03{
line-height: 2
}

.box_text05{
	text-align: left;
	font-size: 18px;
	padding:15px 0px 15px 0px;
	border-top:solid 1.5px #dddddd;
}

.box_text06{
	text-align: left;
	font-size: 18px;
	padding:15px 0px 3px 0px;
	border-top:solid 1.5px #dddddd;
}

.box_text07{
	text-align: left;
	font-size: 18px;
	padding-top: 15px;
	border-top:solid 1.5px #dddddd;
}

#center h2{
	font-size: 16px;
}

#main h2{
	font-size: 16px;
}

#main01 h2{
	font-size: 16px;
}

#sub1 h2{
	font-size: 16px;
}

.mylib_btn{
	margin:0px 0px;
}



/* @お知らせ */
#oshirase{
	width:auto;
}

.oshirase-td2{
	width:100%;
	padding:0px 9px 6px 9px;
}

/* メインカラム*/
#main{
	float: none;
	width:auto;
	margin: 18px 0px;
}

/* サブカラム*/
#sub{
	float: none;
	width:auto;

}


/* フッター*/
footer{
	width: auto;

}

/* ミニカレンダー*/
#calendar{
	width:auto;
	padding:0px 0px 9px 9px;
}

/* バナー*/

#calendar-mini td {
	vertical-align: top;
	padding:5px 5px;
	border:1px solid rgb(212, 211, 211);
}

#sub::after{
	content:"";
	clear:both;
	display:block;
}



.base{
    padding:18px 12px 18px 12px;
   
}


.base p{
	padding-left:1em;
}

.table_overflow{
overflow: auto;
white-space: nowrap;
}

/* 電子ブック*/

.ebook4{
    width:70%;
}

.ebook7{
    width:70%;
}

.ebook10{
    width:70%;
}

/* データベース*/
.database_base{
    padding:9px 0px 9px 0px;
}

.database2 {
    padding:9px 0px 9px 9px;
}

.database3{
    padding:9px;
}

.database4{
	padding:6px;
    width:66px;
}

/* リンク*/
.link_base{
    padding:9px 9px 9px 9px;
}

.link3{
    width:35%;
}

/* バナー*/
.banner{
	padding:36px 0px 0px 0px;
}

.box_text03{
	display: block;
	margin:15px 0px 9px 12px;
	color:#555555;
	}

.box_text04{
	display: block;
	margin:15px 0px 15px 12px;
	color:#555555;
	line-height: 2
	}

.box_text08{
	margin: 15px 12px;
}

.container-g {
	column-count: 2;
	width: 98%;
  }

/* 神戸薬科大学公式サイトリンク*/
#mainsight{
	display: none;
	}

.avroom {
    width:100%;
}

.sensyo {
    width:100%;
}

.sensyo td{
    font-size:12px;
}

.flex {
   width:90%;
   flex-direction: column;
}

.flex .image {
  width: 100%;
  margin: 0 0 0 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.avroom1 {
    width:100%;
}

.shukatsu2 {
    width:90%;
}
	
/* ドロワーメニュー*/
	.navDrawr {
		background-color: #666;
		position: fixed;
		width: 270px;
		top: 72px;
		bottom: 0;
		right: -270px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	body.menuOpen #wrapper{
		padding-top:76px;
	}

	.overlay {
		display: none;
		background-color: rgba(0,0,0,0.49);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	header {
		position:relative;
		padding:0;
		}
		
	body.menuOpen header{
		position: fixed;
		top:0;
		width: 100%;
	}
	
	header .headerTop{
		padding:0px 0px 0px 0px;
	}

	header .siteTitle a{
		margin-left: 0px;
		line-height: 60px;
	}
	.navDrawrBtn {
		text-align: right;
	}
	.navDrawrBtn span {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}
	.navDrawrBtn span::before {
		font-family: FontAwesome;
		content: "\f0c9";
		font-size: 24px;
		color: #3579B0;
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 80px;
	}
	body.menuOpen .navDrawrBtn span::before {
		content: "CLOSE \f00d";
		color: #ffffff;
		font-size: 16px;
		left: -324px;
		top: 40px;
		width: 120px;
	}
	.navDrawr a {
		position: relative;
	}
	.navDrawr a::after {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 9px;
		font-family: FontAwesome;
		content: "\f054";
	}
	.navDrawr>ul>li {
		float: none;
		width: auto;
	}
	.navDrawr>ul>li>a {
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #ffffff;

	}
	.navDrawr .sub {
		position: static;
		display: block!important;

	}




@media only screen and (max-width: 480px) {

/* ロゴサイズ*/
header .headerTop{
	padding:6px 0px 0px 0px;
}

#logoimage{
	display: none !important;
}
#logoimage_sp{
	display: block !important;
}

#main{
		float: none;
		width:auto;
	}

.chara1{
	right: 69px;
	width: 48px;

}

.chara2{
	right: 114px;
	width: 32px;
}

	/* サブカラム*/
	#sub{
		float: none;
		width:auto;
	}

	ul.imgList li{
		float: none;
		width: 98%;
		margin: 1%;
	}

	body.menuOpen #wrapper{
		padding-top:82px;
	}

.container-g {
	column-count: 1;
	  }

	  .grid {
		padding: 5px;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	  }
	  
	  .text {
		padding: 20px;
		background-color: #e0f2f1;
	  }
	  
	  .pic {
		padding: 5px 0;
		background-color: #222;
		color: #fff;
	  }
	  
	  .grid > * {
		border-radius: 8px;
	  }
	  
	  .pic > *:not(img) {
		padding: 0 20px;
	  }

}

/* @以下は資料からコピー【ここまで】 */

}
