@charset "utf-8";


/*----------------------------------------------------------------------------------------

	common.css

----------------------------------------------------------------------------------------*/

#pankuzu li {
    max-width: 25em;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#pankuzu ol::after {
	display: block;
	clear: both;
	content: "";
}

#logs {
    width: 510px;
    float: left;
}

ul.dp-list > li {
    margin-bottom: 0;
}
.dp-list > li:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}
.dp-list a {
    box-sizing: border-box;
    padding: 5px 0;
    width: 100%;
    display: table;
}
.dp-list a:hover {
	background-color: #f9f9f9;
}
.dp-list span {
	display: table-cell;
}
.dp-list span + span {
  text-align: right;
}

#navigation input:not([type="checkbox"]) {
    box-sizing: border-box;
    padding: 0 5px;
    border: 1px solid #bbb;
    border-radius: 0;
    box-shadow: none;
	pointer: cursor;
    -webkit-appearance: none;
}
#diarybody input[type="submit"] {
	cursor: pointer;
}

/*ホバー*/
#diarybody .diary p > a:hover ,
#page a:hover , #navi a:hover ,
#diarybody .info a:hover {
	color: #f90;
}

/* 記事 //
////////////////////////////////////////////////////////////////////*/

#dp .diary {
  padding: 10px;
    border: 1px solid #ccc;
}
#dp .diary > div {
    word-break: break-all;
}
#dp .diary:not(:last-child) {
	margin-bottom: 20px;
}

#dp .diary p , .diary li {
	margin-bottom: 10px;
}
#logs-list .diary .text a {
	text-decoration: underline;
}

#dp .photo {
	margin-right: 10px;
	display: inline-block;
}
#dp a.photo {
	cursor: zoom-in;
}
#dp .photo:not(:last-child) {
	margin-bottom: 10px;
}

/*----------*/

#dp .diary a:hover img {
	opacity: 0.8;
}

/*----------*/

#dp .info {
	margin-top: 20px;
	font-size: 1.2rem;
	text-align: right;
}
#dp .info > li {
	display: inline;
}

#dp .diary iframe {
	width: 100% !important;
	display: block;
}
iframe[src*="https://www.google.com/maps/embed?"] {
    height: 250px;
}

/* 記事がない場合 //
-----------------------------*/

#dp .diary a[title="記事No.0の固定URL"] ,
#dp .diary a[href$="?field="] {
	pointer-events: none;
}
#logs-list .diary a[title="記事No.0の固定URL"] ,
#logs-list .diary a[href$="?field="] {
    display: none;
}

/* 記事ページ移動ナビ //
-----------------------------*/

#page a:hover , #navi a:hover {
    text-decoration: underline;
}

/*----------*/

#page {
    margin: 10px 10px 0;
}
#page h2 {
    display: none;
}
#page li , #navi li {display: inline;}
#page li {margin-right:10px;}
#page li a , #navi li a {text-decoration: underline;}

/*----------*/

#navi {
	margin: 0 10px;
	text-align: right;
}
#navi li {margin-left: 10px;}

/* トラックバック //
-----------------------------*/

#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}
#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
#trackback dl dd {
	margin-left: 30px;
}

/* コメント //
-----------------------------*/

#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #aaa;
}
#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999;
	border-bottom: 3px double #999;
}
#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}
#comment .text * {
	font-size: x-small;
}
html>body div#comment .text * {
	font-size: small;
}
#comment .text p {
	margin: 10px;
}

/* ナビゲーション //
////////////////////////////////////////////////////////////////////*/

#dp-navi {
  width: 200px;
  float: right;
}
#dp-navi > li:not(:last-child) {
  margin-bottom: 20px;
}

/* 見出し //
-----------------------------*/

#dp-navi > li > h2 {
  padding: 11px 0 12px;
  background-color: #414042;
  border: 1px solid #2c241d;
  box-shadow: 0px 0px 0px 1px #6b6560 inset;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}
#dp-navi > li > h2::before {
  height: 5px;
  background: rgba(0, 0, 0, 0) url(/images/common/side-kensaku_shadow.gif) center;
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  content: "";
}

/*----------*/

#dp-navi > li > h2 + div {
    border: 1px solid #ccc;
    border-top: none;
}

/* カレンダー //
-----------------------------*/

#dp-navi table {
  margin: auto;
  width: calc(100% - 20px);
  line-height: 1.7;
}
#dp-navi .cal th,
#dp-navi .cal td {
  text-align: center;
}
#dp-navi .cal th {
  padding: 15px 10px 10px;
  line-height: 1;
}

/*----------*/

#dp-navi .cal td a {
  font-weight: bold;
  text-decoration: underline;
}
#dp-navi .cal .satday {
    color: #44c;
}
#dp-navi .cal .sunday {
    color: #c44;
}

/*----------*/

#dp-navi .cal .calender {
  margin: 0 40px;
  overflow: hidden;
}
#dp-navi .cal .calender a {
  text-decoration: underline;
}
#dp-navi .cal .calender > li:first-child {
  float: left;
}
#dp-navi .cal .calender > li:last-child {
  float: right;
}

/* ログ検索 //
-----------------------------*/

#dp-navi .log > div {
  padding: 10px;
}
#dp-navi .log legend,
#dp-navi .log dt {
  display: none;
}
#dp-navi .log input {
  box-sizing: border-box;
  width: 100%;
  height: 22px;
  border: 0;
  border-radius: 0;
  display: block;
  font-family: inherit;
  -webkit-appearance: none;
}
#dp-navi .log input[type="text"] {
  padding: 1px;
  box-shadow: none;
  border: 1px solid #bbb;
}
#dp-navi .log input[type="submit"] {
  margin-top: 5px;
  background-color: #414042;
  color: #fff;
  cursor: pointer;
}

/* 最近の記事 //
-----------------------------*/

#dp-navi .new li:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}
#dp-navi .new a {
    padding: 10px;
    display: block;
}
#dp-navi .new a:hover {
  background-color: #f7f7f7;
}
#dp-navi .new span {
    display: block;
    font-size: 1.3rem;
}
#dp-navi time {
  margin-top: 3px;
  font-size: 1.2rem;
}

/*----------*/

#dp-navi .newIcon {
	display: none;
	vertical-align: middle;
}

/* 分類一覧 //
-----------------------------*/

#dp-navi .field a {
  height: 45px;
}
#dp-navi .field a:hover {
  background-color: #f7f7f7;
}
#dp-navi .field > div > ul > li > a::before {
  left: 8px;
}
#dp-navi .field > div > ul > li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}
#dp-navi .field li a {
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  display: table;
  position: relative;
}
#dp-navi .field li a::before {
  left: 5px;
}
#dp-navi .field li li a::before {
    margin: auto;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    line-height: 1;
    content: "・";
}
#dp-navi .field li span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
}
#dp-navi .field-child li::before {
	margin: 0 10px;
	height: 0;
	display: block;
	border-bottom: 1px dotted #ccc;
	content: "";
}
#dp-navi .field-child li a {
	padding: 3px 10px 3px 25px;
	height: 35px;
	font-size: 1.3rem;
}
#dp-navi .field-child li a::before {
	left: 20px
}
#dp-navi .field span + span {
	padding-left: 10px;
	white-space: nowrap;
	font-size: 1.2rem;
	text-align: right;
}

/* 過去ログ //
-----------------------------*/

#dp-navi .log2 ul {
	max-height: 500px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#dp-navi .log2 li:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}
#dp-navi .log2 a {
	box-sizing: border-box;
	padding: 5px 10px;
	width: 100%;
	height: 40px;
	display: table;
	position: relative;
}
#dp-navi .log2 a:hover {
	background-color: #f7f7f7;
}
#dp-navi .log2 span {
	display: table-cell;
	vertical-align: middle;
}
#dp-navi .log2 span + span {
	padding-left: 10px;
	white-space: nowrap;
	font-size: 1.2rem;
	text-align: right;
}


/* ログ検索 //
////////////////////////////////////////////////////////////////////*/

.log-search dl {
	line-height: 30px;
}
.log-search dt {
    float: left;
    clear: both;
}
.log-search dd input {
    width: 300px;
}
.log-search dd select {
    width: 200px;
}
.log-search fieldset > p {
    width: 280px;
    line-height: 40px;
    text-align: right;
}
.log-search [type="submit"] {
    width: 200px;
}
.log-search fieldset {
	margin-bottom: 20px;
}
.log-search + div {
	margin: 0 10px;
}
.log-search + #contents ul {
    margin-left: 10px;
}
.log-search + #contents li {
	list-style-type: none;
}

/* システム //
////////////////////////////////////////////////////////////////////*/

#diarybody legend {
	display: none;
}
fieldset {
    border: none;
}
#work ~ div , #work ~ script + div {
	margin: 0 10px;
}

/*----------*/

#work ~ div p {
	margin-bottom: 10px;
}
#work ~ div em {
	font-weight: bold;
}
#work ~ div a:hover {
	color: #f90 !important;
}

/*----------*/

#work ~ div dt {
    float: left;
    clear: left;
	color: #f4981d;
}
#work ~ div dd {
	margin-bottom: 10px;
}

/*----------*/

#work ~ div ul , #contents ul {
    margin: 0px 0px 20px 30px;
}
#work ~ div li , #contents li {
    list-style-type: disc;
}

/*----------*/

#work ~ div table {
	margin-bottom: 10px;
	width: 100%;
	font-size: 1.3rem;
}
#work ~ div th {
	padding: 5px;
    background-color: #eee;
    border: 1px solid #aaa;
    text-align: center;
}
#work ~ div td {
	padding: 5px;
    border: 1px solid #aaa;
}
#work ~ div td[data-field], #work ~ div td[data-field] ~ td {
    text-align: center;
}

/*ログイン //
-----------------------------*/

.dp-login div > ul li {
    margin-left: 30px;
    list-style-type: disc;
}
.dp-login dt {
	float: left;
	clear: both;
	line-height: 20px;
}
.dp-login dd {
	margin-bottom: 10px;
	line-height: 20px;
}


/*見出し //
-----------------------------*/

.dp_line01 , .dp_line02 {
	margin-bottom: 15px;
}
.dp_line01 {
    padding: 5px;
    border-top: 3px double #999;
    border-bottom: 3px double #999;
}
.dp_line02 {
	margin-top: 20px;
    padding: 0 3px;
    border-bottom: 3px double #999;
}

/*作業内容 //
-----------------------------*/

#work div {
	margin: 0 10px 30px;
}
#work dt {
    display: none;
}
#work dd {
	margin-right: 5px;
	float: left;
}

/* ステータス //
-----------------------------*/

#status dt {
    width: 10em;
}

/* 環境設定 //
-----------------------------*/

#work + #env dt {
    float: none;
}
#env h3 {
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 5px 10px;
    background-color: #eee;
}
#env h3 + dl , #env h3 + dl + p {
	margin: 0 10px;
}
#env dd {
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

/*---------*/

#env fieldset > dl:nth-of-type(1) dd input {
    width: 100%;
    display: block;
}


/* フォーム //
-----------------------------*/

#form h2 ~ * {
	margin: 0 10px;
}
#form ul{
	margin-bottom: 20px;
}
#form form dt {
	width: 130px;
	font-size: 1.6rem;
}
#work + #form dl > dd:nth-of-type(1) input,
#work + script + #form dl > dd:nth-of-type(1) input,
 #form dd textarea {
    box-sizing: border-box;
    padding: 3px;
    width: calc(100% - 130px);
    display: block;
}
#form form ul {
    margin-top: 20px;
    margin-left: 0;
}
#form form li {
    list-style-type: none;
}

/*----------*/

#form .this {
    border-color: #f00;
}

/* 記事編集 //
-----------------------------*/

table[summary="投稿記事一覧"] {
	margin-top: 10px;
}
table[summary="投稿記事一覧"] th:nth-child(-n+5) ,
table[summary="投稿記事一覧"] th:last-child{
	width: 10px;
	white-space: nowrap;
}
table[summary="投稿記事一覧"] td:nth-child(-n+5) ,
table[summary="投稿記事一覧"] td:last-child {
	text-align: center;
	white-space: nowrap;
}

/* ページ移動 //
-----------------------------*/

#navi h2 , #navi dt {
	display: none;
}
#work ~ div dd {
    margin-right: 5px;
    margin-bottom: 10px;
}
