@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* musashinorengo CSS [PC]
/*----------------------------------------------*/

.title-base img {
	margin-right: 10px;
	vertical-align: middle;
}

.musashinorengoframe {
}

.musashinorengobox {
	overflow: hidden;  /* preventing height 0 when float */
	margin-bottom: 50px;
}

.musashinorengo-textbox {
	line-height: 180%;
}

.musashinorengo-photo {
x	width: 50%;
	margin-bottom: 20px;
x	margin: 0px auto 20px;
	text-align: center;
x	background-color: #FF0000;
}

.musashinorengo-photo img {
	max-width: 100%;
}

.musashinorengo-signature {
	margin-top: 20px;
	text-align: right;
}

/*---- Title ----*/
.musashinorengo-title {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 2px solid #D2D2D2;
}

.musashinorengo-title:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 2px;
	background-color: #E88319;
}

/*---- Info ----*/
.musashinorengotable-info {
	margin-bottom: 30px;
}

.musashinorengotable-info-row {
	margin-bottom: 5px;
}

.musashinorengotable-info .musashinorengotable-info-title {
	padding: 5px 0px;
	font-weight: bold;
}

.musashinorengotable-info .musashinorengotable-info-data {
	padding-bottom: 5px;
	border-bottom: 1px solid #DEDEDE;
}

/*---- History ----*/
.musashinorengotable-history {
	margin-top: 15px;
}

.musashinorengotable-history-row {
	margin-bottom: 5px;
}

.musashinorengotable-history .musashinorengotable-history-title {
	font-weight: bold;
}

.musashinorengotable-history .musashinorengotable-history-data {
	padding-bottom: 5px;
	border-bottom: 1px solid #DEDEDE;
}

/*---- Photo ----*/
.musashinorengo-photobox {
	margin-top: 30px;
}

.musashinorengo-photobox ul {
	overflow: hidden;  /* preventing height 0 when float */
}

.musashinorengo-photobox ul li {
	float: left;
	width: 49%;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.musashinorengo-photobox ul li img {
	width: 100%;
}
