/*---------------------------------------------
		common overwrite
---------------------------------------------*/

/*---------------------------------------------
		ƒwƒbƒ_[
---------------------------------------------*/


body
{	
	width:100%;
	height:100%;
	font-size:12pt;
	margin:0;
	padding: 0;
}
#logo
{	
	width:30%;
}
table
{
	width:100%;
	height:100%;
}
textarea{
	font-size:12pt;
	width: 100%;
	
}
input{
	font-size:12pt;
	
}


div.btnEnter,div.btnCancel,div.btnCancel2,div.btnChangeEnter,div.btnChangeEnter2,div.btnStopEnter,div.btnStopEnter2,div.btnClearEnter,div.btnClearEnter2,div.btnBuylist,div.btnBuyQRlist,div.btnQRlist,div.btnQRChoicelist,div.btnInfolist,div.btnManagelist,div.btnInsert,div.btnClaimEnter{
	background: #4e84bd;
	border-color: #5c8abb;
	width: 96%;
	height: 28px;
	line-height: 28px;
	color: #fff;
	margin-top: 1%;
	font-family: 'FontAwesome';
	text-align: center;
	border: 2px solid #143a81;
	border-color: #6c84b0 #0e285a #0a1e42 #416099;
	
}
input[type="submit"],input[type="button"] {
	background: #4e84bd;
	border-color: #5c8abb;
	width: 96%;
	height: 28px;
	margin: 1% 0%;
	
	color: #fff;
	font-family: 'FontAwesome';
	text-align: center;
	border: 2px solid #143a81;
	border-color: #6c84b0 #0e285a #0a1e42 #416099;
}

input[type="button"]:disabled {
	color: #f7f7f7;
	
	background: #8c8c8c;
	border: 2px solid #8c8c8c;
	border-color: #b7b7b7 #626262 #494949 #a2a2a2;
}
input.btnEnter{
	background: #4e84bd;
	border-color: #5c8abb;
	width: 96%;
	height: 28px;
	margin: 1% 0%;
	color: #fff;
	margin-top: 1%;
	margin-bottom: 1%;
	font-family: 'FontAwesome';
	text-align: center;
	border: 2px solid #143a81;
	border-color: #6c84b0 #0e285a #0a1e42 #416099;

}
input.btnEnter:hover{
	background: #4e84bd;
	border-color: #5c8abb;
	width: 96%;
	height: 28px;
	margin: 1% 0%;
	color: #fff;
	margin-top: 1%;
	margin-bottom: 1%;
	font-family: 'FontAwesome';
	text-align: center;
	border: 2px solid #143a81;
	border-color: #6c84b0 #0e285a #0a1e42 #416099;

}
input.btnCancel{
	background: #8c8c8c;
	border: 2px solid #8c8c8c;
	border-color: #b7b7b7 #626262 #494949 #a2a2a2;
	width: 96%;
	color: #fff;
	margin-top: 1%;
	margin-bottom: 1%;
	font-family: 'FontAwesome';
	text-align: center;
	border: 2px solid #143a81;
	border-color: #6c84b0 #0e285a #0a1e42 #416099;

}
.btnSearch {
	width: 20px;
	height: 22px;
	font-family: 'FontAwesome';
}
.btnClear {
	width: 20px;
	height: 22px;
	font-family: 'FontAwesome';
}

input[type="button"].button_mini{
	width:10%;
	padding: 0px 5px 0px 5px;

}
td.button_sort{
	margin: 10%;
	font-family: 'FontAwesome';

}
table.Sort{
	background: #4e84bd;
	border-color: #5c8abb;
	margin: 5% 0%;
	color: #fff;
	font-family: 'FontAwesome';
	text-align: center;
	border: 2px solid #143a81;
	border-color: #6c84b0 #0e285a #0a1e42 #416099;
	float:left;
	width:10%;
	height: 14px;
}
div.btnSelectEnter{
	background: #4e84bd;
	border-color: #5c8abb;
	width: 98%;
	height: 28px;
	line-height: 28px;
	color: #fff;
	margin-top: 1%;
	font-family: 'FontAwesome';
	text-align: center;
	border: 2px solid #143a81;
	border-color: #6c84b0 #0e285a #0a1e42 #416099;

}
div.btnChangeEnter3,{
	background: #4e84bd;
	border-color: #5c8abb;
	width: 98%;
	height: 28px;
	line-height: 28px;
	color: #fff;
	margin-top: 1%;
	font-family: 'FontAwesome';
	text-align: center;
	border: 2px solid #143a81;
	border-color: #6c84b0 #0e285a #0a1e42 #416099;
	
}
qrcode-text-btn {
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url(qr_icon.svg) 50% 50% no-repeat;
  cursor: pointer;
}

.qrcode-text-btn > input[type=file] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.file {
	display: inline-block;
	overflow: hidden;
	position: relative;
	min-width: 120px;
	height: 20px;
	text-align: center;
	background: #1a2380;
	border: 2px solid #1a2380;
	border-color: #4653d7 #130f70 #000048 #2c37a9;
	padding: 2px 10px;
	color: #fff;
}
.file input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 100px;
	cursor: pointer;
}
.icon_font {
	font-family: 'Noto Sans Japanese','FontAwesome',serif;
}

div#accordion fieldset {
    display: inline;
    width: 90%;
}
div#cp0.cp,div#cf0.cf  {
    display: inline;
    width: 100%;
}
#content {
	width: 96%;
	margin: 0% 4%;
}
#accordion,#accordion2,#accordion3,#accordion4 {
	width: 90vw;
	padding: 5px;
	margin-bottom: 10px;
	border:solid #008080; 
	display: inline-block;
}
.content_qrc {
	background: #4e84bd;
	border-color: #5c8abb;
	border: 2px solid #143a81;
	border-color: #6c84b0 #0e285a #0a1e42 #416099;
	margin:0% 4% 0% 0%;
	width:80%;
	color:#ffffff;
	font-size:12pt;
}
.content_qrs {
	background: #4e84bd;
	border-color: #5c8abb;
	border: 2px solid #143a81;
	border-color: #6c84b0 #0e285a #0a1e42 #416099;
	margin:0% 4% 0% 0%;

	color:#ffffff;
	font-size:12pt;
}
.content_qrs_search {
	background-color: #ffffff;
	border-color: #000000;
	border: 2px solid ;
	margin:0% 4% 0% 0%;

	color:#000000;
	font-size:12pt;
}

.content_search {
	background: #4e84bd;
	border-color: #5c8abb;
	border: 2px solid #143a81;
	border-color: #6c84b0 #0e285a #0a1e42 #416099;
	margin:0% 4% 0% 0%;
	padding: 2%;
	text-align: right;
	color:#ffffff;
	font-size:12pt;
}
.content_qrs td:first-child {
	width: 80%;
}
.content_qrs_search td:first-child {
	width: 80%;
}
.contet_qrs a{

	color:#ffffff !important; 　/*リンクの色*/
	text-decoration: none !important;
}


#footer {
  font-size:11px; 
  background-color: #7d7d7d;
  overflow: hidden;
  padding: 10px;
  margin-top: 2%;
  color: #ffffff;
  text-align: center;
}
#header {
  background-color: #7d7d7d;
  overflow: hidden;
  padding: 5px;
  margin-bottom: 2%;
  color: #ffffff;

}

#header img{
	float: left;
}
#header div{
	font-size: 14px;
	text-align: right;
}
.headerbtn{
	font-size: 18pt !important; 
	color: black;
	padding: 2px;
	margin: 0 5px;
	border-radius: 15px;		/* CSS3草案 */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;	/* Firefox用 */

}
.cv_right{
	text-align: right;
}
.cv_left{
	text-align: left;
}
.manual_title {
	clear: both;
	width: 100%;
	margin-bottom: 13px;
	height: 13px;
	line-height: 1.5em;
	font-size: 20px;
}
.manual_title span {
	margin: 0 auto;
	padding: 5px 20px 5px 20px;
	color: #ffffff;
	background-color: #4e84bd;
}
.manual_text {
	padding: 5px 0;
	margin-bottom: 40px;
}
.manual_text p {
	font-size: 16px;
}
.manual_text table {
	font-size: 18px;
}
.manual_text td {
	line-height: 3em;
	vertical-align: middle !important;
}
.cv_min {
	width: 100% ;
}
.cv_max {
	width: 100% ;
}
.cv_right {
	margin-left: auto ;
}

.QRS_type {
	font-family: 'Noto Sans Japanese','FontAwesome',serif;
		font-size:12pt;

}
.fa-white{
	color:white;
}
.fa-red{
	color:red;
}
/* error message */
#errmsg {
	width: 100%;
	text-align: center;
	color: #e00;
}
.width100{
	width: 100%;
}
.AB {
	line-height: 1.2em;
	font-weight: bold;
	font-size: large;
}
.B_contents_on {
    background-color: #fcc !important;
}
.B_contents_off {
    background-color: #eee !important;
}
.A_contents_on {
    background-color: #eee !important;
}
.A_contents_off {
    background-color: #fcc !important;
}
.tr_even {
	background-color: #d0d0d0;
}
input#login_ID{
	width: 90%;
}
input#login_PW{
	width: 90%;
}
/*---------------------------------------------
		アップロードプログレスバー
---------------------------------------------*/
#progress_frame {
	position: absolute;
	height:30px;
	border: 2px solid #1a2380;;
}
#progress_bar {
	background-color: #1a2380;;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}