@charset "UTF-8";
/* ---------- html ---------- */
html {
  overflow-y: scroll;
}

/* ---------- ボディー・body ---------- */
body {
  background: url(/media/images/alumni/bg.png) #f0f0f0 center repeat-y;
  background-color: #ffffff;
  color: #222222;
  font-family: Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  scrollbar-face-color: #a2b1ca;
  scrollbar-shadow-color: #999960;
  scrollbar-darkshadow-color: #999970;
  margin: 0;
  padding: 0;
}

/* ---------- リンク・link ---------- */
a:link {
  color: #000066;
}

a:visited {
  color: #000066;
}

a:hover {
  color: #0000cc;
  /*background-color:#efefef*/
}

a:active {
  color: #ff8000;
}

/* ---------- 画像・image ---------- */
img {
  border: none;
}

/* ---------- 画像マウスオーバー・img_over ---------- */
.img_over1 img {
  width: 29px;
  float: left;
  transition: 0.3s;
}

.img_over1 img:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.img_over2 {
  width: 350px;
  float: left;
  margin-left: 0.5em;
}

#Contents01 {
  width: 400px;
  margin-left: 40px;
}

#Contents02 {
  width: 400px;
  margin-left: 40px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* ----------------------------
-------------------------------
-- mouseoverで画像が拡大する --
-------------------------------
-------------------------------*/
/*
.img_over {
	width: 29px;
	height: 29px;
	overflow: hidden;
	float:left;
}

.img_over img {
  transition: 0.5s;
}
.img_over img:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
*/
/* ---------- ヘッダ・header ---------- */
div#header01 img {
  float: left;
  padding: 15px 0px 15px 0px;
}

div#header02 img {
  float: left;
  padding: 13px 0px 15px 5px;
}

/* ---------- ブレッド・bread ---------- */
p#bread {
  font-size: 9pt;
  margin: 0px 0px 20px 60px;
  clear: both;
}

/* ---------- ヘディング・heading ---------- */
p#heading {
  margin: 0 0 0 50px;
  clear: both;
}

/* ---------- 水平線・line ---------- */
.line01 {
  background-image: url(/media/images/alumni/bar_02.png);
  background-repeat: repeat-x;
  height: 3px;
  width: 960px;
  align: center;
  clear: both;
}

p {
  line-height: 25px;
}

/* ---------- コンテナ・container ---------- */
#container {
  width: 960px;
  margin: 0 auto;
}

/* ---------- コンテンツ・content ---------- */
#content {
  width: 900px;
  margin: 50px auto 0px;
}

/* ---------- スライドショー・SlideShow ---------- */
#SlideShow {
  width: 250px;
  height: 333px;
  float: left;
  margin: 0 0 0 40px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  position: relative;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=0, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=0, enabled=true);
}

#SlideShow img {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* ---------- 右側・right-side ---------- */
#right-side {
  width: 600px;
  float: right;
}

/* ---------- 案内板・alumni_information ---------- */
iframe#alumni_information {
  width: 560px;
  height: 328px;
  scrolling: auto;
  border: 3px solid #bbbbbb;
  float: right;
  margin-bottom: 80px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=0, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=0, enabled=true);
}

/* ---------- リスト・list ---------- */
.ff-ss {
  font-family: 'ＭＳ Ｐゴシック',sans-serif;
  color: brown;
}

span.gray {
  color: #808080;
}

/* ---------- upper/lower ---------- */
#upper {
  float: left;
  width: 900px;
}

#lower {
  float: left;
  width: 920px;
  margin: 0 0 0 20px;
  padding-top: 0px;
}

#lower dl dt {
  line-height: 16px;
  margin: 35px 0 10px 20px;
  font-weight: bold;
}

#lower dl dd {
  margin-bottom: 0.5em;
  margin-left: 3.0em;
  line-height: 20px;
}

/* ---------- コンテンツ ---------- */
#content-left {
  width: 480px;
  float: left;
}

#content-right {
  width: 430px;
  float: right;
}

/*
dl.list01 dt{clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 8.5em;
	padding-left: 5px;
	color: #000}

dl.list01 dd{margin-bottom: 0.8em;
	margin-left: 8.5em;
	line-height: 16px;}

dl.list01 dt{line-height:16px;}

*/
#mail_icon {
  margin-left: 10em;
  margin-top: 20px;
}

.icon {
  vertical-align: middle;
}

/* ---------- 前のページに戻る・back, bt01 ---------- */
.bt01 {
  margin: 40px 0 20px 0;
}

#back {
  clear: both;
  padding-top: 40px;
}

/* ---------- 先頭に戻る・back to top ---------- */
div.backtotop {
  font-size: 19pt;
  font-family: Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  position: fixed;
  bottom: 10px;
  right: 15px;
}

div.backtotop a:link {
  color: #000066;
  text-decoration: none;
}

div.backtotop a:visited {
  color: #000066;
  text-decoration: none;
}

div.backtotop a:hover {
  color: #47577b;
  text-decoration: none;
}

div.backtotop a:active {
  color: #ff8000;
  text-decoration: none;
}

/* ---------- フッタ・footer ---------- */
div#footer {
  background-repeat: repeat-x;
  width: 960px;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 120px;
  clear: both;
}

address {
  font-size: 10pt;
  line-height: 21px;
  font-style: normal;
  text-align: center;
}

/*# sourceMappingURL=alumni-style01_2017.css.map */
