@charset "utf-8";

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


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

HlStyle

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

/* -- HlStyle01 -- */

.HlStyle01 {
	background: url(../../img/common/ico_circle_02.png) 0 0.5em no-repeat;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin-bottom: 1.0em;
}

/* -- HlStyle03 -- */

.HlStyle03 {
	color:#FC2827;
	font-weight:bold;
	text-align: center;
}


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

ListStyle

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

/* -- ListStyle01 -- */

ul.ListStyle01 {
	padding-left: 20px;
}

ul.ListStyle01 li {
	list-style-type: disc;
}


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

TblStyle

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

/* -- TblStyle01 -- */

table.TblStyle01 {
	/*border: 1px solid #8e8e8e;*/
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	margin-top: 15px;
	width: 620px;
}

table.TblStyle01 th,
table.TblStyle01 td {
	padding: 10px;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}

table.TblStyle01 th {
	background-color: #ebebeb;
	text-align: center;
}

table th.ThStyle01 {
	text-align: left;
}

table.TblStyle01 td.LineDot {
	border-bottom:0;
	background:url(../../img/common/line_dotted_04.png) bottom repeat-x;
}



td.Price {
	text-align: right;
}

td.Total {
	text-align: right;
	background-color: #ebebeb;
}

/* -- TblStyle02 -- */

table.TblStyle02 {
	/*border: 1px solid #8e8e8e;*/
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	margin-top: 15px;
	width: 620px;
}

table.TblStyle02 colgroup.Headline {
	width: 170px;
}

table.TblStyle02 th,
table.TblStyle02 td {
	padding: 10px;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}

table.TblStyle02 thead th {
	background-color: #ebebeb;
	text-align: left;
}

table.TblStyle02 tbody th {
	text-align: left;
	background: #fff;
}




/* -- Col -- */

col.FirstRow01 {
	width: 30%;
}


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

BtnStyle

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

.BtnStyle03 li img {
	vertical-align:top;
}

/* -- BtnStyle01 -- */

.BtnStyle01 {
	text-align: center;
}

.BtnStyle01 li {
	display: inline;
	padding: 0 10px;
}


/* -- BtnStyle02 -- */

.BtnStyle02 {
	text-align: center;
}

.BtnStyle02 li {
	display: inline;
}

/* -- BtnStyle03 -- */

.BtnStyle03 {
	text-align: center;
	background: #eee;
	padding: 10px 0;
	margin-top: 1.0em;
}

.BtnStyle03 li {
	display: inline;
	padding: 0 2px;
}

/* -- BtnStyle04 -- */

.BtnStyle04 {
	padding: 10px 0;
	margin-top: 1.0em;
}

.BtnStyle04 li {
	display: inline;
	padding: 0 5px;
}

.BtnStyle04 li.BtnNext {
	padding-left: 130px;
}


/* -- BtnStyle05 -- */

.BtnStyle05 {
	padding: 10px 0;
	margin-top: 1.0em;
}

.BtnStyle05 li {
	display: inline;
	padding: 0 5px;
}

.BtnStyle05 li.BtnNext {
	padding-left: 80px;
}

/* -- BtnStyle06 -- */

.BtnStyle06 {
	padding: 10px 0;
	margin-top: 1.0em;
}

.BtnStyle06 li {
	display: inline;
	padding: 0 5px;
}

.BtnStyle06 li.BtnNext {
	padding-left: 40px;
}



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

FormStyle
(input要素の幅は適宜調整する)

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

input.Small01 {
	width: 5em;
}

input.Small02 {
	width: 50px;
}

input.Medium01 {
	width: 35%;
}

input.Medium02 {
	width: 50em;
}

input.Large01 {
	width: 80%;
}

input.Large02 {
	width: 98%;
}

input.OrderName {
	width: 35%;
}

input.Zip {
	width: 3em;
	/*margin-bottom: 5px;*/
}

input.Tel {
	width: 4em;
}

input.IME {
	ime-mode:disabled;
}

input.Mail {
	width: 98%;
	margin-bottom: 5px;
}


/* Error */
select.InputErr,
input.InputErr {
	background: #ffe8e8;
}

.ErrTxt {
	color: #ff0000;
}

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

Common Class
(以下は暫定的に、又はイレギュラーな場合のみ使用。通常は使用しない)

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

.Clear {
	clear: both;
}

.Hidden {
	height: 0;
	width: 0;
	overflow: hidden;
}

.OutlineFix {
	/* Gecko outLinefix & MacIEHack ＼*/
	overflow: hidden;
	/* End */
}

.MgnBtm0 {
	margin-bottom: 0;
}

.MgnBtm5 {
	margin-bottom: 5px;
}

.MgnBtm10 {
	margin-bottom: 10px;
}

.MgnBtm15 {
	margin-bottom: 15px;
}

.MgnBtm20 {
	margin-bottom: 20px;
}

.MgnBtm30 {
	margin-bottom: 30px;
}

.MgnRgt15 {
	margin-right: 15px;
}

.AlignCenter {
	text-align: center;
}

.AlignRight {
	text-align: right;
}


.Note01 {
	font-size: 83.4%;
	margin: 1.0em 0;
	color: #999;
}

.Note02 {
	font-size: 83.4%;
	margin: 1.0em 0 0 0;
}


.Sup {
	font-size: 83.4%;
}

.Sup02 {
	font-size: 83.4%;
	color: #fa3637;
}

.Attention {
	font-size: 83.4%;
	color: #d57a4d;
}

.Attention02 {
	color: #d57a4d;
	font-weight: bold;
}

span.Important {
	font-weight: bold;
	color: #fd3b15;
}

span.Important02 {
	color: #fd3b15;
}

.CartStyle01 {
	border: 5px solid #cdcdcd;
	padding: 140px 80px;
	margin-bottom: 30px;
}

.CartStyle01 p {
	text-align: center;
}

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

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

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

/* -- Modern Browsers -- */

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

/* -- IE7 -- */

*:first-child+html .ClearFix {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html .ClearFix {
	height: 1%;
}
