@charset "utf-8";
/* CSS Document */

body{
	background: white;
	color: #292929;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

#container{
	text-align: left;
	position: relative;
	padding: 50px 0 0 35px;
}

.box{
	float: left;
	width: 450px;
	position: relative;
	margin: 0 0 0 35px;
	padding: 40px 35px;
	margin-bottom: 5px;
	font-size: 16px;
}

.box01{
	background: #ffffff;
	box-shadow: inset 0 0 30px rgba(227,227,227,1);

}

.box02{
	background: #fff9e7;
	box-shadow: inset 0 0 30px rgba(232,221,189,1);

}

.box:before {
	border-width: 0 28px 28px 0;
	border-style: solid;
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.box01:before {
	background: #e3e3e3;
	border-color: #a9c5ef #a9c5ef #e3e3e3 #e3e3e3;
}

.box02:before {
	background: #e8ddbd;
	border-color: #a9c5ef #a9c5ef #e8ddbd #e8ddbd;
}

.box h2{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px;
}

.box01 h2{
	color: #7793c1;
}

.box02 h2{
	color: #a1af0b;
}

.box p{
	line-height: 1.5;
}
