@charset "UTF-8";

.sp {
	display: none;
}

.typeA {
	background: #f5f5f5;
}

#header {
	width: 90%;
	position: fixed;
	z-index: 10;
	background: #ff5e8e;
	color: #fff;
	padding: 30px 10%;
	text-align: left;
}

#header h1 {
	font-size: 160%;
}


.section {
	width: 100%;
	position: relative;
	margin: auto;
	z-index: 1;
	margin-top: 140px;
}
.login {
	width: 100%;
	position: relative;
	margin: auto;
	z-index: 1;
	margin-top: 8%;
	height: 100%;
}

.login .article,
.section .article {
	width: 94%;
	max-width: 1010px;
	position: relative;
	margin: auto;
	background: #fff;
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.43);
	-moz-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.43);
	-webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.43);
	text-align: left;
}

.login .article ._in,
.section .article ._in {
	padding: 30px;
}

.login .article ._in p,
.section .article ._in p {
	line-height: 1.8em;
}


a.btn01 {
	background: #ff5e8e;
	padding: 16px 30px 16px 30px;
	color: #fff;
	position: relative;
	font-size: 130%;
	font-weight: 200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.5em;
	margin: 0px auto 20px;
	display: inline-block;
}

a.btn01:hover {
	text-decoration: none;
}

a.btn02 {
	background: #ff5e8e;
	padding: 6px 10px 6px 10px;
	color: #fff;
	position: relative;
	font-size: 100%;
	font-weight: 200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.5em;
	margin: 0px auto 0px;
	display: inline-block;
	min-width: 70px;
	text-align: center;
}

a.btn02:hover {
	text-decoration: none;
}

.btn_search {
	background: #666;
	padding: 6px 10px 6px 10px;
	color: #fff;
	position: relative;
	font-size: 100%;
	font-weight: 200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.5em;
	margin: 5px auto 0px;
	display: inline-block;
	min-width: 70px;
	text-align: center;
}

.btn_search:hover {
	text-decoration: none;
	background-color: #9b9b9b;
}

.btns li {
	display: inline-block;
	margin: auto 2px;
}

.shindan .btns {
	text-align: right;
}

.shindan {
	padding: 24px;
	background: #f5f5f5;
	margin: 20px auto;
}

.shindan .title01 {
	position: relative;
	font-size: 140%;
	line-height: 1.5em;
	padding-left: 70px;
}
.shindan .title01 .icon_c {
	padding: 7px 10px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fbb03b;
	color: #fff;
	font-size: 13px;
	line-height: 1em;
	position: absolute;
	top: 1px;
	left: 0;
}
.shindan .title01 .icon_m {
	padding: 7px 10px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #64aadc;
	color: #fff;
	font-size: 13px;
	line-height: 1em;
	position: absolute;
	top: 1px;
	left: 0;
}

.shindan a.txt_link{
	padding-left: 70px;
	font-size: 110%;
	margin: 10px auto;
}


.shindan.junbi {
	border: 6px solid #f4799e;
}
.shindan.hisagi {
	border: 6px solid #eb9244;
}
.shindan.okashi {
	border: 6px solid #84ba5a;
}

.pageing {
	text-align: center;
}
.pageing li {
	display: inline-block;
	margin: 10px 0px 10px 0px;
	padding: 0 20px 0 20px;
	border-left: 1px solid #ccc;
	text-align: center;
}
.pageing li:first-child {
	border-left: none;
}
.pageing li a {
	display: block;
	text-align: center;
}


.title02 {
	font-size: 240%;
	line-height: 1.5em;
	color: #ff5e8e;
	position: relative;
	text-align: center;
	margin: 20px auto 50px;
}


.title02:after {
	content: '';
	width: 14%;
	height: 3px;
	background: #ff5e8e;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 43%;
	color: rgba(0,114,189,0.8)
}

.title02.l2:after {
	bottom: -18px;
}

.title03 {
	font-size: 160%;
	line-height: 1.5em;
	position: relative;
	text-align: left;
	margin: 20px auto 20px;
}


.all_list {
	width: 100%;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	margin: 20px auto;
}

.all_list th {
	padding: 14px;
	background: #f5f5f5;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	text-align: center;
}

.all_list td {
	padding: 14px;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	text-align: center;
	min-width: 100px;
}


.search  {
	background: #f5f5f5;
	padding: 5px 10px 5px 20px;
	margin-bottom: 40px;
}
.search li {
	float: left;
}
.search li._search {
	float: right;
}





.footer {
	margin: 60px auto 10px;
}

.copyright {
	text-align: center;
	font-size: 90%;
}


.form {
	width: 80%;
	margin: auto;
	margin-bottom: 50px;
}

.login .form {
    width: 50%;
}

.form table {
	width: 100%;
}

.form table .icon_c {
	padding: 7px 10px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fbb03b;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
}

.form table th {
	padding: 14px 10px;
	width: 126px;
}

.login .form th {
/*    width: 66px;*/
}


.form table th.v_t {
	vertical-align: top;
}
.disp_b {
	display: block
}
.form table td {
	padding: 14px 10px;
	text-align: left;
}

.privacy {
	padding: 20px;
	border: 1px solid #ccc;
	overflow-y: scroll;
	width: 94%;
	height: 200px;
	font-size: 90%;
}

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

.radio input{
	display: none;
}
.radio label{
	display: block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 15px;
	border-radius: 2px;
	line-height: 1;
}
.radio._inline label{
	display: inline-block;
}
.radio label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #bdc3c7;
}
.radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -6px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-radius: 50%;
	background: #ff5e8e;
}


input[type=checkbox] {
  display: none;
}
.checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0px 20px 0px 0;
  padding: 12px 12px 12px 28px;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox:after {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.checkbox:before {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #ff5e8e;
  border-bottom: 3px solid #ff5e8e;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.btn03 {
	background: #ff5e8e;
	padding: 16px 40px 16px 40px;
	color: #fff;
	position: relative;
	font-size: 130%;
	font-weight: 200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.5em;
	margin: 40px auto 10px;
	display: inline-block;
	cursor: pointer;
}

.btn03:hover {
	text-decoration: none;
	background: #f4799e;
}

.t_btn {
	background: #ff5e8e;
	padding: 16px 70px 16px 70px;
	color: #fff;
	position: relative;
	font-size: 130%;
	font-weight: 200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.5em;
	margin: 40px auto 10px;
	display: inline-block;
	cursor: pointer;
}

.t_btn:hover {
	text-decoration: none;
	background: #42a1e1;
}

.file {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f5f5f5;
	color:#333;
}
.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;
}

.select-wrap{
	position:relative;
	overflow:hidden;
	display:inline-block;
	padding: 18px 14px;
	border: solid 1px #ccc;
	background-color:#f5f5f5;
	min-width: 140px;
	vertical-align: middle;
}
.select-wrap.size_s {
	min-width: 60px;
	margin: 0 5px;
}
.select-wrap.size_ss {
	min-width: 30px;
	margin: 0 5px;
}

.select-wrap select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:130%;/* fallback non calc support */
	margin:0;
	background:transparent;
	border:0;
	outline:none;
}

.entypo-down-open-mini:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61c";
	position:absolute;
	z-index: 1;
    right: 7px;
    top: 15px;
    font-size: 160%;
}
.input-group-addon {
	position: absolute;
	bottom: 0px;
	right: 0px;
}


._bk_dot {
	background: url(../images/bk_dot.jpg);
	padding: 40px;
	text-align: center;
	margin: 30px auto;
}

/* チェックボックスがデフォルトで消されているので限定解除 */
#kranke-list input[type=checkbox].use_check_box {
	display: inline;
}

.section .article .batch_btns {
	text-align: center;
}

.custom_detail
{
	display: none;
}

.slim_btn03 {
	background: #ff5e8e;
	padding: 10px 20px 10px 20px;
	color: #fff;
	position: relative;
	font-size: 80%;
	font-weight: 100;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 0.9em;
	margin-left: 0px;
	display: inline-block;
	cursor: pointer;
}

.edit_ic{
	height: 15px;
	width: 15px;
	text-align: left;
}

.all_list td.memo_td {
	padding: 2px;
	text-align: left;
	vertical-align:text-top;
}

.memo_textarea{
	width: 80%;
	height: 100px;
	border:2px gray solid;

}
