@charset "utf-8";

/* ---------------------------------------------------------------------------------------- 
	文字サイズ
---------------------------------------------------------------------------------------- */
body {
	font-size: 1rem;
}

/* ---------------------------------------------------------------------------------------- 
	ヘッダー
---------------------------------------------------------------------------------------- */
#header {
	position:relative;

	width: 100%;
	margin: 30px auto 0;
	}
	#header .container {
		margin-top:20px;
	}
	#header .container_fluid{
		margin-top:0px;
	}

/* -------------------------------------
 * メニューバー（全幅）
 * ---------------------------------- */
#header .container_fluid .box{
	margin-bottom:0px;
	}
	#header .container_fluid nav {
		width: 100%;
		border: none;
	}
	#header .container_fluid nav .navbar-collapse{
		border-radius:0;
		
		width: 100%;
		border: none;
	}

/* -------------------------------------
 * メニューバー（固定幅）
 * ---------------------------------- */
#header nav .container{
	margin-top:0;
}

@media (min-width: 768px) {
  .navbar-fixed-top {
    position: static;
    z-index: auto;
  }
}

/* D. デスクトップ */
@media (max-width: 1139px) {

	/* -------------------------------------
	 * ヘッダー：フリーパーツ
	 * ---------------------------------- */
	#header .container_fluid .freeParts:first-child {
		width: 100%;
	}
}
/* T. タブレット */
@media (max-width: 991px) {
	
	/* -------------------------------------
	 * ロゴ
	 * ---------------------------------- */
	#header .boxBottom .left {
		width: 100%;
		text-align: left;
	}
	/* -------------------------------------
	 * 文字サイズ設定
	 * ---------------------------------- */
	#header .boxBottom .right {
		width: 100%;
		padding-right: 3%;
		text-align: right;
	}
}
/* S. スマートフォン */
@media (max-width: 767px) {
	
	/* -------------------------------------
	 * 文字サイズ設定
	 * ---------------------------------- */
	#header .boxBottom .fontSize {
		display: none;
	}
	
	/* -------------------------------------
	 * メニューバー
	 * ---------------------------------- */
    .navbar-collapse {
        border-top-width: 0px;
    }
    #header .navbar-fixed-top .navbar-collapse {
      max-height: calc(100vh - 50px);
    }
	
	/* 追加記述 */
	#header .container_fluid nav .navbar-collapse {
		padding-bottom: 64px;
	}
	
}

/* ---------------------------------------------------------------------------------------- 
	ブロック
---------------------------------------------------------------------------------------- */
#upper {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/common/asa_bg.png) repeat;
}
#main {
}
#opt {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------------------------------------------- 
	フッター
---------------------------------------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 0;
	background: url(../images/common/asa_bg.png) repeat;
}
#footer .container {
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer .container > div {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#footer address{
	margin-bottom:0px;
}

/* -------------------------------------
 * フッターリンク
 * ---------------------------------- */
#footer .container div.footerNavi {
	display: block;
	width: 100% !important;
	margin: 0 0 30px;
	padding: 0;
}
#footer .container .footerNavi .box {
	width: 1140px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
}
#footer .container .footerNavi ul {
	text-align: right;
    list-style: outside none none;
    margin-left: -5px;
	margin-bottom: 0;
    padding: 0;
}
#footer .container .footerNavi ul li {
  display: inline-block;
  height: auto;
  margin: 3px 0;
  padding: 0 30px;
  line-height: 1em;
}

	.footerNavi ul li a {
		font-size: 100%;
		line-height: 1em;
		text-decoration: none !important;
	}
	.footerNavi ul li a:hover {
		text-decoration: underline !important;
	}

/* D. デスクトップ */
@media (max-width: 1139px) {
	#footer .container {
		width: 100%;
		padding: 0;
	}
	#footer .container > div {
		width: 100%;
		padding: 0 3%;
	}
	#footer .container div.footerNavi {
		width: 100% !important;
		margin: 0 0 30px;
		padding: 0;
	}
	#footer .container div.footerNavi .box {
		width: 100%;
		text-align: right;
		padding: 15px 15px;
	}
	#footer .container div.footerNavi ul li {
		line-height: 1.5em;
		margin: 5px 0;
	}
}
/* T. タブレット */
@media (max-width: 991px) {
	#footer .container div.footerNavi {
		margin: 0 0 3%;
	}
	#footer .container div.footerNavi .box {
		width: 100%;
		text-align: right;
	}
}
/* S. スマートフォン */
@media (max-width: 767px) {
	.footerNavi {
		padding: 0;
	}

	#footer .container div.footerNavi ul {
		text-align: left;
		margin-bottom: -5px;
	}
	#footer .container div.footerNavi ul li {
		float: left;
		display: block;
		height: auto;
		margin: 0 5px 5px 0;
		line-height: 1em;
		
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		}
	
		.footerNavi ul li a {
			display: block;
			padding: 15px 20px;
			font-size: 100%;
			line-height: 1em;
			text-decoration: none !important;
		}
		.footerNavi ul li a:hover {
			text-decoration: underline !important;
		}

}

/* -------------------------------------
 * フッター サイト内検索
 * ---------------------------------- */
#footer .siteSearch h2{
	display:none;
}

/* -------------------------------------
 * フッター 会社情報（フリーパーツ）
 * ---------------------------------- */
#footer .footer_company_info {
	float: left;
	display: block;
	
	width: auto;
	margin: 0 0 30px;
	padding: 15px 20px 0;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#footer .footer_company_info h3 {
	margin: 0;
	padding: 0;

	font-size: 133.33333%;
	text-align: left;
	border: none; }

	#footer .footer_company_info h3::after {
		display: none;
	}

#footer .footer_company_info p {
	height: auto;
	font-size: 113.33333%;
	padding: 15px 0 0;
	text-align: left;
}

/* T. タブレット */
@media (max-width: 991px) {

	#footer .footer_company_info {
		width: auto;
		margin: 0 0 30px;
	}
}
/* S. スマートフォン */
@media (max-width: 767px) {
	#footer .footer_company_info {
		width: 100%;
		margin: 3% 0 5%;
		padding: 3% 4% 0;
	}
	#footer .footer_company_info h3 {
		margin: 0;
		padding: 0;
	
		font-size: 133.33333%;
		text-align: left;
		border: none; }
	
		#footer .footer_company_info h3::after {
			display: none;
		}
	
	#footer .footer_company_info p {
		height: auto;
		font-size: 113.33333%;
		padding: 15px 0 0;
		text-align: left;
	}
}


/* -------------------------------------
 * ページの先頭へ
 * ---------------------------------- */
.pageTop{
	text-align:right;
}



/* ---------------------------------------------------------------------------------------- 
	Copyright
---------------------------------------------------------------------------------------- */
address{
	text-align:center;
	margin-bottom:0px;
}


/* ---------------------------------------------------------------------------------------- 
	サイドバー（column2.htm）
---------------------------------------------------------------------------------------- */


/* -------------------------------------
 * 枠
 * ---------------------------------- */
.column2 #side .box,
.column2 #side .sitemapParts,
.column2 #side .categoryIndex .sideBox{
	padding: 0 0 0;
	margin-bottom:8px;
}
.column2 #side .box h3{
	margin-top: 30px;
}


/* -------------------------------------
 * サイドメニュー
 * ---------------------------------- */
.column2 .sideNavi .box{
	padding:15px 0 0 !important;
}
.column2 .sideNavi ul{
	clear: left;
	display: inline;
	padding:0 0 30px !important;
	list-style-type: none;
}
.column2 .sideNavi .boxBottom > ul > li{
	clear: left;
	width: 100%;
	padding: 0 0 15px 0;
}
.column2 .sideNavi .boxBottom > ul > li a{
	display: list-item;
	padding: 3px 0 15px 30px;

	font-size: 101.06666%;
	font-weight: bold;
	line-height: 1em;
	background: url(../images/common/icon_navi.png) no-repeat 0px 0px;
	}
	.column2 .sideNavi .boxBottom > ul > li a:hover{
		text-decoration: none;
	}

.column2 .sideNavi .boxBottom > ul > li:last-child{
	border-bottom:0px;
}
.column2 .sideNavi .boxBottom > ul > li > ul li{
	padding: 15px 0 0 15px;
}
.column2 .sideNavi .boxBottom > ul > li > ul li a{
	display: list-item;
	padding: 0 0 15px 20px;

	font-size: 90%;
	line-height: 1em;
	background: url(../images/common/icon_navi_s.png) no-repeat 0 0;
	}
	.column2 .sideNavi .boxBottom > ul > li > ul li a:hover{
		text-decoration: none;
	}
.column2 .sideNavi .boxBottom > ul > li > ul li > ul li a{
	font-size: 90%;
	font-weight: normal;
}

/* 画像メニュー */
.column2 .sideNavi .boxBottom > ul > li a.imgNavi {
	list-style: none;
	margin: -15px 0 0 0;
	padding: 0;
}
.column2 .sideNavi .boxBottom > ul > li > ul > li a.imgNavi{
	list-style: none;
	margin: -15px 0 0 -15px;
	padding: 0;
}
.column2 .sideNavi .boxBottom > ul > li > ul > li > ul > li a.imgNavi {
	list-style: none;
	margin: -15px 0 0 -30px;
	padding: 0;
}


/* -------------------------------------
 * その他メニュー
 * ---------------------------------- */
#upper .naviBox .box,
#bottom .naviBox .box,
#opt .naviBox .box {
	padding:20px 0 0 !important;
}
#upper .naviBox ul,
#bottom .naviBox ul{
	box-sizing: border-box;
	/*float: left;*/
	display: block;
	padding: 0;
	list-style-type: none;
}
#upper .naviBox .boxBottom ul li,
#bottom .naviBox .boxBottom ul li{
	box-sizing: border-box;
	float: left;
	width: auto;
	padding: 0;
}
#upper .naviBox .boxBottom ul li a,
#bottom .naviBox .boxBottom ul li a,
#opt .naviBox .boxBottom ul li a {
	display: list-item;
	padding: 3px 30px 15px 30px;

	font-size: 101.06666%;
	font-weight: bold;
	line-height: 1em;
	background: url(../images/common/icon_navi.png) no-repeat 0px 0px;
	}
	#upper .naviBox .boxBottom ul li a:hover,
	#bottom .naviBox .boxBottom ul li a:hover,
	#opt .naviBox .boxBottom ul li a:hover{
		text-decoration: none;
	}
	#upper .naviBox .boxBottom ul li a.menu-selected,
	#bottom .naviBox .boxBottom ul li a.menu-selected,
	#opt .naviBox .boxBottom ul li a.menu-selected{
		text-decoration: none;
	}

#opt .naviBox .box {
	clear: left;
}
#opt .naviBox ul{
	clear: left;
	display: inline;
	padding:0px !important;
	list-style-type: none;
}
#opt .naviBox .boxBottom > ul > li{
	clear: left;
	width: 100%;
	padding: 0 0 15px 0;
}
#opt .naviBox .boxBottom > ul > li:last-child{
	border-bottom:0px;
}
#opt .naviBox .boxBottom > ul > li a{
	padding: 3px 0 15px 30px;
}
#opt .naviBox .boxBottom > ul > li > ul li{
	padding: 15px 0 0 15px;
}
#opt .naviBox .boxBottom > ul > li > ul li a{
	display: list-item;
	padding: 0 0 15px 20px;

	font-size: 90%;
	line-height: 1em;
	background: url(../images/common/icon_navi_s.png) no-repeat 0px 0px;
	}
	#opt .naviBox .boxBottom > ul > li > ul li a:hover{
		text-decoration: none;
	}


/* 画像メニュー */
#upper .naviBox .boxBottom > ul > li a.imgNavi,
#bottom .naviBox .boxBottom > ul > li a.imgNavi,
#opt .naviBox .boxBottom > ul > li a.imgNavi{
	list-style: none;
	margin: 0;
	padding: 0;
}
#opt .naviBox .boxBottom > ul > li > ul > li a.imgNavi{
	list-style: none;
	margin: -15px 0 0 -15px;
	padding: 0;
}
#opt .naviBox .boxBottom > ul > li > ul > li > ul > li a.imgNavi {
	list-style: none;
	margin: -15px 0 0 -30px;
	padding: 0;
}



/* T. タブレット */
@media (max-width: 991px) {
	#upper .naviBox .boxBottom > ul > li,
	#bottom .naviBox .boxBottom > ul > li{
		width: 33.3333%;
	}
	#opt .naviBox .boxBottom > ul > li{
		width: 100%;
	}
}
/* S. スマートフォン */
@media (max-width: 767px) {
	#upper .naviBox .boxBottom > ul > li,
	#bottom .naviBox .boxBottom > ul > li{
		width: 50%;
	}
	#opt .naviBox .boxBottom > ul > li{
		width: 100%;
	}
	#upper .naviBox .boxBottom > ul > li a.imgNavi img,
	#bottom .naviBox .boxBottom > ul > li a.imgNavi img,
	#opt .naviBox .boxBottom > ul > li a.imgNavi img{
		width: 100%;
	}
}





/* ---------------------------------------------------------------------------------------- 
	共通
---------------------------------------------------------------------------------------- */
p, li, dt, dd, th, td {
	line-height: 2em;
}

/* -------------------------------------
 * モバイルアクセス時の表示切替ボタン
 * ---------------------------------- */
#cmsMobileButton{
	display:none;
}

/* -------------------------------------
 * ページリンク
 * ---------------------------------- */
.pageLink {
	clear: both;
	width: 100%;
	margin: 15px 0;
	text-align: center;
}
.pageLink ul {
	margin: 0;
	padding-left:0px;
}
.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;
}
.eventDay .pageLink, .eventArticle .pageLink {
    text-align: center !important;
}

/* T. タブレット */
@media (max-width: 991px) {
}
/* S. スマートフォン */
@media screen and (max-width: 767px) {
	.pageLink li {
	    padding-left: 4px;
	    padding-right: 4px;
	}
}


/* -------------------------------------
 * ぱんくずリスト
 * ---------------------------------- */
.breadcrumb{
	display: block;
	background:none;
	margin-bottom:0;
	text-align:right;
}
.breadcrumb > li + li::before{
    content: " > ";
}
/* S. スマートフォン */
@media screen and (max-width: 767px) {
	.breadcrumb{
		display: none;
	}
}

/* ---------------------------------------------------------------------------------------- 
	table
---------------------------------------------------------------------------------------- */
table {
	width: 100%;
	max-width: 100%;
    min-width: 100%;
}
table th {
	font-weight: normal;
}

/* ---------------------------------------------------------------------------------------- 
	ボタン
---------------------------------------------------------------------------------------- */
.albumList .pageLink > ul > li > a,
.parts_other_bupageTopBox a,
.parts_other_buPrintBox a,
.returnBu a,
a.returnBu,
input[type="submit"],
.pageMore a {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 32px;
	padding: 6px 30px;
	font-size: 93.33333%;
	line-height: 1em;
	background-image: none;
	border-radius: 15px;
	text-decoration: none;
}
.parts_other_bupageTopBox,
.parts_other_buPrintBox {
	text-align: center;
}

.pageMore a {
	margin: 0;
}

@media screen and (max-width: 767px) {
	
	.albumList .pageLink > ul > li > a,
	.parts_other_bupageTopBox a,
	.parts_other_buPrintBox a,
	.returnBu a,
	a.returnBu,
	input[type="submit"],
	.pageMore a {
		margin: 0 16px;
	}
	
}


/* -------------------------------------
 * ボタン
 * ---------------------------------- */
.btn_link_page {
	width: 100%;
	margin: 40px auto 40px;
	padding: 0;
	text-align: center;
}
.btn_link_page > p {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 5px;
	border-radius: 8px;
}
.btn_link_page > p > a {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 20px 60px;
	border-radius: 5px;
	
	font-size: 146.66666%;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	color: #fff; }

	.btn_link_page > p > a:hover {
		text-decoration: none;
	}

/* S. スマートフォン */
@media (max-width: 767px) {

	/* -------------------------------------
	 * ボタン
	 * ---------------------------------- */
	.btn_link_page {
		margin: 4% auto;
	}
	.btn_link_page > p > a {
		padding: 3% 4%;
		line-height: 1.25em;
		}
}



/* ---------------------------------------------------------------------------------------- 
	モジュール
---------------------------------------------------------------------------------------- */

/* -------------------------------------
 * トピックス
 * ---------------------------------- */
.topicsListBox{
	margin-bottom:30px;
}

/* 日付 */
.topicDate {
    font-size: 86.66666%;
    margin-bottom: 0;
    text-align: right;
	margin-top:5px;
}
.topicsArticleBox .topicsArticleBody{
	margin-top:15px;
}
.topicsArticleBox .topicDate {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 10px;
}

/* 記事タイトル */
.topicsArticleBox h2 {
	margin-top: 0;
	text-align: center;
}

.topicsListBox,
.topicsDigestBox {
	box-sizing: border-box;
	
	float: left;
	width: 50%;
	
	padding-right: 30px;
}
.topicsDigestBox {
	width: 33.3333%;
}

.topicsListBox:last-child, 
.topicsDigestBox:last-child {
	padding-right: 0px;
}
.topicsListBox div.topicDigestImgOn,
.topicsListBox div.topicDigestImgOFF,
.topicsDigestBox div.topicDigestImgOn,
.topicsDigestBox div.topicDigestImgOFF {
	box-sizing: border-box;
	margin: 0;
	padding: 0 15px 15px 0;
	background: #fff url(../images/common/h4_bg.png) repeat;
	}
	#upper .topicsListBox div.topicDigestImgOn,
	#upper .topicsListBox div.topicDigestImgOFF,
	#upper .topicsDigestBox div.topicDigestImgOn,
	#upper .topicsDigestBox div.topicDigestImgOFF {
		background: #fff;
	}

.topicsListBox .topicDigestText,
.topicsDigestBox .topicDigestText {
	margin: 0;
	padding: 0;
}
.topicsListBox .topicDigestPhoto,
.topicsDigestBox .topicDigestPhoto {
	width: 100%;
	padding: 15px 0 0 15px;
}
.topicsListBox .topicDigestImgOn .topicDigestPhoto,
.topicsDigestBox .topicDigestImgOn .topicDigestPhoto {
	max-width:100%;
	width: 100%;
}
.topicsListBox .topicDigestImgOn .topicDigestPhoto img,
.topicsDigestBox .topicDigestImgOn .topicDigestPhoto img {
	width: 100%;
}
.topicsListBox .topicDigestText .topicDate,
.topicsDigestBox .topicDigestText .topicDate {
	float: left;
	display: block;
	width: auto;
	margin: 15px 0 0 15px;
	padding: 2px 5px;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
}
.topicsListBox .topicDigestText .topicLink,
.topicsDigestBox .topicDigestText .topicLink {
	border: none;
}
.topicsListBox .topicDigestText h2,
.topicsDigestBox .topicDigestText h3 {
	clear: both;
	width: 100%;
	padding: 15px 15px 0;
	
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	
	text-align: left;
}
.topicsListBox .topicDigestText h2::after,
.topicsDigestBox .topicDigestText h3::after {
	margin: 0;
	padding: 0;
	background: none;
}
.topicsListBox .topicDigestText p,
.topicsDigestBox .topicDigestText p {
	clear: both;
	width: 100%;
	padding: 10px 15px 0;
	
	font-size: 100%;
	line-height: 1.5em;
	
	background: none;
}
.topicDigestLink {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.topicDigestLink a {
    padding:6px 30px;
	border-radius: 15px;
    cursor:pointer;
	
	font-size: 100%;
	line-height: 1em;
}
.topicDigestLink a:hover {
	text-decoration: none;
}

#side .topicsDigestBox,
[id^="opt"] .topicsDigestBox {
	box-sizing: border-box;
	
	float: left;
	width: 100%;
	
	margin-bottom: 30px;
	padding: 0;
}

#side .topicsDigestBox .topicDigestText h4,
[id^="opt"] .topicsDigestBox .topicDigestText h4 {
	clear: both;
	width: 100%;
	padding: 15px 15px 0;
	
	background: none;
	
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	
	text-align: left;
}
#side .topicsDigestBox .topicDigestText h4::after,
[id^="opt"] .topicsDigestBox .topicDigestText h4::after {
	margin: 0;
	padding: 0;
}
#side .topicDigestLink {
	padding-top: 0;
}
/* T. タブレット */
@media (max-width: 991px) {
	.topicsListBox,
	.topicsDigestBox {
		width: 100%;
		padding: 0 0 5%;
	}
}

/* S. スマートフォン */
@media (max-width: 767px) {
	.topicsListBox,
	.topicsDigestBox {
		width: 100%;
		padding: 0 0 5%;
	}
}

/* T. タブレット以上 */
@media (min-width: 768px) {
	#upper .topicsDigest .boxBottom,
  #bottom .topicsDigest .boxBottom {
		display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
	}
  #upper .topicsDigest .boxBottom > h2,
  #upper .topicsDigest .boxBottom > .topicDigestLink,
  #bottom .topicsDigest .boxBottom > h2,
  #bottom .topicsDigest .boxBottom > .topicDigestLink {
    width: 100%;
  }
  #upper .topicsDigestBox,
  #bottom .topicsDigestBox {
    float: none;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  #upper .topicsDigestBox [class*="topicDigestImg"],
  #bottom .topicsDigestBox [class*="topicDigestImg"] {
    height: 100%;
  }
}


/* -------------------------------------
 * ブログ
 * ---------------------------------- */

.blogRecentList, .blogCategoryList {
	box-sizing: border-box;
	margin: 0;
	padding: 10px 15px;
	line-height: 1.25em;
}
#side .blogRecentList, #side .blogCategoryList {
	padding: 10px 0;
}
.blogRecentLink{
	padding-top: 0;
	padding-bottom: 30px;
	text-align:center;
}
.blogRecentLink a{
	display: inline-block;

    margin-top: 15px;
	padding:6px 30px;
	border-radius: 15px;
    cursor:pointer;
	
	font-size: 100%;
	text-align: center;
	line-height: 1em;
}
.blogRecentLink a:hover {
	text-decoration: none;
}

.blogEntryList,
.blogIndividualBox,
.blogMonthlArchivesList,
.blogCategoryArchivesList {
	margin-bottom: 30px;
}

/* 日付 */
.blogSearchList p.topicDate,
.blogEntryList p.topicDate,
.blogIndividualBox p.topicDate,
.blogMonthlArchivesList p.topicDate,
.blogCategoryArchivesList p.topicDate {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 10px;
}

/* 記事タイトル */
.blogEntry h2 {
	text-align:center;
}

.blogSearchList h3,
.blogMonthlArchivesList h3,
.blogCategoryArchivesList h3 {
	margin-top: 0;
	text-align: left;
}
	.blogSearchList h3::after,
	.blogMonthlArchivesList h3::after,
	.blogCategoryArchivesList h3::after {
		margin-left: 0;
	}


/* 記事本文 */
.blogEntryBody p{
	line-height:180%;
}

/* 続きを読む */
.pageMore {
	padding-top: 0;
	text-align: right;
}

/* 記事情報・記事カテゴリー */
.entryFooter ul{
	margin-bottom: 30px;
}
.entryFooter ul{
	margin-top: 30px;
	padding-bottom: 30px;
	padding:10px;
	background: #fff url(../images/common/h4_bg.png) repeat;
}
.entryCategory{
	margin-top: 15px;
}
.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;
	line-height:1em;
}
.entryFooter ul li:last-child,
.entryCategory ul li:last-child {
	border-right: 0px;
}
.entryFooter ul li a,
.entryCategory ul li a {
	font-weight: bold;
}

/* トラックバック欄/コメント欄 */
.blogTrackbacksName li,
.blogCommentsName li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
	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;
}

.blogArchiveList dl{
	margin-bottom:5px;
}
.blogArchiveList dl dt{
	font-weight: bold;
	font-size: 100%;
}
.blogArchiveList dl dd{
	font-weight: bold;
	font-size: 101.06666%;
}

/* T. タブレット */
@media (max-width: 991px) {
}

/* S. スマートフォン以外 */
@media (min-width: 768px) {
	.blogArchiveList dl dt{
		float:left;
		clear:left;
		padding-right: 10px;
	}
}

/* -------------------------------------
	ブログ内検索・サイト内検索
 * ---------------------------------- */
.blogSearch form,
.siteSearch form{
    border-collapse: separate;
    position: relative;
}
.blogSearchTextBu {
	padding: 6px 30px !important;
	line-height: 1em !important;
	font-size: 100% !important;
}

/* -------------------------------------
 * 一覧
 * ---------------------------------- */
.albumIndex ul,
.topicsIndex ul,
.blogRecent ul,
.blogMonthly ul,
.blogCategoryList ul,
.blogFeed ul{
	list-style: url(../images/common/slink.png) disc inside;
	padding-left: 0;
}

.topicsIndex ul,
.blogRecent ul,
.blogMonthly ul,
.blogCategoryList ul,
.blogFeed ul{
	background: #fff;
	padding: 15px;
}
.blogRecent ul {
	margin-bottom: 0;
	padding: 0;
}

.blogRecent ul li,
.blogMonthly ul li,
.blogCategoryList ul li,
.blogFeed ul li{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
.blogCategoryList ul li > ul li {
	padding-top: 10px;
	padding-bottom: 0;
	border: none;
}


/* -------------------------------------
 * カレンダー
 * ---------------------------------- */
table.calendar {
	width: 100%;
	margin: 5px 0;
}
table.calendar th {
	text-align: center;
	font-weight: normal;
	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 {
	font-size:80%;
	padding-left:0;
	padding-right:0;
	padding-top:4px;
	padding-bottom:4px;
}
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;
}
.eventDetail th {
	border-bottom: none;
}
.eventDetail th a {
	font-size: 101.06666%;
}
.eventDetail td .eventDiscription {
	min-width: 30%;
}
.eventArticle .eventDate {
	font-size: 100%;
	text-align: center;
}
.eventArticle h2 {
	margin-top: 15px;
	text-align: center;
}

/* -------------------------------------
 * アルバム
 * ---------------------------------- */
.albumListComment,
.album > div > div > p {
	padding: 15px;
	margin-bottom: 15px;
}
.albumIndex {
	box-sizing: border-box;
	
	width: 100%;
	
	margin: 0;
	padding: 0;
}
.albumIndex .mainBox {
	box-sizing: border-box;
	width: 100%;
	margin: 30px 0 0 0;
}
.albumIndex .mainBox h2 {
	margin-top: 0;
}
.albumIndexBox ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.albumIndexBox ul li {
	box-sizing: border-box;
	width: 49%;
	margin: 0 2% 2% 0;
	padding: 15px;
	list-style: url(../images/common/slink.png) disc inside;
}
.albumIndexBox ul li:nth-of-type(even),
.albumIndexBox ul li:last-child {
	margin-right: 0;
}
#header .albumIndexBox ul li, 
#upper .albumIndexBox ul li, 
#main .albumIndexBox ul li, 
#bottom .albumIndexBox ul li {
	float: left;
}


#opt .albumIndex h3 {
	margin-top: 30px;
}
#opt .albumIndexBox ul {
	width: 100%;
	margin: 0;
	padding: 15px;
	border: none;
	box-shadow: none;
}
#opt .albumIndexBox ul li,
#side .albumIndexBox ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

.albumListBox {
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

.albumListBox .albumPhoto,
.albumListBox .albumText{
	 float: left !important;
}
.albumListBox .albumPhoto{
	margin-right:15px;
}
.albumListBox .albumText h4{
	background: none;
}
.albumListBox .albumPhoto img {
	max-width:100% !important;
}

.albumListBox .buAlbum {
	background: #fff url(../images/common/h4_bg.png) repeat;
	padding: 10px 10px;
	text-align: center;
}
.albumListBox .buAlbum a {
	font-weight: bold;
}

/* T. タブレット */
@media (max-width: 991px) {

	.albumIndexBox ul li {
		width: 100%;
		margin: 0 0 2% 0;
	}
}
/* S. スマートフォン */
@media (max-width: 767px) {
	.albumIndex {
		width: 100%;
	}
}

/* -------------------------------------
 * Google Map
 * ---------------------------------- */
#googlemap-comment {
	padding-bottom: 30px;
}

/* -------------------------------------
 * サイトマップ
 * ---------------------------------- */
#tree ul li {
	font-size: 113.33333%;
	line-heigh: 1em;
	padding-top: 15px;
/*	list-style: url(../images/common/icon_navi_s.png) disc inside;*/
}

#tree ul {
	list-style: none;
}
#tree li {
	font-size: 113.33333%;
	font-weight: bold;
	line-heigh: 1em;
	padding-top: 8px;
	list-style: none;
}
#tree > ul > li > ul li {
	list-style: url(../images/common/icon_navi_s.png) disc inside;
	font-size: 93.33333%;
}


#footer .sitemapParts {
	margin-top: 30px;
	margin-left: -30px;
}
#footer .sitemapParts ul {
	list-style: none;
	padding-left: 0;
}
#footer .sitemapParts > ul > li {
	list-style: none;
}
#footer .sitemapParts li {
	font-size: 100%;
	line-heigh: 1em;
	padding-top: 8px;
	list-style: url(../images/common/icon_navi_s.png) disc inside;
}
#footer .sitemapParts > ul > li > ul > li a {
	font-size: 113.33333%;
}
#footer .sitemapParts > ul > li > ul > li > ul > li a {
	font-size: 113.33333%;
}

/* -------------------------------------
 * メールフォーム
 * ---------------------------------- */
.mailform-table{
	margin:0;
}

/* SIDE */
#opt #mailform_form table th,
#opt form table th, 
#side #mailform_form table th,
#side form table th {
	width: 100%;
	display:block;
	white-space:normal;
	border-top:1px solid #A5887B;
	border-bottom:0px;
	border-left:1px solid #A5887B;
	border-right:1px solid #A5887B;
}
#opt #mailform_form table td,
#opt form table td, 
#side #mailform_form table td,
#side form table td {
	width: 100%;
	display:block;
	white-space:normal;
	border-top:0px;
	border-bottom:0px;
	border-left:1px solid #A5887B;
	border-right:1px solid #A5887B;
}
#opt #mailform_form table,
#opt form table, 
#side #mailform_form table,
#side form table{
	border-bottom:1px solid #A5887B;
}

@media (min-width: 992px) {
	.blogCommentPostBox table th,
	#mailform_form table th,
	form table th {
		width: 20%;
		white-space:nowrap;
		border-top:1px solid #A5887B;
		border-bottom:1px solid #A5887B;
		border-left:1px solid #A5887B;
		border-right:0px;
	}
	.blogCommentPostBox table td,
	#mailform_form table td,
	form table td {
		width: 80%;
		border-top:0px
		border-top:1px solid #A5887B;
		border-bottom:1px solid #A5887B;
		border-right:1px solid #A5887B;
		border-left:0px;
	}
}
@media (max-width: 991px) {
	.blogCommentPostBox table th,
	#mailform_form table th,
	form table th {
		width: 100%;
		display:block;
		white-space:normal;
		border-top:1px solid #A5887B;
		border-bottom:0px;
		border-left:1px solid #A5887B;
		border-right:1px solid #A5887B;
	}
	.blogCommentPostBox table td,
	#mailform_form table td,
	form table td {
		width: 100%;
		display:block;
		white-space:normal;
		border-top:0px;
		border-bottom:0px;
		border-left:1px solid #A5887B;
		border-right:1px solid #A5887B;
	}
	.blogCommentPostBox table,
	#mailform_form table,
	form table{
		border-bottom:1px solid #A5887B;
	}

	div[class^="parts_tabel_type"],
	div[class^="parts_tabel_type"] table,
	div[class^="parts_tabel_type"] table th,
	div[class^="parts_tabel_type"] table td{
		width: auto;
		min-width: 0;
		white-space: normal;
	}
}



/* -------------------------------------
 * 検索
 * ---------------------------------- */
.searchLink {
	text-align: center;
}



/* -------------------------------------
 * 会員管理
 * ---------------------------------- */
.memberFormButtons input[type="button"],
.memberMypageMenu .pageLinkBox a,
.memberLoginFormMenu .pageLinkBox a {
  display: inline-block;
  margin: 2px 15px;
  padding: 6px 30px;
  font-size: 93.33333%;
  line-height: 1em;
  background-image: none;
  border-radius: 15px;
  text-decoration: none;
}
.memberRegistBox_regist table {
  margin-bottom: 30px;
}
.text_display_switch_frame .text_display_switch_btn {
  top: calc(50% - 12px) !important;
}
.memberMypageBox_info .memberFormButtons input[type="button"] {
  margin-left: 0;
}
.memberMypageMenu .pageLinkBox a:hover,
.memberLoginFormMenu .pageLinkBox a:hover,
.memberMypageMenu .pageLinkBox a:focus,
.memberLoginFormMenu .pageLinkBox a:focus {
  text-decoration: none;
}
.memberFormButtons input {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* スマホ以外 */
@media (min-width: 768px) {
  #upper .membersLoginGetForm_login dl,
  #bottom .membersLoginGetForm_login dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr repeat(2, auto);
    grid-column-gap: 30px;
  }
  #upper .membersLoginGetForm_login dt:first-child,
  #bottom .membersLoginGetForm_login dt:first-child {
    grid-area: 1 / 1 / 2 / 2;
    margin-bottom: 5px;
  }
  #upper .membersLoginGetForm_login dt:first-child + dd,
  #bottom .membersLoginGetForm_login dt:first-child + dd {
    grid-area: 2 / 1 / 3 / 2;
  }
  #upper .membersLoginGetForm_login dd + dt:not(.wrp_twocert),
  #bottom .membersLoginGetForm_login dd + dt:not(.wrp_twocert) {
    grid-area: 1 / 2 / 2 / 3;
    margin-top: 0;
    margin-bottom: 5px;
  }
  #upper .membersLoginGetForm_login dt:nth-child(3) + dd,
  #bottom .membersLoginGetForm_login dt:nth-child(3) + dd {
    grid-area: 2 / 2 / 3 / 3;
  }
  #upper .membersLoginGetForm_login dt.wrp_twocert,
  #bottom .membersLoginGetForm_login dt.wrp_twocert
  {
    grid-area: 3 / 1 / 4 / 3;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  #upper .membersLoginGetForm_login dd.wrp_twocert,
  #bottom .membersLoginGetForm_login dd.wrp_twocert
  {
    grid-area: 4 / 1 / 5 / 3;
  }
}

/* D. デスクトップ */
@media (max-width: 1199px) {
}
/* T. タブレット */
@media (max-width: 991px) {
}
/* S. スマートフォン */
@media (max-width: 767px) {
}
