@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:798px){
body{
	font-family: MS PGothic,Arial,Hiragino Kaku Gothic ProN,Osaka,sans-serif;
    line-height: 1.22;
    font-size: 75%;
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
	color: #3a4651;
	font-weight: normal;
}

#wrapper{
    width: 100%;
	height: 100%;
	background: #fcfcfc;
}
#contents{
    width: 96%;
    margin: 20px auto;
	clear: both;
	padding: 0 2%;
}
.main{
	text-align: left;
    padding: 5px;
}
.main h2{
	font-size: 20px;
	border-left: 5px solid #85ce36;
	padding-left: 7px;
	margin-bottom: 20px;
}
/*:::::::::::::::::::::::::::::::::::::::

ヘッダー

:::::::::::::::::::::::::::::::::::::::*/
#header{
	width: 100%;
	min-width: 100%;
	background: #3a4651;
	color: #fff;
    min-height: 100px;
    height: auto;
    padding: 5px 0;
}
.headerIn{
	width: 96%;
	margin: 0 auto;
	height: auto;
	padding: 0;
	position: relative;
}
.headerIn h1{
	margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
	float: none !important;
	zoom: 0.8;
	-moz-transform:
	  scale(0.8,0.8)
	  translate(-23px,-23px);
}
.headerIn .flR{
	margin: 0;
	float: none !important;
    width: 100%;
	position: absolute;
	top: 55px;
    left: 0;
    min-height: 30px;
	height: auto;
	}
.headerIn .username{
    /* float: left; */
    width: 70%;
    margin-right: 0;
    text-align: left;
    line-height: 1;
    margin-top: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* position: absolute; */
    /* left: 0; */
}
.headerIn .username span{
	font-size: 12px;
	padding-left: 3px;
}
.headerIn .username span.name{
    font-size: 13px;
    padding-left: 0;
    line-height: 12px;
}
.headerIn .username i{
	display: none;
}
.headerIn .header_btn {
    width: 26%;
    float: right;
}
.headerIn .btnBasic.logout{
    float: left;
    padding: 5px;
    margin-right: 10px;
}
.headerIn .btnBasic.logout span{
    display: none;
}

.headerIn .btnBasic.logout i{
	display: inherit;
	font-size: 20px;
	padding: 2px 3px;
}
.headerIn .btnBasic.password{
    float: left;
    padding: 5px;
	margin-right: 0;
}
.headerIn .btnBasic.password span{
    display: none;
}
.headerIn .btnBasic.password i{
	display: inherit;
	font-size: 20px;
    padding: 2px 6px;
}
.userSwitch{
	width: 100%;
	min-width: 100%;
	background: #d7dde4;
	padding: 8px 0;
}
.userSwitchIn{
	width: 96%;
    margin: 0 auto;
    padding: 0 2%;
}
.userSwitchIn ul{
	float: none;
}
.userSwitch ul li{
    float: left;
    margin-right: 2%;
    width: 100%;
    margin-bottom: 5px;
}
.userSwitch ul li.switch{
	width: 50%;
	float: right;
    margin-top: 5px;
    margin-bottom: 2px;
}
.userSwitch ul li.reset{
	width: 50%;
	float: left;
    margin-top: 5px;
    margin-bottom: 2px;
}
.userSwitch ul li .btnBasic.switch {
    padding: 8px 20%;
    font-weight: normal;
    width: 90%;
}
.userSwitch ul li.reset .btnBasic.switch {
    background: #9da4ab;
}
.userSwitch ul li .form-group{
	width: 100%;
}
.userSwitch ul li .form-group label{
	margin-right: 10px !important;
}
.userSwitch ul li .form-group .select-wrap{
    width: 85% !important;
}
.userSwitch ul li .form-control{
	width: 100%;
}
.breadcrumbs {
    margin-bottom: 10px;
}
/*:::::::::::::::::::::::::::::::::::::::

共通ボタン、フォーム

:::::::::::::::::::::::::::::::::::::::*/
.form-group {
    margin-bottom: 1.5rem;
}
.form-group label {
    display: block;
    margin-bottom: 3px;
	font-weight: 600;
}
.required{
    display: inline-block;
    font-size: 12px;
    background: #fe974b;
    color: #fff;
    font-weight: normal;
    padding: 3px 4px;
    height: 14px;
    line-height: 12px;
    border-radius: 5px;
    margin-right: 8px;
}
.form-group label.control-label-sm {
	font-weight: normal;
}
.form-control {
    display: inline-block;
    width: 82%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 2px);
}
.form-control-sm{
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.select-wrap {
    position:relative;
}
.select-wrap:before {
    font-size: 14px;
    z-index: 1;
    position: absolute;
    right: 7px;
    top: 0px;
    content: "\f078";
    font-family: FontAwesome;
    line-height: 36px;
    color: #55595c;
    pointer-events: none;
}
select::-ms-expand {
  display: none;
}
select.form-control-sm:not([size]):not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    height: 2.2rem;
}
.btnCalender{
	font-size: 27px !important;
    color: #3a4651;
    margin-left: 10px;
}
.radio, .checkbox {
    display: none;
}
.radio + span:before, .checkbox + span:before {
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 10px;
    color: #c8d0da;
}
.checkbox + span:before {
    content: "\f0c8";
}
.radio:checked + span:before, .checkbox:checked + span:before {
    color: #85CE36;
}
.checkbox:checked + span:before {
    content: "\f14a";
}
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.radio + span:before {
    content: "\f111";
}
.radio:checked + span:before {
    content: "\f192";
}
.checkbox-group, .radio-group{
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.checkbox-group label, .radio-group label{
	display: inline-block;
}
.checkbox-group label, .radio-group label span{
	font-weight: normal;
}
button:hover{
	cursor: pointer;
}
.btnBasic {
    width: auto;
    display: inline-block;
    border: 0;
    /*border-bottom: 3px solid #225263 !important;*/
    background: #85CE36;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
    font-weight: normal;
    color: #fff !important;
    text-align: center;
    line-height: 1.3;
    height: auto;
    -webkit-appearance: none;
    padding: 5px;
	font-size: 13px;
}
.btnBasic:hover{
	background: #70b02b;
}
.btnBasic.submit {
    width: 200px;
    display: inline-block;
    border: 0;
    /* border-bottom: 3px solid #225263 !important; */
    background: #85CE36;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
    font-weight: normal;
    color: #fff !important;
    text-align: center;
    line-height: 1.3;
    height: auto;
    -webkit-appearance: none;
    padding: 12px 5px;
    font-size: 17px;
}
.btnBasic.submit:hover{
	background: #70b02b;
}
.btnBasic.cancel {
    width: 200px;
    background: #c8d0da;
    color: #3a4651 !important;
    padding: 12px 5px;
    font-size: 17px;
}
.btnBasic.cancel:hover{
	background: #b0b7bf;
}
.btnBasic.edit-sm{
    padding: 0;
	background: none;
	color: #3a4651 !important;
	font-weight: bold;
}
.btnBasic.edit-sm:hover{
	color: #70b02b !important;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0;
    font-size: 1rem;
    border-radius: 0.25rem;
	background: none;
}
/*テーブル*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
	background: #fff;
	border: 1px solid #d4d8d9;
}
.table thead th{
    background: #c8d0da;
	text-align: center;
}
.table thead th{
    border-left: 1px solid #eceeef;
}
.table th, .table td {
    padding: 0.35rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
th {
    text-align: left;
}
.table tr:nth-child(even){
	background: #fff;
}
.table td{
	border: 1px solid #d4d8d9;
}
/*:::::::::::::::::::::::::::::::::::::::

ログイン

:::::::::::::::::::::::::::::::::::::::*/
.login{
	background: #f0f3f6 !important;
}
.login #wrapper{
	padding: 30px 0;
	background: #f0f3f6 !important;
}
.login #contents{
	margin: 0 auto;
}
.loginBox{
	width: 100%;
	margin: 0 auto;
    background: none;
}
.loginBox .control-label{
	text-align: left;
	padding-left: 7%;
}
.loginBox h1{
    border-bottom: none;
	padding-bottom: 15px;
}
.loginBox h1 img{
    width: 60%;
}
.loginBox h2{
    font-size: 20px;
    margin-top: 20px;
	font-weight: normal;
}
/* モーダルウィンドウのスタイル */
.modal {
	position:absolute;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	display:none;
}
/* オーバーレイのスタイル */
.overLay {
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100vh;
	z-index:10;
}
/* モーダルウィンドウの中身のスタイル */
.modal .inner {
	position:absolute;
	z-index:11;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
    background: #fff;
    width: 88%;
    padding: 30px 2%;
    border-radius: 5px;
	text-align: center;
}
.modal .inner .tel{
	font-size: 13px;
	line-height: 1.2;
	 margin-top: 15px;
}
.modal .inner .tel span{
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 5px;
}
.modal .inner a:hover{
	text-decoration: none;
}
/*:::::::::::::::::::::::::::::::::::::::

トップページ

:::::::::::::::::::::::::::::::::::::::*/
.main .news h2 {
    font-size: 15px;
    border-left: 5px solid #85ce36;
    padding-left: 7px;
    margin-bottom: 7px;
}
.news ul{
	border: 1px solid #d7dde4;
    border-radius: 5px;
    padding: 3px 3%;
    height: 65px;
    overflow: auto;
}
.news ul li{
	margin-top: 3px;
}
.news ul li p span{
	font-size: 14px;
	margin-right: 10px;
}
.news ul li .catch{
    display: inline-block;
    background: #72899e;
    border-radius: 5px;
    font-size: 11px;
    line-height: 19px;
    width: 33%;
    text-align: center;
    color: #fff;
}
.news ul li .catch.important{
	background: #ce4646;
	color: #fff;
}
.news ul li .title{
    margin-right: 0;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    line-height: 1;
}
/* モーダルウィンドウのスタイル */
.modal.newIn {
	position:absolute;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	display:none;
	z-index: 999;
}
/* オーバーレイのスタイル */
.newIn .overLay {
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100vh;
	z-index:10;
}
/* モーダルウィンドウの中身のスタイル */
.modal.newIn .inner {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 86%;
    padding: 20px 3% 30px;
    border-radius: 5px;
    text-align: left;
}
.modal.newIn .inner .title{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
    line-height: 1.3;
}
.modal.newIn .inner a:hover{
	text-decoration: none;
}
.modal.newIn .inner .catch{
	display: inline-block;
    background: #72899e;
    border-radius: 5px;
    padding: 1px 0;
    font-size: 13px;
    line-height: 19px;
    width: 96px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}
.modal.newIn .inner .catch.important{
	background: #ce4646;
	color: #fff;
}
.modal.newIn .inner .detail{
    margin-top: 10px;
    line-height: 1.4;
}
.modal.newIn .inner .btnBasic.submit{
    margin: 0 auto;
    display: block;
	margin-top: 40px;
}
.serviceList{
	margin-top: 20px;
    width: 100% !IMPORTANT;
}
.serviceList .title{
	font-size: 18px;
    padding: 5px;
    margin-bottom: 7px;
    background: #4a5661;
    color: #fff;
    margin-left: -15px;
    border-radius: 5px 5px 0 0;
    padding-left: 8px;
}
.serviceList .title span{
    font-size: 13px;
	margin-left: 5px;
}
/*.serviceList ul{
    width: 90%;
    margin: 0 auto;
}*/
.serviceList ul li a{
	font-size: 15px;
}
.serviceList ul{
	width: 100% !important;
}
.serviceList {
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex: 100%;
}
.serviceList div {
    background: #f0f3f6;
	padding-bottom: 15px;
	padding-left: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100% !important;
}
/*iphone5*/
@media only screen
 and (device-height: 568px),
only screen
 and (device-width: 568px) {
.headerIn h1{
	float: left;
	margin-top: 15px;
	zoom: 0.7;
	-moz-transform:
	  scale(0.7,0.7)
	  translate(-23px,-23px);
}
.headerIn .flR{
	margin: 5px 0 0;
    width: 52%;
}
.btnBasic.switch {
    padding: 6px 10%;
}
}
/*:::::::::::::::::::::::::::::::::::::::

売上報告

:::::::::::::::::::::::::::::::::::::::*/
.SalesDetails #SalesDetailSalesDate{
    width: 70% !important;
}
.SalesDetails td {
	vertical-align: middle;
}
.SalesDetails td .input .form-control{
    width: 70% !important;
}
.SalesDetails td span{
    margin-top: 6px;
    display: inline-block;
}
.SalesDetails .btnBasic.cancel{
    float: left;
    width: 45%;
    margin-top: 20px;
}
.SalesDetails .btnBasic.submit{
    float: right;
    width: 45%;
    margin-top: 20px;
}
/*:::::::::::::::::::::::::::::::::::::::

エラーメッセージ

:::::::::::::::::::::::::::::::::::::::*/
.loginBox #flashMessage.message.error {
    color: #b83232;
    margin-top: 15px;
    font-weight: bold;
    background: none;
}
/*:::::::::::::::::::::::::::::::::::::::

フッター

:::::::::::::::::::::::::::::::::::::::*/
#footer{
	width: 100%;
	min-width: 100%;
	background: #3a4651;
	color: #fff;
	padding: 30px 0;
}
.footerIn{
	width: 100%;
	margin: 0 auto;
}
.footerIn .copy{
	font-size: 13px;
}
}