﻿@charset "utf-8";

/*------------------------------------------------------------------------------
Hyogo InterCampus - CSS Modules Import
Date: 2015-07-12
Copyright (C) Hyogo InterCampus. All Rights Reserved.
------------------------------------------------------------------------------*/

.ruleSec01 {
	margin: 0 10px 20px;
}
.ruleSec01 dt {
	float: left;
	width: 5em;
	font-weight: 700;
}
.ruleSec01 dd {
	margin-left: 5.5em;
}

.ruleList01 li {
	margin-bottom: 1em;
}
.ruleList02 {
	margin-top: 0.5em;
	margin-left: 1em;
}
.ruleList02 li {
	margin-bottom: 0.5em;
	margin-left: 2.3em;
	text-indent: -2.7em;
}

ol.ruleList01 {
	margin-left: 1.5em;
	text-indent: -1.5em;
}

.infoList01 li {
	margin-bottom: 20px;
}
.infoList02 li {
	margin-bottom: 30px;
}


.infoBox01 {
	margin-bottom: 10px;
	padding: 15px 15px;
	border: 2px solid #42b3d6;
	border-radius: 5px;
}

.title04 {
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 107.2%;
	font-weight: 700;
	line-height: 18px;
	color: #333;
	background: url(/files/img/common/bg_title04.png) 0 center no-repeat;
}


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

clearfix (必要なければ消す)

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

/* Modern Browsers
------------------------------- */

.ruleSec01:after,
.infoBox01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

.ruleSec01,
.infoBox01 {
	*zoom: 1;
}