/*
Theme Name:     Hometown Child
Description:    Child theme of the Hometown Theme
Author:         LeafThemes
Author URI:     http://leafthemes.com
Template:       hometown-theme
Version:        1.0.0
*/

/* ------- Insert custom styles below this line ------- */
/* タイトルの表示位置調整 */
#content ul.display-posts-listing li a.title {
float: right!important;    
width: 75%!important;
}

h3.bukken-title {
	border-left:solid 3px #0064bc;
	padding-left:10px;
	box-sizing:border-box;
	font-size:120%;
	font-weight:bold;
}

.wpb_toggle_content.active {
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	background-color:#FFFFFF;
	border-radius:0 0 3px 3px / 0 0 3px 3px;
}

.footer-bottom .footermenu {
	text-align:center;
	margin-bottom:15px;
}

.footer-bottom .menu ul	{
	text-align:center;
}

.footer-bottom .menu li {
	list-style:none;
	float:left;
	margin-left:15px;
}