/*
ベース色 : hsl(34, 100%, 50%);#EF8700

【Width】※1920pxの黄金比で構成
966px = 170px + 42px + 752px(708px + 42px)

[Orange]
hsl(34, 100%, 94%)
34-85-94 #F09724

【Blue】
214-9-100 #E8F2FF ※Help
214-15-100 #D9E9FF
214-100-62 #00449E

【Yellow】
#FCFFD8 64-15-100


*/

.block-message {
	border: solid 1px hsl(0, 0%, 85%);
	display: block;
	padding: 124px 0;
	text-align: center;
	width: 100%;
	
	/*角を丸くする*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.block_form {
	width: 70.71%;
}

body {
	background: rgb(94%,94%,94%);
	color: hsl(0, 0%, 24%);
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Microsoft Sans Serif';/*, 'メイリオ',Meiryo;*/
	font-size: 14px;
}
.btnGrad {
	border-color: hsl(0, 0%, 91%) hsl(0, 0%, 85%) hsl(0, 0%, 76%) hsl(0, 0%, 91%);
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 12px 12px -6px rgba(64, 64, 64, 19.5%);
	color: hsl(0, 0%, 24%);
	cursor: pointer;
	display: inline-block;
	height: 36px;/*(30+42)/2、input[type="text"]の高さ = font-size(16) + 8 * 2 + border * 2*/
	line-height: 34px;
	padding: 0 16px;/* input[type="text"] の高さに大体一致するため */
	text-align: center;
	text-decoration: none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsl(0, 0%, 88%)));
	background: -moz-linear-gradient(top, #fff, hsl(0, 0%, 88%));
	background: -ms-linear-gradient(top, #fff, hsl(0, 0%, 88%));
}
.btnGrad:hover {
	border-color: hsl(0, 0%, 85%) hsl(0, 0%, 76%) hsl(0, 0%, 62%) hsl(0, 0%, 85%);
	box-shadow: 0 12px 12px -6px rgba(64, 64, 64, 24%);
	color: hsl(0, 0%, 15%);
	position: relative;
	top: -1px;
}
.btnSort{
	background-color: #F09724;
	border-style: solid;
	border-width: 0 0 1px 0;
	color: #fff !important;
	cursor:pointer;
}
.btnSubmit{
	height: 62px;
	width:250px;
}
.btnSubmit.ver2 {
	height: 60px;
	margin: 16px 0 0 0;
	width: 25%;
}
.btnSubmit.ver2.reset {
	margin: 16px 0 0 2px;
}

.display-none {
	display: none;
}

#footer{
	background-color: #00449E;
	color: #ffffff;
	clear: both;
	font-size: 0.85em;
	line-height: 162%;
	margin: 0 auto;
	padding:22px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img{
	float:left;
	height:58px;
	margin-right:22px;
}

#footer_help {
	font-size: 94%;
	margin-top: 60px;
	
	/*角を丸くする*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#footer_help img {
	margin-right: 8px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
#footer_help p {
	padding: 6px 12px;
}

.globalmenu{
	background-color: hsl(34, 100%, 50%);
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 0 1px 0;
	color: #ffffff;
	display: block;
	font-size: 0.85em;
	margin-bottom: 1px;
	padding: 8px 0 8px 14px;
	text-decoration:none;
	width: 170px;
	
	/*角を丸くする*/
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.globalmenu:hover{
	background-color: #00449E;
	/*text-decoration:underline;*/
}
.gray {
	color: rgb(50%,50%,50%);
}
h1{
	color: rgb(62%,62%,62%);
	font-size: 0.85em;
	font-weight:normal;
}
h2{
	color: rgb(50%,50%,50%);
	font-family:'メイリオ',Meiryo;
	font-size: 0.85em;
	/*font-weight:normal;*/
	font-style:italic;
}
h2 img{
	margin-right: 6px;
}
h3{
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',Meiryo;
	font-size: 162%;
}
h3.grad{
	background-color: hsl(34, 100%, 50%);
	border-color: rgb(15%,15%,15%);
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #ffffff;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',Meiryo;
	font-size: 100%;
	font-weight:normal;
	padding: 8px 16px;
	
	/*角を丸くする*/
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

h4{
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',Meiryo;
	font-size: 138%;
	margin: 16px 0;
}

h5.help {
	color: rgb(15%,15%,15%);
	font-size: 162%;
}

h6.help {
	background-color: hsl(34, 100%, 94%);
	color: hsl(0, 0%, 24%);
	font-size: 115%;
	line-height: 176%;
	margin: 16px 0 12px 0;
	padding: 8px 22px;
	
	/*角を丸くする*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

input[type="text"],input[type="password"],select,textarea{
	border: solid 1px hsl(0, 0%, 85%);
	padding: 6px;
	
	/*角を丸くする*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input[type="text"],textarea{
	ime-mode:active;
}
input[type="text"].code {
	ime-mode: disabled;
	text-align: center;
}
input[type="text"].disabled,input[type="password"]{
	ime-mode: disabled;
}
input[type="text"].inactive {
	ime-mode:inactive;
}
input[type="text"].number{
	ime-mode: disabled;
	text-align: right;
}
input[type="text"].readonly {
	border-color: #ffffff;
	border-style:none;
	color: rgb(50%,50%,50%);
}
input.larger{
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',Meiryo;
	font-size: 100%;
	padding: 6px;
}

#main-contents{
	background-color: #ffffff;
	display:none;
	float:left;
	min-width: 812px;/*1076px(ASUS) - 212px - 42px*/
	padding-bottom: 3%;
	/*padding-left: 42px;*/
}

.progressbar{
	text-align:left;
	width: 660px;
}
.progressbar_value {
	background-color: #83B332;
	border-color: #e0e0e0 hsl(0, 0%, 85%) hsl(0, 0%, 85%) #e0e0e0;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	color: #ffffff;
	float:left;
	font-size: 1.25em;
	height: 34px;
	padding: 4px 0;
	text-align: center;
	width: 60px;
	
	/*グラデーション*/
	background:-webkit-gradient(linear, left top, left bottom, from(#98e512), to(#83B332));
	background:-moz-linear-gradient(top, #98e512, #83B332);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#98e512, endcolorstr=#83B332));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#98e512, endcolorstr=#83B332))";
}
.progressbar_bar{
	background-color: #83B332;
	float:left;
	height: 32px;
	
	/*グラデーション*/
	background:-webkit-gradient(linear, left top, left bottom, from(#98e512), to(#83B332));
	background:-moz-linear-gradient(top, #98e512, #83B332);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#98e512, endcolorstr=#83B332));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#98e512, endcolorstr=#83B332))";
}
.progressbar_bar_container{
	border-color: #e0e0e0 hsl(0, 0%, 85%) hsl(0, 0%, 85%) #e0e0e0;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	float:left;
	height: 34px;
	width:596px;
}
.smaller{
	font-size: 0.85em;
}
table {
	
	/*角を丸くする*/
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
table.form{
	border-color: hsl(0, 0%, 85%);
	border-style: solid;
	border-width: 1px 0 0 1px;
	/*max-width:78%;*//*(170px + 42px) / 1024px = 22%, 100 - 22%*/
}
table.form.border-none {
	border: none;
}
table.form.border-none td {
	border: none;
}
table.form td{
	border-color: hsl(0, 0%, 85%);
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 8px;
	
	/*角を丸くする*/
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
table.form th{
	background-color: #F09724;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #ffffff;
	font-weight:normal;
	padding: 8px;
	text-align:left;
	
	/*角を丸くする*/
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
table.view{
	border-color: #F09724;
	border-style: solid;
	border-width: 1px 0 0 0;
	/*max-width:78%;*//*(170px + 42px) / 1024px = 22%, 100 - 22%*/
}
table.view td{
	border-color: hsl(0, 0%, 85%);
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 4px 6px;
}
table.view th{
	background-color: #F09724;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 0 1px 0;
	color: #ffffff;
	font-weight:normal;
	padding: 4px 6px;
}
table.view th a{
	color: #ffffff;
}
textarea{
	line-height: 162%;
}
.text-decoration-line-through{
	color: hsl(0, 0%, 85%);
	text-decoration:line-through;
}
tr.alternate {
	background-color: rgb(97%,97%,97%);
}
ul.globalmenu{
	list-style-type:none;
	padding-left: 8px;
}
ul.globalmenu li{
}
.width-100 {width: 100%;}
.width-120px {width: 120px;}
.width-22px {width: 22px;}
.width-42px {width: 42px;}
.width-60px {width: 60px;}
.width-84px {width: 84px;}
.width1{
	width: 1358px;
}
.width2{width: 960px;}
.width2.ver2 {width: 50.00% !important;}
.width3{
	width: 678px;
}
.width4{width: 480px;}
.width4.ver2 {width: 25.00% !important;}
.width5 {width: 340px;}
.width5.ver2 {width: 17.68% !important;}
.width6 {width:240px;}
.width6.ver2 {width: 12.50% !important;}
.width7{
	width: 170px;
}
.width8{
	width: 120px;
}
.width9{
	width: 84px;
}
.width10{
	width: 60px;
}
.width11{
	width: 42px;
}
.width12{
	width: 30px;
}

#header-h1{
	background-color: #ffffff;
	margin: 0 auto;
	padding:2px 0;
}

#header-logo{
	background-color: #ffffff;
	margin: 0 auto;
	padding:22px 22px;
}
#header-logo img{
	width: 120px;/*170px;*/
}

#main{
	/*background-color: hsl(34, 100%, 50%);*/
	background-color: #ffffff;
	margin: 0 auto;
}
#main:after{
	clear: both;
	content:"";
	display: block;
}

#menu{
	float:left;
	width:212px;/*170px + 42px*/
}
#menu:after{
	clear: both;
	content:" ";
	display: block;
}
