@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,main,small,span,strike,strong,sub,summary,sup,tt,table,tbody,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------
 * 設定をしなおす
---------------------------------------------- */

body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.4em;
  font-family: "メイリオ","MS P ゴシック",'Oswald', arial, helvetica, sans-serif;
  font-weight: 500;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  background: url("https://www.arc.ritsumei.ac.jp/vm2016/image/bg.jpg") repeat;
  background-attachment: fixed;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 13px;font-feature-settings : "pkna";}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

#container {
    margin: 0;
    position: relative;
    width: 100%;
    height: auto;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 60px;
}

#content {
    margin-bottom: 60px;
}



/* ----------------------------------------------
 * アンカータグの設定
---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

/*a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}*/


/* ----------------------------------------------
 * 要素を左右中央寄せ
---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}


*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}
.container{margin:0 auto}
.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}
.row{padding-bottom:0}
.col{display:block;float:left;width:100%}
/*@media (min-width:769px),print{
   .gutters .col{margin-left:2%}
   .gutters .col:first-child{margin-left:0}
   .gutters .colR:first-child{margin-right:0}
   .sp{display:none !important;}
             }
@media(max-width:768px){
   .sp_none{display:none !important;}
}
@media(min-width:480px){
   .sp_s{display:none}
}
@media print,screen and (min-width:769px){
   .span_1{width:8.33333333333%}
   .span_2{width:16.6666666667%}
   .span_3{width:25%}
   .span_4{width:33.3333333333%}
   .span_5{width:41.6666666667%}
   .span_6{width:50%}
   .span_7{width:58.3333333333%}
   .span_8{width:66.6666666667%}
   .span_9{width:75%}
   .span_10{width:83.3333333333%}
   .span_11{width:91.6666666667%}
   .span_12{width:100%}
   .gutters .span_1{width:6.5%}
   .gutters .span_2{width:15%}
   .gutters .span_3{width:23.5%}
   .gutters .span_4{width:32%}
   .gutters .span_5{width:40.5%}
   .gutters .span_6{width:49%}
   .gutters .span_7{width:57.5%}
   .gutters .span_8{width:66%}
   .gutters .span_9{width:74.5%}
   .gutters .span_10{width:83%}
   .gutters .span_11{width:91.5%}
   .gutters .span_12{width:100%}
}
*/

main {
    display: block;
    background: url("https://www.arc.ritsumei.ac.jp/vm2016/image/bg.jpg") repeat;
    background-attachment: fixed;
}
#mainimg {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 200px;
}
@media screen and (min-width: 800px){
#mainimg img {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
                    }
@media screen and (max-width: 800px){
#mainimg {
   height: 200px;
}
#mainimg img {
    position: absolute;
    width: 100%;
    top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   margin: auto;
}
}


@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    /*padding: 0 30px;*/
  }
  /*section {
    padding: 100px 0;
  }*/
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 100%;
  }
  /*section {
    padding: 200px 0;
  }*/
}

/* ---------------------------------------------------------------------------------------------
　   HEADER
--------------------------------------------------------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/*#header {
  width: 100%;
  padding: 25px 0px 0px;
  background-color: #fff;
}

.headertitile {
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
    width:85%;
    line-height: 1.2em;
}*/

#header {
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(https://www.arc.ritsumei.ac.jp/lib/vm/shinsou/topimage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#header .headertitile {
    display: block;
    text-decoration: none;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
#header .headertitile a{
	color:#fff;
}
.header a:hover {
	text-decoration:none;
	/*color:#59b9c6;*/
}
#header img {
	vertical-align: bottom;
	padding-bottom:15px;
}

@media (max-width: 768px) {
#header .headertitile { 
	font-size:2em;
}
#header img {
	vertical-align: bottom;
    width:80px;
}
}

@media (max-width: 599px) {
#header .headertitile { 
	font-size:1.6em;
}
#header img {
	vertical-align: bottom;
    width:70px;
}
}

/* ---------------------------------------------------------------------------------------------
　   FOOTER
--------------------------------------------------------------------------------------------- */
#footer {
  font-size: 14px;
  border-top: 1px solid #c0c6c9;
  background-color: #fff;
  width: 100%;
  position: absolute; /*ここを変更*/
  bottom: 0;
  height:60px;
}
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}
@media only screen and ( max-width : 768px ) {
  #footer {
    padding: 20px 0;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 10px 15px 30px 15px;
  }
  .f_logo {
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }
  .f_logo {
  }
  .copy {
  }
}

/* ---------------------------------------------------------------------------------------------
　   CONTENTS
--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}

section {
  text-align: center;
  clear: both;
  padding: 20px 0px;
}

section p {
  line-height: 1.6em;
}

#sec01 {
display:grid;
   grid-template-columns:1fr 1fr 1fr 1fr;
   max-width: 1200px;
   margin: 30px auto;
   grid-column-gap: 20px;
}
#sec02  {
   background-color:#fff;
}
#sec03  {
   background-color:#867ba9;
}
#sec04  {
   background-color:#867ba9;
}

@media only screen and ( max-width : 959px ) {
#sec01 {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and ( max-width : 480px ) {
#sec01 {
grid-template-columns: 1fr;
}
}
/*#sec01, #sec02, #sec03, #sec04  {
  padding: 50px 0;
}*/
@media only screen and ( max-width : 1200px ) {
#sec01, #sec02, #sec03, #sec04  {
  padding: 50px 20px;
}
}
@media only screen and ( max-width : 480px ) {
#sec01, #sec02, #sec03, #sec04  {
  padding: 20px 20px;
}
}
.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}

@media only screen and ( max-width : 768px ) {
  #main {
    padding-top: 58px;
  }
  .btn {
    width: 60%;
  }
}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
}

@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 58px;
  }
  .btn {
    width: 300px;
  }
}
	  
    #container #section1,
	#container #section2,
	#container #section3 {
      max-width: 1100px;
      margin: 0px auto;
      padding: 50px 0px;
	   } 

/* ---------------------------------------------------------------------------------------------
　   FONT
--------------------------------------------------------------------------------------------- */
i{  
font-style:italic;  
}

.h1 {
    color: #000;
    font-weight: 600;
    font-size: 1.5em;
    vertical-align: calc;
    font-family:  游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
}

.h2{
    position: relative;
    margin: 0 auto 2em;
    padding: 0.25em 0;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    text-align:center;
}
.h2:before, .h2:after{
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: black;
}
.h2:before {
    left: 7px;
}
.h2:after {
    right: 7px;
}

.h3 {
  color:#fff;
  font-size:1.2em;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:bold;
  margin: 0;
  padding:10px;
}
.h4 {
  border-bottom: double 4px #999;
	padding-bottom: 10px;
	margin:10px 0px 30px 0px;
	font-weight: bold;
	font-size: 1.5em;
	text-align:center;
}
.h5 {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:bold;
  margin-top: 50px;
  border-bottom: 1px solid;
}

.header_text10 {
    font-size: 10px;
}
.header_text10:after {
    content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
}
.header_text10 a {
    color: #000;
     font-size: 10px;
}
.header_text10 a:hover{
    color:#FFDF90;
}

/*カテゴリー枠デザイン
---------------------------------------------------------------------------*/

.date-meta {
	border-top: 1px dotted #999;
	padding-top:5px;
	font-size: 0.8em;
	color: #999;
	margin-top:10px;
	clear:both;
}
.date-meta ul.date-meta-list {
	display:inline;
	list-style:none;
	margin: 0 0 0 0px;
	
}
.date-meta ul li.date-meta-list-item {
	display:inline;
	list-style:none;
	text-align:left;
}


.entry-asset {
  display: inline-block;
    vertical-align: top;
    /*width: 24%;
	width: 234px;*/
    height: auto;
    background: #fff;
    /*border: solid 1px #999;*/
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

/*@media (max-width: 1115px) {
.entry-asset {
    width: 30%;
}
}
@media (max-width: 805px) {
.entry-asset {
    width: 45%;
}
}
@media (max-width: 544px) {
.entry-asset {
    width: 95%;
}
}*/


.asset {
	display: inline-block;
	width: 100%;
}
#asset-list {
    display: flex;
}

li.asset-entry-title {
	font-size: 1em;
    font-weight: 600;
    padding: 5px;
}

.asset-entry-title {
	font-size: 1em;
    font-weight: 600;
    padding: 15px 0;
}

#asset-list ul{
	list-style-type:none;
	margin:0px;
	padding: 0px;
}
#asset-list li {
	list-style-type: none;
	/*float:left;
	margin: 0px 0px 5px 0px;*/
	overflow: hidden;
}

#asset-list li.image-left {
    width: 50%;
}

#asset-list li.text-right {
    width: 50%;
    padding: 10px;
}

#asset-list li figure{
	max-width: 250px;
    height: 200px;
}
#asset-list img{
	border: 1px;
	padding-bottom: 5px;
}
#asset-list img.mainimage{
	width: 750px;
	margin:-200px;　/* 位置コントロール */
	/*width: 450px;
	margin:-40px 0px 0px -40px;　*/
}
#asset-list img.defimage{
	border: 1px;
	padding-bottom: 5px;
	margin:0px 0px 0px 0px;　/* 位置コントロール */
}
#asset-list li.asset-date {
	font-size: 0.75em;
    color: #999;
    padding: 0px 5px 5px 5px;

}
.asset-date {
	font-size: 0.75em;
    color: #999;

}
#asset-list li.asset-text {
	font-size: 0.9em;
    line-height: 1.2em;
    padding: 10px 5px;
}
.asset-text {
	font-size: 0.9em;
    line-height: 1.2em;
}
#asset-list p.title {
	font-size:0.75em;
	margin-top:5px;
	margin-bottom:2px;
	padding:0px 0px 5px 0px;
	line-height:18px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#asset-list p {
	font-size:0.63em;
	margin-top:5px;
	margin-bottom:20px;
	padding:0px 0px 5px 0px;
	line-height:16px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#asset-list p+p {
	margin-bottom:30px;
}
#asset-list a{
	 -webkit-transition: 0.3s ease-in-out; 
	 -moz-transition: 0.3s ease-in-out; 
	 -o-transition: 0.3s ease-in-out; 
	 transition: 0.3s ease-in-out; 
	 text-decoration: none;
}
#asset-list a:hover{
	color:#e82166; 
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.clear {
    clear:both;
}

/*///////カテゴリタイトル別部分//////////*/

.category-title {
	text-align: justify;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 1em;
}
@media only screen and ( max-width : 1080px ) {
.category-title {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and ( max-width : 480px ) {
.category-title {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}

.subcategory-title {
	text-align: justify;
    margin: 2em auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 1em;
}
@media only screen and ( max-width : 1080px ) {
.subcategory-title {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and ( max-width : 680px ) {
.subcategory-title {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and ( max-width : 480px ) {
.subcategory-title {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}
.category-asset {
	padding: 0 0 30px;
}

/*@media (max-width: 1100px) {
.category-asset {
	width: 32%;
	padding: 6px 3px 6px 3px;
}
}

@media (max-width: 844px) {


.category-asset {
	width: 48%;
	padding: 6px 3px 6px 3px;
}
}

@media (max-width: 599px) {


.category-asset {
	width: 99%;
	padding: 6px 0px 6px 0px;
}
}
*/


.cate_asset-list{
	position: relative;
	list-style-type:none;
	margin:0px;
	padding: 0px;
}
.cate_asset-list li {
	list-style-type: none;
	/*float:left;*/
	margin: 0px;
	overflow: hidden;
}

.cate_asset-list li.cate_title {
	background-color: rgba(0,0,0,0.5);
    z-index: 1;
    top: 80px;
    /* bottom: 0; */
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
}


.cate_asset-list li.cate_tex{
	position: absolute;
	z-index:1;
}

.category-asset a, .category-asset a img{
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	-o-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out; 
	text-decoration: none;
}
.category-asset a:hover, .category-asset a:hover img{
	color:#ea5506;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


.cate_asset-list li figure{
	width: 0;
	height:210px;
	z-index:0;
}
.cate_asset-list li img{
	border: 1px;
	padding-bottom: 5px;
	width: 800px;
    margin: -50px 0px 0px -150px;　/* 位置コントロール */
}

.cate_asset-list li img.defimage{
	border: 1px;
	padding-bottom: 5px;
	width: 400px;
	margin:0px 0px 0px 0px;　/* 位置コントロール */
}

.arrow-bottom {
    position: absolute;
    border: 0px solid #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 3px;
}
.arrow-bottom:after, .arrow-bottom:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.arrow-bottom:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #3f312b;
	z-index: 3;
}
.arrow-bottom:before {
    left: 40px; 
}
.cdbox {
   font-size: 0.9em;
   padding:20px 0 0px;
}
/*///////記事パネル部分/////////*/

header .wrapper-head {
	max-width:1100px;
	height: 35px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.section {
    background-image: url(img/bg.jpg);
    background-size: cover;
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.section p {
	font-family: Arial, "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	margin-bottom: 1em;
    line-height: 1.6em;
}
.panel {
	/*width: 90%;
    padding: 40px;
    margin: 0px auto;*/
    background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	height: auto;
	padding: 40px;
	margin: 0px auto;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.content {
    
}
.content-inner {
    max-width:1200px;
    margin: 0px auto;
}

.content-inner p {
    font-size: 14px;
}

article {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.article_content img {
	/*width:50%;*/
}

@media (max-width: 1100px) {

.panel {
	padding: 20px;
}
}



.article_content{
	width:auto;
	height:auto;
}
.article_content dl{
	width:auto;
	border:none;
	margin:10px 30px;
}
.article_content dl dt.laycenter{
	width: 50%;
	margin: 20px auto;
	vertical-align:middle;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
}
.article_content dl dt.layright{
	width: 50%;
    margin: 0 0 30px 50px;
    vertical-align: middle;
    float: right;
}
.article_content dl dt.layleft{
	width: 50%;
    margin: 0 50px 30px 0;
    vertical-align: middle;
    float: left;
}
.laycenter:after, .laycenter:before,
.layright:after, .layright:before,
.layleft:after, .layleft:before{
    content: "";
    clear: both;
    display: block;
}
.article_content dl dt{
	width: 50%;
	margin: 20px auto;
	vertical-align:middle;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
}
@media (max-width: 940px) {
.article_content dl dt{
	width: 90%;
}
}
.article_content dl dd{
	font-size:13px;
}

.article_content dl dt img{
	width:100%;
}


@media (max-width: 799px) {


.article_content dl dd{
	font-size:13px;
	margin-bottom:20px;

}

}

.article_content:after {
content:"";
display:block;
clear:both;
}

.breadcrumb {
  padding: 20px 0px 10px 10px;
  font-size: 85%; }
  .breadcrumb li {
        display: inline-block; }
  @media (min-width: 1200px) {
    .breadcrumb {
      padding-right: 15px;
      padding-left: 0px; } }
  .breadcrumb li {
    list-style-type: none; }
    .breadcrumb li:after {
      content: "\003E";
      margin: 0 0.5em; }
    .breadcrumb li:last-child:after {
      display: none; }

.titilelist {
    width: 180px;
    list-style-type: none;
    font-weight: normal;
    color: #999;
    padding: 0px;
    margin-top: 5px;
    margin-right: 31px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
}
.artarea {
    /*float: right;
    margin-left: 31px;
    width: 391px;*/
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*------------------------------------------------------
　　　　カテゴリーナビゲーションデザイン
------------------------------------------------------*/
.main-navi {
    padding: 0px;
    margin: 0 auto 2em;
}
.main-navi #mainnav {
    list-style-type: none;
    padding: 0px;
    text-align: center;
}
.main-navi #mainnav li {
    display: inline-block;
}
.main-navi #mainnav li.mainnav-title {
font-size: 1.5em;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
position: relative;
line-height: 1.4;
padding: 0em 0.5em;
display: inline-block;
top:0;
}
.main-navi #mainnav li.mainnav-title:before,
.main-navi #mainnav li.mainnav-title:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
.main-navi #mainnav li.mainnav-title:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
.main-navi #mainnav li.mainnav-title:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
.main-navi #mainnav li.sub-title {
    position: relative;
    padding: 0 20px;
    font-size: 1.2em;
    }
.main-navi #mainnav li.sub-title a:hover{
text-decoration:underline;
color:#f00;
    }
.main-navi #mainnav li.sub-title:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 0;
    height: 20px;
    margin-top: -10px;
    border-right: 1px solid #c0c6c9;
    }
.main-navi #mainnav li.sub-title:first-child:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    border-left: 1px solid #c0c6c9;
    }
/*----------------------------------------------------
          page-navigationデザイン
---------------------------------------------------*/

.pn-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-top: -25px;
}
.pn-prev {
    left: 10px;
    background-image: url("https://www.arc.ritsumei.ac.jp/lib/vm/v_template/controls_left.png");
    background-repeat: no-repeat;
}
.pn-next {
    right: 10px;
    background-image: url("https://www.arc.ritsumei.ac.jp/lib/vm/v_template/controls_right.png");
    background-repeat: no-repeat;
}
.pn-controlArrow.pn-prev:hover {
	background-position: 0 -32px;
}

.pn-controlArrow.pn-next:hover {
	background-position: 0 -32px;
}

/*---------------------------------------------------------
  				      infoMenu
---------------------------------------------------------*/
div#infoMenu {
  position: fixed;
  z-index: 70;
  right:0;
  bottom: 0;
  padding:0px 0 30px 0;
  float:right;
}
div#infoMenu ul {
  padding: 0 0px;
}
div#infoMenu li {
  /*display: inline-block;*/
  right:0;
  position: relative;
  /*padding-right:10px;*/
}
div#infoMenu li span {
  display: none;
}
div#infoMenu li a {
  display: block;
}

div#infoMenu li.arc {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/arc_bt_out.png") no-repeat;
}
div#infoMenu li.arc a {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/arc_bt_out.png") no-repeat;
}
div#infoMenu li.arc a:hover {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/arc_bt_over.png") no-repeat;
}

div#infoMenu li.twitter {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/twitter_bt_out.png") no-repeat;
}
div#infoMenu li.twitter a {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/twitter_bt_out.png") no-repeat;
	
}
div#infoMenu li.twitter a:hover {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/twitter_bt_over.png") no-repeat;
}

div#infoMenu li.gotop {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/top_bt_out_p.png") no-repeat;
}
div#infoMenu li.gotop a {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/top_bt_out_p.png") no-repeat;
}
div#infoMenu li.gotop a:hover {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/top_bt_over_p.png") no-repeat;
}

/*------------------------------------------------------------------------
サブ画像box
-------------------------------------------------------------------------*/

.subimagebox {
   margin: 25px 20px 25px 0px;
}
.subimagebox ul {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-column-gap: 30px;
}
@media (max-width: 940px) {
.subimagebox ul {
   grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 680px) {
.subimagebox ul {
   grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.subimagebox ul {
   grid-template-columns: repeat(1, 1fr);
}
}
.subimagebox ul li {
   margin-bottom: 30px;
}
.subimagebox ul li .subimg {
   height:150px;
   /*border:1px solid #494949;
   overflow:hidden;*/
   margin-bottom: 10px;
}
.subimagebox img {
   /*width: 200%;
   margin-top: -20px;
   margin-left: -50px;*/
   height: 150px;
}
.subtitle {
    font-weight: bold;
}

.text-10 {
 font-size: 10px;
 padding-left: 10px;
}
.text-10 a {
color:gray;
}
.text-10 a:hover{
text-decoration:underline;
}

/*--------------------------------------------------
content デザイン
----------------------------------------------------*/

.about_text {
   font-size: 12px;
   color: #fff;
}


.o-random-post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 0 -15px;
    padding: 0 0 30px;
}

.o-random-post-list li {
    width: calc(33.3333% - 10px);
}
.o-random-post-list li {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin: 0 15px 15px 0;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
}

.o-random-post-list li .__left {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.o-random-post-list li .__left .o-random-post-thumb {
    max-width: 150px;
    height: auto;
    position: relative;
    left: -25px;
    -webkit-transition: all .5s cubic-bezier(0,0,.2,1) 0s;
    transition: all .5s cubic-bezier(0,0,.2,1) 0s;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: bottom;
}

.o-random-post-list li .__right {
    width: calc(100% - 100px);
    padding: 5px 10px;
    position: relative;
} 
.o-random-post-list li .__right .o-random-post-date {
    font-size: 1rem;
    font-weight: 700;
    color: #858585;
    font-style: italic;
    display: block;
}

.o-random-post-list li .__right .o-random-post-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #494949;
}
.o-random-post-more {
    font-weight: 700;
    color: #999;
    float: inline-end;
    padding-top: 10px;
}
