@charset 'utf-8';

#contents_list {
	padding-top: 65px;
}
img#imgs {
	border: solid 3px #fde7a5;
}
select.category {
	width: 550px;
	height: 90px;
	margin: 0px auto;
	font-size: 25px;
	color: #88929e;
	font-family: 'Mplus 1p';
	-webkit-appearance: none;
	text-indent: 0.8in;
	line-height: 2.2rem;
	outline: none;
	-moz-border-radius: 5px;
	border-radius: 10px;
	letter-spacing: 3px;
	background-image: url('../img/photo.png'), url('../img/select_arrow.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 12px, 480px;
	background-size: 53px 53px;
	background-color: #fff;
	border: solid 2px #88929e;
}
select.category:hover {
	background-image: url('../img/photo_on.png'), url('../img/select_arrow_on.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 12px, 480px;
	background-size: 53px 53px;
	box-shadow: 0 0 7px #EF810F;
	border: 1px solid #EF810F;
	background-color: #FEFAF5;
}
select.category:active {
	background-image: url('../img/photo_on.png'), url('../img/select_arrow_on.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 12px, 480px;
	background-size: 53px 53px;
	box-shadow: 0 0 7px #EF810F;
	border: 1px solid #EF810F;
	background-color: #FEFAF5;
}
input.photograph {
	outline: none;
}
input.photograph[type=search] {
	border: solid 2px #88929e;
	padding-left: 50px;
	padding-right: 30px;
	width: 530px;
	height: 90px;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-moz-transition: all .5s;
	transition: all .5s;
	color: #000;
	font-family: 'Mplus 1p';
	font-size: 25px;
	background-color: #fff;
}
input.photograph[type=search]:focus {
	box-shadow: 0 0 7px #EF810F;
	border: 1px solid #EF810F;
}
input.photograph:-moz-placeholder {
	color: #999;
}
input.photograph::-webkit-input.photograph-placeholder {
	color: #999;
}
input.photograph[type=reset] {
	position: absolute;
	top: 170px;
	left: 510px;
	right: 0px;
	margin: auto;
	border: solid 5px rgba(255,255,255,0);
	color: #3AABD2;
	font-size: 40px;
	background-color: rgba(255,255,255,0);
}
input.photograph[type=reset]:focus {
	color: #DD9296;
	background-color: #fff;
}
#append {
	width: 100%;
	padding-top: 40px;
}
.box_block {
	width: 100%;
	text-align: center;
}
.box_block_bottom {
	width: 100%;
	height: 150px;
	text-align: center;
	margin-bottom: 120px;
}
.tab_recent {
	width: 570px;
	display: table;
	border-collapse: collapse;
	text-align: left;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.rowlist_recent {
	display: table-row;
}
.rowlist_recent > div {
	display: table-cell;
	margin: 15px;
	padding: 15px 10px;
	border: 1px solid #fff;
}
.tab_left_recent {
	width: 50%;
}
.tab_right_recent {
	width: 50%;
	text-align: right;
}
.tab_item {
	width: 545px;
	display: table;
	border-collapse: collapse;
	text-align: left;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fdf9f2;
	box-shadow: 0px 10px 4px 1px #d2d2d2;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
.rowlist_item {
	display: table-row;
}
.rowlist_item > div {
	display: table-cell;
	padding: 5px;
	padding-top: 17px;
	vertical-align: top;
	text-align: center;
}
.tab_left_item {
	width: 60%;
}
.tab_right_item {
	width: 40%;
}
.line {
	display: inline-block;
	width: 97%;
	margin-top: 50px;
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #ddd;
}
p.situation {
	position: relative;
	background: #eff4ff;
	padding: 10px;
	margin: 50px;
	font-size: 30px;
	color: #555;
	font-weight: bold;
	border-radius: 15px;
}
p.situation::before {
	font-family: FontAwesome;
	content: "\f103";
	display: inline-block;
	position: absolute;
	padding: 0em;
	color: #6acdef;
	font-size: 45px;
	background: #eff4ff;
	font-weight: normal;
	width: 65px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	left: -0.5em;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
p.situation::after {
	font-family: FontAwesome;
	content: 10枚;
	display: inline-block;
	position: absolute;
	padding: 0em;
	color: white;
	background: #F89174;
	font-size: 20px;
	font-weight: normal;
	width: 79px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	right: -0.5em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.30);
	border-bottom: solid 2px #F89174;
}
/* 操作説明　ここから */
.hidden_box {
	margin: 2em 0;
	padding-top: 37px;
}
.hidden_box label {
	padding: 15px;
	color: #666;
	font-size: 20px;
	font-weight: bold;
	background: #fde7a5;
	border-radius: 5px;
	transition: .5s;
	margin: 20px 0px 0px 20px;
}
.hidden_box label::before {
	display: inline-block;
	content: '\f078';
	font-family: 'FontAwesome';
	padding-right: 5px;
	transition: 0.2s;
}
.hidden_box label:hover {
	background: silver;
	background :#ffe9a9;
}
.hidden_box input:checked ~ label::before {
	content: '\f00d';
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #668ad8;
}
.hidden_box input {
	display: none;
}
.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
.hidden_box input:checked ~ .hidden_show {
	padding: 1px 0;
	height: auto;
	opacity: 1;
}
p.img {
	margin-left: 20px;
	padding: 0;
	z-index: 999;
}
/* 操作説明　ここまで */