/* 追加　common_catList */
.common_catList dl{
width: 90%;
padding: 25px 0 0 0;
margin: 0 auto;
}

.common_catList dd {
padding: 0;
}

.common_catList dd .cate a:link,
.common_catList dd .cate a:visited{
font-size: 1.1rem;
padding: 1px 4px;
border-radius: 0.1em;
color: #fff;
background-color: #666;
text-decoration: none;
margin: 0 0.3% 4px 0;
display: inline-block;
}
.common_catList dd .cate a:hover,
.common_catList dd .cate a:active,
.common_catList dd .cate a:focus{
color: #444;
text-decoration: none;
background-color: #fff;
}
/* 追加　common_catList */


/*************** 第2階層ページの.pageindex .panel .txt内の子供項目を強制表示 **************************/

.children{
	display:block !important;
}



/*************** old site からのスタイル移行（例） **************************/
.wp_editable {
padding:0 1em 1em 1em;
}
.wp_editable:before, .wp_editable:after {
  content: " ";
  display: table;
}
.wp_editable:after {
  clear: both;
}


.wp_editable h4,
.wp_editable h3,
.wp_editable h2{
clear:both;
margin:0 0 1em 0;
}
.wp_editable .box2{
width:48%;
margin:0 1% 0 1%;
float:left;
position:relative;
z-index:1;
line-height:180%;
}
.wp_editable h2{
font-weight:normal;
font-size:150%;
border-bottom:1px solid #dddddd;
padding-bottom:0.5em;
margin:0 0 1em 0;
padding:1em 0 0 0;
}
.wp_editable p{
margin:0 0 1em 0;
}


.wp_editable table th,
.wp_editable table td {
padding:0.5em 0.5em 0.3em 0.5em;;
line-height:180%;
}

@media screen and (max-width: 767px){
	.wp_editable .box2{
		width:100%;
		margin:0 1% 0 1%;
		float:none;
	}
	.wp_editable h2{

	}
}/*******min-width: 767px********/