@charset "utf-8";

.bold {
	font-weight: bold;
}

.lh01 {
	line-height: 1.8em;
}

.justify {
	text-align: justify;
	text-justify: inter-ideograph; /* IE用 */
}

.txt_big01 {
	font-size: 110%;
}

.txt_big02 {
	font-size: 117%;
}

.txt_big03 {
	font-size: 127%;
}

.txt_big04 {
	font-size: 137%;
}

.txt_big05 {
	font-size: 147%;
}

.txt_small01 {
	font-size: 90%;
}

.txt_red {
	color: #F00;
}

.uline {
	text-decoration: underline;
}
.lthrough {
	text-decoration: line-through
}
h1.ttl01 {
	background: #FE7133 url(../images/bn01.png) bottom center;
	border-top: 2px solid #F98F1F;
	border-radius: 5px;/**/
	padding: 15px 20px;
	font-size: 128%;
	color: #FFF;
	line-height: 1;
	margin: 0 0 2em 0;
}

h1.ttl01a {
	position: relative;
	padding: 11px 14px 9px;
	font-weight: bold;
	font-size: 150%;
	background-color: #F34359;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 1.5em;
}

h1.ttl01a:before {
	content:''; 
	height:0; 
	width:0; 
	display:block; 
	border:14px transparent solid; 
	border-right-width:0; 
	border-left-color:#F34359; 
	position:absolute; 
	top:35px; 
	left:25px;
	transform:rotate(-270deg);
	-webkit-transform:rotate(-270deg);
	-moz-transform:rotate(-270deg);
	-o-transform:rotate(-270deg);
	-ms-transform:rotate(-270deg);
}

h2.ttl02 {
	position:relative;
	padding: 5px 5px 5px 30px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 120%;
}
 
h2.ttl02:before {
	content: '';
	background-color: #FF6666;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	top: 15px;
	left: 9px;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	z-index: 1;
}
 
h2.ttl02:after {
	content: '';
	background-color: #FF9999;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	height: 18px;
	width: 18px;
	display: block;
	position: absolute;
	top: 6px;
	left: 0px;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}