@charset "UTF-8";
/* CSS Document */

/*******************************************************************************
 *      
 *  Web Site  : http://www.ritsumei.ac.jp/rgiro/
 *  Modified  : 2013.05.10
 *  Lastupdate  : 2013.05.13
 *  File         :  rgiro.css
 *  Description : R-GIRO プリント用 CSS
 *
 *******************************************************************************/


/* all
*******************************************************************************/
#utility-nav,
#footer{
	display:none;
}

#main table{
	border:1px solid #8E8E8E;
}
#main table caption{
	border:1px solid #8E8E8E;
}

#main h3 {
    clear: both;
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0;
}

/* about
*******************************************************************************/
/* history */
#about.history #main table {
	border:none;
}

#about.history #main table tbody tr{
	border:none;
}
#about.history #main table tbody th{
	background:#FFF;
	border-top: 2px solid #990000;
	border-right:none;
	width:110px;
	font-weight:bold;
	vertical-align:middle;
	padding:20px 0 20px 13px;
}

#about.history #main table tbody td{
	border-top: 1px solid #C8C8C8;
	padding:20px 13px 20x;
	line-height:2.5;
	background:#FFFFFF;
	border-right:none;
}

#about.history #main table tbody th,
#about.history #main table tbody td{
	border-bottom:none;
	/position:relative;
}



/* firefox
*******************************************************************************/
.firefox #content #main { width:617px; float:right; vertical-align:top; }
.firefox #content #sub {  width:220px; float:left; vertical-align:top; }

.firefox #home #content { display:table; }
.firefox #home #content #main { display:table-cell; width:679px; float:none; vertical-align:top; }
.firefox #home #content #sub { display:table-cell; width:217px; float:none; vertical-align:top; }


/* IE
*******************************************************************************/
/* IE */
body{
	*zoom:60%;
}


/* IE6,7
*******************************************************************************/

/* home */
#home #content #sub {/width:210px;}

/*base-projects-article*/
#activity.base-projects-article #main #catch .right {
    /width: 280px;
}

/*#pablic.issues*/
#public.issues #main .article .right {
    /width: 500px;
}
#public.issues #main .article .right h6 .issue-date {
    /right: 10px;
}

/*#recruit*/
#info.recruit-index #recruit_list .article .section .contentfield {
    /margin: 20px 0 15px 13px;
}