﻿@charset "UTF-8";
/*学部長*/
.photo {
	width: 200px;
	display: inline-block;
	float: left;
	padding-right: 33px;
	padding-bottom: 15px;
}
.photo p {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: #666666;
	
} 
.photo img.dean-photo {
	width: 200px;
	margin: 0 35px 1px 0;
}

/* .kiji p span {
	padding-left: 1em;
	padding-right: 5px;
	margin:0
} */

/*「法学部の歩み」の表*/
table.history {
	border-collapse: separate;
	width: 90%;
	margin: 35px auto;
}
table.history td.nen br {
	display: none;
}
table.history tr.title td {
	background-color: orange;
	padding-top: 10px;
	text-align: center;
	border-top: none;
}
table.history tr.title td:first-child{
	white-space: nowrap;
}
table.history tr.title td{
	border-top: none;
}
table.history tr td.nen {
	width: auto;
	white-space: nowrap;
	text-align: center;
	border-left: none;
	background-color:#ffc966;
}
table.history tr td.tuki{
	text-align: center;
	padding: 8px 10px;
	background-color: #ffdb99;
	white-space: nowrap;
}
table.history tr td.jikou {
	padding: 5px 10px;
	border-right: solid 2px #ffedcc;
	background-color: #fff1cf;
}

/*基本方針*/
.policy {
	max-width: 800px;
}
.policy_detail {
	display: inline-block;
	border-radius: 20px;
	border: 1px solid orange;
	color: rgb(97, 95, 95);
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	background-color: #ffe4b3;
	padding: 5px 18px;
	margin: 5px 0 12px 0;
	max-width: 800px;
}
div.policy p {
	padding-left: 1em;
	
}
div.policy ol {
	padding-left: 3em;
}
div.policy ol li, ol.policy_full li {
	list-style-type: disc;
	margin: 0 0 0.8em 1em;
    padding-left: 3px;
}
/*教養科目の特徴*/
.currtable1 li {
	padding-bottom: 10px;
	max-width: 750px;
	line-height:1.6em;
	font-size: 16px;
}
/*旧カリに関する注意*/
p.note {
	margin-top: 10px;
	margin-bottom: 0;
	text-indent: -1em;
	padding-left: 2em;
}
p.note1 {
	margin-top: 20px;
}


a.note {
	text-decoration: none;
	color: blue;
}
a.note:hover {
	opacity: 0.5;
}

/*入試情報*/
/* 変更点 */
.change {
	display: flex;
	justify-content: center;	
}
.change-contents {
	width: 90%;
	padding: 10px 35px;
}
h3.housiki {
	display: inline;
	padding: 4px 10px;
	background-color: orange;
	color:#ffffff;
}
.change .change-contents ul{
	padding-left: 20px;
	font-weight: bold;
}
.change .change-contents ul p{
	padding-top: 5px;
	font-weight: normal;
}
img.suisen {
	display: flex;
	justify-content: center;
	width: 70%;
	margin: 30px auto 0 auto;
}
.test table.past tr.hosiki td.komoku {
	padding: 0 13px;
}




div.test {
	width: 100%;
}
table.admission {
	border: 2px solid orange;
	border-collapse: collapse;
	width: 80%;
	margin: 50px auto 30px auto;
}
table.admission_top {
	margin-top: 30px
}
table.admission td{
	padding: 10px;
	background-color: #ffeccc;
	line-height: 1.5em;
}
table.admission tr td.name {
	text-align: center;
	background-color: orange;
	padding: 5px 0 7px 0;
	border-bottom: 1px solid #f8b862;
	line-height: 35px;
}
table.admission tr td.name img {
	height: 35px;
	width: auto;
	vertical-align: middle;
}
table.admission tr {
	border-bottom: 1px solid orange;
}
table.admission td.title {
	text-align: center;
	background-color: #ffc966;
	border-right: 1px solid orange;
	width: 4.5em;
	white-space: nowrap;
}
table.admission td.f-siken {
	border-bottom: 1px solid #ffeccc;
	border-top: none;
	padding-bottom: 0;
}

table.admission ul.detail {
	margin: 0;
	padding-left: 1.7em;
	padding-right: 0.5em;
}
table.admission ul.detail li {
	padding-top: 5px;
	padding-bottom:5px;
}
table.admission td.senbatsu {
	padding: 0 10px 0 0;
}
h2.kobo {
	margin-top: 40px;
}
span.small {
	font-size: smaller;
	}
span.necessary {
	color: #dc143c;
	padding-right: 3px;
	padding-left: 0;
	margin-left: 0;
	font-size: 1em;
}
span.select {
	color: #4169e1;
	padding-right: 3px;
	font-size: 1em;
}
p.notice {
	text-align: center;
}
span.select_blue{
	color: #4169e1;
}
td.senbatsu ul {
	padding-top: 0;
	margin-top: 3px;
}
td.senbatsu span.type {
	display: block;
	font-weight: bold;
	margin: 1em 0 0 1em;
}
td.senbatsu span.haiten {
	color: #f08300;
}
.k_ex {
	margin-top: 0;
	margin-bottom: 12px;
	text-align: center;
	padding-bottom: 14px;
	display: flex;
	justify-content: center;
	}
.k_ex img {
	width: 60%;
	}

/*過去の入試結果*/
table.past {
	margin-top: 0;
	margin-bottom: 2em;
}
table.past td {
	text-align: center;
	border-right: 1px solid orange;
}
td.title br {
	display: none;
}
tr.hosiki td br {
	display: none;
}
tr.hosiki td {
	background-color: orange;
	border-right: 1px solid #fad6c0;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
/*	text-shadow: -1px -1px 0px rgba(255,255,255,0.6),
1px 1px 0px rgba(0,0,0,0.6);*/
}
tr.c td {
	border-top: 1px solid #fad6c0;
	padding: 4px 0;
}
td.komoku {
	width: 4em;
	text-align: center;
}
tr.hosiki td.c-hosiki {
	padding: 5px 0 5px 0;
}
tr.hosiki td br.suisen {
	display: inline;
}
table.past td {
	padding-left: 0;
	padding-right: 0;
}

/*:::::::::::::大学院::::::::::::::::*/
.kiji a:link {
    color: #0f3f79;
}
/*ポリシー*/
h3.policy {
	font-size: 1em;
	margin-top: 1.7em;
	margin-bottom: 1em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.7em;
	background-color: #ffefd5;
}

ol  {
	position: relative;
	margin: 0 0 1em 1em;
	padding: 0
}
ol li  {
	list-style: none;
	list-style-position: outside;
	margin: 0 0 0.8em 0;
	padding-left: 1.25em
}
ol li span {
	position: absolute;
	left: 0;
	margin: 0
}

/*研究科長メッセージ*/
p.dean-name {
	text-align:right;
	font-weight: bold;
}
span.dean-name {
	font-size: large;
	color: gray;
}
/*カリキュラム*/
h3.risyu {
	margin-top: 2em;
}
table.graduation-curriculum-table {
	width: auto;
    border: 3px solid #ffdf80;
    border-collapse: collapse;
    border-spacing: 0;
 	margin-left:auto;
	margin-right:auto;
}
table.graduation-curriculum-table td.subject{
	text-align: left;
	padding : 8px 20px;
}
table.graduation-curriculum-table td.title-subject{
	text-align: center;
	padding : 5px 0;
	font-weight: bold;
	background-color: #ffdf80;
	letter-spacing: 8px;
	border-style: solid;
	border-width: 0 3px 0 0;
	border-color: #ffdf80;
}
table.graduation-curriculum-table td.title-subject2{
	text-align: center;
	padding : 2px 20px;
	font-weight: bold;
	background-color: #ffdf80;
	border-style: solid;
	border-width: 0 0 3px 3px;
	border-color: #ffdf80 #ffdf80 #fff2cc #fff2cc;
}
table.graduation-curriculum-table td.title-tani{
	text-align: center;
	padding : 2px 7px;
	font-weight: bold;
	background-color: #ffdf80;
	border: 3px solid;
	border-color: #ffdf80 #fff2cc #ffffff #ffffff;
}

table.graduation-curriculum-table td.title-tani-semi{
	text-align: center;
	padding : 2px 7px;
	font-weight: bold;
	background-color: #ffdf80;
	border: 3px solid;
	border-color: #ffffff #ffdf80 #ffffff #fff2cc;
}
table.graduation-curriculum-table td.jugyo{
	padding: 0 10px;
	text-align: center;
}
table.graduation-curriculum-table td.semi{
	padding: 0 10px;
	text-align: center;
}
table.graduation-curriculum-table tr:nth-child(2n+1) {
    background: #fff2cc;
}
div.button-wrapper {
	display: block;
}
td.group {
	background-color: #ffdf80;
	text-align: center;
	padding: 0 0.8em;
	border: solid;
	border-width: 3px 0 0 0;
	border-color: #fff #ffdf80 #fff2cc #ffdf80;
}
td.group-top {
	background-color: #ffdf80;
	text-align: center;
	padding: 0 0.8em;
	border: solid;
	border-width: 3px 0 0 0;
	border-color: #ffdf80;
}
td.end {
	border-color: #fff #ffdf80 #ffdf80 #ffdf80;
}
/*　論文題目 */
span.nendo {
	padding-left: 5px;
	font-size: 0.8em;
}
table.graduation-theme-table {
	width: 80%;
    border: 3px solid #ffdf80;
    border-collapse: collapse;
    border-spacing: 0;
 	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
}
table.graduation-theme-table td.subject{
	text-align: left;
	padding : 8px 20px;
}
table.graduation-theme-table td.title-subject{
	text-align: center;
	padding : 2px 20px;
	font-weight: bold;
	background-color: #ffdf80;
	letter-spacing: 5px;
}
table.graduation-theme-table td.title-subject2{
	text-align: center;
	padding : 2px 20px;
	font-weight: bold;
	background-color: #ffdf80;
	border: 3px solid;
	border-color: #ffdf80 #ffdf80 #fff2cc #fff2cc;
}
table.graduation-theme-table td.title-tani{
	text-align: center;
	padding : 2px 7px;
	font-weight: bold;
	background-color: #ffdf80;
	border: 3px solid;
	border-color: #fff2cc;
}
table.graduation-theme-table td.title-tani-semi{
	text-align: center;
	padding : 2px 7px;
	font-weight: bold;
	background-color: #ffdf80;
	border: 3px solid;
	border-color: #fff2cc #ffdf80 #fff2cc #fff2cc;
}
table.graduation-theme-table td.jugyo{
	padding: 0 10px;
	text-align: center;
}
table.graduation-curriculum-table td.semi{
	padding: 0 10px;
	text-align: center;
}
table.graduation-theme-table tr:nth-child(2n+1) {
    background: #fff2cc;
}


/*　大学院ボタン　*/
.clearfix {
	margin-top: 40px;
}
a:active{
	color:#113b7d
}
.kiji a:visited {
	color:#113b7d
}
.clearfix:after{
	content:" ";
	clear:both;
	display:block
}
ol,ul{
	line-height:1.4;
}
div,span{
	line-height:1.3;
}
button::-moz-focus-inner,input::-moz-focus-inner{
	border:0;
	padding:0;
}
.pager{
	margin:0 auto;
	text-align:center;
	font-size:1.1rem;
	padding:0 0 40px 0;
}
.pager li{
	display:inline-block;
	margin:10px 2px
}
.pager li a{
	text-align:center;
	background-color:#f7f7f7;
	border:2px solid #dfdfdf;
	border-radius:3px;
	padding:4px 10px;
}
.pager li .current a,.pager li a:hover{
	background-color:#0f3f79;
	border:none;
	padding:6px 12px;
	text-decoration:none;
	color:#ffffff;
	transition: background-color 0.7s;
}
.pager li.prev a{
	padding:4px 10px 4px 32px;
	margin:0
}
.pager li.prev a:before,.pager li.prev a:hover:before{
	content:'';
	position:absolute;
	left:12px;
	top:9px;
	width:10px;
	height:10px
}
.pager li.next a{
	padding:4px 10px 4px 10px;
	margin:0;position:relative
}
.pager li.current {
	color: white;
	text-align:center;
	background-color: #0f3f79;
	border:2px solid #0f3f79;
	border-radius:3px;
	padding:4px 10px;
}


/*:::::::::::::ブレイクポイント::::::::::::::::*/
/*:::::::::::::サイズ360px以下::::::::::::::::*/
@media (max-width: 360px){
/*学部長あいさつ写真*/
.photo img.dean-photo {
	width: 120px;
}
/*「法学部の歩み」の表　359px以下*/
.enkaku {
	width: 100%;
}
table.history td.nen {
	text-align: center;
	padding: 5px 0px;
}
table.history tr.title td {
	padding: 5px 0;
}
table.history tr td.tuki {
	padding: 2px;
}
table.history td.nen br {
	display: inline;
}
table.history tr.title td {
	padding-bottom: 5px;
}
table.history tr td.nen {
	white-space: nowrap;
	padding: 5px 0;
}
/*古写真*/
.old-photo img {
	width: 90%;
} 
.breadcrumbs .syasin {
	font-size: 0.6em;
}
}

/*:::::::::::::サイズ320px以下::::::::::::::::*/
@media (max-width: 320px){
/*過去の入試結果*/
table.past td {
	font-size: smaller;
}
table.past td.title, table.past tr.hosiki td{
	font-size: 14px;
}
}
/*:::::::::::::サイズ375px以下::::::::::::::::*/
@media (max-width: 375px){
/*学部長あいさつ写真*/
div.photo {
	width: 120px;
	padding-bottom: 5px;
}
.photo img.dean-photo {
	width: 120px;
	margin-bottom: 5px;
}
.photo p {
	padding-top: 0;
	font-size: 15px;
}
.dean-photo {
	width: 150px;
}
/*入試情報*/
table.past tr.hosiki td br {
	display: inline;
}
table.past tr td {
	padding: 8px;
}
table.admission {
	width: 90%;
}
table.past td.title br {
	display: inline;
}
table.past {
	width: 90%;
}
table.admission td.title {
	width: 2em;
}
table.past tr td {
	padding:8px 0 ;
}

}
/*:::::::::::::サイズ360～599px::::::::::::::::*/
@media (min-width: 360px)and (max-width: 599px) {
table.history td.nen br {
	display: inline;
}
table.history tr.title td {
	padding-bottom: 5px;
}
table.history tr td.nen {
	white-space: nowrap;
	padding: 5px 0;
}
}
/*:::::::::::::サイズ599px以上::::::::::::::::*/
@media (min-width: 599px){
table.history tr td br {
	display: none;
}
table.history tr.title td {
	padding-top: 10px;
	padding-bottom: 10px;
}
table.history tr td.nen {
	text-align: left;
	padding-left:8px;
	padding-right:8px;
}
}

/*:::::::::::::サイズ767px以下::::::::::::::::*/
@media (max-width: 767px){

/*::::カリキュラム::::*/
.narrow {
	display: block;
}
.wide {
	display: none;
}

table.kyoyo, table.senmon {
	width: 100%;
	border-collapse: collapse;
}
.narrow table.kyoyo tr td,
.narrow table.senmon tr td {
	width: 33.3333%;
	border-right: solid 2px #ffffff;
    padding-left: 18px;
    text-indent: -12px;
}
table.kyoyo th, table.senmon th {
	padding: 10px 0;
	background-color: #f2a0a1;
}

.narrow table.kyoyo tr.gakunen td,
.narrow table.senmon tr.gakunen td{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	border-bottom: solid 2px #ffffff;
	font-weight: normal;

}
.narrow table.kyoyo tr.last td,
.narrow table.senmon tr.last td{
	padding-bottom: 14px;
}
.narrow table.kyoyo tr.first td,
.narrow table.senmon tr.first td {
	padding-top: 14px;
}

td.first, tr.first td:nth-child(2) {
	border-left: solid 2px #ffffff;
}

td.second, tr.first td:nth-child(3) {
	border-left: solid 2px #ffffff;
}
td.third, tr.first td:nth-child(4) {
	border-left: solid 2px #ffffff;
}
.change-contents {
	width: 100%;
	padding: 10px 15px;
}
img.suisen{
	width: 95%;
}
td.internship {
	padding-bottom: 12px;
}
/*教養科目*/
.narrow table.kyoyo tr.gakunen td:first-child,
.narrow table.kyoyo tr td.first {
	background-color: #ed9a47;
}
.narrow tr.gakunen td:nth-child(2),
.narrow table.kyoyo tr:nth-child(n+3) td:nth-child(2) {
	background-color: #edb277;
}
.narrow tr.gakunen td:nth-child(3),
.narrow table.kyoyo tr:nth-child(n+3) td:nth-child(3) {
	background-color: #edcaa6;
}
.narrow table.kyoyo td.group {
	background-color: #ee7800;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	border-bottom: solid 2px #ffffff;
}
/*専門科目*/
.narrow table.senmon td.group {
	background-color: #37a34a;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	border-bottom: solid 2px #ffffff;
}
.narrow table.senmon tr.gakunen td:first-child,
.narrow table.senmon tr td.first {
	background-color: #9bc18a;
}
.narrow table.senmon tr.gakunen td:nth-child(2),
.narrow table.senmon tr:nth-child(n+3) td:nth-child(2) {
	background-color: #bfd6b2;
}
.narrow table.senmon tr.gakunen td:nth-child(3),
.narrow table.senmon tr:nth-child(n+3) td:nth-child(3) {
	background-color: #e1ebda;
}

.narrow table.kyoyo tr.space td.space,
.narrow table.senmon tr.space td.space {
	border: 0;
	line-height: 12px;
	background-color: #ffffff;
	color:green;
}
/*古写真*/
.old-photo:after {
	content: "";
	display: block;
	clear: both;
}
.old-photo  {
	width: 100%;
	margin-top: 50px;
}

p.caption {
	width: 80%;
	margin: 5px auto;
}
.photo1, .photo2, .photo3, .photo4, .photo5, .photo6, .photo7 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 30px;
}
.photo3, .photo5, .photo7 {
	clear: both;
}
}
/*::::::::::::iPad用::::::::::::::::*/
@media (min-width: 768px) and (max-width: 900px) {
.old-photo  {
	width: 70%;
}
table.past td.title br.suisen {
	display: inline;
}
}


@media  (max-width: 900px) {
.k_ex img {
	width: 80%;
}
table.admission {
	width: 90%;
}
}
@media  (min-width: 768px) and (max-width: 1024px) {
img.suisen {
	width: 100%;
}
}

/*:::::::::::::サイズ768px以上::::::::::::::::*/
@media (min-width: 768px) {
table.history td.nen br {
	display: none;
}
/*カリキュラム表*/
.narrow {
	display: none;
}
.wide {
	display: block;
}
.wide table.kyoyo,
.wide table.senmon {
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto;
}
/*教養科目*/
.wide table.kyoyo tr td,
.wide table.senmon tr td {
/*	width: 20%;*/
	border-right: solid 2px #ffffff;
    padding-left: 4px;
	padding-right: 4px;
}
.wide table.kyoyo td.first,
.wide table.kyoyo td.second,
.wide table.kyoyo td.third,
.wide table.senmon td.first,
.wide table.senmon td.second,
.wide table.senmon td.third {
    padding-left: 10px;
}
.wide table.kyoyo th,
.wide table.kyoyo tr.first td:first-child {
	background-color: #ee7800;
	text-align: center;
	color: #ffffff;
	width: 15%;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
.wide table.kyoyo tr.gakunen td {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 2px #ffffff;
}
.wide table.kyoyo tr.gakunen td,
.wide table.kyoyo tr.gakunen th,
.wide table.senmon tr.gakunen td,
.wide table.senmon tr.gakunen th {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: solid 3px #ffffff; 
}
.wide table.kyoyo td.first {
	background-color: #ed9a47;
	color: #000000;
}
.wide table.kyoyo tr.first td, 
.wide table.senmon tr.first td {
	border-top: solid 2px #ffffff;
}
.wide table.kyoyo td.second {
	background-color: #edb277;
	color: #000000;
}
.wide table.kyoyo td.third {
	background-color: #edcaa6;
	color: #000000;
}

/*専門科目*/
tr.first td.group {
	vertical-align: middle;
}
.wide table.senmon th,
.wide table.senmon tr.first td:first-child {
	background-color: #37a34a;
	text-align: center;
	color: #ffffff;
	width: 15%;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
.wide table.senmon tr.gakunen td {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.wide table.senmon td.first {
	background-color: #9bc18a;
	color: #000000;
	padding-right: 6px;
}

.wide table.senmon td.second {
	background-color: #bfd6b2;
	color: #000000;
	padding-right: 6px;
}
.wide table.senmon td.third {
	background-color: #e1ebda;
	color: #000000;
	padding-right: 6px;

}
.wide table.senmon tr.first td,
.wide table.kyoyo tr.first td {
	padding-top: 12px;
}

.wide table.senmon tr.first td.kamoku,
.wide table.kyoyo tr.first td.kamoku {
	padding-top: 0px;
}

.wide table.senmon tr.first td.kamoku2,
.wide table.kyoyo tr.first td.kamoku2 {
	padding-bottom: 12px;
	background-color: #edb277;
	padding-left: 10px;
}

.wide table.senmon tr.first td.ai,
.wide table.kyoyo tr.first td.ai {
	font-size: smaller;
		padding-top: 5px;

}


.wide table.senmon tr.last td,
.wide table.kyoyo tr.last td {
	border-bottom: solid 2px #ffffff;
	padding-bottom: 12px;
}
.wide table.senmon tr.bottom td,
.wide table.kyoyo tr.bottom td {
	padding-bottom: 12px;
}

.wide table.kyoyo tr td.gakunen,
.wide table.senmon tr td.gakunen {
	width: 13%;
}
.wide table.kyoyo tr td.first,
.wide table.kyoyo tr td.second,
.wide table.kyoyo tr td.third,
.wide table.senmon tr td.first,
.wide table.senmon tr td.second,
.wide table.senmon tr td.third {
	width: 29%;
}
/*古写真*/
.old-photo:after {
	content: "";
	display: block;
	clear: both;
}
.old-photo  {
	width: 100%;
	margin-top: 50px;
}

p.caption {
	width: 80%;
	margin: 5px auto;
}
.photo1, .photo2, .photo3, .photo4, .photo5, .photo6, .photo7 {
	float: left;
	margin: 0 0 45px 0;
	width: 33.3333%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 50px;
}
.photo4, .photo7 {
	clear: both;
}
}