body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button {
	font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	color: #333;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #aaa;
	text-decoration: none;
}

body {
	background-color: #EFF0F4;
}

h3 {
	font-size: 16px;
}

th, td {
	font-size: 14px;
}

/*  ============================================================

ヘッダー

============================================================ */
#header .navbar-brand {
	color: #ddd;
	font-size: 20px;
}

#header .navbar-brand .logo {
	display: inline-block;
	margin: 0 10px 0 0;
}

/*  ============================================================

global-nav

============================================================ */
#global-nav {

}

/* ============================================================

side-bar

============================================================ */
#side-bar {
	float: left;
	width: 210px;
	margin: 0 20px 0 0;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#side-bar .nav {
	list-style-type: none;
}

#side-bar .nav a {
}

#side-bar .nav .toggle {
	position: relative;
	height: inherit;
	padding: 10px 15px 10px 15px !important;
	border-bottom: 1px solid #ddd;
}

#side-bar .nav .toggle .arrow {
	position: absolute;
	right: 10px;
	top: 10px;
}

#side-bar .nav .menu {
	display: none;
	display: block\9;
	padding: 0;
}

#side-bar .nav .active {
	display: block;
}

#side-bar .nav .menu li {
	padding: 10px 10px 10px 40px;
	border-bottom: 1px solid #eee;
}


#side-bar .nav ul {
	list-style-type: none;
}

/* ============================================================

content

============================================================ */
#content {
	float: right;
	width: 910px;
}

#page-header {
	margin: 0 0 15px 0;
}

#page-header h1 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}

#page-header h1 .sub-title {
	display: inline-block;
	margin: 0 0 0 20px;
	font-size: 16px;
}

/* ============================================================

main

============================================================ */
#main {
	float: left;
	width: 910px;
}

/* ============================================================

footer

============================================================ */
#footer {
}

#footer-nav {
}

/* ============================================================

bootstrapをオーバーライド

============================================================ */
.panel-heading .breadcrumb {
	background-color: inherit;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}

.dropdown-menu {
	min-width: 100px;
}

@media screen and (max-width: 767px) {
	.form-control {
		display: inline-block;
	}

	.input-group {
		display: inline-table;
	}
}

.panel-danger .box-title,
.panel-success .box-title
{
	color: #fff;
}

.panel-success .panel-heading {
	background-color: #9ACB66;
}

a[href]:after {
	content: "";
}
abbr[title]:after {
	content: "";
}

/* ============================================================

bootstrapに追加

============================================================ */
.alert-default {
	color: #555;
	background-color: #f7f7f9;
	border-color: #e1e1e8;
}

.btn-non {
	background-color: inherit;
	border: none;
}

.panel-info-2 {
	background-color: #6FB799;
	background-color: #898F8D;
	color: #fff;
}

.panel-info-2 .panel-heading {
	padding: 5px 15px;
	border-bottom: none;
	color: #fff;
}

.panel-info-2 .box-body {
	padding: 10px 15px !important;
}

.panel-info-2 .box-title {
	color: #fff;
}

/* ============================================================

bootflatをオーバーライド

============================================================ */
.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

/* ============================================================

共通

============================================================ */
/*	一覧
============================ */
.no-data {
	text-align: center;
}

.no-data .ico {
	font-size: 50px;
}

.no-data .txt {
	font-size: 16px;
}

/*	フォーム
============================ */
.label-1 {
	text-align: left !important;
	font-weight: normal;
}

.err-msg {
	display: block;
	padding: 5px 0;
	color: #DE5D50;
	fotn-size: 11px;
}

.label-required:after {
	content: '必須';
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 2px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #DE5D50;
	color: #fff;
	font-size: 11px;
}

.upload-area {
	margin: 0 0 10px 0;
	padding: 15px;
	border: 1px solid #ccc;
}

.confirm-uplad-img  {
	list-style: none;
	margin: 0;
	padding: 0;
}

.confirm-uplad-img li {
	float: left;
	width: 160px;
	margin: 0 15px 15px 0;
}

.confirm-uplad-img li img {
	width: 100%;
	height: auto;
}

.confirm-img {
	width: 160px;
	height: auto;
}

/*	box
============================ */

.box {
	background: #fff;
	border-radius: 3px 3px 0 0;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.box .with-border {
	border-top: 1px solid #D1D8D9;
}

.box .with-border2 {
	border-top: 1px dotted #D1D8D9;
}

.box-header {
	display: block;
	padding: 12px 16px;
	position: relative;
}

.box-header.with-arrow {
	padding-right: 50px
}

.box-header::before, .box-header::after {
	content: " ";
	display: table;
}

.box-header::after {
	clear: both;
}

.box-header .icon_wrap {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #EFF2F7;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	right: 16px;
	top: 12px;
	color: #666;
}

.box-header a.icon_wrap:hover {
	background: #f2f5f9;
}

.box-title {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box-title .normal {
	font-weight: normal;
	margin-left: 16px;
}

.box-body {
	padding: 16px;
	border-top: 1px solid #E5ECED;
}

.box-body.dropdown-menu {
	border: 0 none;
	border-top: 1px solid #D1D8D9;
	position: relative;
	float: none;
}

.no-header .box-body {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top: 0 none;
}

.box-footer {
	background-color: #fff;
	border-top: 1px solid #D1D8D9;
	padding: 10px 16px;
}

.box-1 {
	margin: 0 0 20px 0;
	padding: 16px;
	border: 2px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

th.select-order,
th.select-product,
th.select-customer{
	width: 1em;
}

.select-order:hover,
.select-product:hover,
.select-customer:hover{
	cursor: pointer;
}

.select-order::after,
.select-product::after,
.select-customer::after{
 font-family: "FontAwesome";
 content: "\f14a";
 -webkit-font-smoothing: antialiased;
 display: inline-block;
 font-style: normal;
 font-variant: normal;
 text-rendering: auto;
 line-height: 1;
}
