/* 畫面幅800px以上の設定 */

/* ---------------------------------------------------------- */
#student_content{
	height:auto;
}

#student_article {
width:70%;
max-width:800px;
height:inherit;
line-height:150%;
float:none;
margin:0 auto;
position:relative;
top: 40px;
bottom:30px;

}

#student_article li{
margin-bottom: 10px;
margin-left:auto;
}


#student_article h1{
	display:block;
    font-size:auto;
    padding:15px;
    height:30px;
    background-color:#4169e1;
    color:#fff;
}

#student_article h4{
	display:block;
    font-size:auto;
    padding-left:5px;
    background-color:#008080;
    margin-left:0em;
   	color:#fff;
   
}

#student_article h5{
	display:block;
    font-size:20px;
	height:25px;
    padding-top:5px;
    padding-left:5px;
    margin-top: 0em;
    margin-bottom: 1em;
    background-color:rgba(255,59,15,0.8);
    color:#fff;
}


#student_article li a{
	font-size:16px;
}

#student_nav {
	float:left;
	width:230px;
}


#student_nav{
	width:170px;
}

#student_nav li {
 list-style-type:none;
}

#student_nav li a {
  width:200px;
  margin:2px;
  color:#fff;
  font-size:auto;
  font-weight:bold;
   padding:10px 5px;
  text-decoration:none;
  display:block;
  background:#4169e1;
  background-color:#4169e1;
}
#student_nav li a:hover {
  background:#03C;
  background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
}

/* 畫面幅800px以下の設定 */
/* -------------------------------------------------------------------------------- */
@media screen and (max-width:800px){
#student_article {

    width:85%;
height:inherit;
line-height: 150%;
float:none;
margin:auto;

}

#student_article li{
box-sizing:border-box;
padding: 10px;
}

   
}
/* 畫面幅800px以上の設定 */

/* ---------------------------------------------------------- */
@media screen and (min-width:800px){
#student_article-s{
	display: none;
}
}
/* ---------------------------------------------------------- */



/*タブリスト（全学共通とは）---------------------------------------------------------- */

/*ベース*/
section.typeA{
	display: flex;
	flex-wrap: wrap;
}
section.typeA::after {
	content: '';
	width: 100%;
	height: 3px;
	order: -1;
	display: block;
	background: rgba(0,137,167,.7);
}
section.typeA .tabLabel {	/* タブ */
	margin-right: 3px;
	padding: 3px 12px;
	flex: 1;
	order: -1;
	border-radius: 3px 3px 0 0;
	color: #444;
	background: rgba(0,137,167,.3);
	transition: .5s ;
	cursor: pointer;
}
section.typeA .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.typeA input {		/* ラジオボタン非表示 */
	display: none;
}
section.typeA .content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/*アクティブ設定*/
section.typeA input:checked + .tabLabel {
	color: #fff;
	background: rgba(0,137,167,.7);
}
section.typeA input:checked + .tabLabel + .content {
	padding: 15px;
	height: auto;
	overflow: auto;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	transition: .5s opacity;
	opacity: 1;
}


/*タブリスト（履修方法について）---------------------------------------------------------- */

/*ベース*/
section.typeB{
	display: flex;
	flex-wrap: wrap;
}
section.typeB::after {
	content: '';
	width: 100%;
	height: 3px;
	order: -1;
	display: block;
	background: rgba(20,255,243,0.4) ;
}
section.typeB .tabLabel {	/* タブ */
	margin-right: 3px;
	padding: 3px 12px;
	flex: 1;
	order: -1;
	border-radius: 3px 3px 0 0;
	color: #444;
	background: rgba(0,137,167,.3);
	transition: .5s ;
	cursor: pointer;
}
section.typeB .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.typeB input {		/* ラジオボタン非表示 */
	display: none;
}
section.typeB .content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
  
}
/*アクティブ設定*/
section.typeB input:checked + .tabLabel {
	color: #fff;
	background: rgba(0,137,167,.7);
}
section.typeB input:checked + .tabLabel + .content {
	padding: 15px;
	height: auto;
	overflow: auto;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	transition: .5s opacity;
	opacity: 1;
}


/*タブリスト（前期履修期間）---------------------------------------------------------- */

/*ベース*/
section.typeC{
	display: flex;
	flex-wrap: wrap;
    max-width: 100%;
    margin:auto;
    margin-bottom: 1em;
}
section.typeC::after {
	content: '';
	width: 100%;
	height: 3px;
	order: -1;
	display: block;
	background: rgba(255,59,15,0.5) ;
}

/*ボタンホバー時*/
section.typeC label:hover {
    background: rgba(255,59,15,1);
}
section.typeC .tabLabel {	/* タブ */
	margin-right: 3px;
	padding: 3px 12px;
	flex: 1;
	order: -1;
	border-radius: 3px 3px 0 0;
	color: #000;
	background: rgba(255,59,15,0.5);
	transition: .3s ;
	cursor: pointer;
}
section.typeC .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.typeC input {		/* ラジオボタン非表示 */
	display: none;
}
section.typeC .content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/*アクティブ設定*/
section.typeC input:checked + .tabLabel {
	color: #fff;
	background: rgba(255,59,15,0.9);
}
section.typeC input:checked + .tabLabel + .content {
	padding: 15px;
	height: auto;
	overflow: auto;
	box-shadow: 0 0 5px rgba(0,0,0,.10);
	transition: .3s opacity;
	opacity: 1;
}


/*タブリスト（後期履修期間）---------------------------------------------------------- */

/*ベース*/
section.typeD{
	display: flex;
	flex-wrap: wrap;
    max-width: 100%;
    margin:auto;
    margin-bottom: 1em;
}
section.typeD::after {
	content: '';
	width: 100%;
	height: 3px;
	order: -1;
	display: block;
	background: rgba(255,59,15,0.5) ;
}
section.typeD .tabLabel {	/* タブ */
	margin-right: 3px;
	padding: 3px 12px;
	flex: 1;
	order: -1;
	border-radius: 3px 3px 0 0;
	color: #000;
	background: rgba(255,59,15,0.5);
	transition: .5s ;
	cursor: pointer;
}
section.typeD .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.typeD input {		/* ラジオボタン非表示 */
	display: none;
}
section.typeD .content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/*アクティブ設定*/
section.typeD input:checked + .tabLabel {
	color: #fff;
	background: rgba(255,59,15,0.9);
}
section.typeD input:checked + .tabLabel + .content {
	padding: 15px;
	height: auto;
	overflow: auto;
	box-shadow: 0 0 5px rgba(0,0,0,.10);
	transition: .5s opacity;
	opacity: 1;
}



 .sample1{
    padding-left:2em;
    text-indent:-1em;
    margin-top: -1em;
  }
.sample2{
    padding-left:2em;
    text-indent:-1em;
     margin-top: 0em;
  }
.sample3{
    padding-left:-1em;
    text-indent:0em;
     margin: 0em ;
  }
.sample4{
    text-indent:0em;
    padding-left:6em;
     margin: 0em ;
    
  }
.sample5{
    text-indent:-1em;
    padding-left:1em;
     margin: 0em ;
    
  }
.sample6{
    text-indent:0em;
    padding-left:0em;
     margin-left: 3em ;
    
  }
.sample7{
    text-indent:-1em;
    padding-left:-1em;
     margin-left: 3em ;
    
  }
.sample8{
    text-indent:-1em;
    padding-left:-1em;
     margin-left:4em ;
}

.sample9{
    text-indent:-2em;
    padding-left:0em;
     margin-left:6em ;
    margin-top:0em;
    margin-bottom: 0em;
  }

.sample10{
    text-indent:-1em;
    padding-left:2em;
     margin: 0em ;
    
  }
