@charset "utf-8";
/* CSS Document */

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
	padding:0;
	margin:0;
}

body,
td {
	font-family: "メイリオ", Meiryo, "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	overflow-y: auto;
}

/* フォント
---------------------------------------- */
.textsmall {	font-size:11px!important;}
.textnormal {	font-size:13px!important;}
.textlarge {	font-size:15px!important;}
.textlargeEx {	font-size:17px!important;}

/* 行高さ
---------------------------------------- */
.lheightsmall {	line-height:1.2em;}
.lheightnormal {line-height:1.7em;}
.lheightlarge {	line-height:2em;}

/* フォントカラー
---------------------------------------- */
.colorcaution {	color:#CC3300;}
.colordisable {	color:#999;}
.colorblue { color:#0062F9;}

/* 強調
---------------------------------------- */
.weightbold {	font-weight:bold;}
.weightnormal { font-weight:normal;}
.strike { text-decoration:line-through; }

/* 表示
---------------------------------------- */
.displaynone {
	display:none;
}
.hidden {
	visibility:hidden;
}
.height0 {
	width:0;
	height:0;
	overflow:hidden;
}

/* 幅
---------------------------------------- */
.widthxxs {		width:30px!important;}
.widthxs {		width:60px!important;}
.widths{		width:80px!important;}
.widthm {		width:120px!important;}
.widthl {		width:240px!important;}
.widthxl {		width:480px!important;}
.widthmax {		width:97%!important;}
.widthauto {	width:100%!important;}

/* IME制御
---------------------------------------- */
.imeon {		ime-mode:active;}
.imeoff {		ime-mode:disabled;}


/* 下部マージン
---------------------------------------- */
.margin {		margin-bottom:10px!important;}
.margin05 {		margin-bottom:5px!important;}
.margin10 {		margin-bottom:10px!important;}
.margin15 {		margin-bottom:15px!important;}
.margin20 {		margin-bottom:20px!important;}
.margin25 {		margin-bottom:25px!important;}
.margin30 {		margin-bottom:30px!important;}
.margin40 {		margin-bottom:40px!important;}
.margin50 {		margin-bottom:50px!important;}

/* 回り込み
---------------------------------------- */
.fleft {	float:left;}
.fright {	float:right;}

/* 行揃え
---------------------------------------- */
.acenter {		text-align:center!important;}
.aright {		text-align:right!important;}
.aleft {		text-align:left!important;}

/* 折り返し
---------------------------------------- */
.nowrap {		white-space:nowrap; }

/* clearfix
--------------------------------------*/
.clearfix {
	zoom:1;
	overflow:hidden;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

/* その他
---------------------------------------- */
.errorText {
	color:#C00!important;
	font-weight:bold!important;
}

.clear {
	clear:both;
	zoom:1;
}

br.clear {
	line-height:0;
	height:0;
}

.disabled {
	display:none;
}

.noborder {
	border:none!important;
}

/* frame
---------------------------------------- */
header {
	padding: 10px 15px;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFA217),color-stop(1, #ED6F00));
	background-image: -o-linear-gradient(bottom, #FFA217 0%, #ED6F00 100%);
	background-image: -moz-linear-gradient(bottom, #FFA217 0%, #ED6F00 100%);
	background-image: -webkit-linear-gradient(bottom, #FFA217 0%, #ED6F00 100%);
	background-image: -ms-linear-gradient(bottom, #FFA217 0%, #ED6F00 100%);
	background-image: linear-gradient(to bottom, #FFA217 0%, #ED6F00 100%);
}
header a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
}

.inner {
	padding:10px 15px;
}

.btnInner {
	padding:0 12px;
}

.btnInner02 {
	padding:0 6px;
}

.btnInner a,
.btnInner02 a {
	width:100%;
}

.error {
	padding:10px;
	margin-bottom:10px;
	border-top:#C01518 1px solid;
	border-bottom:#C01518 1px solid;
	background-color:#FFEEEE;
}

#memberName {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:18px;
	padding:10px;
	background-color:#ffb320;
	margin-bottom:10px;
}

#memberName span {
	font-size:12px;
}

.title {
	font-size:18px;
	line-height:24px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#aaa 1px solid;
}

.title img {
	width:20px;
	height:20px;
	vertical-align:top;
}

menu {
	margin:15px 15px 45px;
	border:#ccc 1px solid;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

menu h2 {
	color:#fff;
	line-height:40px;
	font-weight:bold;
	padding-left:12px;
	border-bottom:#ccc 1px solid;
	background-color:#ffb320;
}

body.index	menu li.index {
	display:none;
}

menu li {
	padding-right:10px;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFBF0),color-stop(1, #F2E8D5));
	background-image: -o-linear-gradient(bottom, #FFFBF0 0%, #F2E8D5 100%);
	background-image: -moz-linear-gradient(bottom, #FFFBF0 0%, #F2E8D5 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFBF0 0%, #F2E8D5 100%);
	background-image: -ms-linear-gradient(bottom, #FFFBF0 0%, #F2E8D5 100%);
	background-image: linear-gradient(to bottom, #FFFBF0 0%, #F2E8D5 100%);
	border-bottom:#ccc 1px solid;
}

menu a {
	display:block;
	color:#333;
	padding:10px;
	text-decoration:none;
	background:url(../images/icon03.png) no-repeat right center;
	background-size:10px 15px;
}

menu .vt_noReadBadge > span{
	min-width: 16px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff2323;
	border-radius: 12px;
	margin-left: 10px;
	padding: 0 4px;
	font-size: 10px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
}

/* input
---------------------------------------- */
input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
}

/* input入力グループ
---------------------------------------- */
.inputGroup {
	border: 1px solid #000;
	border-radius: 8px;
	overflow: hidden;
}

.inputGroup > input {
	padding: 10px 8px;
	border: none;
}

.inputGroup > input:first-of-type {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.inputGroup > input:last-of-type {
    border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.inputGroup > input:nth-child(n+2) {
	border-top: 1px solid #000;
}
/* 入力エラーがでたとき */
.inputGroup > input.err:last-of-type {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* ------------------------------------- */

footer {
	line-height:30px;
	text-align:center;
	color:#fff;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFA217),color-stop(1, #ED6F00));
	background-image: -o-linear-gradient(bottom, #FFA217 0%, #ED6F00 100%);
	background-image: -moz-linear-gradient(bottom, #FFA217 0%, #ED6F00 100%);
	background-image: -webkit-linear-gradient(bottom, #FFA217 0%, #ED6F00 100%);
	background-image: -ms-linear-gradient(bottom, #FFA217 0%, #ED6F00 100%);
	background-image: linear-gradient(to bottom, #FFA217 0%, #ED6F00 100%);
}

/* ボタンスタイル
---------------------------------------- */
.btn01 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-weight:bold;
	padding:8px 0;
	text-decoration:none;
	border:#ddd 1px solid;
	text-shadow:0px 1px 0px #ffffff;
}
.btn01:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}

.btn02,
.btn03 {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:12px 24px;
	letter-spacing:0.1em;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
	cursor:pointer;
}

.btn02:hover,
.btn03:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}

/* table01
---------------------------------------- */
.table01 {
	border-collapse:separate;
	border:#ccc 1px solid;
	border-radius:3px;
	border-bottom:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.table01 th {
	background-color:#FFF9E8;
}

.table01 .alternate td {
	background-color:#F4FFEF;
}

.table01 th,
.table01 td {
	padding:5px;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
}

.table01 .btn03 {
	width:60px;
	padding:6px 0;
	text-align:center;
}

.table01 .rNoBorder {
	border-right:none;
}

.select .table01 {
	margin-bottom:10px;
}

.select .table01 td,
.form .table01 td {
	border-right:none;
}

.select .table01 caption {
	font-weight:bold;
	color:#008DE7;
	line-height:25px;
}

.form .btn01,
.form .btn03 {
	width:100%;
	padding:12px 0;
	text-align:center;
}

.apList .table01 th,
.apList .table01 td {
	font-size:11px;
	padding:5px 3px;
}

#Amount {
	height:36px;
}

#debit {
	padding:5px;
	margin-bottom:10px;
	border:#E90003 1px solid;
	border-radius:3px;
}

#referBox {
	visibility:hidden;
	height:0;
}

/* indent
---------------------------------------- */
.indent li {
	padding:0 0 0.5em 1em;
	margin-bottom:0.5em;
	border-bottom:#ccc 1px solid;
}

/* ステータス表示ボックス
---------------------------------------- */
#statusarea {
	position:fixed;
	width:320px;
	padding:3px 5px;
	top:10px;
	text-align:center;
	background-color:#FFFFE1;
	display:none;
	z-index:1000;
	
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
	/* box-shadow */
	box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 6px 3px;	
}