<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	/*background: url(/gakubu/bun/psychology/ja/images/body_bg.jpg);*/
}

.layout {
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}
.layout2{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* ==== Backgraund === */
#wrap {
	background: url(/gakubu/bun/psychology/ja/images/wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	height: 80px;
	position: relative;
	background: url(/gakubu/bun/psychology/ja/images/hd_bg.jpg) no-repeat;
}
/* ==== Navigation === */
#nav {
	height: 50px;
	background: url(/gakubu/bun/psychology/ja/images/nav_bg.jpg) no-repeat;
}

#nav ul {}
#nav li {
	float: left;
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}

/* ==== Content === */
#con {}
#sidenav {
	width: 220px;
	float: left;
	margin-top:20px;
	background:url(/gakubu/bun/psychology/ja/images/sidenav_bg.jpg) top center no-repeat;
	padding-top:40px;
}
#sidenav ul {
	padding: 0px;
}
#sidenav li {
}
#sidenav li a {
	width: 220px;
	box-sizing:border-box;
	height: auto;
	padding: 12px 5px 5px 23px;
	display: block;
	text-decoration: none;
	background: url(/gakubu/bun/psychology/ja/images/sidenav_icon.png) no-repeat 6px 16px;
	font-size: 14px;
	color: #333333;
	border-bottom:dotted 1px #CCC;
}

#main {
	width: 720px;
	float: right;
	margin-top:20px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img{
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#main a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

/* ==== Footer === */
#ft {
	margin-top:20px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	background: url(/gakubu/bun/psychology/ja/images/ft_bg.jpg) repeat-x;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 15px;
	left: 5px;
}
h2 {
	font-size: 2.2em;
	font-weight:normal;
	padding: 0.8em 0 0.8em 0.9em;
	margin: 0em 0 0.8em 0;
	background: url(/gakubu/bun/psychology/ja/images/h2_bg.jpg) left center no-repeat;
	color: #7240A5;
}
h3 {
	font-size: 1.4em;
	font-weight:normal;
	padding: 0.6em 0 0.6em 2.0em;
	margin: 0.8em 0 0.4em 0;
	background: url(/gakubu/bun/psychology/ja/images/h3_bg.jpg) left center no-repeat;
}
h4 {
	font-size: 1.3em;
	padding: 0.2em 0 0.3em 0.8em;
	margin: 1.2em 0 1em 0;
	border-left:#7341A6 5px solid;
	border-bottom:#7341A6 1px solid;
	}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	margin-top:10px;
	background:url(/gakubu/bun/psychology/ja/images/i_img_bg.jpg) bottom center no-repeat;
	padding-bottom:20px;
}
#i_news {
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 1.0em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 130px;
	background: url(/gakubu/bun/psychology/ja/images/common/news_icon.gif) 0 10px no-repeat;
	padding-left: 15px;
}
#i_side {
	width:220px;
	float:right;
	margin-left:20px;
	}
#i_interview{
	margin-top:25px;
	padding:70px 5px 5px 5px;
	box-sizing:border-box;
	background:url(/gakubu/bun/psychology/ja/images/i_interview_bg.jpg) top center no-repeat;
	border:#7341A6 1px solid;
}
#i_bnr{
	margin-top:25px;
}
#i_bnr img{
	margin-bottom:5px;
}
#hd_bnr{
	float: right;
	margin-top: 25px;
}
#i_party {
	margin-top:25px;
	padding:70px 5px 5px 5px;
	box-sizing:border-box;
	background:url(/gakubu/bun/psychology/ja/images/i_party_bg.jpg) top center no-repeat;
	border:#7341A6 1px solid;
}
/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #7745A9;
    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;
}

/*----Teacher----*/
.interview_text {
	float:left;
	margin-right:30px;
	width:50%;
}
/*----Tab----*/
#tab {
    overflow: hidden;
}
#tab ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#tab li {
	color:#FFFFFF;
    background: linear-gradient(#69379C, #7745A9) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #7341A6;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0 0 10px 10px;
    padding: 6px !important;
    width: 70px;
}
#tab li.select {
    background: linear-gradient(#7745A9, #69379C) repeat scroll 0 0 rgba(0, 0, 0, 0);
    z-index: 1000000000;
}
.disnon {
    display: none;
}
.button a {
  width: 250px;
  background-color: #E9DFF2;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(169,132,206,1);
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 10px 0;
}
.button a:hover {
  box-shadow: 0 1px 0 rgba(136,136,136,1);
  margin: 12px auto 8px;
}


.i_contact{
	border-top: #7341A6 1px dashed;
	border-bottom: #7341A6 1px dashed;
	margin-top: 10px;
}
.i_contact_bdr{
	border-top: #7341A6 1px dashed;
}</pre></body></html>