﻿@charset "utf-8";

/* 共通CSS読み込み ------------- */

@import "default.css";

/* ----------------------------- */

p.process01 {
	margin: 2em 0 3em;
	font-size: 1.2em;
	line-height: 1.5;
	color: #900;
	font-weight: bold;
	text-align: center;
}

dl.process01 dt,
dl.process01 dd {
	font-size: 1.2em;
	line-height: 1.5;
}

dl.process01 dt span {
	margin-right: 1em;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	background-color: #036;
}

dl.process01 dd {
	margin-bottom: 12px;
}

div.arrow,
div.nobgarrow {
	padding: 15px 10px 1.5em 50px;
	line-height: 1.5;
}

div.arrow {
	background: transparent url(../imgs/bg_arrow.gif) no-repeat 2% 100% !important;
}

dl.process01-01 dt,
dl.process01-01 dd,
dl.process01-02 dt,
dl.process01-02 dd {
	margin-bottom: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5;
}

dl.process01-01 dt {
	width: 20px;
	float: left;
}

dl.process01-01 dd {
	padding-left: 20px;
}

dl.process01-02 dd {
	padding-left: 30px;
}

ul.process01-01 {
	margin: 0 0 1em 20px;
	list-style-type: disc;
}

ul.process01-01 li {
	line-height: 1.5;
}
