@charset "utf-8";

*  {
	margin : 0;
	padding : 0;

}

body  {
	text-align : center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size : 85%;
	letter-spacing:0.3px;
	color : #333;
	-webkit-text-size-adjust: 100%;	
}

/* リンク色処理 */


a  {
	text-decoration : none;
	color:#4966a3;
}

a:hover  {
	text-decoration: underline;
}

a:visited  {
	color:#6f529a;
}

/* 画像処理 */

a img  {
	border-style : none;
}

img  {
	max-width : 100%;
	height : auto;
	width /***/:auto;　/*IE8でmax-widthで横幅しか変わらないためIE8のみ適用*/
-ms-interpolation-mode: bicubic; 

}


li  {
	list-style-type : none;
}

div img  , li img  {
	vertical-align : bottom;
}

p  {
	line-height : 1.8;
}

img.lazy {
	display : none;	
}

table {
	font-size:80%;
}



/*-----------------------------------------------------
スキップナビゲーション用
-------------------------------------------------------*/

#skipnavi {
	position : absolute;
	top : 0;
	left : 0;
	width : 0;
	heigth : 0;
	overflow : hidden;
}



/*============================
#wrapper
============================*/
#wrapper {
	text-align : left;

}

/*============================
.wrapper-inner
============================*/
.wrapper-inner {

}

/*============================
#header
============================*/
#header {
}

/*============================
#header-inner
============================*/
#header-inner {
}

/*============================
#gmenu-btn
============================*/
#gmenu-btn {
}
.icon.icon-list {
}

/*============================
#header-logo
============================*/
#header-logo {
}
.header-submenu {
}

/*============================
#gmenu-wrapper
============================*/
#gmenu-wrapper {

}

/*============================
#gmenu
============================*/
#gmenu {

}
.menu1 {
}
.menu2 {
}
.menu3 {
}
.menu4 {
}
.menu5 {
}

/*============================
#fb-root
============================*/
#fb-root {
}

/*============================
#main-visual
============================*/
#main-visual {

}

/*============================
#slider.mainSlider
============================*/

#slider {
	
}

#slider.mainSlider {
}

/*============================
#indexbox-area
============================*/
#indexbox-area {
	background : #d0e8ec;
	padding : 20px 0;
}
.index-box {
}
.lazy {
}
.end {
}

/*============================
#mainarea
============================*/
#mainarea {
	padding : 0 0 35px;
}


/*============================
#main-no-column
============================*/

#main-no-column {
	padding : 10px 0 0;
}

@media screen and (max-width: 799px) {
#main-no-column {
	min-height:850px;
}
}

/*============================
#main-2column.other
============================*/
#main-2column {
	padding : 10px 0 0;
}

@media screen and (max-width: 799px) {
#main-2column {
	min-height:850px;
}
}

.news-title ,
.facebook-title,
.menu-title {
	border : 1px solid #cccccc;
	border-bottom : 1px solid #c4e3e6;
	padding : 10px 0;
	text-align:center;
}

.news-title h2,
.facebook-title h2,
.menu-title h2 {
	margin:0;
}

.news-title {
	position : relative;
	

}



.news-list {
	width: 40px;
	position : absolute;
	right : 8px;
	top : 19px;
}

/*============================
#sub-2column.other
============================*/
#sub-2column {
}

/*============================
#footer-wrapper
============================*/
#footer-wrapper {
	width : 100%;
	color : #ffffff;
	text-align : left;
}

/*============================
#footer
============================*/
#footer {
}
.footer-inner {
}
.footer-add {
}
.tel  {
	font-size : 100%;	
}
.copy {
}
.footer-ex {
}

.footer-ex li a {
	color : #ffffff;	
}

.footer-ex li {
	display : inline;
	margin-left : 10px;
	background:url(/research/supervision/global/img/list-arrow03.png) 0 5px no-repeat;
	padding:3px 0 3px 20px;
}

/*============================
#page-top
============================*/
#page-top {
}
.btn {
}







#bread-crumb-list li {
	liststyle-type : none;
	display : inline;
	font-size : 85%;
}



#slider {
	display : none;	
}



/* sp、PC共通使用セレクタ
--------------------------------------------------------*/

/* js警告 */

.js-notice {
	border : 1px solid #cccccc;
	padding : 15px;
	text-align : center;
	background : #f5f5f5;
}

/* likebox可変用 */

div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
    width: 100% !important;
    max-width: 640px;
}

/* googleカレンダー可変用 */

.googleca,
.googleca iframe[style],
.googleca span {
	width: 100% !important;
    max-width: 690px; /* main-2column内想定のため */
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index : 999;
}

@media print {
	
	#page-top {
		display : none;	
	}
	
}



/*-----------------------------------------------------
qa用
-------------------------------------------------------*/

.faq {
	margin:0 10px;
}

.faq dt {
	font-size:110%;
	color:#2759ba;
	font-weight:bold;
	position:relative;
	padding:4px 0 0 35px;
	margin:20px 0 15px 0;

}

.faq dt span {
	background:url(/research/supervision/global/img/faq-q.gif) no-repeat ;
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:0;
	display:block;
	overflow:hidden;
	width:25px;
	height:25px;
}

.faq dd {
	position:relative;
	padding:4px 0 20px 35px;
	line-height:1.5;
	border-bottom:solid 1px #ccc;

}

.faq dd span {
	background:url(/research/supervision/global/img/faq-a.gif) no-repeat ;
	text-indent:-9999px;	
	position:absolute;
	top:0;
	left:0;
	display:block;
	overflow:hidden;	
	width:25px;
	height:25px;
}



#main-footer {
	padding : 0 0 50px;	
}

h2 {
	margin-bottom : 30px;	
}

.h2title {
	
	border-bottom : 4px solid #546196;
	padding : 20px 10px;
	text-align : left;
	font-weight : bold;
	font-size : 160%;
	color : #444;



}

/* /h2titleの弟要素にのみ適用 */
.h2 ~ .h2 {
	margin-top : 40px;	
}


.kanren-link {
	background : #edf5f8;	
	padding : 20px;
}

.kanren-link .title {
	margin-bottom : 10px;
}

.kanren-link>.title:first-of-type {
	margin-top : 0;
}


.menubox p {
	margin-top: 10px;
}


.menubox-btn {

background: #ffffff; /* Old browsers */

border: 1px solid #dae3f4;

-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 1px 1px 1px 1px #ccc;
-webkit-box-shadow: 1px 1px 1px 1px #ccc;
box-shadow: 1px 1px 1px 1px #ccc;

/*IE8以下に適用させない
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#ccc');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#ccc')";*/
/*Shadows look very different in IE (Only cardinal directions supported)*/
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element should have a background-color*/
/*All filters must be placed together*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
/*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/

border : 1px solid #cccccc\9;

}

.menubox h3 {
	margin:0;
	font-weight:normal;
	font-size:110%!important;	
}

.menubox .menubox-btn-inner {
	display: table;
	width : 100%;
	font-size : 120%;
}

.menubox .menubox-btn-inner a {
	position : relative;
	display: table-cell;
	height : 66px;
	vertical-align: middle;
	/* 検証必要 */
	width : 100%;
	padding : 0 40px 0 15px;
	box-sizing : border-box;
	background: url(/research/supervision/global/img/bg-menubox-btn.png) right center no-repeat;
	color:#333;
}

.menubox .menubox-btn-inner a:link {
	color:#333;
}

/* ボタンにリングが無いときにspanで囲う */
.menubox .menubox-btn-inner span.nolink {
	color:#333;
	display: table-cell;
	height : 66px;
	vertical-align: middle;
	width : 100%;
	padding : 0 30px 0 15px;
	box-sizing : border-box;
 }

.menubox .menubox-btn-inner a:hover {
	background: url(/research/supervision/global/img/bg-boxmenu-btn_on.png) right center no-repeat;
	text-decoration : none;
	color:#333;
}


/* ---------------------------------------------------------------
各カテゴリインデックス用
-----------------------------------------------------------------*/

.menubox-index .menubox-btn {
	background:#fff;
}

.menubox-index  h3 {
	padding-bottom : 5px;
	margin : 0 0 7px 0;
	border-bottom : 1px solid #ccc;
	font-size:110%!important;
}

.menubox-index p {
	font-size : 90%;	
}

.menubox-index  .menubox-btn-inner {
	display: table;
	width : 100%;
	font-size : 120%;
}

			/*.menubox-index  .menubox-btn-inner a{
			
			position : relative;
			display: table-cell;
			height : 66px;
			vertical-align: middle;
			
			width : 100%;
			padding : 0 30px 0 15px;
			box-sizing : border-box;
			background: url(/research/supervision/global/img/bg-menubox-btn.png) right center no-repeat;
			}*/

.menubox-index  .menubox-btn-inner a {
	background: url(/research/supervision/global/img/menu-indexbox-btn.png) right 2px no-repeat;
	display : block!important;
	color:#333;
}

.menubox-index  .menubox-btn-inner a:link {
	color:#333;
}

		  /* ボタンにリングが無いときにspanで囲う */
		  /*.menubox .menubox-btn-inner span.nolink {
		  color : #ccc;
		  display: table-cell;
		  height : 66px;
		  vertical-align: middle;
		  width : 100%;
		  padding : 0 30px 0 15px;
		  box-sizing : border-box;
		   }*/

.menubox-index .menubox-btn-inner a:hover {
	background: url(/research/supervision/global/img/menu-indexbox-btn_on.png) right 2px no-repeat;
	text-decoration : none;
}

.m-box {
	float : right;
	width : 100%;
}

.m-box-inner {
	margin : 15px;	
}

.m-image {
	float : left;
	width : 80px;
}


.m-image img {
	vertical-align : top;	
}

.m-text {
	margin-left : 95px;
}

.m-text img {
	vertical-align:middle;
	margin:-3px 0 0 0;
}

/*　ここまで
----------------------------------------------------------------*/



.table-wrapper {

}


.h3title {
	padding: 20px 10px;
	margin-bottom:25px;
	font-weight : bold;
	font-size : 115%;
	border-left : 4px solid #546196;

background: #e4eff9/*e1e5f5*/;


}

/*
.h3title {
	padding:18px 15px;
	margin-bottom:20px;
	border-left : 4px solid #148698;
	font-weight : bold;
	background: #ededed;

}
*/
/*h3 {
	margin : 30px 0 20px;	
}*/

.h3read {
	font-weight:normal;
}

.h4title {

	margin-bottom:10px;



	font-size : 115%;
	
	color : #546196;

}


.student-voice-title {
	padding: 7px;
	margin-bottom:15px;	
	color : #ffffff;
	font-weight : bold;
	-webkit-border-radius: 5px / 5px;
	-moz-border-radius: 5px/ 5px;
	border-radius: 5px / 5px;
	background : #0F7AC1;
	text-align:center;
	width : 7em;
	font-size : 100%;
	
}



.h5title {
	font-size : 100%;
	margin : 20px 0 10px;
/*	color : #0059ba;*/
color : #333333;
	background : url(/research/supervision/global/img/background-ball.png) left 4px no-repeat;
	background-size : 12px 12px;
	padding-left : 20px;
	font-weight : bold;
}

.inquiry-box {
	margin : 30px 0 0;
	background : #f5f5f5;
	border : 1px solid #cccccc;
	padding : 15px;
}

.inquiry-box  p {
	margin-top : 5px;	
}

.inquiry-box .title {
	font-weight : bold;
	color : #006db4;
	font-size : 110%;
}

.opencampusbox-area .title {
	font-size : 140%;
	margin-top : 10px;	
}

.report-box li p {
	margin-top : 5px;
}

.report-box li p .ocdays {
	font-size : 140%;
}


/* attention-box 水色背景 */

.attention-box {
	margin-top : 20px;
	background : #e3f3ff;	
	padding : 30px;
}

.attention-box .title {
	margin-bottom : 10px;
	font-size : 130%;
}

.attention-box .title-sub {
	margin-top : 15px;
	font-size : 110%;
}


/* attention-box2　灰色背景 */

.attention-box2 {
	background : #f5f5f5;	
	padding : 15px 20px 20px 20px;
}

.attention-box2 .title {
	margin-bottom : 10px;
	font-size : 120%;
}



/* attention-box3 罫線のみ */

.attention-box3 {
	margin-top : 20px;
	border : 1px solid #cccccc;
	padding : 20px;
}

.attention-box3 .title {
	margin-bottom : 10px;
	font-size : 120%;
}


/* box要素
---------------------------------------------------------------------------------------------------------------------------------*/

/* attention-box2　灰色背景＋罫線 */

.attention-box4 {
	margin-top : 20px;
	background : #f3f3f3;	
	padding : 20px;
}

.attention-box4 .title {
	margin-bottom : 10px;
	font-size : 120%;
}

/* margin-top　の一括処理
-----------------------------------------------------------------------------*/


.attention-box p , .attention-box ul , .attention-box ol , .attention-box table,
.attention-box2 p , .attention-box2 ul , .attention-box2 ol , .attention-box2 table,
.attention-box3 p , .attention-box3 ul , .attention-box3 ol , .attention-box3 table,
.attention-box4 p , .attention-box4 ul , .attention-box4 ol , .attention-box4 table {
	margin-top : 10px;
}


.attention-box>p:first-of-type , .attention-box>ul:first-of-type , .attention-box>ol:first-of-type , .attention-box>table:first-of-type , .attention-box>.title:first-of-type ,
.attention-box2>p:first-of-type , .attention-box2>ul:first-of-type , .attention-box2>ol:first-of-type , .attention-box2>table:first-of-type , .attention-box2>.title:first-of-type ,
.attention-box3>p:first-of-type , .attention-box3>ul:first-of-type , .attention-box3>ol:first-of-type , .attention-box3>table:first-of-type , .attention-box3>.title:first-of-type ,
.attention-box4>p:first-of-type , .attention-box4>ul:first-of-type , .attention-box4>ol:first-of-type , .attention-box4>table:first-of-type , .attention-box4>.title:first-of-type , {
	margin-top : 0;
}

/* ulと.table-wrapperが直接隣接する場合にのみ適用*/

ul+.table-wrapper{
	margin-top : 20px;	
}

/* .faqと.h3titleが直接隣接する場合にのみ適用*/

.faq+.h3title {
	margin-top : 20px;	
}


/*　バナー制御
--------------------------------------*/

.bnr-t30 {
	margin-top:30px;
}




/* 月別処理 */

.common-toggle li {
	margin-bottom : 10px;
}


.common-toggle-btn {
	display : block;
	padding : 10px 15px;
	text-align :left;
	color : #333333;
	cursor : pointer;
	background : #f0f0f0;
	border : 1px solid #ccc;

}

/* resize.jsで制御
.common-toggle .table-wrapper {
	display : none;	
}*/

.common-toggle-btn {
	position : relative;	
}

.toggle-arrow {
	position : absolute;
	right : 15px;
	top : 13px;	
}




/* 一次作業用 */


.txt-focus {
	background: linear-gradient(transparent 70%, #ffff73 0%);
	posiiton : relative;
}



#subpage-visual {
	color : #ffffff;
	padding : 50px 0;

}

#subpage-visual h1 {
	font-size : 120%;	
}


.important-news {
	border : 4px solid #138e9d;
	padding : 15px;
}


.topics-list li {
	border-bottom : 1px dashed #cccccc;	
	padding: 5px 0;;
}

.important-news > .topics-list li {
	border-bottom : none;
}

.title-news  {
	width: 88px;
}

.title-blog {
	width : 249px;	
}

.footer-subbtn {
	width : 315px;
}

.footer-subbtn li a {
	display : block;
	width : 150px;
	background : #333333;
	color : #ffffff;
	text-align : center;
	padding : 10px 0;
}

.footer-subbtn li {
	width : 150px;
	float : left;
}

.footer-subbtn li:first-child {
	margin-right : 15px;
}


/* 横一列ニュースリスト */

.row-list li {
	border-bottom : 1px dashed #cccccc;	
	padding: 5px 0;;
}

.topics-box {
	border : 2px solid #7abdff;
	background : #f4faff;
	padding : 15px;
}

.topics-box .title {
	background : #0F7AC1;
	color:  #ffffff;
	padding : 5px;
	margin-botttom : 20px;
}


/* スペシャルボタン用 */

.special-btn a {
	width : 260px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

  background-color: #f65028;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f65028', endColorstr = '#f65028');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f65028', endColorstr = '#f65028')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #f65028, #f65028);
background-image: -ms-linear-gradient(top, #f65028, #f65028);
background-image: -o-linear-gradient(top, #f65028, #f65028);
background-image: -webkit-gradient(linear, center top, center bottom, from(#f65028), to(#f65028));
background-image: -webkit-linear-gradient(top, #f65028, #f65028);
background-image: linear-gradient(top, #f65028, #f65028);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

display : block;
color : #ffffff;
text-align : center;
padding : 10px 0;
	font-size : 120%;
	letter-spacing : 2px;
	position : relative;
	margin-left : auto;
	margin-right : auto;
}


.special-btn a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  background-color: #ffffff;
}
 
.special-btn a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 34px;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  background-color: #f65028;
}

.special-btn a:hover {
	text-decoration : none;	
}

.btn-area {
	margin-top : 15px;
}

/*.read {
	background : none;
	border : none;
	font-size : 135%;
}*/

