@charset "utf-8";


:root {
--color-header: #0592BF;
--color-white: #ffffff;
--color-shadow: #aaaaaa;
--color-gray: #888888;
--color-light-gray: #efefef;
--color-main-background: #eef0f3;
--color-bread-list: #818181;
--color-title: #22222;
--color-key-blue: #1785ff;
--color-border-gray: #e3e7ea;

--color-table-header: #f9f9f9;
--color-table-border: #e8e8e8;

--color-pagenator-border: #d4d4d4;
--color-pagenator-text: #222222;

--color-gold: #d08d04;
}


html {
text-rendering: optimizeLegibility;
font-size: 10px;
height: 100%;
}

/* ドキュメント全体 */
body {
__background-image: url(../img/dummy.png);
background-repeat: no-repeat;
background-position: left top;
background-color: var(--color-main-background);

word-break: break-all;
margin: 0px;
/* font-family: "ヒラギノ", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif; */
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;

/*
font-size: 1.8rem;
line-height: 2.8rem;
*/
/*
font-size: 1.2rem;
line-height: 2.0rem;
*/
font-size: 12px;
line-height: 20px;

height: 100%;
}

a {
color: #1785ff;
text-decoration: under-line;
}

a:hover {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

header {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 48px;
background-color: var(--color-gold);
background-image: url(../img/sitelogo.png);
background-repeat: no-repeat;
background-position: 6px 14px;
background-size: 383px 20px;
z-index: 10000;
}

.inner {
color: var(--color-white);
font-size: 18px;
font-weight: bold;
margin: 12px 0 0 50px;
}

header .inner.customer {
}

header .inner .user_information {
    float: right;
    margin: -5px 24px 0 20px;
    padding: 5px 0 0 30px;
    height: 24px;
    overflow: hidden;
    font-size: 12px;
    line-eight: 12px;
    color: var(--color-white);
    background-image: url(../img/user_icon.png?2389);
    background-repeat: no-repeat;
    background-position: left;
}

header .user_information .user_icon {
    display: none;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
}

header .mobile_menu {
    display: none;
    float: right;
    margin: -10px 0 0 0;
    width: 40px;
    height: 40px;
    background-image: url( "../img/menu.png" );
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}


.menubar {
position: fixed;
top: 48px;
left: 0px;
width: 208px;
height: 100%;
background-color: var(--color-white);
box-shadow: 2px 0px 5px var(--color-shadow);
z-index: 10000;
}

.menubar ul {
padding-left: 0px;
list-style-type: none;
margin: 5px 0px 0px 0px;
}

.menubar ul li {
    display: block;
    width: 208px;
    height: 56px;
    overflow: hidden;
    padding: 0px;
    box-sizing: border-box;
    background-position: 5px 12px;
    background-repeat: no-repeat;
}

.menubar ul li a {
display: inline-block;
width: 150px;
height: 56px;
padding: 22px 0 23px 35px;
color: #000000;
font-size: 12px;
line-height: 12px;
text-decoration: none;
box-sizing: border-box;
}

.menubar ul li.active a {
background-color: #e2f6ff;
border-right: solid 4px #1785ff;
color: #1785ff;
}

.menubar ul li.setting {
    position: fixed;
    bottom: 54px;
    width: 208px;
    height: auto;
    overflow: hidden;
}


.menubar ul li.logout {
    position: fixed;
    bottom: 0px;
    height: 54px;
    width: 208px;
    overflow: hidden;
    text-align: center;
    border-top: solid 1px var(--color-gray);
    border-bottom: solid 1px var(--color-gray);
}

.menubar ul li.logout a {
    display: block;
    width: 208px;
    height: auto;
    overflow: hidden;
    padding: 24px 0 16px 0px;
}

.menubar ul li ul {
display: none;
position: absolute;
border: solid 1px #dddddd;
height: auto;
overflow: hidden;
width: 150px;
background: linear-gradient(#ffffff, #eeeeee );
}

.menubar ul li:hover ul {
display: block;
z-index: 10000;
}

.menubar ul li ul li {
clear: both;
float: none;
border-top: solid 1px #ffffff;
border-bottom: solid 1px #dddddd;
height: auto;
overflow: hidden;
}

.menubar ul li ul li a {
font-size: 14px;
}

.container {
height: auto;
overflow: hidden;
margin: 48px 0 0 208px;
padding: 0px 0 0px 0px;
_background: var(--color-main-background);
}

.menubar ul li.home {
    background-image: url( "../img/icon_home.png" );
}

.menubar ul li.menu {
    background-image: url( "../img/icon_menu.png" );
}

.menubar ul li.info {
    background-image: url( "../img/icon_information.png" );
}

.menubar ul li.message {
    background-image: url( "../img/icon_message.png" );
}

.menubar ul li.partner {
    background-image: url( "../img/icon_partner.png" );
}

.menubar ul li.user {
    background-image: url( "../img/icon_user.png" );
}

.menubar ul li.home {
    background-image: url( "../img/icon_home.png" );
}

.menubar ul li.setting {
    background-image: url( "../img/icon_setting.png?idaaa" );
}

.menubar ul li.landry {
    background-image: url( "../img/icon_landry.png" );
}

.menubar ul li.smoke {
    background-image: url( "../img/icon_smoke.png" );
}


.main_contents {
height: auto;
overflow: hidden;
color: #333333;
}

.main_contents ul {
list-style-type: none;
}

.main_contents ul li {
margin-bottom: 20px;
}

.main_contents ul li a {
display: block;
/* border: solid 3px #1785ff; */
/* border-radius: 5px; */
background-color: #1785ff;
color: #ffffff;
font-weight: bold;
text-decoration: none;
padding: 10px;
max-width: 300px;
}


footer {
display: none;
bottom: 0px;
border-top: solid 5px #1785ff;
background-color: #1785ff;
height: 50px;
margin-top: 50px;
width: 100%;
}

footer ul {
list-style-type: none;
}
footer ul li a {
color: #ffffff;
text-decoration: none;
}

.content_left {
clear: both;
float: left;
width: 100px;
height: 200px;
margin: 0 10px 0 0;
}

.content_left.reverse {
float: right;
margin: 0 0 0 10px;
}

.content_left .date {
text-align: center;
font-size: 10px;
}

.view_author {
width: 100px;
text-align: center;
margin: 0 0 0 50px;
}

.view_author img {
border-radius: 100px;
width: 100px;
}

.author_image {
border-radius: 50px;
}


.nickname {
font-size: 14px;
font-weight: bold;
color: #000000;
}
.content_left .nickname {
text-align: center;
}

.content_right {
float: left;
}
.content_right.reverse {
float: right;
padding-right: 5px;
}

.content_top {
width: 740px;
/* background-image: url( "../img/content_top.png" ); */
border-top: solid 1px #aaaaaa;
border-left: solid 1px #aaaaaa;
border-right: solid 1px #aaaaaa;
background-position: top;
min-height: 150px;
padding: 20px 20px 0px 30px;
overflow: hidden;
height: auto;
}

.content_top.reverse {
background-image: url( "../img/content_top_reverse.png" );
}

.content_top a.title {
color: #000000;
text-decoration: none;
line-height: 1.3;
font-size: 180%;
font-weight: 700;
}

.content_top .date, .date {
margin: 0 10px 10px 0;

font-size: 100%;
font-weight: bold;
text-align: right;

border-top: solid 1px #1785ff;
color: #1785ff;
padding: 3px 10px 3px 10px;
}

.date {
border-top: none;
}

.category {
float: left;
padding : 0px 3px 0px 3px;
border-radius: 5px;
font-size: 12px;
font-weight: bold;
margin: 5px 0px 0px 0px;
}

.comment_count {
float: left;
font-weight: bold;
margin: 8px 0 0 10px;
}

.new_mark {
float: left;
margin: 0 5px 0 0;
}

.new_icon {
background-color: #ff0000;
color: #ffffff;
font-size: 10px;
font-weight: bold;
padding: 5px;
margin: 5px;
float: left;
}

.new_count {
    display: inline-block;
    background-color: #aa0000;
    color: #ffffff;
    font-size: 8px;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    margin: 0px 4px 4px 5px;
    border-radius: 8px;
    min-width: 8px;
    text-align: center;
}

.content_bottom {
width: 790px;
height: 13px;
border-bottom: solid 1px #aaaaaa;
border-left: solid 1px #aaaaaa;
border-right: solid 1px #aaaaaa;
/* background-image: url( "../img/content_bottom.png" ); */
background-position: top;
margin: 0 0 20px 0;
}

.content_bottom.reverse {
background-image: url( "../img/content_bottom_reverse.png" );
}

.content_tile {
float: left;
width: 300px;
height: 330px;
padding: 20px 20px 30px 0px;
overflow: hidden;
}

.content_tile .title {
clear: both;
text-align: center;
height: 66px;
overflow: hidden;
}

.content_tile .title a {
color: #000000;
font-weight: bold;
font-size: 18px;
text-decoration: none;
}

.content_tile .thumbnail {
height: 200px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}



.content_tile_small {
float: left;
width: 100px;
height: 200px;
padding: 5px 5px 10px 0px;
overflow: hidden;
}

.content_tile_small .date {
font-size: 8px;
padding: 2px;
}

.content_tile_small .title {
clear: both;
text-align: left;
height: 80px;
overflow: hidden;
}

.content_tile_small .title a {
color: #000000;
font-weight: bold;
font-size: 10px;
text-decoration: none;
}

.content_tile_small .thumbnail {
height: 80px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}

.content_tile_small .thumbnail_frame {
margin: 5px;
padding: 5px;
width: 80px;
height: 80px;
border: solid 1px #cdcdcd;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}





.sidebar {
float: right;
width: 200px;
}

.sidebar .element_contents {
width: 198px;
min-height: 100px;
border: solid 1px #bcbcbc;
background-color: #ffffff;
}

.paginator {
clear: both;
}

.paginator ul.pagination {
list-style-type: none;
padding-left: 0px;
}

.paginator ul.pagination li a, .paginator div.paginator p, .paginator p {
display: block;
float: left;
margin: 0 0 10px 2px;
padding: 5px 20px 5px 20px;
border: solid 1px #aaaaaa;
border-radius: 0px;
text-decoration: none;
color: #666666;
background-color: #ffffff;
width: auto;
text-align: center;
}

.paginator ul.pagination li.active a {
color: #ffffff;
font-weight: bold;
border: solid 1px #1785ff;
background-color: #1785ff;
}

.slideshow {
overflow: hidden;
width: 100%;
min-width: 1300px;
height: 300px;
/*
border-top: solid 1px #888888;
border-bottom: solid 1px #888888;
background-color: #cdcdcd;
*/
}

ul.bxslider li {
text-align: center;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
min-height: 300px;
}


.character_element {
float: left;
width: 260px;
height: 450px;
text-align: center;
padding: 20px;
overflow: hidden;
}

.character_element img {
width: 260px;
}

.character_element p {
font-size: 14px;
text-align: left;
}

.contents_header {
height: 96px;
background-color: var(--color-white);
margin: 0px 0px 0px 0px;
}

.contents_header .bread_list {
padding: 15px 0 0 25px;
}

.contents_header .bread_list a {
color: var(--color-bread-list);
text-decoration: none;
font-size: 12px;
}

.contents_header h1 {
margin: 10px 0 0 10px;
padding: 5px 0 12px 15px;
color: var(--color-title);
line-height: 1.3;
font-family: Roboto, "Hiragino Sans";
font-size: 18px;
font-weight: normal;
text-align: left;
}

.contents_body {
padding: 25px 32px 25px 32px;
background-color: var(--color-main-background);
}

.contents_inner {
    padding: 25px 25px 16px 25px;
    background-color: var(--color-white);
    height: auto;
    overflow: hidden;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}



h1 {
_background-color: var(--color-white);
color: #333333;
line-height: 1.3;
font-family: Roboto, "Hiragino Sans";
font-size: 18px;
font-weight: normal;
margin: 0px 0 15px 0;
padding: 5px 0 12px 15px;
text-align: left;
}

h2 {
font-size: 18px;
font-weight: normal;
color: #000000;
padding: 10px 10px 8px 0px;
margin: 0px 0 10px 0;
}



h2.half {
width: 100%;
}

.half {
width: 30%;
float: left;
margin: 0 20px 0 0;
}
.half h2 {
width: 100%;
}

.speak_ballon {
clear: both;
width: 1300px;
height: 40px;
margin: 0 0 10px 0;
background-image: url( '../img/view_bottom.png' );
}

.description {
clear: both;
padding: 0 30px;
line-height: 1.8;
font-size: 140%;
}

p, .description p {
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
}

.description img, .thumbnail_frame {
margin: 10px;
padding: 10px;
border: solid 1px #cdcdcd;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.description img {
max-width: 600px;
height: auto;
}

.view_image {
text-align: center;
padding: 0 0 50px 0;
overflow: hidden;
}

.view_image img {
max-width: 600px;
padding: 10px;
border: solid 1px #cdcdcd;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.link {
background-image: url( '../img/ic_link.png' );
background-position: left center;
background-repeat: no-repeat;
padding: 0 0 0 20px;
margin: 0 0 20px 50px;
}

.download {
background-image: url( '../img/ic_download.png' );
background-position: left center;
background-repeat: no-repeat;
padding: 0 0 0 20px;
margin: 0 0 20px 50px;
}

.twitter-share-button {
float: right;
margin-right: 10px;
}

.fb-like {
float: right;
margin-right: 10px;
line-height: 0px;
}

#map {
height: 500px;
overflow: hidden;
}

#map_border {
border: solid 1px #aaaaaa;
margin-bottom: 20px;
padding-left: 1px;
}

.weather {
overflow: hidden;
height: auto;
width: auto;
clear: both;
border-left: solid 1px #aaaaaa;
border-top: solid 1px #aaaaaa;
margin: 0 auto 0px auto;
border: solid 5px #aaaaaa;
border-radius: 0px;
}

.weather_header {
float: left;
overflow: hidden;
}

.weather_body {
float: left;
overflow: hidden;
}

.weather_data {
height: 60px;
}

.weather_header div {
width: 99px;
border-right: solid 1px #aaaaaa;
border-bottom: solid 1px #aaaaaa;
padding: 5px;
background-color: #eeeeee;
color: #333333;
font-weight: bold;
font-size: 14px;
line-height: 16px;
min-height: 30px;
}

.weather_body div {
width: 99px;
border-right: solid 1px #aaaaaa;
border-bottom: solid 1px #aaaaaa;
padding: 5px;
background-color: #ffffff;
color: #000000;
text-align: center;
font-size: 12px;
line-height: 16px;
min-height: 30px;
}

.calender {
overflow: hidden;
height: auto;
width: 987px;
clear: both;
border-left: solid 1px #aaaaaa;
border-top: solid 1px #aaaaaa;
margin: 0 auto 20px auto;
border: solid 5px #aaaaaa;
border-radius: 0px;
}

.calender_title_cell {
float: left;
width: 140px;
padding: 5px 0 5px 0;
text-align: center;
font-size: 18px;
font-weight: bold;
border-right: solid 1px #aaaaaa;
border-bottom: solid 1px #aaaaaa;
background-color: #eeeeee;
}

.calender_cell {
float: left;
width: 140px;
height: 150px;
border-right: solid 1px #aaaaaa;
border-bottom: solid 1px #aaaaaa;
line-height: 14px;
}

.today {
background-color: #ffeeaa;
}

.holiday {
background-color: #ffdddd;
}

.calender_cell .day_sp {
display: none;
}

.calender_cell .day {
float: left;
font-size: 14px;
font-weight: bold;
color: #000000;
width: 25px;
height: 20px;
padding: 10px 5px 5px 5px;
text-align: center;
border-right: solid 1px #aaaaaa;
border-bottom: solid 1px #aaaaaa;
background-color: #ffffff;
}

.calender_cell .calender_weather {
float: left;
font-size: 12px;
font-weight: normal;
color: #000000;
width: 94px;
height: 25px;
padding: 5px;
text-align: center;
border-bottom: solid 1px #aaaaaa;
background-color: #ffffff;
}

.calender_cell .calender_weather img {
width: 20px;
}

.calender_controller {
display: block;
border: solid 1px #aaaaaa;
background-color: #eeeeee;
border-radius: 0px;
overflow: hidden;
margin: 0 0 20px 0;
}

.calender_controller a, .calender_controller .month, .calender_controller .menu {
display: block;
padding: 13px 20px 15px 20px;
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: none;
float: left;
border-right: solid 1px #aaaaaa;
/* height: 100%; */
overflow: hidden;
}

.calender_controller .menu.input {
padding: 2px 10px 0px 10px;
height: auto;
}

.calender_controller a.right {
float: right;
border-right: none;
border-left: solid 1px #aaaaaa;
min-width: 98px;
text-align: center;
}

.calender_controller a:hover {
color: #ffffff;
background-color: #1785ff;

filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

.calender_controller a.active {
color: #ffffff;
background-color: #1785ff;
}


.calender_controller .month {
background-color: #ffffff;
}

.calender_item {
font-size: 12px;
padding: 2px;
}

.holiday .calender_item {
color: #ff00aa;
}

.calender_item a {
color: #ff6600;
text-decoration: none;
}

a.event_green {
color: #8fc31f;
}

a.event_blue {
color: #00a0e9;
}

a.event_red {
color: #ea68a2;
}

a.event_purple {
color: #8957a1;
}


.nomore_comment {
padding: 30px 0 30px 0;
text-align: center;
}

.space10 {
height: 10px;
clear: both;
}

.space20 {
height: 20px;
clear: both;
}

.border {
border-top: solid 1px #aaaaaa;
}

.right {
text-align: right;
}

.center {
text-align: center;
}

.clear {
clear: both;
}

.bold {
font-weight: bold;
}

.small {
font-size: 9px;
}
.large {
font-size: 14px;
}

.huge {
font-size: 18px;
}

.sns_button {
margin: 0 0 20px 0;
text-align: right;
height: auto;
overflow: hidden;
}

.tab_area {
min-width: 700px;
}

.tab_border {
float: left;
width: 100px;
height: 40px;
border-bottom: solid 1px #aaaaaa;
}

.tab a {
display: block;
float: left;
width: 150px;
height: 29px;
border-left: solid 1px #aaaaaa;
border-top: solid 1px #aaaaaa;
border-bottom: solid 1px #aaaaaa;
text-align: center;
padding: 10px 5px 0px 5px;
background-color: #eeeeee;
margin-bottom: 10px;
color: #000000;
text-decoration: none;
}

.tab.active a {
background-color: #ffffff;
border-bottom: none;
}

.tab_border_last {
right: 0px;
float: left;
width: 100px;
height: 40px;
border-left: solid 1px #aaaaaa;
border-bottom: solid 1px #aaaaaa;
}

#delete_background {
position: absolute;
background-color: #000000;
border: dashed 5px #aaaaaa;
opacity: 0.5;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
}

.image_upload_section {
/* border: solid 5px #ec6941; */

/*
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
*/

display: none;
box-sizing: border-box;
background-color: #d1c0a5;
border: dashed 5px #7e6b5a;
opacity: 0.5;
margin: -50px 0 0 0;
position: relative;
height: 50px;
text-align: center;
padding: 10px 0 20px 0;
font-size: 18px;
font-weight: bold;

/*
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
*/
}

.image_upload_section #area {
padding: 100px 0 0 0;
margin: 50px;
color: #7e6b5a;
font-size: 48px;
text-align: center;
vertical-align: middle;
}

#progress_screen {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}

.progress_dialog {
margin: 200px auto;
}

#progress_name {
font-size: 12px;
font-weight: bold;
}

.progressbar {
height: 30px;
border: solid 1px #aaaaaa;
background: linear-gradient(#dddddd, #ffffff );
}

#progress_bar {
width: 50%;
height: 30px;
border: solid 1px #aaaaaa;
background: linear-gradient(#00a0e9, #0068b7 );
}

#progress_status {
text-align: right;
font-size 12px;
}

#system_result {
position: absolute;
margin-top: -50px;
border: solid 2px #ff0000;
background-color: #e45679;
color: #ffffff;
padding: 5px;
text-align: center;
}

.align_right {
text-align: right;
}

.menu_category {
float: left;
display: block;
text-align: center;
border: solid 1px #dddddd;
margin: 0 20px 20px 0;
padding: 10px;
box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
width: 10px;
height: 150px;
overflow: hidden;
}

.menu_icon, .project_icon {
    float: left;
    display: block;
    text-align: left;
    __border: solid 1px #ff0000;
    margin: 0 16px 33px 0;
    padding: 0px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    width: 380px;
    height: 343px;
    overflow: hidden;
    text-decoration: none;
    font-size: 18px;
    box-sizing: border-box;
    background-color: var(--color-white);
    border-radius: 4px;
}


.menu_icon.new, .project_icon.new {
background-image: url( "../img/menu_icon_new.png" );
}

.project_icon {
border-top: solid 3px #1785ff;
margin: 0 5px 5px 0;
box-shadow: none;
}

.menu_icon img {
width: auto;
height: 210px;
margin: 0px 0px 20px 0px;
}

.menu_icon #landry_image {
    width: 100%;
    height: 210px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 0px 20px 0px;
    background-color: #666666;
}

.menu_icon_img, .project_icon_img {
width: 100px;
height: 56px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin: 0 auto 5px auto;
}

.menu_icon .title {
font-size: 18px;
text-decoration: none;
font-weight: normal;
text-align: left;
height: 40px;
overflow: hidden;
color: #000000;
margin: 0px 22px 0 22px;
}

.menu_icon .description {
font-size: 14px;
text-align: left;
padding: 0px 22px 22px 22px;
color: #000000;

}

.project_icon_img {
float: left;
margin: 0 20px 20px 0;
}

.project_user {
clear: both;
float: left;
width: 140px;
height: auto;
overflow: hidden;
text-align: center;
}

.project_content {
float: left;
padding: 10px;
border: solid 1px #dddddd;
border-top: solid 3px #1785ff;
width: 838px;
min-height: 188px;
margin: 0 0 10px 0;
}

.project_attached {
float: left;
padding: 5px;
border: solid 1px #dddddd;
width: 838px;
margin: 0 0 10px 0;
}

#work_record_time {
margin: 30px;
height: 120px;
line-height: 50px;
font-size: 24px;
font-weight: bold;
}

.work_status {
line-height: 50px;
font-size: 24px;
font-weight: bold;
height: 50px;
}

.work_status.active {
color: #1785ff;
}

.work_status.inactive {
color: #cc0000;
}

#working_time {
text-align: center;
color: #1785ff;
height: 20px;
}

.work_report_title {
line-height: 24px;
font-size: 18px;
font-weight: bold;
border-bottom: solid 1px #666666;
margin: 10px 0 10px 0;
}

.profile_box {
float: left;
width: 450px;
height: 200px;
text-align: center;
}

.profile_box img {
width: 100px;
height: 100px;
border-radius: 50px;
}

.profile_box .nickname {
line-height: 32px;
font-size: 18px;
font-weight: bold;
text-align: center;
}

.profile_box .profile_title {
clear: both;
line-height: 32px;
font-size: 18px;
font-weight: bold;
text-align: left;
width: 200px;
float: left;
margin-top: 20px;
}

.profile_box .profile_value {
line-height: 32px;
font-size: 18px;
font-weight: bold;
text-align: right;
width: 200px;
float: left;
margin-top: 20px;
}

.profile_box.center {
float: none;
margin: 0 auto 0 auto;
}

.gacha {
width: 250px;
}

.item_image {
width: 50px;
}

.item_capsule {
width: 125px;
}

.item_icon {
padding-top: 25px;
height: 100px;
overflow: hidden;
}

.menu_icon .item_icon img {
width: 50px;
}

.ad_area {
text-align: center;
overflow: hidden;
height: auto;
}

ul.train li {
margin-bottom: 0px;
}

ul.train li a {
background-color: transparent;
color: #1785ff;
font-weight: normal;
padding: 0;
max-width: 100%;
}

.half_area {
float: left;
width: 32%;
margin: 0 10px 10px 0;
overflow: hidden;
}

.box {
border: solid 1px #dddddd;
padding: 10px;
min-height: 222px;
height: auto;
overflow: hidden;
}

.red_border {
border: solid 2px #cc0000;
}

.entry_box {
display: block;
float: left;
width: 120px;
height: 400px;
border: solid 1px #eeeeee;
padding: 5px;
margin: 0px 5px 5px 0px;
color: #000000;
text-decoration: none;
}

.entry_box .entry_image {
width: 100px;
height: 100px;
margin: 0 auto 0 auto;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
border: solid 1px #aaaaaa;
}

.entry_box .section {
height: 40px;
overflow: hidden;
}

.entry_box .area {
height: 40px;
overflow: hidden;
font-weight: bold;
}

.entry_box .date {
font-size: 8px;
font-weight: normal;
}

.screen_box {
float: left;
width: 100px;
height: 50px;
padding: 30px 0 0 0;
text-align: center;
font-size: 10px;
border: solid 1px #666666;
background-color: #eeeeee;
}

.screen_box.active {
background-color: #1785ff;
color: #ffffff;
font-weight: bold;
}

.screen_arrow {
float: left;
width: 50px;
height: 50px;
margin: 20px 0 0 0;
background-color: #1785ff;
background-image: url( "../img/screen_arrow.png" );
background-position: center;
background-size: cover;
}

.image_element .image_icon {
background-position: center;
background-size: contain;
background-repeat: no-repeat;
width: 150px;
height: 150px;
margin: 0 auto 0 auto;
}

.image_list {
overflow: hidden;
height: auto;
margin: 5px;
text-align: center;
}

.image_element {
text-align: center;
overflow: hidden;
height: auto;
margin: 10px;
float: left;
}

.control_button {
clear: both;
overflow: hidden;
height: auto;
}



.left {
float: left;
}

.short {
width: 50px;
}

.category_area {
overflow: hidden;
height: auto;
}

.category_element {
float: left;
width: 310px;
height: 100px;
margin: 0px 20px 20px 0px;
border: solid 1px #666666;
overflow: hidden;
background-position: center;
background-size: cover;
}

.category_image {
float: left;
width: 120px;
height: 120px;
overflow: hidden;
margin: 10px;
background-position: center;
background-size: cover;
}

.category_title {
margin: 60px 0 0 0;
width: 100%;
height: 10px;
padding: 5px;
font-weight: bold;
background-color: rgba(0,0,0,0.3);
color: #ffffff;
line-height: 10px;
}

.category_description {
width: 100%;
height: 10px;
padding: 5px;
background-color: rgba(0,0,0,0.3);
color: #ffffff;
font-size: 8px;
line-height: 10px;
}

.category_header {
height: 300px;
background-position: center center;
background-size: cover;
overflow: hidden;
}

.category_header h1 {
margin: 100px 0 0 0;
background-color: rgba(0,0,0,0.3);
border: none;
color: #ffffff;
}

.category_header .category_description {
background-color: rgba(0,0,0,0.3);
color: #ffffff;
font-size: 12px;
line-height: 20px;
height: 100px;
padding: 20px;
}



pre {
display: block;
padding: 20px;
margin: 0;
font-size: 12px;
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
color: #333333;
background-color: #eeeeee;
border: solid 1px #cccccc;
border-radius: 0;
line-height: 1.8
}

.seminar_image {
float: left;
width: 200px;
text-align: center;
}

.seminar_image img {
width: 150px;
}

.seminar_description {
float: left;
min-width: 200px;
max-width: 800px;
}

#total_price {
font-size: 24px;
font-weight: bold;
color: #660000;
margin: 10px 0px 10px 0px;
}

.report_image {
width: 320px;
min-height: 120px;
overflow: hidden;
float: left;
margin: 0 20px 20px 0;
}

.report_description {
width: 660px;
min-height: 120px;
height: auto;
overflow: hidden;
float: left;
margin: 0 0 0 0;
font-size: 12px;
}

.screen_background {
display: none;
position: fixed;
background-color: #000000;
opacity: 0.5;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10000;
}
.progress_box {
display: none;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10001;
}
.screen_dialog {
position: relative;
/* border: solid 3px #009fe8; */
padding: 20px;
margin: 100px auto 100px auto;
background-color: #ffffff;
max-width: 300px;
z-index: 10001;
font-size: 12px;
text-align: center;
box-shadow: 2px 2px 4px gray;
}
.progress_background {
width: 300px;
height: 20px;
/* border: solid 1px #009fe8; */
background: linear-gradient( #dddddd, #eeeeee );
margin: 30px 0 30px 0;
}
.progress_bar {
width: 0px;
height: 20px;
background: linear-gradient( #1785ff,
#1785ff );
}

.information {
padding: 40px 0 40px 0;
text-align: center;
}

.slidelist div {
text-align: center;
font-size: 10px;
padding: 5px;
float: left;
line-height: 10px;
}
.slidelist div img,
.slide_image {
margin: 5px 5px 2px 5px;
border: solid 1px #dddddd;
}
.image_error {
width: 120px;
height: 80px;
font-size: 6px;
color: #ff0000;
margin: 5px 5px 2px 5px;
padding: 10px 5px 0 5px;
border: solid 1px #dddddd;
box-sizing: border-box;
text-align: left;
}

.project_card {
width: 140px;
height: 100px;
border: solid 1px #dddddd;
box-shadow: 1px 1px 4px #aaaaaa;
padding: 3px;
}

.project_card .customer {
font-size: 10px;
font-weight: normal;
text-decoration: none;
}

.project_card a {
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

#image\:preview {
border: solid 1px #aaaaaa;
}

body#tinymce {
padding: 5px 25px 5px 5px;
font-size: 18px;
line-height: 32px;
}

.paper {
width: 622px;
min-height: 710px;
border: solid 1px #666666;
padding: 20px 20px 200px 20px;
margin: 20px auto 20px auto;
background-size: contain;
background-position: bottom center;
background-repeat: no-repeat;
}

.paper .title {
font-weight: 800;
font-size: 32px;
margin: 40px 0 40px 0;
text-align: center;
}

.paper .description {
font-size: 18px;
}

.paper .image {
margin: 20px auto 20px auto;
text-align: center;
}

.paper .image img {
border: solid 1px #333333;
margin: 0px auto 0px auto;
}

/* template1 */
.paper.template1 {
background-color: #f2f2f2;
}
.paper.template1 .title {
color: #000000;
}
.paper.template1 .description {
color: #000000;
}

/* template2 */
.paper.template2 {
background-color: #fff2cc;
background-image: url(../img/background2.png);
}
.paper.template2 .title {
color: #ff0000;
}
.paper.template2 .description {
color: #000000;
}

/* template3 */
.paper.template3 {
background-color: #203864;
background-image: url(../img/background3.png);
}
.paper.template3 .title {
color: #ff66cc;
}
.paper.template3 .description {
color: #ffffff;
}

/* template4 */
.paper.template4 {
background-color: #660033;
background-image: url(../img/background4.png);
}
.paper.template4 .title {
color: #ffff00;
}
.paper.template4 .description {
color: #ffffff;
}

/* template5 */
.paper.template5 {
background-color: #ffff00;
background-image: url(../img/background5.png);
}
.paper.template5 .title {
color: #000000;
}
.paper.template5 .description {
color: #000000;
}

/* template6 */
.paper.template6 {
background-color: #2f5597;
background-image: url(../img/background6.png);
}
.paper.template6 .title {
color: #ffffff;
}
.paper.template6 .description {
color: #ffffff;
}

/* template7 */
.paper.template7 {
background-color: #002060;
background-image: url(../img/background7.png);
background-position: center top;
padding: 150px 20px 20px 20px;
}
.paper.template7 .title {
color: #ff0000;
}
.paper.template7 .description {
color: #ffffff;
}

/* template8 */
.paper.template8 {
background-color: #e2f0d9;
background-image: url(../img/background8.png);
}
.paper.template8 .title {
color: #843c0c;
}
.paper.template8 .description {
color: #843c0c;
}

/* template9 */
.paper.template9 {
background-color: #ededed;
background-image: url(../img/background9.png);
}
.paper.template9 .title {
color: #203864;
}
.paper.template9 .description {
color: #203864;
}

/* template10 */
.paper.template10 {
background-color: #404040;
background-image: url(../img/background10.png);
}
.paper.template10 .title {
color: #ffff00;
}
.paper.template10 .description {
color: #ffffff;
}

.keyvisual {
width: 100%;
margin: 5px;
border: solid 1px #aaaaaa;
height: 350px;
box-sizing: border-box;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.information {
cursor: pointer;
border: solid 1px #aaaaaa;
margin: 0 0 10px 0;
padding: 10px;
text-align: left;
background: #ffffff;
}

.information .title {
font-size: 18px;
font-weight: bold;
text-align: left;
}

.information .description {
font-size: 14px;
text-align: left;
}

.display {
margin: 0px;
padding: 0px;
}

.display.male {

}

.display.female {
display: none;
}

.display.male .display_header {
position: absolute;
left: 0px;
top: 0px;
width: 1920px;
height: 100px;
background: linear-gradient(#000033, #000055);
}

.display.female .display_header {
position: absolute;
left: 0px;
top: 0px;
width: 1920px;
height: 100px;
background: linear-gradient(#ff0033, #ff0055);
}

.display .display_header #datetime1, .display .display_header #datetime2 {
color: #ffffff;
margin: 40px 0 0 10px;
font-size: 32px;
font-weight: 800;
}

.display .display_player {
position: absolute;
left: 0px;
top: 100px;
width: 1024px;
height: 576px;
}

.display .display_paper {
position: absolute;
left: 0px;
top: 676px;
width: 1024px;
height: 404px;
background: linear-gradient(#000000,#333333);
overflow-x: hidden;
overflow-y: hidden;
}

.display .display_paper .display_paper_inner {
overflow: hidden;
}

.display_paper img {
height: 380px;
margin: 10px 20px 10px 20px;
}

.display .display_news {
position: absolute;
left: 1024px;
top: 100px;
width: 500px;
height: 1080px;
background: linear-gradient(#000000,#333333);
}

.display .display_news img {
margin: 0px 0px 0px 80px;
}


.display .display_twitter {
position: absolute;
left: 1524px;
top: 100px;
width: 396px;
height: 700px;
background: #ffffff;
/*background: linear-gradient(#000000,#333333);*/
padding: 5px;
}

.display .display_banner {
position: absolute;
left: 1524px;
top: 750px;
float: right;
width: 500px;
height: 380px;
background: linear-gradient(#000000,#333333);
}

.display_news .paper {
width: 500px;
padding: 5px 5px 150px 5px;
margin: 0px auto 0px auto;
border: none;
}

.display_news .paper .title {
font-weight: 800;
font-size: 18px;
}

.display_news .paper .description {
font-size: 12px;
}

.person_count {
height: 160px;
overflow: hidden;
display: block;
clear: both;
margin: 10px auto 10px auto;
paddign: 20px 0 20px 0;
text-align: center;
line-height: 144px;
font-size: 144px;
font-weight: bold;
color: #1785ff}

.landry_image {
width: 240px;
height: 160px;
display: block;
clear: both;
margin: 10px auto 10px auto;
paddign: 20px 0 20px 0;
border: solid 1px #000000;
background-color: #aaaaaa;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.admin_login {
    margin: 200px auto 0px auto;
    width: 532px;
    height: 480px;
    background-color: var(--color-white);
    box-sizing: border-box;
    padding: 36px 0 0 80px;
    letter-spacing: 0.8px;
    border: solid 1px var(--color-border-gray);
    border-radius: 10px;
    box-sizing: border-box;
}

.admin_login h2 {
    font-size: 24px;
    margin: 0px 0 30px 0px;
}

.admin_login .item_name {
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.9px;
    margin: 0px 0px 6px 0px;
}

.admin_login .input_field {
    display: block;
    float: none;
    border-top: none;
    padding: 0px;
    margin: 0px 0px 16px 0px;
    width: 370px;
}

.admin_login .input_field input {
    width: 366px;
    height: 47px;
    box-sizing: border-box;
    border: solid 1px var(--color-border-gray);
    border-radius: 5px;
}

.admin_login .form_submit_field {
    display: block;
    margin: 78px 0 0 0;
    width: 370px;
    padding: 0px;
    background-color: transparent;
}

.admin_login .form_submit_field input[type=submit] {
    float: left;
    margin: 1px 0px 0px 1px;
    width: 368px;
    height: 56px;
    font-size: 18px;
    border-radius: 10px;
    background-color: var(--color-key-blue);
}

.main_area {
    float: left;
    width: calc( 100% - 430px );
    height: auto;
    overflow: hidden;
}

.message_area {
    float: right;
    width:428px;
    height: auto;
    overflow: hidden;
}

.message_area.left {
    float: left;
}

.message_area .menu_icon {
    padding: 24px 24px 0 24px;
    width:428px;
    height: auto;
}
.message_area .message_box {
    display: block;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #dddddd;
    padding: 24px;
    margin: 0 0 24px 0;
    text-decoration: none;
}

.message_area .message_box.active {
    background-color: #E6F7FF;
}

.message_area .message_box .datetime {
    font-size: 14px;
    color: #aaaaaa;
    margin: 0 0 5px 0;
}

.message_area .message_box .title {
    font-size: 20px;
    margin: 0 0 5px 0;
    line-height: 24px;
    height: auto;
}

.message_area .message_box .description {
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0px;
    line-height: 16px;
}

.message_area .message_box .status {
    float: right;
    font-size: 14px;
    color: #dddddd;
}

.message_area .message_box .status.unread {
    color: #FF4D4F;
}

.message_main {
    float: right;
    width: calc( 100% - 500px );
    border-radius: 4px;
    box-shadow: 0px 0px 5px #dddddd;
    padding: 24px;
    margin: 48px 0 40px 0;
    background-color: #ffffff;
}

.message_main .title {
    font-size: 20px;
    margin: 0 0 24px 0;
    line-height: 24px;
    height: auto;
}

.message_main .description {
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0px;
    line-height: 16px;
}

.message_main .datetime {
    font-size: 12px;
    color: #aaaaaa;
    margin: 0 0 5px 0;
}

.message_main .image img {
    box-shadow: 0px 0px 5px #dddddd;
    width: 100%;
}


.menu_icon.ask_box {
    padding: 48px;
    height: auto;
}

.menu_icon.ask_box img {
    width: 284px;
    height: auto;
}

.menu_icon.ask_box .title {
    margin: 0px 0px 10px 0px;
    height: auto;
}

.menu_icon.ask_box .description {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0px;
    line-height: 20px;
}

.information_area {
    width: 100%;
    overflow: hidden;
}

.information_box {
    float: left;
    display: block;
    width: 380px;
    min-height: 500px;
    height: auto;
    margin: 0 16px 26px 0;
    padding: 0px;
    border-radius: 4px;
    background-color: #ffffff;
    text-decoration: none;
    color: #000000;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.information_box .inner {
    margin: 0px;
    padding: 24px;
}

.information_box .image img {
    width: 100%;
    height: auto;
}

.information_box .title {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0px;
    color: #000000;
}

.information_box .description {
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
    color: #000000;
    margin: 0 0 20px 0;
}

.information_box .datetime {
    color: #aaaaaa;
    font-size: 14px;
    padding: 0px;
}

.home_button_area {
    clear: both;
    float: right;
    margin: 40px 0 50px 0;
    text-align: center;
    width: calc( 100% - 460px );
}

.home_button_area a {
    width: 340px;
    display: inline-block;
    border: none;
    cursor: pointer;
    padding: 30px;
    background-color: #1785ff;
    background-image: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
}




@charset "utf-8";

form {
	display:table;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-width: 1px;
	height: auto;
	overflow: hidden;
	clear: both;
	width: 100%;
}

form table {
	border-left: none;
	border-top: none;
	min-width: 1000px;
	border-collapse: collapse;
}

form table tr {
	border-top: solid 1px #eeeeee;
}

.input_field table {
	min-width: 500px;
}

/*	一覧表示のタイトル	*/
.list_title {
}

/*	一覧表示の内容	*/f
.list_data {
	position: relative;
}

.border_all {
	border: solid 1px #eeeeee;
}

.border_right {
	border-right: solid 1px #eeeeee;
}

/*	入力フォームのテーブル	*/
.input_form {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	vertical-align: top;
	min-width: 1000px;
}

/*	入力フォームのタイトル	*/
.input_item {
	clear: both;

	font-size: 14px;

	text-align: left;

	color: #000000;

	width: 920px;

	height: auto;
	overflow: hidden;

	padding: 5px 0px 2px 0px;

	margin: 10px auto 0px auto;
}

.input_item table, .input_item table td {
	border: none;
}

.input_item, .input_field {
	border: none;
}

.item_name {
	display: inline;

	font-size: 12px;

	vertical-align: center;
	text-align: left;
	color: #000000;
}

.input_field {
	font-size: 12px;
	font-weight: none;

	color: #333333;
	width: 920px;

	padding: 5px;

	height: auto;
	overflow: hidden;

	margin: 0px auto 0px auto;
}

.input_field_wide {
	width: 100%;
}

.form_short .input_item {
	clear: none;
	width: 10%;
}

.form_short .input_field {
	width: 38%;
}


.require_mark {
	display: inline;

	font-size: 10px;
	color: #cc0000;
	color: #cc0000;
	font-weight: bold;

	width: 20px;
	margin-left: 5px;
}

/*
.form_title {
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	text-align: left;
	vertical-align: bottom;

	padding-top: 8px;

	margin-bottom: 2px;

	color: #0055aa;

	width: 508px;
	height: 22px;

	border: none;
	border-width: 1px;
}
*/

.form_description {
	font-size: 1.2rem;
	line-height: 2.0rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form_return_link {
	text-align: right;
	font-size: 10px;
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
}

.field_description {
	font-size: 12px;
}

/*	ラジオボタン・チェックボックスの選択肢	*/
.select_branch {
	font-size: 12px;
}

.form_title_field {
	clear: both;
	border: none;

	background-color: #1785ff;
	color: #ffffff;

	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;

	width: 100%;

	/*
	border-top: solid 1px #aaaaaa;
	border-top-width: 1px;
	border-top-color: #aaaaaa;

	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;

	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	*/

}

.form_section_field {
	clear: both;
	border: none;

	background-color: #1785ff;
	color: #ffffff;

	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;

	width: 100%;

	/*
	border-top: solid 1px #aaaaaa;
	border-top-width: 1px;
	border-top-color: #aaaaaa;

	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;

	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	*/

}


.form_submit_field {
	clear: both;

	height: auto;
	overflow: hidden;

	color: #666666;
	text-align: center;
	margin: 40px 0 0 0;

	border: none;
}

.form_complete_field {
	text-align: center;
	vertical-align: center;
	padding: 5px;
	padding-top: 20px;
	line-height: 20px;

	border-bottom: solid 1px #aaaaaa;

	width: 480px;
	height: 200px;

	font-size: 12px;
}

.input_form_link {
	padding-left: 30px;
	font-size: 12px;
}

.icon {
        border: 0px;
}

.icon_link {
        font-size: 12px;
}

.error_form {
	border-collapse: collapse;

	margin: 20px auto 20px auto;

	max-width: 350px;

	border: solid 1px #cc0000;
}

.error_title {
	background-color: #ff0000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: left;

	padding-top: 8px;
	padding-left: 30px;

	background-image: url( "./image/error.gif" );
	background-repeat: no-repeat;
	background-position: left;
}

.error_contents {
	background-color: #ffffff;
	color: #ff0000;

	font-size: 12px;
	padding: 5px;
	padding-top: 25px;
	padding-bottom: 40px;

	text-align: center;

}

.error_message {
	color: #ff0000;
	font-size: 12px;
	font-weight: normal;

}

.delete_flag {
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
}

.errorMessage {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

.error {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #cc0000;
	color: #cc0000;
	font-weight: bold;
	font-size: 12px;
}

div#mceu_18.mce-tinymce.mce-container.mce-panel {
	border: solid 3px #aaaaaa;
	width: 920px;
}

.preview {
	width: 100%;
	min-height: 400px;
	clear: both;
	line-height: 1.8;
	font-size: 140%;
}

.preview img {
	width: 600px;
	height: auto;
	margin: 10px;
	padding: 10px;
	border: solid 1px #cdcdcd;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.code {
	border: solid;
	border-color: #666666;
	border-width: 1px;
	background-color: #ffffee;
	color: #333333;
	padding: 5px;
	margin: 5px;
	margin-left: 20px;
	width: 750px;
	overflow: auto;
	font-size: 10px;
	line-height: 16px;
}

.command {
	border: solid;
	border-color: #666666;
	border-width: 1px;
	background-color: #0066aa;
	color: #eeeeee;
	padding: 5px;
	margin: 5px;
	margin-left: 20px;
	width: 750px;
	overflow: auto;
	font-size: 10px;
	line-height: 16px;
}

.file {
	border: solid 1px #000000;
	background-color: #eeeeee;

	color: #333333;
	padding: 5px;
	margin: 5px;
	margin-left: 20px;

	width: 750px;
	overflow: auto;
	font-size: 10px;
	line-height: 16px;
}

/*	検索該当キーワード	*/
strong {
	font-weight: bold;
}

/*	リンクキーワード	*/
em {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ff0000;
}

textarea {
	font-size: 12px;
}

input {
	font-size: 12px;
}

a.link_command, a.short_link_command, .form_return_link a {
	display: inline-block;
	margin: 0 0 10px 10px;
	border: none;
	cursor: pointer;
	padding: 10px;
	

	background-color: #1785ff;
	background-image: none;

	color: #ffffff;

	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;

	width: 120px;

	vertical-align: middle;
	border-radius: 8px;
}

input[type=submit], input[type=button], .input_button  {
	display: inline-block;
	margin-left: 10px;
	border: none;
	cursor: pointer;
	padding: 10px;
	margin: 3px 8px 3px 8px;
	

	background-color: #1785ff;
	background-image: none;

	color: #ffffff;

	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;

	width: 400px;
	height: 56px;

	vertical-align: middle;
	border-radius: 8px;
}

.button.reverse {
	background-color: #ffffff;
	color: #1785ff;
	border: solid 1px #1785ff;
}

.button_delete {
	background-color: #ffffff;
	color: #cc0000;
	text-decoration: none;
	border: solid 1px #cccccc;
	border-radius: 8px;
	padding: 20px 30px 20px 30px;
	margin: 0 30px 0 0;
}


a.link_command:hover, a.short_link_command, .form_return_link a:hover, input[type=submit]:hover, .input_button:hover {
	background-color: #1785ff;
	color: #ffffff;
}

a.short_link_command {
	width: 40px;
	font-size: 10px;
	padding: 5px;
}

a.link_command.yellow {
	color: #000000;
	background-color: #eeaa00;
}

a.link_command.yellow:hover {
	color: #000000;
	background-color: #dd9900;
}

input.delete_button {
	background-color: #cc0000;
}

input.delete_button:hover {
	background-color: #e21522;
}

input.gray_button {
	background-color: #dddddd;
	color: #333333;
}

input.gray_button:hover {
	background-color: #666666;
	color: #ffde00;
}

.entry_button {
	width: 155px;
	height: 34px;
	background-image: url( "../img/entry.gif" );
	background-repeat: no-repeat;
	background-position: left top;
}

.login_button {
	width: 155px;
	height: 34px;
	background-image: url( "../img/login.gif" );
	background-repeat: no-repeat;
	background-position: left top;
}

.border_table {
	min-width: 100%;
	border-collapse: collapse;
	border-spacing: 5px 3px;
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
}

.border_table td {
	font-size: 12px;
	font-weight: normal;

	padding: 0px;

	empty-cells: show;

	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	padding: 3px;
}

.data_table {
	min-width: 100%;
	border-collapse: collapse;
	border-spacing: 5px 3px;
	margin: 14px 0 0 0;
	clear: both;
}

.data_table td {
	font-size: 12px;
	font-weight: normal;

	padding: 0px;

	empty-cells: show;

	border-bottom: solid 1px var(--color-table-border);

	box-sizing: border-box;
}

.data_table th {
	font-weight: bold;

	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 0px;

	border-bottom: solid 1px var(--color-table-border);

	background-color: var(--color-table-header);
	background-image: url(../img/table_border.png);
	background-position: right center;
	background-repeat: no-repeat;

	empty-cells: show;

	/*	padding: 2px;	*/

	padding: 10px;

	text-align: center;

	font-size: 12px;
}

.data_table tr>*:last-child {
	background-image: none;
}


.data_value {
	
	padding: 10px;
	/* background-color: #eefbfa; */
	background-color: #ffffff;
	/* color: #333333; */
	color: #333333;
	overflow: hidden;
	height: auto;
	
	display: block;
	padding: 10px;
	
}

.data_link {
	background-color: #ffffff;
	/* color: #333333; */
	color: #333333;
}

.bg_orange {
	background-color: #ffaa00;
}

.bg_green {
	background-color: #80c269;
	color: #ffffff;
}

.bg_red {
	background-color: #aa0000;
	color: #ffffff;
}



.border_red {
	border: solid 1px #ff0000;
}

.data_link a, .data_link .block {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
}

.data_link a:hover {
	background-color: #eeeeee;
}

.data_command {
	/*	padding: 5px;	
	position: absolute;
	
	*/
	padding: 0px;
	height: 100%;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;

	display: flex;
	align-items: stretch;
}
.data_command div {
	padding: 10px 0 10px 0;
}

.data_command a {
	margin: 0px;
	overflow: hidden;
	padding: 10px 0 10px 0;
	display: block;
	margin: 0 auto 0 auto;
	text-decoration: none;
	color: #1785ff;
	text-align: center;
	font-weight: normal;
}

.data_command a:hover {
	color: #76b2e3;
}

.data_command a.delete {
	color: #cc0000;
}



.data_command .no_link {
	/*	親の領域一杯に表示する	*/
	/*
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	*/

	display: block;
	padding: 10px;
	margin: 0 auto 0 auto;
	text-decoration: none;
	background-color: #dedede;
	color: #000000;
	text-align: center;
}


.data_command.green {
	background-color: #00bb00;
}
.data_command.orange {
	background-color: #e46a07;
}
.data_command.pink {
	background-color: #e60051;
}
.data_command.gray {
	background-color: #666666;
}




.data_display {
/*
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
*/

	display: block;
	padding: 10px;
	text-align: center;
	padding: 10px;
	background-color: #5bd999;
	color: #ffffff;
}

.data_hidden {
	text-align: center;
	padding: 10px;
	background-color: #dddddd;
	color: #666666;
}


input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select
 {
	-webkit-appearance: none;
	font-size: 12px;
	padding: 0.65em 0.75em;
	/* border-radius: 0.5em; */
	border-radius: 0px;
	line-height: 1.35em;
	border: solid 2px rgba(185,186,187,0.5);
	margin: 2px;
}

select {
	background: linear-gradient(#ffffff, #eeeeee);
}

input[type="radio"] {
	-webkit-appearance: none;
	border-radius: 10px;
	border: solid 2px rgba(185,186,187,0.5);
	width: 15px;
	height: 15px;
	background-color: #ffffff;
	vertical-align: middle;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	/* border-radius: 0.5em; */
	border: solid 2px rgba(185,186,187,0.5);
	width: 15px;
	height: 15px;
	background-color: #ffffff;
	vertical-align: middle;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
	background-color: #1785ff;
}


.dialog_title {
	margin: 20vh auto 0px auto;
	padding: 68px 10px 38px 10px;

	width: auto;
	max-width: 380px;


	border-bottom: none;
	border-radius: 8px 8px 0px 0px;

	background-color: #ffffff;

	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.dialog_body, .system_dialog {
	margin: 0px auto 38px auto;
	padding: 0px 10px 64px 10px;

	width: auto;
	max-width: 380px;

	background-color: #ffffff;
	color: #333333;

	font-size: 12px;
	text-align: center;

	border-radius: 0px 0px 8px 8px;
}

.dialog_body .button {
	display: inline-block;
	font-size: 12px;
	height: auto;
	width: 100px;
}

.dialog_background {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	background: rgb( 0, 0, 0, 0.2 );
}

.pagenator {
	clear: both;
	list-style-type: none;
	padding-left: 0px;
	margin: 16px 0px 0px 0px;
	float: right;
	height: auto;
	overflow: hidden;
}

.pagenator .page {
	display: block;
	float: left;
	margin: 0 0 0 8px;
	padding: 11px 0 0 0;
	text-decoration: none;
	
	width: 32px;
	height: 32px;

	border: solid 1px var(--color-pagenator-border);
	border-radius: 2px;

	box-sizing: border-box;

	text-align: center;
	color: var(--color-pagenator-text);

	font-size: 8px;
	line-height: 8px;
	overflow: hidden;

}

.pagenator .current_page {
	display: block;
	float: left;
	margin: 0 0 0 8px;
	padding: 11px 0 0 0;
	text-decoration: none;
	
	width: 32px;
	height: 32px;

	border: solid 1px var(--color-pagenator-border);
	border-radius: 2px;

	box-sizing: border-box;

	text-align: center;
	color: var(--color-pagenator-text);

	font-size: 8px;
	line-height: 8px;
	overflow: hidden;

}

.pagenator a {
	display: block;
	float: left;
	margin: -5px;
	padding: 5px;
	text-decoration: none;
	width: 30px;
	text-align: center;
	color: #1785ff;
	font-size: 12px;
}

.pagenator a:hover {
	background-color: #eeeeee;
}


#image_upload_section {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.no_entry {
	padding: 50px 20px 50px 20px;
	text-align: center;
}

.image_icon {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	/*border: solid 1px #dddddd;*/
	font-size: 10px;
	word-break: break-all;
	line-height: 120%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.image_link {
	display: block;
	width: 100px;
	height: 100px;
	margin: 5px auto;
	background-size: cover;
	background-position: center;
}

input.short {
	display: inline;
	width: 100px;
}


a.green, input.green_button {
	background-color: #00aa00;
}

a.green:hover, input.green_button:hover {
	background-color: #00dd00;
}

.green {
	background-color: #00aa00;
	color: #ffffff;
}

.dark_green {
	background-color: #006600;
	color: #ffffff;
}

@media screen and (max-width: 480px){
	body, .body, .container {
		/*
		width: 320px;
		overflow-x: hidden;
		 */
	}

	.main_contents {
		width: 300px;
	}

	.cms_body {
		width: 300px;
	}

	.cms_body h1 {
		width: 280px;
		background-image: url("./image/h1_mobile.png");
	}

	.form_title_field,
	.form_submit_field,
	.input_item,
	.input_field {
		border-right: solid 1px #dddddd;
		border-left: solid 1px #dddddd;
		width: 94%;
		padding: 5px;
	}

	.input_field {
		border-top: dotted 1px #eeeeee;
	}

	input[type=text],
	input[type=password]
	 {
		width: 250px;
		font-size: 18px;
	}

	input.short {
		display: inline;
		width: 70px;
	}

	textarea {
		width: 260px;
		font-size: 18px;
	}

	.element {
		width: 140px;
		font-size: 8px;
		margin: 0 4px 4px 0;
	}

	.element img {
		width: 120px;
	}

	.pagenator {
		text-align: center;
		font-size: 8px;
	}

	.pagenator .page {
		float: left;
		border: solid 1px #eeeeee;
		min-width: 15px;
		margin: 2px;
		text-align: center;
		font-size: 8px;
	}

	.pagenator .current_page {
		float: left;
		font-weight: bold;
		border: solid 1px #eeeeee;
		min-width: 15px;
		margin: 2px;
		text-align: center;
		font-size: 8px;
	}

	.picture_left {
		width: 20px;
		height: 400px;
	}

	.picture_left img {
		width: 10%;
		margin-top: 60px;
	}

	.picture_right {
		text-align: right;
		width: 20px;
		height: 400px;
	}
	.picture_right img {
		width: 10%;
		margin-top: 60px;
	}
	.picture_center {
		width: 260px;
		height: 400px;
	}

	.picture_name {
		font-size: 8px;
		width: 50%;
	}
	.picture_slide {
		font-size: 8px;
		text-align: center;
		width: 30%;
	}
	.picture_page {
		font-size: 8px;
		width: 20%;
	}

	form table {
		min-width: none;
	}

	.input_field table {
		min-width: none;
	}
}
@charset "utf-8";
@media screen and (max-width:640px){

    .admin_login {
        width: 100%;
        margin: 50px auto 0px auto;
        padding: 20px 10px 20px 10px;
        height: auto;
        overflow: hidden;
    }

    .admin_login h2 {
        margin: 0px 0 10px 0px;
    }

    .admin_login .input_field {
        width: auto;
        overflow: hidden;
        border: none;
    }

    .admin_login .input_field input {
        width: 99%;
        height: 47px;
    }

    .admin_login .form_submit_field {
        width: auto;
        margin: 30px 0 0 0;
    }

    .admin_login .form_submit_field input[type=submit] {
        width: 100%;
        color: #ffffff;
        border: solid 1px var(--color-key-blue);
    }

    .form_submit_field {
        border-right: none;
        border-bottom: none;
    }

    header {
        background-position: 10px 18px;
        background-size: 60% auto;
    }

    header .mobile_menu {
        display: block;
    }

    .menubar {
        position: fixed;
        top: 48px;
        left: auto;
        right: -208px;
        width: 208px;
        height: auto;
    }

    header .inner .user_information {
        background-image: none;
        float: right;
        text-align: right;
        margin: -5px 5px 0 20px;
    }

    h2 {
        width: 100%;
        height: auto;
    }


    .menubar ul li.logout {
        position: static;
        height: 54px;
        width: 208px;
    }

    .container {
        margin: 48px 0 0 0px;
    }

    .main_contents {
        width: auto;
    }

    .contents_body {
        width: auto;
        padding: 8px 8px 25px 8px;
        background-color: var(--color-main-background);
    }

    .main_area {
        float: none;
        width: 100%;
    }
        
    .menu_icon.half {
        width: 47%;
        height: 210px;
        margin: 0 7px 33px 0px;
    }

    .menu_icon #landry_image {
        width: 100%;
        height: 92px;
    }


    .message_area {
        width: 100%;
    }

    .message_area .menu_icon {
        padding: 8px 8px 8px 8px;
        height: auto;
        width: 95%;
    }

    .message_area .menu_icon a {
        width: 85%;
    }

    .message_main {
        float: right;
        width: 100%;
        padding: 5px 5px 5px 5px;
        margin: 8px 0 40px 0;
    }

    .message_main .image img {
        width: 100%;
        height: auto;
    }

    .message_main .datetime {
        margin: 0 5% 5px 5%;
        text-align: right;
    }

    .message_main .title {
        margin: 0 5% 5px 5%;
    }

    .message_main .description {
        margin: 0 5% 0 5%;
    }

    .message_width {
        width: 100%;
    }

    .message_scroll {
        width: 800px;
        overflow: hidden;
    }

    .message_scroll .message_area {
        position: absolute;
        left: 100%;
        top: 180px;
    }

    .message_scroll .message_main {
        position: absolute;
        left: 0px;
        top: 180px;
    }

    .home_button_area {
        clear: both;
        float: none;
        width: 100%;
    }

    .home_button_area a {
        width: auto;
    }

    .information_box {
        min-height: auto;
    }

    .dialog_title {
        margin: 50px auto 0 auto;
    }

}

