body {
	background-color: #ededad;
}

* {
	box-sizing: border-box;
}
img.box-image {
	float: left;
	margin-right: 2em;
	margin-bottom: 2ex;
}
.box {
	padding: 10px 20px;
	border-radius: 10px;
}

#widget_boxes_container .box {
	text-align: left;
}

div.post-list {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}

p.post-list-more {
	position: absolute;
	right: 20px;
	top: 30px;
}

h1.post-archive-header,
h1.our-team-header,
h1.post-list-header {
	font-family: "メイリオ", sans-serif;
	border-width: 0 0 4px 0;
	border-color: #4f4;
/**	border-style: dashed;	**/
	padding-left: 8px;
	font-size: 18px;
}
h1.our-team-header {
	background-image: url(images/h-staff.png);
	background-repeat: no-repeat;
	height: 60px;
	padding-left: 50px;
	padding-top: 10px;
}
h1.post-archive-header {
	background-color: #fff;
	border-radius: 10px;
}
h1.post-archive-header span {
	font-size: 24px;
	vertical-align: middle;
}
h1.post-archive-header,
h1.post-list-header {
	background-image: url(images/h-news.png);
	background-repeat: no-repeat;
	height: 60px;
	padding-left: 80px;
	padding-top: 10px;
}

div.post-list ul li {
	list-style: none;
}
div.post-list ul li {
	margin-bottom: 1ex;
	font-weight: bold;
}
div.post-list ul li time {
	margin-right: 1em;
}

/*
 * staff
 */
.row {
	/*float: left;*/
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.our-team {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.our-team .col-lg-3:nth-child(4n+1) {
	clear:both;
}
.our-team .team-box {
	display: inline-block;
	float: none !important;
/*	margin-right: -4px;	*/
	vertical-align: top;
/***	margin-bottom: 25px;	***/
}
@media (min-width: 768px) {
	.col-sm-4 {
		width: 31%;
		float: left;
	}
}
.col-lg-3, .col-sm-3,
.col-lg-4, .col-sm-4 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
/**	padding-right: 15px;	**/ 
}
.col-lg-4, .col-sm-4 {
	width: 32%;
}
/*@media (max-width: 767px) {*/
@media (max-width: 600px) {
	.col-lg-4, .col-sm-4 {
		width: 48%;
	}
}
@media (max-width: 450px) {
	.col-lg-4, .col-sm-4 {
		width: 100%;
	}
}

.team-member {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;	/* 35 -> 15 */
	text-align: center;
}
.team-member .profile-pic {
    border-radius: 50%;
    width: 174px;
    height: 174px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 25px;
}
@media (max-width: 979px) {
  .team-member .profile-pic {
    width: 136px;
    height: 136px;
  }
}
@media (max-width: 450px) {
  .team-member .profile-pic {
    width: 240px;
    height: 240px;
  }
}

figure {
	display: block;
}
.team-member .profile-pic img {
    width: 100%;
    height: 100%;
}
.team-member .member-details {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
.team-member h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin-bottom: 10px;
    display: block;
    clear: both;
}
.team-member h3 {
    text-transform: uppercase;
    color: #404040;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    margin-top: 15px;
}
.team-member .position {
    font-size: 13px;
}
.team-member .details {
	display: none;
}

.our-team > div:nth-child(4n+1) .red-border-bottom::before {
    background: #e96656;
}
.our-team > div:nth-child(4n+2) .red-border-bottom::before {
    background: #34d293;
}
.our-team > div:nth-child(4n+3) .red-border-bottom::before {
    background: #3ab0e2;
}
.our-team > div:nth-child(4n+4) .red-border-bottom::before {
    background: #f7d861;
}
.red-border-bottom::before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #e96656;
    bottom: -9px;
    left: 12.5%;
}

/*
 * cf7 checkbox
 */
.pippidate label {
    display: inline-block;
    width: 12em;
}

/*
 * INPUT type=text,email : height  20px => 28px
 */
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
input[type="number"] {
	height: 28px;
}
/*
 * 4px 0 0 => -4px 0 0
 */
input[type="radio"], input[type="checkbox"] {
    margin: -4px 0 0;
}

/*
 * team
 */
.row-fluid
article.team-article {
	margin-bottom: 30px;
}

.row-fluid
article.team-article 
 [class*="span"] {
	display: inline-block;
}

.more-content.team-more-content {
	margin-top: 4ex;
	background: none;
	border-top: 1px solid #eaeaea;
}

/*
 * archive-team
 */
article.page.team-archive-article {
	padding: 20px;
}
article.page.team-archive-article * {
	font-family: "メイリオ", sans-serif;
}
article.page.team-archive-article img {
	border-radius: 8px;
}

/*
 * staff
 */
.row-fluid
article.staff-article {
	margin-bottom: 30px;
}

/*
.row-fluid
article.team-article 
 [class*="span"] {
	display: inline-block;
}
*/

.more-content.team-more-content {
	margin-top: 4ex;
	background: none;
	border-top: 1px solid #eaeaea;
}

/*
 * archive-staff
 */
article.page.staff-archive-article {
	padding: 20px;
}
article.page.staff-archive-article * {
	font-family: "メイリオ", sans-serif;
}
article.page.staff-archive-article img {
	border-radius: 8px;
}

/*
 * 4seasons
 */
strong.four-seasons-spring,
strong.four-seasons-summer,
strong.four-seasons-autumn,
strong.four-seasons-winter {
    padding: 8px;
    border-radius:8px;
}

strong.four-seasons-spring {
    color:#fff;
    background-color:#6da03a;
}
strong.four-seasons-summer {
    color:#3a6d07;
    background-color:#ededad;
}
strong.four-seasons-autumn {
    color:#fff;
    background-color:#8d705e;
}
strong.four-seasons-winter {
    color:#fff;
    background-color:#5971d1;
}

/*
 * h1.entry-title
 * h2.entry-title
 */
h1.entry-title,
h2.entry-title {
	background-image: url(images/kuri-40x40.jpg);
	background-repeat: no-repeat;
	padding-left: 48px;
}

/*
 * li #sidebar
 */
div#sidebar > div.widget-container > ul > li {
	list-style-position: inside;
	list-style-image: url(images/kaki15.jpg);
	font-size: 120%;
	font-weight: bold;
}
div#sidebar > div.widget-container > ul > li > ul.children > li {
	font-weight: bold;
}

div#sidebar ul.menu > li {
	list-style-position: inside;
	list-style-image: url(images/kaki15.jpg);
	font-size: 120%;
	font-weight: bold;
	line-height: 2em;
}

div#sidebar ul.menu > li > ul > li {
	margin: 0 0 3px 0;
	padding: 0;
}

/*
 * letter-years header
 */
header.letter-years-header {
	padding-top: 10px;
}
header.letter-years-header h1 {
	font-family: "メイリオ", sans-serif;
}

/*
 * letter image
 */
img.letter-image:hover {
	opacity: 0.7;
}

/*
 * letter category
 */
a.link-letter {
	margin-right: 1em;
	white-space: nowrap;
}

/*
 * pippinoichinichi
 */
table.pippinoichinichi tr td:nth-child(2) {
	vertical-align: top;
	padding-top: 1em;
}

/*
 * .site-footer
 */
.site-footer {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (max-width: 450px) {
  table.pippinoichinichi tr td {
	display: inline-block;
  }
  table.pippinoichinichi tr td:nth-child(2) {
	padding-top: 0;
  }
}

/*
 * override bootstrap
 */
@media print {
	a[href]:after {
		content: "";
	}
}

/*
 * shortcode cfdb-table : porocancel
 */
#porocancel tbody td[title="your-name"] {
	white-space: nowrap;
}
#porocancel tbody td[title="textarea-c"] {
        min-width: 15em;
}
.porocancel-wrapper {
	overflow-x: scroll;
}

/*
 * furusatonozei_form
 */
#furusato-number-money {
	width: 10em;
}

.wpcf7 .width100 {
        width: 100%;
}
