@charset"utf-8";
@import url("https://sishuu.com/jquery/jquery.mobile.icons.min.css");
@font-face { font-display: swap; font-family: 'Zen Maru Gothic'; font-style: normal; font-weight: 700; src: url('https://sishuu.com/googlefont/ZenMaruGothic-Bold.woff2') format('woff2'); }
html { font-family: "Zen Maru Gothic";}
body { font-family: "Zen Maru Gothic";}

/*!
* jQuery Mobile 1.4.5
* Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
* Released under the MIT license.
* http://jquery.org/license
*
*/

/* Globals */
/* Font
-----------------------------------------------------------------------------------------------------------*/
html {
	font-size: 100%;
}
body,
input,
select,
textarea,
button,
.ui-btn {

    -webkit-text-size-adjust: 100%;

	font-size: 15pt;
	line-height: 1.5;
	font-family: 'Zen Maru Gothic';
}
legend,
.ui-input-text input,
.ui-input-search input {
	color: inherit;
	
}
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label,
div.ui-controlgroup-label {
	font-weight: bold;
	font-size: 16px;
}
.ui-page-theme a:visited,
html .ui-bar a:visited,
html .ui-body a:visited,
html body .ui-group-theme a:visited {
    color: #600 /*{link-visited}*/;
}
.ui-page-theme a:hover,
html .ui-bar a:hover,
html .ui-body a:hover,
html body .ui-group-theme a:hover {
color:#600 /*{link-hover}*/;
}
.ui-page-theme a:active,
html .ui-bar a:active,
html .ui-body a:active,
html body .ui-group-theme a:active {
color:#600 /*{link-active}*/;
}
/* Separators
-----------------------------------------------------------------------------------------------------------*/
/* Field contain separator (< 28em) */
.ui-field-contain {
border-bottom-color:#fa0;
border-bottom-color:rgb a(255,170,0,.15);
border-bottom-width:1px;
border-bottom-style: solid;
}
/* Table opt-in classes: strokes between each row, and alternating row stripes */
/* Classes table-stroke and table-stripe are deprecated in 1.4. */
.table-stroke thead th,
.table-stripe thead th,
.table-stripe tbody tr:last-child {
border-bottom: 1px solid #fa0; /* non-RGBA fallback */
border-bottom: 1px solid rgba(255,170,0,.1);
}
.table-stroke tbody th,
.table-stroke tbody td {
border-bottom: 1px solid #fa0; /* non-RGBA fallback  */
border-bottom: 1px solid rgba(255,170,0,.05);
}
.table-stripe.table-stroke tbody tr:last-child th,
.table-stripe.table-stroke tbody tr:last-child td {
border-bottom:0;
}
.table-stripe tbody tr:nth-child(odd) td,
.table-stripe tbody tr:nth-child(odd) th {
background-color:#999;
background-color:rgb a(0,0,0,.04);
}
/* Buttons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn,
label.ui-btn {
font-weight:bold;
border-width:1px;
border-style:solid;
}
.ui-btn {
text-decoration:none !important;
}
.ui-btn-active{
cursor:pointer;
}
/* Corner rounding
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-btn-corner-all deprecated in 1.4 */
.ui-corner-all {
-webkit-border-radius:0.6em;
border-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-tl{
-moz-border-radius-topleft: 0.6em /*{global-radii-blocks}*/;
-webkit-border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-tr{
-moz-border-radius-topright: 0.6em /*{global-radii-blocks}*/;
-webkit-border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-bl{
-moz-border-radius-bottomleft: 0.6em /*{global-radii-blocks}*/;
-webkit-border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-br{
-moz-border-radius-bottomright: 0.6em /*{global-radii-blocks}*/;
-webkit-border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-top{
-moz-border-radius-topleft: 0.6em /*{global-radii-blocks}*/;
-webkit-border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
-moz-border-radius-topright: 0.6em /*{global-radii-blocks}*/;
-webkit-border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-bottom{
-moz-border-radius-bottomleft: 0.6em /*{global-radii-blocks}*/;
-webkit-border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
-moz-border-radius-bottomright: 0.6em /*{global-radii-blocks}*/;
-webkit-border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-right{
-moz-border-radius-topright:0.6em;
-webkit-border-top-right-radius:0.6em;
border-top-right-radius:0.6em;
-moz-border-radius-bottomright:0.6em;
-webkit-border-bottom-right-radius:0.6em;
border-bottom-right-radius:0.6em;
}
.ui-corner-left{
-moz-border-radius-topleft: 0.6em /*{global-radii-blocks}*/;
-webkit-border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
-moz-border-radius-bottomleft: 0.6em /*{global-radii-blocks}*/;
-webkit-border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-all{
-moz-border-radius: 0.6em /*{global-radii-blocks}*/;
-webkit-border-radius: 0.6em /*{global-radii-blocks}*/;
border-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-none{
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
/* Buttons */
.ui-btn-corner-all,
.ui-btn.ui-corner-all,
/* Slider track */
.ui-slider-track.ui-corner-all,
/* Flipswitch */
.ui-flipswitch.ui-corner-all,
/* Count bubble */
.ui-li-count {
-webkit-border-radius: 1em /*{global-radii-buttons}*/;
border-radius: 1em /*{glObal-radii-buttons}*/;
-moz-border-radius: 1em /*{global-radii-blocks}*/;
}
/* Icon-only buttons */
.ui-btn-icon-notext.ui-btn-corner-all,
.ui-btn-icon-notext.ui-corner-all {
-webkit-border-radius:1em;
border-radius:1em;
}
/* Radius clip workaround for cleaning up corner trapping */
.ui-btn-corner-all,
.ui-corner-all {
-webkit-background-clip:padding;
background-clip:padding-box;
}
/* Popup arrow */
.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
left: 0.6em /*{global-radii-blocks}*/;
right: 0.6em /*{global-radii-blocks}*/;
top: 0.6em /*{global-radii-blocks}*/;
bottom: 0.6em /*{global-radii-blocks}*/;
}
/* Shadow
-----------------------------------------------------------------------------------------------------------*/
.ui-shadow {
-webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(238,14,NaN,0.2) /*{global-box-shadow-color}*/;
-moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(238,14,NaN,0.2) /*{global-box-shadow-color}*/;
box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(238,14,NaN,0.2) /*{global-box-shadow-color}*/;
}
.ui-shadow-inset{
-webkit-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(238,14,NaN,0.2) /*{global-box-shadow-color}*/;
-moz-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(238,14,NaN,0.2) /*{global-box-shadow-color}*/;
box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(238,14,NaN,0.2) /*{global-box-shadow-color}*/;
}
.ui-overlay-shadow{
-webkit-box-shadow: 0 0 12px 		rgba(0,0,0,.6);
-moz-box-shadow: 0 0 12px 			rgba(0,0,0,.6);
box-shadow: 0 0 12px 				rgba(0,0,0,.6);
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
background-color: #c60 /*{global-icon-color}*/;
background-color: rgba(198,0,NaN,1) /*{global-icon-disc}*/;
background-position: center center;
background-repeat: no-repeat;
-webkit-border-radius: 1em;
border-radius: 1em;
}
/* Alt icons */
.ui-alt-icon.ui-btn:after,
.ui-alt-icon .ui-btn:after,
html .ui-alt-icon.ui-checkbox-off:after,
html .ui-alt-icon.ui-radio-off:after,
html .ui-alt-icon .ui-checkbox-off:after,
html .ui-alt-icon .ui-radio-off:after {
background-color: #c60 /*{global-icon-color}*/;
background-color: rgba(0,0,0,.15);
}
/* No disc */
.ui-nodisc-icon.ui-btn:after,
.ui-nodisc-icon .ui-btn:after {
background-color:transparent;
}
/* Icon shadow */
.ui-shadow-icon.ui-btn:after,
.ui-shadow-icon .ui-btn:after {
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
}
/* Checkbox and radio */
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after,
.ui-btn.ui-radio-off:after,
.ui-btn.ui-radio-on:after {
display: block;
width: 18px;
height: 18px;
margin: -9px 2px 0 2px;
}
.ui-checkbox-off:after,
.ui-btn.ui-radio-off:after {
filter: Alpha(Opacity=30);
opacity: .3;
}
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after {
-webkit-border-radius:.1875em;
border-radius:.1875em;
}
.ui-radio .ui-btn.ui-radio-on:after {
background-image: none;
background-color: #ffe;
width: 8px;
height: 8px;
border-width: 5px;
border-style: solid; 
}
.ui-alt-icon.ui-btn.ui-radio-on:after,
.ui-alt-icon .ui-btn.ui-radio-on:after {
background-color: #300;
}
/* Loader */
.ui-icon-loading{
background: url("images/ajax-loader.gif");
background-size: 2.875em 2.875em;
}
/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
background-color: #c60 /*{a-bar-background-color}*/;
border-color: #c50 /*{a-bar-border}*/;
color: #ffe /*{a-bar-color}*/;
font-weight: bold;
}
.ui-bar-a{
border-width: 1px;
border-style: solid;
background-image: -webkit-gradient(linear, left top, left bottom, from( #f90 /*{a-bar-background-start}*/), to( #c60 /*{a-bar-background-end}*/));
 /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #f90 /*{a-bar-background-start}*/, #c60 /*{a-bar-background-end}*/);
 /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #f90 /*{a-bar-background-start}*/, #c60 /*{a-bar-background-end}*/);
 /* FF31 */
background-image: -ms-linear-gradient( #f90 /*{a-bar-background-start}*/, #c60 /*{a-bar-background-end}*/);
 /* IE10 */
background-image: -o-linear-gradient( #f90 /*{a-bar-background-start}*/, #c60 /*{a-bar-background-end}*/);
 /* Opera 11.10+ */
background-image: linear-gradient( #f90 /*{a-bar-background-start}*/, #c60 /*{a-bar-background-end}*/);
}
/* Page and overlay */
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
background-color: #ffe /*{a-page-background-color}*/;
border-color: #c50 /*{a-page-border}*/;
color: #300 /*{a-page-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
html .ui-panel-page-container-a {
background-color: #ffe /*{a-body-background-color}*/;
border-color: #c50 /*{a-body-border}*/;
color: #300 /*{a-body-color}*/;
}
.ui-body-a{
border-width:1px;
border-style:solid;
color:#300;
}
/* Links */
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
color: #600 /*{a-link-color}*/;
font-weight: bold;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
color: #600 /*{a-link-visited}*/;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
html .ui-body-a a:hover,
html body .ui-group-theme-a a:hover {
color:#600;
}
.ui-page-theme-a a:active,
html .ui-bar-a a:active,
html .ui-body-a a:active,
html body .ui-group-theme-a a:active {
color:#600;
}
/* Button up */
.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a,
/* Button visited */
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head + body .ui-btn.ui-btn-a:visited {
background-color: #ffe /*{a-bup-background-color}*/;
border-color: #c50 /*{a-bup-border}*/;
color: #300 /*{a-bup-color}*/;
}
/* Button hover */
.ui-page-theme-a .ui-btn:hover,
html .ui-bar-a .ui-btn:hover,
html .ui-body-a .ui-btn:hover,
html body .ui-group-theme-a .ui-btn:hover,
html head + body .ui-btn.ui-btn-a:hover {
background-color: #fa0 /*{a-bhover-background-color}*/;
border-color: #c50 /*{a-bhover-border}*/;
color: #800 /*{a-bhover-color}*/;

    background-image: -webkit-gradient(linear, left top, left bottom, from( #fa0 /*{a-bar-background-start}*/), to( #fb0 /*{a-bar-background-end}*/));
 /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #fa0 /*{a-bar-background-start}*/, #fb0 /*{a-bar-background-end}*/);
 /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #fa0 /*{a-bar-background-start}*/, #fb0 /*{a-bar-background-end}*/);
 /* FF31 */
    background-image: -ms-linear-gradient( #fa0 /*{a-bar-background-start}*/, #fb0 /*{a-bar-background-end}*/);
 /* IE10 */
    background-image: -o-linear-gradient( #fa0 /*{a-bar-background-start}*/, #fb0 /*{a-bar-background-end}*/);
 /* Opera 11.10+ */
    background-image: linear-gradient( #fa0 /*{a-bar-background-start}*/, #fb0 /*{a-bar-background-end}*/);
    transition: all 300ms 50ms ease;
}
/* Button down */
.ui-page-theme-a .ui-btn:active,
html .ui-bar-a .ui-btn:active,
html .ui-body-a .ui-btn:active,
html body .ui-group-theme-a .ui-btn:active,
html head + body .ui-btn.ui-btn-a:active {
background-color: #fa0 /*{a-bdown-background-color}*/;
border-color: #c50 /*{a-bdown-border}*/;
color: #800 /*{a-bdown-color}*/;

    background-image: -webkit-gradient(linear, left top, left bottom, from( #fb0 /*{a-bar-background-start}*/), to( #fa0 /*{a-bar-background-end}*/));
 /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #fb0 /*{a-bar-background-start}*/, #fa0 /*{a-bar-background-end}*/);
 /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #fb0 /*{a-bar-background-start}*/, #fa0 /*{a-bar-background-end}*/);
 /* FF31 */
    background-image: -ms-linear-gradient( #fb0 /*{a-bar-background-start}*/, #fa0 /*{a-bar-background-end}*/);
 /* IE10 */
    background-image: -o-linear-gradient( #fb0 /*{a-bar-background-start}*/, #fa0 /*{a-bar-background-end}*/);
 /* Opera 11.10+ */
    background-image: linear-gradient( #fb0 /*{a-bar-background-start}*/, #fa0 /*{a-bar-background-end}*/);
}
/* Active button */
.ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-bar-a .ui-btn.ui-btn-active,
html .ui-body-a .ui-btn.ui-btn-active,
html body .ui-group-theme-a .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-a.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-a:after,
/* Active flipswitch background */
.ui-page-theme-a .ui-flipswitch-active,
html .ui-bar-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
background-color: #fa0 /*{a-active-background-color}*/;
border-color: #c50 /*{a-active-border}*/;
color: #300 /*{a-active-color}*/;

    background-image: -webkit-gradient(linear, left top, left bottom, from( #fb0 /*{a-bar-background-start}*/), to( #fa0 /*{a-bar-background-end}*/));
 /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #fb0 /*{a-bar-background-start}*/, #fa0 /*{a-bar-background-end}*/);
 /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #fb0 /*{a-bar-background-start}*/, #fa0 /*{a-bar-background-end}*/);
 /* FF31 */
    background-image: -ms-linear-gradient( #fb0 /*{a-bar-background-start}*/, #fa0 /*{a-bar-background-end}*/);
 /* IE10 */
    background-image: -o-linear-gradient( #fb0 /*{a-bar-background-start}*/, #fa0 /*{a-bar-background-end}*/);
 /* Opera 11.10+ */
    background-image: linear-gradient( #fb0 /*{a-bar-background-start}*/, #fa0 /*{a-bar-background-end}*/);
}
/* Active checkbox icon */
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-a:after,{
	border-color: #c50 /*{a-active-background-color}*/;
}
/* Active radio button icon */
.ui-page-theme-a .ui-radio-on:after,
html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
border-color: #c50 /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
html .ui-bar-a .ui-btn:focus,
html .ui-body-a .ui-btn:focus,
html body .ui-group-theme-a .ui-btn:focus,
html head + body .ui-btn.ui-btn-a:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
-webkit-box-shadow: 0 0 12px ##ff5900 /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px ##ff5900 /*{a-active-background-color}*/;
box-shadow: 0 0 12px ##ff5900 /*{a-active-background-color}*/;
}
.ui-header .ui-title {
  margin-left: 10%;
  margin-right: 10%
}
/* B
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-b,
.ui-page-theme-b .ui-bar-inherit,
html .ui-bar-b .ui-bar-inherit,
html .ui-body-b .ui-bar-inherit,
html body .ui-group-theme-b .ui-bar-inherit {
background-color: #c60 /*{b-bar-background-color}*/;
border-color: #c50 /*{b-bar-border}*/;
color: #ffe /*{b-bar-color}*/;
font-weight: bold;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #f90 /*{a-bar-background-start}*/), to( #c60 /*{a-bar-background-end}*/));
 /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #f90 /*{a-bar-background-start}*/, #c60 /*{a-bar-background-end}*/);
 /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #f90 /*{a-bar-background-start}*/, #c60 /*{a-bar-background-end}*/);
 /* FF31 */
    background-image: -ms-linear-gradient( #f90 /*{a-bar-background-start}*/, #c60 /*{a-bar-background-end}*/);
 /* IE10 */
    background-image: -o-linear-gradient( #f90 /*{a-bar-background-start}*/, #c60 /*{a-bar-background-end}*/);
 /* Opera 11.10+ */
    background-image: linear-gradient( #f90 /*{a-bar-background-start}*/, #c60 /*{a-bar-background-end}*/);
    transition: all 300ms 50ms ease;
}
.ui-bar-b{
border-width:1px;
border-style:solid;
}
/* Page and overlay */
.ui-overlay-b,
.ui-page-theme-b,
.ui-page-theme-b .ui-panel-wrapper {
background: #f90 /*{b-page-background-color}*/;
background-color: #c60 /*{b-bar-background-color}*/;
border-color: #c50 /*{b-bar-border}*/;
color: #ffe /*{b-bar-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-b,
.ui-page-theme-b .ui-body-inherit,
html .ui-bar-b .ui-body-inherit,
html .ui-body-b .ui-body-inherit,
html body .ui-group-theme-b .ui-body-inherit,
html .ui-panel-page-container-b {
background-color: #f90 /*{b-body-background-color}*/;
border-color: #c50 /*{b-body-border}*/;
color: #ffe /*{b-body-color}*/;
}
.ui-body-b{
border-width:1px;
border-style:solid;
}
/* Links */
.ui-page-theme-b a,
html .ui-bar-b a,
html .ui-body-b a,
html body .ui-group-theme-b a {
color: #600 /*{b-link-color}*/;
font-weight: bold;
background-color: #f90;
}
.ui-page-theme-b a:visited,
html .ui-bar-b a:visited,
html .ui-body-b a:visited,
html body .ui-group-theme-b a:visited {
color: #600 /*{b-link-visited}*/;
background-color: #f90;
}
.ui-page-theme-b a:hover,
html .ui-bar-b a:hover,
html .ui-body-b a:hover,
html body .ui-group-theme-b a:hover {
color: #600 /*{b-link-hover}*/;
background-color: #f90;
}
.ui-page-theme-b a:active,
html .ui-bar-b a:active,
html .ui-body-b a:active,
html body .ui-group-theme-b a:active {
color: #600 /*{b-link-active}*/;
background-color: #f90;
}
/* Button up */
.ui-page-theme-b .ui-btn,
html .ui-bar-b .ui-btn,
html .ui-body-b .ui-btn,
html body .ui-group-theme-b .ui-btn,
html head + body .ui-btn.ui-btn-b,
/* Button visited */
.ui-page-theme-b .ui-btn:visited,
html .ui-bar-b .ui-btn:visited,
html .ui-body-b .ui-btn:visited,
html body .ui-group-theme-b .ui-btn:visited,
html head + body .ui-btn.ui-btn-b:visited {
background-color: #f90 /*{b-bup-background-color}*/;
border-color: #c50 /*{b-bup-border}*/;
color: #ffe /*{b-bup-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #f90 /*{a-bar-background-start}*/), to( #c50 /*{a-bar-background-end}*/));
 /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
 /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
 /* FF31 */
    background-image: -ms-linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
 /* IE10 */
    background-image: -o-linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
 /* Opera 11.10+ */
    background-image: linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
}
/* Button hover */
.ui-page-theme-b .ui-btn:hover,
html .ui-bar-b .ui-btn:hover,
html .ui-body-b .ui-btn:hover,
html body .ui-group-theme-b .ui-btn:hover,
html head + body .ui-btn.ui-btn-b:hover {
background-color: #f90 /*{b-bhover-background-color}*/;
border-color: #c50 /*{b-bhover-border}*/;
color: #ffe /*{b-bhover-color}*/;

    background-image: -webkit-gradient(linear, left top, left bottom, from( #f90 /*{a-bar-background-start}*/), to( #c50 /*{a-bar-background-end}*/));
 /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
 /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
 /* FF31 */
    background-image: -ms-linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
 /* IE10 */
    background-image: -o-linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
 /* Opera 11.10+ */
    background-image: linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
}
/* Button down */
.ui-page-theme-b .ui-btn:active,
html .ui-bar-b .ui-btn:active,
html .ui-body-b .ui-btn:active,
html body .ui-group-theme-b .ui-btn:active,
html head + body .ui-btn.ui-btn-b:active {
background-color: #f90 /*{b-bdown-background-color}*/;
border-color: #c50 /*{b-bdown-border}*/;
color: #ffe /*{b-bdown-color}*/;

    background-image: -webkit-gradient(linear, left top, left bottom, from( #c50 /*{a-bar-background-start}*/), to( #f90 /*{a-bar-background-end}*/));
 /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #c50 /*{a-bar-background-start}*/, #f90 /*{a-bar-background-end}*/);
 /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #c50 /*{a-bar-background-start}*/, #f90 /*{a-bar-background-end}*/);
 /* FF31 */
    background-image: -ms-linear-gradient( #c50 /*{a-bar-background-start}*/, #f90 /*{a-bar-background-end}*/);
 /* IE10 */
    background-image: -o-linear-gradient( #c50 /*{a-bar-background-start}*/, #f90 /*{a-bar-background-end}*/);
 /* Opera 11.10+ */
    background-image: linear-gradient( #c50 /*{a-bar-background-start}*/, #f90 /*{a-bar-background-end}*/);
}
/* Active button */
.ui-page-theme-b .ui-btn.ui-btn-active,
html .ui-bar-b .ui-btn.ui-btn-active,
html .ui-body-b .ui-btn.ui-btn-active,
html body .ui-group-theme-b .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-b.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-b .ui-checkbox-on:after,
html .ui-bar-b .ui-checkbox-on:after,
html .ui-body-b .ui-checkbox-on:after,
html body .ui-group-theme-b .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-b:after,
/* Active flipswitch background */
.ui-page-theme-b .ui-flipswitch-active,
html .ui-bar-b .ui-flipswitch-active,
html .ui-body-b .ui-flipswitch-active,
html body .ui-group-theme-b .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-b .ui-slider-track .ui-btn-active,
html .ui-bar-b .ui-slider-track .ui-btn-active,
html .ui-body-b .ui-slider-track .ui-btn-active,
html body .ui-group-theme-b .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-b .ui-btn-active {
background-color: #f90 /*{b-active-background-color}*/;
border-color: #c50 /*{b-active-border}*/;
color: #ffe /*{b-active-color}*/;

    background-image: -webkit-gradient(linear, left top, left bottom, from( #f90 /*{a-bar-background-start}*/), to( #c50 /*{a-bar-background-end}*/));
 /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
 /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
 /* FF31 */
    background-image: -ms-linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
 /* IE10 */
    background-image: -o-linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
 /* Opera 11.10+ */
    background-image: linear-gradient( #f90 /*{a-bar-background-start}*/, #c50 /*{a-bar-background-end}*/);
}
/* Active radio button icon */
.ui-page-theme-b .ui-radio-on:after,
html .ui-bar-b .ui-radio-on:after,
html .ui-body-b .ui-radio-on:after,
html body .ui-group-theme-b .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-b:after {
background-color: #f90;
border-color: #c50 /*{b-active-background-color}*/;
}
/* Focus */
.ui-page-theme-b .ui-btn:focus,
html .ui-bar-b .ui-btn:focus,
html .ui-body-b .ui-btn:focus,
html body .ui-group-theme-b .ui-btn:focus,
html head + body .ui-btn.ui-btn-b:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-b .ui-focus,
html .ui-bar-b .ui-focus,
html .ui-body-b .ui-focus,
html body .ui-group-theme-b .ui-focus,
html head + body .ui-btn-b.ui-focus,
html head + body .ui-body-b.ui-focus {
-webkit-box-shadow: 0 0 12px ##ff5900 /*{b-active-background-color}*/;
-moz-box-shadow: 0 0 12px ##ff5900 /*{b-active-background-color}*/;
box-shadow: 0 0 12px ##ff5900 /*{b-active-background-color}*/;
}
.ui-header .ui-title{
margin-left:10%;
margin-right:10%;
}

.ui-bar-c,.ui-page-theme-c.ui-bar-inherit,html.ui-bar-c.ui-bar-inherit,html.ui-body-c.ui-bar-inherit,html body.ui-group-theme-c.ui-bar-inherit{
background-color:#ffe;border-color:#ffe;color:#300;
}
/* C
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-c,
.ui-page-theme-c .ui-bar-inherit,
html .ui-bar-c .ui-bar-inherit,
html .ui-body-c .ui-bar-inherit,
html body .ui-group-theme-c .ui-bar-inherit {
background-color: #ffe /*{c-bar-background-color}*/;
border-color: #ffe /*{c-bar-border}*/;
color: #300 /*{c-bar-color}*/;
font-weight: bold;
}
.ui-bar-c{
background-color: #ffe;
 border-width:1px;
border-style:solid;
}
/* Page and overlay */
.ui-overlay-c,
.ui-page-theme-c,
.ui-page-theme-c .ui-panel-wrapper{
background-color: #ffe /*{c-page-background-color}*/;
border-color: #ffe /*{c-page-border}*/;
color: #300 /*{c-page-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-c,
.ui-page-theme-c .ui-body-inherit,
html .ui-bar-c .ui-body-inherit,
html .ui-body-c .ui-body-inherit,
html body .ui-group-theme-c .ui-body-inherit,
html .ui-panel-page-container-c {
	background-color: #ffe /*{c-body-background-color}*/;
	border-color: #ffe /*{c-body-border}*/;
	color: #300 /*{c-body-color}*/;
	}
.ui-body-c{
background-color: #ffe; border-width:1px;border-style:solid;
}
.ui-page-theme-ca,html.ui-bar-ca,html.ui-body-ca,html body.ui-group-theme-ca{
color:#600;font-weight:bold;
}
.ui-page-theme-ca:visited,html.ui-bar-ca:visited,html.ui-body-ca:visited,html body.ui-group-theme-ca:visited{
color:#600;
}
.ui-page-theme-ca:hover,html.ui-bar-ca:hover,html.ui-body-ca:hover,html body.ui-group-theme-ca:hover{
color:#600;
}
.ui-page-theme-ca:active,html.ui-bar-ca:active,html.ui-body-ca:active,html body.ui-group-theme-ca:active{
color:#600;
}
.ui-page-theme-c.ui-btn,html.ui-bar-c.ui-btn,html.ui-body-c.ui-btn,html body.ui-group-theme-c.ui-btn,html head+body.ui-btn.ui-btn-c,.ui-page-theme-c.ui-btn:visited,html.ui-bar-c.ui-btn:visited,html.ui-body-c.ui-btn:visited,html body.ui-group-theme-c.ui-btn:visited,html head+body.ui-btn.ui-btn-c:visited{
background-color:#ffe;border-color:#ffe;color:#300;
}
.ui-page-theme-c.ui-btn:hover,html.ui-bar-c.ui-btn:hover,html.ui-body-c.ui-btn:hover,html body.ui-group-theme-c.ui-btn:hover,html head+body.ui-btn.ui-btn-c:hover{
background-color:#ffe;border-color:#ffe;color:#300;
}
.ui-page-theme-c.ui-btn:active,html.ui-bar-c.ui-btn:active,html.ui-body-c.ui-btn:active,html body.ui-group-theme-c.ui-btn:active,html head+body.ui-btn.ui-btn-c:active{
background-color:#ffe;border-color:#ffe;color:#300;
}
.ui-page-theme-c.ui-btn.ui-btn-active,html.ui-bar-c.ui-btn.ui-btn-active,html.ui-body-c.ui-btn.ui-btn-active,html body.ui-group-theme-c.ui-btn.ui-btn-active,html head+body.ui-btn.ui-btn-c.ui-btn-active,.ui-page-theme-c.ui-checkbox-on:after,html.ui-bar-c.ui-checkbox-on:after,html.ui-body-c.ui-checkbox-on:after,html body.ui-group-theme-c.ui-checkbox-on:after,.ui-btn.ui-checkbox-on.ui-btn-c:after,.ui-page-theme-c.ui-flipswitch-active,html.ui-bar-c.ui-flipswitch-active,html.ui-body-c.ui-flipswitch-active,html body.ui-group-theme-c.ui-flipswitch-active,html body.ui-flipswitch.ui-bar-c.ui-flipswitch-active,.ui-page-theme-c.ui-slider-track.ui-btn-active,html.ui-bar-c.ui-slider-track.ui-btn-active,html.ui-body-c.ui-slider-track.ui-btn-active,html body.ui-group-theme-c.ui-slider-track.ui-btn-active,html bodydiv.ui-slider-track.ui-body-c.ui-btn-active{
background-color:#ffe;border-color:#ffe;color:#300;
}
.ui-page-theme-c.ui-radio-on:after,html.ui-bar-c.ui-radio-on:after,html.ui-body-c.ui-radio-on:after,html body.ui-group-theme-c.ui-radio-on:after,.ui-btn.ui-radio-on.ui-btn-c:after{
border-color:#ffe;
}
.ui-page-theme-c.ui-btn:focus,html.ui-bar-c.ui-btn:focus,html.ui-body-c.ui-btn:focus,html body.ui-group-theme-c.ui-btn:focus,html head+body.ui-btn.ui-btn-c:focus,.ui-page-theme-c.ui-focus,html.ui-bar-c.ui-focus,html.ui-body-c.ui-focus,html body.ui-group-theme-c.ui-focus,html head+body.ui-btn-c.ui-focus,html head+body.ui-body-c.ui-focus{
-webkit-box-shadow:0 0 12px #ffe;-moz-box-shadow:0 0 12px #ffe;box-shadow:0 0 12px #ffe;
}
.ui-disabled,.ui-state-disabled,button[disabled],.ui-select.ui-btn.ui-state-disabled{
filter:Alpha(Opacity=30);opacity:.3;cursor:default!important;pointer-events:none;
}
.ui-btn:focus,.ui-btn.ui-focus{
outline:0;
}
.ui-noboxshadow.ui-shadow,.ui-noboxshadow.ui-shadow-inset,.ui-noboxshadow.ui-overlay-shadow,.ui-noboxshadow.ui-shadow-icon.ui-btn:after,.ui-noboxshadow.ui-shadow-icon.ui-btn:after,.ui-noboxshadow.ui-focus,.ui-noboxshadow.ui-btn:focus,.ui-noboxshadowinput:focus,.ui-noboxshadow.ui-panel{
-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;
}
.ui-noboxshadow.ui-btn:focus,.ui-noboxshadow.ui-focus{
outline-width:1px;
outline-style:auto;
}
.ui-br{
border-bottom:rgb(130,130,130);
border-bottom:rgb a(130,130,130,.3);
border-bottom-width:1px;
border-bottom-style:solid;
}
.ui-disabled{
filter:Alpha(Opacity=30);
opacity:.3;zoom:1;
}
.ui-disabled,.ui-disableda{
cursor:default !important;
pointer-events:none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #f96;
    text-decoration: none;
    color: #ffe;
    width: 110px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: ##ff5900;
}

.ui-header.ui-title,.ui-footer.ui-title,.ui-btn-inner,.ui-li-heading,.ui-li.ui-btn-texta.ui-link-inherit,.ui-li-desc{
overflow:visible;
white-space:normal;
}
pul{
margin-left:5px;
}
p, legend, input, legend fieldset-a{
background-color: #ffe;
color:#300;
}
.center {
display:block;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.centering{
display:block;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.right{
text-align:right;
}
.left{
text-align:left;
}
.clear{
clear:both;
}
.ui-li-thumb,.ui-listview.ui-li-icon{
position:absolute;
left:1px;top:0;
max-height:50px;
max-width:50px;
}
.custom{
background-color:#ffe;
color:#300;
}

@media (hover) {
a:hover { color: #800; background: #fc6; text-decoration: none; outline: 0 none; transition: all 300ms 50ms ease; }
a:active { color: #600; text-decoration: none; outline: 0 none; }
a:focus { color: #800; background: #fc6; text-decoration: none;  outline: 0 none; transition: all 300ms 50m ease; }
a:link > img { background-color: transparent; vertical-align: bottom; outline: 0 none; border: 0 none; }
a:visited > img { background-color: transparent; vertical-align: bottom; outline: 0 none; border: 0 none; }
a:hover > img { background-color: transparent; vertical-align: bottom; outline: 0 none; border: 0 none; }
a:active > img { background-color: transparent; vertical-align: bottom; outline: 0 none; border: 0 none; }
  /* リンクの場合 */
  a:any-link:hover { color: #800; background: #fc6; text-decoration: none; outline: 0 none; transition: all 300ms 50ms ease; }
  /* ボタンの場合 */
  a:hover > img {background-color: transparent;  }
  /* ボタンの場合 */
  button:enabled:hover {background-color: #f90;border-color: #c50;color: #ffe;  }
  /* 特定できない場合 */
  .button:where(:any-link, :enabled, summary):hover {background-color: #f90;border-color: #c50;color: #ffe;  }
}
