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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video , input {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    font-size: 62.5%;
    box-sizing:border-box;
}
#ui-datepicker-div > table td,
#ui-datepicker-div > div > div > span,
#ui-datepicker-div > div > div,
#ui-datepicker-div > div,
#ui-datepicker-div {
    font-size: 1.6rem;
    line-height:2.6rem;
}

body {
    line-height:1rem;
}

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

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/************

共通設定

************/
body {
 font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
 background: #eee;
}
body.login_bg {
 background: #fff;
}
a {
 text-decoration: none;
 color: #221815;
}
a:hover img {
 opacity: 0.8;
}
div.pankuzu {
 width: 1200px;
 margin: 0 auto;
}
.breadcrumbs {
 display: inline-block;
}
.breadcrumbs li {
 display: inline;
 font-size: 1.6rem;
 line-height: 5rem;
}
.breadcrumbs li a {
 color: #2962ff;
}
.breadcrumbs li a:after {
 content: ">";
 color: #221815;
 margin: 0 10px;
}
.breadcrumbs li:last-child a:after {
 disppay: none;
}
.logout {
 float: right;
}
.logout li {
 display: inline;
 font-size: 1.6rem;
 line-height: 5rem;
 padding-right: 5px;
}
.logout li a {
 color: #2962ff;
}
.pagetop {
 display: none;
 position: fixed;
 bottom: 35px;
 right: 10%;
 z-index: 3000;
}
.pagetop a {
 display: block;
 text-align: center;
}
.pagetop a:hover {
 display: block;
	filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
}
.btn_style {
 position: relative;
}
.btn_style a {
 display: block;
 width: 360px;
 font-size: 2.6rem;
 line-height: 6rem;
 text-align: center;
 margin: 40px auto;
 color: #fff;
 border-radius: 10px;
 background: #2962ff;
}
.btn_style a.delete {
 background: #ff2962;
}
.btn_style a.delete_small {
 width: 100px;
 height: 50px;
 font-size: 1.5rem;
 line-height: 4.7rem;
 background: #ff2962;
}
.btn_style a.next {
 width: 260px;
 padding-right: 100px;
}
.btn_style a span {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
}
.btn_style_s {
 text-align: right;
}
.btn_style_s a {
  display: inline-block;
  width: 150px;
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
  margin-top: 10px;
  color: #fff !important;
  border-radius: 5px;
  background: #2962ff;
  text-decoration: none !important;
}
.btn_style a:hover,
.btn_style_s a:hover{
 opacity: 0.8;
 cursor: pointer;
}
.btn_style .small {
 font-size: 1.4rem;
 line-height: 6rem;
}
.back_regist {
 padding:0 65px;
}
.btn_edit {
 display: inline-block;
 margin-right:20px;
}
.btn_complete {
 display: inline-block;
 margin-left:20px;
}
.hide {
 display: none;
}

/************

フォーム

************/
input {
 margin: 0;
}
input.mgB10 {
 margin-bottom: 10px;
}
input:focus,
textarea:focus {
 border: 1px solid #828282;
 box-shadow: none;
 outline: none;
}
select:focus {
 border: 1px solid #ccc;
 box-shadow: none;
 outline: none;
}
input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
 color: #aaa;
}
input[type=checkbox],
input[type=radio] {
 display: none;
}
label {
 display: inline-block;
 position: relative;
 font-size: 1.8rem;
 line-height: 1.8rem;
 padding-left: 2.6rem;
}
.chkbox span,
.radio span {
 font-size: 1.8rem;
}
.chkbox span:before {
 content:		'';
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0;
 top: 0;
	background:	#fff;
 border-radius: 5px;
 border: 2px solid #828282;
}
.chkbox input[type=checkbox]:checked + span:before {
	background:	#2962ff;
 border: 2px solid #2962ff;
}
.chkbox input[type=checkbox]:checked + span:after {
 content:"";
	display:block;
	position:absolute;
	border-left:3px solid #fff;
	border-bottom:3px solid #fff;
	width:10px;
	height:6px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left: 4px;
	top: 3px;
}
.radio span:before {
 content:	'';
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
 top: 50%;
 left: 0;
 margin-top: -8px;
	background:	#fff;
 border-radius: 50px;
 border: 2px solid #828282;
}
.radio input[type=radio]:checked + span:before {
	background:	#2962ff;
 border: 2px solid #2962ff;
}
.radio input[type=radio]:checked + span:after {
 content:"";
	display:block;
	position:absolute;
 width: 8px;
 height: 8px;
 top: 50%;
 left: 6px;
 margin-top: -2px;
 background: #fff;
 border-radius: 50%;
}
input[type=submit],
input[type=button] {
 display: block;
 border: 0 !important;
 background: #2962ff;
 color: #fff;
 text-align: center;
 padding: 2rem 0;
 font-size: 1.8rem;
 line-height: 1.8rem;
 border-radius: 5px;
 cursor: pointer
}
input[type=text] {
 width: 100%;
 font-size: 1.8rem;
 line-height: 1.8rem;
 border: 1px solid #ccc;
 border-radius: 5px;
 padding: 7px 10px;
}
input.w20 {
 width: 20%;
 margin-right: 10px;
}
input.w35 {
 width: 35%;
 margin-right: 10px;
}
select.w40,
input.w40 {
 width: 40%;
 margin-right: 10px;
}
input.w55 {
 width: 55%;
 margin-right: 10px;
}
input.w70 {
 width: 70%;
 margin-right: 10px;
}
input.w80 {
 width: 80%;
 margin-right: 10px;
}

.btn_search {
 display: none;
 cursor: pointer;
}
.btn_search.open_table {
 display: block;
}
.frame_style .btn_search {
 display: block;
 width: 1000px;
}
.btn_search a {
 position: relative;
 display: block;
 width: 100%;
 color: #fff;
 text-align: center;
 padding: 2rem 0;
 font-size: 1.8rem;
 line-height: 1.8rem;
 border-radius: 0 0 5px 5px;
 background: #2962ff;
 cursor: pointer;
}
.btn_search a:after {
 position:absolute;
 content:"▲";
 font-size:2rem;
 margin-left: 5px;
	-webkit-transform:rotate(-270deg);
	transform:rotate(-270deg);
}
select {
 font-size: 1.8rem;
 height: 40px;
 margin-right: 10px;
}

/************

チェックボックス列

************/
ul.radio_text.list02 li {
 float: left;
 font-size: 1.8rem;
 margin-top: 20px;
}
ul.radio_text.list02 li:nth-child(1) {
 width: 60%;
 margin-top: 0;
}
ul.radio_text.list02 li:nth-child(2) {
 width: 30%;
 margin-top: 0;
}
ul.radio_text.list02 input[type=text] {
 float: right;
}
ul.radio_text.list02 li:nth-child(1) label,
ul.radio_text.list02 li:nth-child(2) label {
 margin-top: 8px;
}
.search_area ul.list03 li,
.entry_area ul.list03 li {
 float: left;
 width: 33.33%;
 font-size: 1.8rem;
 margin-top: 20px;
}
.search_area ul.list03 li:nth-child(1),
.search_area ul.list03 li:nth-child(2),
.search_area ul.list03 li:nth-child(3),
.entry_area ul.list03 li:nth-child(1),
.entry_area ul.list03 li:nth-child(2),
.entry_area ul.list03 li:nth-child(3) {
 margin-top: 0;
}
.search_area ul.list04 li,
.entry_area ul.list04 li {
 float: left;
 width: 25%;
 font-size: 1.8rem;
 margin-top: 20px;
}
.search_area ul.list04 li:nth-child(1),
.search_area ul.list04 li:nth-child(2),
.search_area ul.list04 li:nth-child(3),
.search_area ul.list04 li:nth-child(4) {
 margin-top: 0;
}

/************

ログイン

************/
.login_wrap {
 position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
 padding: 80px;
 border: 2px solid #828282;
 border-radius: 5px;
}
.login_wrap h1 {
 font-size: 2.4rem;
 line-height: 2.4rem;
 color: #2962ff;
}
.login_wrap dl {
 margin-top: 30px;
}
.login_wrap dt {
 font-size: 1.6rem;
 line-height: 1.6rem;
 margin-bottom: 7px;
}
.login_wrap dd input[type=password],
.login_wrap dd input[type=text] {
 font-size: 1.8rem;
 line-height: 1.8rem;
 border: 1px solid #828282;
 border-radius: 5px;
 padding: 8px 10px;
}
.login_wrap dd input[type=password],
.login_wrap dd input[type=text] {
 width: 50rem;
 margin-bottom: 20px;
}
.login_wrap label {
 margin-top: 20px;
 font-size: 1.6rem;
 line-height: 1.6rem;
}
.login_wrap input[type=submit] {
 width: 50rem;
}
.login_wrap .chkbox span {
 font-size: 1.6rem;
}

.password_txt {
 font-size: 1.4rem;
 margin-top: 20px;
}
.password_txt a {
 color: #2962ff;
}

/************

検索画面

************/

.contents_wrap.no_breadcrumbs {
 margin-top: 50px;
}
.contents_wrap.no_breadcrumbs.inquiry {
 padding-left: 150px;
}
.contents_wrap {
 position: relative;
 width: 1200px;
 margin: 0 auto 80px;
 padding: 50px;
 background: #fff;
 border-radius: 10px;
}
.frame_style .contents_wrap {
 width: 970px;
 padding: 0;
 margin: 0;
}
.contents_wrap h2 {
 font-size: 2.4rem;
 line-height: 2.4rem;
}
.contents_wrap .btn_entry a {
 position: absolute;
 width: 360px;
 top: 30px;
 right: 50px;
 font-size: 2.6rem;
 line-height: 6rem;
 text-align: center;
 color: #fff;
 border-radius: 10px;
 background: #2962ff;
}
.contents_wrap .btn_entry a:hover {
 opacity: 0.8;
}
.search_area {
 position: relative;
 width: 1100px;
 margin: 30px auto 0;
 border: 2px solid #666;
 border-radius: 5px;
}
.frame_style .search_area {
 width: 970px;
 margin: 0;
 border: 0;
}
.search_area table {
 display: none;
 width: 920px;
 margin: 0 auto 20px;
}
.search_area.open_table table {
 display: block;
}
.search_area table.frame_table {
 display: block;
}
.search_area table th {
 width: 230px;
 font-size: 2rem;
 line-height: 2rem;
 text-align: left;
 vertical-align: top;
 padding: 20px 0;
 border-top: 2px solid #ccc;
}
.search_area table td {
 width: 690px;
 padding: 20px 0;
 border-top: 2px solid #ccc;
}
.search_area h3.search_title {
 margin: 20px 0;
}
.search_area h3 {
 display: block;
 font-size: 2rem;
 line-height: 2rem;
 text-align: center;
 margin: 0;
}
.search_area .btn_open {
 position: absolute;
 width: 30px;
 height: 30px;
 top: 15px;
 right: 20px;
 background:url(../img/btn_open.png) no-repeat;
}
.search_area.open_table .btn_open {
 background:url(../img/btn_close.png) no-repeat;
}
.search_area .btn_open.active {
 background:url(../img/btn_close.png) no-repeat;
}
.search_area.open_table .btn_open.active {
 background:url(../img/btn_open.png) no-repeat;
}
.search_area input[type=text].free {
 width: 100%;
 font-size: 1.8rem;
 line-height: 1.8rem;
 border: 2px solid #828282;
 border-radius: 5px;
 padding: 15px;
}

.disabled {
	color: #ddd;
}

/************

検索結果

************/
.contents_wrap .result_list {
 margin-top: 80px;
}
.contents_wrap .result_list .txt_result {
 font-size: 2rem;
 line-height: 2rem;
}
.contents_wrap .result_list ul.info li {
 overflow: hidden;
}
.contents_wrap .result_list ul.info li > a {
 display: block;
 margin-top: 20px;
 padding: 20px;
 border: 2px solid #ccc;
 border-radius: 5px;
}
.contents_wrap .result_list ul.info li > a:hover {
 background: #fffce4;
}
.contents_wrap .result_list ul.info li > a.private_list {
 background: #ccc;
}
.contents_wrap .result_list ul.info li > a > h3 {
 font-size: 2rem;
 line-height: 2rem;
 color: #212121;
}
.contents_wrap .result_list ul.info li span {
 display: inline-block;
 font-size: 1.4rem;
 line-height: 2.2rem;
 margin: 0 0 0 10px;
 padding: 0 10px;
 color: #212121;
 border: 1px solid #212121;
 border-radius: 5px;
 background: #fff;
}
.contents_wrap .result_list ul.info li span.number {
 font-weight: normal;
 border: 0;
 background: none;
}
.contents_wrap .result_list ul.info li span.suisan {
 color: #00b8d4;
 border: 1px solid #00b8d4;
}
.contents_wrap .result_list ul.info li span.sale {
 color: #ff8f00;
 border: 1px solid #ff8f00;
}
.contents_wrap .result_list ul.info li span.private {
 color: #fff;
 border: 1px solid #999;
 background: #999;
}
.contents_wrap .result_list ul.info li .txt_s {
 font-size: 1.4rem;
 margin-top: 5px;
}
.contents_wrap .result_list ul.info li .address {
 font-size: 1.8rem;
 line-height: 2.8rem;
 color: #555;
 margin-top: 30px;
}
.contents_wrap .result_list ul.info li .address a {
 font-size: 1.8rem;
 line-height: 2.8rem;
 color: #3f51b5;
 text-decoration: underline;
}

/************

ページネーション

************/
.pagination {
 margin: 40px auto 0;
 text-align: center;
}
.pagination li {
 display: inline;
 font-size: 1.8rem;
 line-height: 2rem;
 margin: 0 17px 0;
}
.pagination li span {
 color: #fff;
 border-radius: 50%;
 padding: 0.5em 0.8em;
 border: 1px solid #2962ff;
 background: #2962ff;
}
.pagination li a {
 position: relative;
}
.pagination li a span {
 color: #2962ff;
 background: #fff;
}
.pagination li a:hover span {
 color: #fff;
 background: #2962ff;
}
.pagination li a.arrow01:before {
 content:" ";
 position: absolute;
 left: 0;
 width: 12px;
 height: 12px;
 border: 3px solid;
 border-color:  transparent transparent #2962ff #2962ff;
 transform: rotate(45deg);
}
.pagination li a.arrow01:after {
 content:" ";
 position: absolute;
 left: -10px;
 width: 12px;
 height: 12px;
 border: 3px solid;
 border-color:  transparent transparent #2962ff #2962ff;
 transform: rotate(45deg);
}
.pagination li a.arrow02:after {
 content:" ";
 position: absolute;
 left: 0;
 width: 12px;
 height: 12px;
 margin-right:10px;
 border: 3px solid;
 border-color:  transparent transparent #2962ff #2962ff;
 transform: rotate(45deg);
}
.pagination li a.arrow03:after {
 content:" ";
 position: absolute;
 left: -10px;
 width: 12px;
 height: 12px;
 border: 3px solid;
 border-color: #2962ff #2962ff transparent transparent;
 transform: rotate(45deg);
}
.pagination li a.arrow04:before {
 content:" ";
 position: absolute;
 left: 0;
 width: 12px;
 height: 12px;
 border: 3px solid;
 border-color: #2962ff #2962ff transparent transparent;
 transform: rotate(45deg);
}
.pagination li a.arrow04:after {
 content:" ";
 position: absolute;
 left: -10px;
 width: 12px;
 height: 12px;
 border: 3px solid;
 border-color: #2962ff #2962ff transparent transparent;
 transform: rotate(45deg);
}

/************

詳細画面

************/
.contents_wrap.details_width {
 padding: 50px 150px;
}
.contents_wrap .btn_pdf a,
.contents_wrap .btn_csv a {
 position: absolute;
 width: 120px;
 top: 50px;
 font-size: 1.6rem;
 line-height: 3.6rem;
 text-align: center;
 color: #fff;
 border-radius: 5px;
}
.contents_wrap .btn_pdf a {
 right: 310px;
 background: #ff5722;
}
.contents_wrap .btn_csv a {
 background: #4caf50;
 right: 150px;
}
.contents_wrap .btn_pdf a:hover,
.contents_wrap .btn_csv a:hover {
 opacity: 0.8;
}
.details_area table {
 width: 900px;
 margin-top: 25px;
 border: 2px solid #ccc;
}
.details_area table th {
 position: relative;
 overflow: hidden;
 width: 214px;
 background: #eee;
 padding: 15px 20px;
 text-align: left;
 vertical-align: top;
 font-size: 1.8rem;
 font-weight: normal;
 line-height: 2.6rem;
 border: 2px solid #ccc;
 background-clip: padding-box;
}
.details_area table th span.must {
 position: absolute;
 display: inline-block;
 top: 18px;
 right: 10px;
 font-size: 1.4rem;
 line-height: 1.4rem;
 color: #f44336;
 padding: 5px;
 border: 1px solid #f44336;
}
.details_area table td {
 padding: 15px 20px;
 text-align: left;
 font-size: 1.8rem;
 line-height: 2.6rem;
 border: 2px solid #ccc;
}
.details_area dl.list02 dt,
.details_area dl.list02 dd {
 display: inline-block;
 width: 49%;
 font-size: 1.8rem;
 line-height: 2.6rem;
}
.details_area dl.list02 dd input[type=text] {
 margin-right: 0;
 margin-bottom: 10px;
}

.details_area table a {
 color: #2962ff;
 text-decoration: underline;
}
.details_area .small {
 font-size: 1.4rem;
 line-height: 1.4rem;
}
.details_area .small_cb {
 font-size: 1.7rem;
 line-height: 1.7rem;
}
.details_area table td li {
 font-size: 1.8rem;
 line-height: 1.8rem;
 margin-bottom: 10px;
}
.no_image {
	font-size: 2.2rem;
	width: 300px;
	height: 225px;
	text-align: center;
	padding-top: 100px;
	background-color: #eee;
	border: 2px #ccc solid;
}


/************

入力画面

************/
.txt_bunrui {
 font-size: 1.8rem;
 line-height: 1.8rem;
 margin-right: 45px;
}
input.input_p_color::placeholder {
 color: #212121;
}
.error {
 font-size: 1.6rem;
 line-height: 1.8rem;
 color: #f00;
 margin: 3px 0;
}
