﻿#wrapper{
	background: url(../images/t_wallpaper.jpg);
}



/* =============================================================================
   フローダイアグラムの設定
============================================================================= */
.steptitle{
	/* 段落の余白設定と背景 */
	margin-bottom:0.2em;
	padding-left: 4em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-color: #0ea90e;

	/* 段落に含まれる文字の設定 */
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
}

.stepsentence{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-color: #9ee5ae;
	font-size: 0.9em;
}

.stepallow{
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	text-align: center;
}
