@charset "UTF-8";

/*===================================================================
------------------
Table Of Contents
------------------
 01) .reform
 
 99) clearfix
===================================================================*/

/*-------------------------------------------------------------------
 02) .reform
 -------------------------------------------------------------------*/
.reform { padding: 0 0 30px 0;}

.reform .ttlArea {
	background: transparent url(../images/reform/bg_ttl_index.jpg) left top no-repeat;
}

.reform .ttlArea p.topicPath { padding: 10px 0 20px 5px;}

.reform .ttlArea h1 { padding-bottom: 20px;}

.reform .info { margin: 0 0 15px -5px;}

.reform .pagetop {
	padding: 15px 0 0 0;
}


/*-------------------------------------------------------------------
 99) clearfix
 -------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block;}

