/*■共通汎用スタイル*/
body
{
	margin:0px;
	padding:0 0 200px 0;
	font-family: 'Meiryo UI',Meiryo,'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif!important;
	font-size:80%;
}
img { -ms-interpolation-mode: bicubic; }
@media print{
	#xDisposeBox{display:none;}
}

a:link{color:#d93f01;text-decoration:underline;}
a:visited{color:#d93f01;text-decoration:underline;}
a:hover{color:#ff0000;text-decoration:underline;}
a:active{color:#d93f01;text-decoration:underline;}

.wrapthis{padding-left:20px;}
.attention{color:#ff0000;font-weight:normal;}
.subAttention{color:#ea5d5d;font-weight:bold;}
.warning{background:#e98885;}
.noWrap{white-space:nowrap;}
.highlight{background:#adeaff;}
.highlightp{background:#ffadc1;}
.dotline{border-top:dotted 2px #e0e0e0;width:100%;}

/*■既定の非表示*/
.hideClass
{
	display:none;
}

#message
{
	color:#ff0000;
	font-weight:bold;
}

/*■縦スペース各種*/
.tinyBetween{height:1px;}
.smallBetween{height:5px;}
.mediumBetween{height:15px;}
.largeBetween{height:40px;}
.superBetween{height:100px;}

/*■階段背景色*/
.alternateBack{background:#fcfcfc;}
.alternateBackWoman{background:#fcfcfc;color:#f40067;}
.woman{color:#f40067;}

.editBack{background:#fff8eb;}
.inputSupport{background:#ebf6a1;border:solid 1px #d7ee47;}
.explanation{color:#000;padding:2px 0px 2px 0px;}

/*■処理ボックス*/
.disposeBox
{
	display:inline-block;
	border:solid 1px #eaeaea;
	background:#f5f5f5;
	padding:3px;
}
.disposeTable
{
	border-collapse:collapse;
}
.disposeTable td
{
	white-space:nowrap;
}

.editBackTd
{
	line-height: 1.5em !important;
	font-size: 125%;
	font-weight:bold;
	color:#a4a4a4;
	background-image: url(../img/check.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right:1px;
}

/*■入力フォーム等各種*/
input[type="text"]
{
	height:24px;
	border:solid 1px #d1cddc;
	padding-left:5px;
}
input[type="text"]:focus
{
	border:solid 1px #4683c1;
	background:#fff;
	padding-left:5px;
}

input[type="password"]
{
	height:24px;
	border:solid 1px #d1cddc;
	padding-left:5px;
}
input[type="password"]:focus
{
	border:solid 1px #4683c1;
	background:#fff;
	padding-left:5px;
}

input[type="checkbox"]
{
	height:20px;
	width:20px;
}
input[type="checkbox"]:checked
{
	background:#8383ff;
}

input[type="radio"]
{
	height:17px;
	width:17px;
}

.registerbutton
{
	height:35px;
}
.registerbuttonred
{
	color:#ff0000;
	height:35px;
}

input[type="submit"]
{
	font-size:98%;
	font-weight: normal;
	color:#fff;
	background: #46a1fb;
	border-top: 1px solid #208dfb;
	border-left: 1px solid #208dfb;
	border-right: 1px solid #208dfb;
	border-bottom: 1px solid #208dfb;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
}

input[type="submit"]:hover
{
	color:#fff;
	background: #78bafc;
}

input[type="button"]
{
	font-size:98%;
	font-weight: normal;
	color:#fff;
	background: #46a1fb;
	border-top: 1px solid #208dfb;
	border-left: 1px solid #208dfb;
	border-right: 1px solid #208dfb;
	border-bottom: 1px solid #208dfb;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
}

input[type="button"]:hover
{
	color:#fff;
	background: #78bafc;
}

input[type="file"]
{
	margin: 0;
	padding: 1px;
	border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
    color:#111;
}
select
{
	height:28px;
	border:solid 1px #a8cae8;
}
select:focus
{
	height:28px;
	border:solid 1px #a8cae8;
	background:#f9f8fc;
}

textarea
{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku GothicPro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:100%;
}
textarea:focus
{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku GothicPro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:100%;
	background:#f9f8fc;
}

.mustthis
{
	font-size:98%;
	width:24px;
	height:14px;
	padding:2px 3px 2px 3px;
	color:#fff;
	background:#ff7979;
}
.needthis
{
	font-size:98%;
	width:24px;
	height:14px;
	padding:2px 3px 2px 3px;
	color:#fff;
	background:#79bcff
}
/*マスタへのリンク*/
.masterLink a
{
	margin-left:10px;
	font-size:87%;
	font-weight:bold;
	color:#fff;
	background:#818181;
	text-decoration:none;
	padding:2px;
}


/*■ページタイトル*/
.pageTitle
{
	font-size:160%;
	font-weight:normal;
	color:#000;
	padding-bottom:2px;
	white-space:nowrap;
}
.pageTitleBelow
{
	font-size:97%;
	color:#006699;
	padding-bottom:15px;
	white-space:nowrap;
}
.subTitle
{
	font-size:140%;
	font-weight:normal;
	color:#808080;
	padding-bottom:10px;
	white-space:nowrap;
}
/*■トップページで使用するセクションタイトル*/
.sectionTitle
{
	color:#a2afb3;
	font-size:130%;
	font-weight:normal;
	padding:0px 0px 5px 20px;
	background-image: url(../img/arrow072_10.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.sectionSubTitle
{
	color:#202020;
	padding:0px 0px 5px 20px;
}

.systemTitle
{
	width:99%;
	text-align:right;
	padding:8px 0px 0px 0px;
	color:#888;
}

/*■ヘッダー関連*/
.headerLoginBox
{
	border:solid 1px #eaeaea;
	border-radius:4px;
	padding:9px 25px 9px 25px;
	background:#f9f9f9;
}
.masterMenuTable
{
	border-collapse:collapse;
	background:#f9f9f9;
}
.masterMenuTable th
{
	color:#8a9d0e;
}
.masterMenuTable td
{
	padding:2px;
}
.masterMenuTable td a
{
	color:#333;
}

/*■仕切り線*/
.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	font-size:140%;
	height: 1.5em;
	opacity: .5;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #818078;
	background-color: #fcfcfa;
}

.waveline
{
	height: 4px;
	border:none;
	background: url(../img/line02.png) repeat-x 0 0;
}

/*■ページトップへ戻るボタン*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop table {
	display: block;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
