@charset "utf-8";
/**************/
/* common.css */
/**************/

/* **** common **** */

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	//font-family: "a-otf-ud-s5hin-go-pr6n"
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}

body {
	font-size: 13px;
	color: #333;
}

ol, ul { list-style-type: none; }

.none {
	display: none !important;
}

input[type="checkbox"] {
	-webkit-transform: scale(1.2);
	-mos-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.mananavi-container {
	margin-right: auto !important;
	margin-left: auto !important;
	max-width: 1200px !important;
}



/* **** wrapper **** */

#wrapper {
	width: 100%;
}



/* **** content **** */

#content {
	display: table;
	width: 100%;
}
main {
	display: table-cell;
	padding: 3.5% 5%;
	width: 68%;
	background-color: white;
	border: 1px solid rgba(76, 75, 75, 0.11);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
	vertical-align: top;
}
.content-main {
	padding: 10px 0;
}


/*---- page_title ----*/

.page_title {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg-page_title.png);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: contain;
	border-bottom: 1px solid #f1f1f1;
}
.page_title ul {
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 72px;
	vertical-align: middle;
}
.page_title ul li {
	display: table-cell;
	vertical-align: middle;
}
.page_title .page_name {
	font-size: 1.2em;
	text-align: left;
}
.page_title .page_navi {
	text-align: right;
}
.page_title .page_navi a {
	color: inherit;
}
.navi-active {
	color: #da391d;
}


/*---- content-wrapper ----*/

.content-wrapper {
	margin-top: 15px;
	width: 100%;
}


/*---- search form ----*/

.content-header {
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}
.inputbox {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #ec6d2a;
	letter-spacing: -1em;
	border-radius: 5px;
}
.input_item {
	margin-bottom: 0;
	width: 80%;
	font-weight: normal;
	letter-spacing: normal;
}

.input_item input[type="text"] {
	width: 100%;
	padding: 5px;
	border-color: #ec6d2a;
	border-radius: 5px;
	//color: #989696;
	color: #000;

}
.lbl-submit {
	display: inline-block;
	width: 20%;
	text-align: center;
	letter-spacing: normal;
}
.selectbox {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.select_item {
	position: relative;
	display: table-cell;
	padding: 0 10px;
	text-align: center;
	font-weight: normal;
}
.select_item::after {
	content: "\f078";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	width: 10px;
	height: 10px;
	font-family: FontAwesome;
	color: #ec6d2a;
	pointer-events: none;
}
.select_item select {
	width: 100%;
	padding: 5px;
	border-color: #ec6d2a;
	border-radius: 3px;
	color: #989696;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
}
.select_item select::-ms-expand {
	display: none;
}


/*---- pagination ----*/

.pagination li a {
	color: #989696;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
	background: #ec6d2a;
	border-color: #ec6d2a;
}
.pagination li a:hover {
	color: #fff;
	background: #da391d;
	border-color: #da391d;
}


/*---- list item ----*/

.result_list {
	margin: 0;
	padding: 0;
}

.highlight {
	color: red !important;
}

.result_item {
	display: table;
	margin: 0;
	padding: 10px;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #f0f0f0;
}
.result_item:hover {
	background-color: #f0f0f0;
}
.result_item a {
	color: inherit;
}
.result_item a:hover {
	cursor: pointer;
}
.result_item a img:hover {
	opacity: 0.7;
	cursor: pointer;
}

.small {
	display: block;
	font-size: 10px;
	height: 36px;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-image {
	display: inline-block;
	width: 20%;
	text-align: left;
	vertical-align: top;
}
.list-image img {
	display: block;
	max-width: 100%;
	max-height: 200px;
	width: auto;
	height: auto;
}

.list-text {
	display: inline-block;
	width: 80%;
	padding: 0 10px;
	vertical-align: top;
}
.list-ttl {
	margin: 2px 0 0;
	font-size: 12px;
	font-weight: bold;
}
.list-update {
	margin: 5px 0 0;
	font-size: 10px;
	color: #555;
}
.list-update .datetime {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.list-update .datetime::before {
	content: "\f017";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 10px;
	height: 10px;
	font-family: FontAwesome;
	color: #ec6d2a;
}



/* **** modal (bootstrap.js) **** */

.modal-backdrop {
	background-color: #ffffff;
}
.modal-backdrop.in {
	opacity: 0.8;
}

.modal-header {
	padding: 10px;
	border-bottom: none;
}
.modal-close {
	margin: 0;
	height: 1.5em;
}
.modal-title {
	margin: 0;
	text-align: center;
	font-size: 1.5em;
}
.modal-body p {
	margin: 0;
	padding: 0;
}

.sns-login {
	text-align: center;
	margin: 0;
	padding: 0;
}
.sns-buttons {
	display: table;
	margin: 0 auto;
	padding: 20px 0;
}
.sns-buttons li {
	display: table-cell;
	padding: 0 10px;
}
.sns-buttons li img {
	width: 100%;
}

.user-register {
	margin-top: 20px;
	text-align: center;
}
.user-register button {
	margin-top: 10px;
}
.tuzukipage{
	padding:20px;
	margin-top:0px;
	text-align: center;
}
.tuzukicenter {
    text-align: center;
    padding: 20px;
}
.tuzuki {
    padding: 10px 20px;
    background: #f3f3f3;
    margin: 10px auto;
}
.tuzukipage span{
		display: inline-block;
    /*float: left;*/
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    border:solid 1px #999;
    color: #fff;
    background-color: #999;
}
.tuzukipage a span{
    color: #999;
    background-color: #FFF;
}
/* **** PC 表示 **** */
@media only screen and (min-width: 769px) {

	.sp { display: none !important; }

}


/* **** SP 表示 **** */
@media only screen and (max-width: 768px) {

	.pc { display: none !important; }

	#content {
		display: block;
	}

	main {
		display: block;
		margin-bottom: 30px;
		width: 100%;
	}

	.content-wrapper {
		margin-top: 20px;
	}

	.page_title ul {
		height: 52px;
	}
	.page_title .page_name {
		font-size: 1em;
		padding-left: 4%;
	}
	.page_title .page_navi {
		font-size: 0.9em;
		padding-right: 5%;
	}

	.input_item {
		width: 70%;
	}
	.lbl-submit {
		width: 30%;
		text-align: right;
		letter-spacing: normal;
	}

	.list-image {
		width: 25%;
	}
	.list-text {
		width: 75%;
		font-size: 10px;
	}
	.list-update span {
		font-size: 9px;
	}
	.small {
		font-size: 9px;
	}


	.modal-dialog {
		font-size: 0.9em;
	}
	.form-control {
		font-size: 0.9em;
	}
	.sns-buttons {
		padding: 15px 0;
	}
	.sns-buttons li img {
		width: 90%;
	}
	.user-register {
		margin-top: 15px;
	}

}

@media only screen and (max-width: 412px) {

	.content-wrapper {
		margin-top: 15px;
	}

	.page_title ul {
		height: 32px;
	}
	.page_title .page_name {
		font-size: 0.8em;
	}
	.page_title .page_navi {
		font-size: 0.7em;
	}

	.list-image {
		width: 25%;
	}
	.list-text {
		width: 75%;
		font-size: 9px;
	}
	.list-update span {
		font-size: 8px;
	}
	.small {
		font-size: 8px;
	}


	.modal-dialog {
		font-size: 0.8em;
	}
	.form-control {
		font-size: 0.8em;
	}
	.sns-buttons {
		padding: 10px 0;
	}
	.sns-buttons li img {
		width: 80%;
	}
	.user-register {
		margin-top: 10px;
	}

}
