/*
 * Copyright(c) 2009 limitlink,Inc. All Rights Reserved.
 * http://limitlink.jp/
 * 文字コードUTF-8
 */

.customertype a:link, .customertype a:visited, .customertype a:active {
	padding: 4px 15px 1px 15px;
}

.customeriteminput {
	white-space: nowrap;
}

.customeritemcheck {
	text-align: center;
}

/* datepicker */
/* 以下からカレンダーに適用されるスタイルのみを抽出
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css
 */
.datepicker-days {
	display: block !important;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.datepicker-dropdown {
	top: 0;
	left: 0;
}

.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px;
}

.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #999;
	border-top: 0;
	border-bottom-color: rgba(0,0,0,.2);
	position: absolute;
}
.font_sn_midashi {
	font-size: 1.1em;
	font-weight: bold;
	margin: auto;
	padding: 0.3em;
}