@charset "utf-8";

/*******************************************************************************
 *      
 *  Web Site  : http://www.ritsumei.ac.jp/
 *  Modified  : 2015.9.24
 *  File         :  print.css
 *  Description : 立命館大学 プリント用css
 *
 *******************************************************************************/

body {
	font-size: 5pt;
	color: #000;
	background-color: #FFF;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}
#global_header, #global_footer, header, aside, footer {
display: none;
}
#main {
    width: auto;
    float: none;
}
#interview #main {
    width: 960px;
    float: none;
}

/* introduce
*******************************************************************************/
/* ----- feature ----- */
#main .acdBox h4 a {
    height: auto;
    width: auto;
    background-position: right 4px;
}
/* ----- facilities ----- */
#facilities #main .inner .unit {
    width: auto;
}
/* ----- faculty ----- */
#faculty #main .unit{
    position: relative;
    float: left;
    width: 45%;
    margin: 0 0 20px 40px;
}
/* admission
*******************************************************************************/
/* ----- examination ----- */
#examination #main .box .detailBtn {
    display: none;
}
#examination #main .examinationIndex .box dl dt {
    width: 15%;
}

/* ----- qa ----- */
#main .faq .acdBox h3 a {
	width: auto;
}
/* education
*******************************************************************************/
/* ----- index ----- */
#flow #main h5{
    display: block;
}
/* ----- education-feature ----- */
.education-feature #main .inner .linkBtn{
    display: none;
}
.education-feature #main .boxphotor .areaBox {
    width: 650px;
}
.education-feature #main .boxphotol .areaBox{
    width: 700px;
}
.education-feature #main figure .name{
    font-size: 1.4em;
}
/* ----- legalClinic ----- */
#legalClinic #main .replication .right {
    width: 620px;
}
/* ----- curriculum ----- */
#curriculum #main #basic .inner .innerbox{
    overflow: visible !important;   
    height: auto !important;  
}
/* ----- support ----- */
#support #main .detailBtn a {
    display: none;
}
