﻿@charset "UTF-8";

/*
 *{
    outline: 1px dotted gray;
}
*/

/* body */
body {
    margin: 0 auto 0 auto;
    max-width: 1000px;
    background: linear-gradient(#F8E0F7, #F6CEF5);
}

a:hover {
    color:red
}

a {
    color:blue;
    text-decoration: none;
}

.clear {
    clear: both;
}

p {
    font-size: 20px;
}

img {
    margin: auto 0 auto 0;
}

.goto-top {
    text-decoration: none;
    margin: 40px 0 20px 0;
    padding: 0 0 0 0;
    text-align: center;
}

/* header */

header {
    background-color: rgb(214, 35, 35);
}

.title {
    display: flex;
    margin: 10px 0 0 0;
}

.header-name {
    font-size: 42px;
    padding: 0 0 0 0;
    margin: -25px 0 0 -180px;
    color: red;
    font-weight: bold;
    text-shadow: 0 1px 0 #ccc, 0 3px 0 #ccc, 0 4px 10px rgba(0, 0, 0, .2);
}

/* [header] Monreve用header背景 */

.mrlogo {
    width: 120px;
    margin: 0 0 0 420px;
}

.hlogo1 {
    margin: 10px 0 0 0;
    padding: 40px 0 10px 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f596b3), to(#e9e08e));
    background-image: -webkit-linear-gradient(left, #f596b3 0%, #e9e08e 100%);
    background-image: linear-gradient(to right, #f596b3 0%, #e9e08e 100%);
    border-radius: 10px;
    width: 43%;/*430px;*/
    height: 80px;

    font-size: 35pt;
    color: #ff0000;
    font-weight: bold;
    text-shadow: 0 1px 0 #ccc, 0 3px 0 #ccc, 0 4px 10px rgba(0, 0, 0, .2);
}

/* [header] トライム用header背景 */
.hlogo2 {
    margin: 10px 0 0 0;
    padding: 40px 0 10px 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f596b3), to(#e9e08e));
    background-image: -webkit-linear-gradient(left, #f596b3 0%, #e9e08e 100%);
    background-image: linear-gradient(to right, #f596b3 0%, #e9e08e 100%);
    width: 95%;
    height: 80px;

    font-size: 35pt;
    color: black;
}

/* header ロゴマーク */
.logomark {
    margin: -30px 0 0 -40px;
    width: 110px; 
}

/* [header title]大阪府離職者等再就職訓 */
.title5 {
    margin: -140px 0 0 400px;
    text-align: center;
}

/* [header title]トライムアカデミー */
.title6 {
    /*border: 1px solid black;*/
    margin: -8px 0 0 0;
}

.outline {
    display        : inline-block;
    color          : red;            /* 文字の色 */
    font-size      : 30pt;               /* 文字のサイズ */
    letter-spacing : 4px;                /* 文字間 */
    text-shadow    : 
         2px  2px 1px white,
        -2px  2px 1px white,
         2px -2px 1px white,
        -2px -2px 1px white,
         2px  0px 1px white,
         0px  2px 1px white,
        -2px  0px 1px white,
         0px -2px 1px white;        /* 文字の影 */
  }

.nav {
    text-align: center;    
    background-color: #ffff7f;
    height: 80px;
    padding-top: 5px;
    margin: 0 0 0 0;
}

.nav li {
    display: inline;
    list-style-type: none;
    padding: 0 20px 0 0;
}

.nav a:link {
    text-decoration: none;
}

.boxshadow {
    box-shadow: 5px 5px 10px 0px #333333;
}

/* footer */

.footer {
    background-image: -webkit-gradient(linear, left top, right top, from(#f596b3), to(#e9e08e));
    background-image: -webkit-linear-gradient(left, #f596b3 0%, #e9e08e 100%);
    background-image: linear-gradient(to right, #f596b3 0%, #e9e08e 100%);
    border-radius: 10px;

    color: rgb(245, 8, 8);
    text-align: right;
    margin: 0 0 10px 0;
    padding: 5px 10px 5px 0;
}

.footer-name {
    font-size: 30px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-shadow: 0 1px 0 #ccc, 0 3px 0 #ccc, 0 4px 10px rgba(0, 0, 0, .2);
}

.footer-address {
    font-size: 16px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.footer-tel {
    font-size: 14px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}



/* index.html */
.wrapper-index {
    padding: 0 15px 0 15px;
    margin-bottom: 10;
}

/*.marquee p {
    margin:0;
    padding-left:100%;
    display:inline-block; 
    white-space:nowrap;
    animation-name:marquee; 
    animation-timing-function:linear;
    animation-duration:10s;
    animation-iteration-count:infinite;
    }*/
 
    
/*   @keyframes marquee {
      from   { transform: translate(0%);} 
      99%,to { transform: translate(-100%);}
    }*/

.keyvisual {
    margin-top: 30px;
}


.news {
    padding-bottom: 3px;
}

/* recommended */

.wrapper-recommended {
    padding: 0 15px 0 15px;
}

.osusume {
    margin-top: 0;
    padding-top: 10px;
}

.nayami01 {
    float: right;
    padding: 0 0 0 0;
}

.nayami01p,.nayami02p {    
    background-image: url(../images/悩み背景01.png);
}

.nayami02 {
    float: right;
    padding: 0 0 0 0;
}

.nayami-kaiketsu {
    padding: 0 0 1em 0;
}

.jinzai-box {
    padding: 10px 0 10px 80px ;
    display: inline;
}

.jinzai-box h3 {
    font-size: 25px;
    margin-bottom: 0;
}

.jinzai {
    display: flex;
    margin: 0px 0 0px 0;
    padding: 0;
    background-image: url(../images/明るい背景01.png);
    border-radius: 20px;
    }

.jinzai p {
    padding: 10px 10px 10px 10px;
    margin: 0;
    font-size: 25px;
}

.jinzai img {
    padding: 0px 10px 0px 10px;
}

/*course.html*/

.wrapper-course {
    padding: 0 15px 0 15px;
}

.course-syokai {
    margin-top: 0;
    padding-top: 10px;
    color: red;
}

.course-button {
    display: inline;
    text-align: center;
}

.course-button li {
    display: inline;
    margin: 0 auto 0 auto;
}

.kougi-button {
    text-align: center;
    margin-top: 30px ;
}

.somukeiri-button,.pcweb-button,.medical-button {
    display: inline;    
    border-radius: 10px;
    padding: 7px 20px 5px 20px;
    margin: 0 10px 0 10px;
    background-color: red;
    font-size: 20px;
    text-decoration: none;
    color:white
}

.pasokonjimu-button {
    display: inline;    
    border-radius: 10px;
    padding: 7px 20px 5px 20px;
    margin: 0 10px 0 10px;
    background-color: rgb(187, 59, 0);
    font-size: 20px;
    text-decoration: none;
    color:white
}

.schedule-button {    
    display: inline;
    border-radius: 10px;    
    padding: 7px 20px 5px 20px;
    background-color: blue;
    font-size: 20px;
    text-decoration: none;
    color: white;
    margin: 10px 0 0 0;
}

.course-button-mini li {
    display: inline;
    margin: 0 auto 0 auto;
}

.small-font {
    font-size: smaller;
}

.arrow {
    margin: auto 5px auto 0;
}

.somukeiri-button-mini,.pcweb-button-mini,.medical-button-mini {
    display: inline;    
    border-radius: 10px;
    padding: 7px 20px 5px 20px;
    margin: 0 10px 0 10px;
    background-color: red;
    font-size: 15px;
    text-decoration: none;
    color:white
}

.schedule-button-mini {    
    display: inline;
    border-radius: 10px;    
    padding: 7px 20px 5px 20px;
    margin: 0 10px 0 10px;
    background-color: blue;
    font-size: 15px;
    text-decoration: none;
    color: white;
}

.pasokonjimu-button-mini {
    display: inline;    
    border-radius: 10px;
    padding: 7px 20px 5px 20px;
    margin: 0 10px 0 10px;
    background-color: rgb(187, 59, 0);
    font-size: 15px;
    text-decoration: none;
    color:white
}
.somukeiri-button:hover {
    color: white;
}

.pcweb-button:hover {
    color: white;
}

.medical-button:hover {
    color: white;
}

.schedule-button:hover {
    color: white;
}

.somukeiri-button-mini:hover {
    color: white;
}

.pcweb-button-mini:hover {
    color: white;
}

.medical-button-mini:hover {
    color: white;
}

.schedule-button-mini:hover {
    color: white;
}

.pasokonjimu-button:hover, .pasokonjimu-button-mini:hover, .pasokonjimu-curriculum-button:hover {
    color: white;
}

.somukeiri-title {
    display: flex;
    padding: 50px 0 0 20px;
    font-size: 25px;
    margin: 50px 0 0 0;
    background-image: url(../images/menu-bg.png);
    background-repeat: repeat-x;
    text-align: center;
}

.pcweb-title {
    display: flex;
    padding: 50px 0 0 20px;
    margin-top: 50px;
    font-size: 22px;
    background-image: url(../images/menu-bg.png);
    background-repeat: repeat-x;
    }

.medical-title {
    display: flex;
    padding: 50px 0 0 20px;
    margin: 50px 0 0 0;
    font-size: 18px;
    background-image: url(../images/menu-bg.png);
    background-repeat: repeat-x;
    }

.course-table {
    font-size: 20px;
    padding: 0 0 0 0;
}

.chirashi {
    text-decoration: none;
    display: inline;
    border-radius: 10px;    
    padding: 7px 10px 5px 10px;
    margin: 20px 10px 10px 10px ;
    background-color: red;
    font-size: 15px;
    color: white;
}

.chirashi:hover {
    color: white;
}


.course-table {
    /*border-collapse: collapse;*/
}

.course-table th, .course-table td {
    padding: 10px;
    border: 1px solid black;
    text-align: left;
}

.course-table th {
    padding: 10px;
    text-align: left;
    width: 140px;
    background-color: #8181F7;
    color: white;
}

.course-table td {
    padding: 10px;
    background-color: #E0F8F7;
    text-align: left;
}

.curriculum-title {
    display: flex;
    margin-top: 20px;
}

.curriculum-table th, .curriculum-table td {
    padding: 10px;
    border: 1px solid black;
}

.curriculum-table th {
    background-color: #F5D0A9;
}

.curriculum-table td {
    background-color: #F6E3CE;
}

.curriculum-time {
    text-align: center;
}

.curriculum_kamoku {
    text-align: left;
}

.time-tabl {
    /*border-collapse: collapse;*/
}

.time-table th, .time-table td {
    padding: 10px;
    border: 2px solid black;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #E3F6CE;
}

.schedule-title {
    display: flex;
    margin: 50px 0 0 0;
    padding: 50px 0 0 0;
    font-size: 22px;
    background-image: url(../images/menu-bg.png);
    background-repeat: repeat-x;
}

.schedule-table {
    border-collapse: collapse;
    background: white;
}

.schedule-table th, .schedule-table td {
    padding: 10px;
    border: 1px solid black;
    text-align:center;
}

.schedule-table th {
    background-color: #F5A9F2;
}

.schedule-table td {
    background-color: White;
    height: 40px;
    font-size: 17px;
}

.yohaku-tyousei {
    margin-bottom: 0;
}

/* step.html */

.wrapper-step {
    padding: 0 15px 0 15px;
}

.step-title {
    margin-top: 0;
    padding-top: 15px;
}

.youken-box {
    display: flex;
    font-size: 20px;
}

.step-box {
    display: flex;
}

.step {
    padding:0 1em 0 1em;
    margin: 20px 20px 20px 20px;
    border-radius: 10px;
    background-color: #cce5ff;
}

.curriculum-button {
    margin: 50px 0 50px 0;
    text-align: center;
    font-size: 17px;
}

.somukeiri-curriculum-button {
    display: inline;    
    border-radius: 10px;
    padding: 7px 10px 5px 10px;
    margin: 0 5px;
    background-color: red;
    text-decoration: none;
    color:white;
}

.pcweb-curriculum-button {
    display: inline;
    border-radius: 10px;    
    padding: 7px 10px 5px 10px;
    margin: 0 5px;
    background-color: red;
    text-decoration: none;
    color: white;
}

.medical-curriculum-button {
    display: inline;
    border-radius: 10px;    
    padding: 7px 10px 5px 10px;
    margin: 0 5px;
    background-color: red;
    text-decoration: none;
    color: white;
}

.pasokonjimu-curriculum-button {
    display: inline;    
    border-radius: 10px;
    padding: 7px 10px 5px 10px;
    margin: 0 5px;
    background-color: rgb(187, 59, 0);
    text-decoration: none;
    color:white;
}

.somukeiri-curriculum-button:hover {
    color: white;
}

.pcweb-curriculum-button:hover {
    color: white;
}

.medical-curriculum-button:hover {
    color: white;
}

.kamoku-box {
    display: flex;
}

.kentei-title {
    display: inline;
    font-size: 25px;
}
    
.kentei-title-box {
    text-align: center;
}

.kentei-table {
    border-collapse: collapse;
    display: inline;
}

.kentei-table th, .kentei-table td {
    padding: 10px;
    border: 1px solid black;
    text-align: left;
    font-size: 20px;
}

.kentei-table th {
    text-align: center;
    background-color: lightgray;
}

.kentei-box {
    text-align: center;
}

/* access.html */

.wrapper-access {
    padding: 0 15px 0 15px;
    text-align: center;
}

.map {
    padding: 0 0 30px 0;
}

/* contact.html */

.wrapper-contact {
    padding: 0 15px 0 15px;
}

/* --------------------------------------------- */
.important {
	border: 5px double #eb6ea5; 
	border-radius: 10px;
	padding: 10px 10px;
}

.color_red {
	color: #ff0000;
}

.color_blue {
	color: #000030;"
}

.float_left {
	margin: 0 20px 0 0;
	float: left;
}

.contact {
	margin: 0 0 10px 0;
}

.underline {
	text-decoration: underline;
}

.adress {
	margin: 10px 0 0 50px;
	text-align: left;
	color: #000000;
}

.kojin-jyouhou {
	margin: 10px 0 10px 0;
	font-size: smaller;
	color: #000033;
}
table,tr,td,th {
	border: 1px solid gray;
	border-collapse: collapse;
	text-align: center;
}

tr {
    background-color: white;
}

th, .room0 {
    width: 150px;
    background-color: rgb(247, 211, 165);
}
.room1 {
    width: 180px;
    color:  rgba(181, 182, 184, 0.938);
    background-color: rgba(181, 182, 184, 0.938);
}
.room2, .room3 {
    width: 170px;
    color:  rgba(2, 2, 2, 0.938);
    background-color: rgb(219, 222, 231);
}
.kouza1 {
/*    visibility:visible;*/
    visibility:hidden;
}
.kouza2, .kouza3 {
    visibility:visible;
/*    visibility:hidden;*/
}

.center {
	text-align: center;
}

.left {
	text-align: left;
    /* 縦方向中央 */
    display: table-cell;
    vertical-align: top;
}

.bold {
    font-weight:bold;
}


/*********************************************/
/* MonReve */
/*********************************************/
.mr_hlogo1 {
    margin: 10px 0 0 0;
    padding: 40px 0 10px 50px;
    background-image: red;
    border-radius: 10px;
    width: 43%;/*430px;*/
    height: 120px;
}

.mr_logo {
    height: 100px;
    margin: -250px 0 5px 750px;
    opacity: 0.8;
}

.mr_nav{
    text-align: center;    
    background-color: #ffff7f;
    height: 60px;
    padding-top: 5px;
    margin: 0 0 0 0;
}

.mr_nav li{
    display: inline;
    list-style-type: none;
    padding: 0 20px 0 0;
}

.mr_nav a:link{
    text-decoration: none;
}

.mr_footer {
    border: 2px;
    width: 99%;
    height: 120px;

    background-color: rgb(199, 31, 31);
    color: white;
    text-align: right;
    margin: 0 0 10px 0;
    padding: 5px 10px 5px 0;
}

.mr_top {
    text-align: center; 
    width: 95%;
    margin: 0 auto 0 auto;
}

.mr_outline {
    background-color:rgba(202, 210, 228, 0.938);
    float: left;
    width: 450px;
}

.mr_room {
    width: 400px;
    margin: 0 20px 10px 0;
    border-radius: 8px;
}

.font-16 {
    font-size: 16pt;
}

.font-14 {
    font-size: 12pt;
}
.mr_map {
    width: 450px;
    height: 450px;
    border: 0; 
    margin: 0 0 0 40px;
}
.dot_line {
    /*border-bottom: 3px dotted #000;*/
    width: 30%;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
    background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}
}