@media screen and (min-width:1280px) {
	.ppd_front_body_width {
		width:98%;
		margin:auto
	}
	
	.ppd_front_td_title {
		width:30em;
	}
	.ppd_front_td_target {
		width:15em;
	}
	.ppd_front_td_camera {
		width:15em;
	}
}

/* テーマがwidth100%にしているので解除する */
input[type="text"], input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], select, textarea {
  width: auto;
  max-width: none;
  min-width: auto;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.3rem 1rem;
  transition: all 0.3s;
}

.ppd_error_message {
	color : red;
}

.ppd_edit_genre_title {
	font-size : 120%;
	padding-top : 20px;
	padding-bottom : 10px;
}

.ppd_sort_list li {
	list-style:  none;	/* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
    padding-left : 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height:3em;
	/*border:1px solid #cccccc;*/
	/*border:1px solid #333;*/
	border:1px dotted #333;
	/* list-style-type : decimal; *//* 数字表示 */
	cursor:pointer;
	background: #fff;
	max-width: 400px;
}

.ui-sortable-handle {
	cursor: grab;
}

.ui-sortable-handle:active {
	cursor: grabbing;
}

.ppd_front_title::before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  -index: -2;
}

.ppd_front_title{
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #7db4e6;
  font-size: 20px;
  color: white;
  margin-left: -33px;
  margin-top: 30px;
  line-height: 1.3;
  z-index: -1;
}


.ppd_front_subitem {
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #7db4e6;
  margin-bottom: 4px;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
}

span.ppd_front_iconppoku_progress {
	background-color: #5bc8ac; /* 6eb5c0 */
}
span.ppd_front_iconppoku_priority {
	background-color: #fd974f; /* FFCDAA */
}
span.ppd_front_iconppoku_priority_high {
	background-color: #ed5752;
}
span.ppd_front_iconppoku_target {
	background-color: #dd57a5;
}
span.ppd_front_iconppoku_weather {
	background-color: #12d2ff;
}
span.ppd_front_iconppoku_season {
	background-color: #FFCC35;
}
span.ppd_front_iconppoku_month {
	background-color: #e9cc95;
}
span.ppd_front_iconppoku_timeframe {
	background-color: #C3F47E;
}
span.ppd_front_iconppoku_holiday {
	background-color: #6495ed;
}
span.ppd_front_iconppoku_event {
	background-color: #d11c2c;
}


span.ppd_front_iconppoku_camera {
	display: block;
	width: 9em;
	/*background-color: #d83861;*/
	background-color: #f58f98
}
span.ppd_front_iconppoku_camera_option {
	display: block;
	width: 9em;
	background-color: #bec6c0;
}
span.ppd_front_iconppoku_mama {
	background-color: #47b5fd;
}
span.ppd_front_iconppoku_station {
	background-color: #ffa486;
}


span.ppd_front_iconppoku {
	white-space: nowrap;
	font-size: 90%;
	/*background-color: #47b5fd;*/
	color: #fff;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 8px;

}

div.ppd_front_iconppoku {
	margin-bottom: 6px;
}

.ppd_front_width {
	max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
	/*background: #555;*/
}

.ppd_front_input {

	width:100%;
}

input[type="text"].ppd_front_input_title {
	width:800px;
}

.ppd_front_subitem2 {
	font-size: 115%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ppd_submit_button {
	/* 中央寄せ（この3行書くと中央寄せできる便利）*/
	display: flex;
	justify-content: center;
	align-items: center;
}

button, [type="submit"], [type="button"] {
	color: #fff;
	border: 1px solid blue;
	background-color: #668ad8;

}

button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {

  background-color: #6495ed;

}


.ppd_front_search_box {
	margin-top:5px;
	margin-bottom:0.5em;
	line-height: 2.8em;
}

.ppd_front_select {
	width: auto;
	padding: 0.3rem 0.5rem;
	margin-right: 3px;
	font-size: 90%;
	/*margin: 0px 0px 5px;*/
}
.ppd_front_search_box_select {
	width: auto;
	padding: 0.4rem 0.5rem;
	margin-right: 3px;
			position: relative;
			top: -2px;
	font-size: 90%;
	/*margin: 0px 0px 5px;*/
}


.ppd_front_space_s {
	margin-top: 3px;
	margin-bottom: 3px;
	/* 理屈はわからないが↓とすることで行と行の間隔がちゃんと空く */
	display: block ruby;
}

.ppd_front_inline_block {
	display: inline-block;
}

#wp-original-wrap{
	max-width: 640px !important;
}

label {
    margin-right: 5px; /* ボタン同士の間隔 */
    margin-top: 10px;
    margin-bottom: 10px;
}
label input {
    display: none; /* デフォルトのinputは非表示にする */
}
label span {
    color: #31A9EE; /* 文字色を黒に */
    font-size: 90%; /* 文字サイズを14pxに */
    border: 2px solid #006DD9; /* 淵の線を指定 */
    border-radius: 5px; /* 角丸を入れて、左右が丸いボタンにする */
    padding: 5px 13px; /* 上下左右に余白をトル */
}
label input:checked + span {
    color: #FFF; /* 文字色を白に */
    background: #6495ED; /* 背景色を薄い赤に */
    border: 2px solid #006DD9; /* 淵の線を薄い赤に */
}

label span:hover {
	background-color: #E2EDF9;

}