﻿@charset "utf-8";

/* 見出し */
.title4 {
	border-top: 3px solid #ff9933;
	text-align: left;
	background-color: #eee;
	font-size: 27px;
	color: #000;
	margin:0px 0px 10px 0px;
	padding: 8px 8px 8px 15px;
	width:580px;
}

/* 小見出し */
h3{
    position: relative;
    font-size: 1.15em;
    font-weight: bold;
    margin: 0 0 0.5em;
    padding: 0.5em 0.5em 0.5em 2.0em;
    border-bottom: 2px solid #B92A2C;
    width:250px
}
 
h3:before{
    content: "□";
    font-size: 110%;
    position: absolute;
    color: #ff6b6e;
    top: -0.4em;
    left: 0.5em;
    height: 12px;
    width: 12px;
}
 
h3:after{
    content: "□";
    font-size: 110%;
    position: absolute;
    color: #B92A2C;
    top: 0.1em;
    left: 0;
    height: 12px;
    width: 12px;
}

.style02 {
	line-height:2em;
	margin-top:25px;
}

/* 背景色 */


