﻿/***********************************************/
/* 個別タイトルスタイル                        */
/***********************************************/
#title-content h3 {
    font-size: medium;
}

.index-photo-style {
    width: 655px;
    height: 320px;
}

#title-content p {
    margin-left: 10px;
    font-size: medium;
    color: black
}

.index-open-quest {
    width: 640px;
    margin-left: 10px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: bisque;
    border-radius: 20px;
    border: 1px solid black;
}

#title-content .index-open-quest li {
    border: none;
    font-size: medium;
    color: black;
}

#title-content .index-open-quest a {
    font-size: medium;
    color: #27C8C6;
}

.index-production {
    width: 640px;
    margin-left: 10px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    border: 1px solid black;
}

#title-content .index-production li {
    border: none;
    font-size: medium;
    color: #27C8C6;
}

/***********************************************/
/* アクションスタイル                          */
/***********************************************/
#diaplay-action-list h3 {
    font-size: medium;
}

#diaplay-action-list table {
    color: black;
}

#diaplay-action-list table th {
    padding: 4px;
    border: 3px solid white;
}

#diaplay-action-list table td {
    padding-top: 4px;
    padding-left: 2px;
    padding-bottom: 4px;
    padding-right: 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
}

.action-thead-style-name {
    width: 150px;
}

.action-thead-style-acquired {
    width: 60px;
}

.action-thead-style-recaset {
    width: 60px;
}

.action-thead-style-consumption {
    width: 60px;
}

.action-thead-style-effect {
    width: 275px;
}

.action-thead-style-effect2 {
    width: 445px;
}

.action-thead-style-kind {
    width: 60px;
}

.action-tbody-style-icon {
    width: 48px;
    height: 48px;
}

.action-tbody-style-name {
    width: 102px;
    font-weight: bold;
}

#diaplay-action-list table td.action-tbody-style-acquired {
    width: 60px;
    text-align: center;
    border-bottom: none;
}

#diaplay-action-list table td.action-tbody-style-acquired2 {
    width: 60px;
    text-align: center;
}

.action-tbody-style-recaset {
    width: 60px;
    text-align: center;
}

.action-tbody-style-consumption {
    width: 60px;
    text-align: center;
}

.action-tbody-style-effect {
    width: 275px;
}

.action-tbody-style-effect2 {
    width: 445px;
}

.action-tbody-style-kind {
    width: 60px;
    text-align: center;
}

.action-acquired-icon-style {
    width: 24px;
    height: 24px;
}

/***********************************************/
/* レベリングスタイル                          */
/***********************************************/
#leveling-content h3 {
    font-size: medium;
}

#leveling-content p {
    margin-left: 10px;
    font-size: medium;
    color: #000000
}

#leveling-content li {
    text-align: left;
    font-size: large;
    color: #27C8C6;
    border: none;
}

.experience-list {
    width: 550px;
    margin-left: 50px;
    border-radius: 40px;
    padding-left: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid black;
}

.preparation-list {
    width: 400px;
    margin-left: 50px;
    border-radius: 40px;
    padding-left: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid black;
}

#leveling-content table.boost-table {
    width: 96%;
    font-size: small;
}

#leveling-content table td.leveling-equip-icon-column {
    width: 48px;
    height: 48px;
    padding: 4px;
    border-right: none;
}

#leveling-content table td.leveling-equip-item-name {
    border-left: none;
    padding-right: 8px;
}

.equip-image {
    width: 40px;
    height: 40px;
}

#leveling-content table td.leveling-manual-icon-column {
    width: 48px;
    height: 48px;
    padding: 4px;
    border-right: none;
}

#leveling-content table td.leveling-manual-item-name {
    border-left: none;
    padding-right: 8px;
}

#leveling-content table td.leveling-manual-item-effect {
    padding-right: 6px;
}

#leveling-content table td.leveling-manual-item-obtain {
    padding-right: 6px;
}

.manual-image {
    width: 40px;
    height: 40px;
}

.leveling-food-list {
    margin-left: 10px;
}

#leveling-content table.food-table {
    width: 100%;
    font-size: small;
}

.scrolling-head {
    display: block;
}

.scrolling-body {
    display: block;
    width: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

#leveling-content table th.leveling-food-thead-item-name {
    width: 300px;
}

#leveling-content table th.leveling-food-thead-item-effect {
    width: 277px;
}

#leveling-content table th.leveling-food-thead-item-level {
    width: 67px;
}

#leveling-content table td.leveling-food-tbody-icon-column {
    width: 56px;
    height: 56px;
    padding: 4px;
    border-right: none;
}

#leveling-content table td.leveling-food-tbody-item-name {
    width: 244px;
    border-left: none;
}

#leveling-content table td.leveling-food-tbody-item-effect {
    width: 277px;
}

#leveling-content table td.leveling-food-tbody-item-level {
    width: 50px;
}

.food-image {
    width: 40px;
    height: 40px;
}

#leveling-content table {
    font-size: x-small;
    color: black;
}

#leveling-content table th {
    border: 1px solid black;
}

#leveling-content table td {
    border: 1px solid black;
}

#leveling-content .detail-leveling {
    width: 100%;
    border: none;
}

#leveling-content .button-slowly-leveling {
    text-align: center;
    border: none;
}

#leveling-content .button-fastest-leveling {
    text-align: center;
    border: none;
}

#leveling-content a {
    font-size: large;
    font-weight: bold;
    color: #27C8C6;
}

.part-detail-level {
    width: 98%;
    margin-left: 5px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid black;
}

.part-detail-level h4 {
    font-size: large;
}

#leveling-content .part-detail-level li {
    font-size: small;
    color: #27C8C6;
    border: none;
}

#leveling-content .part-detail-level table td {
    width: 60px;
    text-align: center;
}

.to-do {
    font-size: small;
    color: black;
}

.skill-image {
    width: 40px;
    height: 40px;
}

.map-gatharing-point {
    position: absolute;
}

/***********************************************/
/* 立ち振る舞いスタイル                        */
/***********************************************/
#behavior-content h3 {
    font-size: medium;
}

#behavior-content p {
    margin-left: 10px;
    font-size: medium;
    color: black;
}

#behavior-content h4 {
    font-size: large;
}

.behavior-action-list {
    width: 640px;
    margin-left: 10px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    border: 1px solid black;
}

#behavior-content .behavior-action-list a {
    font-size: medium;
    color: #27C8C6;
}

.behavior-obtain-list {
    width: 640px;
    margin-left: 10px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    border: 1px solid black;
}

#behavior-content .behavior-obtain-list li {
    font-size: medium;
    color: black;
    border: none;
}

.profile-gatherer-style {
    text-align: center;
}

#behavior-content table {
    font-size: x-small;
    margin-left: 10px;
    color: black;
}

#behavior-content table th {
    border: 1px solid black;
}

#behavior-content table td {
    border: 1px solid black;
}

.material-equip-style-part {
    width: 200px;
}

.material-equip-style-data {
    width: 125px;
    text-align: center;
}

.behavior-way-to-participate {
    width: 640px;
    margin-left: 10px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    border: 1px solid black;
}

#behavior-content .behavior-way-to-participate li {
    border: none;
    font-size: medium;
    color: black;
}

#behavior-content .behavior-ether-auger-thead-monster {
    width: 200px;
}

#behavior-content .behavior-ether-auger-thead-material1 {
    width: 250px;
}

#behavior-content .behavior-ether-auger-thead-material2 {
    width: 100px;
}

#behavior-content .behavior-ether-auger-tbody-miner {
    background-color: lightgray;
}

#behavior-content .behavior-ether-auger-tbody-botanist {
    background-color: palegreen;
}

#behavior-content a {
    font-size: medium;
    font-weight: bold;
    color: #27C8C6;
}

.behavior-open-quest {
    width: 640px;
    margin-left: 10px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: bisque;
    border-radius: 20px;
    border: 1px solid black;
}

#behavior-content .behavior-open-quest li {
    border: none;
    font-size: medium;
    color: black;
}

#behavior-content .behavior-open-quest a {
    font-size: medium;
    color: #27C8C6;
}

#behavior-content .behavior-sky-steel-step-list a {
    font-size: small;
    color: #27C8C6;
}

.sky-steel-1-detail {
    width: 98%;
    margin-left: 5px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid black;
}

.sky-steel-1-detail h4 {
    font-size: large;
}

.sky-steel-2-detail {
    width: 98%;
    margin-left: 5px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid black;
}

.sky-steel-2-detail h4 {
    font-size: large;
}

#behavior-content .sky-steel-2-detail span {
    margin-left: 10px;
    font-size: medium;
    color: black;
}

.sky-steel-3-detail {
    width: 98%;
    margin-left: 5px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid black;
}

.sky-steel-3-detail h4 {
    font-size: large;
}

#behavior-content .sky-steel-3-detail span {
    margin-left: 10px;
    font-size: medium;
    color: black;
}

.sky-steel-4-detail {
    width: 98%;
    margin-left: 5px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid black;
}

.sky-steel-4-detail h4 {
    font-size: large;
}

#behavior-content .sky-steel-4-detail span {
    margin-left: 10px;
    font-size: medium;
    color: black;
}

.sky-steel-5-detail {
    width: 98%;
    margin-left: 5px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid black;
}

.sky-steel-5-detail h4 {
    font-size: large;
}

#behavior-content .sky-steel-5-detail span {
    margin-left: 10px;
    font-size: medium;
    color: black;
}

.sky-steel-6-detail {
    width: 98%;
    margin-left: 5px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid black;
}

.sky-steel-6-detail h4 {
    font-size: large;
}

#behavior-content .sky-steel-6-detail span {
    margin-left: 10px;
    font-size: medium;
    color: black;
}

#behavior-content .sky-steel-6-detail table td {
    width: 60px;
    text-align: center;
}

.behavior-tool-list {
    text-align: center;
}

.behavior-tool-list-image {
    width: 90%;
    height: 90%;
}

.behavior-resplendent-achievement {
    text-align: center;
}

/***********************************************/
/* クラスクエストスタイル                      */
/***********************************************/
#diaplay-quest-list h3 {
    font-size: medium;
}

#diaplay-quest-list table {
    font-size: small;
    color: black;
}

#diaplay-quest-list table th {
    border: 1px solid black;
}

#diaplay-quest-list table td {
    border: 1px solid black;
}

#diaplay-quest-list a {
    color: #27C8C6;
}

/***********************************************/
/* ギルドリーグスタイル                      */
/***********************************************/
.hpb-layoutset-02 #hpb-wrapper #diaplay-league-list h3 {
    font-size: medium;
}

#diaplay-league-list table {
    font-size: small;
    color: black;
}

#diaplay-league-list table th {
    border: 1px solid black;
}

#diaplay-league-list table td {
    border: 1px solid black;
}

#diaplay-league-list a {
    color: #27C8C6;
}
