﻿@charset "utf-8";

/*------------------------------------------------------------------------------
DO YOU KYOTO?ネットワーク - CSS Modules Import
Date: 2009-09-17
Copyright (C) Copyright 2009 DO YOU KYOTO?ネットワークAll Right Reserved.
------------------------------------------------------------------------------*/


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

Content

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

div#Content {
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

div#Content p.Lead {
	margin: 5px 0 35px 17px;
}

div#Content p.ConfMsg {
	margin: 35px 0 5px;
	text-align: center;
	color: #a01102;
}

div#Content ul.ErrorMsg {
	margin: 35px 0 5px 35px;
	color: #ff0202;
}

div#Content p.CompMsg {
	margin: 90px 0 0;
	text-align: center;
}

div#Content ul.BtnStyle01 {
	margin-bottom: 70px;
}

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

TblStyle

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

/* -- TblStyle01 -- */

table.TblStyleOt {
	width: 730px;
	margin: 0 auto;
}

table.TblStyleOt th,
table.TblStyleOt td {
	padding: 1em 1.5em;
	border: 1px solid #ccc;
}

table.TblStyleOt th {
	width: 30%;
	background-color: #faf9e9;
	font-weight: 400;
}

table.TblStyleOt td p {
	margin-top: 10px;
}

table.TblStyleOt th span.Required {
	margin-left: 10px;
	color: #a01102;
}

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

ClearFix (必要なければ消す)

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

/* -- Modern Browsers -- */

div#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div#xxxx {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#xxxx {
	height: 1%;
}