/*

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2.  PAGES AND CONTENT
3. COMMON
4. MEDIA QUERIES

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
body {
	background:#f8f8f8 url(../img/pattern.jpg) repeat;
	font:13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif, "メイリオ";
	color: #555;
	-webkit-font-smoothing: antialiased !important;	
}
/** Typography **/
h1,
h3,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 {
  /*font-size: 32px;*/
  font-size: 0px !important;
  /*line-height: 40px;*/
  line-height:none !important;
  margin-bottom:10px !important;
  margin-top:5px !important;
}
h1.span12 {
	line-height:none !important;
	height:auto;
}
h1.span12 img {
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h2 {
  font-size: 24px;
   line-height:36px;
}
h3 {
  font-size: 18px;
  line-height:28px;
}
h4 {
  font-size: 14px;
  ine-height:22px;
}
h5 {
  font-size: 12px;
  line-height:14px;
}
h6 {
  font-size: 10px;
}
p {
  margin: 0 0 15px 0;
}
.col-right p {
  margin: 0 0 25px 0;
}
.col-right ul{
  margin: 0 0 10px 0;
}
/** Lists **/
ul,
ol {
  padding: 0;
  margin: 0 0 0;
  list-style:none;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}
iframe {
	width:100%;
	}
/** Links color **/
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
/** Forms **/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
   box-shadow:0 0 8px #e3e3e3 inset;
   -webkit-shadow:0 0 8px #e3e3e3 inset;
   -moz-shadow:0 0 8px #e3e3e3 inset;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  margin-bottom:20px;
}

.ie7 input.ie7-margin {
	margin-left:-30px;
}


select {
margin-bottom:20px;
}
input.dateinput {
	width:100%;
}
input#email_newsletter, .form-search input {
	margin-bottom:0;
}
label {
  display: block;
  margin-bottom: 5px;
  font-size:12px;
  font-weight:600;
}
.breadcrumb {
  /*margin: -15px 0 20px -15px;*/
  margin: -25px 0 -5px -15px;
  list-style: none;
  background:none;
}
/** Buttons **/
.twitter, .fb {
	position: relative;	
	height: 32px; 
	width: 157px; 
	display: block;
	background: url(../img/twitter_btn.png) no-repeat;
	margin-top:15px;
}

.fb {
	width: 157px; 
	background: url(../img/fb_btn.png) no-repeat; 	
}
.twitter:active, .fb:active {top: 1px;}
.twitter:hover, .fb:hover {
	background-position: 0 -32px;
}
.twitter a, .fb a {
	padding: 5px 0 0 15px; 
	text-shadow: -1px -1px 0px rgba(0,0,0,.3); 
	color:#fff; 
	font-weight: bold; 
	font-size: 12px; 
	height: 32px; 
	display: block;
	line-height:23px;
}
.fb a {padding: 5px 0 0 20px; }
.twitter, .fb {
	display: inline-block;
}
.twitter a:hover, .fb a:hover {
	color: #FFF;
	text-decoration: none;
}

.fb-like > span {vertical-align:baseline !important;margin-right:10px;margin-left:12px;}

a.button_medium, .button_medium, .megamenu > li .drop-down-container a.button_medium {
	border:none;
	background:#099ad1;
	color:#fff;
	padding:7px 12px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease; 
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button_medium:hover, .button_medium:hover, .megamenu > li .drop-down-container  a.button_medium:hover {background:#333;}

a.button_large, .button_large, .megamenu > li .megamenu_fullwidth a.button_large {
	border:none;
	/*background:#099ad1;*/
	background:#EC595C;
	color:#FFF;
	padding:8px 30px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:18px;
}

a.button_large:hover, .button_large:hover, .megamenu > li .drop-down-container  a.button_large:hover {background:#333;}

a.button_red_medium, .button_red_medium, .megamenu > li .drop-down-container  a.button_red_medium {
	border:none;
	background:#ff6666;
	color:#fff;
	padding:7px 12px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button_red_medium:hover, .button_red_medium:hover, .megamenu > li .drop-down-container  a.button_red_medium:hover {background:#333;}

.button_red_small, a.button_red_small, .megamenu > li .drop-down-container  a.button_red_small {
	border:none;
	background:#ff6666;
	color:#fff;
	padding:2px 8px;
	margin-bottom:15px; 
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:11px;
}
.button_red_small:hover, a.button_red_small:hover, .megamenu > li .drop-down-container  a.button_red_small:hover {background:#099ad1;}
.button-align {text-align:right; padding-top:25px;}
.button-align-2 { float:right; margin-top:-30px;}

/* #Site Header
================================================ */
header{
	/*background-color:#2d343e;*/
	background-color:#fff;
	padding:0 0 8px 0;
}
#menu-top{
	float:right;
	color:#d0dbeb;
	font-size:11px;
	/*margin-right:30px;*/
	margin-right:10px;
	margin-top:5px;
}
#menu-top ul li{
	display:inline-block;
	zoom: 1; *display: inline;
}
#menu-top ul li a {
	/*color:#d0dbeb;*/
	color:#848383;
}

.ie7 #menu-top ul li a {
	/*color:#d0dbeb;*/
	color:#848383;
	margin-left:5px;
}
nav{
	width:100%;
	background:#F46190;
	/* Old browsers */
	background:#F46190 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* FF3.6+*/
	background:#F46190 -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));
	/* Chrome,Safari4+*/
	background:#F46190 -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* Chrome10+,Safari5.1+*/
	background:#F46190 -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* Opera11.10+*/
	background:#F46190 -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* IE10+*/
	background:#F46190 linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	margin-bottom:30px;
	color:#fff;
}
#phone {
	background:url(../img/icon-phone.png) no-repeat center right;
	padding-right:46px;
	text-align:right;
	float:right;
	font-size:12px;
	color: #fff;
	margin-top:5px;
}
#phone strong {
	font-size:18px;
	color: #66cccc;
	font-weight:700;
	display:block;
}
/* #Site Footer
================================================ */
footer {
	background-color:#fff;
	color:#666;
	border-top: 1px solid #e0eaf0;
	width:100%;
	/*padding-top:60px;*/
	padding-top:20px;
	padding-bottom:45px;
}
#brand-footer {
	text-align:center;
}

#contacts-footer ul {
	list-style:none; 
	margin-left:0;
}
#contacts-footer ul li {
	line-height:25px;
}
#quick-links ul {
	list-style:none; 
	margin-left:0;
}
#quick-links ul li {
	background:url(../img/arrow-gray.png) left center no-repeat;
	padding-left:15px; 
}

/*============================================================================================*/
/* 2. PAGES AND CONTENT */
/*============================================================================================*/

/* #Homepage
================================================ */
#main-boxes {
	margin-top:-35px;
	position:relative;
	z-index:1;
	/*margin-bottom:35px;*/
	margin-bottom:15px;
}
.feat h3{
	text-shadow: 1px 2px 0px rgba(255,255,255,1);
}
/* #Sliders */
#static-image {
	width:100%;
	max-width:100%;
	margin-top:-20px;
	text-align:center;
	background-color:#0099cc;
}

.feat {
	padding-left:60px;
	position:relative;
	margin-bottom:20px;
}
.feat.last {
	margin-bottom:0px;
}
.feat i {
	color:#F66;
	left:0; 
	position:absolute;
}
/* #Courses
================================================ */
.col-left {
	/*padding:30px 30px 15px 30px;*/
	padding:20px 15px 15px 20px;
	background-color:#fff;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*margin-bottom:30px;*/
	margin-bottom:15px;
	position:relative;
}
.col-right{
	padding:30px 30px 15px 30px;
	background-color:#fff;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:60px;
	position:relative;
}
.col-left h3, .widget h4 {
	text-transform:uppercase;
	font-size:14px;
	color:#bbbbbb;
	margin:0 0 15px 0;
	padding:0;
	line-height:17px;
}
ul.submenu-col {
	list-style:none;
	margin:0;
	padding:0;
	font-weight:700;
	font-size:14px;
}
ul.submenu-col li a {
	text-decoration:none;
	padding: 4px 10px;
	display:block;
	margin-bottom:3px;
}
ul.submenu-col li a#active {
	background:#099ad1 url(../img/arrow.png) no-repeat  96% center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
}
ul.submenu-col li a:hover {
	background:#efefef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#326e99;
}
.strip-courses{
	background:#eaf9ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#395070;
	margin-bottom:30px;
}
.strip-courses.gray{
	background:#f8f8f8;
}
.title-course{
	background:#2d343e;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
	position:relative;
}
.title-course h3{
	font-size: 18px;
	padding: 3px 0 3px 15px;
	color:#fff;
	margin:0;
}
.title-course ul{
	position:absolute;
	color:#fff;
	right:15px;
	top:7px;
}
.title-course ul li{
	display:inline-block;
	font-weight:600;
	margin-left:15px;
	zoom: 1; *display: inline;
}
.strip-courses .description{
	padding:15px;
}
.strip-courses .description ul{
	margin:0;
	padding:0;
}
.strip-courses .description ul li{
	display: inline-block;
	font-weight:600;
	margin-right:8px;
	padding-right:8px;
	border-right: 1px solid #ccc;
	line-height:16px;
	zoom: 1; *display: inline;
}
.strip-courses .description ul li.online{
	color:#ff6666;
}
.strip-courses .description ul li:last-child{
	border-right: none;
}

.box-style-one img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#eaf9ff;
	position:relative;
	text-align:center;
	margin-bottom:20px;
}
.box-style-two img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}
.box-style-one img{
	/*margin: 30px 0 15px 0;*/
}
.box-style-one img.picture{
	margin: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.box-style-one h5{
	background:#2d343e;
	bottom:0;
	left:0;
	padding:4px 0;
	color:#eaf9ff;
	text-transform:uppercase;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.strip-lessons{
	border-bottom: 1px solid #eeeeee;
	/*margin-bottom:30px;*/
	/*padding-bottom:10px;*/
	margin-bottom:5px;
	padding-bottom:5px;
}
.strip-lessons dd{
	border-bottom: 1px solid #eeeeee;
	margin-bottom:6px;
	padding-bottom:6px;
}
.strip-lessons dd:last-child{
	border-bottom:none;
}
.strip-lessons dt{
	margin-left:10px;
}
ul.data-lessons {
	margin-left:0;
	padding-left:0;
}
ul.data-lessons li{
	display:inline-block;
	margin-right:8px;
	padding-right:8px;
	border-right: 1px solid #ccc;
	line-height:16px;
	zoom: 1; *display: inline;
}
ul.data-lessons  li:last-child{
	border-right: none;
}
/* #Staff
================================================ */
.strip-staff{
	border-bottom: 1px solid #eeeeee;
	margin-bottom:25px;
	padding-bottom:25px;
}
.strip-staff .pic-teacher{
	position:relative;
	margin-bottom:15px;
}
.strip-staff h4 em {
	display:block;
	font-weight:normal;
	color:#777;
	font-size:12px;
}
ul.data-staff {
	margin-left:0;
	padding-left:0;
}
ul.data-staff li{
	font-weight:700;
	display:inline-block;
	margin-right:3px;
	padding:8px 12px;
	background-color:#f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	zoom: 1; *display: inline;
}
ul.data-staff li i{
	margin:auto;
}

ul.data-staff li a:hover{
	text-decoration:none;
}

/* #News and event
================================================ */
.news-strip ul{
	margin:0;
	padding:0;
}
.news-strip ul li{
	cursor:pointer;
	list-style:none;
	margin:0;
	padding:0;
	padding: 20px 0 0 0;
	margin-bottom:15px;
}
.news-strip ul li a{
	text-decoration:none;
}
.news-strip ul li:hover{
	background-color:#eaf9ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.date-news {
	float:left;
	background:#f8f8f8;
	text-align:center;
	width:80px;
	height:60px;
	padding-top:20px;
	color:#999;
	font-size:12px;
	border:1px solid #fff;
	font-weight:700;
	 -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
	box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-webkit-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-moz-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	text-shadow: -1px -1px 0px rgba(255,255,255,1);
	margin:0 15px 10px 10px;
}
.date-news strong {
	display:block;
	font-size:24px;
	color:#333;
}
/* #Blog
================================================ */
.tags a {
	display:inline-block;
	margin:5px 14px 10px 0;
	height:33px;
	line-height:33px;
	background: #ededed url(../img/tag_bg.png) no-repeat 91% center;
	padding:0 28px 0 11px;
	color:#646464;	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;
}
.tags a:hover {
	background-color:#099ad1;
	color:#fff;
	text-decoration:none;
}

ul.recent_post li, ul.latest_news li {
	padding:0 0 8px 0;
	margin-bottom:15px;
	border-bottom:1px #e7e7e7 dotted;
	color:#313131;
	list-style:none;
	line-height:18px;
	padding-bottom:15px;
	color:#888;
	font-style:italic;
}
ul.recent_post li div, ul.latest_news li div {
	font-weight:700;
	padding-left:25px;
	font-style:normal
}
ul.recent_post li:last-child, ul.latest_news li:last-child{
	border-bottom:0;
	margin-bottom:0;
}
.post {
	margin-bottom:45px;
}
.post img {
	margin-bottom:18px;
}
.post h2 {
	font-size:36px;
	line-height:36px;
}
.post_info {
	padding:10px 0;
	border-bottom:1px #e7e7e7 solid;
	border-top:1px #e7e7e7 solid;
	margin-bottom:12px;
	color:#555;
}
.post_info span {
	color:#ff6666;
}
.post img {border-radius:5px;
}
.post-left {float:left;
}
.post-left ul li {
	float:left;
	margin-right:10px;
	list-style:none;
}
.post-right {float:right;
}
#comments {
	padding:10px 0 0px 0;
	margin-bottom:15px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;
	
}
.avatar img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
.comment_right {display:table;	}
.comment_info {padding-bottom:7px;}
.comment_info span {padding:0 12px;}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}
/* #Gallery page v.1.4
================================================ */
.picture {margin-bottom:20px; position:relative}
.photo_icon{ background:url(../img/zoom_1.png) no-repeat 10px 10px; display:none; height:92%; left:0px; position:absolute; top:0; width:100%; z-index:1;}
.video_icon_youtube{ background:url(../img/icon_play.png) no-repeat 10px 10px; display:none; height:92%; left:0px; position:absolute; top:0; width:100%; z-index:1;}
.video_icon_vimeo{ background:url(../img/icon_play.png) no-repeat 10px 10px; display:none; height:92%; left:0px; position:absolute; top:0; width:100%; z-index:1;}
/*============================================================================================*/
/* 3. COMMON */
/*============================================================================================*/
.add-bottom-20 {margin-bottom:30px;}
#toTop {width:100px;border:1px solid #ccc;background:#f7f7f7;text-align:center;padding:5px;position:fixed; bottom:10px;right:10px;cursor:pointer; display:none;color:#333;font-size:11px;}

hr.double {
  margin: 10px 0 20px 0;
  border: 0;
  border-top: 1px solid #cedee7;
  border-bottom: 1px solid #ffffff;
}
ul.list_1, ul.list_2, ul.list_3, ul.list_4{ padding-bottom:15px;}
ul.list_1 li{background:url(../img/tick_1.png) no-repeat left 3px;line-height:18px;padding-left:20px;}
ul.list_2 li{background:url(../img/arrow_2.png) no-repeat 3px 5px;line-height:18px;padding-left:20px;}
ul.list_3 li{background:url(../img/arrow_3.png) no-repeat 5px 7px;line-height:18px;padding-left:20px;}
ul.list_4 li{background:url(../img/arrow_4.png) no-repeat 4px 6px;line-height:18px;padding-left:20px;}

.borders:after,
.borders:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  bottom: -2px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #e2e2e2;
  border-top: 0;
}
.borders:before {
  bottom: -4px;
  left: 6px;
  right: 6px;
}
.box-style-1{
	padding:30px 30px 10px 30px;  
	background: #eaf9ff; 
	box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	border:1px solid #fff; 
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#2e415c;
	position:relative;
}
.box-style-1.ribbon{
	background: #eaf9ff url(../img/sticker-1.png) no-repeat top right;
}
.box-style-2 a  {
	color:#fff;
	display:block;
	font-size:14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3); 
	padding:25px 25px 5px 25px;
	text-decoration:none;
	font-weight:700;
	 -webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
  	-moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
	box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	transition: background .8s ease; 
	-webkit-transition: background .8s ease; 
	-moz-transition: background .8s ease;
	margin-bottom:15px;
	/*background: #0099cc;*/
	background: #e65177;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.box-style-2 img {
	 float:right; margin: 0 0 15px 20px
}
.box-style-2 h3 {
	color: #FF9;
	/*font-size:28px;*/
	font-size:19px;
}
.box-style-2.green a:hover  {
	background: #669933;
}
.box-style-2.orange a:hover  {
	background: #F60;
}
.box-style-2.red a:hover  {
	background: #ff6666;
}
/* #Table style*/
.table-bordered thead tr {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #eeeeee, #dadada);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dadada));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dadada);
  background-image: -o-linear-gradient(top, #eeeeee, #dadada);
  background-image: linear-gradient(to bottom, #eeeeee, #dadada);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdadada', GradientType=0);
}
.table-bordered thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered thead tr th:first-child {
  border-left-color: #CCC;
}
.table-bordered thead tr th:last-child {
  border-right: none;
}
.table-bordered tbody tr:first-child td {
  border-top-color: #CCC;
}
.table-bordered tbody tr td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.table-bordered tbody tr td:first-child {
  border-left-color: #DDD;
}
.table-bordered tbody tr td:last-child {
  border-right: none;
}
.table-bordered thead tr {
  background: #EEE;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* IE10+ */

  background: linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* W3C */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
}
.table-bordered thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered thead th:first-child {
  border-left-color: #CCC;
}
.table-bordered thead th:last-child {
  border-right: none;
}
.table-bordered tbody td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.table-bordered tbody tr td:first-child {
  border-left-color: #DDD;
}
.table-bordered tbody tr td:last-child {
  border-right: none;
}

#message-newsletter, #message-visit, #message-contact { margin: 10px 0; padding: 0;}
.error_message { display: inline-block; background: #ed1c24; padding: 5px; color:#fff;}
.loader { padding: 0 10px; }
#success_page { background: #66cc00; padding: 5px;  color:#fff; display: inline-block; }
span.required{ font-size: 13px; color: #ff6666; } /* Select the colour of the * if the field is required. */

.main-img { 
	margin:-30px -30px 30px -30px; 
	overflow:hidden;
	position:relative;
}
.main-img p.lead {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=70);
	opacity:0.7;
	position: absolute;
	bottom:-25px;
	padding:15px 20px;
	color:#fff;
	line-height:24px;
}
.main-img img {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

/* javascripts */
/*a.accrodian-trigger { display:block; margin:5px 0; background: #f5f5f5 url(../img/plus.png) no-repeat center right; cursor:pointer ; font-size:16px;padding:5px 15px ; line-height:32px; transition: background .5s ease;margin-bottom:5px;}*/
a.accrodian-trigger { display:block; margin:5px 0; background: #f5f5f5; cursor:pointer ; font-size:16px;padding:5px 15px ; line-height:32px; transition: background .5s ease;margin-bottom:5px;}
/*a.accrodian-trigger:hover{ text-decoration:none; background:#099ad1 url(../img/plus.png) no-repeat center right; color:#fff;}*/
a.accrodian-trigger:hover{ text-decoration:none; background:#D75879; color:#fff;}
 /*a.accrodian-trigger:focus  { text-decoration:none; background:#099ad1 url(../img/minus.png) no-repeat center right; color:#fff;}*/
 a.accrodian-trigger:focus  { text-decoration:none; background:#099ad1; color:#fff;}.accrodian-data { padding:0 15px;}
.togglehandle { background: #f5f5f5 url(../img/plus.png) no-repeat center right; padding:8px 15px ; border:1px solid #D6D4CB; cursor:pointer; display:block; margin-bottom:5px; font-size:16px;}
.toggledata { padding:0 15px;}

/* messages */
.errormsg, .alertmsg, .successmsg, .infomsg, .infomsg2 { display: block; margin: 20px 0; padding: 15px 8px 15px 15px; position: relative; color:#666666!Important; }
.alert i { float:left; line-height:22px;}
.errormsg { background-color: #FCCAC1;  border: 1px solid #E18B7C; }
.errormsg i {color:#E18B7C; }
.alertmsg { background-color: #FFE9AD; border: 1px solid #EAC572;}
.alertmsg i{color:#EAC572;}
.successmsg { background-color: #EFFEB9;  border: 1px solid #C1D779; }
.successmsg i{ color:#C1D779}
.infomsg { background-color: #DEEEFA;border: 1px solid #AFD3F2; }
.infomsg i { color: #AFD3F2; }
.infomsg2 { background-color: #FFFFFF; border: 1px solid #AFD3F2; }
a.clostalert { background: url("../img/messages.png") no-repeat scroll 0 -310px transparent; cursor: pointer; height: 15px; overflow: hidden; position: absolute; right: 5px; text-indent: 9999px; top: 5px; width: 15px; }

/* tabs */
.tab-content {
  overflow: auto;
  margin-bottom:20px;
}

/* #ie10 BORDER RADIUS FIXED*/
.ie10 .col-left, .ie10 .col-right, .ie10 ul.submenu-col li a#active, .ie10 .strip-courses, .ie10 .title-course, .ie10 .box-style-one, .ie10 .box-style-one img.picture, .ie10 .box-style-one h5, .ie10 ul.data-staff li, .ie10 .news-strip ul li:hover, .ie10 .date-news, .tags a, .ie10 .post img, .ie10 .avatar img, .ie10 .box-style-1, .ie10 .main-img img, .ie10 a.button_medium, .ie10 .button_medium, .ie10 .megamenu > li .drop-down-container a.button_medium, .ie10 a.button_large, .button_large, .ie10 .megamenu > li .drop-down-container a.button_large, .ie10 a.button_red_medium, .ie10 .button_red_medium, .ie10 .megamenu > li .drop-down-container a.button_red_medium, .ie10 .button_red_small, .ie10 a.button_red_small, .ie10 .megamenu > li .drop-down-container a.button_red_small, .ie10 .img-rounded, .ie10 .megamenu > li .drop-down-container, .ie10 .drop-down-container ul.tabs a, .ie10 .drop-down-container#icon-menu a, .ie10 .box-style-1, .ie10 .box-style-2 a   {border-radius: 0;}

.ie10 select,
.ie10 textarea,
.ie10 input[type="text"],
.ie10 input[type="password"],
.ie10 input[type="datetime"],
.ie10 input[type="datetime-local"],
.ie10 input[type="date"],
.ie10 input[type="month"],
.ie10 input[type="time"],
.ie10 input[type="week"],
.ie10 input[type="number"],
.ie10 input[type="email"],
.ie10 input[type="url"],
.ie10 input[type="search"],
.ie10 input[type="tel"],
.ie10 input[type="color"],
.ie10 .uneditable-input {border-radius: 0;}
/*============================================================================================*/
/* 3. MEDIA QUERIES */
/*============================================================================================*/
@media (min-width: 768px) and (max-width: 1200px) {
	input#email_newsletter, .form-search input  {
	margin-bottom:5px;
}
	}
@media (min-width: 768px) and (max-width: 979px) {
	.box-style-2 img {
	 float:none; margin: auto;
	 margin-bottom:20px;
	 display:block;
}
.box-style-2.green a  {
	background: #669933;
}
.box-style-2.orange a  {
	background: #fab90c;
}
.box-style-2.red a  {
	background: #ff6666;
}
.box-style-2.green a:hover, .box-style-2.orange a:hover, .box-style-2.red a:hover {
	background:#2d343e ; 
}
input.dateinput {
	width:70%;
}
.post-right {float:left;}

.feat {
	padding-left:0;
}
.feat i {
	position:relative;
	padding-bottom:15px;
	top:0; 
	left:0;
	display:block;
}
.strip-courses .button_medium.button-align-2{float:none; margin-top:15px;}
}

/* From tablet portrait to mobile */
@media (max-width: 767px) {
#logo img  {
	visibility:hidden;
	display:none;
}	
#main-boxes {
	/*margin-top:30px;banner*/
	margin-top:10px;/*banner*/
}
.post-right {float:left;}
#logo {
		text-align:center;
		/*background: url(../img/logo-mobile.png) center top no-repeat;*/
		background: url(../img/logo.jpg) center top no-repeat;
		/*height:45px;*/
		height:60px;
		margin-bottom:10px;
}
 #menu-top {
		/*text-align:center;*/
		text-align:left;
		float:none;
		margin:0 0 0 10px;
}	
header {
	margin-left:-20px;
	margin-right:-20px;
}
nav, footer, #features{
	margin-left:-20px;
	margin-right:-20px;
	padding-left:20px;
	padding-right:20px;
}	
.twitter, .fb {
	margin-bottom:25px;
}
.button-align {text-align:left; padding-top:0;}
.strip-staff .pic-teacher{
	width:60%;
	height:auto;
}
.strip-courses .button_medium.button-align-2{float:none; margin-top:15px;}
}	

/* Mobile portrait */
@media (max-width: 480px) {
	#logo {
		text-align:center;
		/*background: url(../img/logo-mobile.png) center top no-repeat;*/
		background: url(../img/logo.jpg) center top no-repeat;
		/*height:45px;*/
		height:60px;
		margin-bottom:10px;
}
	.title-course ul{
	position:relative;
	color:#fff;
	right: 0;
	left:0;
	top:0;
	padding:0;
	margin:0;
	padding-bottom:15px;
}
.title-course ul li{padding:0;}

.strip-courses .button_medium.button-align-2{float:none; margin-top:15px;}

}



/* 共通ヘッダ：レスポンシブ対応（ミニタブレット） */
@media screen and (max-width: 640px){

body #kandaicommon_header ul#kandaicommon_navi{
	width:343px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi01{
	display:none;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi02{
	width:80px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi03{
	width:98px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04{
	width:76px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi05{
	width:89px;
}
}

/* 共通ヘッダ：レスポンシブ対応（スマートフォン） */
@media screen and (max-width:480px){

body #kandaicommon_header{
	/*height:42px;*/
	height:42px !important;
	background-position:bottom left;
	background-color:#fff;
}
body #kandaicommon_header img.kandaicommon_title{
	padding:8px 0 0 0;
}
body #kandaicommon_header ul#kandaicommon_navi{
	/*width:190px;*/
	width:190px;
	/*height:42px;*/
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi01{
	display:none;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi02{
	width:86px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi03{
	width:104px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04{
	width:91px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04 a{
  margin-left:9px;
}
}
@media screen and (max-width:360px){

body #kandaicommon_header{
	/*height:42px;*/
	height:42px !important;
	background-position:bottom left;
	background-color:#fff;
}
body #kandaicommon_header img.kandaicommon_title{
	padding:8px 0 0 0;
}
body #kandaicommon_header ul#kandaicommon_navi{
	/*width:190px;*/
	width:170px;
	/*height:42px;*/
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi01{
	display:none;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi02{
	width:80px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi03{
	width:90px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04{
	width:80px;
}
body #kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04 a{
  margin-left:0px;
}
#logo{-moz-background-size:contain !important;
background-size:contain !important;
}

}

#kandaicommon_header img {
	height:auto !important;
}

#kandaicommon_header li {
	line-height:normal !important;
}
#kandaicommon_header {
	margin-bottom:8px !important;
}

#kandaicommon_navi {
	padding-right:10px !important;
}


/* 検索 */

#searchbox{
	float: right;
	width: 215px;
	padding: 5px 0 0 0;
	height:30px;
}
#searchbox form img{
	vertical-align: middle;
}

/* Google Search */
#searchbox #g-searchtext{
	width: 80px;
	font-size: 9px;
	padding: 2px 0;
	vertical-align: top;
}

@media screen and (min-width:481px){
.s2{display:none;}
}
@media screen and (max-width:480px){
.s1{display:none;}
.googlelogo{display:none;}
#searchbox{
width:120px;}
}

/* 関大用リンクアイコン */


.snav1{
	margin-left:20px;
}
.snav1 li{
}
.snav1 li a{
	background: #fff url(../img/common/icon02.gif) no-repeat 5px center;
	display: block;
	color: #e65177;
	/*line-height: 1.3;
	text-decoration: none;
	border: #b8c5ce 1px solid;
	padding: 12px 5px 12px 22px;*/
	/*zoom: 1;*/ /* for IE6/7 */
	/*margin-right:3px;*/
	padding:3px 3px 3px 22px;
}
.snav1 li a:hover{
	background: #FFD8D9 url(../img/common/icon02_on.gif) no-repeat 5px center;
	/*border: #b8c5ce 1px solid*/
}
.snav1 li a.current,
.snav1 li a.parentsLink{
	background: #FFD8D9 url(../img/common/icon02_on.gif) no-repeat 5px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*font-weight: bold;
	border: #b8c5ce 1px solid*/
}

.snav1 li ul li a{
	background: #fff url(../img/common/icon02.gif) no-repeat 25px center;
	padding-left:44px !important;
	/*display: block;
	color: #333;
	line-height: 1.3;
	text-decoration: none;
	border: #b8c5ce 1px solid;
	padding: 12px 5px 12px 42px;
	zoom: 1;*/ /* for IE6/7 */
	/*margin-right:3px;
	margin-left:-3px;*/
}
.snav1 li ul li a:hover{
	background: #FFD8D9 url(../img/common/icon02_on.gif) no-repeat 25px center;
	/*border: #b8c5ce 1px solid*/
}
.snav1 li ul li a.current,
.snav1 li ul li a.parentsLink{
	background: #FFD8D9 url(../img/common/icon02_on.gif) no-repeat 25px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*font-weight: bold;
	border: #b8c5ce 1px solid*/
}


.snav2{
	margin-left:20px;
}
.snav2 li{
}
.snav2 li a{
	background: #fff url(../img/common/icon01.gif) no-repeat 5px center;
	display: block;
	/*color: #333;
	line-height: 1.3;
	text-decoration: none;
	border: #b8c5ce 1px solid;
	padding: 12px 5px 12px 22px;*/
	/*zoom: 1;*/ /* for IE6/7 */
	/*margin-right:3px;*/
	padding:3px 3px 3px 22px;
}
.snav2 li a:hover{
	background: #e7f3ff url(../img/common/icon01_on.gif) no-repeat 5px center;
	/*border: #b8c5ce 1px solid*/
}
.snav2 li a.current,
.snav2 li a.parentsLink{
	background: #e7f3ff url(../img/common/icon01_on.gif) no-repeat 5px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*font-weight: bold;
	border: #b8c5ce 1px solid*/
}

.snav2 li ul li a{
	background: #fff url(../img/common/icon01.gif) no-repeat 25px center;
	padding-left:40px !important;
	/*display: block;
	color: #333;
	line-height: 1.3;
	text-decoration: none;
	border: #b8c5ce 1px solid;
	padding: 12px 5px 12px 42px;
	zoom: 1;*/ /* for IE6/7 */
	/*margin-right:3px;
	margin-left:-3px;*/
}
.snav2 li ul li a:hover{
	background: #e7f3ff url(../img/common/icon01_on.gif) no-repeat 25px center;
	/*border: #b8c5ce 1px solid*/
}
.snav2 li ul li a.current,
.snav2 li ul li a.parentsLink{
	background: #e7f3ff url(../img/common/icon01_on.gif) no-repeat 25px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*font-weight: bold;
	border: #b8c5ce 1px solid*/
}


.snav3{
	margin-left:20px;
}
.snav3 li{
}




ul.submenu-col2 {
	list-style:none;
	/*margin:0;
	padding:0;*/
	font-weight:700;
	font-size:13px;
}
ul.submenu-col2 li a {
	text-decoration:none;
	/*padding: 4px 10px;*/
	display:block;
	/*margin-bottom:3px;*/
	margin-bottom:10px;
}
ul.submenu-col2 li a#active {
	background:#099ad1 url(../img/arrow.png) no-repeat  96% center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
}
ul.submenu-col2 li a:hover {
	/*background:#efefef;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#000;
}

.activeh3 {
	font-size:1.3em !important;
}

.activeh3 a {
	background :#fff url(../img/common/icon02.gif) no-repeat  5px center;
	color:#e65177;
	padding-left:22px !important;
}

.activeh3 a:hover {
	background :#fff url(../img/common/icon02_on.gif) no-repeat  5px center;
	color:#f77393;
}

.activeh3g {
	font-size:1.3em !important;
}

.activeh3g a {
	background :#fff url(../img/common/pinklink.png) no-repeat  5px 4px;
	color:#EC4C96;
	padding-left:22px !important;
}

.activeh3g a:hover {
	background :#fff url(../img/common/pinklink_on.png) no-repeat  5px 4px;
	color:#F988BF;
}

.activeh3en {
	font-size:1.3em !important;
}

.activeh3en a {
	background :#fff url(../img/common/icon02.gif) no-repeat  5px 4px;
	color:#e65177;
	padding-left:22px !important;
}

.activeh3en a:hover {
	background :#fff url(../img/common/icon02_on.gif) no-repeat  5px 4px;
	color:#f77393;
}


/* サイドバータイトル青 */

.fcblue1 {
	color:#0C83CA !important;
}


/* 新着情報一覧ボタン */

.viewallnews {
	margin-top:-30px;
	padding-left:110px;
	font-weight:bold;
}

/* イベントカレンダーリンクボタン */

.viewcal {
	margin-top:-29px;
	text-align:right;
	font-weight:bold;
}

/* 教員エッセイ top*/

.essay p {
	margin-bottom:5px !important;
	text-align:right;
}

.essay div {
	margin-bottom:10px;
}


/* KUBIC新着情報一覧ボタン */

.viewallnews2 {
	margin-top:-30px;
	padding-left:260px;
	font-weight:bold;
}

/* リンク矢印設定　ガイドライン用 */

.linkred a{
	background: url(../img/common/icon02.gif) no-repeat 5px center;
	display: block;
	padding-left:22px;
	color:#e65177 !important;
}
.linkred a:hover{
	background: url(../img/common/icon02_on.gif) no-repeat 5px center;
	color:#fff !important;
}

.linkredred a{
	background: url(../img/common/icon02.gif) no-repeat 5px 4px;
	display: block;
	padding-left:22px;
	color:#e65177 !important;
}
.linkredred a:hover{
	background: url(../img/common/icon02_on.gif) no-repeat 5px 4px;
	text-decoration:underline !important;
}

.linkredcam a{
	background: url(../img/common/icon07.gif) no-repeat 5px center;
	display: block;
	padding-left:22px;
}
.linkredcam a:hover{
	background: url(../img/common/icon07_on.gif) no-repeat 5px center;
}


.linkredside a{
	display: block;
	color: #e65177;
	padding:3px 3px 3px 22px;
	background: url(../img/common/icon02.gif) no-repeat 5px center;
}
.linkredside a:hover{
	background: #FFD8D9 url(../img/common/icon02_on.gif) no-repeat 5px center;
}
.linkredside a.current,
.linkredside a.parentsLink{
	background: #FFD8D9 url(../img/common/icon02_on.gif) no-repeat 5px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.linkredcamside a{
	background:  url(../img/common/icon07.gif) no-repeat 5px center !important;
	display: block;
	color: #e65177;
	padding:3px 3px 3px 22px !important;
}
.linkredcamside a:hover{
	background: #FFD8D9 url(../img/common/icon07_on.gif) no-repeat 5px center !important;
}
.linkredcamside a.current,
.linkredcamside a.parentsLink{
	background: #FFD8D9 url(../img/common/icon07_on.gif) no-repeat 5px center !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}





.linkblue a{
	background: url(../img/common/icon01.gif) no-repeat 5px center;
	display: block;
	padding-left:22px;
}
.linkblue a:hover{
	background:  url(../img/common/icon01_on.gif) no-repeat 5px center;
}

.linkbluecam a{
	background:  url(../img/common/icon05.gif) no-repeat 5px center;
	display: block;
	padding-left:22px;
}
.linkbluecam a:hover{
	background:  url(../img/common/icon05_on.gif) no-repeat 5px center;
}

.linkblueheader a{
	background: url(../img/common/icon01.gif) no-repeat 2px center;
	padding-left:17px;
}
.linkblueheader a:hover{
	background:  url(../img/common/icon01_on.gif) no-repeat 2px center;
}

.linkbluecamheader a{
	background:  url(../img/common/icon05.gif) no-repeat 2px center;
	padding-left:17px;
}
.linkbluecamheader a:hover{
	background:  url(../img/common/icon05_on.gif) no-repeat 2px center;
}

.linkbluesmheader a{
	background:  url(../img/common/smlink.png) no-repeat 2px center;
	padding-left:17px;
}
.linkbluesmheader a:hover{
	background:  url(../img/common/smlink_on.png) no-repeat 2px center;
}

.linkwhite a{
	background: url(../img/common/icon11.gif) no-repeat 5px center;
	display: block;
	padding-left:22px;
	color:#fff !important;
}
.linkwhite a:hover{
	background:  url(../img/common/icon11_on.gif) no-repeat 5px center;
	color:#e65177 !important;
}

.linkwhite2 a{
	background: url(../img/common/icon11.gif) no-repeat 5px center;
	display: block;
	padding-left:22px;
	color:#fff !important;
}
.linkwhite2 a:hover{
	background:  url(../img/common/icon11_on.gif) no-repeat 5px center;
	color:#fff !important;
	text-decoration:underline !important;
}

.linkorange a{
	background: url(../img/common/orangelink.png) no-repeat 5px center;
	padding-left:22px;
}
.linkorange a:hover{
	background:  url(../img/common/orangelink_on.png) no-repeat 5px center;
}

.linkorangef a{
	background: url(../img/common/orangelink.png) no-repeat 5px center;
	display: block;
	padding-left:22px;
	color:#DA8440 !important;
}
.linkorangef a:hover{
	background:  url(../img/common/orangelink_on.png) no-repeat 5px center;
	text-decoration:underline !important;
}

.linkorangecam a{
	background:  url(../img/common/orangelinkcam.png) no-repeat 5px center;
	display: block;
	padding-left:22px;
}
.linkorangecam a:hover{
	background:  url(../img/common/orangelinkcam_on.png) no-repeat 5px center;
}

.linkorangeside a{
	display: block;
	color: #DA8440;
	padding:3px 3px 3px 22px;
	background: url(../img/common/orangelink.png) no-repeat 5px center;
}
.linkorangeside a:hover{
	background: #F7D897 url(../img/common/orangelink_on.png) no-repeat 5px center;
}
.linkorangeside a.current,
.linkorangeside a.parentsLink{
	background: #F7D897 url(../img/common/orangelink_on.png) no-repeat 5px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.linkorangecamside a{
	background:  url(../img/common/orangelinkcam.png) no-repeat 5px center;
	display: block;
	color: #DA8440;
	padding:3px 3px 3px 22px;
}
.linkorangecamside a:hover{
	background: #F7D897 url(../img/common/orangelinkcam_on.png) no-repeat 5px center;
}
.linkorangecamside a.current,
.linkorangecamside a.parentsLink{
	background: #F7D897 url(../img/common/orangelink_on.png) no-repeat 5px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.linkpinkf a{
	background: url(../img/common/pinklink.png) no-repeat 5px center;
	display: block;
	padding-left:22px;
	color:#ec4c96 !important;
}
.linkpinkf a:hover{
	background:  url(../img/common/pinklink_on.png) no-repeat 5px center;
	text-decoration:underline !important;
}

.linkpinkside a{
	display: block;
	color: #EC4C96;
	padding:3px 3px 3px 22px;
	background: url(../img/common/pinklink.png) no-repeat 5px center;
}
.linkpinkside a:hover{
	background: #FEDBED url(../img/common/pinklink_on.png) no-repeat 5px center;
}
.linkpinkside a.current,
.linkpinkside a.parentsLink{
	background: #FEDBED url(../img/common/pinklink_on.png) no-repeat 5px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.linkpinkcamside a{
	background:  url(../img/common/pinklinkcam.png) no-repeat 5px center;
	display: block;
	color: #EC4C96;
	padding:3px 3px 3px 22px;
}
.linkpinkcamside a:hover{
	background: #FEDBED url(../img/common/pinklinkcam_on.png) no-repeat 5px center;
}
.linkpinkcamside a.current,
.linkpinkcamside a.parentsLink{
	background: #FEDBED url(../img/common/pinklink_on.png) no-repeat 5px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}








.megamenu > li .drop-down-container  a.button_red_small {
	background: #ff6666 url(../img/common/icon11.gif) no-repeat 5px center;
	padding-left:22px;
}

.megamenu > li .drop-down-container  a.button_red_small:hover {
	background:#099ad1 url(../img/common/icon11_on.gif) no-repeat 5px center;
	}

/*レイアウト調整用*/

.m0 {margin:0;}

.p0 {padding:0;}

.pb0 {padding-bottom:0 !important;}

.p10 {padding:10px;}

.center {text-align:center;}

.mcenter {margin-left:auto !important; margin-right:auto !important;}

.right {float:right;}

.left {float:left;}

.mr0 {margin-right:0px !important}

.mr10 {margin-right:10px !important}

.mr15 {margin-right:15px !important}

.ml15 {margin-left:15px !important;}

.ml25 {margin-left:25px !important;}

.ml20 {margin-left:20px !important;}

.ml30 {margin-left:30px !important;}

.mt20 {margin-top:20px !important;}

.mb0 {margin-bottom:0 !important;}

.mb10 {margin-bottom:10px !important;}

.mb15 {margin-bottom:15px !important;}

.mb20 {margin-bottom:20px !important;}

.mb30 {margin-bottom:30px !important;}

.mb80 {margin-bottom:80px !important;}


.bgwhite {background-color:#fff;}

.floatnone li {float:none !important;}

.copyright {
	font-size:80%;
	padding-top:20px;
	text-align:center;
}


footer a {
	color:#C0393B;
}

footer a:hover {
	color:#C0393B;
	text-decoration:underline;
}

.lh12em {line-height:1.2em !important;}

.lh13em {line-height:1.3em !important;}

.fs11em {font-size:1.1em;}

.fs12em {font-size:1.2em;}

.fs13em {font-size:1.3em;}

.ql li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.ql li ul {
	margin-left:10px;
}

.ql li ul li ul {
	margin-left:20px;
}

.bold {
	font-weight:bold;
}

.movcap {
	display:block;
	margin-top:-20px;
	margin-bottom:20px;
	text-align:right;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.clearboth {clear:both;}

.sidebanner {
	margin-bottom:20px;
}

.sidebanner li {
	margin-top:5px !important;
}

/*パンクズリンク色*/
.breadcrumb a {
	color:#e65177;
}

.breadcrumb a:hover {
	color:#f77393;
}

.grad a {
	background-color:#EC4C96 !important;
}
.grad a:hover {
	background-color:#F6A2C8 !important;
}

li:hover.grad0{
	background-color:#EC4C96 !important;
	}


/*特別プログラム*/
.report {
	background: url(../img/curriculum/report_bg.gif) repeat-y 0 0;
	background-size: contain;
	border-bottom:solid #fdf3e7 10px;
	margin-bottom:10px;
}

.report p {
	padding: 0 20px 12px;
	line-height: 1.83;
	font-size: 93%;
}

#besta-content,#blsp-content,#dsi-content,#alsp-content,#blsp-content{
	padding: 20px;
	background-color: #FDF3E7;
}
#besta-content p,#blsp-content p,#dsi-content p,#alsp-content p,#blsp-content p{
	line-height: 1.83;
	margin: 0 0 20px;
	font-size: 93%;
}

.basta-program {
	padding: 30px 0 20px;
}
.basta-program table{
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.25;
}
.basta-program table caption{
	padding: 0 0 5px;
	font-weight: bold;
	text-align: left;
	color: #333;
}
.basta-program table thead th{
	background-color: #e7e2db;
	text-align: center;
	border: #b7afa6 1px solid;
	padding: 5px 0px 2px 0px;
	line-height: 1.25;
}
.basta-program table thead td{
	background-color: #ffdeb7;
	text-align: center;
	border: #b7afa6 1px solid;
	padding: 8px 5px 5px 5px;
}

.basta-program table tbody th{
	background-color: #e7e2db;
	font-weight: nomal;
	text-align: center;
	border: #b7afa6 1px solid;
	padding: 5px 5px 5px 10px;
	line-height: 1.25;
}
.basta-program table tbody td{
	background-color: #fff;
	text-align: left;
	border: #b7afa6 1px solid;
	padding: 7px 5px 5px 10px;
	vertical-align: top;
	width: 44%;
}
.basta-program table ul li {
	background: url(../img/common/icon09.gif) no-repeat left 6px;
	margin: 0 0 5px 0;
	padding: 0 0 0 13px;
}



.blsp-subject{
}
.blsp-subject h3{
	color: #2D7FC9;
	font-size: 108%;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.blsp-subject table{
	/*width: 610px;*/
	margin: 0 0 15px 0;
}
.blsp-subject table thead th{
	background-color: #EDF6FE;
	width: 270px;
	font-weight: bold;
	text-align: left;
	border: #9FBCD7 1px solid;
	padding: 5px 5px 5px 10px;
}
.blsp-subject table thead td{
	background-color: #EDF6FE;
	font-weight: bold;
	text-align: center;
	border: #9FBCD7 1px solid;
	padding: 5px 5px 5px 10px;
}

.blsp-subject table tbody th{
	background-color: #fff;
	font-weight: nomal;
	text-align: left;
	border: #9FBCD7 1px solid;
	padding: 5px 5px 5px 10px;
}
.blsp-subject table tbody td{
	background-color: #fff;
	text-align: center;
	border: #9FBCD7 1px solid;
	padding: 5px 5px 5px 10px;
}

.marker {
	background: #ecff84;
}

#dsi-content ul.linkList {
	margin-bottom: 30px;
}

#dsi-content .linkList a {
	background: url(../img/common/icon05.gif) no-repeat left center;
	padding-left: 15px;
	line-height: 180%;
	margin-left: 5px;
}
#dsi-content .linkList a:hover {
	background: url(../img/common/icon05_on.gif) no-repeat left center;
}


.dataArea {
	/*width: 595px;*/
	border: 1px solid #F1C2CF;
	padding: 10px 15px;
	background: #FFFFFF;
}

.dataArea h3 {
	font-weight: bold;
}

.dataArea p {
	margin: 0px !important;
	padding: 0px;
	/*width: 415px;*/
	text-align: justify;
	text-justify: distribute;
}

.dataArea p img{
	float:right;
	margin-left:5px;
}

p.photo {
	float: left;
	/*width: 192px;*/
}

.photo img {
	margin-right:5px;
}

.profileArea {
	margin: 0 0 30px 0;
	border: 1px solid #F1C2CF;
	padding: 5px 10px 5px 10px;
	background: #FFFFFF;
}

.profileArea p {
	margin: 0px !important;
	padding: 0px !important;
}

.profileArea p span {
	font-weight: bold;
}

.txtArea02 {
	float: left;
	/*width: 384px;*/
	padding: 0px 10px 0px 0px;
	text-align: justify;
	text-justify: distribute;
}

.txtArea02 img {
	float:right;
	margin-left:5px;
}


.dsitbl table{
	/*width: 615px;*/
	margin: 0 0 10px 0;
	font-size: 93%;
}

.dsitbl table caption {
	text-align: left;
	padding: 0 0 3px;
}
.dsitbl table thead th{
	font-weight: nomal;
	text-align: left;
	border: #999 1px solid;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	background: #F5F5F5;
}
.dsitbl table thead td{
	background-color: #F5F5F5;
	text-align: center;
	border: #999 1px solid;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}
.dsitbl table tbody td.txtLft {
	text-align: left;
}
.dsitbl table tbody tr.txtOra th,
.dsitbl table tbody tr.txtOra td,
.dsitbl table tbody th.txtOra,
.dsitbl table tbody td.txtOra {
	background: #F7CBB9;

}

.dsitbl table tbody tr.txtGre th,
.dsitbl table tbody tr.txtGre td,
.dsitbl table tbody th.txtGre,
.dsitbl table tbody td.txtGre {
	background: #D8FAD3;

}

.dsitbl table tbody tr.txtBle th,
.dsitbl table tbody tr.txtBle td,
.dsitbl table tbody th.txtBle,
.dsitbl table tbody td.txtBle {
	background: #FEE2EF;

}

.dsitbl table tbody tr.txtBle strong {
	color: #d5083c;
}


.dsitbl table tbody th{
	background-color: #fff;
	font-weight: nomal;
	text-align: center;
	border: #999 1px solid;
	padding: 5px 5px 5px 10px;
}
.dsitbl table tbody td{
	background-color: #fff;
	text-align: center;
	border: #999 1px solid;
	padding: 5px 5px 5px 10px;
}



.alsptbl table{
	/*width: 615px;*/
	margin: 0 0 30px 0;
	font-size: 93%;
}
.alsptbl table caption {
	text-align: left;
	padding: 0 0 3px;
	color: #da6180;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.alsptbl table tbody th{
	background-color: #EDF6FE;
	font-weight: nomal;
	text-align: left;
	border: #999 1px solid;
	padding: 5px 5px 5px 10px;
}
.alsptbl table tbody td{
	background-color: #fff;
	text-align: left;
	border: #999 1px solid;
	padding: 5px 5px 5px 10px;
}


.alsptbl table.model{
	border: #999 1px solid;
	margin-bottom:10px;
}
.alsptbl table.model thead th,
.alsptbl table.model thead td{
	background-color: #EDF6FE;
	font-weight: bold;
	text-align: left;
	border: #999 1px solid;
	border-right: none;
	border-left: none;
	padding: 5px 5px 5px 0px;
}
.alsptbl table.model thead th{
	padding: 5px 5px 5px 10px;
}
.alsptbl table.model tbody th{
	background-color: #fff;
	font-weight: nomal;
	text-align: left;
	border: none;
	padding: 0px 0px 5px 10px;
	vertical-align: top;
}
.alsptbl table.model tbody td{
	background-color: #fff;
	text-align: left;
	border: none;
	padding: 0px 5px 5px 0;
	line-height: 1.25;
	vertical-align: top;
	white-space: nowrap;
}
.alsptbl table.model tbody tr.border th,
.alsptbl table.model tbody tr.border td{
	border-top: #999 1px dotted;
	padding-top: 8px;
}
.alsptbl table.model tbody tr.amount th,
.alsptbl table.model tbody tr.amount td{
	border-top: #999 1px solid;
	padding-top: 8px;
}


.egBox {
	padding: 10px 15px;
	margin: 0 0 30px;
	background: #FDF3E7;
}

.egBox  h2 {
	background: url(../img/common/h2_bg02.png) no-repeat left top;
	/*height: 45px;*/
	font-size: 120%;
	font-weight: bold;
	line-height: 45px;
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
}

.egBox h2 span {
	font-size:80%;
}

#semi  h2 {
	background: url(../img/common/h2_bg02.png) no-repeat left top;
	height: 45px;
	font-size: 123%;
	font-weight: bold;
	line-height: 45px;
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
}
#semi p {
	line-height: 1.67;
	margin: 0 0 20px;
	font-size: 100%;
}

#semi  ul {
	font-size: 93%;
	margin: 0 0 30px;
}
#semi  ul li {
	margin: 0 0 12px;
	padding-left: 1.5em;
	text-indent: -1.5em; 
}
#semi  ul ul {
	font-size: 100%;
	margin: 8px 0 0 3px;
}
#semi  ul ul li {
	margin: 0 0 2px;
}

#semi  .notice li {
	padding-left: 0;
	text-indent: 0; 
}

.semi01top {width:100%;}



.semi02 {
	margin-right:auto;
	margin-left:auto;
	}

.semi02 table{
	/*width: 600px;*/
	width:100%;
	border: #ccc 1px solid;
	margin: 0 0 20px 0;
}
.semi02 table th{
	background-color: #FFEAF0;
	width: 6em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: #ccc 1px solid;
	padding: 5px;
}
.semi02 table td{
	border: #ccc 1px solid;
	padding: 5px;
	text-align:left;
}


.pinkbar {
	background: url(../img/common/h1_bg.gif) no-repeat center top !important;
	padding:5px 15px;
	color:#fff;
}

.semiact dd{
	margin-bottom:10px;
}

.semiact {
	margin-bottom:30px;
}

.semiBox {
	padding: 10px 15px 10px;
	margin: 0 0 30px;
	background: #FBF2D4;
}

.nowrap {white-space:nowrap;}

.vtop {vertical-align:top;}


#curriculum{
}
#curriculum-h2{
	background-color: #DB6281;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	padding: 8px 0 8px 15px;
	margin: 0 0 15px 0;
}

#career-description{
	margin: 0 0 25px 0;
}
#career-description .floating-image{
	float: right;
	padding: 0 0 0 15px;
}

#index-list{
	width: 100%;
	margin: 0 -24px 0 0;
}
#index-list li{
	float: left;
	width: 48%;
	margin: 0 10px 30px 0;
}
#index-list li.odd{
	margin: 0 0 30px 0;
}

#index-list li h2{
	background: url(../img/common/index-list_bg.jpg) no-repeat left top;
	height: 37px;
	font-size: 108%;
	line-height: 38px;
	font-weight: bold;
	padding: 1px 0 0 30px;
}
#index-list li h2:hover{
	background: url(../img/common/index-list_bg_on.jpg) no-repeat left top;
}
#index-list.imageh2 li h2{
	background: none;
	height: auto;
	line-height: 1.5;
	padding: 0;
}

#index-list li h2 a{
	color: #fff;
}
.index-list-content{
}

.list-image {width:100%;}

.list-image a{
	float: left;
	display: block;
	width: 30%;
	border: #ccc 1px solid;
	padding: 3px;
}
.list-image a:hover{
	border: #D75879 1px solid;
}
.list-text{
	float: right;
	width: 65%;
	margin-top:0px !important;
}
.list-text p{
	/*height: 117px;*/
	line-height: 1.4;
}


.list-image2 {width:100%;}

.list-image2 a{
	float: left;
	display: block;
	/*width: 30%;*/
	border: #ccc 1px solid;
	padding: 3px;
}
.list-image2 a:hover{
	border: #D75879 1px solid;
}


span.new{ /* for newmark.js */
	display: none;
	color: #FF0000;
	font-weight: bold;
}

/* ========================================================================
	02.新着情報一覧[MT]							[ /news/index.html ]
======================================================================== */
#news{
}

#news dl{
	font-size: 93%;
	padding: 8px 0 0 0;
}
#news dl img{
	vertical-align: middle;
	margin: 0 5px 1px 0;
}
#news dl dt{
	background: url(../img/common/icon08.gif) no-repeat left 5px;
	padding: 0 0 0 8px;
}
#news dl dt span.new{ /* for newmark.js */
	display: none;
	color: #FF0000;
	font-weight: bold;
}
#news dl dd{
	background: url(../img/common/line01.gif) repeat-x left bottom;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#news-sublist{
	background-color: #fff;
	border: #D5BDC4 1px solid;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
}
#news-sublist li{
	font-size: 93%;
	line-height: 1.3;
	padding: 5px 7px;
}
#news-sublist li span{
	background: url(../img/common/icon08.gif) no-repeat left 3px;
	padding: 0 0 0 7px;
}
#news-sublist li p{
	background: url(../img/common/line02.gif) repeat-x left bottom;
	padding: 0 0 6px 0;
}

.back-newsarchive{
	text-align: right;
}
.back-newsarchive a{
	background: url(../img/common/icon02.gif) no-repeat left center;
	padding: 0 0 0 17px;
}


/* news-style01 */
.news-style01{
	background-color: #FFFF99;
	border: #CFCF6A 2px solid;
}
.news-style01 th,
.news-style01 td{
	padding: 10px;
}

/* news-style02 */
.news-style02{
}
.news-style02 th,
.news-style02 td{
	padding: 7px;
	border: #333 1px solid;
}

/* ========================================================================
		03.新着情報詳細[MT]							[ /news/xxx.html ]
======================================================================== */
.news-entry-body{
	padding: 0 10px 0 10px;
}

.news-entry-data{
	padding: 5px 10px 5px 5px;
	margin: 0 0 5px 0;
}



/* ========================================================================
	04.イベントカレンダー[MT]				[ /event/index.html ]
======================================================================== */
#event{
}
#event h2{
	background: url(../img/event/h2_bg.gif) no-repeat left top;
	height: 45px;
	font-size: 123%;
	font-weight: bold;
	line-height: 45px;
	padding: 0 0 0 30px;
	margin: 0 0 25px 0;
}

#event-loading{
	text-align: center;
	padding: 30px 0;
}

#event-content{
	/*padding: 0 0 0 22px;*/
	padding: 0 0 0 0px;
}

.event-article{
	/*width: 640px;*/
	border: #CFCFCF 1px solid;
	padding: 13px;
	margin: 0 0 20px 0;
}
.event-article h3{
	background: #AE4652;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.event-article h3 a{
	background: url(../img/event/h3-arrow.gif) no-repeat 10px center;
	color: #fff;
	padding: 6px 0 6px 30px;
	display: block;
}
.event-article h3 span{
	color: #fff;
	padding: 6px 0 6px 15px;
	display: block;
}
.event-article h3 a:hover{
	background: url(../img/event/h3-arrow_on.gif) no-repeat 10px center;
}


.event-article h3.cat-commerce{ background: #DA6180 !important; }
.event-article h3.cat-general{ background: #f08e37 !important; }
.event-article h3.cat-kandai{ background: #6F549C !important; }
.event-article h3.cat-graduate{ background: #4aa2d5 !important; }


#event td h3.cat-commerce{ background: #DA6180; float:left;width:10px;height:10px;margin:4px 6px 0 0; }
#event td h3.cat-general{ background: #f08e37; float:left;width:10px;height:10px;margin:4px 6px 0 0; }
#event td h3.cat-kandai{ background: #6F549C; float:left;width:10px;height:10px;margin:4px 6px 0 0; }
#event td h3.cat-graduate{ background: #4aa2d5; float:left;width:10px;height:10px;margin:4px 6px 0 0 ; }
#event td span.cat-graduate{ background: #4aa2d5; float:left;width:10px;height:10px;margin:4px 6px 0 0 ; }
#event td h3.cat{ background: #fff; float:left;width:10px;height:10px;margin:4px 6px 0 0 ; }
#event td h3.cat-gakunenreki{ background: #fff; float:left;width:10px;height:10px;margin:4px 6px 0 0 ; }

#event p.non {margin:0 0 0 0 !important;padding:0 !important; margin-bottom:0 !important;}

#event td p {margin:0 0 0 0 !important;padding:0 !important; margin-bottom:0 !important;}

/*
.event-article h3:hover{ background: #AE4652 url(../../img/event/h3-arrow_o.gif) no-repeat 10px center; }
.event-article h3.cat-commerce:hover{ background: #DA6180 url(../../img/event/h3-arrow_o.gif) no-repeat 10px center; }
.event-article h3.cat-general:hover{ background: #f08e37 url(../../img/event/h3-arrow_o.gif) no-repeat 10px center; }
.event-article h3.cat-kandai:hover{ background: #6F549C url(../../img/event/h3-arrow_o.gif) no-repeat 10px center; }
.event-article h3.cat-graduate:hover{ background: #4aa2d5 url(../../img/event/h3-arrow_o.gif) no-repeat 10px center; }


.event-article h3 a,
.event-article h3 a:hover,
.event-article h3.cat-commerce a,
.event-article h3.cat-general a,
.event-article h3.cat-kandai a,
.event-article h3.cat-graduate a{
	background: none;
	color: #fff;
	padding: 0;
}
*/
.event-article p{
	padding: 0 0 10px 0;
}

.event-article a,
.back-eventarchive a{
	background: url(../img/common/icon02.gif) no-repeat left center;
	padding: 0 0 0 17px;
}
.event-article a:hover,
.back-eventarchive a:hover{
	background: url(../img/common/icon02_on.gif) no-repeat left center;
}

.event-excerpt{
	font-weight: bold;
	margin: 0 0 5px 0;
}
.event-body{
	padding: 0 0 10px 0;
}
.event-more{
	margin-bottom:0 !important;
}
.event_explain {
	text-align:center;
	margin-bottom:20px;
}


/* サブナブ */
.snav-event{
	background-color: #fff;
	border: #D5BDC4 1px solid;
	padding: 5px;
}
.snav-event h3{
	background: url(../img/common/line02.gif) repeat-x left bottom;
	font-size: 108%;
	font-weight: bold;
	padding: 5px;
}
.snav-event ul{
	padding: 5px 10px 0 10px;
}

/*.snav-event ul li{
	background: url(../../img/common/icon02.gif) no-repeat left center;
	padding: 0 0 0 18px;
	margin: 0 0 8px 0;
}*/


.snav-event li{
	padding: 0 0 5px 3px;
	margin: 0 0 2px 0;
}
.snav-event li a{
	display: block;
	padding: 0 0 0 17px;
	background: url(../img/common/icon02.gif) no-repeat 0 4px;
}
.snav-event li a:hover{
	background: url(../img/common/icon02_on.gif) no-repeat 0 4px;
}


.snav-event ul li a{
	color: #333333;
}

/* カレンダー */
#calendar{
	background-color: #fff;
	width: 100%;
	border: #ccc 3px solid !important;
	margin: 0 0 10px 0;
}
#calendar th{
	background-color: #F6F6F6;
	font-weight: bold;
	border: #ccc 1px solid;
	padding: 4px 0;
}
#calendar td{
	text-align: center;
	line-height: 1.8;
	border: #ccc 1px solid;
}
#calendar td a{
	display: block;
	background-color: #FFEAF0;
	color: #333333;
	font-weight: bold;
}

#calendar td strong{
	background-color: #DA6180;
	display: block;
	color: #fff;
}
#calendar td strong a{
	background-color: #DA6180;
	color: #fff;
}

#calendar th.cal-sun{
	color: #FD1B1B;
}
#calendar th.cal-sat{
	color: #1989F9;
}

.calendar-head{
	background-color: #DA6180;
	color: #fff;
	font-weight: bold;
	text-align: center !important;
	padding: 5px 0;
}


.calendar{
	 /*border:solid 1px #e6e6e6 !important;*/
	 border-collapse:separate;
	 background-color:#e6e6e6;
	 width:100% !important;
	 border-spacing: 1px;

}

.calendar th.days{
	background-color:#EAEAEA;
	padding:10px 5px;
	/*color:#633a09;*/
	border:solid 1px #fff !important;
	text-align:center;
	width:65px;
	font-weight:normal;
}

.calendar th.title{
	background-color:#F9DCEB;
	/*color:#fff;*/
	text-align:center;
	font-weight:bold;
	padding:10px;
	border:solid 1px #fff !important;	
}

.calendar td{
	text-align:center;
	border:solid 1px #e6e6e6 !important;
	padding:10px 5px;

}
.calendar td.day{
	background-color:#fff ;
	width:39px;
	border:solid 1px #fff !important;	
}	

.calendar td.sat{	
	background-color:#BEE4FB;
	width:39px;
	border:solid 1px #fff !important;
}

.calendar td.sun{
	background-color:#FBC1C2;
	width:39px;
	border:solid 1px #fff !important;
}

.calendar td.event{
	padding-left:15px;
	text-align:left !important;
	border:solid 1px #fff !important;
	background-color:#fff;
	/*border-collapse : collapse;	*/
}



/* ========================================================================
	06.学部概要										[ /outline/index.html ]
======================================================================== */
#outline{
}

#outline-description{
	margin: 0 0 20px 0;
}
#outline-description p{
	margin: 0 0 10px 0;
}
#outline-description img{
	float: right;
	padding: 0 0 10px 10px;
}


/* ========================================================================
		07.学部長挨拶									[ /outline/greeting.html ]
======================================================================== */
#greeting{
}
#greeting-content{
	float: left;
	/*width: 495px;*/
	position: relative;
	overflow: hidden;
}

#greeting-content  h2 {
	background: url(../img/common/h2_bg02.png) no-repeat left top;
	/*height: 45px;*/
	font-size: 150%;
	font-weight: bold;
	/*line-height: 50px !important;*/
	padding: 0 0 0px 30px !important;
	margin: 0 0 15px 0;
}



#director-image{
	float: right;
	/*width: 180px;*/
	/*padding: 15px 0 0 0;*/
	padding: 0px 0 10px 10px;
}

.greeting-box{
	overflow: hidden;
	position: relative;

}
.greeting-box p{
	font-size: 93%;
	margin: 0 0 10px 0;
}
.greeting-box blockquote{
	font-size: 93%;
	line-height: 1.8;
	padding: 10px 10px 10px 20px;
	margin: 0 0 0px;
}

.greeting-box div.txtMess {
	display: block;
	overflow: hidden;
	position: relative;
	height: 6.5em;
	background: #F0F0F0;
	margin-bottom: 10px;
}

.greeting-box blockquote p{
	right: 1em;
	bottom: 0;
	font-size: 100%;
	position: absolute;
}


/* ========================================================================
		08.沿革												[ /outline/history.html ]
======================================================================== */
#history{
}
#history .contents-box01{
	padding: 5px 0 0 0;
}
.history-image{
	float: right;
	padding: 0 0 10px 10px;
}

#history h3{
	background-color: #F6F6F6;
	font-size: 108%;
	font-weight: bold;
	border-left: #E5567A 3px solid;
	padding: 5px 0 5px 15px;
	margin: 0 0 15px 0;
}

#history table{
	background-color: #fbb6c9;
	/*width: 716px;*/
	border-spacing: 1px;
	border-collapse: separate;
	margin: 0 0 30px 0;
}
#history table th{
	background-color: #fef0f0;
	width: 4em;
	text-align: right;
	border: #fff 1px solid;
	padding: 5px;
}
#history table th.history-month{
	width: 3em;
}
#history table td{
	background-color: #fff;
	border: #fff 1px solid;
	padding: 5px 8px;
}


/* ========================================================================
		09.教員一覧										[ /outline/teacher.html ]
======================================================================== */
#teacher{
	padding: 10px 0 0 0;
}
#teacher table{
	background-color: #fbb6c9;
	/*width: 716px;*/
	border-spacing: 1px;
	border-collapse: separate;
	margin: 0 0 30px 0;
}
#teacher table th{
	background-color: #fef0f0;
	/*width: 12em;*/
	text-align: left;
	border: #fff 1px solid;
	padding: 5px 5px 5px 5px;
}
#teacher table th.list-head{
	background-color: #DA6180;
	/*width: auto;*/
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: #DA6180 1px solid;
	padding: 5px;
}
#teacher table td{
	background-color: #fff;
	border: #fff 1px solid;
	padding: 5px 5px 5px 5px;
}
#teacher table td.profile{
}
#teacher table td.profile a{
	background: url(../img/common/icon05.gif) no-repeat right center;
	padding: 0 18px 0 0;
}
#teacher table td.profile a:hover{
	background: url(../img/common/icon05_on.gif) no-repeat right center;
}
#teacher table td.website{
	text-align: center;
}


/*50音順教員紹介*/
@media (min-width: 980px) {
.nowrap50 {
	white-space:nowrap;
}
}



/* ========================================================================
		10.教員エッセイ[MT]						[ /outline/essay/index.html ]
======================================================================== */
#essay{
	padding: 0 0 20px 0;
}

/* エッセイ一覧
--------------------------------------------------------------- */
#essay-list{
	/*width: 690px;*/
	border-top: #D8D8D8 1px solid;
	margin: 0 auto;
}
#essay-list li{
	border-right: #D8D8D8 1px solid;
	border-bottom: #D8D8D8 1px solid;
	border-left: #D8D8D8 1px solid;
	padding: 5px;
}
#essay-list li.list-odd{
	background-color: #FEF3F6;
}
#essay-list li .image{
	float: left;
	width: 100px;
}
#essay-list li .image a{
	background-color: #fff;
	display: block;
	width: 80px;
	border: #D8D8D8 1px solid;
	padding: 2px;
}
#essay-list li .image a:hover{
	border: #1A8CFF 1px solid;
}

#essay-list li .content{
	float: left;
	/*width: 560px;*/
	/*width:100%;*/
}

.disptbl {/*display:block;*/}
.vbottom {/*vertical-align:bottom;display:block;*/}
.mt30r {margin-top:30px;}
@media (max-width: 979px) and (min-width:768px) {
.mt30r {
	margin-top:0px;
}
}


#essay-list .content p {
	float:left;
}

#essay-list p.essay-data{
	font-weight: bold;
	margin: 6px 0 8px 0;
	float:none;
}
#essay-list .essay-data strong{
	background-color: #DA6180;
	color: #fff;
	padding: 1px 3px;
	margin: 0 10px 0 0;
}
#essay-list h2{
	font-size: 123%;
	font-weight: bold;
	float:left;
	/*width:380px;*/

}



/* エッセイ詳細
--------------------------------------------------------------- */
#essay-detail{
	padding: 10px 0 0 0;
}
#essay-detail .content{
	float: left;
	/*width: 565px;*/
}
#essay-detail .image{
	float: right;
	width: 121px;
	padding: 2px;
}
#essay-detail .image img{
	border: #D8D8D8 1px solid;
	padding: 2px;
}
#essay-detail h2{
	background-color: #EEEEEE;
	font-size: 123%;
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#essay-detail h2 strong{
	background-color: #62beff;
	display: block;
	width: 70px;
	float: left;
	color: #fff;
	text-align: center;
	margin: 0 12px 0 0;
}
#essay-detail h2 p{
	padding: 10px 0;
	font-weight: bold;
}

.entry-body{
	margin: 0 0 25px 0;
}
.entry-body p{
	margin: 0 0 10px 0;
}
#essay-detail .quotation{
	padding: 20px 0 0 0;
	text-align: right;
}
#essay-detail .entry-data{
	border: #f0f0f0 3px solid;
	padding: 10px;
	margin: 0 0 15px 0;
}
#essay-detail .backindex{
	padding: 0 0 0 2px;
}
#essay-detail .backindex a{
	background: url(../img/common/icon06.gif) no-repeat left center;
	padding: 0 0 0 18px;
}
#essay-detail .backindex a:hover{
	background: url(../img/common/icon06_on.gif) no-repeat left center;
}





/* ========================================================================
		12.カリキュラムと履修について	[	/curriculum/schedule.html ]
======================================================================== */
#curriculum-first p {
	margin-bottom:30px;
}
#curriculum-first p img {
	float:right;
	margin-left:15px;
	display:inline;
}

#curriculum-first p.first-curriculum {
	margin-bottom: 5px;
}

#curriculum-first table{
	/*width: 716px;*/
	border: #ccc 1px solid;
	margin: 0 0 20px 0;
}
#curriculum-first table th{
	background-color: #FFEAF0;
	/*width: 20em;*/
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: #ccc 1px solid;
	padding: 5px;
}
#curriculum-first table td{
	border: #ccc 1px solid;
	padding: 5px;
}



/* ========================================================================
		13.専修について								[	/curriculum/learning/index.html	]
======================================================================== */
#learning{
}

#learning-description{
	margin: 0 0 25px 0;
}
#learning-description .floating-image{
	float: right;
	padding: 0 0 0 15px;
}

#other-program-list{
	/*width: 726px;*/
	margin: 0 auto 0 auto;
	padding: 15px 0 30px 0;
}
#other-program-list li{
	/*float: left;*/
	margin: 0 10px 10px 0;
}

#learning-links{
	position: relative;
}
#learning-links ul li{
	position: absolute;
}
#learning-links-01{	top: 57px;	left: 287px;}
#learning-links-02{	top: 167px;	left: 439px;}
#learning-links-03{	top: 345px;	left: 381px;}
#learning-links-04{	top: 345px;	left: 194px;}
#learning-links-05{	top: 167px;	left: 135px;}


/* ========================================================================
			14～18 共通
======================================================================== */
#learning-content{
	padding: 10px 0 0 0px;
	margin: 0 0 20px 0;
}

#learning-nav{
	padding: 13px 0 30px 28px;
}
#learning-nav li{
	float: left;
	margin: 0 8px 0 0;
}
#learning-nav li a{
	display:block;
	/*width: 203px;*/
	height: 34px;
}

#learning-nav-content{
	/*width: 665px;*/
	/*overflow: hidden;*/
	margin: 0 8px;
}
#panel3 div{
	float:left;
}

/* ○○専修とは
--------------------------------------------------------------- */
#nav-about{
	background-color: #fff;
	padding: 0 0 0 0px;
}

#learning-about{
	/*width: 643px;*/
	padding: 0 0 10px 0;
}
#learning-about li{
	float: left;
	/*width: 292px;*/
	/*margin: 0 40px 0 0;*/
	margin: 0 0px 0 0;
}
#learning-about li.odd{
	margin: 0 0 0 0;
}

#learning-about li h3{
	margin: 0 0 10px 0;
}

#learning-recommend{
	margin: 0 0 35px 0 !important;
	width:100%;
	padding-bottom:0px;
}
#learning-recommend ul{
	padding: 15px 15px 25px 35px !important;
	/*width:100%;*/
}

#learning-recommend ul li{
	float: left;
	/*width: 270px;*/
	padding: 0 15px 0 15px;
	margin: 0 0 3px 0;
}

#learning-voice{
	background-color: #fff;
	/*padding: 0 0 15px 0;*/
	padding: 0 0 0px 0;
}
#learning-voice p{
	/*width: 632px;*/
	background-color: #fff;
}

/* ゼミ紹介
--------------------------------------------------------------- */
#nav-seminar{
}


#learning-lead {
	margin: 0 29px 30px;
	position: relative;
}
#learning-lead p {
	font-size: 93%;
	line-height: 1.67;
	margin: -146px 333px 0 5px;
	min-height: 146px;
	_height: 146px;
}
#learning-target {
	margin: 0 29px 20px;
}
#learning-sugoi {
	margin: 0/* 29px*/;
	padding: 0 0 27px;
	position: relative;
}
#learning-sugoi p {
	font-size: 93%;
	line-height: 1.67;
	margin: -30% 10px 0 25%;
	/*min-height: 183px;*/
	_height: 183px;
}

.seminar-content{
	padding: 0 0 15px 0px;
}
.seminar-content-image{
	float: left;
	width: 50%;
}
.seminar-content-text{
	float: left;
	width: 50%;
}

.seminar-advice{
	width: 605px;
	padding: 0 20px 20px 0px;
	margin: 0 0 20px 20px;
	_margin: 0 0 20px 10px;
}
.seminar-advice-image{
	float: left;
	width: 120px;
	padding: 0 0 0 20px;
}
.seminar-advice-text{
	float: left;
	width: 465px;
}

#seminar-theme{
	/*width: 600px;*/
	background-color: #fff;
	margin: 0 0 0 /*20px*/;
	_margin: 0 0 0 10px;
}
#seminar-theme ul{
	background-color: #fff;
	padding: 15px 0 35px 15px;
}
#seminar-theme li{
	padding: 0 0 0 15px;
	margin: 0 0 3px 0;
}

.past-year {
	position: relative;
	/*padding: 35px 23px 12px;*/
}
.past-year span {
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: 17px;
	left: 7px;
	font-size: 92%;
	line-height: 1.25;
}

.accounting    .past-year {	/*background: url(../img/curriculum/learning/accounting_year_bg.gif) no-repeat 0 0;*/ }
.circulation   .past-year {	/*background: url(../img/curriculum/learning/circulation_year_bg.gif) no-repeat 0 0;*/ }
.finance       .past-year {	/*background: url(../img/curriculum/learning/finance_year_bg.gif) no-repeat 0 0;*/ }
.international .past-year {	/*background: url(../img/curriculum/learning/international_year_bg.gif) no-repeat 0 0;*/ }
.management    .past-year {	/*background: url(../img/curriculum/learning/management_year_bg.gif) no-repeat 0 0;*/ }

/* 教員紹介
--------------------------------------------------------------- */
#nav-teacher{
	background-color: #fff;
	padding: 0 20px 0;
}

#nav-teacher h3{
	height: 40px;
	line-height: 40px;
	font-size: 108%;
	font-weight: bold;
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
}
#nav-teacher h3 span{
	color: #8D8D8D;
	font-weight: normal;
	font-size: 85%;
	padding: 0 0 0 10px;
}

#nav-teacher table{
	/*width: 624px;*/
	width:100%;
	font-size: 93%;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 0 25px 0;
}
#nav-teacher table th{
	border: #fff 1px solid;
	width: 8em;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 10px;
}
#nav-teacher table td{
	background-color: #fff;
	border: #fff 1px solid;
	padding: 5px 10px;
}

/* ========================================================================
			14.流通専修										[	/curriculum/learning/circulation.html ]
======================================================================== */
/* 全体の枠 */
#circulation{	/*background: url(../img/curriculum/learning/circulation_bg.jpg) repeat-y left top; background-size:contain;*/}
/*#nav-about.circulation{	background: url(../img/curriculum/learning/circulation-plus.gif) no-repeat 28px top;}*/
.circulation #nav-about-inner{ background: url(../img/curriculum/learning/circulation_bottom.jpg) no-repeat left bottom;}

/* ナビゲーション */
.circulation-nav #tab-about a{ background: url(../img/curriculum/learning/nav-circulation-about.jpg) no-repeat left top; }
.circulation-nav #tab-seminar a{ background: url(../img/curriculum/learning/nav-circulation-seminar.jpg) no-repeat left top; }
.circulation-nav #tab-teacher a{ background: url(../img/curriculum/learning/nav-circulation-teacher.jpg) no-repeat left top; }
.circulation-nav #tab-about a:hover{ background: url(../img/curriculum/learning/nav-circulation-about_on.jpg) no-repeat left top; }
.circulation-nav #tab-seminar a:hover{ background: url(../img/curriculum/learning/nav-circulation-seminar_on.jpg) no-repeat left top; }
.circulation-nav #tab-teacher a:hover{ background: url(../img/curriculum/learning/nav-circulation-teacher_on.jpg) no-repeat left top; }
.circulation-nav #tab-about a.selected{ background: url(../img/curriculum/learning/nav-circulation-about_cr.jpg) no-repeat left top; }
.circulation-nav #tab-seminar a.selected{ background: url(../img/curriculum/learning/nav-circulation-seminar_cr.jpg) no-repeat left top; }
.circulation-nav #tab-teacher a.selected{ background: url(../img/curriculum/learning/nav-circulation-teacher_cr.jpg) no-repeat left top; }

/* ○○専修とは */
#learning-recommend.circulation{ /*background: url(../img/curriculum/learning/circulation-recommend_bg.png) no-repeat left bottom; background-size:contain;*/ }
#learning-recommend.circulation ul li{ background: url(../img/curriculum/learning/circulation-arrow.gif) no-repeat left 7px;}

/* ゼミ紹介 */
.seminar-advice.circulation{ background: url(../img/curriculum/learning/circulation-seminar-advice_bg.gif) no-repeat left bottom;}
#seminar-theme.circulation li{ background: url(../img/curriculum/learning/circulation-arrow.gif) no-repeat left 7px;}


/* 教員紹介 */
#nav-teacher>.circulation h3{ background: url(../img/curriculum/learning/circulation-teacher.gif) no-repeat left top;}
#nav-teacher>.circulation table{ background-color: #3E89CC; }
#nav-teacher>.circulation table th{ background-color: #DFF0FE; }


/* ========================================================================
			15.ファイナンス専修						[	/curriculum/learning/finance.html ]
======================================================================== */
/* 全体の枠 */
#finance{	/*background: url(../img/curriculum/learning/finance_bg.jpg) repeat-y left top; background-size:contain;*/}
/*#nav-about.finance{	background: url(../img/curriculum/learning/finance-plus.gif) no-repeat 28px top;}*/
.finance #nav-about-inner{ background: url(../img/curriculum/learning/finance_bottom.jpg) no-repeat left bottom;}

/* ナビゲーション */
.finance-nav #tab-about a{ background: url(../img/curriculum/learning/nav-finance-about.jpg) no-repeat left top; }
.finance-nav #tab-seminar a{ background: url(../img/curriculum/learning/nav-finance-seminar.jpg) no-repeat left top; }
.finance-nav #tab-teacher a{ background: url(../img/curriculum/learning/nav-finance-teacher.jpg) no-repeat left top; }
.finance-nav #tab-about a:hover{ background: url(../img/curriculum/learning/nav-finance-about_on.jpg) no-repeat left top; }
.finance-nav #tab-seminar a:hover{ background: url(../img/curriculum/learning/nav-finance-seminar_on.jpg) no-repeat left top; }
.finance-nav #tab-teacher a:hover{ background: url(../img/curriculum/learning/nav-finance-teacher_on.jpg) no-repeat left top; }
.finance-nav #tab-about a.selected{ background: url(../img/curriculum/learning/nav-finance-about_cr.jpg) no-repeat left top; }
.finance-nav #tab-seminar a.selected{ background: url(../img/curriculum/learning/nav-finance-seminar_cr.jpg) no-repeat left top; }
.finance-nav #tab-teacher a.selected{ background: url(../img/curriculum/learning/nav-finance-teacher_cr.jpg) no-repeat left top; }

/* ○○専修とは */
#learning-recommend.finance{ /*background: url(../img/curriculum/learning/finance-recommend_bg.gif) no-repeat left bottom;*/}
#learning-recommend.finance ul li{ background: url(../img/curriculum/learning/finance-arrow.gif) no-repeat left 7px;}

/* ゼミ紹介 */
.seminar-advice.finance{ background: url(../img/curriculum/learning/finance-seminar-advice_bg.gif) no-repeat left bottom;}
#seminar-theme.finance li{ background: url(../img/curriculum/learning/finance-arrow.gif) no-repeat left 7px;}


/* 教員紹介 */
#nav-teacher>.finance h3{ background: url(../img/curriculum/learning/finance-teacher.gif) no-repeat left top;}
#nav-teacher>.finance table{ background-color: #AC61BE; }
#nav-teacher>.finance table th{ background-color: #FAE5FF; }


/* ========================================================================
			16.国際ビジネス専修						[	/curriculum/learning/international.html ]
======================================================================== */
/* 全体の枠 */
#international{	/*background: url(../img/curriculum/learning/international_bg.jpg) repeat-y left top; background-size:contain;*/}
/*#nav-about.international{	background: url(../img/curriculum/learning/international-plus.gif) no-repeat 28px top;}*/
.international #nav-about-inner{ background: url(../img/curriculum/learning/international_bottom.jpg) no-repeat left bottom;}

/* ナビゲーション */
.international-nav #tab-about a{ background: url(../img/curriculum/learning/nav-international-about.jpg) no-repeat left top; }
.international-nav #tab-seminar a{ background: url(../img/curriculum/learning/nav-international-seminar.jpg) no-repeat left top; }
.international-nav #tab-teacher a{ background: url(../img/curriculum/learning/nav-international-teacher.jpg) no-repeat left top; }
.international-nav #tab-about a:hover{ background: url(../img/curriculum/learning/nav-international-about_on.jpg) no-repeat left top; }
.international-nav #tab-seminar a:hover{ background: url(../img/curriculum/learning/nav-international-seminar_on.jpg) no-repeat left top; }
.international-nav #tab-teacher a:hover{ background: url(../img/curriculum/learning/nav-international-teacher_on.jpg) no-repeat left top; }
.international-nav #tab-about a.selected{ background: url(../img/curriculum/learning/nav-international-about_cr.jpg) no-repeat left top; }
.international-nav #tab-seminar a.selected{ background: url(../img/curriculum/learning/nav-international-seminar_cr.jpg) no-repeat left top; }
.international-nav #tab-teacher a.selected{ background: url(../img/curriculum/learning/nav-international-teacher_cr.jpg) no-repeat left top; }

/* ○○専修とは */
#learning-recommend.international{ /*background: url(../img/curriculum/learning/international-recommend_bg.gif) no-repeat left bottom;*/}
#learning-recommend.international ul li{ background: url(../img/curriculum/learning/international-arrow.gif) no-repeat left 7px;}

/* ゼミ紹介 */
.seminar-advice.international{ background: url(../img/curriculum/learning/international-seminar-advice_bg.gif) no-repeat left bottom;}
#seminar-theme.international li{ background: url(../img/curriculum/learning/international-arrow.gif) no-repeat left 7px;}


/* 教員紹介 */
#nav-teacher>.international h3{ background: url(../img/curriculum/learning/international-teacher.gif) no-repeat left top;}
#nav-teacher>.international table{ background-color: #CB4E6E; }
#nav-teacher>.international table th{ background-color: #F4DAE1; }


#nav-teacher>.international h3#t-yoshida{
	/*background:none;
	padding: 0;*/
}



/* ========================================================================
			17.マネジメント専修						[	/curriculum/learning/management.html ]
======================================================================== */
/* 全体の枠 */
#management{	/*background: url(../img/curriculum/learning/management_bg.jpg) repeat-y left top; background-size:contain;*/}
/*#nav-about.management{	background: url(../img/curriculum/learning/management-plus.gif) no-repeat 28px top;}*/
.management #nav-about-inner{ background: url(../img/curriculum/learning/management_bottom.jpg) no-repeat left bottom;}

/* ナビゲーション */
.management-nav #tab-about a{ background: url(../img/curriculum/learning/nav-management-about.jpg) no-repeat left top; }
.management-nav #tab-seminar a{ background: url(../img/curriculum/learning/nav-management-seminar.jpg) no-repeat left top; }
.management-nav #tab-teacher a{ background: url(../img/curriculum/learning/nav-management-teacher.jpg) no-repeat left top; }
.management-nav #tab-about a:hover{ background: url(../img/curriculum/learning/nav-management-about_on.jpg) no-repeat left top; }
.management-nav #tab-seminar a:hover{ background: url(../img/curriculum/learning/nav-management-seminar_on.jpg) no-repeat left top; }
.management-nav #tab-teacher a:hover{ background: url(../img/curriculum/learning/nav-management-teacher_on.jpg) no-repeat left top; }
.management-nav #tab-about a.selected{ background: url(../img/curriculum/learning/nav-management-about_cr.jpg) no-repeat left top; }
.management-nav #tab-seminar a.selected{ background: url(../img/curriculum/learning/nav-management-seminar_cr.jpg) no-repeat left top; }
.management-nav #tab-teacher a.selected{ background: url(../img/curriculum/learning/nav-management-teacher_cr.jpg) no-repeat left top; }

/* ○○専修とは */
#learning-recommend.management{ /*background: url(../img/curriculum/learning/management-recommend_bg.gif) no-repeat left bottom;*/}
#learning-recommend.management ul li{ background: url(../img/curriculum/learning/management-arrow.gif) no-repeat left 7px;}

/* ゼミ紹介 */
.seminar-advice.management{	background: url(../img/curriculum/learning/management-seminar-advice_bg.gif) no-repeat left bottom;}
#seminar-theme.management li{ background: url(../img/curriculum/learning/management-arrow.gif) no-repeat left 7px;}


/* 教員紹介 */
#nav-teacher>.management h3{ background: url(../img/curriculum/learning/management-teacher.gif) no-repeat left top;}
#nav-teacher>.management table{ background-color: #BC8715; }
#nav-teacher>.management table th{ background-color: #f7ebd2; }


#nav-teacher>.management h3#k-miyazaki{
	/*background:none;
	padding: 0;*/
}


/* ========================================================================
			18.会計専修										[	/curriculum/learning/accounting.html ]
======================================================================== */
/* 全体の枠 */
#accounting{	/*background: url(../img/curriculum/learning/accounting_bg.jpg) repeat-y left top; background-size:contain;*/}
/*#nav-about.accounting{	background: url(../img/curriculum/learning/accounting-plus.gif) no-repeat 28px top;}*/
.accounting #nav-about-inner{ background: url(../img/curriculum/learning/accounting_bottom.jpg) no-repeat left bottom;}

/* ナビゲーション */
.accounting-nav #tab-about a{ background: url(../img/curriculum/learning/nav-accounting-about.jpg) no-repeat left top; }
.accounting-nav #tab-seminar a{ background: url(../img/curriculum/learning/nav-accounting-seminar.jpg) no-repeat left top; }
.accounting-nav #tab-teacher a{ background: url(../img/curriculum/learning/nav-accounting-teacher.jpg) no-repeat left top; }
.accounting-nav #tab-about a:hover{ background: url(../img/curriculum/learning/nav-accounting-about_on.jpg) no-repeat left top; }
.accounting-nav #tab-seminar a:hover{ background: url(../img/curriculum/learning/nav-accounting-seminar_on.jpg) no-repeat left top; }
.accounting-nav #tab-teacher a:hover{ background: url(../img/curriculum/learning/nav-accounting-teacher_on.jpg) no-repeat left top; }
.accounting-nav #tab-about a.selected{ background: url(../img/curriculum/learning/nav-accounting-about_cr.jpg) no-repeat left top; }
.accounting-nav #tab-seminar a.selected{ background: url(../img/curriculum/learning/nav-accounting-seminar_cr.jpg) no-repeat left top; }
.accounting-nav #tab-teacher a.selected{ background: url(../img/curriculum/learning/nav-accounting-teacher_cr.jpg) no-repeat left top; }

/* ○○専修とは */
#learning-recommend.accounting{ /*background: url(../img/curriculum/learning/accounting-recommend_bg.gif) no-repeat left bottom;*/}
#learning-recommend.accounting ul li{ background: url(../img/curriculum/learning/accounting-arrow.gif) no-repeat left 7px;}

/* ゼミ紹介 */
.accounting.seminar-advice{
	background: url(../img/curriculum/learning/accounting-seminar-advice_bg.gif) no-repeat left bottom;
}
#seminar-theme.accounting li{ background: url(../img/curriculum/learning/accounting-arrow.gif) no-repeat left 7px;}


.management-seminar-advice{
	background: url(../img/curriculum/learning/accounting-seminar-advice_bg.gif) no-repeat left bottom;
	width: 584px;
	padding: 0 20px 20px 0px;
	margin: 0 0 20px 20px;
	_margin: 0 0 20px 10px;
}

.seminar-advice-image{
	float: left;
	width: 120px;
	padding: 0 0 0 20px;
}
.seminar-advice-text{
	float: left;
	width: 465px;
}

/* 教員紹介 */
#nav-teacher>.accounting h3{ background: url(../img/curriculum/learning/accounting-teacher.gif) no-repeat left top;}
#nav-teacher>.accounting table{ background-color: #709F1D; }
#nav-teacher>.accounting table th{ background-color: #e6f2d3; }


#nav-teacher>.accounting h3#t-iwasaki{
	/*background:none;
	padding: 0;*/
}

a.button_acc {
    background-color:#e6f2d3;
    border:1px solid #ccc;
    padding:3px;
    cursor:pointer;
	color:#000;
	font-size:90%;
	text-decoration:none;
}
a.button_acc:hover {
    color:white;
    background-color:#709f1d;
	font-size:90%;
}

a.button_int {
    background-color:#f4dae1;
    border:1px solid #ccc;
    padding:3px;
    cursor:pointer;
	color:#000;
	font-size:90%;
	text-decoration:none;
}
a.button_int:hover {
    color:white;
    background-color:#cb4e6e;
	font-size:90%;
}

a.button_cir {
    background-color:#dff0fe;
    border:1px solid #ccc;
    padding:3px;
    cursor:pointer;
	color:#000;
	font-size:90%;
	text-decoration:none;
}
a.button_cir:hover {
    color:white;
    background-color:#3e89cc;
	font-size:90%;
}

a.button_fin {
    background-color:#fae5ff;
    border:1px solid #ccc;
    padding:3px;
    cursor:pointer;
	color:#000;
	font-size:90%;
	text-decoration:none;
}
a.button_fin:hover {
    color:white;
    background-color:#ac61be;
	font-size:90%;
}

a.button_man {
    background-color:#f7ebd2;
    border:1px solid #ccc;
    padding:3px;
    cursor:pointer;
	color:#000;
	font-size:90%;
	text-decoration:none;
}
a.button_man:hover {
    color:white;
    background-color:#bc8715;
	font-size:90%;
}



/* ========================================================================
		23.キャンパスライフ						[	/campus/ ]
======================================================================== */
.snav-campus{
	background-color: #fff;
	border: #D5BDC4 1px solid;
	margin: 0 0 5px 0;
	padding: 5px;
}
.snav-campus li{
	border-bottom: #ccc 1px dotted;
	padding: 0 0 5px 3px;
	margin: 0 0 5px 0;
}
.snav-campus li ul{
	padding: 6px 0 0;
}
.snav-campus li ul li{
	border: none;
	padding: 0 0 0 15px;
	line-height: 1.33;
}
.snav-campus li a{
	display: block;
	padding: 0 0 0 15px;
	background: url(../img/common/icon02.gif) no-repeat 0 3px;
}
.snav-campus li a:hover{
	background: url(../img/common/icon02_on.gif) no-repeat 0 3px;
}


#campus{
}
#campus table{
	/*width: 716px;*/
	width:100%;
	margin: 0 0 20px 0;
}
#campus table tr{
	background: url(../img/common/line01.gif) repeat-x left bottom;
}
#campus table th{
	width: 5em;
	padding: 7px 10px 7px 0;
}
#campus table td{
	padding: 7px 10px 7px 0;
}
#campus table td.td-cat{
	width: 110px;
}

#campus table td span{
	background-color: #DA6180;
	color: #FFFFFF;
	padding: 2px 5px;
}
#campus table td span a{
	color: #FFFFFF;
	text-decoration: none;
}

.campustoplist table tr {background:none !important;border-bottom:1px solid #E6E6E6;}

.campustoplist table tr:last-child {border-bottom:none;}

/* ========================================================================
		24.キャンパスライフ詳細[MT]				[ /campus/xx.html ]
======================================================================== */
#campus-entry{
	padding: 0 15px 0 15px;
}
.campus-entry-category{
	background: url(../img/common/line02.gif) repeat-x left bottom;
	text-align: right;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.campus-entry-body{
	background: url(../img/common/line02.gif) repeat-x left bottom;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.campus-backindex{
	text-align: right;
	padding: 0 0 10px 0;
}
.campus-backindex a{
	background: url(../img/common/icon02.gif) no-repeat left center;
	padding: 0 0 0 18px;
}
.campus-backindex a:hover{
	background: url(../img/common/icon02_on.gif) no-repeat left center;
	padding: 0 0 0 18px;
}
#campus-entry .message-box {	
	/*width:686px;*/
	/*background:url(../img/cpa/message_bg_campuslife.jpg) no-repeat scroll left bottom;*/
}
#campus-entry .message-box p{
	/*width: 425px;*/
}
#campus-entry .message-box p.message-box-image{
	/*width: 230px;*/
}



/* ========================================================================
	25.進路・就職											[ /career/index.html ]
======================================================================== */
#career{
}

#career-description{
	margin: 0 0 25px 0;
}
#career-description .floating-image{
	float: right;
	padding: 0 0 0 15px;
}

#index-list{
	/*width: 740px;*/
	margin: 0 -24px 0 0;
}
#index-list li{
	float: left;
	/*width: 346px;*/
	margin: 0 24px 30px 0;
}

.index-list2 li{
	width:100% !important;
}

#index-list li.odd{
	margin: 0 0 30px 0;
}

#index-list li h2{
	background: /*url(../img/common/index-list_bg.jpg) no-repeat left top*/ #E6718E;
	height: 37px;
	font-size: 108%;
	line-height: 38px;
	font-weight: bold;
	/*padding: 1px 0 0 30px*/;
}
#index-list li h2:hover{
	background: /*url(../img/common/index-list_bg_on.jpg) no-repeat left top*/ #E6718E;
}
#index-list.imageh2 li h2{
	background: none;
	height: auto;
	line-height: 1.5;
	padding: 0;
}

#index-list li h2 a{
	color: #fff;
}
.index-list-content{
}
.list-image a{
	float: left;
	display: block;
	/*width: 114px;*/
	border: #ccc 1px solid;
	padding: 3px;
}
.list-image a:hover{
	border: #D75879 1px solid;
}
.list-text{
	float: right;
	/*width: 206px;*/
}
.list-text p{
	/*height: 117px;*/
	line-height: 1.4;
}


/* ========================================================================
		26.OB・OGからのメッセージ					[ /career/obog/index.html ]
======================================================================== */
#obog-description{
	padding: 0px 0 0 0;
	margin: 0 0 25px 0;
}
#obog-description .floating-image{
	float: right;
	padding: 0 0 0 10px;
}

div.obogWrap{


}
.obog-list{
	/*width: 740px;*/
	padding: 0 0 30px;
	/*margin-left: -25px;*/
}
.obog-list li{
	float: left;
	/*width: 345px;*/
	margin: 0 0px 15px 0;
	padding-left: 25px;
}


/* ========================================================================
			27.OB・OGからのメッセージ詳細			[ /career/obog/xxx.html ]
======================================================================== */
.obog-message{
}
.obog-message li{
	background: url(../../img/career/obog_bg.gif) repeat left top;
	padding: 20px 18px 0 18px;
	margin: 0 0 30px 0;
	min-height: 260px;
	_height: 260px;
}

.obog-message li.circulation{ border: #E2E9EF 4px solid; }
.obog-message li.finance{ border: #F0E2F4 4px solid; }
.obog-message li.international{ border: #FBE3E9 4px solid; }
.obog-message li.management{ border: #F3E9D4 4px solid; }
.obog-message li.accounting{ border: #DDE8CB 4px solid; }

.obog-message li h3{
	margin: 0 0 10px 0;
}
.obog-message li h4{
	margin: 0 0 10px 0; line-height:25px;
}
.obog-message li .message-image{
	float: left;
	padding: 0 10px 5px 0 !important;
}
.obog-message li p{
	padding: 0 0 10px 0;
}
.message-image {padding-bottom:0 !important;margin-bottom:5px !important;}

/* ========================================================================
		28.各種資格取得										[ /career/qualify.html ]
======================================================================== */
#qualify{
	margin: 0 0 20px 0;
}

#qualify-description{
	padding: 10px 0 0 0;
	margin: 0 0 25px 0;
}
#qualify-description .floating-image{
	float: right;
	padding: 0 0 0 70px;
}
.qualify-text{
}

h2#h2-qualify{
	margin: 0;
}

.qualify-content{
	/*background: url(../img/career/qualify_bg.jpg) repeat-y left top;
	padding: 0 0 0 42px;*/
}
.qualify-content ul{
	padding: 16px 0 0 0;
}
.qualify-content ul li{
	float: left;
	/*width: 198px;*/
	margin: 0 19px 20px 0;
}
.qualify-content ul li h3{
	margin: 0 0 8px 0;
}

.qualify-content h3{
	margin: 0 0 25px 0;
}

.qualify-cpa{
	/*width: 632px;*/
	padding: 0 0 18px 0;
}
.qualify-cpa p{
	line-height: 1.8;
}
.qualify-cpa img{
	float: right;
	padding: 0 0 0 15px;
}

.fullimg {display:block;}
.fullimg img {float:none;}
.shikaku_name {background-color:#D57F04;color:#fff;font-size:16px;padding:3px 16px ;}
.shikaku_name span {font-size:12px;margin-left:20px;}

@media (max-width: 979px) {
	.qualify-cpa img {float:none;lear:both;}
	.qualify-cpa img::after {clear:both;}
	.qualify-cpa p span {width:100%;display:block;margin-top:20px;}
}

/* ========================================================================
		29.未来のお仕事診断								[ /career/diacrisis/ ]
======================================================================== */
#diacrisis{
	width: 481px;
	margin: 15px auto 30px auto;
}


/* ========================================================================
		30.就職先データ										[ /career/data.html ]
======================================================================== */
#career-data{
	margin: 0 0 20px 0;
}

#career-data-nav{
	background-color: #F5F5F5;
	padding: 13px 0 13px 7px;
	margin: 0 0 25px 0;
}
#career-data-nav li{
	float: left;
	margin: 0 3px 3px 0;
}
#career-data-nav li a{
	display:block;
	/*width: 173px;
	height: 34px;*/
}
#tab-nav2013 a{ background: url(../img/career/data-nav2013.jpg) no-repeat left top; }
#tab-nav2012 a{ background: url(../img/career/data-nav2012.jpg) no-repeat left top; }
#tab-nav2011 a{ background: url(../img/career/data-nav2011.jpg) no-repeat left top; }
#tab-nav2010 a{ background: url(../img/career/data-nav2010.jpg) no-repeat left top; }
#tab-nav2009 a{ background: url(../img/career/data-nav2009.jpg) no-repeat left top; }
#tab-nav2008 a{ background: url(../img/career/data-nav2008.jpg) no-repeat left top; }
#tab-nav2007 a{ background: url(../img/career/data-nav2007.jpg) no-repeat left top; }
#tab-nav2006 a{ background: url(../img/career/data-nav2006.jpg) no-repeat left top; }

#tab-nav2013 a:hover{ background: url(../img/career/data-nav2013_on.jpg) no-repeat left top; }
#tab-nav2012 a:hover{ background: url(../img/career/data-nav2012_on.jpg) no-repeat left top; }
#tab-nav2011 a:hover{ background: url(../img/career/data-nav2011_on.jpg) no-repeat left top; }
#tab-nav2010 a:hover{ background: url(../img/career/data-nav2010_on.jpg) no-repeat left top; }
#tab-nav2009 a:hover{ background: url(../img/career/data-nav2009_on.jpg) no-repeat left top; }
#tab-nav2008 a:hover{ background: url(../img/career/data-nav2008_on.jpg) no-repeat left top; }
#tab-nav2007 a:hover{ background: url(../img/career/data-nav2007_on.jpg) no-repeat left top; }
#tab-nav2006 a:hover{ background: url(../img/career/data-nav2006_on.jpg) no-repeat left top; }


#tab-nav2013 a.selected{ background: url(../img/career/data-nav2013_cr.jpg) no-repeat left top; }
#tab-nav2012 a.selected{ background: url(../img/career/data-nav2012_cr.jpg) no-repeat left top; }
#tab-nav2011 a.selected{ background: url(../img/career/data-nav2011_cr.jpg) no-repeat left top; }
#tab-nav2010 a.selected{ background: url(../img/career/data-nav2010_cr.jpg) no-repeat left top; }
#tab-nav2009 a.selected{ background: url(../img/career/data-nav2009_cr.jpg) no-repeat left top; }
#tab-nav2008 a.selected{ background: url(../img/career/data-nav2008_cr.jpg) no-repeat left top; }
#tab-nav2007 a.selected{ background: url(../img/career/data-nav2007_cr.jpg) no-repeat left top; }
#tab-nav2006 a.selected{ background: url(../img/career/data-nav2006_cr.jpg) no-repeat left top; }

#data-nav-content{
	/*width: 716px;*/
	/*overflow: hidden;*/
	width:inherit;
}
#panel div{
	/*float:left;*/
}

#panel table, #panel2 table{
	background-color: #FBB6C9;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 0 1px 1px;
	width:inherit;
	*width:98%;
	width:98%\9;
}
:root #panel table, :root #panel2 table{
	width:98%\0/;
}
#panel table th{
	background-color: #FEF0F0;
	width: 10em;
	border: #fff 1px solid;
	text-align: left;
	padding: 5px 10px;
}
#panel2 table th{
	background-color: #FEF0F0;
	border: #fff 1px solid;
	text-align: left;
	padding: 5px 10px;
	white-space:nowrap;
}
#panel table td, #panel2 table td{
	background-color: #fff;
	border: #fff 1px solid;
	padding: 5px 10px;
}
/*#panel2はkubicのtable用*/

/* ========================================================================
	31.公認会計士を目指す方へ					[ /cpa/index.html ]
======================================================================== */
#cpa{
}

#cpa-nav{
	width: 728px;
	padding: 0 0 0 0;
	margin: 0 -12px 25px 0;
}
#cpa-nav li{
	float: left;
}
#cpa-nav li a{
	display:block;
	width: 170px;
	height: 40px;
	margin: 0 12px 12px 0;
	_margin: 0 9px 12px 0;/*for IE6*/
}
#tab-message a{ 		background: url(../../img/cpa/nav-message.gif) no-repeat left top; }
#tab-about a{ 			background: url(../../img/cpa/nav-about.gif) no-repeat left top; }
#tab-do a{ 					background: url(../../img/cpa/nav-do.gif) no-repeat left top; }
#tab-description a{ background: url(../../img/cpa/nav-description.gif) no-repeat left top; }
#tab-system a{ 			background: url(../../img/cpa/nav-system.gif) no-repeat left top; }
#tab-style a{ 			background: url(../../img/cpa/nav-style.gif) no-repeat left top; }
#tab-book a{ 				background: url(../../img/cpa/nav-book.gif) no-repeat left top; }

#tab-message a:hover{ 		background: url(../../img/cpa/nav-message_on.gif) no-repeat left top; }
#tab-about a:hover{ 			background: url(../../img/cpa/nav-about_on.gif) no-repeat left top; }
#tab-do a:hover{ 					background: url(../../img/cpa/nav-do_on.gif) no-repeat left top; }
#tab-description a:hover{ background: url(../../img/cpa/nav-description_on.gif) no-repeat left top; }
#tab-system a:hover{ 			background: url(../../img/cpa/nav-system_on.gif) no-repeat left top; }
#tab-style a:hover{ 			background: url(../../img/cpa/nav-style_on.gif) no-repeat left top; }
#tab-book a:hover{ 				background: url(../../img/cpa/nav-book_on.gif) no-repeat left top; }

#tab-message a.selected{ 		background: url(../../img/cpa/nav-message_cr.gif) no-repeat left top; }
#tab-about a.selected{ 			background: url(../../img/cpa/nav-about_cr.gif) no-repeat left top; }
#tab-do a.selected{ 					background: url(../../img/cpa/nav-do_cr.gif) no-repeat left top; }
#tab-description a.selected{ background: url(../../img/cpa/nav-description_cr.gif) no-repeat left top; }
#tab-system a.selected{ 			background: url(../../img/cpa/nav-system_cr.gif) no-repeat left top; }
#tab-style a.selected{ 			background: url(../../img/cpa/nav-style_cr.gif) no-repeat left top; }
#tab-book a.selected{ 				background: url(../../img/cpa/nav-book_cr.gif) no-repeat left top; }

#cpa-nav-content{
	width: 716px;
	overflow: hidden;
}
#panel2 div{
	float:left;
}

/* message
--------------------------------------------------------------- */
#cpa-message{
}

.message-box{
	/*background: url(../img/cpa/message_bg.jpg) no-repeat left bottom;
	background-size:contain;*/
	/*width: 716px;*/
	/*padding: 0 0 25px 0;*/
	padding:10px;
	margin: 0 0 35px 0;
	border:3px solid #DE6A86;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.message-box p.message-box-image{
	float: left;
	/*width: 230px;*/
	/*width:100%;*/
	padding: 0;
}
.message-box h3{
	/*float: left;*/
	margin: 0;
	padding: 0 0 3px;
	color:#D8617F;
	font-size:150%;
}
.message-box p.message-box-text{
	/*float: left;*/
	float:right;
	/*width: 455px;*/
	width:60%;
	padding: 0 10px 0 0px;
	line-height: 1.83;
	font-size: 92%;
	margin-top:-200px
}

#cpa-message table{
	background-color: #FBB6C9;
	/*width: 714px;*/
	font-size: 93%;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 0 20px 1px;
}
#cpa-message table thead th{
	background-color: #FFF9F9;
	font-size: 93%;
	padding: 3px;
}
#cpa-message table tbody th{
	background-color: #FEF0F0;
	font-weight: bold;
	text-align: left;
	padding: 3px 3px 3px 8px;
}
#cpa-message table td{
	background-color: #fff;
	text-align: center;
	padding: 3px;
}
#cpa-message table td.highlight,
#cpa-message table th.highlight{
	background-color: #FFEACA;
}


.cpa-message-attention1{
	/*width: 716px;*/
	margin: 0 0 15px 0;
}
.cpa-message-attention1 li{
	text-indent: -2em;
	font-size: 93%;
	padding: 0 0 0 2em;
}

.cpa-message-attention2{
	/*width: 716px;*/
	margin: 0 0 15px 0;
}
.cpa-message-attention2 li{
	text-indent: -2.5em;
	font-size: 93%;
	padding: 0 0 0 2.5em;
}

.cpa-message-end{
	padding: 0 0 30px 0;
}


.cpa-massage-goukaku{
	font-size:16px;
	text-align:center;
	background-color:#d8617f;
	color:#fff;
	padding:10px;
	margin-left:55px;
	text-decoration:none;
}

.cpa-massage-goukaku2{
	font-size:16px;
	text-align:center;
	background-color:#d8617f;
	color:#fff;
	padding:10px;
	margin-left:35px;
	text-decoration:none;
}

.table-sp {table-layout:fixed;width:100%;}

.table-sp th  { width: 30%; text-align: left; }
 	
	.cpalistb{
	display:none;
	}

.cpa_resp2{display:none;}
	
@media only screen and (max-width:480px){
    .table-sp { margin: 0 -10px; }
    .table-sp th,
    .table-sp td{
    width: 40%;
    display: block;
    border-top: none;
	float:left;
    }
  .table-sp  tr:first-child th { border-top: 1px solid #ddd; }
 .cpalista{
	display:none;  
	}
	.cpalistb{
		display:inline;
	}
	.cpa_resp1{display:none;}
	.cpa_resp2{display:table;}
}
	

/* about
--------------------------------------------------------------- */
#cpa-about{
}

.cpa-about-content{
	/*width: 716px;*/
	padding: 0 0 0 0;
}
.cpa-about-content img{
	float: right;
	width:60%;
}

/* do
--------------------------------------------------------------- */
#cpa-do{
}

.cpa-do-content{
}
.cpa-do-content img{
	float: right;
	padding: 0 0 10px 10px;
}

/* description
--------------------------------------------------------------- */
#cpa-description{
}

#cpa-description-flow{
	/*width: 611px;*/
	padding: 5px 0 0 0;
	margin: 0 auto;
}

#cpa-description dl{
	margin: 0 0 20px 0;
}
#cpa-description dl dt{
	background: url(../img/common/icon04.gif) no-repeat left center;
	width: 8em;
	float: left;
	clear: both;
	font-weight: bold;
	padding: 0 0 5px 12px;
}
#cpa-description dl dt.cd-child{
	background: none;
	font-weight: normal;
}

#cpa-description dl dd{
	margin: 0 0 5px 8em;
}

#cpa-description ul{
	margin: 0 0 20px 0;
}
#cpa-description ul li{
	background: url(../../img/common/icon04.gif) no-repeat left center;
	padding: 0 0 5px 12px;
}

#cpa-description p a{
	background: url(../../img/common/icon05.gif) no-repeat left center;
	padding: 0 0 0 15px;
}
#cpa-description p a:hover{
	background: url(../../img/common/icon05_on.gif) no-repeat left center;
	padding: 0 0 0 15px;
}

/* system
--------------------------------------------------------------- */
#cpa-system{
}

#cpa-system ol{
	/*width: 716px;*/
	overflow: hidden;
	padding: 25px 0 15px 0;
}
#cpa-system ol li{
	float: left;
	/*width: 341px;*/
	width:100%;
	/*height: 120px;*/
	/*border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;*/
	padding: 20px 15px 15px 0;
}
#cpa-system ol li img{
	float: left;
}
#cpa-system ol li p{
	overflow: hidden;
	zoom: 1;
}

#cpa-system ol li.number01{	/*padding: 0 15px 15px 0;*/ }
#cpa-system ol li.number02{	/*padding: 0 15px 15px 0; border-right: none;*/ }
#cpa-system ol li.number03{	}
#cpa-system ol li.number04{	/*border-right: none;*/ }
#cpa-system ol li.number05{	/*border-bottom: none;*/ }
#cpa-system ol li.number06{	/*border-right: none; border-bottom: none; */}

#cpa-system .figure{
	text-align: center;
	padding: 0 0 30px;
}

.shien h3{
	color:#E24E74;
	font-size:400% !important;
	float:left;
	margin-right:20px;
}

#cpa-about h2, #cpa-do h2,#cpa-description h2,#cpa-system h2,#cpa-style h2,#cpa-book h2 {
	background: url(../img/common/h2_bg02.png) no-repeat left top;
	/*height: 45px;*/
	font-size: 120%;
	font-weight: bold;
	line-height: 45px;
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
}


h3.cpa_alsp {color:#E24E74; }
.cpa_alsp span, .cpa_bokicon {font-size:0.8em;color:#0F7987;}

ol.shien {display:none;}

h4.cpa_taishou {background-color:#04608A;color:#fff;font-size:1.6em;padding:10px;border-radius:10px; -webkit-border-radius: 10px ; -moz-border-radius: 10px ;}

span.shourei {font-size:0.8em;}

/* book
--------------------------------------------------------------- */
div#cpa-book, div#cpa-style {display:none;
}

#cpa-book h3{
	background-color: #FEE8EE;
	border-left: #DA6180 7px solid;
	font-size: 93%;
	font-weight: bold;
	padding: 10px 0 10px 15px;
	margin: 0 0 10px 0;
}
#cpa-book dl,
#cpa-book ul{
	margin: 0 0 25px 0;
}
#cpa-book dl dt{
	background: url(../../img/common/icon04.gif) no-repeat left center;
	color: #DA6180;
	padding: 0 0 0 12px;
}
#cpa-book dl dd{
	padding: 0 0 5px 12px;
}

#cpa-book ul li{
	background: url(../../img/common/icon04.gif) no-repeat left center;
	padding: 0 0 5px 12px;
}

.cpa-book-link{
	background-color: #EFEFEF;
	padding: 10px 15px;
	margin: 0 0 25px 0;
}


/* ========================================================================
		32.簿記コンテスト									[ /cpa/contest.html ]
======================================================================== */
#cpa-contest ul.list-type01 {
	margin:0px 0px 35px 0px;
}

#contest-description {
	margin-bottom:15px;
}
#contest-description img {
	float:right;
	margin:0px 0px 0px 15px;
}
#cpa-contest-section01,
#cpa-contest-section02,
#cpa-contest-section03,
#cpa-contest-section04 {
	margin:0px 0px 30px 0px;
	padding:0px 15px;
}
#cpa-contest-section01 ul {
}
#cpa-contest-section01 ul li {
	background:url(../../img/common/icon04.gif) no-repeat 0px 6px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 12px;
}
#cpa-contest-section01 ul li span {
	font-weight:bold;
}

#cpa-contest-section03 table,
#cpa-contest-section02 table{
	background-color: #fbb6c9;
	/*width: 680px;*/
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	margin: 20px 0 30px 0;
}
#cpa-contest-section03 table{
	margin-top:0px;
}
#cpa-contest-section03 table th,
#cpa-contest-section02 table th{
	background-color: #fef0f0;
	/*white-space:nowrap;*/
	text-align: left;
	border: #fff 1px solid;
	padding: 5px;
}
#cpa-contest-section03 table thead th
#cpa-contest-section02 table thead th{
	background-color: #da6180;
	text-align: left;
	border: none;
	padding: 5px;
}
#cpa-contest-section03 table td,
#cpa-contest-section02 table td{
	background-color: #fff;
	border: #fff 1px solid;
	padding: 5px 8px;
}
#cpa-contest-section03 h3 {
	font-size:1.15em;
	font-weight:bold;
	background:#fef0f0;
	margin:20px 0px 20px 0px;
	padding:5px 15px;
	border-left:5px solid #E5567A;
}
#cpa-contest-section03 h4 {
	font-weight:bold;
	margin:0px 0px 5px 0px;
}


/* ========================================================================
		33.CPA講演会											[ /cpa/meeting.html ]
======================================================================== */
#meeting-description {
	margin-bottom:35px;
}
#meeting-description img {
}
#cpa-meeting h2 {
	background:url(../img/cpa/h2-meeting.gif) no-repeat 0px 0px;
	padding:1px 0 12px 29px;
	font-size:1.15em;
	font-weight:bold;
}
#cpa-meeting ul {
	margin:0px 0px 20px 0px;
}
#cpa-meeting ul li span {
	font-weight:bold;
	padding-right:20px;
}
p.meeting-copy {
	margin-bottom:12px;
}



/* ========================================================================
	34.受験生の方へ										[ graduate.html ]
======================================================================== */
.exam-description{
	font-size: 116%;
	font-weight: bold;
}


/* ========================================================================
	35.在学生の方へ										[ student.html ]
======================================================================== */
#user-curriculum{
}
#user-curriculum h2 img{
	vertical-align: top;
}
#user-curriculum h2 span img{
	padding: 10px 0 0 10px;
}

#user-curriculum table{
	background-color: #fbb6c9;
	/*width: 716px;*/
	border-spacing: 1px;
	border-collapse: separate;
	margin: 20px 0 30px 0;
	font-size:0.83em;
}
#user-curriculum table.table-curriculum2007 {
	margin-top:0px;
}
#user-curriculum table th{
	background-color: #fef0f0;
	width: 9em;
	text-align: left;
	border: #fff 1px solid;
	padding: 5px;
}
#user-curriculum table thead th{
	background-color: #da6180;
	text-align: left;
	border: none;
	padding: 5px;
}
#user-curriculum table thead th.th-center {
	text-align:center;
}
#user-curriculum table th.history-month{
	width: 3em;
}
#user-curriculum table td{
	background-color: #fff;
	border: #fff 1px solid;
	padding: 5px 8px;
}

.wline{
	width: 340px;
}
.wline li{
	float: left;
	width: 170px;
}

#graduate h3.h3_nolink {
	background:none;
	padding:0px;
}
.user_adminicle ol {
	margin-left:20px;
	_margin-left:23px;
}
*:first-child+html .user_adminicle ol {
	margin-left:23px;
}
.user_adminicle ol li {
	margin-bottom:6px;
	list-style-type:decimal;
}
.user_adminicle .section {
	margin-bottom:40px;
}
.user_adminicle .section dl dt {
	font-weight:bold;
}
.user-adminicle-attention ol li {
	margin-bottom:8px;
}
.user-adminicle-attention ol li span {
	font-weight:bold;
}
dl.user-adminicle-faclity {
	margin:10px 0px 0px 0px;
}
dl.user-adminicle-faclity dt {
	font-weight:bold;
}
dl.user-adminicle-faclity dd {
	padding:0px 0px 6px 14px;
}
dl.user-adminicle-support {
	margin-bottom:10px;
}

body#user-curriculum2011 #user-curriculum table th {
	text-align:center;
	width:1%;
	padding:1px;
}
body#user-curriculum2011 #user-curriculum table td {
	padding:2px;
}


/* ========================================================================
		受験生の方へ					[ exam.html ]
======================================================================== */
#graduate{
}
#graduate h2, .engrad h2 {
	background: url(../img/common/h2_bg.gif) no-repeat left center;
	/*height: 45px;*/
	font-size: 120%;
	font-weight: bold;
	line-height: 45px;
	padding: 0 0 0 30px;
}
#graduate h3{
	background: url(../img/common/icon01.gif) no-repeat left center;
	font-size: 108%;
	font-weight: bold;
	padding: 0 0 0 17px;
	margin: 0 0 2px 0;
}
#graduate h3.nolink-h3{
	background: url(../img/common/icon10.gif) no-repeat left center;
}

#graduate h3.icon-blank {
	background: none;
	padding-left: 0;
}
#graduate h3.icon-blank a{
	padding: 0 0 2px 16px;
	background: url(../img/common/icon05.gif) no-repeat left 2px;
}
#graduate h3.icon-blank a:hover{
	background: url(../img/common/icon05_on.gif) no-repeat left 2px;
}

#graduate h3.icon-none{
	background: none;
	padding: 0;
}

#graduate p{
	margin: 0 0 20px 0;
}

#graduate .list-type01{
	margin: 0 0 30px 0;
}
#graduate .list-type01.society{
	margin: 0 0 5px 0;
}

#graduate a.link{
	background:url(../img/common/icon01.gif) no-repeat left center;
	padding: 0 0 0 15px;
}
#graduate a.link:hover{
	background:url(../img/common/icon01_on.gif) no-repeat left center;
}


#student-point{
	border: #CCCCCC 3px solid;
	width: 550px;
	padding: 10px;
	margin: 5px 0 20px 15px;
}
#student-point ol{
}
#student-point ol li{
	list-style: decimal;
	margin: 0 0 10px 20px;
}
#student-point ol li.end{
	margin: 0 0 0 20px;
}
#student-point p{
	text-align: right;
	margin: -1em 0 0 0;
	padding: 0 10px 0 0;
}

.exam-description{
	font-size: 90%;
	font-weight: bold;
}

/* target="_blank"のリンク
--------------------------------------------------------------- */
a.blanklink{
	background: url(../img/common/icon05.gif) no-repeat right center;
	padding: 0 20px 0 0;
}
a.blanklink:hover{
	background: url(../img/common/icon05_on.gif) no-repeat right center;
}

a.blanklink2{
	background: url(../img/common/icon05.gif) no-repeat right center;
	padding: 0 15px 0 0;
}
a.blanklink2:hover{
	background: url(../img/common/icon05_on.gif) no-repeat right center;
}

a.blanklink3{
	background: url(../img/common/icon12.gif) no-repeat right center;
	padding: 0 15px 0 0;
}
a.blanklink3:hover{
	background: url(../img/common/icon12_on.gif) no-repeat right center;
}


/* ========================================================================
	40.教員の公募について							[ recruit.html ]
======================================================================== */
#recruit-table{
	background-color: #fbb6c9;
	/*width: 714px;*/
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	margin: 0 0 20px 0;
}
#recruit-table th{
	background-color: #fef0f0;
	text-align: center;
	border: #fff 1px solid;
	padding: 5px 5px 5px 15px;
}
#recruit-table th.list-head{
	background-color: #DA6180;
	width: auto;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	border: #DA6180 1px solid;
	padding: 5px;
}
#recruit-table td{
	background-color: #fff;
	text-align: center;
	border: #fff 1px solid;
	padding: 5px 8px 5px 15px;
}

#recruit-dl{
}
#recruit-dl dt{
	background: url(../img/common/icon02.gif) no-repeat left center;
	font-weight: bold;
	padding: 0 0 0 17px;
}
#recruit-dl dd{
	margin: 0 0 20px 0;
}

#no-recruitment{
	text-align: center;
	font-size: 108%;
	font-weight: bold;
	padding: 50px 0 20px 0;
}

/* PDFのリンク
--------------------------------------------------------------- */
a.downloadlink{
	background:url(../img/common/icon-download.gif) no-repeat left center;
	padding: 0 0 0 18px;
}
a.downloadlink:hover{
	background:url(../img/common/icon-download_on.gif) no-repeat left center;
}

a.downloadlink2{
	background:url(../img/common/icon-download.gif) no-repeat left center;
	padding: 0 0 0 15px;
}
a.downloadlink2:hover{
	background:url(../img/common/icon-download_on.gif) no-repeat left center;
}

a.downloadlink3{
	background:url(../img/common/icon-download.gif) no-repeat right center;
	padding: 0 20px 0 0;
}
a.downloadlink3:hover{
	background:url(../img/common/icon-download_on.gif) no-repeat right center;
}


/* ========================================================================
	80.アカデミックポリシー						[ academic-policy.html ]
======================================================================== */
#academic{
}

#academic01{
	margin: 0 0 30px 0;
}

#academic ul{
	background-color: #F9EFF2;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
#academic ul li{
	display: inline;
}
#academic ul li a{
	background: url(../img/common/icon01.gif) no-repeat left center;
	display: inline;
	padding: 0 25px 0 15px;
}
#academic ul li a:hover{
	background: url(../img/common/icon01_on.gif) no-repeat left center;
}

#academic h2{
}
#academic p{
	padding: 5px 10px 25px 10px;
}


ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

.att {
  padding-left: 3em;
  text-indent: -3em;
}

.att2 {
  padding-left: 2em;
  text-indent: -2em;
  margin-left:1em;
}

.btnStyle01 {
    line-height: 1.4
}

.btnStyle01 a {
    min-height: 40px;
    width: 260px;
    border-radius: 100px;
    border-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 38px
}

@media screen and (max-width: 767px) {
    .btnStyle01 a {
        width: 100%;
        min-height: 50px;
        margin: 0 auto
    }
}

.btnStyle01 a:after {
    content: "";
    width: 8px;
    height: 12px;
    background: url(https://www.kansai-u.ac.jp/ja/assets/images/icon_arw_p.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%)
}

@media print, screen and (min-width: 768px) {
    .btnStyle01 a:after {
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)
    }
}

@media print, screen and (min-width: 768px) {
    .btnStyle01 a span {
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)
    }
}

.btnStyle01 a[target="_blank"]:after {
    width: 12px;
    background-image: url(https://www.kansai-u.ac.jp/ja/assets/images/icon_blank_p.svg);
    background-size: 12px 12px
}

@media print, screen and (min-width: 768px) {
    .btnStyle01 a:hover:after, .btnStyle01 a:hover span {
        opacity: .55
    }
}

@media print, screen and (min-width: 768px) {
    .btnStyle01.wide a {
        width: 320px
    }
}

.btnStyle01.download a:after {
    width: 10px;
    height: 12px;
    background-image: url(https://www.kansai-u.ac.jp/ja/assets/images/icon_download.svg);
    background-size: 100%
}

.btnStyle01.txtL a {
    justify-content: left
}


.btnStyle01 a {
    width: auto;
}

@media print, screen and (min-width: 768px) {
    btnStyle01 a {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 767px) {
    .btnStyle01 a {
        width: auto
    }
}





/* ========================================================================
	81.サイトマップ										[ sitemap.html ]
======================================================================== */
.sitemapBox a:link,
.sitemapBox a:visited{ color: #000; }
.sitemapBox a:hover,
.sitemapBox a:active{ color: #444; }

.sitemapBox {
	padding: 10px 0 30px;
	/*width: 716px;*/
}
.sitemapBox li {
	/*width: 350px;*/
	float: left;
	line-height: 1.3;
}

.sitemapBox ul { width: auto; }
.sitemapBox ul li {
	width: auto;
	float: none;
}

/* sitemapBox List */
.sitemapBox ul.list { background: none; margin: 0px 0px 0px 12px; }
.sitemapBox ul.list li { margin: 0px 0px 12px 0px; }
.sitemapBox ul.list li a {
	padding: 0px 0px 0px 20px;
	background: url(../img/common/icon02.gif) no-repeat 0 2px;
}
.sitemapBox ul.list li a:hover {
	background: url(../img/common/icon02_on.gif) no-repeat 0 2px;
}

.sitemapBox ul.list ul {
	margin: 0px 0px 0px 35px;
	padding: 13px 0px 5px;
}
.sitemapBox ul.list ul ul {
	padding: 10px 0px 1px;
}
.sitemapBox ul.list ul li {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 15px;
	background: url(../img/common/sitemap_tree.gif) no-repeat left 2px;
}
.sitemapBox ul.list ul li a,
.sitemapBox ul.list ul li a:hover {
	padding: 0;
	background: none;
}
.sitemapBox ul.list ul ul li { margin: 0px 0px 8px 0px; }
.sitemapBox ul.list ul ul li a,
.sitemapBox ul.list ul ul li a:hover {
	background: none;
}

.sitemapBox ul.list li img{
	vertical-align: middle;
	padding: 0 0 0 5px;
}

/* ========================================================================
	90.English												[ /en/ ]
======================================================================== */
#en-index p.key-en-index {
	/*height:307px;*/
	background:none;
	padding:0px;
	margin:0px 0px 20px 0px;
}
#en-index p {
	margin:0px 0px 20px 0px;
}
ul.en-list {
	margin-bottom:20px;
	background:#f2f2f2;
	padding:5px 12px;
}
ul.en-list li {
	float:left;
}
ul.en-list li a {
	background:url(../img/common/icon01.gif) no-repeat 0px 2px;
	padding-left:17px;
	margin-right:22px;
}
ul.en-list li a:hover {
	background:url(../img/common/icon01_on.gif) no-repeat 0px 2px;
}
ul.en-list li a.blanklink {
	background:url(../img/common/icon05.gif) no-repeat 0px 2px;
	padding-left:17px;
	padding-right:0px;
	margin-right:22px;
}

ul.en-list li a.blanklink:hover {
	background:url(../img/common/icon05_on.gif) no-repeat 0px 2px;
}

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


/* ========================================================================
	91.List of Faculty Members				[ /en/list.html ]
======================================================================== */
#en-index table{
	background-color: #fbb6c9;
	width: 680px;
	border-spacing: 1px;
	border-collapse: separate;
	margin: 0px 0 30px 0;
}

#en-index table thead th{
	background-color: #fef0f0;
	text-align: left;
	border: #fff 1px solid;
	padding: 5px;
}
#en-index table tbody th{
	background-color: #fff;
	width: 12em;
	text-align: left;
	border: #fff 1px solid;
	padding: 5px;
}
#en-index table td{
	background-color: #fff;
	border: #fff 1px solid;
	padding: 5px 8px;
}

/* circulation */
#en-index table.circulation{ background-color: #3E89CC; }
#en-index table.circulation thead th{ background-color: #DFF0FE; }

/* finance */
#en-index table.finance{ background-color: #AC61BE; }
#en-index table.finance thead th{ background-color: #FAE5FF; }

/* international */
#en-index table.international{ background-color: #CB4E6E; }
#en-index table.international thead th{ background-color: #F4DAE1; }

/* management */
#en-index table.management{ background-color: #BC8715; }
#en-index table.management thead th{ background-color: #F7EBD2; }

/* accounting */
#en-index table.accounting{ background-color: #709F1D; }
#en-index table.accounting thead th{ background-color: #E6F2D3; }



/* ========================================================================
	92.CPA														[ /en/cpa.html ]
======================================================================== */
#en-cpa-description img {
	float:right;
}
#en-cpa-description {
	margin-bottom:20px;
}


.texind-1 a{display:block}

/* ==============================
	英語プロアクティブから
============================== */


/* 概要紹介　*/
.outline_kubic{
	/*background:url(../img/en/img02.jpg) no-repeat right top;
	padding-right:332px;*/
}

.outline_kubic ul li{
	background:url(../img/en/kubic_bullet.gif) no-repeat 0 8px;
	padding:0 0 15px 15px;
}

.outline_cores{
	/*background:url(../img/en/img03.jpg) no-repeat right top;
	padding-right:332px;*/
}

.outline_cores ul li{
	background:url(../img/en/cores_bullet.gif) no-repeat 0 8px;
	padding:0 0 15px 15px;
}

.outline_blsp{
	/*background:url(../img/en/img04.jpg) no-repeat right top;
	padding-right:332px;*/
}

.outline_blsp ul li{
	background:url(../img/en/blsp_bullet.gif) no-repeat 0 8px;
	padding:0 0 15px 15px;
}

.outline_besta{
	/*background:url(../img/en/img05.jpg) no-repeat right top;
	padding-right:332px;*/
}

.outline_besta ul li{
	background:url(../img/en/besta_bullet.gif) no-repeat 0 8px;
	padding:0 0 15px 15px;
}

a.link02{
	padding:2px 0 0 16px;
	color: #432f8e;
	text-decoration:underline;
	background:url(../img/en/link02.gif) no-repeat 0 4px;
}
a.link02:hover{
	color: #982c87;
	background:url(../img/en/link02-on.gif) no-repeat 0 4px;
}
a.link02:visited{
	/*color: #c51a22;*/
}


/*紙芝居*/
#swiffycontainer {
	width:480px;
	height:370px;
}

@media (max-width: 979px) {
#swiffycontainer {
	width:389px;
	height:300px;
}
}

@media (max-width: 767px) {
#swiffycontainer {
	width:480px;
	height:370px;
}
}


/* list-type01 */
.list-type01{
	background-color: #F6F6F6;
	margin: 0 0 10px 0;
	padding: 10px 10px 5px 10px;
}
.list-type01 li{
	background: url(../img/common/icon04.gif) no-repeat left 7px;
	margin: 0 0 5px 0;
	padding: 0 0 0 13px;
}
/* list-type02 */
.list-type02{
	background-color: #F6F6F6;
	margin: 0 0 10px 0;
	padding: 10px 10px 5px 10px;
}
.list-type02 li{
	margin: 0 0 5px 0;
}
/* list-type03 */
.list-type03{
}
.list-type03 li{
}


/*見出し装飾*/

.h3des{
    position: relative;
    font-size: 1.2em !important;
    font-weight: bold !important;
    /*margin: 0 0 1.2em;*/
    padding: 0.2em 0.5em 0.5em 2.0em !important;
    border-bottom: 2px solid #B92A2C;
	background:none !important;
}
 
.h3des:before{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #ff6b6e;
    top: -0.5em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
.h3des:after{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #B92A2C;
    top: -0.2em;
    left: 0;
    height: 12px;
    width: 12px;
}


0h1{
    position: relative;
    border-color: #eee;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    background: #fff;
    margin: 0 0 15px -15px;
    padding: 5px 15px;
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
 
0h1:after
{
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    right: 15px;
    width: 70%;
    height: 10px;
    background: rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}


h1 {
  color: #D75879;
  /*font-size: 24px;*/
  display: flex;
  align-items: center;
}
h1:before, h1:after {
  content: "";
  flex-grow: 1;
  height: 2px;
}
h1:before {
  margin-right: .4em;
  background: linear-gradient(-90deg, #D75879, #F9E9E9);
}
h1:after {
  margin-left: .4em;
  background: linear-gradient(90deg, #D75879, #F9E9E9);
}





.obogtop img {
	width:268px;
}

.obogtop2 img {
	width:268px;
	margin:5px;
}


@media (max-width: 979px) {
.obogtop img {
	width:205px !important;
}
.obogtop2 img {
	width:205px;
	margin:1px;
}
}

@media (max-width: 767px) {
.obogtop img {
	width:268px !important;
}
.obogtop2 img {
	width:268px;
	margin:5px;
}
}




/*大学院向けナビメニュー*/
.gradmenu {
	width:100%;
	background:#EC4C96;
	/* Old browsers */
	background:#EC4C96 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* FF3.6+*/
	background:#EC4C96 -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));
	/* Chrome,Safari4+*/
	background:#EC4C96 -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* Chrome10+,Safari5.1+*/
	background:#EC4C96 -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* Opera11.10+*/
	background:#EC4C96 -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* IE10+*/
	background:#EC4C96 linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	margin-bottom:30px;
	color:#fff;font-size:6px !important;
}

/*.gradmenu .megamenu li {padding-top:20px;}*/

/* 大学院教員紹介
--------------------------------------------------------------- */
h6.teacher{ font-size: 12px; line-height: 1.5em; font-weight:normal; color: #003399;  background-color:#FFEEBB; border:1px solid #DDBB55; margin:15px 0px 3px 0px; padding:1px 8px 1px 8px;margin-left:15px;margin-right:15px;clear:both; }

p.teacher{margin-left:15px!important;margin-right:15px!important;clear:both;padding-bottom:10px; }

.icon-homepage  { font-size: 10px; /*line-height: 15px;*/ line-height:1.3em!important; padding:0px 0px 0px 55px; background-image: url(../img/course_img/page_icon_hp.gif) !important; background-repeat: no-repeat !important; background-position: left top !important; }
.icon-email { font-size: 10px; /*line-height: 15px;*/ line-height:1.3em!important; padding:0px 0px 0px 55px; background-image: url(../img/course_img/page_icon_email.gif) !important; background-repeat: no-repeat !important; background-position: left top !important; }

* html .icon-email{ padding-top:1px; padding-bottom:1px; }
* html .icon-homepage{ padding-top:1px; padding-bottom:1px; }

h6.teacher1{background-color:#fbb6c9;border:1px solid #da6180;}

p.teacher1 {padding-bottom:40px; margin-top:0;padding-top:0;}

h6.teacher3{
	background-color:#2576b6;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#2576b6', endColorstr = '#ffffff');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#2576b6', endColorstr = '#ffffff')";
background-image: -moz-linear-gradient(left, #2576b6, #ffffff);
background-image: -ms-linear-gradient(left, #2576b6, #ffffff);
background-image: -o-linear-gradient(left, #2576b6, #ffffff);
background-image: -webkit-gradient(linear, left top, right top, from(#2576b6), to(#ffffff));
background-image: -webkit-linear-gradient(left, #2576b6, #ffffff);
background-image: linear-gradient(left, #2576b6, #ffffff);
border:none;
font-size:13px;
line-height:1.5em;
margin:18px 15px 18px 15px;
padding:3px 8px;
clear:both;
color:#ffffff;
text-shadow:1px 1px 1px #616161;
}

h4.teacher3{
	font-size:16px;
	font-weight:bold;
	border-left:solid 10px #2576b6;
	border-bottom:solid 1px #2576b6;
	margin-left:15px;
	margin-right:15px;
	padding-left:15px;
}

h6.teacher4{
	background-color:#327522;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#327522', endColorstr = '#ffffff');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#327522', endColorstr = '#ffffff')";
background-image: -moz-linear-gradient(left, #327522, #ffffff);
background-image: -ms-linear-gradient(left, #327522, #ffffff);
background-image: -o-linear-gradient(left, #327522, #ffffff);
background-image: -webkit-gradient(linear, left top, right top, from(#327522), to(#ffffff));
background-image: -webkit-linear-gradient(left, #327522, #ffffff);
background-image: linear-gradient(left, #327522, #ffffff);
border:none;
font-size:13px;
line-height:1.5em;
margin:18px 15px 18px 15px;
padding:3px 8px;
clear:both;
color:#ffffff;
text-shadow:1px 1px 1px #616161;
}

h4.teacher4{
	font-size:16px;
	font-weight:bold;
	border-left:solid 10px #327522;
	border-bottom:solid 1px #327522;
	margin-left:15px;
	margin-right:15px;
	padding-left:15px;
}

h6.teacher2{
	background-color:#da6180;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#da6180', endColorstr = '#ffffff');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#da6180', endColorstr = '#ffffff')";
background-image: -moz-linear-gradient(left, #da6180, #ffffff);
background-image: -ms-linear-gradient(left, #da6180, #ffffff);
background-image: -o-linear-gradient(left, #da6180, #ffffff);
background-image: -webkit-gradient(linear, left top, right top, from(#da6180), to(#ffffff));
background-image: -webkit-linear-gradient(left, #da6180, #ffffff);
background-image: linear-gradient(left, #da6180, #ffffff);
border:none;
font-size:13px;
line-height:1.5em;
margin:18px 15px 18px 15px;
padding:3px 8px;
clear:both;
color:#ffffff;
text-shadow:1px 1px 1px #616161;
}

h4.teacher2{
	font-size:16px;
	font-weight:bold;
	border-left:solid 10px #da6180;
	border-bottom:solid 1px #da6180;
	margin-left:15px;
	margin-right:15px;
	padding-left:15px;
}

span.teacher3{
	float:right;
	font-size: 10px;
	font-weight:normal;
	line-height:1.5em;
	color: #fff;
	background-color:#fff;
	border:solid 1px #2576b6;
	padding:1px 8px 1px 8px;
	margin-bottom:10px;
}

span.teacher4{
	float:right;
	font-size: 10px;
	font-weight:normal;
	line-height:1.5em;
	color: #fff;
	background-color:#fff;
	border:solid 1px #327522;
	padding:1px 8px 1px 8px;
	margin-bottom:10px;
}

span.teacher2{
	float:right;
	font-size: 10px;
	font-weight:normal;
	line-height:1.5em;
	color: #fff;
	background-color:#fff;
	border:solid 1px #da6180;
	padding:1px 8px 1px 8px;
	margin-bottom:10px;
}


/* 大学院カリキュラム用 */
.curTbl{
	margin:5px auto; 
	width:100%;
	border-collapse:collapse;
}

	.curTbl th,
	.curTbl td{
		font-size:14px;
		line-height:18px;
		padding:3px 5px;
		border:solid 1px #6677AA; 
	}
	
	.curTbl th{
		background:#dddddd;
	}

.curTbl .col1{ width:40%; }
.curTbl .col2{ width:17%; }
.curTbl .col3{}

.curTbl .col4{ width:3%; text-align:center; }
.curTbl .col5{ width:5%;}


.curTbl .col6{ width:50%; }
.curTbl .col7{ width:33%; }
.curTbl .col8{ width:25%; }


.curTbl .noBorderB{ border-bottom:none;}
.curTbl .noBorderT{ border-top:none;}


.curTbl .teacher{
	margin:0 0 3px;
	padding-bottom:3px;
	border-bottom:1px dotted #ccc;
}
	.curTbl dd{
		margin-left:0;
	}
	
	.curTbl .name{
		float:right;
		width:80px;
	}
	.curTbl .grade{
		float:left;
		width:50px;
	}
	.curTbl .from{
		float:left;
		width:110px;
	}
	.curTbl .from2{
		float:left;
		width:150px;
	}


	.curTbl .borderNone{
		padding-bottom:0px;
		border-bottom:none;
	}



@media (max-width: 767px) {
/*サイドバーをコンテンツの下にする*/

.tsukibetsu {display:none;}

.first{
    -webkit-box-ordinal-group: 2;/*Safari,Chrome*/
	-moz-box-ordinal-group: 2;/*Firefox*/
	-ms-box-ordinal-group: 2;/*IE*/
	-o-box-ordinal-group: 2;/*Opera*/
	
	}
 
.second{
    -webkit-box-ordinal-group: 1;/*Safari,Chrome*/
	-moz-box-ordinal-group: 1;/*Firefox*/
	-ms-box-ordinal-group: 1;/*IE*/
}

.sidebanner {display:none;}

}

.sidebanner2 {margin-right:auto;margin-left:auto; text-align:center;}
.sidebanner2 li {margin-bottom:5px;float:left; width:50%;}
.sidebanner2 img {}
.bottombanner{margin-right:auto;margin-left:auto;}
.bottombanner img{width:45%;margin:10px 5px;}

@media (min-width: 768px) {

.sidebanner2 {display:none;}
}

.essayif {border:none; height:220px;}
@media (max-width: 979px) {
.essayif {border:none; height:180px;}
}
@media (max-width: 767px) {
.essayif {border:none; height:240px;}
}
.essayifimg{width:100px;}
.essayifinside{width:500px;}
.nobg {background-image:none !important;background-color:#fff !important;}
.noborder {border:none !important;}




/*KUBIC*/


/*会計に強くなる*/

.dl_boki {font-size:0.9em;}
.dl_boki dt{float:left;}
.dl_boki dd{margin-left:40px;}
.dl_boki span{color:#D15172;}

.dl_boki2 span {color:#d15172; font-size:1.2em;}
.dl_boki2 dt {font-size:1.2em;margin-top:20px;}
.dl_boki2 dd {margin-left:40px;padding-left:1.2em;text-indent:-1.2em;margin-top:20px;}
.dl_boki2 dd span {font-size:1.2em;font-weight:bold;}

.table_boki1 {width:100%;}
.table_boki1 th,.table_boki1 td{border:1px solid #949494;border-collapse: collapse;padding:4px;}
.table_boki1 th.pink {background-color:#FACBCC;text-align:center;}
.table_boki1 th {background-color:#CFF7C6;white-space:nowrap;text-align:left;}
.table_boki1 td.bold1 {font-weight:bold;font-size:1.0em;}


/*プログラム用追加*/

/*BLSP*/

h3.blsp_tri {
  position:relative;
  /*_top:0;
  left:0;*/
  padding-left:22px;
}
h3.blsp_tri:before{
  content: "";;
  position: absolute;
  top: 50%;
  left: 0;
	margin-top:-10px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #B964A5;
}

h4.blsp_topic {color:#B964A5; margin-top:20px;}


.zadankai_btn, .tocampuslife_btn, .courseshousai_btn {
     display:block;
     width: 347px;
     height:50px;
     line-height: 50px;
     color: #333231;
     text-decoration: none;
     text-align: center;
     /*background-color: #EFEFEF;*/ /*ボタン色*/
	background:linear-gradient(to bottom, #fafafa,#d2d2d2);
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
	font-size:20px;text-shadow: 2px 2px 0px #fff;
	font-weight:bold;
	margin:0 auto;
	border:1px solid #A9A8A8;
}

.zadankai_btn:hover, .tocampuslife_btn:hover, .courseshousai_btn:hover {
     opacity: 0.8 ;
	text-decoration: none;
}

/*専修過去年度*/

/*流通専修*/
.pastyearbtn_circulation {
     display:block;
     width: 160px;
     height:31px;
     line-height: 31px;
     color: #fff;
     text-decoration: none;
     text-align: center;
     background-color: #3d89cc; /*ボタン色*/
     border-radius: 15px; /*角丸*/
	font-size:18px;
	font-weight:bold;
}

/*ファイナンス専修*/
.pastyearbtn_finance {
     display:block;
     width: 160px;
     height:31px;
     line-height: 31px;
     color: #fff;
     text-decoration: none;
     text-align: center;
     background-color: #ac61be; /*ボタン色*/
     border-radius: 15px; /*角丸*/
	font-size:18px;
	font-weight:bold;
}

/*マネジメント専修*/
.pastyearbtn_management {
     display:block;
     width: 160px;
     height:31px;
     line-height: 31px;
     color: #fff;
     text-decoration: none;
     text-align: center;
     background-color: #bc8715; /*ボタン色*/
     border-radius: 15px; /*角丸*/
	font-size:18px;
	font-weight:bold;
}

/*国際ビジネス専修*/
.pastyearbtn_international {
     display:block;
     width: 160px;
     height:31px;
     line-height: 31px;
     color: #fff;
     text-decoration: none;
     text-align: center;
     background-color: #cb4e6e; /*ボタン色*/
     border-radius: 15px; /*角丸*/
	font-size:18px;
	font-weight:bold;
}

/*会計専修*/
.pastyearbtn_accounting {
     display:block;
     width: 160px;
     height:31px;
     line-height: 31px;
     color: #fff;
     text-decoration: none;
     text-align: center;
     background-color: #6f9f1d; /*ボタン色*/
     border-radius: 15px; /*角丸*/
	font-size:18px;
	font-weight:bold;
}


/*専修体験談サブタイトル*/
/*流通専修*/
.senpai_title_circulation {
	color:#1f76c3;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:1.6em;
	display:block;
}

/*ファイナンス専修*/

.senpai_title_finance {
	color:#9445a8;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:1.6em;
	display:block;
}

/*マネジメント専修*/

.senpai_title_management {
	color:#bd850b;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:1.6em;
	display:block;
}

/*国際ビジネス専修*/

.senpai_title_international {
	color:#c44163;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:1.6em;
	display:block;
}

/*会計専修*/

.senpai_title_accounting {
	color:#639410;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:1.6em;
	display:block;
}


/*OGOGメッセージ*/
/*名前、勤務先、卒業年バナー*/

/*共通*/
.obogmesse_banner {
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	font-size:12px;
	color:#fff;
	padding:5px 8px 3px 10px;
	
}

.obogmesse_banner span {
	font-size:20px;
}
.obogmesse_banner div {
	margin:0;
}



/*流通専修*/
.obogmesse_banner_circulation {
	background-color:#6CA7DF;
	border-left:7px solid #2b6ba3;
	
}


.obogmesse_title_circulation {
	color:#4089C9;
	font-size:24px;
	padding:10px 5px;
}

/*フィアナンス専修*/
.obogmesse_banner_finance {
	background-color:#ac63bf;
	border-left:7px solid #813894;
	
}


.obogmesse_title_finance {
	color:#9d4fb0;
	font-size:24px;
	padding:10px 5px;
}

/*国際ビジネス専修*/
.obogmesse_banner_international {
	background-color:#ce5171;
	border-left:7px solid #ad2146;
	
}


.obogmesse_title_international {
	color:#ce5171;
	font-size:24px;
	padding:10px 5px;
}

/*マネジメント専修*/
.obogmesse_banner_management {
	background-color:#bf8b1b;
	border-left:7px solid #976a05;
	
}


.obogmesse_title_management {
	color:#BF8B19;
	font-size:24px;
	padding:10px 5px;
}

/*会計専修*/
.obogmesse_banner_accounting {
	background-color:#92B654;
	border-left:7px solid #5F8321;
	
}


.obogmesse_title_accounting {
	color:#7FA341;
	font-size:24px;
	padding:10px 5px;
}


/*GRプログラム*/

.grposter {display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.grposter div {text-align:center;margin-bottom:20px;}


/*MT用 ウェブページテンプレートh1タグ表示*/

.sidebar01 {background-image:url(../img/common/key-visual_curriculum.png);}

/*MTキャンパスライフ特定カテゴリーバナー非表示*/
.c2020 {display:none !important;}