/**
 * Reset
  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 50.0%;/*font-size: 62.5%;*/
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #dddddf;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック";
	font-size: 12px;/*font-size: 15px;*/
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #609fb7;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #609fb7;
	color: rgba(51, 51, 51, 0.7);
	font-size: 16px;/*font-size: 18px;*/
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 12px;/*font-size: 15px;*/
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #929292;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 0;
	margin: 0;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}
#search table {
	border-width: 1px 0 0 1px;
	table-layout: auto;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	/*vertical-align: text-top;*/
	vertical-align: middle;
}

th {
	background: #e6e6e6;
	border-width: 0 1px 1px 1px;
	font-weight: 700;
}

#search th {
	background: #217b9e;
	border-width: 0 1px 1px 0px;
	font-weight: 700;
	font-size: 10.5px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}
#search th a {
	color: #fff;
}
th.col_2 {
	border-width: 0 1px 1px 0px;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

#search td {
	font-size: 10.5px;
	text-align: center;
}

th, td {
	padding: 0.4em;
}
th.nowrap,
td.nowrap {
	white-space: nowrap;
}
th.align_lf,
td.align_lf,
#search th.align_lf,
#search td.align_lf {
	text-align: left;
}
th.align_ct,
td.align_ct,
#search th.align_ct,
#search td.align_ct,
th.inner_tbl_gd.align_ct,
td.inner_tbl_gd.align_ct {
	text-align: center;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.2);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.2);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.2);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.2);
	font-family: "Noto Sans", sans-serif;
}


/**
 * Forms
 */

button,
input,
select,
textarea {
	background-color: #fff;
	border-radius: 0;
	font-size: 12px;/*font-size: 15px;*/
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	border: 1px solid #eaeaea;
	color: #707070;
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default !important;
}

input[type=text][disabled],
input[type=date][disabled],
input[type=number][disabled],
input[type=radio][disabled],
input[type=checkbox][disabled],
select[disabled],
textarea[disabled] {
	background-color: #eee;
}

input[type=button][disabled],
input[type=submit][disabled],
button[disabled] {
	opacity: 0.5 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #217b9e;
	border: solid 1px #333;
	color: #fff;
	cursor: pointer;
	font-size: 11px;/*font-size: 12px;*/
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.5em 1.5em;/*padding: 0.7917em 1.5em;*/
	text-transform: uppercase;
}
#CustomersEditForm button:hover,
#CustomersEditForm input[type="button"]:hover,
#CustomersEditForm input[type="reset"]:hover,
#CustomersEditForm input[type="submit"]:hover {
	opacity: 0.7;
}

input[type="submit"].search_btn {
	-webkit-appearance: button;
	background-color: #217b9e;
	border: solid 1px #333;
	color: #fff;
	cursor: pointer;
	font-size: 11px;/*font-size: 12px;*/
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1em;
	padding: 0.5em 1.5em 0.5em 3em;/*padding: 0.7917em 1.5em 0.7917em 3em;*/
	text-transform: uppercase;
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-position: left 1em center;
}

input[type="submit"].red_btn {
	-webkit-appearance: button;
	background-color: #217b9e;
	border: solid 1px #333;
	color: #fff;
	cursor: pointer;
	font-size: 11px;/*font-size: 12px;*/
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.5em 1.5em;/*padding: 0.7917em 1.5em;*/
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	opacity: 0.7;
	outline: 0;
}

input[type="submit"].search_btn:hover,
input[type="submit"].red_btn:hover {
	opacity: 0.7;
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.25em;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

button.noBd,
input.noBd {
	border:0;
}

button.noBg,
input.noBg {
	width: auto;
	padding:0;
	margin:0;
	background:none;
	border:0;
	font-size:0;
	line-height:0;
	overflow:visible;
	cursor:pointer;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #609fb7;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 11px;/*font-size: 12px;*/font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	margin-right:0.25em;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * Links
 */

a {
	color: #003399;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}


/**
 * Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * Header
 */

#header {
	background-color: #fff;
	width: 970px;
	height: 89px;
	margin: 0 auto;
	padding: 0 35px;
	border-bottom: solid 1px #999;
}
.header_logo {
	float: left;
	width: 124px;
}
h1.header_title {
	clear: none;
	float: left;
	font-size: 25px;
	padding: 25px 0 0 10px;
	letter-spacing: 0.1em;
}

/**
 * Menu
 */

#menu {
	clear: both;
	background-color: #f2f2f2;
	width: 970px;
	margin: 0 auto;
	padding: 0;
}
nav#breadcrumbs ol {
	margin: 0;
	padding: 5px 35px;
}
nav#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
}
nav#breadcrumbs ol li:before {
	content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
	content:"";
}

#globalnavi {
	margin: 0;
	padding: 0;
	width: 970px;
	height: 40px;
}
#globalnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#globalnavi li {
	float:left;
	width: 200px;
	margin: 0;
	padding: 0;
}
#globalnavi ul.li-length-3 li {
	width: 33.33%;
}
#globalnavi ul.li-length-4 li {
	width: 25%;
}
#globalnavi li.navi_last {
	float:left;
	width: 170px;
	margin: 0;
	padding: 0;
}
#globalnavi a {
	display: block;
	width: 100%;
	height: 40px;
	padding-top: 9px;
	color: #fff;
	text-align: center;
	background: #217b9e;
	border-right: solid 1px #fff;
	text-decoration: none;
}
#globalnavi li.navi_last a {
	border-right: 0px;
}
#globalnavi a:hover {
	background: #609fb7;
}

/*
 *	ドロップダウンメニュー
 *	吉永追記
 */
#menu .admin li {
	width:100%;
	position: relative;
}
#menu nav.admin > ul > li {
	width:14.2857%;
}
#menu .admin li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: -1px;
	margin: 0;
	padding: 0;
	/*padding: 5px;*/
	width:100%;
}
#menu .admin li ul li a{
	display: block;
	width: 100%;
	height: 40px;
	padding-top: 9px;
	color: #fff;
	text-align: center;
	background: #217b9e;
	border-right: solid 1px #fff;
	text-decoration: none;
}
#menu .admin li ul li a:hover{
	background: #609fb7;
}

/**
 * Content
 */

#main,
#search {
	clear: both;
	background-color: #fff;
	width: 970px;
	margin: 0 auto;
	padding: 0 35px;
}
/* 吉永追記ここから */
#upload {
	clear: both;
	background-color: #fff;
	width: 970px;
	margin: 0 auto;
	padding: 0 35px;
}
#upload table tr th{
	padding-left: 10px;
}
#upload .btnUpload{
	padding: 30px 0 0 0;
}
/* 吉永追記ここまで */
.title2 {
	display: inline-block;
	background-image: url(../img/title_list01.gif);
	background-position: left 32px;
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.3em;
	padding: 30px 0 0 25px;
	border-bottom: solid 1px #999;
	width: 100%;
}
.title3 {
	display: inline-block;
	color: #ffffff;
	background-color: #217b9e;
	font-size: 14px;
	font-weight: bold;
	line-height:19px;
	padding: 10px 0 8px 10px;
	width: 100%;
}
.title3:before {
	font-size: 18px;
    content: '●';
    color: #ffffff;
}
.title4 {
	display: inline-block;
	background-image: url(../img/title_list03.gif);
	background-position: left 32px;
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.3em;
	padding: 30px 0 0 25px;
	border-bottom: solid 1px #999;
	width: 100%;
}
.title5 {
	display: inline-block;
	background-image: url(../img/title_list02.gif);
	background-position: left 22px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height:19px;
	margin-bottom:5px;
	padding: 20px 0 0 15px;
	width: 100%;
}
.section_header {
	color: #ffffff;
	background-color: #217b9e;
	padding: 10px 12px 10px;
}
.fixBar {
	display: none;
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	text-align: right;
	padding: 10px 25% 0 0;
	background-color: #6fbad9;
	z-index: 9999;
}
#btnEdit, #btnSave {
	background-color: #666666;
}
.edit_button {
	background-color: #3899c6;
}

ul#tab {
	zoom: 1;
	border-bottom: 1px solid #999;
	list-style: none;
	margin:  30px auto 0;
	padding: 0;
}
ul#tab:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
ul#tab li {
	border-left:1px solid #999;
	border-top:1px solid #999;
	float: left;
	text-align: center;
}
ul#tab li:last-child {
	border-right:1px solid #999;
	background: none;
}
ul#tab li a {
	display: block;
	width: 138px;
	padding: 8px 0;
	text-decoration: none;
	color: #222;
	background: #f2f2f2;
}
ul#tab li a:hover {
	background: #609fb7;
	color: #fff;
}
ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
	background: #217b9e;
	color: #fff;
}
#detail {
	clear: both;
	overflow: hidden;
	width: 900px;
	padding: 0;
}
.tabbox {
	display: none;
}
ul.pageNav01 {
	margin: 0 0 15px;
	padding: 12px;
	background: #f2f2f2;
	text-align: center;
}

ul.pageNav01 li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}

ul.pageNav01 li span,
ul.pageNav01 li a {
	display: inline-block;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}
ul.pageNav01 li a:hover {
	background: #efefef;
}

.login_space {
	width: 100%;
	height: 300px;
}
.padding_top30 {
	padding-top: 30px;
}
.padding_top20 {
	padding-top: 20px;
}
.margin_top15 {
	margin-top: 15px;
}
.margin_bottom10 {
	margin-bottom: 10px;
}
.margin_bottom15 {
	margin-bottom: 15px;
}

/* margin設定 */
.mr-0 { margin-right: 0px !important; }
.mr-1 { margin-right: 4px !important; }
.mr-2 { margin-right: 8px !important; }
.mr-3 { margin-right: 12px !important; }
.mr-4 { margin-right: 16px !important; }
.mr-5 { margin-right: 20px !important; }
.mr-6 { margin-right: 24px !important; }
.mr-7 { margin-right: 28px !important; }
.mr-8 { margin-right: 32px !important; }
.mr-9 { margin-right: 36px !important; }
.mr-10 { margin-right: 40px !important; }
.ml-0 { margin-left: 0px !important; }
.ml-1 { margin-left: 4px !important; }
.ml-2 { margin-left: 8px !important; }
.ml-3 { margin-left: 12px !important; }
.ml-4 { margin-left: 16px !important; }
.ml-5 { margin-left: 20px !important; }
.ml-6 { margin-left: 24px !important; }
.ml-7 { margin-left: 28px !important; }
.ml-8 { margin-left: 32px !important; }
.ml-9 { margin-left: 36px !important; }
.ml-10 { margin-left: 40px !important; }
.mt-0 { margin-top: 0px !important; }
.mt-1 { margin-top: 4px !important; }
.mt-2 { margin-top: 8px !important; }
.mt-3 { margin-top: 12px !important; }
.mt-4 { margin-top: 16px !important; }
.mt-5 { margin-top: 20px !important; }
.mt-6 { margin-top: 24px !important; }
.mt-7 { margin-top: 28px !important; }
.mt-8 { margin-top: 32px !important; }
.mt-9 { margin-top: 36px !important; }
.mt-10 { margin-top: 40px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mb-1 { margin-bottom: 4px !important; }
.mb-2 { margin-bottom: 8px !important; }
.mb-3 { margin-bottom: 12px !important; }
.mb-4 { margin-bottom: 16px !important; }
.mb-5 { margin-bottom: 20px !important; }
.mb-6 { margin-bottom: 24px !important; }
.mb-7 { margin-bottom: 28px !important; }
.mb-8 { margin-bottom: 32px !important; }
.mb-9 { margin-bottom: 36px !important; }
.mb-10 { margin-bottom: 40px !important; }

/* block設定 */
.block-inline { display: inline-block !important; }

.red {
	color: #217b9e;
}
.col1 {
	width: 100%;
}
.col2 {
	width: 50%;
}
.col3 {
	width: 33.3%;
}
.col3_2 {
	width: 66.6%;
}
.col4 {
	width: 25%;
}
.col5 {
	width: 20%;
}
.col5_2 {
	width: 40%;
}
.col5_2_2 {
	width: 80%;
}
.col6 {
	width: 16.6%;
}
.col6_15 {
	width: 14.5%;
}
.col6_3 {
	width: 49.8%;
}
.col6_25 {
	width: 41.7%;
}
.col6_5 {
	width: 83.4%;
}
.col8 {
	width: 12.5%;
}
.col9 {
	width: 11.1%;
}
.col9_2 {
	width: 22.2%;
}
.col10 {
	width: 10%;
}
.col10_2 {
	width: 20%;
}
.col12 {
	width: 8.3%;
}
.col14 {
	width: 7.1%;
}
.col15 {
	width: 6.6%;
}
.col15_2 {
	width: 13.2%;
}
.col16 {
	width: 6.2%;
}
.col20 {
	width: 5%;
}
.col124 {
	width: 4.1%;
}
.col140 {
	width: 2.5%;
}

.align_r {
	text-align: right;
}
th.top_border {
	border-width: 1px 1px 1px 1px;
}
td.top_border {
	border-width: 1px 1px 1px 0;
}
td.right_border {
	border-width: 0 1px 0 0;
}
.no_border {
	border: 0px;
}
td.all_border {
	border-width: 0 1px 1px 1px;
}

td.v_middle {
	text-align: center;
	vertical-align:middle;
}


/* クリア */

.clear {
	clear:both;
}

.clearfix {
	display: inline-table;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.small {
	font-size: 10px;/*font-size: 12px;*/
}
.l_float {
	float: left;
}
.r_float {
	float: right;
}
/**
 * Footer
 */

#footer {
	clear: both;
	background-color: #fff;
	width: 970px;
	margin: 0 auto;
	padding: 0 35px;
}
#footer p {
	text-align: center;
	font-size: 10px;/*font-size: 12px;*/
	padding: 20px 0;
}

/* 吉永追記 / CSV読み込みモーダル */
/* Z-index of #mask must lower than #boxes .window */
#mask {
	position:absolute;
	z-index:9000;
	background-color:#000;
	display:none;
	top:0;
	left: 0;
}

#boxes .window {
	position:fixed;
	width:440px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
	text-align: center;
}

#boxes .window p{
	color:#fff;
	font-size:150%;
	line-height: 1.5em;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog {
	width:375px;
	height:203px;
}

#upload .completeMess{
	text-align: center;
	padding: 30px 0 30px 0;
	font-size: 14px;/*font-size: 16px;*/
	font-weight: bold;
}

/* CSV取り込み画面エラー表示 */
.errTitle{
	margin: 30px 0 0 0;
	padding: 0 0 0 20px;
	color: red;
	font-weight: bold;
}
.errBox{
	padding: 30px 0 50px 0;
}
.errBox ul li{
	padding: 1px 0 0 30px;
	font-size: 90%;
	letter-spacing: 2px;
	list-style-type: none;
}

/* ソート時矢印表示 */
a.asc:after{
    content:"▲";
}
a.desc:after{
    content:"▼";
}

/* セル強調 */
.alert{
        color: #F00;
}

/*---------------------3Dwave追加-----------------------*/
div.checkbox{
	display:inline;
}
/* ↓2015/03/24 H.TANAKA ADD */
input[type="submit"].edit_btn {
	-webkit-appearance: button;
	border: solid 1px #333;
	color: #fff;
	cursor: pointer;
	font-size: 10px;/*font-size: 12px;*/
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	width: 145px;
	text-transform: uppercase;
}

/*---------------------追加-----------------------*/
body {
	position:relative;
}

#toplink {
	position:fixed;
	bottom:20px;
	right:0px;
	font-size:120%;
}

.button {
	-webkit-appearance: button;
	background-color: #609fb7;
	border: solid 1px #333;
	color: #fff;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック";
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
	text-decoration: none;
}

.lgButton {
	font-size: 15px !important;
	font-size: 1.5rem !important;
	line-height: 1.6 !important;
	padding: 0.7917em 1.5em !important;
}

#btnEditStart {
	background:url(../img/btn_customer_edit_off.png) no-repeat;
	border:0;
	float:right;
	height:60px;
	right:0px;
	text-indent:-9999px;
	top:0px;
	width:171px;
}
#btnEditStart:hover {
	background:url(../img/btn_customer_edit_on.png) no-repeat;
	opacity: 1 !important;
}

#btnContact {
	background:url(../img/btn_contract_red.png) no-repeat;
	border:0;
	height:34px;
	right:0px;
	text-indent:-9999px;
	top:0px;
	width:81px;
}

#btnContactComplete {
	background:url(../img/btn_settle_red.png) no-repeat;
	border:0;
	height:34px;
	right:0px;
	text-indent:-9999px;
	top:0px;
	width:81px;
}
#iconLockKey {
	background:url(../img/icon_key_lock.png) no-repeat left center;
	border:0;
	height:20px;
	text-indent:-9999px;
	width:20px;
	margin:0;
	padding:0 0 0 30px;
	font-size:20px;
	line-height:20px;
}

.checkBoxP {
	line-height: 1.5;
	padding: 0.25em;
}

#sideTabMenu {
	left:50%;
	list-style:none;
	margin-left:-512px;
	padding:0;
	position:fixed;
	top:128px;
	width:33px;
}
#sideTabMenu li{
	list-style:none;
	margin:0;
	padding:0;
}
#sideTabMenu li a.scrollTab img{
	height: 68px;
}

.ptCur {
	cursor: pointer;
}

.wd100 {
	width:100px;
}
.wd120 {
	width:120px;
}
.wd125 {
	width:125px;
}
.wd150 {
	width:150px;
}
.wd180 {
	width:180px;
}
.wd200 {
	width:200px;
}
.vaBottom {
	vertical-align:bottom;
}

#accordionCsTable01,
#accordionCsTable02,
#accordionTable01,
#accordionTable02,
#accordionTable03 {
	height:auto;
	overflow-y:hidden;
}
.helpOutter{
	padding:0 0 0 15px;
}
.helpOutter .helps li{
	list-style: none;
}

td.state_changed {
	background: peachpuff;
}

/* CSS ローディング表示 */
.loader {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #000000;
	background: -moz-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
	background: -webkit-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
	background: -o-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
	background: -ms-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
	background: linear-gradient(to right, #000000 10%, rgba(0,0,0, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader:before {
	width: 50%;
	height: 50%;
	background: #000000;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.loader:after {
	background: #ffffff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* 顧客分類1に応じて表示制御する要素設定 */
section#main.ty_type .ty_type_target { display: none !important; }
section#main.ty_type_1 .ty_type_target_1 { display: table !important; }
section#main.ty_type_2 .ty_type_target_2 { display: table !important; }
section#main.ty_type_3 .ty_type_target_3 { display: table !important; }
section#main.ty_type_4 .ty_type_target_4 { display: table !important; }
section#main.ty_type_5 .ty_type_target_5 { display: table !important; }
section#main.ty_type_6 .ty_type_target_6 { display: table !important; }
section#main.ty_type_1 .ty_type_target_1.hide { display: none !important; }
section#main.ty_type_2 .ty_type_target_2.hide { display: none !important; }
section#main.ty_type_3 .ty_type_target_3.hide { display: none !important; }
section#main.ty_type_4 .ty_type_target_4.hide { display: none !important; }
section#main.ty_type_5 .ty_type_target_5.hide { display: none !important; }
section#main.ty_type_6 .ty_type_target_6.hide { display: none !important; }

/* 強制非表示 */
.hide {
	display: none !important;
}