@charset "utf-8";
/* -------------------------------
 Reset
------------------------------- */
html{
 overflow-y:scroll;
}
.note{
 color: #9966cc;
 font-size: 80%;
}
* {
 margin: 0;
 padding: 0;
}
body {
 font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
 font-size: 90%;
 text-align: center;
 color: #333;
 background: url(../images/bg-body.gif);
}
a {
 color: #0066cc;
 text-decoration: none;
}
a:hover { text-decoration: underline; }
a.arr{
 background: url(../images/list3.gif) 0 5px no-repeat;
 padding-left: 10px;
}
li { list-style: none; }
img {
 vertical-align: text-bottom;
 border: 0;
}
* html table { font-size: 100%; }
dt { font-weight: bold; }
ol li {
 margin: 0 0 10px 40px;
 list-style: decimal;
}
ul.disc { margin: 0 20px 15px 30px; }
ul.disc li {
 list-style: square;
 margin-bottom: 5px;
 line-height: 130%;
}
table, th, td{
 border: 1px solid #ccc;
 border-collapse: collapse;
}
.tbl-wrap{
 padding: 1px;
 border: 1px solid #ccc;
 margin-bottom: 15px;
}
table { width: 100%; }
caption{ text-align: left; color: #fff; background: #6081d0; padding: 3px 5px;}
th {
background: #f2f2f7;
text-align: center;
padding: 6px 5px 4px;
width: 25%;
}
th.wide{
background: #f2f2f7;
text-align: center;
padding: 6px 5px 4px;
width: 34%;
}
.tbl-horizon th{
 width: auto;
}
td{
padding: 6px 5px 4px;
}
hr {
 border: 2px solid #6989d3;
 margin-bottom: 20px;
}
form { display: inline; }
.st-tbl input{margin-right: 5px;}
input.wide{
 width: 99%;
}
fieldset{
 border: 1px solid #6989d3;
 margin-bottom: 15px;
 padding: 5px;
}
legend{
 padding: 0 5px;
 font-weight: bold;
}
label{ display: inline-block;}
.txtRed{ color: #CC0033;}
big{ font-weight: bold;}
/* -------------------------------
 text style
------------------------------- */
.alignL { text-align: left !important; }
.alignR { text-align: right !important; }
.alignC { text-align: center !important; }
.txtRed{ color: #CC0000;}
.txtBlue{ color: #0033FF;}
.txtOrange { color: #e05d05; }
.txtGreen { color: #006633; }
/* -------------------------------
 box
------------------------------- */
.box1 {
 background: #f6f7f6;
 padding: 10px 10px 0;
 border: 1px solid #ccc;
}
.blockL, .h-blockL {
 display: block;
 float: left;
}
.blockR, .h-blockR {
 display: block;
 float: right;
}
.h-blockL, .h-blockR { width: 378px; }
/* -------------------------------
 layout
------------------------------- */
html, body {
 width: 100%;
 height: 100%;
}
#container {
 width: 1000px;
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -45px;
 text-align: left;
 position: relative;
 background: #fff;
 border-right: 1px solid #2e4988;
 border-left: 1px solid #2e4988;
}
#header {
 text-align: left;
 margin: 0 0 10px 0;
 background: url(../images/bg_header.gif) repeat-x;
 border-bottom: 4px solid #1578bb;
}
#main {
 padding: 10px 20px 60px;
 clear: both;
}
#footer {
 clear: both;
 background: #f2f2f7;
 text-align: right;
 width: 100%;
 height: 45px;
 line-height: 40px;
 bottom: 0;
 position: absolute;
 border-top: 5px solid #506897;
}
#footer p {
 margin-right: 10px;
 font-size: 80%;
}
#footer img{
 float: right;
 margin: 5px;
}
.alignR { text-align: right; }
.clear, .clearfix, .clearfix:after, #pageBody, #pageBody:after, .section, .section:after, .wrapper, .wrapper:after { clear: both; }
.clearfix:before, .clearfix:after, #pageBody:before, #pageBody:after, .section:before, .section:after, .wrapper:before, .wrapper:after {
 content:"";
 display:table;
}
.clearfix, #pageBody, .section { zoom:1; }
.alignC { text-align: center !important; }
/* -------------------------------
 header
------------------------------- */
#header h1 {
 float: left;
 margin: 5px 0 16px 20px;
}
#gnavi{
 float: right;
 margin: 30px 20px 0 0;
}
#gnavi li {
 background: url(../images/list3.gif) 0 5px no-repeat;
 padding-left: 10px;
 float: left;
 margin-left: 25px;
}
/* -------------------------------
 main
------------------------------- */
#main p { margin-bottom: 15px; }
#main h2 {
 color: #506897;
 font-size: 140%;
 font-weight: 600;
 margin-bottom: 15px;
 background: url(../images/list1.gif) 0 2px no-repeat;
 border-bottom: 1px solid #506897;
 padding: 0 5px 3px 30px;
}
#main h3{
 font-size: 100%;
 font-weight: 700;
 color: #fff;
 background: #f1dbdc url(../images/bg_h3.gif) no-repeat;
 margin-bottom: 10px;
 padding: 5px 5px 3px 25px;
}
/* -------------------------------
 section
------------------------------- */
.section {
 margin: 0 auto 15px;
 padding: 0 20px;
 text-align: left;
}
.section dl { margin: 0 10px; }
.section dt {
 color: #506897;
 border-bottom: 1px dotted #ccc;
 margin-bottom: 10px;
}
.section dd { margin-bottom: 20px; }
.section .sc{
 margin: 0 10px 15px;
 padding: 10px;
 height: 200px;
 overflow-y: scroll;
 border: 1px solid #ccc;
}
/* -------------------------------
 login form
------------------------------- */
#login-form {
 width: 500px;
 margin: 0 auto;
 padding: 30px;
 background: #efefef;
}
#login-form dl {
 float: left;
 margin: 60px 0 30px 0;
 width: 300px;
}
#login-form dt {
 float: left;
 clear: both;
 width: 6em;
}
#login-form dd {
 margin-bottom: 10px;
 float: left;
}
#login-form ul { margin-top: 50px; }
#login-form li {
 background: url(../images/icon_question.png) 0 2px no-repeat;
 padding-left: 20px;
}
#login-form dd .ascii { width: 200px; }

#login-form span.error {
 font-weight: bold;
 color: #CC0033;
 background-color: #EFEFEF !important;
}
/* -------------------------------
 buttons
------------------------------- */
.btn { text-align: center; }
.btn input {
 display: inline-block;
 margin: 0 5px;
}
/* -------------------------------
 notice
------------------------------- */
.notice {
 position: relative;
 margin: 0 5px 15px;
 padding: 10px 10px 10px 30px;
 border: 1px solid #ccc;
 clear: both;
}
.notice p{
 margin-bottom: 0 !important;
}
.notice h4 {
 color: #333;
 font-size: 100%;
}
.info h4 { color: #003399; }
.success {
 background: #effded url(../images/msg-success.gif) 10px 12px no-repeat;
 border: 1px solid #c1e8b1;
}
.attention {
 background: #fefce3 url(../images/msg-attention.gif) 10px 12px no-repeat;
 border: 1px solid #E6DB55;
}
.info {
 background: #f1f4ff url(../images/msg-info.gif) 10px 12px no-repeat;
 border: 1px solid #98bee6;
}
.error {
 background: #ffe3e3t;
 background: url('../images/msg-error.gif') no-repeat scroll 10px 11px #FFE3E3;
 border: 1px solid #f2afaf;
}
.error h4, .warning h4, .warning p { color: #CC0033; }
.warning {
 background: #ffe3e3 url(../images/msg-warning.gif) 10px 12px no-repeat;
 border-color: #DF8F8F;
}
.warning p { font-weight: bold; }
span.notice {
 display: inline-block;
 margin: 0;
 padding: 3px 0 3px 25px;
 border: 0;
 background-position: 6px 5.5px !important;
}
span.success {
 color: #247c31;
 background-color: transparent;
}
.success .form-inner {
 margin: 0 25px 15px 0;
 padding: 10px 10px 0;
}
span.attention {
 color: #d35b03;
 background-color: transparent;
}
span.info {
 color: #124396;
 background-color: transparent;
}
span.error {
 font-weight: bold;
 color: #CC0033;
 background-color: #FFFFFF !important;
}
/* -------------------------------
 side bar
------------------------------- */
#side-bar{
width: 200px;
float: left;
}
#side-bar ul{
 padding: 0 5px;
}
#side-bar li{
 background: url(../images/list3.gif) 0 2px no-repeat;
 margin-bottom: 10px;
 padding-left: 10px;
 line-height: 120%;
}
/* -------------------------------
 content
------------------------------- */
#content{

}
#content .btn{
 text-align: right;
}
#content .col-radio{
 width: 10%;
}
#content .col-name{
 width: 70%;
}
#content .col-price{
 width: 20%;
}
.pankuzu{
 font-size: 63%;
 font-weight: bold;
 color: #999;
 font-weight: 500;
 float: right;
 margin-top: 5px;
}
.pankuzu .active{
/* color: #e03591; */
 color: #0000FF;
}
.step{
 margin-bottom: 20px;
}
.step td{
 width: 26%;
 text-align: center;
 vertical-align: top;
}
.step td.arrow{
 width: 11%;
}
.step table, .step th, .step td{
 border: 0;
}
.step td.arrow{
 padding-top: 40px;
}
/* -------------------------------
 Uniform Theme: Uniform Default http://pixelmatrixdesign.com/uniform/
------------------------------- */
/* Global Declaration */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span, div.button a {
 background-image: url(../images/sprite.png);
 background-repeat: no-repeat;
 -webkit-font-smoothing: antialiased;
}
/* INPUT & TEXTAREA */
input.text, input.email, input.password, textarea.uniform {
 font-family: Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
 font-weight: normal;
 padding: 3px;
 color: #333;
 background: #fff url('../images/bg-input-focus.png') repeat-x 0px 0px;
 background: #fff url('../images/bg-input.png') repeat-x 0px 0px;
 border-top: solid 1px #aaa;
 border-left: solid 1px #aaa;
 border-bottom: solid 1px #ccc;
 border-right: solid 1px #ccc;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 outline: 0;
 margin-right: 3px;
 vertical-align: middle;
}
input.text:focus, input.email:focus, input.password:focus, textarea.uniform:focus {
 -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
 box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
 border-color: #999;
 background: #fff url('../images/bg-input-focus.png') repeat-x 0px 0px;
}
/* Select */
div.selector {
 background-position: -483px -130px;
 line-height: 26px;
 height: 26px;
}
div.selector span {
 background-position: right 0px;
 height: 26px;
 line-height: 26px;
}
div.selector select {
 top: 0px;
 left: 5px;
}
div.selector:active, div.selector.active { background-position: -483px -156px; }
div.selector:active span, div.selector.active span { background-position: right -26px; }
div.selector.focus, div.selector.hover, div.selector:hover { background-position: -483px -182px; }
div.selector.focus span, div.selector.hover span, div.selector:hover span { background-position: right -52px; }
div.selector.focus:active, div.selector.focus.active, div.selector:hover:active, div.selector.active:hover { background-position: -483px -208px; }
div.selector.focus:active span, div.selector:hover:active span, div.selector.active:hover span, div.selector.focus.active span { background-position: right -78px; }
div.selector.disabled { background-position: -483px -234px; }
div.selector.disabled span { background-position: right -104px; }
/* Checkbox */
div.checker {
 width: 18px;
 height: 18px;
}
div.checker input {
 width: 18px;
 height: 18px;
}
div.checker span {
 background-position: 0px -260px;
 width: 18px;
 height: 18px;
}
div.checker:active span, div.checker.active span { background-position: -19px -260px; }
div.checker.focus span, div.checker:hover span { background-position: -38px -260px; }
div.checker.focus:active span, div.checker:active:hover span, div.checker.active:hover span, div.checker.focus.active span { background-position: -57px -260px; }
div.checker span.checked { background-position: -76px -260px; }
div.checker:active span.checked, div.checker.active span.checked { background-position: -95px -260px; }
div.checker.focus span.checked, div.checker:hover span.checked { background-position: -114px -260px; }
div.checker.focus:active span.checked, div.checker:hover:active span.checked, div.checker.active:hover span.checked, div.checker.active.focus span.checked { background-position: -133px -260px; }
div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span { background-position: -152px -260px; }
div.checker.disabled span.checked, div.checker.disabled:active span.checked, div.checker.disabled.active span.checked { background-position: -171px -260px; }
/* Radio */
div.radio {
 width: 18px;
 height: 18px;
}
div.radio input {
 width: 18px;
 height: 18px;
}
div.radio span {
 height: 18px;
 width: 18px;
 background-position: 0px -279px;
}
div.radio:active span, div.radio.active span { background-position: -18px -279px; }
div.radio.focus span, div.radio:hover span { background-position: -36px -279px; }
div.radio.focus:active span, div.radio:active:hover span, div.radio.active:hover span, div.radio.active.focus span { background-position: -54px -279px; }
div.radio span.checked { background-position: -72px -279px; }
div.radio:active span.checked, div.radio.active span.checked { background-position: -90px -279px; }
div.radio.focus span.checked, div.radio:hover span.checked { background-position: -108px -279px; }
div.radio.focus:active span.checked, div.radio:hover:active span.checked, div.radio.focus.active span.checked, div.radio.active:hover span.checked { background-position: -126px -279px; }
div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span { background-position: -144px -279px; }
div.radio.disabled span.checked, div.radio.disabled:active span.checked, div.radio.disabled.active span.checked { background-position: -162px -279px; }
/* Uploader */
div.uploader {
 background-position: 0px -297px;
 height: 28px;
}
div.uploader span.action {
 background-position: right -409px;
 height: 24px;
 line-height: 24px;
}
div.uploader span.filename {
 height: 24px;
 margin: 2px 0px 2px 2px;
 line-height: 24px;
}
div.uploader.focus, div.uploader.hover, div.uploader:hover { background-position: 0px -353px; }
div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action { background-position: right -437px; }
div.uploader.active span.action, div.uploader:active span.action { background-position: right -465px; }
div.uploader.focus.active span.action, div.uploader:focus.active span.action, div.uploader.focus:active span.action, div.uploader:focus:active span.action { background-position: right -493px; }
div.uploader.disabled { background-position: 0px -325px; }
div.uploader.disabled span.action { background-position: right -381px; }
div.button { background-position: 0px -523px; }
div.button span, div.button a { background-position: right -643px; }
div.button.focus, div.button:focus, div.button:hover, div.button.hover { background-position: 0px -553px; }
div.button.focus span, div.button:focus span, div.button:hover span, div.button.hover span, div.button.focus a, div.button:focus a, div.button:hover a, div.button.hover a { background-position: right -673px; }
div.button.active, div.button:active { background-position: 0px -583px; }
div.button.active span, div.button:active span, div.button.active a, div.button:active a {
 background-position: right -703px;
 color: #666;
}
div.button.disabled, div.button:disabled { background-position: 0px -613px; }
div.button.disabled span, div.button:disabled span {
 background-position: right -733px;
 color: #666;
 cursor: default;
}
div.button.disabled a, div.button:disabled a {
 background-position: right -733px;
 color: #666;
 cursor: default;
}
/* Button */
div.button {
 height: 30px;
 display: inline-block;
 cursor: pointer;
 position: relative;
 font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
*:first-child+html div.button {
 display: inline;
}
* html div.button { display: inline; }
div.button span, div.button a {
 display: -moz-inline-box;
 display: inline-block;
 color: #333;
 height: 30px;
 margin-left: 13px;
 padding: 0 21px 0 8px;
 line-height: 30px;
 font-weight: bold;
 text-align: center;
 cursor:pointer;
}
div.button input {
 position: absolute;
 text-transform: uppercase;
 text-align: center;
 cursor:pointer;
 left: 0;
}
/* Select */
div.selector {
 /* width: auto; */
 width: 90px;
 font-size: 12px;
}
div.selector select {
 /* width: auto; */
 /* min-width: 90px; */
 width: 90px;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 12px;
 border: solid 1px #fff;
}
div.selector span { padding: 0px 15px 0px 2px; }
div.selector span {
 color: #333;
 width: auto;
 min-width: 70px;
 text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span { color: #bbb; }
/* Checker */
div.checker { margin-right: 3px; }
/* Radio */
div.radio { margin-right: 3px; }
/* Uploader */
div.uploader { width: auto; }
div.uploader span.action {
 width: 60px;
 text-align: center;
 text-shadow: #fff 0px 1px 0px;
 background-color: #f5f5f5;
 font-size: 12px;
}
div.uploader span.filename {
 color: #666;
 width: 190px;
 border-right: solid 1px #bbb;
 font-size: 12px;
}
div.uploader input { width: 280px; }
div.uploader.disabled span.action { color: #aaa; }
div.uploader.disabled span.filename {
 border-color: #ddd;
 color: #aaa;
}
/* CORE FUNCTIONALITY
Not advised to edit stuff below this line */
.selector, .checker, .button, .radio, .uploader {
 display: -moz-inline-box;
 display: inline-block;
 zoom: 1;
 *display: inline;
 vertical-align: text-bottom;
}
.selector, .uploader, .button { vertical-align: middle; }
.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus { outline: 0; }
/* Select */
div.selector {
 position: relative;
 padding-left: 10px;
 overflow: hidden;
}
div.selector span {
 display: block;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
div.selector select {
 position: absolute;
 opacity: 0;
 filter: alpha(opacity:0);
 height: 25px;
 border: none;
 background: none;
}
/* Checker */
div.checker { position: relative; }
div.checker span {
 display: -moz-inline-box;
 display: inline-block;
 text-align: center;
}
div.checker input {
 opacity: 0;
 filter: alpha(opacity:0);
 display: inline-block;
 background: none;
}
/* Radio */
div.radio { position: relative; }
div.radio span {
 display: -moz-inline-box;
 display: inline-block;
 text-align: center;
}
div.radio input {
 opacity: 0;
 filter: alpha(opacity:0);
 text-align: center;
 display: inline-block;
 background: none;
}
/* Uploader */
div.uploader {
 position: relative;
 overflow: hidden;
 cursor: default;
}
div.uploader span.action {
 float: left;
 display: inline;
 padding: 2px 0px;
 overflow: hidden;
}
div.uploader span.filename {
 padding: 0px 10px;
 float: left;
 display: block;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 cursor: default;
}
div.uploader input {
 opacity: 0;
 filter: alpha(opacity:0);
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 float: right;
 height: 25px;
 border: none;
 cursor: default;
}
div.btn-area .blockR div.button, div.btn-area .blockR div.button span, div.btn-area .blockR div.button a, div.btn-area .alignC div.button, div.btn-area .alignC div.button span {
 background-image: url(../images/sprite-orange.png) !important;
}
div.btn-area .blockR div.button span, div.btn-area .blockR div.button a {
 margin-left: 13px;
 padding: 0 40px 0 28px;
}
/* -------------------------------
 datepicker
------------------------------- */
.ui-datepicker { z-index: 50001 !important; }
.ui-widget {
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size: 12px;
}
.ui-widget .ui-widget { font-size: 12px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size: 12px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: auto; }
/* -------------------------------
 timepicker
------------------------------- */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt {
 height: 25px;
 margin-bottom: -25px;
}
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 12px; }
.ui-tpicker-grid-label {
 background: none;
 border: none;
 margin: 0;
 padding: 0;
}

.msg-wrapper {  
    text-align: left;  
    position: absolute;  
    bottom: 70px; 
    width: 640px; 
    right: 0; 
}  
  
#main.login { 
    padding: 10px 20px 140px; 
}