/*--------------------------------------------------------------
* 基本?共通設定
*-------------------------------------------------------------*/

/* WebFontのダウンロード */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
    font-size: 62.5%;   /*  1em = 10pxにする  */
}

h1, h2, h3, h4,
p, a, ul, li {
    color: #898989;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
}

h1, h2, h3 {
    color: #a05e68;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
}

h1 {
    font-size: 1.8rem;
}

h1.en {
    font-size: 2.6rem; /* 英語見出し */;
}

h2 {
    font-size: 2.4rem;
}


/*--------------------------------------------------------------
* 全ページ共通のコンテンツ
*-------------------------------------------------------------*/

/**
* Header
*/
.header {
    position: fixed;
    left: 0;
    height: 50px;
    background-color: #FFFFFF;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
    z-index: 4000;
}

.header .header-logo {
    margin: auto;
    padding-left: 20px;
}

.header-logo img {
}

.header .side-btn {
    height: 50px;
    text-align: right;
}

.header .side-btn img {
    height: 100%;
}


/**
* Container
*/
.container {
    margin-top: 50px;
    max-width: 600px;
    z-index: 2800;
}

.breadcrumb {
    height: 30px;
    vertical-align: middle;
}

.breadcrumb p {
    line-height: 30px;
}

.breadcrumb a {
    color: #9E5C67;
}

.top {
/*    border-bottom: 5px solid #9E5D60;
*/}

.top-img.top-major {
    margin-bottom: 20px;
    width: 100%;
}

.top .top-title {
    width: 80%;
    margin: 0 auto;
}

.top-title p {
    margin-top: 0;
}

.top h1 {
    margin-bottom: 10px;
}


/**
* Main
*/
.main {
    padding: 0 25px 0;
}

.content {
    margin-bottom: 40;
    padding-bottom: 25px;
    text-align: center;
    background-image: linear-gradient(to right, #9E5D60, #9E5D60 4px, transparent 4px, transparent 4px);
    background-size: 8px 4px;
    background-position: bottom;
    background-repeat: repeat-x;
}

.content:last-child {
    background-image: none; 
}

.content-title {
    margin: 25px 0 30px;
}

.content-discription {
    text-align: left;
    margin: 15px 0 20px;
}

.content-image {
    margin-bottom: 20px;
}



/**
* Footer
* フッターを統一するためコメントアウト
.footer {
    margin-top: 40px;
    border-top: 5px solid #a05e68;
    padding: 5px 0 0;
    text-align: center;
    background-color: #9E5C67;
}

.footer p {
    color: #FFFFFF;
}
*/


/**
* Side-Menu
*/
#side-menu {
    position: fixed;
    background-color: #212e34;
    top: 50px;
    bottom: 0px;
    width: 700px;
    z-index: 3000;
    right: 0px;
    overflow: auto;
}

.side-menu-list {
    border-bottom: 1px solid #eee;
    display: table;
    width: 85%;
    height: 6rem;
    margin: 10px auto;
}

.list-img img {
    height: 5rem;
    margin-right: 0.5rem;
}

.list-img, .list-text{
    display: table-cell;
    vertical-align: middle;
}

.list-text .list-text-title {
    font-size: 2rem;
    margin-bottom: 0;
}

.list-text .list-text-subtitle {
    font-size: 1rem;
    margin: 0;
}

.side-menu-list .list-text p {
    color: #FFFFFF;
}


/**
* Util
*/
.link {
    position: relative; 
}

.rounded-link {
    display: inline-block;
    box-shadow: 0 0 3px #000000;
    border-radius: 20px;
    padding: 5px 0;
    width: 70%;
    background: #9E5D60;    
    color: #FFFFFF;
}

.arrow-button {
    position: absolute;
    width: 25px;
    right: 18%;
    top: 5%;
}



/*--------------------------------------------------------------
* 各ページのコンテンツ
*-------------------------------------------------------------*/

/**
* トップページ
* index.html
*/
.menu {
    height: 35%;
    background-image: url(/_themes/wakayama-u/sys/sysnavi/img/index/index_background.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu h2 {
    font-size: 2.4rem;
    font-weight: 300;
    color: #FFFFFF;
}

.menu-btns {
    width: 90%;
    margin: 0 auto;
}

.menu-btns .menu-btn {
    padding: 0;
    text-align: center;
}

.menu-btn img {
    width: 70%;
    padding-top: 0;
}

.menu-btn p {
    color: #FFFFFF;
    margin-top: 10px;
}

.top .index-img {
    margin-bottom: 0;
}

.menu .index-title {
    font-size: 3rem;
    margin-top: 0;
}

.menu .index-description {
    font-size: 2rem;
    text-align: center;
    line-height: 2.5rem;
    color: #FFFFFF;
}

.news {
    text-align: center;
}

.news-lists {
    width: 100% ;
    padding-left: 0;
    display: inline-block;
}

.news-lists li {
    border-top: solid 1px #9E5D60;
}

.news-lists li:last-child {
    border-bottom: solid 1px #9E5D60;
}

.news-lists li p {
    font-size: 1.2rem;
    width: 30%;
    text-align: center;
    border-radius: 0 0 0 5px;
    background: #9E5D60;
    margin-left: auto;
    color: #FFFFFF;
}

.news-content {
    margin: -20px auto 15px auto;
    width: 90%;
}

.news-content img {
    margin-right: 10px;
    border: 1px solid #9E5D60;
    width: 30%;
    box-shadow: 3px 3px 0px 0px #9D5D60;
}

.news-content a {
    border-bottom: 1px solid #9E5D60;
}

.news-content a:hover {
    text-decoration: none;
}

.index-content {
    text-align: center;
    padding: 30px 0;
}

.index-content > h2 {
    display: inline-block;
/*    border-bottom: 2px solid #9E5D60; */
}

.index-content > .content {
    background: none;
}

.material-request {
    margin-top: 30px;
    height: 120px;
    text-align: center;
    background-image: url(/_themes/wakayama-u/sys/sysnavi/img/index/index_background.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.material-request > h2 {
/*    border-bottom: 2px solid #FFFFFF;
*/
}

.menu > h2 {
/*    border-bottom: 2px solid #FFFFFF; */
}

.material-request h2 {
    color: #FFFFFF;
}


/**
 * システム工学部について
 * about.html
 */

.name {
    font-weight: 600;
    font-size: 2.5rem;
    text-align: right;
}


/**
 * キャンパスライフ
 * campus_life.html
 */

.content-campuslife {
    margin-bottom: 40;
    padding-bottom: 25px;
}

.place {
    padding-bottom: 20px;
    background-image: linear-gradient(to right, #9E5D60, #9E5D60 4px, transparent 4px, transparent 4px);
    background-size: 8px 4px;
    background-position: bottom;
    background-repeat: repeat-x;
}

.map-image {
    margin-bottom: 30px;
    box-shadow:0px 0px 6px 3px #E0E0E0;
}

.place-name {
    color: #a05e68;
    font-size: 2.0rem;
    text-align: left;
}

.place-number {
    min-width: 25px
}

.place-discription {
    text-align: left;
}

.place-discription a {
    border-bottom: 1px solid #9E5D60;
}

.place-discription a:hover {
    text-decoration: none;
}

.main .content div.link{
	margin-top:1ex;
	margin-bottom:1ex;
}

/**
 * 就職情報
 * employment.html
 */

.content-percentage {
    margin: 40px 0;
}

.percentage {
    margin: 0px auto;
    padding: 20px 10px;
    width: 80%;
    border: 4px #a05e68 solid;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 3px 0 #a05e68;
    color: #a05e68;
}

.percentage-left {
    font-size: 1.6rem;
    color: #a05e68;
    padding-left: 0px;
}

.percentage-right {
    font-weight: 700;
    font-size: 5.0rem;
    color: #a05e68;
    padding-left: 0px;
}


/**
 * Q&A
 * question.html
 */

.question-top {
    margin-bottom: 10;
    padding-bottom: 10px;
    text-align: center;
}

.big-rounded-link {
    display: inline-block;
    box-shadow: 0 0 3px #000000;
    border-radius: 40px;
    padding: 20px 0;
    width: 100%;
    background: #9E5D60;    
    color: #FFFFFF;
}

.question-content {
    margin: 40px 0;
    padding: 10px 20px;
     border-radius: 20px;
    background: #F0E1E3;
}

.content-discription-question {
    text-align: left;
    margin: 15px 0 20px;
    font-weight: 600;
    font-size: 1.5rem;
}

.content-discription-answer {
    text-align: left;
    margin: 15px 0 20px;
}


/**
 * 問い合わせフォーム
 * inquiry.html
 */
form.inquiry-form {
    padding: 15px 15px;
    background-color: #F0E0E3;
    border-radius: 10px;
}

form .inquiry-title {
    font-size: 2rem; 
    color: #9E5D60;
    text-align: left;
}

form .inquiry-textarea {
    border: 1px solid #9E5D60;
    width: 100%;
    margin-bottom: 15px;
}

.uk-alert {
    margin-top: 20px;
    display: none;
}

/*-----------------------
 * フッターナビゲーション
 *---------------------*/

.footer-nav {
    position: fixed;
    bottom: 0;
    left: 5%;
}

.footer-nav .nav-icon-list {
    margin-left: 0;
}

.footer-nav.static {
    position: absolute;
    left: 5%;
    bottom: 0;
}

.nav-icon-list .icon-img {
    position: relative;
    padding-left: 0;
}

.icon-img img {
    position: absolute;
    bottom: 0;
}

.footer-with-nav {
    margin-top: 0;
}
.main.with-footer-nav {
    position: relative;
    padding-bottom: 95px;
}


/*-----------------------
 * バッジ
 *---------------------*/
div#cpl{
	position:relative;
}
div#cpl p#update{
	position:absolute;
	top:-1.5ex;
	left:1em;
	width:40px;
	height:40px;
	line-height:40px;
}

div.small#cpl p#update{
	position:absolute;
	top:-1ex;
	left:2em;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:70%;
}

p#update{
	display: inline-block;
	border-radius: 20px;
	border-style:solid;
	border-width:thin;
	border-color:#fff;
	color:#fff;
	background: #f00;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/*-----------------------
 * 学生生活日誌
 *---------------------*/
.diary {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 0.5px dashed #898989;
}

.diary-title {
    border-bottom: 1px solid #9E5D60;
}

.diary-title h3{
    color: #a05e68;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: left;
    margin-block-start: 0.5em;
    margin-block-end: 0.2em;
}

.diary-title .date{
    margin-bottom: 0px;
    text-align: right;
}

.diary img {
    margin-top: 15px;
    width: 100%;
}

.diary .body p {
    text-align: left;
    margin: 10px 0 10px 0;
}

/*-----------------------
 * パンくずリスト
 *---------------------*/

.Path_sysnavi {
    min-width: 500px;
    background: #f9f9ee;
    padding-bottom: 5px;
    max-width: 1020px;
    margin: 0 auto;
}

.topicPath {
    display: block;
}

.topicPath .pieceBody ol {
    font-size: 8px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.topicPath .pieceBody li {
    display: inline;
    list-style: none;
}

.topicPath .pieceBody li a{
    font-size: 1.2rem;
}

.topicPath .pieceBody li:not(:last-child):after {
    content: ' > ';
}

.main .pan {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background: #f9f9ee;
}

/*---------------
 *戻るボタン
 *-------------*/

#pageTop p {
    margin-bottom: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

@media screen and (min-width: 899px) {
#pageTop p {
    right: auto !important;
    left: auto;
    margin-left: 605px;
    }
}

