@charset "utf-8";

/*------------------------------
	content
------------------------------*/
.visual{
	background-image: url("/img/visual_works.jpg");
}

#result {
	background-color:#f5e8e6;
}

/*------------------------------
	options
------------------------------*/
#options {
	width: 70%;
	margin: auto;
	overflow: hidden;
}

#options ul {
	box-sizing: border-box;
	list-style: none;
	overflow: hidden;
}

#options ul li {
	margin: 0;
	box-sizing: border-box;
	float: left;
}


#options .mode li:not(:last-child)::after {
	content: "/";
	margin: 0 10px;
}

#options .types {
	width: 100000px;
	height: 40px;
	margin: 15px 0;
}

#options .types li {
	margin: 0 10px;
	padding: 0 15px;
	height: 100%;
	line-height: 40px;
	border-radius: 10px;
	background-color: #ccc;
	cursor: pointer;
}

#options .types li.now {
	background-color: #f5d4a9;
}

#options .types li:hover {
	opacity: 0.6;
}

#options .types li:first-child {
	margin-left: 0;
}
#options .types li:last-child {
	margin-right: 0;
}

#options .arrow {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	background-color: #ccc;
	border-radius: 10px;
	cursor: pointer;
}

#options .arrow:hover {
	opacity: 0.5;
}

#options .arrow_left {
	margin: 15px 0 0 -50px;
}
#options .arrow_right {
	margin: 15px 0 0 73%;
}

/*------------------------------
	result_list
------------------------------*/

/* 共通 */
#result_list {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	overflow: hidden;
}

#result_list li {
	display: block;
	width: 95%;
	min-height: 300px;
	margin: 0 auto 20px;
	padding: 15px 20px;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

#webresult #result_list li {
	margin: 0 0 20px 10px;
	padding: 0;
	box-sizing: border-box;
}


#result_list li h3 {
	font-size: 1.2em;
}

#result_list li .image {
	display: table;
	width: 100%;
	height: 160px;
}

#result_list li .texts {
	text-align: left;
}
#result_list li p.image {
	text-align: center!important;
}


#result_list li a {
	display: table-cell;
	vertical-align: middle;
}

#webresult #result_list li a{
	display: block;
	height: 100%;
	padding: 20px 10px;
	color: #000;
}



#result_list li a img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 160px;
}

/* result */
#result_list h2 {
	color: #fff;
	background-color: #a51f24;
	margin: 0 2.5% 15px;
	padding: 3px 0 3px 15px;
}

#result_list ul {
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
}