@charset "utf-8";

/*******************************************************************************
 *
 *  Web Site  : https://www.ritsumei.ac.jp/gsec/eng/
 *  Modified  : 2012.10.11
 *  lastUpdate  : 2012.10.15
 *  File         :  gsec.css
 *  Description : 立命館大学 基本レイアウト用CSS
 *
 *******************************************************************************/


/* General
*******************************************************************************/

/* common */
#global_header{z-index:20;}
#header{z-index:11;}
#content{
z-index:0;
_left:1px;	/* for IR6 */
}
#sub{
min-height:450px;
height:auto !important;
height:450px;
}
/*#sub #local_nav ul li ul {display:none;}*/
.course #sub #local_nav #ln_course_sub {display:block;}
.second #sub #local_nav #ln_course-sub {display:none;}



#main table thead th { text-align: center; }

#main .separate2px{
display:block;
margin:40px 0;
border:none;
height:2px;
background:#ebebeb;
color:#ebebeb;
}

#main h4{
	background: none repeat scroll 0 0 #E5E5E5;
	border-bottom: medium none;
	border-left: 10px solid #5CA53E;
	border-top: medium none;
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 4px 12px 2px;
}
#main h5{ color: #469426; }

#main .term {
    border-left: 2px solid #E5E5E5;
    margin: 0 0 10px 3px;
    padding-left: 10px;
}

#main #Enclosure {
    background: none repeat scroll 0 0 #EBEBEB;
    padding: 0 20px 10px;
	margin-top:-10px;
}

#main #Enclosure h5 {
    margin: 0 0 10px;
    padding-top: 20px;
}

#main table caption {
    color: #000;
    font-size: 1.0em;
    padding-bottom: 5px;
    text-align: left;
}

/* #global_header dropdown */

#global_header ul.subnav{display:none;}
#global_header #global_navigation li{
position:relative;
}
#global_header #global_navigation li ul{
position:absolute;
z-index:20;
top:18px;
right:0;
}
#global_header #global_navigation li li{
background:#fff;
float:none;
text-align:left;
border:1px solid #C8C8C8;
border-top:none;
width:78px;
margin:0;
padding:0;
line-height:1.2;
}
#global_header #global_navigation li li a{
color:#000;
height:auto;
border:none;
padding:5px 5px;
display:block;
}
#global_header #global_navigation li li a:hover{
color:#900;
background:#F6F6F6;
text-decoration:none;
}





/* #department_navigation dropdown */

#header ul.subnav{display:none;}
#header #department_navigation li{
position:relative;
}
#header #department_navigation li ul{
position:absolute;
z-index:10;
}
#header #department_navigation li li{
background:#fff;
float:none;
text-align:left;
border:1px solid #C8C8C8;
border-top:none;
width:157px;
margin:0;
padding:0;
height:auto;
}
#header #department_navigation li li a{
/*	color:#1a97bb;*/
color:#000;
height:auto;
border:none;
padding:5px 10px;
width:136px;
/border-bottom:1px solid #C8C8C8;
/border-left:1px solid #C8C8C8;
/border-right:1px solid #C8C8C8;
}

#header #department_navigation li li a:hover{
color:#900;
background:#F6F6F6;
}




/* #select_tabs */

#main #select_tabs,
#main #link_tabs{
position:relative;
padding:0;
}
#main #select_tabs #select_tabs-list,
#main #link_tabs  #link_tabs-list{
padding:0 0 0 25px;
margin:0;
font-size:1.4em;
}
#main #select_tabs #select_tabs-list li,
#main #link_tabs #link_tabs-list li{
float:left;
background:none;
padding:0;
margin:0 25px 0 0;
overflow:hidden;
border-right:1px solid #d1d1d1;
border-left:1px solid #d1d1d1;
background:#f2f2f2;
display: inline;
top:0;
white-space: normal;
}
#main #select_tabs #select_tabs-list li.lastChild,
#main #link_tabs #link_tabs-list li.lastChild{
margin:0;
}

#main #select_tabs #select_tabs-list li a,
#main #link_tabs #link_tabs-list li a{
display:block;
padding:7px 10px 5px;
color:#000;
text-decoration:none;
border-top:4px solid #494949;
border-bottom:1px solid #d1d1d1;
text-align:center;
}
#main #select_tabs #select_tabs-list li a:hover,
#main #link_tabs #link_tabs-list li a:hover{
border-top:4px solid #990000;
}
#main #select_tabs #select_tabs-list li.ui-state-active,
#main #link_tabs #link_tabs-list li.ui-state-active{
background:#FFF;
border-right:1px solid #d1d1d1;
border-left:1px solid #d1d1d1;
}
#main #select_tabs #select_tabs-list li.ui-state-active a,
#main #link_tabs #link_tabs-list li.ui-state-active a{
border-top:4px solid #990000;
border-bottom:1px solid #FFF;
color:#900 !important;
}
#main #link_tabs #link_tabs-list li.ui-state-active span.active{
display:block;
padding:7px 10px 5px;
color:#000;
text-decoration:none;
border-top:4px solid #494949;
border-bottom:1px solid #d1d1d1;
text-align:center;
border-top:4px solid #990000;
border-bottom:1px solid #FFF;
color:#900 !important;
}
#main #select_tabs #select_tabs-list li.ui-state-active a:hover,
#main #link_tabs #link_tabs-list li.ui-state-active a:hover{
background:#FFF;
}
#select_tabs .ui-tabs-panel,
#link_tabs .ui-tabs-panel{
padding: 20px 20px 0;
margin-top:-1px;
border:1px solid #d1d1d1;
}

/* #select-pages */
#main #select-pages ul li {
    background: none repeat scroll 0 0 transparent;
    border-top: 9px solid #D8D8D8;
    float: left;
    height: auto !important;
    margin: 0;
    min-height: 145px;
    padding: 0 0 25px;
    position: relative;
    width: 281px;
}
#main #select-pages ul li.odd {
    margin-right: 36px;
}
#main #select-pages ul li h3 {
    border-bottom: 1px solid #CBCBCB;
    clear: none;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    width: 187px;
}
#main #select-pages ul li h3 a {
    color: #000000;
    display: block;
    padding: 10px 5px 7px 3px;
    text-decoration: none;
}
#main #select-pages ul li h3 a:hover {
    color: #990000;
}
#main #select-pages ul li h3.no-link {
    color: #000000;
    padding: 10px 5px 7px 3px;
}
#main #select-pages ul li p {
    font-size: 1em;
    margin-bottom: 10px;
    width: 178px;
}
#main #select-pages ul li .thumb {
    position: absolute;
    right: 0;
    top: 0;
}
#main #select-pages-vertical ul li {
    background: none repeat scroll 0 0 transparent;
    border-top: 9px solid #D8D8D8;
    margin: 0;
    padding: 0 0 20px;
    position: relative;
}
#main #select-pages-vertical ul li h3 {
    border-bottom: 1px solid #CBCBCB;
    clear: none;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
    font-size: 1.167em;
    font-weight: bold;
    margin-bottom: 10px;
}
#main #select-pages-vertical ul li h3 a {
    background: url("/research/_global/common/img/btn-arrow-more.gif") no-repeat scroll right 7px #FFFFFF;
    color: #000000;
    display: block;
    padding: 8px 5px 5px 3px;
    text-decoration: none;
}
#main #select-pages-vertical ul li h3 a:hover {
    background: url("/research/_global/common/img/btn-arrow-more-gray_on.gif") no-repeat scroll right 7px #F2F2F2;
    color: #990000;
}
#main #select-pages-vertical ul li h3.no-link {
    padding: 8px 5px 5px 3px;
}
#main #select-pages-vertical ul li p {
    font-size: 1em;
    margin-bottom: 10px;
}
#main #select-pages-vertical ul li .btn-detail {
    position: absolute;
    right: 0;
    top: 0;
}
#main #select_pages_tab {
    background: url("/research/_global/common/img/nav/bg-tab.gif") repeat-x scroll 0 bottom transparent;
    border-top: 7px solid #E5E5E5;
}
#main #select_pages_tab li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    margin: 0;
    padding: 0;
}
#main #select_pages_tab li a {
    background: url("/research/_global/common/img/nav/bg-tab.gif") no-repeat scroll 0 bottom transparent;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 8px 15px 21px;
    text-align: center;
    text-decoration: none;
}
#main #select_pages_tab li a img {
    display: none;
}
#main #select_pages_tab li a.current {
    background: url("/research/_global/common/img/nav/bg-tab_cr.gif") no-repeat scroll 50% bottom transparent;
    color: #990000;
}
#main #select_pages_tab li a:hover {
    background: url("/research/_global/common/img/nav/bg-tab_on.gif") no-repeat scroll 0 bottom transparent;
    color: #990000;
}
#main #select_pages_tab li a.current:hover {
    background: url("/research/_global/common/img/nav/bg-tab_cr.gif") no-repeat scroll 50% bottom transparent;
}



/* footer
================================================== */
/* #f_navigation */

#f_navigation{
	width:229px;
	height:auto;
	position:absolute;
	right:0;
	top:15px;
}

#f_navigation ul li{
	float:left;
	padding-bottom:6px;
}

#f_navigation ul li.lastChild{
	padding-right:0px;
}



/* introduce
*******************************************************************************/
/* message
================================================== */
.message #main .section img.photo{
	display:block;
	float:right;
}

.message #main .section p{
	width:420px;
	margin-bottom:25px;
}


/* policy
================================================== */

/* ----- accordion ------ */
.policy #main .acdBox { margin: 0; *margin: 0 0 10px 0; }
.policy #main .acdBox h4 {
	margin: 0 0 20px 0;
	border: none;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	line-height: 1.7;
}
.policy #main .acdBox h4 a {
	display: block;
	width: 640px;
	height: 22px;
	_height: 18px;
	cursor:pointer;
	padding: 0;
	_padding: 4px 0 0 0;
	color: #000000;
	text-decoration: none;
	background-position: 610px 3px;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	background-image: url(/gsec/common/img/common/icon-plus.gif);
}
.policy #main .acdBox h4 a img { margin: 0 10px 0 0; _margin-top: -4px; }
.policy #main .acdBox h4 a:hover {
	background-image: url(/gsec/common/img/common/icon-plus_o.gif);
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
.policy #main .acdBox h4.active a { background-image: url(/gsec/common/img/common/icon-minus.gif) ; }
.policy #main .acdBox h4.active a:hover {
	background-image: url(/gsec/common/img/common/icon-minus_o.gif);
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/* acdBody */
.policy #main .acdBody {
  margin: 0;
	/margin: 0;
  padding: 0 0 20px 0;
	display:none;
}
.policy #main .acdBody .section { margin: 0 0 30px 0; }
.policy #main .acdBody h5 { margin: 30px 0 10px 0; padding: 0; }
.policy #main .acdBody ol { list-style-position: outside; margin: 20px 0 40px 0; }
.policy #main .acdBody ol li { margin: 0 0 15px 22px; _margin-left: 24px; }
.policy #main .acdBody ol li ol { list-style-type:upper-roman; margin: 8px 0 30px 0; }
.policy #main .acdBody ol li ol li { margin: 0 0 5px 22px; _margin-left: 24px; padding: 0; }
.policy #main .acdBody ul { margin: 0 0 40px 0; }
.policy #main .acdBody ul li { margin: 0 0 15px 0; }






/* professor-list
================================================== */

/* ----- table ------ */
.professor-list #main th { text-align: center; }
.professor-list #main tbody td { padding: 7px 8px; border-left: 1px solid #dddddd; }

.professor-list #main thead { background: none; }
.professor-list #main thead th { padding: 10px 0; background: transparent url(/ir/global/common/img/table-thead-bg.gif) repeat-x 0 bottom; }
/*.professor-list #main thead th span{
	padding: 0 13px;
	border-left: none;
	border-right:#c8c8c8 solid 1px;
	display:block;
}
.professor-list #main thead th.lastChild span { border-right: none; }
*/

.professor-list #main tbody td ul { margin: 0; }
.professor-list #main tbody td li { margin: 0; }



/* education
*******************************************************************************/


/* course
================================================== */

.course #main .course_table tbody td { border-left: 1px solid #dfdfdf; }
.course #main .course_table tbody td ul { margin: 7px 0 0 0; }

.course #main dl.courseBox { padding: 0; }
.course #main dl.courseBox dt { font-weight: bold; font-size: 1.2em; }
.course #main dl.courseBox dd { margin: 5px 0 15px 15px; padding: 0 0 0 20px; border-left: 3px solid #dcdcdc; }
.course #main dl.courseBox dd p { font-size: 1em; margin: 10px 0 0 0; }


.course #main dl.courseBox dt#course01 { color: #EB6100; }
.course #main dl.courseBox dt#course02 { color: #0F6F41; }
.course #main dl.courseBox dt#course03 { color: #0E6FB6; }


.course #main .photo { margin: 30px 0 50px 0; text-align: center; }


/* second
================================================== */
.second #main .photo { margin: 30px 0 20px 0; text-align: center; }



/* theme
================================================== */
.theme #main table thead th.course{
	width: 10%;
}
.theme #main table thead th.chief{
	width:14%;
}

.theme #main table thead th.sub{
	width:14%;
}

.theme #main table tbody td{
	border-left: 1px solid #e1e2e2;
	padding:8px;
}
.theme #main table tbody th.bg_orange{
	background:#fff3e4;
}
.theme #main table tbody th.bg_green{
	background:#e4f8e3;
}
.theme #main table tbody th.bg_blue{
	background:#dcedf6;
}
.theme #main dl dt{
	margin: 20px 0 3px;
}
.theme #main dl dd{
	margin: 0;
}






/* admission
*******************************************************************************/

/* index
================================================== */
.admission #main .link_box{
clear:both;
}
.admission #main .link_box .thumb{
border:1px solid #ccc;
padding:1px;
display:block;
}
.admission #main .link_box .thumb:hover{
border:1px solid #900;
}


/* policy
================================================== */

/* ----- accordion ------ */
.admission #main .acdBox { margin: 0; *margin: 0 0 10px 0; }
.admission #main .acdBox h4 {
	margin: 0 0 20px 0;
	border: none;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	line-height: 1.7;
}
.admission #main .acdBox h4 a {
	display: block;
	width: 640px;
	height: 22px;
	_height: 18px;
	cursor:pointer;
	padding: 0;
	_padding: 4px 0 0 0;
	color: #000000;
	text-decoration: none;
	background-position: 610px 3px;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	background-image: url(/gsec/common/img/common/icon-plus.gif);
}
.admission #main .acdBox h4 a img { margin: 0 10px 0 0; _margin-top: -4px; }
.admission #main .acdBox h4 a:hover {
	background-image: url(/gsec/common/img/common/icon-plus_o.gif);
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
.admission #main .acdBox h4.active a { background-image: url(/gsec/common/img/common/icon-minus.gif) ; }
.admission #main .acdBox h4.active a:hover {
	background-image: url(/gsec/common/img/common/icon-minus_o.gif);
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/* acdBody */
.admission #main .acdBody {
  margin: 0;
	/margin: 0;
  padding:0;
	display:none;
}
.admission #main .acdBody .section { margin: 0 0 30px 0; }
.admission #main .acdBody h5 { margin: 30px 0 10px 0; padding: 0; }
.admission #main .acdBody ol { list-style-position: outside; margin: 20px 0; }
.admission #main .acdBody ol li { margin: 0 0 5px 22px; _margin-left: 24px; }
.admission #main .acdBody ol li ol { list-style-type:upper-roman; margin: 8px 0 30px 0; }
.admission #main .acdBody ol li ol li { margin: 0 0 5px 22px; _margin-left: 24px; padding: 0; }
.admission #main .acdBody ul { margin: 0 0 40px 0; }
.admission #main .acdBody ul li { margin: 0 0 15px 0; }




/* expenses
*******************************************************************************/

/* index
================================================== */

.scholarship #main .section {
    margin-bottom: 30px;
}


/* index
================================================== */
.expenses #main h4 {
	margin-top:0;
}
.expenses #main h2 {
	line-height:1;
}




/* ----- table ------ */
.expenses #main th { text-align: center; }
.expenses #main tbody td { padding: 6px 13px; }

.expenses #main .expenses-table{
	margin-bottom:10px;
}
.expenses #main .expenses-table tbody td.expenses{
	text-align:center;
	border-right: 1px solid #E1E2E2;
}
.expenses #main .expenses-table tbody td.expenses-lastChild{
	text-align:center;
}



/* scholarship
================================================== */
.expenses #main .link_box{
clear:both;
}
.expenses #main .link_box .thumb{
border:1px solid #ccc;
padding:1px;
display:block;
}
.expenses #main .link_box .thumb:hover{
border:1px solid #900;
}

.scholarship #main .section{
margin-bottom:30px;
}

.scholarship #main #pillar {
    background: none repeat scroll 0 0 #EBEBEB;
    padding: 10px 15px 7px;
}


/* recruit
*******************************************************************************/
.recruit #main .careerArea{
	width: 640px;
	margin: 0;
	padding: 0;
}
.recruit #main .careerArea ul{
	float: left;
	display: inline;
	margin-left: 20px;
	margin-bottom: 0;
	padding: 0;
	list-style: none outside;
}
.recruit #main .careerArea ul.firstChild{
	margin-left: 0;
}
.recruit #main .careerArea ul li{
	width: 185px;
	margin: 0 0 5px 0;
}
.recruit #main .careerArea2 ul{ /*1リスト-Z字方向*/
	margin-left: -20px;
	margin-bottom: 0;
	padding: 0;
}
.recruit #main .careerArea2 ul li{
	width: 185px;
	float: left;
	margin: 0 0 5px 20px;
	display: inline;
}

/* graduate
*******************************************************************************/
.graduate #main .link_box{
margin-bottom:30px;
padding-bottom:15px;
border-bottom:1px dotted #CCC;
}
.graduate #main .link_box .thumb{
border:1px solid #ccc;
padding:1px;
display:block;
}
.graduate #main .link_box .thumb:hover{
border:1px solid #900;
}


.graduate #main .link_box{
clear:both;
}
.graduate #main .link_box .thumb{
border:1px solid #ccc;
padding:1px;
display:block;
}
.graduate #main .link_box .thumb:hover{
border:1px solid #900;
}

.certificate #main h2 { margin: 0; }
.certificate #main h5.tableTitle{
	font-size: 1.4em;
	margin-top: -10px;
	>margin-top: 0; /*for ie6-7*/
	margin-bottom: 10px;
}
.certificate #main ol li h5{
font-size:1em;
color:#333333;
}
.certificate #main h6{
margin-top: 40px;
margin-bottom: 10px;
font-size:1.1em;
color: #25866B;
}
.certificate #main h6 span{
font-size:0.857em;
font-weight:normal;
}
.certificate #main table{
table-layout:auto;
}
.certificate #main ol li table{
font-size: 1em;
}
.certificate #main table caption{
font-size:1em;
margin-bottom:5px;
color:#000;
font-weight:bold;
}
.certificate #main table tbody th,
.certificate #main table tbody td{
border-left:1px solid #ebebeb;
}
.certificate #main table tbody th.firstChild,
.certificate #main table tbody td.firstChild{
border-left:none;
}
.certificate #main table tbody th.border,
.certificate #main table tbody td.border{
border-left:1px solid #ebebeb;
}
.certificate #main .table_note{
font-size:1em;
color:#555;
}
.certificate #main ul.minusMargin{
	margin-top: -20px;
}
.certificate #main ul.note li{
	background: none;
	margin-bottom: 7px;
	padding: 0;
}
.certificate #main ol{
list-style-position:outside;
margin-left:1.5em;
>margin-left:2em; /* for ie6-7 */
}
.fontS .certificate #main ol{
>margin-left:2.5em; /* for ie6-7 */
}
.certificate #main ol li p,
.certificate #main ol li ul,
.certificate #main ol li table,
.certificate #main ol li h6,
.certificate #main ol li blockquote{
    margin-left:0;
}
.certificate #main ol li ol{
    margin-left: 2em;
}
.certificate #main ol li ol li {
    padding-left: 5px;
}
.certificate #main li p{
	font-size: 1em;
}
.certificate #main li p.topMargin{
	margin-top: 10px;
}
.certificate #main li .note,
.certificate #main table td .caption{
	font-size: 86%;
}
.certificate #main blockquote{
	font-size: 1em;
	width: 90%;
	line-height: 1.4;
}

.certificate #main ol li dl.attention { padding: 10px 15px; margin:0; }
.certificate #main ol li dl.attention dt { color: #333333; font-size: 0.8em; font-weight: normal; margin: 10px 0 0 0; }
.certificate #main ol li dl.attention dd { font-size: 0.75em; margin: 0 0 0 10px; padding: 0; }



/* =================================================
	NEWS
==================================================== */


.news .read_more{margin:5px 0 0 0;}
.news .read_more a{background:none;}
.news .post_date{font-size:1.2em; color:#666; margin-bottom:5px;}


/* list page */

.news #news_list .thumb{
	float:right;
	margin:0 0 10px 10px;
	display:block;
	padding:1px;
	border:1px solid #ccc;
}

.news #main .time{
margin-bottom:5px;
font-size:1em;
color:#666;
}

.news #news_list h4{
clear:none;
margin:0 0 10px;
font-size:1.6em;
font-weight:bold;
border: none;
background: none;
padding: 0;
}
.news #news_list .article{
	clear:both;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #b0ab96;
}
.news #news_list .article .section{
margin:0;
clear:none;

}


.news #news_list .article .section .desc{
line-height: 1.6;
font-size:1.2em !important;
}
.news #news_list .article .section .desc p{font-size:100%;}


/* month_selector */
.news #month_selector{
margin-bottom:25px;
}

.news #month_selector li{
background:none;
list-style:none outside;
padding:0;
	float:left;
	display:inline;
margin:0;
	margin-right:1px;
	font-size:1em;
}

.news #month_selector li a{
	display:block;
	width:52px;
	vertical-align:middle;
	padding:5px 0;
text-decoration:none;
color:#000;
	text-align:center;
	background:#E9E9E9;
	border-bottom:3px solid #fff;
}

.news #month_selector li.firstChild a,
.news #month_selector li.lastChild a{width:54px;}

.news #month_selector li a:hover{
	border-bottom:3px solid #900;
	background:none;
}

/* article */

.news #main #news_article .article{
font-size:1.2em;
line-height:1.8;
}

.news #main #news_article .article p,
.news #main #news_article .article ol,
.news #main #news_article .article ul,
.news #main #news_article .article dl,
.news #main #news_article .article h6{
font-size:100%;
}

.news #main #news_article .article h4{font-size:183%;}
.news #main #news_article .article h5{font-size:133%;}

.news #main #news_article .article,
.student_news #main .entry_body{
width:640px;
float:left;
}
.news #main #news_article .no-photo{
width:auto;
float:none;
}

.student_news #main .entry_body{width:665px;}


#main #article_picture{
width:200px;
padding-top:3px;
float:right;
font-size:80%;
text-align:center;
}

#main #article_picture .nothing{
display:none;
}

.news #main #news_article #article_picture .colorbox {
border: 1px solid #CCC;
padding: 1px;
display: block;
}

.news #main #news_article #article_picture .colorbox:hover {
border: 1px solid #900;
}

/* =================================================
	在学生のみなさんへ For Current Student
==================================================== */

.student #content h2{
margin:10px 0 30px;
}
.student #content h3{
padding:0; margin:0;
color:#900;
font-size:1.4em;
font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}
.student #content h4{
padding:2px; margin:0;
border-top:#c4c4c4 1px solid;
border-bottom:#c4c4c4 1px solid;
border-left:none;
background:#f4f4f4;
font-size:1.1em;
}

.student #main{
width:730px;
}

.student #sub{
width:182px;
}

.student #main caption{
font-size:1.2em;
margin-bottom:7px;
color:#000;
font-weight:bold;
}

/* lang_select */
.student #lang_select{
position:absolute;
top:8px; right:25px;
>top:18px;
}

.student #lang_select li{
display:block !important; display:inline;
float:left;
height:18px; width:55px;
margin:0; padding:0;
margin-left:20px;
padding-left:24px;
line-height:18px;
font-size:1.4em;
background-image:url(/ir/global/common/img/button-lang_change-red.gif);
background-repeat:no-repeat;
background-position:left -18px;
color:#4199BA;
}

.student #lang_select li.on,
.student #lang_select li.active{
background-position:left top;
}

.student #lang_select li.active{cursor:default;color:#AA2F02;}

/* #news_list */

.student #news_list{
float:left; clear:none;
width:445px;
}

.student #news_list dl{
border-bottom:1px solid #c4c4c4;
}

.student #news_list dt,
.student #news_list dd{
border-top:1px solid #c4c4c4;
}

.student #news_list dt{
clear:both;
padding:0; margin:0;
padding:10px 0;
float:left;
width:7em;
font-weight:normal;
}

.student #news_list dd{
padding:0; margin:0;

margin-left:7em;

}

.student #news_list dd a{
display:block;
padding:10px 0 10px 20px;
background-color:transparent;
background-image:url(/ir/global/common/img/bullet/arrow-red.gif);
background-repeat:no-repeat;
background-position:0 12px;
}

.student #news_list dd a:link,
.student #news_list dd a:visited{background-position:0 12px;}
.student #news_list dd a:hover{
background-image:url(/ir/global/common/img/bullet/arrow-red.gif);
background-repeat:no-repeat;
background-position:1px 12px;

}

.student #news_list .page_navigation li{
background: none;
}

/* #class */
.student #class{
float:right; clear:none;
width:240px;
}

.student #class h3{
margin-bottom:5px;
}

.student #information ul{
border-top:1px solid #c4c4c4;
}

.student #class .section{
margin-bottom:3em;
}

.student #class .section ul{
margin:0;
}

.student #class .section ul li{
margin:0; padding:0;
border-bottom:1px solid #c4c4c4;
background:none;
}

.student #class .section ul li a{
display:block;
padding:8px 0 8px 2px;
text-decoration:none;
font-size:1.1em;

-webkit-transition-property:background-color,color;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: linear;
-webkit-transition-delay: 0s;
-moz-transition-property:background-color,color;
-moz-transition-duration: 0.2s;
-moz-transition-timing-function: linear;
-moz-transition-delay: 0s;
-o-transition-property:background-color,color;
-o-transition-duration: 0.2s;
-o-transition-timing-function: linear;
-o-transition-delay: 0s;
}

.student #class .section ul li a:link,
.student #class .section ul li a:visited{
color:#333;
}

.student #class .section ul li a:hover{color:#900;}

/* #sub */

.student #sub h2{
margin:0;
}
.student #local_nav ul li a{
width:auto;
}

/* #related_nav */
.student #related_nav{margin-top:30px;}

.student #related_nav h3,
.student #related_nav li{
}

.student #related_nav h3{
font-size:1em;
font-weight:normal;
}

.student #related_nav ul{margin-bottom:25px;}

.student #related_nav li a{
width:auto;
padding-left:2px;

}

.student #related_nav li a:link,
.student #related_nav li a:visited{color:#666;}
.student #related_nav li a:hover{color:#900}

.student #related_link{margin-top:10px;}

.student #related_link li{
margin-bottom:10px;
_margin-bottom:0;
}
.student #related_link a{
display:block;
border-bottom:3px solid #fff;
}


.student #related_link a:hover{
position:relative;
top:-3px;
border-bottom:3px solid #c4c4c4;
}


/*
	article page
---------------------------------------------------- */

.student_news #return_home,
.student_pages #return_home{
position:absolute;
top:0; right:0;
>top:10px;
}

.student_news #main,
.student_pages #main{
width:665px;
}

.student_news #main .post_info{
margin:0; margin-bottom:1em;
color:#900;
}

.student_news #main h3,
.student_pages #main h3{
line-height: 1.3;
font-size: 2.2em;
color:#000;
font-weight: normal;
margin-top: 10px;
margin-bottom: 30px;
font-weight:bold;
}

.student_news #main h4{
line-height: 1.3;
font-size: 1.6em;
font-weight: bold;
margin-top: 30px;
margin-bottom: 20px;
}

/* student_news  entry_body*/
#main .entry_body{
line-height: 1.3;
font-size:1.2em;
}

#main .entry_body p,
#main .entry_body table,
#main .entry_body h6{font-size:1em;}

#main .entry_body li{font-size:0.9em;}

#main .entry_body h4{
font-size:1.33em;
}

#main .entry_body h5{
font-size:1.63em;
}

/* student_pages */
.student_pages #main h4{
	border-bottom: none;
	border-top: none;
	clear: both;
	margin: 0 0 30px 0;
	padding: 4px 12px 2px 12px;
	font-size: 1.3em;
	font-weight: bold;
	background: #e5e5e5;
	border-left: 10px solid #33b2b0;
}
.student_pages #main h5{
	margin-bottom: 15px;
}



/* home
*******************************************************************************/

body.home #main ol, body.home #main ul, body.home #main dl {
margin-bottom: 0;
}


#attention-box{
display:none;
}
body.home #attention-box{
position:absolute;
top:20px;
left:575px;
display:none;
cursor:pointer;
}


/* flash box */
#flashbox{height:350px;}

#main-img{
display:block;
position:relative;
width:960px; height:350px;
}


/* concept03
================================================== */
.concept03 #main-img {
	position:relative;
}

.concept03 #main-img img#txt{
	position:absolute;
	top:0;
	left:0;
	filter: alpha(opacity=0);
  	-moz-opacity:0;
  	opacity:0;
}

.concept03 #main-img img#img {
	top:0;
	left:0;
	filter: alpha(opacity=0);
  	-moz-opacity:0;
  	opacity:0;
}


/* concept01
================================================== */
/*slider*/
.concept01 #main-img .bx-window{
	width:960px !important;
}
.concept01 #main-img #slide{
width:960px; height:350px;
overflow:hidden;
}
.concept01 #main-img #slide ul li {
	padding:0 2px 0 0;
	background:none;
	width:320px;
	float:left;
}
.concept01 #main-img #slide ul li img{
	filter: alpha(opacity=0);
  	-moz-opacity:0;
  	opacity:0;
}

/*txt*/
.concept01 #main-img p#txt01,
.concept01 #main-img p#txt02,
.concept01 #main-img p#txt03,
.concept01 #main-img p#txt04{
	position:absolute;
}
.concept01 #main-img p#txt01{ top:33px; left:599px;}
.concept01 #main-img p#txt02{ top:107px; left:501px;}
.concept01 #main-img p#txt03{ top:51px; left:403px;}
.concept01 #main-img p#txt04{ top:33px; left:301px;}

.concept01 #main-img p#txt01 img,
.concept01 #main-img p#txt02 img,
.concept01 #main-img p#txt03 img,
.concept01 #main-img p#txt04 img{
	filter: alpha(opacity=0);
  	-moz-opacity:0;
  	opacity:0;
}

/* concept02
================================================== */
.concept02 #main-img #main-bg  { position:relative;}
.concept02 #main-img #main-bg img {
	position:absolute;
	top:0;
	left:0;
	filter: alpha(opacity=0);
  	-moz-opacity:0;
  	opacity:0;
}


/*txt*/
.concept02 #main-img p#txt01{
	position:absolute;
}
.concept02 #main-img p#txt01{ top:140px; left:50%; margin-left:-401px;}

.concept02 #main-img p#txt01 img{
	filter: alpha(opacity=0);
  	-moz-opacity:0;
  	opacity:0;
}




/* news */
body.home #home_banner{
float:left;
clear:none;
width:515px;
}
body.home #home_banner #size-s{
float:left;
}
body.home #home_banner #size-s li{
margin-bottom:16px;
padding:0;
background:none;
}

body.home #home_banner #size-l li{
margin-bottom:8px;
padding:0;
background:none;
}

body.home #home_banner #size-s li.lastChild,
body.home #home_banner #size-l li.lastChild{
margin-bottom:0;
}
body.home #home_banner #size-l{
float:right;
width:249px;
}

body.home #home_banner #size-l .bnr-l{
	float:left;
}

body.home #home_banner #size-l .bnr-r{
	float:right;
}

body.home #main ol, body.home #main ul, body.home #main dl {
margin-bottom: 0;
}

body.home #attention-box{
position:absolute;
top:20px;;
left:575px;
display:none;
cursor:pointer;
}


/*
	home_news page
---------------------------------------------------- */

body.home #main #home_news {
    width: 415px;
}
body.home #main #home_news .sub-link {
    font-size: 1em;
    right: 0;
    top: 0;
}
body.home #main #home_news .sub-link a {
    margin: 0;
    text-decoration: none;
}
body.home #main #home_news ul {
    border: medium none;
    height: auto;
    overflow: visible;
}
body.home #home_news ul li {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
    width: auto;
}
body.home #main #home_news ul li a {
    background: none repeat scroll 0 0 transparent;
    display: block;
    padding: 0;
    text-decoration: none;
}
body.home #main #home_news ul li a:hover {
    background: none repeat scroll 0 0 transparent;
}
#home_news {
    background: none repeat scroll 0 0 #E6E6E6;
}
body.home #main #home_news h2 {
    left: 10px;
    position: absolute;
    top: 10px;
}
body.home #main #home_news .sub-link {
    left: 10px;
    top: 100px;
}
#home_news .sub-link a {
    background: url("/gsla/common/img/home/home_news-arrow_all_post.gif") no-repeat scroll left center transparent;
    color: #078399;
    padding-left: 16px;
    padding-top: 1px;
    text-decoration: none;
}
#home_news .sub-link a:hover {
    background: url("/gsla/common/img/home/home_news-arrow_all_post.gif") no-repeat scroll -113px center transparent;
}
#home_news .header {
    background: none repeat scroll 0 0 #97D5D7;
    float: left;
    height: 122px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 90px;
}
#home_news #coda-slider {
    background: none repeat scroll 0 0 #E6E6E6;
    float: right;
    height: 122px;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 0;
    width: 305px;
}
#main #home_news #coda-slider li.panel {
    width: 305px;
}
#main #home_news #coda-slider h3 {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 1em;
    height: 20px;
    margin: 10px 0 0;
    padding: 0;
}
#main #home_news #coda-slider p {
    font-size: 1.1em;
    height: 40px;
    margin: 0;
    padding: 0;
}
#main #home_news #coda-slider p a {
    color: #0086AC;
}
noscript div {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #990000;
    margin: 20px 0;
    padding: 15px;
}
.coda-slider-no-js .coda-slider {
    height: 200px;
    overflow: auto !important;
    padding-right: 20px;
}
.coda-nav-left, .coda-nav-right {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #019BE4;
    position: absolute;
    text-align: center;
    top: 10px;
}
#main #home_news .coda-slider-wrapper .coda-nav-left a, #main #home_news .coda-slider-wrapper .coda-nav-right a {
    display: block;
    font-size: 10px;
    padding: 2px 0;
    text-decoration: none;
    width: 19px;
}
.coda-nav-left {
    right: 35px;
}
.coda-nav-right {
    right: 10px;
}
.coda-slider p.loading {
    padding: 20px;
    text-align: center;
}
.coda-nav ul {
    clear: both;
    display: none;
    margin: auto;
    overflow: hidden;
}
.coda-slider {
    float: left;
    overflow: hidden;
    position: relative;
}
.coda-slider .panel {
    float: left;
}
.coda-slider .panel-container {
    position: relative;
}

