@charset "utf-8";

/* ==========================================================================
   Common
   LAST UPDATE　2024/08/26
========================================================================== */

html,body {
	height: 100%;
}
body {
	letter-spacing: 0.1em;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_both {
	clear: both;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	color:#FFF;
	zoom:1;
}
h2 {
	margin-bottom: 30px;
	font-size: 200%;
	font-weight: normal;
}
#kotei,
#jyunkai {
	font-size: 160%;
	margin-bottom: 10px;
}

#jyunkai {
	margin-top: 20px;
}
ins {
	font-weight: normal;
}
.font_red {
	color:#DD004B;
}
.font_blue {
	color:#0C6BFC;
}
.font_green {
	color:#090;
}
.font_white {
	color:#FFF;
}
.font_arial {
	font-family:Helvetica, arial, sans-serif;
}
.font120per {
	font-size:120%;
	font-weight: normal;
}
.font140per {
	font-size:140%;
}
.font75per {
	font-size:75%;
	font-weight: normal;
}
.font60per {
	font-size:60%;
	font-weight: normal;
}
.font25px {
	font-size: 25px;
	font-weight: normal;
}
.font_bold {
	font-weight:bold;
}
.margin10left {
	margin-left: 10px;
}
.padding8top {
	padding-top: 8px;
}
.margin20top {
	margin-top: 20px;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.boxsizing {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#maximage{
  position:fixed !important;
}
input,
select {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, arial, sans-serif;
}

/* ==========================================================================
   PassContainer
========================================================================== */
#dot {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	min-height:100%;
	height: 100% !important;
	height: 100%;
	background-image: url(../../images/dot.png);
	background-repeat: repeat;
}
body > #dot {
	height: auto;
}
.fstbg{
	background-image: url(../../images/profile_banner-480.jpg);
	background-repeat: repeat;
}
.pass-container, .mbox-a, .in-contents, .tantoubox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.pass-container {
	position: relative;
	width: 300px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 15%;
	margin-left: 20%;
}
.inputs {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #999;
	padding:6px 20px 6px 20px;
    margin:3px;
	-moz-box-shadow: inset 1px 4px 9px -4px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -4px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -4px rgba(0,0,0,0.5);
}

#password, #nicn {
	width: 220px;
}
#tubuint, .comms {
	width: 420px;
}
#zaikoform {
	background-color: rgb(226, 226, 226);
	padding: 20px;
}
.buttons, .wbuttons{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #8A4500;
	border-radius: 5px;
	background-color: #965701;
	background:-moz-linear-gradient(rgba(149,93,0,0.8), rgba(149,93,0,1));
	background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(149,93,0,0.8)), to(rgba(149,93,0,1)));
	box-shadow:1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	color: #FFF;
	position: relative;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.buttons {
	width: 150px;
}
.wbuttons {
	width: 300px;
}
.placeholder {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}
#bankohelpbt {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #980656;
    border-radius: 5px;
    background-color: #970455;
    background: -moz-linear-gradient(rgba(149,93,0,0.8), rgba(149,93,0,1));
    background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(149, 0, 72, 0.8)), to(rgb(149, 0, 83)));
    box-shadow: 1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	margin-left: 40px;
    position: absolute;
    top: 30px;
}
#bankohelpcont {
    border: 1px solid #970455;
    clear: both;
    float: none;
    padding: 20px;
    padding-left: 35px;
    line-height: 1.3em;
    background: #fff5f7;
    font-size: 85%;
    color: #730140;
	display: none;
	margin-right: 15px;
}
/* ==========================================================================
   Main
========================================================================== */
.left-container-bg, .all-container-bg {
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	min-height:100%;
	height: 100% !important;
	height: 100%;
	background-image: url(../../images/dot.png);
	background-repeat: repeat;
	background-attachment: fixed;
	z-index: 1;
}
.left-container-bg {
	width: 73%;
}
.all-container-bg {
	width: 100%;
}
.msg-container {
	position: relative;
	width: 60%;
	height: auto;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 8%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:rgba(255, 255, 255, 0.9);
	z-index: 2;
}
.left-container {
	width: 68%;
	top: 0;
	left: 0;
	min-height:100%;
	height: auto;
	position: absolute;
	padding-left: 5%;
	display: block;
	float: left;
	z-index: 10;
}
body > .left-container {
	height: auto;
}
#masonry-box {
	clear: both;
}
.mbox {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 255px;
	padding: 8px;
	float: left;
}
.mbox-a, .in-contents {
	font-size: 18px;
	display: block;
	color: #000;
	background: #FFF;
	text-decoration: none;
}
.mbox-a {
	padding-top: 130px;
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom: 5px;
}
.mbox-a:hover {
	background-position: -240px 0;
}

#kiyakubox{
	background-image: url(../../images/page_bg_kiyaku.jpg);
	background-repeat: no-repeat;
}
#rinji_eventbox{
	background-image: url(../../images/page_bg_angou.jpg);
	background-repeat: no-repeat;
}
#basebox{
	background-image: url(../../images/page_bg_base.jpg);
	background-repeat: no-repeat;
}
#eventbox{
	background-image: url(../../images/page_bg_event.jpg);
	background-repeat: no-repeat;
}
#commubox{
	background-image: url(../../images/page_bg_commu.jpg);
	background-repeat: no-repeat;
}
#bbsbox{
	background-image: url(../../images/page_bg_bbs.jpg);
	background-repeat: no-repeat;
}
#linkbox{
	background-image: url(../../images/page_bg_link.jpg);
	background-repeat: no-repeat;
}
#bankobox{
	background-image: url(../../images/page_bg_banko.jpg);
	background-repeat: no-repeat;
}
#lookbg {
    background-image: url(../../images/look.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 50px;
    border: 1px solid #afafaf;
}
.nodisp {
	display:none;
}
.inu1,
.inu2 {
	height: 85px;
	padding-left: 160px;
	background-repeat: no-repeat;
	display:table-cell;
}
.inu1 {
	background-image: url(../../images/inu1.jpg);
}
.inu2 {
	background-image: url(../../images/inu2.jpg);
	vertical-align:bottom;
}
.inu1 select,
.inu2 select{
	font-size: 140%;
}
#trpress,
#tppress,
#treditpress,
#tpeditpress,
#bankohelpbt {
	margin-top: 0px;
}
.bonko-sp,
.bonko-vp {
    border: 1px solid #ccc;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f5eee0;
	display: inline-block;
	margin-bottom: 4px;
}

.bonko-sp {
    color: #006b96;
}
.bonko-vp {
    color: #dd004b;
}
#lookbg:hover {
	background-position: right -60px;
}
.in-contents {
	padding: 10px;
}
.right-container {
	position: fixed;
	top: 0;
	right: 0;
	width: 27%;
	height: 100%;
	float: right;
	background: #EEE;
	z-index: 10;
	display: block;
}
.right-c-title {
	background-image: url(../../images/in_contents_bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	margin-bottom: 5px;
	padding: 8px;
}
.right-c{
	height: 100px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 12px;
	padding-left: 8px;
	padding-right: 8px;
	clear: both;
	float: none;
}
.right-c a:link {
	color: #00F;
}
.right-c a:visited {
	color: #00F;
}
.right-c a:hover {
	color: #F00;
}
.right-c h4, .right-c span, .right-c p {
	font-size: 12px;
	line-height: 16px;
	display: block;
}
.right-c h4, #sub-ovfs h4 {
	float: left;
}
.right-c span, #sub-ovfs span, #helpbtn {
	float: right;
}
.right-c p, #sub-ovfs p {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	clear: both;
}
.right-c b {
	padding-right: 5px;
}
#helpbtn {
	padding: 0;
	margin: 0;
	height: 23px;
	font-size:14px;
	width: 60px;
}

#waitwindow {
	z-index: 9999;
    position: absolute;
    left: 20%;
    top: 20%;
    height: 30%;
    width: 60%;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background: rgba(0, 0, 0, 0.8);
    background-image: url(../../images/inugif1.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    color: #fff;
    font-size: 200%;
    padding-top: 80px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 20px;
	display: none;
}
.hidden-container {
	z-index: 99;
}

#back-layer {
	position:absolute;
	left:0;
	top:0;
	margin-top: 3%;
	margin-right: 4%;
	margin-bottom: 3%;
	margin-left: 4%;
	height:0;
	width:0;
	background: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	background: rgba(0, 0, 0, 0.8);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: none;
}
.floatclear {
	float: none;
    clear: both;
}
#over-layer {
	position: absolute;
	background: #FFF;
	color: #000;
	padding: 20px;
	margin: 40px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	display: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sub-container {
	line-height: 1.2em;
	padding: 20px;
	padding-right: 5px;
}
.sub-container2 {
	line-height: 1.2em;
	padding: 20px;
	padding-top: 0px;
	padding-right: 5px;
    clear: both;
    float: none;
}
.sub-container3 {
	line-height: 1.2em;
	padding: 20px;
	padding-bottom: 0px;
	padding-right: 5px;
}
#closing {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 10002;
	height: 40px;
	width: 40px;
	margin: 10px;
	background-image: url(../../images/closing.jpg);
	display: none;
}
#sub-ovfs, #sub-layer {
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-bottom: 10px;
	padding-right: 20px;
}
.ct-table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	margin-top: 7px;
}
.ct-table tr td, .ct-table tr th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.ctb-bg {
	background-color: #DBB86F;
}
.tcdtr {
	color: #C06;
	font-weight: 600;
}
#sub-layer section {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 20px;
}
#sub-layer h2 {
	margin-top: 30px;
}
#sub-layer h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#sub-layer ul li {
	margin-left: 60px;
	list-style-type: disc;
}
#sub-layer ol li {
	margin-left: 60px;
}
#sub-layer a:link {
	color: #00F;
}
#sub-layer a:visited {
	color: #00F;
}
#sub-layer a:hover {
	color: #F00;
}
#sub-layer p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#sub-layer table {
	margin-left: 30px;
}
.gd1mob-container {
	background-color: #E8E8E8;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #666;
	overflow:hidden;
	padding: 10px;
}
.gd1mob_set {
	width: 50%;
	float: left;
}
.gd1mob_result {
	width: 50%;
	float: right;
}
.sub_dls {
	clear: both;
	float: none;
}
.sub_dls dd {
	margin-left: 70px;
	margin-right: 50px;
}
.sub_dls dt {
	font-weight: bold;
	margin-top: 20px;
	margin-left: 50px;
}
.tantoubox {
	font-size:160%;
	color: #FF0;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #000;
	height: 1.2em;
}
.sub_drop li {
	padding-bottom: 1.2em;
	margin-right: 50px;
}
#tantouform, #zaikoform, #sys_tubyaki {
	display: none;
}
.tubucom {
	color:#393;
}
#login {
	margin-bottom: 100px;
}
.btmlink {
	width: 100%;
	background-color: #E8E8E8;
	padding: 10px;
	margin-top: 20px;
	overflow: hidden;
}
.btmnb {
	padding: 10px;
	display: block;
}
.btmlink a:hover {
	background-color: #09F;
	color: #FFF
}
#viewmode {
	color: #272525;
    margin: 15px;
    padding: 10px;
    background-color: #eeeeee;
    width: 12em;
    float: right;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: smaller;
}
#viewmode:hover {
	color: #191917;
    background-color: #ffca2e;
}
#userslog-box{
clear: both;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 80%;
    height: 780px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    display: block;
}
.userslog-table{
    border-top: 1px solid #999;
	border-right: 1px solid #999;
	width: 100%;
}
.userslog-table th,
.userslog-table td {
    padding: 8px;
    border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.userslog-table th{
    background-color: #eee;
}
.userslog-table td{
    background-color: #fff;
}

/* ==========================================================================
   Tablet
========================================================================== */
@media screen and (max-width: 979px) {

}

/* ==========================================================================
   Tablet / SmartPhone
========================================================================== */
@media screen and (max-width: 795px) {

}

@media screen and (max-width: 768px) {

}





/* ==========================================================================
   SmartPhone
========================================================================== */
@media screen and (max-width: 480px) {


}

/* ==========================================================================
   MaxImage CSS
========================================================================== */
.mc-hide-scrolls{
        overflow:hidden;
}

body .mc-cycle {
        height:100%;
        left:0;
        overflow:hidden;
        position:fixed;
        top:0;
        width:100%;
        z-index:-1;
}

div.mc-image {
        -webkit-transition: opacity 1s ease-in-out; 
        -moz-transition: opacity 1s ease-in-out; 
        -o-transition: opacity 1s ease-in-out; 
        transition: opacity 1s ease-in-out;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position:center center;
        background-repeat:no-repeat;
        height:100%;
        overflow:hidden;
        width:100%;
}

.mc-old-browser .mc-image {
        overflow:hidden;
}
