/* ==========================================================================*/
/*【共通】*/
/* ==========================================================================*/

/* 学部ごと見出しの設定 */
h2.uoy, h3.uoy{
	padding:10px 15px;
	color:#ffffff;
	background-color:#673793;
	border:none !important;
    line-height: 1.6em;
}
h2.edu, h3.edu{
	padding:4px 10px;
	color:#ffffff;
	background-color:#138A73;
	border:none !important;
}
h2.med, h3.med{
	padding:4px 10px;
	color:#ffffff;
	background-color:#CA4192;
	border:none !important;
}
h2.eng, h3.eng{
	padding:4px 10px;
	color:#ffffff;
	background-color:#148D9F;
	border:none !important;
}
h2.les, h3.les{
	padding:4px 10px;
	color:#ffffff;
	background-color:#8BCA53;
	border:none !important;
}


/* 学部ごとにタイトル装飾設定2 */
.uoyPointTitle2, h3.uoyPointTitle2{
	padding:12px 0px !important;
	color:#673793;
	font-size:1.2em;
	font-weight:bold;
	border:1px solid #673793 !important;
}
.eduPointTitle2, h3.eduPointTitle2{
	padding:12px 0px !important;
	color:#138A73;
	font-size:1.2em;
	font-weight:bold;
	border:1px solid #138A73 !important;
}
.medPointTitle2, h3.medPointTitle2{
	padding:12px 0px !important;
	color:#CA4192;
	font-size:1.2em;
	font-weight:bold;
	border:1px solid #CA4192 !important;
}
.engPointTitle2, h3.engPointTitle2{
	padding:12px 0px !important;
	color:#417FB8;
	font-size:1.2em;
	font-weight:bold;
	border:1px solid #417FB8 !important;
}
.lesPointTitle2, h3.lesPointTitle2{
	padding:12px 0px !important;
	color:#8BCA53;
	font-size:1.2em;
	font-weight:bold;
	border:1px solid #8BCA53 !important;
}


/* 学部ごとにタイトル装飾設定1 */
.uoyPointTitle{
	color: #673793;
	font-size: 1.1em;
	font-weight:bold;
	line-height:1.5em;
}
.eduPointTitle{
	color: #138A73;
	font-size: 1.1em;
	font-weight:bold;
	line-height:1.5em;
}
.medPointTitle{
	color: #CA4192;
	font-size: 1.1em;
	font-weight:bold;
}
.engPointTitle{
	color: #148D9F;
	font-size: 1.1em;
	font-weight:bold;
}
.lesPointTitle{
	color: #8BCA53;
	font-size: 1.1em;
	font-weight:bold;
}


/* 枠線の設定 */
.waku03{
	/*border:1px solid #C5C4C5;*/
	/*margin:1.4em 0px;*/
	/*padding:10px !important;*/
}

.waku-uoy{
	margin:1.4em 0px;
	padding:10px !important;
	background-color: #EFEBF4;
}
.waku-edu{
	margin:1.4em 0px;
	padding:10px !important;
	background-color: #E8F3F1;
}
.waku-med{
	margin:1.4em 0px;
	padding:10px !important;
	background-color: #F9EBF4;
}
.waku-eng{
	margin:1.4em 0px;
	padding:10px !important;
	background-color: #E8F3F5;
}
.waku-les{
	margin:1.4em 0px;
	padding:10px !important;
	background-color: #F3F9EE;
}



/* 表の設定 */

th.head, td.head{
	background-color:#c6c6c6;
}
.textcenter{
	text-align:center;
}


/* 文字の大きさ設定 */
.sup-txt{
	font-size:0.8em;
}


/* 写真 2列並べ */
.photo-2column{
	display:table;
	table-layout:fixed;
	width:100%;
	margin:1.5em 0;
}
.photo-2columnt-box{
	display:table-cell;
	width:390px;
	padding:0 5px;
}


/* ==========================================================================*/
/*【キャンパスライフ　梨大生インタビュー】*/
/* ==========================================================================*/

/* 写真部設定分 */
/* -------------------------------------------------------------------------*/
.interview-photoframe {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-right:20px;
	padding: 6px;
	float:left;
}
.interview-photoframe img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.interview-photoframe:before,
.interview-photoframe:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff;
	transform: rotate(-30deg);
}
/* 左上 */
.interview-photoframe:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;

}
/* 右下 */
.interview-photoframe:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}


/* 概要部分 */
/* -------------------------------------------------------------------------*/

.interview-intro{
	width:400px;
	float:right;
}

.interview-catchcopy{
	font-size:1.4em;
	font-weight:bold;
}

/* 上下線 */
.interview-profile01{
	margin:1em 0;
	padding:10px 0;
	border-top:1px solid #86D0D7;
	border-bottom:1px solid #86D0D7;
}
.interview-profile02{
	margin:1em 0;
	padding:10px 0;
	border-top:1px solid #EB6F89;
	border-bottom:1px solid #EB6F89;
}
.interview-profile03{
	margin:1em 0;
	padding:10px 0;
	border-top:1px solid #417FB8;
	border-bottom:1px solid #417FB8;
}
.interview-profile04{
	margin:1em 0;
	padding:10px 0;
	border-top:1px solid #98BC10;
	border-bottom:1px solid #98BC10;
}

/* 各学部ごと背景色 */
.interview-profile-txt01-01{
	display:inline-block;
	padding:1px 5px;
	color:#ffffff;
	background-color:#28AAB7;
	font-size:0.8em;
}
.interview-profile-txt01-02{
	display:inline-block;
	padding:1px 5px;
	color:#ffffff;
	background-color:#EB6F89;
	font-size:0.8em;
}
.interview-profile-txt01-03{
	display:inline-block;
	padding:1px 5px;
	color:#ffffff;
	background-color:#417FB8;
	font-size:0.8em;
}
.interview-profile-txt01-04{
	display:inline-block;
	padding:1px 5px;
	color:#ffffff;
	background-color:#98BC10;
	font-size:0.8em;
}

.interview-profile-txt02{
	font-size:0.9em;
}
.interview-profile-txt03{
	font-size:1.4em;
}


/* 1週間のスケジュール部分 */
/* -------------------------------------------------------------------------*/

/* タイトル */
.interview-eduTitle01,.interview-eduTitle02,.interview-eduTitle03,.interview-eduTitle04 {
	position: relative;
	padding-left: 2em;
	margin-top:2em;
	font-size:1.1em;
}
.interview-eduTitle01:before {
	content: "";
	position: absolute;
	background: #28AAB7;
	top: 50%;
	left: 5px;
	margin-top:-0.5em;
	height: 14px;
	width: 14px;
	border-radius: 50%;
}
.interview-eduTitle02:before {
	content: "";
	position: absolute;
	background: #EB6F89;
	top: 50%;
	left: 5px;
	margin-top:-0.5em;
	height: 14px;
	width: 14px;
	border-radius: 50%;
}
.interview-eduTitle03:before {
	content: "";
	position: absolute;
	background: #417FB8;
	top: 50%;
	left: 5px;
	margin-top:-0.5em;
	height: 14px;
	width: 14px;
	border-radius: 50%;
}
.interview-eduTitle04:before {
	content: "";
	position: absolute;
	background: #98BC10;
	top: 50%;
	left: 5px;
	margin-top:-0.5em;
	height: 14px;
	width: 14px;
	border-radius: 50%;
}

/* 表 */
table.interview-timetable01,table.interview-timetable02,table.interview-timetable03,table.interview-timetable04{
	margin-top:5px !important;

}
table.interview-timetable01 th{
	background-color:#86D0D7;
	width:18%;
	text-align:center;
}
table.interview-timetable02 th{
	background-color:#F8CAD3;
	width:18%;
	text-align:center;
}
table.interview-timetable03 th{
	background-color:#A0C0DC;
	width:18%;
	text-align:center;
}
table.interview-timetable04 th{
	background-color:#CCDE88;
	width:18%;
	text-align:center;
}
table.interview-timetable01 th:nth-child(1),table.interview-timetable02 th:nth-child(1),table.interview-timetable03 th:nth-child(1),table.interview-timetable04 th:nth-child(1) {
	width:10% !important;
}


/* 一日の流れ写真部分 */
.interview-dayflow{
	margin-bottom:4em;
	padding-bottom:1em;
	border-bottom:1px dotted #c4c4c4;
}


.interview-dayflowBox{
	width:190px;
	margin:5px;
	font-size:0.9em;
	float:left;
}
.interview-dayflowBox:last-child{
	margin-right:0px !important;
}

.interview-dayflowBoxTitle01{
	margin:0 !important;
	padding:5px !important;
	color:#ffffff;
	background-color:#28AAB7;
}
.interview-dayflowBoxTitle02{
	margin:0 !important;
	padding:5px !important;
	color:#ffffff;
	background-color:#EB6F89;
}
.interview-dayflowBoxTitle03{
	margin:0 !important;
	padding:5px !important;
	color:#ffffff;
	background-color:#417FB8;
}
.interview-dayflowBoxTitle04{
	margin:0 !important;
	padding:5px !important;
	color:#ffffff;
	background-color:#98BC10;
}



/* ==========================================================================*/
/*【進路?就職支援　進路支援】*/
/* ==========================================================================*/

/* タイトル */
.headlines-word{
	font-size:3.5em;
	font-size:bold;
}

/* 3つのポイント */
.careerinfo-point{
	display:table;
	table-layout:fixed;
	width:100%;
	margin:1.5em 0;
}

.careerinfo-point-box{
	display:table-cell;
	width:245px;
	padding:0 15px;
	border-left:1px solid #007bc1;
	border-right:1px solid #007bc1;
}

.careerinfo-point-box:first-child{
	padding-left:0px !important;
	border:none !important;
}

.careerinfo-point-box:last-child{
	padding-right:0px !important;
	border:none !important;
}

.careerinfo-point-boxTitle{
	padding:5px 10px;
	border:1px solid #007bc1;
	color:#ffffff;
	background-color:#007bc1;
	font-size:1.2em;
}



#text .topic02 {
	clear: both;
	background: #e0ebf8;
	margin: 0;
	padding-left: 4px;
	width: 100%;
}

h1 {
    font-size: 145%;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin: 0 0 0px 0;
    padding: 10px 0 10px 1%;
    border-top: 10px solid #007bc1;
    border-bottom: 2px dotted #9A9A9A;
    background: #f3f3f3;
}


/*==========================================================================*/
/*【刊行物一覧ページ】*/
/*==========================================================================*/

/* 1行2列ver */
#guidebookpage{
    padding: 10px 0;
    clear: both;
    overflow: hidden;
}
#guidebookpage img{
    max-width: 120px !important;
}
#guidebookpage .guidebookpage-box{
    width: 94%;
    margin: 0 3%;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
#guidebookpage .guidebookpage-box span.booktitle{
    font-size: 1.2rem;
    color: #007bc1;
    font-weight: bold;
    line-height: 2rem;
    margin-top: 10px;
    display: inline-block;
}
#guidebookpage .guidebookpage-box p{
    padding: 30px 0px;
    line-height: 1.3em;
}
#guidebookpage ul{
    padding:0px;
    line-height: 1.4;
    margin: 10px 5px;
    overflow: hidden;
}
#guidebookpage ul.accordion{
    width:80%;
    display:block;
    margin: 0 5% 20px 5%;
    background-color: #f8f6fa;
    border: 1px solid #d6c3ea;
}
#guidebookpage ul.accordion li ul li{
    float: left;
    display: block;
    font-size: 90%;
    padding: 2px 10px;
}
#guidebookpage .guidebookpage-box p.accordion-title-guidebookpage{
    cursor: pointer;
    line-height: 1.3em;
    font-size: 90%;
    background-color: #007bc1;
    color: #fff;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}
#guidebookpage ul li{
   list-style: none;
    margin: 0;
}

/* 1行4列ver */
#guidebookpage2{
    padding: 10px 0;
    clear: both;
    overflow: hidden;
}
#guidebookpage2 img{
    max-width: 120px !important;
    max-height: 150px;
}
#guidebookpage2 .guidebookpage-box2{
    width: 94%;
    margin: 0 3%;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
#guidebookpage2 .guidebookpage-box2 span.booktitle{
    font-size: 1.2rem;
    color: #007bc1;
    font-weight: bold;
    line-height: 2rem;
    margin-top: 10px;
    display: inline-block;
}
#guidebookpage2 .guidebookpage-box2 p{
    padding: 30px 0px;
    line-height: 1.3em;
}
#guidebookpage2 .guidebookpage-box2 p img{
    margin: 0 auto;
}
#guidebookpage2 ul{
    padding:0px;
    line-height: 1.4;
    margin: 10px 5px;
    overflow: hidden;
}
#guidebookpage2 ul.accordion{
    width:80%;
    display:block;
    margin: 0 5% 20px 5%;
    background-color: #f8f6fa;
    border: 1px solid #d6c3ea;
}
#guidebookpage2 ul.accordion li ul li{
    float: left;
    display: block;
    font-size: 90%;
    padding: 2px 10px;
}
#guidebookpage2 .guidebookpage-box2 p.accordion-title-guidebookpage{
    cursor: pointer;
    line-height: 1.3em;
    font-size: 90%;
    background-color: #007bc1;
    color: #fff;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}
#guidebookpage2 ul li{
   list-style: none;
    margin: 0;
}


/*=================================*/
/* 浮き上がりcssアニメーション */
/*=================================*/

.floaton img{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
}
.floaton .guidebookpage-box img{
  border: 1px solid #ddd;
  margin: 0 auto;
}

