@charset "utf-8";

/*------------------------------------------------------------------------------
HITOTOE - CSS Modules Import
URL: http://
Date: 2009-10-21
Copyright (C) HITOTOE All Rights Reserved.
------------------------------------------------------------------------------*/


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

Support

※support.html およびorder.htmlに指定しています。

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

body {
	line-height: 1.667;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 77%;
	text-decoration: none;
}

a:link {
	color: #d47b4c;
}

a:visited {
	color: #deaa8f;
}

a:hover,
a:visited:hover {
	color: #deaa8f;
	text-decoration: none;
}

a:active {
	color: #deaa8f;
	text-decoration: none;
}

a {
	outline: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}
 
p {
	margin:0;
	padding: 0;
}

p.Read {
	margin-bottom: 1.0em;
}

img {
border: none;
}

.BtnStyle01 {
	text-align: center;
}

div#Container {
	width:550px;
	margin: 0 auto;
	text-align:center;
	border-bottom: 5px solid #fed1a8;
	border-top:solid 5px #fed1a8;
}

div#PopUp {
	text-align:left;
	padding: 0 25px;
}


div#Container div#PopUpForm {
	text-align: left;
}


ul.BtnStyle02 {
	margin-bottom: 10px;
}

div#Completebox {
	margin: 15px 0;
}

div#Completebox .Medium01 {
	width: 50%;
}


div#Completebox p#RePw {
	text-align: center;
	font-size: 125%;
	border: 1px solid #ccc;
	padding: 10px;
}

div#Completebox p#RePw em {
	font-style: normal;
}

/* -- TblStyle01 -- */

div#Container table.TblStyle01 {
	width: 500px;
	margin:0 auto 10px auto;
	text-align: left;
}

div#Container table.TblStyle01 th,
div#Container table.TblStyle01 td {
	font-weight: normal;
}

div#Container table.TblStyle01 th{
	text-align: left;
	width: 120px;
}


.Comment {
	width: 350px;
}


/* -- TblStyle02 -- */
	
/* ----------------------------------------

ClearFix (必要なければ消す)

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

/* -- Modern Browsers -- */

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

/* -- IE7 -- */
*:first-child+html div#Support div#Toiawase01 ul {
	display: inline-block;
}

/*  -- Legacy IE -- */
* html div#Support div#Toiawase01 ul {
	height: 1%;
}
