@charset "utf-8";
/* CSS Document */
div#box01 {
	width:100%;
	background: #fff;
	box-sizing: border-box;
	padding-bottom: 40px;
}
	div#box01 img { max-width: 100%;}
	div#box01 p.mtitle {
		padding: 0 10px;
		text-align:left;
		color:#666;
		margin:20px 0 0 0;
		font-size:16px;
		letter-spacing:1px;
	}
	div#box01 p.stitle {
		padding:0 10px;
		font-size:14px;
		line-height:24px;
		color:#666;
		font-weight:bold;
		margin: 20px 0 10px 0;
		letter-spacing:1px;	
	}
	div#box01 p.message {
		padding:0 10px;
		font-size:12px;
		line-height:20px;
		color:#666;
		margin: 30px 0 0 0;
	}
	div#box01 p.message2 {
		padding:0 10px;
		font-size:12px;
		line-height:20px;
		color:#666;
		margin: 10px 0 0 0;
	}
		div#box01 p.message2 span.big {
			font-size: 14px;
			letter-spacing: 1px;
			color: #FF7373;
			font-weight: bold;
			margin-right: 5px;
		}
	div#box01 p.message3 {
		padding:0 20px;
		font-size:12px;
		line-height:20px;
		color:#666;
		margin: 10px 0 0 0;
	}
		div#box01 p.message3 a {
			font-size: 12px;
		}
	div#box01 p.name {
		padding: 0 10px;
		text-align:right;
		color:#666;
		margin:20px 0 0 0;
		font-size:14px;
		line-height: 24px;
	}
	div#box01 p.title {
		padding: 0 10px;
		color:#666;
		margin:20px 0 0 0;
		font-size:16px;
		line-height: 24px;
	}
		div#box01 p.title span.month {
			display: inline-block;
			width:100px;
			text-align: center;
			font-size:14px;
			color: #fff;
			border-radius: 5px;
			margin-right: 10px;
			font-weight: bold;
		}
		div#box01 p.title span.month.parple { background: #9B9BFF; }
		div#box01 p.title span.month.pink { background: #FF97CB; }
div#box01 p.title span.month.blue { background: #66B3FF; }
div#box01 p.title span.month.orange { background: #FFB366; }
div#box01 p.title span.month.green { background: #00BD5F; }


	div#box01 img.img01 {
		display:block;
		max-width:100%;
		margin:20px auto 0 auto;
	}