@charset "UTF-8";
/* CSS Document */
.article.container {
	color: #464646;
	line-height: 1;
	letter-spacing: 1px;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0;
	padding-bottom:0;
}
.heading_level1 {
	margin-top: 0;
	padding-top: 16px;
}
.footer {
	margin-top: 75px;
}
.section {
	padding: 0;
}
/* 検索窓 */
.SS_search {
	position: relative;
	margin: 30px 0 5px !important;
}
.SS_search.mb30 {
	margin-bottom:30px !important;
}
.SS_search input[type="text"] {
	height: 34px;
	margin: 0;
	border: 1px solid #000;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.SS_search input[type="text"] {
	width: 400px;
	padding: 5px 10px;
	float: left;
}
.SS_search .form-submit {
	width: 34px;
	height: 34px;
	box-sizing: border-box;
}
.SS_search .form-submit {
	left: 0;
}
.SS_search .icon-contact {
	left: 0;
	top: 6px;
	width: 34px;
	height: 34px;
}
/* radioボタン */
.genre {
	margin-bottom: 30px;
}
.genre input {
	display: none;
}
.genre label {
	display: inline-block;
	position: relative;
	padding-top: 10px;
	margin-right: 10px;
	padding-left: 20px;
}
.genre label:before {
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #ababab;
	border-radius: 50%;
	background-color: #fff;
	content: '';
}
.genre input:checked + label:after {
	display: block;
	position: absolute;
	top: 13px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #da0025;
	content: '';
}

/* not-found */
#SS_notFound p {
    margin: 0;
    padding: 0 0 20px;
	line-height:1.6666;
}
#SS_hint {
    padding-bottom: 10px;
}
ul#SS_hintMessage {
    margin-left: 20px;
	padding-left:0;
}
ul#SS_hintMessage li {
    list-style: disc;
    line-height: 1.42857;
}
 @media (min-width: 740px) {
.article.container {
	margin-right: auto;
	margin-left: auto;
}
.heading_level1 {
	padding-bottom: 20px;
}
.SS_search .form-set-content {
	position: absolute;
	left: 399px;
	top: 0;
	border: none;
	width: 34px;
	height: 34px;
}
.form-set-content .btn {
	padding-top: 11px;
	padding-bottom: 10px;
	border: 1px solid black;
	font-size: 1.4rem;
	cursor: pointer;
}
/* radioボタン */
.genre label {
	margin-right: 20px;
	padding-left: 25px;
}
}
 @media (max-width: 739px) {
.SS_search {
	margin: 30px 10px;
}
.SS_search input[type="text"] {
	width: 100%;
	margin-right: -34px;
}
.SS_search .form-set-content {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	width: 34px;
	height: 34px;
}
.SS_search .icon-contact {
	font-size: 19px;
}
.form-set-content {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	width: 34px;
	height: 34px;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.header-form-btn {
	left: 0;
	width: 34px;
	height: 34px;
	box-sizing: border-box;
	padding-top: 5px;
	border: none;
	display: block;
	font-size: 1.2rem;
	background-color: #000;
	transition: 0.1s linear;
	line-height: 1;
	font-size: 1rem;
	color: #fff;
	margin: auto;
}
.icon-zoom {
	font-size: 20px;
}
/* radioボタン */
.genre label {
	display: block;
}

/* not-found */
#SS_notFound p.en {
	font-size:12px;
}
}
/* === Navication === */
#SS_navi {
	clear: both;
	margin-bottom: 20px;
	padding: 8px 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fafafa;
}
#SS_naviResult {
	float: left;
}
#SS_naviSort {
	float: right;
}
#SS_naviResult b, .SS_contentType, #sortSelected {
	font-weight: bold;
}
#SS_sortDate {
	margin-left: 1em;
}
.SS_contentType {
	padding-right: 0.4em;
}
 @media (max-width: 739px) {
#SS_naviResult {
	display: block;
	float: none;
	line-height: 1.4em;
}
#SS_queryString {
	display: block;
}
}
/* === Adlink === */
#SS_adlink {
	clear: both;
	margin: 10px 20px 30px;
	padding: 10px 10px 0;
	background: #E8F4FF;
	border: 1px solid #D2EAFF;
}
.SS_adlinkItem {
	display: table;
	padding-bottom: 10px;
}
#SS_adlink .SS_adlinkImage {
	display: table-cell;
	width: 180px;
}
#SS_adlink .SS_adlinkImage img {
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
}
#SS_adlink .SS_adlinkPage {
	display: table-cell;
	vertical-align: top;
}
.SS_adlinkTitle {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1.25em;
}
.SS_adlinkSummary, .SS_adlinkUrl {
	font-size: 1.4rem;
	line-height: 1.42857;
}
#SS_adlink .SS_url {
	padding-left: 0;
}
@media (max-width: 739px) {
#SS_adlink .SS_adlinkImage {
	display: none;
}
}
/* === Result === */
.image-col-set {
	clear: both;
	margin-bottom: 20px;
}
.SS_summary {
	word-break: break-all;
}
.article-set .SS_highlight {
	font-weight: bold;
	background: #ffffc6;
}
.SS_lastModified {
	padding-left: 1em;
}
.SS_url {
	padding-left: 1em;
	color: #006F00;
	word-break: break-all;
}
 @media (min-width: 740px) {
.image-col-set-image a {
	width: 170px;
	height: 130px;
}
.image-col-set-image img {
	max-width: 160px;
	max-height: 120px;
}
}
 @media (max-width: 739px) {
.image-col-set-image {
	display: none;
}
}
/* === Paging === */
.SS_prevPage {
	margin-right: 1em;
}
.SS_nextPage {
	margin-left: 1em;
}
 @media (min-width: 740px) {
.SS_paging {
	clear: both;
	margin: 40px 0 20px;
	text-align: center;
}
.SS_paging b, .SS_paging .SS_numberPage a {
	display: inline-block;
	min-width: 2.2em;
	margin: 0 2px;
	padding: 7px 5px;
	border: 1px solid #ebebeb;
	text-align: center;
}
.SS_paging b.SS_selectPage {
	background-color: #ebebeb;
}
.SS_paging_sp {
	display: none;
}
}
 @media (max-width: 739px) {
.SS_paging {
	display: none;
}
.SS_paging_sp {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
}
 ..SS_numberPage {
 text-align: center;
}
}
/* === NotFound === */
#SS_notFound {
	margin: 30px 0;
}
#SS_notFound p {
	margin: 0;
	padding: 0 0 20px;
}
#SS_notFound b {
	font-weight: bold;
}
#SS_hint {
	padding-bottom: 10px;
}
ul#SS_hintMessage {
	margin-left: 20px;
}
ul#SS_hintMessage li {
	list-style: disc;
	line-height: 1.42857;
}
/* === Preview === */
#SS_preview {
	position: absolute;
	z-index: 100;
	width: 436px;
	height: 336px;
	background: url(https://image.syncsearch.jp/image/preview.gif) no-repeat 0 0;
	display: none;
}
#SS_previewContainer {
	width: 407px;
	height: 307px;
	margin: 16px 0px 0px 16px;
	background: url(https://image.syncsearch.jp/image/shadow.png) no-repeat 0 0;
}
img#SS_previewImage {
	border: 1px solid #CCCCCC;
}
.SS_search::after, #SS_navi::after, .SS_paging::after, #SS_adlink::after {
	content: "";
	display: block;
	clear: both;
}
.image-col-set {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.image-col-set-image {
	margin-right: 10px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.image-col-set-image-inner, .image-col-set-image a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border: 1px solid #bababa;
}
.image-col-set-image-inner img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
}
.image-col-set-description-title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
	margin-top: 0;
	margin-bottom: .5em;
	font-weight: inherit;
}
.image-col-set-description-text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.66667;
	color: #777;
}
 @media (min-width: 740px) {
.image-col-set-image {
	margin-right: 15px;
}
.image-col-set-image a img {
	transition: opacity 0.2s linear;
	-webkit-backface-visibility: hidden;
}
.image-col-set-image a img:hover {
	opacity: 0.5;
	text-decoration: inherit;
}
.image-col-set-image-inner img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
}
.image-col-set-description-title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1.25em;
}
.image-col-set-description-text {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
}
}
