@charset "utf-8";

/* ---------------------------------------------------------------------------------------- 
	#header
---------------------------------------------------------------------------------------- */
#header {
	position: relative;
}
#header .container {
	margin-top: 20px;
}
#header .container_fluid {
	margin-top: 0px;
}


/* -------------------------------------
 * メニューバー（全幅）
 * ---------------------------------- */
#header .container_fluid .box {
	margin-bottom: 0px;
}
#header .container_fluid nav {
	border-radius: 0;
}


/* -------------------------------------
 * メニューバー（固定幅）
 * ---------------------------------- */
#header nav .container {
	margin-top: 0;
}


/* -------------------------------------
 * メニューバー（スマホ）
 * ---------------------------------- */
@media (max-width: 767px) {
    .navbar-collapse {
        border-top-width: 0px;
    }
}



/* ---------------------------------------------------------------------------------------- 
	#footer
---------------------------------------------------------------------------------------- */
#footer {
/*	padding: 20px 0px 0px 0px;*/
/*	margin-top: 50px;*/
	background: #eee;
}
#footer address {
	margin-bottom: 0px;
}



/* -------------------------------------
 * フッターリンク
 * ---------------------------------- */
.footerNavi ul {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}
.footerNavi ul  > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}


/* -------------------------------------
 * フッター サイト内検索
 * ---------------------------------- */
#footer .siteSearch h2 {
	display: none;
}


/* -------------------------------------
 * ページの先頭へ
 * ---------------------------------- */
.pageTop {
	text-align: right;
}



/* ---------------------------------------------------------------------------------------- 
	Copyright
---------------------------------------------------------------------------------------- */
address {
	text-align: center;
	margin-bottom: 0px;
/*	background: #aaa;*/
}



/* ---------------------------------------------------------------------------------------- 
	サイドバー（column2.htm）
---------------------------------------------------------------------------------------- */
.column2 #contents h1 {
	text-align: left;
}

.column2 #contents .parts_free_type05 h1,
.column2 #contents .parts_free_type06 h1,
.column2 #contents .parts_free_type07 h1,
.column2 #contents .parts_free_type08 h1,
.column2 #contents .parts_free_type09 h1 {
	text-align: center;
}

.column2 #contents .parts_free_type08 h1 {
	margin-bottom: 0;
}


/* -------------------------------------
 * 枠
 * ---------------------------------- */
.column2 #side .box,
.column2 #side .sitemapParts,
.column2 #side .categoryIndex .sideBox {
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 8px;
}
.column2 #side .box h3 {
	margin-top: 0;
}


/* -------------------------------------
 * サイドメニュー
 * ---------------------------------- */
.column2 .sideNavi .box {
	padding: 0px !important;
}
.column2 .sideNavi ul {
	padding: 0px !important;
	list-style-type: none;
}
.column2 .sideNavi .boxBottom > ul > li {
	padding: 15px 15px 8px;
	border-bottom: 1px solid #eee;
}
.column2 .sideNavi .boxBottom > ul > li: last-child {
	border-bottom: 0px;
}
.column2 .sideNavi .boxBottom > ul > li > ul li {
	padding: 8px 15px;
}



/* ---------------------------------------------------------------------------------------- 
	共通
---------------------------------------------------------------------------------------- */

/* -------------------------------------
 * モバイルアクセス時の表示切替ボタン
 * ---------------------------------- */
#cmsMobileButton {
	display: none;
}


/* -------------------------------------
 * ページリンク
 * ---------------------------------- */
.pageLink {
	margin: 15px 0;
	text-align: center;
}
.pageLink ul {
	margin: 0;
}
.pageLink li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
	line-height: 1em;
}
.pageLink li.prevBu {
	border-right: 1px solid #ccc;
}
.pageLink li.nextBu {
	border-left: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	.pageLink li {
	    padding-left: 4px;
	    padding-right: 4px;
	}
}


/* -------------------------------------
 * ぱんくずリスト
 * ---------------------------------- */
.breadcrumb {
	background: none;
	margin-bottom: 0px;
	text-align: right;
}
.breadcrumb > li + li: : before {
    content: " > ";
}



/* ---------------------------------------------------------------------------------------- 
	モジュール
---------------------------------------------------------------------------------------- */

/* -------------------------------------
 * トピックス
 * ---------------------------------- */
.topicsListBox {
	margin-bottom: 30px;
}
.topicDate {
	border-bottom: 1px dotted #ccc;
    color: rgb(153, 153, 153);
    font-size: 85.7%;
    margin-bottom: 0;
    text-align: right;
	margin-top: 5px;
}
.topicsArticleBox .topicsArticleBody {
	margin-top: 15px;
}
@media (min-width: 768px) {
	.topicsListBox .topicDigestImgOn .topicDigestPhoto {
		max-width: 50%;
	}
}


/* -------------------------------------
 * ブログ
 * ---------------------------------- */
.blogRecentLink {
	text-align: right;
}
.blogRecentLink a {
	text-decoration: underline;
}
.blogRecentLink a: after {
	content: '\00bb';
}

/* 日付 */
.blogEntryList p.topicDate,
.blogIndividualBox p.topicDate,
.blogMonthlArchivesList p.topicDate,
.blogCategoryArchivesList p.topicDate {
	color: #999;
	font-size: 85.7%;
	text-align: right;
	margin-bottom: 0;
}

/* 記事本文 */
.blogEntryBody p {
	line-height: 180%;
}

/* 続きを読む */
.pageMore {
	padding-top: 0;
	text-align: right;
}

/* 記事情報・記事カテゴリー */
.entryFooter ul {
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	padding-left: 0px;
}
.entryCategory {
	border-top: 1px dotted #ccc;
}
.entryCategory ul {
	padding-top: 10px;
	padding-left: 0px;
}
.entryCategory > b {
	display: inline-block;
	padding-top: 10px;
    padding-left: 8px;
}
.entryFooter ul li,
.entryCategory ul li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
	border-right: 1px solid #ccc;
	line-height: 1em;
}
.entryFooter ul li: last-child,
.entryCategory ul li: last-child {
	border-right: 0px;
}

.entryFooter ul li.entryAuthor {
	display: none;
}

/* トラックバック欄/コメント欄 */
.blogTrackbacksName li,
.blogCommentsName li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
	border-right: 1px solid #ccc;
	line-height: 1em;
}
.blogTrackbacksName li: last-child,
.blogCommentsName li: last-child {
	border-right: 0px;
}

/* コメントフォーム */
.blogCommentsName ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #ccc;

}

/* アーカイブ */
.blogArchiveList dl{
	margin-bottom:5px;
}
.blogArchiveList dl dt{
	font-weight:normal;
}
/* pc */
@media (min-width: 768px) {
	.blogArchiveList dl dt{
		float:left;
		clear:left;
		padding-right: 10px;
	}
}


/* -------------------------------------
	ブログ内検索・サイト内検索
 * ---------------------------------- */
.blogSearch form,
.siteSearch form {
    border-collapse: separate;
/*    display: table;*/
    position: relative;
}
/*
.blogSearch form .blogSearchText,
.siteSearch form .siteSearchText {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
	display: table-cell;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.blogSearch form div,
.siteSearch form div {
	 display: table-cell;
	vertical-align: middle;
	width: 1%;
    font-size: 0;
    position: relative;
    white-space: nowrap;
}
.blogSearch form div input,
.siteSearch form div input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
*/


/* -------------------------------------
 * 一覧
 * ---------------------------------- */
.albumIndex ul,
.topicsIndex ul,
.blogRecent ul,
.blogMonthly ul,
.blogCategoryList ul,
.blogFeed ul {
	list-style: outside none none;
	padding-left: 0;
}


/* -------------------------------------
 * カレンダー
 * ---------------------------------- */
table.calendar {
	width: 100%;
	margin: 5px 0;
}
table.calendar th {
	text-align: center;
	padding: 4px;
}
table.calendar th span {
	padding-left: 10px;
	padding-right: 10px;
}
table.calendar td {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
table.calendar tr.week-label td {
	background: #f8f8f8;
	font-size: 80%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.calendar tr.week-label td.sun,
table.calendarTable tr.week-label th.sun {
	color: red;
}
table.calendar tr.week-label td.sat,
table.calendarTable tr.week-label th.sat {
	color: blue;
}
table.calendar tr td.hol a {
	font-weight: bold;
	text-decoration: underline;
}


/* -------------------------------------
 * イベント
 * ---------------------------------- */
table.eventList .data {
	white-space: nowrap;
	text-align: right;
}
table.eventList td ul {
	list-style: outside none none;
	padding-left: 0;
}


/* -------------------------------------
 * アルバム
 * ---------------------------------- */
.albumListBox .albumPhoto,
.albumListBox .albumText {
	 float: left !important;
}
.albumListBox .albumPhoto {
	margin-right: 10px;
}
.albumListBox .albumText {
	width: 100%;
	max-width: 950px;
}
.albumListBox .albumPhoto img {
	max-width: 100% !important;
}


/* -------------------------------------
 * メールフォーム
 * ---------------------------------- */
.mailform-table {
	margin: 0;
}



/********************************/

#footer .pageTop {
	padding: 5px 0;
	text-align: center;
}

#footer .pageTop a {
	font-weight: normal;
}

#footer .pageTop a:before {
	display: inline-block;
	margin-right: 10px;
	padding: 0 1px 3px 2px;
	border-radius: 2px;
	font-family: FontAwesome;
	content: "\f077";
	line-height: 1;
}

	#footer .pageTop {
		/*display: none;*/
		padding: 0;
	}
	#footer .pageTop a {
		position: fixed;
		right: 20px;
		bottom: 20px;
		display: block;
		width: 50px;
		height: 50px;
		font-size: 24px;
		opacity: 0.6;
		overflow: hidden;
		transition: 0.5s linear;
		-moz-transition: 0.5s linear;
		-webkit-transition: 0.5s linear;
		-o-transition: 0.5s linear;
		-ms-transition: 0.5s linear;
		z-index: 9999;
	}
	#footer .pageTop a:hover {
		opacity: 0.2;
	}
	#footer .pageTop a:before {
		width: 50px;
		height: 50px;
		margin: 0;
		padding: 3px 3px 8px 7px;
		border-radius: 4px;
		font-size: 40px;
	}

/* スマホ */
@media (max-width: 767px) {
	#footer .pageTop a {
    	bottom: 50px;
	}
}

/* -------------------------------------
 * アルバム
 * ---------------------------------- */
.albumListBox .buAlbum {
	text-align: center;
}
.albumListBox .albumDate {
	display: block;
	margin-bottom: 10px;
	font-size: 100%;
}
.albumListBox .albumText .albumDate {
	padding-bottom: 10px;
	font-size: 86%;
}
.albumListBox .albumPhoto,
.albumListBox .albumText {
	 float: left !important;
}
.albumListBox .albumPhoto {
	margin-right: 10px;
}
.albumListBox .albumText {
	width: 100%;
	max-width: 950px;
}
#main .albumList .albumListBox .albumPhoto {
	margin-right: 15px;
	padding: 5px 0;
	border: none;
	background: transparent;
}
.albumListBox .albumPhoto img {
	max-width: 100% !important;
}
.albumList .albumThumb {
	margin: 0 5px 10px;
	padding: 0;
	width: 100px;
	height: 100px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	position: relative;;
}
.albumList .albumThumb a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.albumList .albumThumb img {
	width: auto !important;
	min-width: 100px;
	max-width: none;
	height: auto !important;
	min-height: 100px;
	float: left;
}
body#bootstrap_template ul.thumbs li {
	padding: 0;
}
body#bootstrap_template ul.thumbs li::before {
	display: none;
}
body#bootstrap_template ul.thumbs li a {
	display: block;
	margin: 0 auto;
	width: 98px;
	height: 98px;
	background-size: cover !important;
}
#thumbs div.pagination a,
#thumbs div.pagination span.current,
#thumbs div.pagination span.ellipsis {
    border: none;

}
#thumbs div.pagination a:hover,
#thumbs div.pagination span.current:hover,
#thumbs div.pagination span.ellipsis:hover {
	opacity: 0.6;
}

body#bootstrap_template .pageLink li.nextBu a:after {
	display: inline-block;
	padding-left: 5px;
	content: "\00bb";
}
body#bootstrap_template .topicsList .pageLink li.nextBu a:after {
	display: none;
}
body#bootstrap_template .pageLink li.prevBu a:before,
body#bootstrap_template .albumList .pageLink li a:before {
	display: inline-block;
	padding-right: 5px;
	content: "\00ab";
}
body#bootstrap_template .topicsList .pageLink li.prevBu a:before {
	display: none;
}
body#bootstrap_template .albumList .pageLink li {
	flex-basis: 100%;
	text-align: left;
}

/* スマホ */
@media (max-width: 767px) {
	.albumList .albumThumb a.pc {
		display: none;
	}
	#main .albumList .albumListBox .albumPhoto {
		display: block;
		width: 100% !important;
		margin: 0 0 15px;
	}
	#main .albumList .albumListBox .albumPhoto img {
		width: 100% !important;
	}
	body#bootstrap_template ul.thumbs {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	body#bootstrap_template ul.thumbs:before {
		display: none;
	}
}

/* タブレット */
@media (min-width: 768px) and (max-width: 991px) {
	.albumList .albumThumb {
		width: 134px;
		height: 134px;
	}
	.albumList .albumThumb a.pc {
		display: none;
	}
	.albumList .albumThumb img {
		min-width: 134px;
		min-height: 134px;
	}
	.column2 .albumList .albumThumb {
		width: 125px;
		height: 125px;
	}
	.column2 .albumList .albumThumb img {
		min-width: 125px;
		min-height: 125px;
	}
	#thumbs ul.thumbs li a.thumb {
		width: 114px;
		height: 114px;
	}
	.column2 #thumbs ul.thumbs li a.thumb {
		width: 61px;
		height: 61px;
	}
}

/* PC */
@media (min-width: 992px) and (max-width: 1199px) {
	.albumList .albumThumb {
		width: 124px;
		height: 124px;
	}
	.albumList .albumThumb a.sp {
		display: none;
	}
	.albumList .albumThumb img {
		min-width: 124px;
		min-height: 124px;
	}
	.column2 .albumList .albumThumb {
		width: 113px;
		height: 113px;
	}
	.column2 .albumList .albumThumb img {
		min-width: 113px;
		min-height: 113px;
	}
	#thumbs ul.thumbs li a.thumb {
		width: 98px;
		height: 98px;
	}
	.column2 #thumbs ul.thumbs li a.thumb {
		width: 96px;
		height: 96px;
	}
}

/* PC（ワイド） */
@media (min-width: 1200px) {
	.albumList .albumThumb {
		width: 132.5px;
		height: 132.5px;
	}
	.albumList .albumThumb a.sp {
		display: none;
	}
	.albumList .albumThumb img {
		min-width: 132.5px;
		min-height: 132.5px;
	}
	.column2 .albumList .albumThumb {
		width: 130px;
		height: 130px;
	}
	.column2 .albumList .albumThumb img {
		min-width: 130px;
		min-height: 130px;
	}
	#thumbs ul.thumbs li a.thumb {
		width: 120px;
		height: 120px;
	}
	.column2 #thumbs ul.thumbs li a.thumb {
		width: 88px;
		height: 88px;
	}
}

/* スマホ以外 */
@media (min-width: 768px) {
	.column2 .albumListBox .buAlbum {
		text-align: right;
	}
	.column2 .albumListBox .albumDate {
		display: inline-block;
	}
	#main .albumList .albumListBox {
		display: flex;
	}
	.albumListBox .albumText {
			text-align: left;
	}
}

#contents .albumList h1 {
    padding: 0;
}

.albumList h1:before,
.albumList h1:after {
    display: none;
}

.albumList .pageLink {
	display: none;
}


.albumList .albumThumb_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 767px) {

	.albumList .albumThumb_box .albumThumb {
	    margin-left: calc((100% - 300px) / 6);
    	margin-right: calc((100% - 300px) / 6);
	}
}
