@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* howtowrite CSS [PC]
/*----------------------------------------------*/

.testamentbox {
x	width: 100%;
	margin-bottom: 25px;
	padding: 40px 3% 40px;
	
	font-family: "HG正楷書体-PRO", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
	
	background-color: #FFFBF6;
	
	/* box-shadow */
	box-shadow:0px 3px 9px 0px #999999;
	-moz-box-shadow:0px 3px 9px 0px #999999;
	-webkit-box-shadow:0px 3px 9px 0px #999999;
}

.testament-title {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.testament-text {
	padding: 0px 3%;
	
	font-size: 18px;
	line-height: 26px;
	
	background-image: url(../images/howtowrite/howtowrite_line.png);
}

.testament-text-number {
	display: inline-block;
x	display: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0px 2px;
	
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: 10%;
	
	background-color: #43630E;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.testament-text-fukidashibox {
	display: inline-block;
	vertical-align: top;
}

.testament-text-fukidashi-text {
x	width: 22px;
x	height: 52px;  /* = .testament-text height x 2 */
	line-height: 26px;
	padding: 0px 5px;
	
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-size: 14px;
	color: #FFFFFF;
	
	background-color: #8CC22C;
}

.testament-text-fukidashi-down {
	height: 26px;  /* = .testament-text height) */
	background-image: url(../images/howtowrite/howtowrite_fukidashi_down.png);
	background-repeat: no-repeat;
	background-position: top;
}

.testament-text-fukidashi-up {
	height: 26px;  /* = .testament-text height) */
	background-image: url(../images/howtowrite/howtowrite_fukidashi_up.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.testament-text-name {
	margin-left: 100px;
	font-size: 32px;
}

.testament-text-name img {
	margin-left: 40px;
	vertical-align: -30%;
}

.testamentlistbox {
	display: table;
	width: 100%;
	margin-bottom: 25px;
x	background-color: #FF0000;
}

.testamentlist-numberbox {
	display: table-cell;
	width: 50px;
}

.testamentlist-number {
	width: 40px;
	height: 40px;
	line-height: 40px;
	
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	
	background-color: #43630E;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.testamentlist-text {
	display: table-cell;
x	padding: 0px 4% 20px;
x	background-color: #00FF00;
}

.testament-shikosha-lead {
	margin-bottom: 20px;
x	background-color: #00FF00;
}

.testament-shikoshabox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
x	background-color: #FF0000;
}

.testament-shikosha-staff {
	float: left;
	width: 18%;
x	background-color: #00FF00;
}

.testament-shikosha-staff img {
	max-width: 100%;
}

.testament-shikosha-fukidashi {
	float: left;
	width: 5%;
	padding-top: 20px;
	text-align: right;
x	background-color: #0000FF;
}

.testament-shikosha-fukidashi img {
	max-width: 100%;
}

.testament-shikosha-textbox {
	float: left;
	width: 72%;
	padding: 2.5%;
	background-color: #EAEAEA;
}

.testament-shikosha-text-title {
	font-size: 18px;
	color: #EC6841;
}

.testament-shikosha-textbox ul {
}

.testament-shikosha-textbox ul li {
	margin: 10px 0px;
	font-size: 15px;
	line-height: 110%;
x	background-color: #00FFFF;
}

.testament-shikosha-textbox ul li span {
	color: #EC6841;
	font-size: 18px;
}
