@charset "utf-8";
.top {
    width: 100%;
    position: fixed;
    top: 0px;
    box-shadow: 0px 3px 1px rgba(0,0,0,0.1);
    z-index: 999;
}
header {
    background: -moz-linear-gradient(top, #000,#2c3e50);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#2c3e50));
    /*background-color:#000;*/
    background-image: url("../img/img.gif");
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #00aeeb;
}
.title {
    height: 70px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 0px;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.title h1 {
    display: inline;
}
.title h1 span {
    display: none;
}
.title p {
    display: inline;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 400;
}
form {
    text-align: center;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}
.psplogo {
    margin-top:10px;
}
.breadcrumb {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 10px;
    display: block;
    width: 800px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #FFF;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0px 5px;
    color: #cccccc;
}
.breadcrumb > li a:link{
    text-decoration:none;
}
.breadcrumb > .active {
    color: #777777;
}
img {
    margin:0px;
    border:0px;
}
.menu {
    width: 200px;
    float: left;
    margin-bottom: 30px;
    margin-right: 50px;
}
.menu li {
    /*font-size: 1.3em;*/
    height: 50px;
    display: block;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-left-color: #CCC;
}
.menu ul .last {
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#CCC;
}
.menu .active {
    display: block;
    color: #79869B;
    background-color: #D9E9F4;
    padding-top: 16px;
    padding-left: 8px;
    height: 34px;
}
.menu li a{
    display: block;
    height: 34px;
    padding-top: 16px;
    padding-left: 8px;
}
.menu li a2{
    display: block;
    height: 34px;
    padding-top: 16px;
    padding-left: 8px;
}
.menu li a:link {
    text-decoration: none;
    background: -moz-linear-gradient(top, #fff,#fff 50%, #ecf4fa);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5,#fff),to(#ecf4fa));
}
.menu li a:hover, .menu li a:active, .menu li a:focus {
    background: -moz-linear-gradient(top, #D9E9F4, #D9E9F4);
    background: -webkit-gradient(linear, left top, left bottom, from(#D9E9F4),to(#D9E9F4));
    color: #445464;
}
.recom{
    background-color: #e6e6e6;
    margin-top: 30px;
    padding: 5px;
    border: 4px solid #ccc;
}
.recom a:link {
    text-decoration:none;
}
.main {
    margin: 0;
    padding-top: 20px;
    float: right;
    padding-bottom: 50px;
    width: 550px;
    text-align: left;
    overflow: hidden;
}
.answer {
    padding-top: 20px;
    text-align: left;
    overflow: hidden;
}
.instruction {
    /* [disabled]text-align: center; */
}
.instruction p {
    margin-top:20px;
}
.instruction ul {
    /* [disabled]width: 500px; */
    /* [disabled]margin-right: auto; */
    /* [disabled]margin-left: auto; */
    border: 1px dotted #C33;
    text-align: left;
    list-style-type: circle;
    list-style-position: outside;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 50px;
}
.instruction li {
    margin-bottom: 10px;
}
.text_right {
    text-align: right;
    display: block;
}
footer {
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
    color: #999;
    padding-top: 5px;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    background-color: #FFF;
    display: block;
    width: 100%;
    padding-bottom: 5px;
}
.fixed{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: block;
}
.fixedmenu{
    position: fixed;
    top: 100px;
    left: 0px;
    z-index: 999;
}
.main h1 {
    padding: 10px;
    margin-bottom: 30px;
    font-size: 24px;
}

.main h2 {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 3px solid #3498db;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin-bottom: 30px;
}

.main h3 {
    padding: 10px;
    position: relative;
    padding-bottom: .5em;
    border-bottom: 4px solid #ccc;
    margin-bottom: 30px;
}
.main h3::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #3498db;
}
.main h4 {
    display: block;
    border-bottom-width: 1px;
    border-left-width: 8px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #3498db;
    padding: 5px;
    margin-bottom: 20px;
}
.main h5 {
    padding: 10px;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
    margin-bottom: 20px;
    font-size: 14px;
}

.main li {
    margin-bottom:10px;
}
.img_padd {
    padding-top:20px;
    padding-bottom:20px;
}
.catte {
    color: #fff;
    background: -moz-linear-gradient(top, #4ec9f4, #00afed);
    background: -webkit-gradient(linear, left top, left bottom, from(#4ec9f4),to(#00afed));
    background-color:#00afed;
    padding: 10px;
}
.catte2 {
    color: #fff;
    background: -moz-linear-gradient(top, #4ec9f4, #00afed);
    background: -webkit-gradient(linear, left top, left bottom, from(#F47A4F),to(#EF4B11));
    background-color:#00afed;
    padding: 10px;
}

.topic li a {
    display: block;
    padding: 10px;
    width: auto;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #9CB3C9;
}
.topic li a:hover {
    border: 1px solid #9CB3C9;
}
.para {
    padding-left: 40px;
    padding-bottom: 30px;
}
.para li a {
    border: 0;
    display:inline;
}
.para li a:link {
    text-decoration:underline;
}
.para li a:hover {
    border: 0;
    color: #79869B;
}
.topic {
    margin-top: 50px;
}


.box p{
    text-align: center;
    position: relative;
    top: 20px;
    font-size: 12px;
}
.box {
    height: 60px;
    background-color: #F4F4EA;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 100px;
}
.effect3
{
    position: relative;
}
.effect3:before
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    width: 50%;
    top: 20%;
    max-width: 200px;
    background: #777;
    -webkit-box-shadow: 0 10px 10px #777;
    -moz-box-shadow: 0 10px 10px #777;
    box-shadow: 0 10px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

/* 表示領域全体 */
div.tabbox {
    margin: 0px; padding: 0px; width: 400px;
}

/* タブ部分 */
p.tabs { margin: 0px; padding: 0px; }
p.tabs a {
    display: block; width: 5em; float: left;
    margin: 0px 1px 0px 0px; padding: 3px;
    text-align: center;
    border-radius: 12px 12px 0px 0px; /* 角を丸くする */
}
p.tabs a.tab1 { background-color: blue; color: white; }
p.tabs a.tab2 { background-color: #aaaa00; color:white;}
p.tabs a.tab3 { background-color: red; color: white; }
p.tabs a:hover { color: yellow; }

/* タブ中身のボックス */
div.tab { height: 150px; overflow: auto; clear: left; }
div#tab1 {
    border: 2px solid blue; background-color: #ccffff;
}
div#tab2 {
    border: 2px solid #aaaa00; background-color: #ffffcc;
}
div#tab3 {
    border: 2px solid red; background-color: #ffcccc;
}
div.tab p { margin: 0.5em; }

/* 横並び */
.flex{
    display: flex;
    align-items: center
}

.lkrcadd{
    font-weight: bold;
}

.syourei02{
    color: red;
    font-size: 12px;
    text-align: left;
}

.strong{
    color: red;
    font-size: 16px;
}

/* 症例1の検査結果に対しグリッド表現 */
.grid-table {
    display: grid;
    /* 1fr（等倍）を4つ並べる設定 */
    grid-template-columns: repeat(4, 1fr); 
    width: 100%;
    /*border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;*/
  }

  .grid-item {
    padding: 10px;
    /* border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    text-align: center;
  }

  /* ヘッダーっぽくしたい場合の装飾 */
  .gheader {
    background-color: #f0f0f0;
    font-weight: bold;
  }