@charset "utf-8";

body{line-height:1.7;}
dt img,dd img,li img{vertical-align:top;}
input,lavel{vertical-align:middle;}
ol{padding-left:2em;}

/* //////////////// hide content */

.hidden{display:none;}
.show{display:block;}

/* //////////////// anchor */

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

/* //////////////// class */

/* font */
.xsmall{font-size:77%;}
.small{font-size:85%;}
.medium{font-size:93%;}
.large{font-size:108%;}
.xlarge{font-size:116%;}

.bold{font-weight:bold;}
.normal{font-weight:normal;}

.fntRed{color:#dc0000;}

.indent{text-indent:1em;}

/* position */
.floatL{float:left;}
.floatR{float:right;}

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.top{vertical-align:top;}
.middle{vertical-align:middle;}
.bottom{vertical-align:bottom;}

.nowrap{white-space:nowrap;}

/* margin */
.mt0{margin-top:0 !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}

/* padding */
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}

.plink { margin-top:-50px !important; padding-top:50px !important; display: inline-block;}

.none_pc { display: none;}
.none_sp { display: block;}

.tal {text-align:left !important;}
.tac {text-align:center !important;}
.tar {text-align:right !important;}

.fcr { color: #dc0000; }
.bold { font-weight: bold;}
.fcr_b { color: #dc0000; font-weight: bold; }
.small { font-size: 86%;}
.ssmall { font-size: 76%;}

.uline { text-decoration: underline;}

.indent1 { text-indent: 1em; }
.indent2 { padding-left:1em; text-indent:-1em;}



/* line */
.line01{
height:1px;
margin:30px 0;
background-color:#6d6e70;
}
.lineDot01{
height:1px;
margin:30px 0;
background:url(/common3/line_dot01.gif) repeat-x 0 0;
}
.line01 hr,
.lineDot01 hr{display:none;}

/* backLink */
.backLink{
width:550px;
margin:20px auto;
padding-left:12px;
background:url(../images/arr01_red.gif) no-repeat 0 0.5em;
}

/* //////////////// container */

body{
	color: #000000;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	}
#lower{background:url(../images/bg02.gif) no-repeat 0 0; padding-top:75px; padding-bottom:20px;}
#wrap{width:550px; margin:0 auto; border-bottom:1px solid #c1c1c1;}

/* //////////////// each contents */
.idx{background-image:none;}
.idx #wrap{border-bottom:none;}
.idx dl{margin-top:20px;}
.idx dt,
.idx dd{border-left:5px solid #627a86; padding-left:10px;}
.idx dt{margin-top:1em;}
.idx dt strong{font-size:116%; color:#dc0000; margin-top:1em;}
.idx dd{padding-top:0.3em; padding-bottom:0.3em;}
/*.idx a{color:#595757;}*/
.idx dt a{text-decoration:none;}
.idx .lineDot01{margin:10px 0;}

.clear{clear:both;}
.clear hr { display:none; }
.clearfix:after{
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
line-height: 0;
}
.clearfix{
display: inline-table;
min-height: 1%;
}
/* for macIE \*/
* html .clearfix{
height: 1%;
}
.clearfix{
display: block;
} /* end of for macIE */

/*--- 追加分 ---*/

/***IE6対策***/
* html body {
    background: url(null) fixed;
}
div#header{
	width: 100%;
	margin: 0 auto;
}
* html div#header    {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop+0));
}
#wrap_bg{
	width: 100%;
	margin: 0 auto;
    box-sizing: border-box;
}
#wrap{
	background-color: #fff;
	width: 100%;
}
#header h1{
    position: absolute;
    z-index: 100;
    box-shadow: 2px 2px 4px 0 rgb(34 23 20 / 20%);
    right: 0;
}
#header h1 a{
    display: block;
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
    background-image: url(https://www.ryukoku.ac.jp/images/common/logo_r.png) ;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

#navi_top{
	height: 40px;
	padding-top: 5px;
    background-color: #dc0000;
    color: #ffffff; 
}
#navi_top li{
	float: left;
	margin: 7px 0 0 25px;
    color: #ffffff;
}
#navi_top li a {
    color: #ffffff;
}
#navi_top li.title {
	margin:5px 0 0 25px;
    font-size: 120%;
    font-weight: bold;
}

#navi_bottom{
	height: 30px;
	padding-top: 5px;
	background-color: #f0f3f5;
}
#navi_bottom li{
	float: left;
	margin-left: 25px;
}
#navi_bottom li a{
	color: #000000;
}

h2{
	color: #000000;
	font-size:22px;
	margin: 10px 0 20px;
}
h2.name {
	border: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 180%;
}
h2.title {
	border: none;
	padding: 0px;
	margin-bottom:30px;
	color: #000000 ;
	font-size: 270%;
    line-height: 1.4;
}
h3.position {
margin: 0;
}

h3{
	font-size: 15px;
	margin: 20px 0;
	color: #000000;
}
h3.small{
	font-size: 13px;
	margin-bottom: 3px;
	margin-top: 0px;
	color: #000000;
	font-weight: bold;
}
#pagenation{
	margin-top: 50px;
}

.mainimage_box {
    width: 100%;
    height: auto;
}

.mainimage_box img {
    width: 100%;
    height: auto;
}

.title_box::after {
    content: "";
    display: block;
    clear: both;
}

.title_box h2.title {
    margin-bottom: 5px;
}

.title_box ul {
    float: right;
    display: flex;
    margin-bottom: 20px;
}

.title_box ul li {
    margin-left: 25px;
}

.contents_box {
    width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
}

/*.contents_box .border {
    border-right: 1px solid #F2F5F6;
    border-left: 1px solid #F2F5F6;
}*/

.contents_box .bg_color{
	background-color: #F2F5F6;
    border-right: 1px solid #F2F5F6;
    border-left: 1px solid #F2F5F6;
}

.content_inner{
	/*width: 840px;*/
	margin: 0 auto;
	margin-top: 30px;
	clear: both;
}
.content_inner::after {
    content: "";
    display: block;
    clear: both;
}

.content_inner p {
	margin: 0;
    line-height: 1.7;
	font-size: 115%;
}

.content_inner p.issuu{
    margin: 20px 0 30px 0;
    text-align: right;
}

#download_box{
	/*padding-top: 5px;
	padding-bottom: 30px;*/
	padding: 5px 30px 30px 30px;
	margin-top: 60px;
}

#download_box h3 {
    margin: 0 0 30px;
}

#download_box .cover{
    float: left;
    margin-right: 20px;
}

#download_box .cover img {
    border: 1px solid #cbd5dc;
}


.indent{
	text-indent: 1em;
}
.list a{
	background: url(../image/sinwa_li.gif) repeat;
	padding-left: 15px;
}
#book_contents{
	width: 550px;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 15px;
}
.icBlank {
padding-right: 8px;
background: url(../image/ic_win+.gif) no-repeat 100% 0.3em;
}
#footer{
	width: 940px;
	margin: 0 auto;
	padding-top: 50px;
	font-size: 72%;
	min-height: 50px;
	overflow: hidden;
	-webkit-text-size-adjust:none;
}

/*-- _矢印アイコン --*/
.text_link1 a{
	background: url("../image/arr_g2.png") no-repeat scroll 0px 4px transparent;
	padding-left: 13px;
}

.red{
	color: #dc0000;
	font-weight: bold;
}

/*-- _blank用アイコン --*/
.icn_blank_gr:after {
	content:url("https://www.ryukoku.ac.jp/img/common/icn_blank_gr.gif");
	display:inline-block;
	margin-left:4px;
	padding-top:2px;
	vertical-align:top;
}


  .taidan0::after {
    content: ""; clear: both; display: block;
    }
.taidan1 {
float: left;
margin-bottom: 30px;
}
.taidan2 {
float: left;
margin-bottom: 30px;
}
.taidan3 {
float: left;
margin: 10px 20px  30px 20px;
font-size: 290%;
}


/*-- My Campus --*/
.mc_box  h2.title {
    font-family: HelveticaNowDisplay-Bd,sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.mc_box ul.index {
    float: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.mc_box ul.index li {
    flex-direction: row-reverse;
    margin: 0 20px 20px 0;
    width: 165px;
}

.mc_box ul.index li span.small {
    font-size: 94%;
}

.mc_box ul.index li img {
    display: block;
    margin-bottom: 5px;
    width: 165px;
}

.mc_box .photo_box {
    float: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.mc_box .photo_box figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    overflow: hidden;
    margin: 0 15px 15px 0;
}

.mc_box .photo_box figure img {
    max-width: 300px;
}




/* レイアウト パターン */
.box100_l, .box100_r { width: 100px; }
.box150_l, .box150_r { width: 150px; }
.box130_l, .box130_r { width: 130px; }
.box200_l, .box200_r { width: 200px; }
.box240_l, .box240_r { width: 240px; }
.box250_l, .box250_r { width: 250px; }
.box265_l, .box265_r { width: 265px; }
.box270_l, .box270_r { width: 270px; }
.box280_l, .box280_r { width: 280px; }
.box310_l, .box310_r { width: 310px; }
.box380_l, .box380_r { width: 380px; }
.box420_l, .box420_r { width: 420px; }
.box480_l, .box480_r { width: 480px; }

.box100_l, .box130_l, .box150_l, .box200_l, .box240_l, .box250_l, .box265_l,.box270_l, .box280_l, .box310_l, .box380_l, .box420_l, .box480_l {
	float: left;
	margin-right: 20px;}

.box100_r, .box130_r, .box150_r, .box200_r, .box240_r, .box250_r, .box265_r, .box270_r, .box280_r, .box310_r, .box380_r, .box420_r, .box480_r {
	float: right;}
    

/*ul.list01 li {
	margin-left: 25px;
	list-style: disc;
}*/
ul.list01 li {
    margin-left: 25px;
    list-style: disc !important;
    font-size: 115%;
}



.btn1 a {
	display: inline-block;
    padding: 3px 20px;
    border: 1px solid #000000;
    background-color: #fff;
    color: #000000;
    text-decoration: none;
}

.btn1 a:hover {
    border: 1px solid #d60000;
    background-color: #d60000;
    color: #fff;
}

.btn2 a {
	display: inline-block;
    padding: 5px 20px;
    border: 1px solid #d60000;
    background-color: #d60000;
    color: #ffffff;
    text-decoration: none;
}

.btn2 a:hover {
    background-color: #ffffff;
    color: #d60000;
}


/*2026 広報誌龍谷 Web版*/

div.magazinetitle_box{
	display: flex;
	flex-wrap: wrap; 
	padding: 0; 
	gap:20px;
}

h1.magazine_tit{
	color: #dc0000;
    font-family: HelveticaNowDisplay-Bd, sans-serif;
    font-size: 600%;
    font-weight: 500;
    line-height: 1.3;
	margin-top: 15px;
	width: 75%;
}
	
h1.magazine_tit span{
	color: #000;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    font-size: 30%!important;
	font-weight: bold;
}
	
div.vol{
	width: 20%;
	font-family: HelveticaNowDisplay-Bd, sans-serif; 
	display: flex; 
	padding-top: 45px;
	line-height: 1.1;
	gap: 5px;
}
	
ul.content_list{
	display: flex; 
	flex-wrap: wrap;
    padding: 20px 0;
    gap: 20px;
    border-bottom: 1px solid #e5ebee;
}

ul.content_list li{
	list-style-type: none;
}

ul.content_list li.photo{
	width: 20%;
}

ul.content_list li.detail .num{
	color: #dc0000;
	font-family: HelveticaNowDisplay-Bd, sans-serif; 
	width: 10%; 
	font-size: 45px; 
	line-height: 0.9;
}

ul.content_list li.detail .text{
	width: 90%;
}

ul.content_list li img{
	width: 100%;
}

ul.content_list li h4{
	line-height: 0; 
	font-size: 190%; 
	color: #dc0000; 
	font-family: HelveticaNowDisplay-Bd, sans-serif; 
	margin: 20px 0 25px 0;
}
.year{
	font-size: 210%;
}

.volume{
	font-size: 120%;
}
.number{
	font-size: 435%; 
	line-height: 0.85;
}

ul.content_list li.detail {
    list-style-type: none;
    display: flex;
	width: 77%;
}

div.taidan5 p{
	margin-top: 10px; 
	float: left;
}

div.taidan5 p.kakeru{
	font-size: 180%; 
	padding: 10px 10px 0 10px;
}
/*肩書が２行になる場合*/
div.taidan5 p.kakeru2{
	font-size: 180%; 
	padding: 30px 10px 0 10px;
}

span.name{
	font-weight: bold; 
	font-size: 100%;
}
span.belonging{
	font-size: 0.8em; 
	padding-left: 5px;
}

ul.content_list div.text h4.present a{
	font-size: 0.85em; color: #dc0000;
}

#ichiran_box p.btn_ichiran{
	margin: 60px 0; display: inline-block;
}

#ichiran_box p.btn_ichiran a{
	padding: 7px 15px!important; 
	background-color: #dc0000; 
	color: #fff!important; 
	font-size: 110%; 
	font-weight: bold; 
	border: 1px solid #dc0000;
}

#ichiran_box p.btn_ichiran a:hover{
	background-color: #fff; 
	color: #dc0000!important; 
	font-size: 110%; 
	font-weight: bold; 
	border: 1px solid #dc0000; 
	text-decoration: none;
}



/*2026 広報誌龍谷 Web版*/
@media screen and (max-width: 767px) {
.content_inner p {
	margin: 0;
    line-height: 1.4;
	font-size: 100%;
}
#download_box{
	/*padding-top: 5px;
	padding-bottom: 30px;*/
	padding: 5px 0 30px 0;
}
ul.list01 li {
    margin-left: 25px;
    list-style: disc !important;
    font-size: 100%;
}

.taidan1 { margin: 0;}
.taidan1 h2.large { padding: 3px 20px 0 0;}
.taidan3 { clear: both; margin: 0 0 5px 20px; line-height: 1.0;}
.taidan2 { clear: both; margin-bottom: 20px;}



h1.magazine_tit{color: #dc0000;
    font-size: 265%;
    line-height: 1.3;
	margin-top: 15px;
	width: 100%;
	padding: 0 10px;}
	
div.magazinetitle_box {
    display: block;
    flex-wrap: wrap;
    padding: 0;
    gap: 0px;
}
div.vol{
	width: 20%;
	display: flex;
	padding-top: 20px;
	line-height: 1.1;
	gap: 5px;
	float: left;
	padding-left: 12px;
}

.year{
	font-size: 150%;
}
.volume{
	font-size: 88%;
}
.number{
	font-size: 300%; 
	line-height: 0.85;
}

ul.content_list li.photo {
    width: 45%;
}

ul.content_list li.detail {
    list-style-type: none;
    display: flex;
    width: 100%;
}

ul.content_list li.detail .num {
    color: #dc0000;
    font-family: HelveticaNowDisplay-Bd, sans-serif;
    width: 20%;
    font-size: 40px;
    line-height: 0.9;
}

ul.content_list li h4{
	line-height: 1; 
	font-size: 160%; 
	margin: 5px 0 0 0;
}

/*肩書が２行になる場合*/
div.taidan5 p.kakeru2{
	font-size: 180%; 
	padding: 20px 10px 0 10px;
}

ul.content_list div.text h4.present a{
	font-size: 0.75em; line-height: 1.3;
}

#ichiran_box p.btn_ichiran{
	margin: 60px 0 60px 20px; display: inline-block;
}
#ichiran_box p.btn_ichiran a{
	padding: 7px 15px!important; 
	background-color: #dc0000; 
	color: #fff!important; 
	font-size: 95%; 
	font-weight: bold; 
	border: 1px solid #dc0000;
}

}
