@charset "utf-8";

/* ---------------------------------------------------------------------------------------- 
	ヘッダー
---------------------------------------------------------------------------------------- */
#header {
	position:relative;

	width: 100%;
	margin: 30px auto 15px;
	}
	#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;
		
		width: 100%;
		border: none;
		border-top: 1px solid #CECECE;
		background:#F4F4F4;
	}

/* -------------------------------------
 * メニューバー（固定幅）
 * ---------------------------------- */
#header nav .container{
	margin-top:0;
}

@media (min-width: 768px) {
  .navbar-fixed-top {
   /* position: static;
    z-index: auto;*/
	  top:100px;
	  
  }
	/*
	.container_fluid{
		margin-top: 2100px;
	}
	*/
	.scroll{
	  top:0px !important;
	  animation:blink 1.5s ease-in-out infinite alternate;
	  animation-iteration-count: 1;
	}
	@keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
	}
	.scroll2{
	  animation:blink2 1.5s ease-in-out infinite alternate;
	  animation-iteration-count: 1;
	}
	@keyframes blink2{
		0% {opacity:0;}
		100% {opacity:1;}
	}


}

/* 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);
    }    
}

/* ---------------------------------------------------------------------------------------- 
	フッター
---------------------------------------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 15px 0;
}
#footer address{
	margin-bottom:0px;
}

/* -------------------------------------
 * フッターリンク
 * ---------------------------------- */
.footerNavi {
	float: right;
	width: auto;
}
.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;
}

/* -------------------------------------
 * フッター 会社情報（フリーパーツ）
 * ---------------------------------- */
#footer .footer_company_info {
	float: left;
	width: auto;
	margin: 0;
	padding: 0 0 30px;
}
#footer .footer_company_info h3 {
	font-size: 130%;
	color: #fff;
	padding: 0;
	text-align: left;}

	#footer .footer_company_info h3:after {
		background: none;
		margin: 0;
	}

#footer .footer_company_info p {
	font-size: 110%;
	color: #fff;
	padding: 15px 0 0;
	text-align: left;
}


/* -------------------------------------
 * ページの先頭へ
 * ---------------------------------- */
.pageTop{
	text-align:right;
}



/* ---------------------------------------------------------------------------------------- 
	Copyright
---------------------------------------------------------------------------------------- */
address{
	text-align:center;
	margin-bottom:0px;
/*	background:#aaa;*/
}


/* ---------------------------------------------------------------------------------------- 
	サイドバー（column2.htm）
---------------------------------------------------------------------------------------- */


/* -------------------------------------
 * 枠
 * ---------------------------------- */
.column2 #side .box,
.column2 #side .sitemapParts,
.column2 #side .categoryIndex .sideBox{
	padding: 30px 0 0;
	margin-bottom:8px;
}
.column2 #side .box h3{
	margin-top: 0;
}


/* -------------------------------------
 * サイドメニュー
 * ---------------------------------- */
.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: 0 0 15px 0;

	font-size: 135.7%;
	color: #454545;
	line-height: 1em;
	list-style: url(../images/common/side_navi.png) disc inside;
	}
	.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;

	font-size: 107%;
	color: #454545;
	line-height: 1em;
	list-style: url(../images/common/slink_c.png) disc inside;
	}
	.column2 .sideNavi .boxBottom > ul > li > ul li a:hover{
		text-decoration: none;
	}


/* 画像メニュー */
.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;
}


/* ---------------------------------------------------------------------------------------- 
	共通
---------------------------------------------------------------------------------------- */
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;
}

/* S. スマートフォン */
@media screen and (max-width: 767px) {
	.pageLink li {
	    padding-left: 4px;
	    padding-right: 4px;
	}
}


/* -------------------------------------
 * ぱんくずリスト
 * ---------------------------------- */
.breadcrumb{
	background:none;
	margin-bottom:0;
	text-align:left;
}
.breadcrumb > li + li::before{
    content: " > ";
}

/* ---------------------------------------------------------------------------------------- 
	table
---------------------------------------------------------------------------------------- */

table {
	width: 100%;
	max-width: 100%;
    min-width: 100%;
}
table th {
	font-weight: normal;
}
table td {
	background: #fff;
}

#footer caption {
	color: #fff;
}
#footer table th,
#footer table td {
	color: #454545;
}
#footer div[class^="parts_tabel_type"] caption {
	color: #fff;
}
#footer div[class^="parts_tabel_type"] table th,
#footer div[class^="parts_tabel_type"] table td {
	color: #454545;
}

/* ---------------------------------------------------------------------------------------- 
	ボタン
---------------------------------------------------------------------------------------- */
.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: 5px 16px;
	padding: 0 32px;
	font-size: 14px;
	line-height: 40px;
	background-image: none;
	border-radius: 20px;
	text-decoration: none;
}

.pageMore a {
	margin: 0;
}


/* ---------------------------------------------------------------------------------------- 
	モジュール
---------------------------------------------------------------------------------------- */

/* -------------------------------------
 * トピックス
 * ---------------------------------- */
.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;
}
.topicsArticleBox .topicDate {
	color: #ababab;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin: 30px 0 10px;
}

/* 記事タイトル */
.topicsArticleBox h2 {
	margin-top: 0;
	text-align: left;
}
	.topicsArticleBox h2:after {
		margin-left: 0;
	}

.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;

	color: #454545;
	
	box-shadow:0px 0px 5px 1px #cccccc;
	-moz-box-shadow:0px 0px 5px 1px #cccccc;
	-webkit-box-shadow:0px 0px 5px 1px #cccccc;
	
	border:1px solid #cccccc;	
}
.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: 0;
	padding: 5px 10px;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
}
.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: 110%;
	line-height: 1.5em;
	
	background: none;
}
.topicDigestLink {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.topicDigestLink a {
    padding:8px 15px;
	border-radius: 17px;
    cursor:pointer;
	
	font-size: 100%;
	line-height: 1em;
}
.topicDigestLink a:hover {
	text-decoration: none;
}
.topicDigestLink a:after {
	content: '\00bb';
}

#side .topicsDigestBox,
[id^="opt"] .topicsDigestBox {
	box-sizing: border-box;
	
	float: left;
	width: 100%;

	padding: 0 0 30px;
}
#side .topicsDigestBox .topicDigestText h4,
[id^="opt"] .topicsDigestBox .topicDigestText h4 {
	clear: both;
	width: 100%;
	padding: 15px 15px 0;
	
	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;
	background: none;
}

/* 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%;
  }
}


/* -------------------------------------
 * ブログ
 * ---------------------------------- */
.blogRecentLink{
	padding-top: 15px;
	padding-bottom: 30px;
	text-align:center;
}
.blogRecentLink a{
    padding:8px 15px;
	border-radius: 17px;
    cursor:pointer;
	
	font-size: 100%;
	line-height: 1em;
}
.blogRecentLink a:hover {
	text-decoration: none;
}
.blogRecentLink a:after{
	content:'\00bb';
}

.blogEntryList,
.blogIndividualBox,
.blogMonthlArchivesList,
.blogCategoryArchivesList {
	margin-bottom: 30px;
}

/* 日付 */
.blogSearchList p.topicDate,
.blogEntryList p.topicDate,
.blogIndividualBox p.topicDate,
.blogMonthlArchivesList p.topicDate,
.blogCategoryArchivesList p.topicDate {
	color: #ababab;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin: 30px 0 10px;
}

/* 記事タイトル */
.blogEntry h2,
.blogSearchList h3,
.blogMonthlArchivesList h3,
.blogCategoryArchivesList h3 {
	margin-top: 0;
	text-align: left;
}
	.blogEntry h2:after,
	.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: #F4F4F4;
}
.entryCategory{
	margin-top: 15px;
	border-top:1px dotted #454545;
}
.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 #454545;
	line-height:1em;
}
.entryFooter ul li:last-child,
.entryCategory ul li:last-child {
	border-right: 0px;
}

/* トラックバック欄/コメント欄 */
.blogTrackbacksName li,
.blogCommentsName li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
	border-right: 1px solid #454545;
	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 #454545;

}

.blogArchiveList dl{
	margin-bottom:5px;
}
.blogArchiveList dl dt{
	font-weight:normal;
}

/* S. スマートフォン以外 */
@media (min-width: 768px) {
	.blogArchiveList dl dt{
		float:left;
		clear:left;
		padding-right: 10px;
	}
}

/* -------------------------------------
	ブログ内検索・サイト内検索
 * ---------------------------------- */
.blogSearch form,
.siteSearch form{
    border-collapse: separate;
    position: relative;
}

/* -------------------------------------
 * 一覧
 * ---------------------------------- */
.albumIndex ul,
.topicsIndex ul,
.blogRecent ul,
.blogMonthly ul,
.blogCategoryList ul,
.blogFeed ul{
	list-style: url(../images/common/slink.png) disc inside;
	padding-left: 0;
}

.blogRecent ul li,
.blogMonthly ul li,
.blogCategoryList ul li,
.blogFeed ul li{
	padding-bottom: 10px;
}
.blogCategoryList ul li > ul li {
	padding-top: 10px;
	padding-bottom: 0;
}


/* -------------------------------------
 * カレンダー
 * ---------------------------------- */
table.calendar {
	width: 100%;
	margin: 5px 0;
}
table.calendar th {
	text-align: center;
	font-weight: normal;
	padding:4px;
	background: #F4F4F4;
}
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: #efefef;
	font-size:80%;
	padding-left:0;
	padding-right:0;
	padding-top:4px;
	padding-bottom:4px;
}
table.calendarTable th.year_month {
	background: #f6f6f6;
}
table.calendarTable tr.week-label th {
	background: #ececec;
}

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;
}
.eventDetail th {
	background: #f4f4f4;
	border-bottom: none;
}
.eventDetail th a {
	font-size: 16px;
}
.eventDetail td .eventDiscription {
	min-width: 30%;
}
.eventArticle .eventDate {
	font-size: 100%;
}
.eventArticle h2 {
	margin-top: 15px;
	text-align: left;
}
	.eventArticle h2:after {
		margin-left: 0;
	}


/* -------------------------------------
 * アルバム
 * ---------------------------------- */
.albumListComment,
.album > div > div > p {
	border: 1px solid #ececec;
	padding: 15px;
	margin-bottom: 15px;
}
.albumIndex {
	box-sizing: border-box;
	
	float: left;
	width: 100%;
	
	margin-top: 0;
	padding-top: 0;
	
	padding-bottom: 30px;
}
.albumIndex .mainBox {
	box-sizing: border-box;
	width: 100%;
	margin: 30px 0 0 0;
	background:#fff;

	color: #454545;
	
}
.albumIndex .mainBox h2 {
	margin-top: 0;
}
.albumIndexBox ul {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.albumIndexBox ul li {
	box-sizing: border-box;
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
	padding: 15px;
	list-style: url(../images/common/slink.png) disc inside;

	box-shadow:0px 0px 5px 1px #cccccc;
	-moz-box-shadow:0px 0px 5px 1px #cccccc;
	-webkit-box-shadow:0px 0px 5px 1px #cccccc;
	
	border:1px solid #cccccc;	
}
.albumIndexBox ul li:last-child {
	margin-right: 0;
}
#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{
}
.albumListBox .albumPhoto img {
	max-width:100% !important;
}

.albumListBox .buAlbum {
	background: #f4f4f4;
	padding: 5px 10px;
}

/* T. タブレット */
@media (max-width: 991px) {

	.albumIndexBox ul li {
		width: 100%;
		margin: 0 0 2% 0;
	}
}
/* S. スマートフォン */
@media (max-width: 767px) {
	.albumIndex {
		width: 94%;
		margin-left: 3%;
	}
}

/* -------------------------------------
 * Google Map
 * ---------------------------------- */
#googlemap-comment {
	padding-bottom: 30px;
}

/* -------------------------------------
 * サイトマップ
 * ---------------------------------- */
#tree ul li {
	font-size: 17px;
	line-heigh: 1em;
	padding-top: 15px;
	list-style: url(../images/common/slink.png) disc inside;
}
#footer .sitemapParts {
	margin-left: -30px;
}
#footer .sitemapParts ul {
	list-style: none;
}
#footer .sitemapParts > ul > li {
	list-style: none;
}
#footer .sitemapParts li {
	font-size: 13px;
	line-heigh: 1em;
	padding-top: 10px;
	list-style: url(../images/common/slink_wh.png) disc inside;
}

/* -------------------------------------
 * メールフォーム
 * ---------------------------------- */
.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 #ccc;
	border-bottom:0px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#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 #ccc;
	border-right:1px solid #ccc;
}
#opt #mailform_form table,
#opt form table, 
#side #mailform_form table,
#side form table{
	border-bottom:1px solid #ccc;
}

@media (min-width: 992px) {
	.blogCommentPostBox table th,
	#mailform_form table th,
	form table th {
		width: 20%;
		white-space:nowrap;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:0px;
	}
	.blogCommentPostBox table td,
	#mailform_form table td,
	form table td {
		width: 80%;
		border-top:0px
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-right:1px solid #ccc;
		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 #ccc;
		border-bottom:0px;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
	}
	.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 #ccc;
		border-right:1px solid #ccc;
	}
	.blogCommentPostBox table,
	#mailform_form table,
	form table{
		border-bottom:1px solid #ccc;
	}

	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;
}

/* D. デスクトップ */
@media (max-width: 1199px) {
}
/* T. タブレット */
@media (max-width: 991px) {
}
/* S. スマートフォン */
@media (max-width: 767px) {
}
