﻿@charset "utf-8";

/*------------------------------------------------------------------------------
ノートルダム学院小学校 同窓会 - CSS Modules Import
Date: 2011-09-30
Notre Dame Elementary School Alumni Association All rights reserved.
------------------------------------------------------------------------------*/

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

index.html

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

div.ruleWrap p {
	margin-bottom: 15px;
}

div.ruleWrap p.ruleDate {
	margin-bottom: 0;
}

div.ruleWrap p.ruleTxt {
	margin-bottom: 40px;
}

div.ruleWrap div.rule {
	margin-bottom: 20px;
	padding: 15px 20px 0;
	border: 1px solid #dbcec5;
	background-color: #efe9e5;
}

div.ruleWrap div.rule h3 {
	text-align: center;
	margin-bottom: 15px;
}

div.ruleWrap div.rule ul {
	margin-bottom: 20px;
}

div.ruleWrap ol.defaultList {
	padding-left: 25px;
}

div.ruleWrap ol.defaultList ul.defaultList li {
	list-style-type: disc;
}

div.section01 p.message {
	margin-top: 50px;
	text-align: center;
}

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

form.html

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

ul#typeSelect {
	padding: 0 35px 35px;
	font-weight: 700;
	font-size: 116.7%;
}

ul#typeSelect li {
	margin-bottom: 15px;
}

ul#typeSelect li div.check {
	float: left;
	width: 135px;
}

ul#typeSelect li div.txt {
	overflow: hidden;
	zoom: 1;
}

div#typeSelect {
	margin-bottom: 50px;
}

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

clearfix (基本的にクラス指定では使用しない、必要なければ消す)

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

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

ul#typeSelect li:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

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

ul#typeSelect li {
	zoom: 1;
}