﻿@charset "utf-8";

/*------------------------------------------------------------------------------
八幡物産 - CSS Modules Import
URL: http://www.yawata.tv/
Date: 2011-06-14
Copyright(c) Yawata Corporation. All right reserved.
------------------------------------------------------------------------------*/

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

COMMON

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

p.flowImg {
	margin-bottom: 20px;
}

p.caution {
	color: #FF0000;
    font-weight: bold;
    margin: 10px 0;
	text-align: center;
}

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

LOGIN

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

div#loginSection {
	position: relative;
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #f9e3c8;
	behavior: url(/common/js/PIE.htc);
}

div#loginBlock01,
div#loginBlock02,
div#loginBlock03 {
	float: left;
	position: relative;
	width: 530px;
	padding: 15px 20px 20px;
	-webkit-box-shadow: 0px 1px 3px #d0c3a0;
	-moz-box-shadow: 0px 1px 3px #d0c3a0;
	-ms-box-shadow: 0px 1px 3px #d0c3a0;
	box-shadow: 0px 1px 3px #d0c3a0;
	background-color: #fff;
	behavior: url(/common/js/PIE.htc);
}

div#loginBlock02 {
	float: right;
	width: 285px;
}

div#loginBlock02 p {
	font-size: 107.7%;
	font-weight: 700;
	color: #f08200;
}

div#loginBlock03 {
	float: right;
	width: 285px;
	margin-top: 15px;
}

div#loginBlock03 p {
	font-size: 107.7%;
	font-weight: 700;
	color: #906b3f;
}

div#loginUnit {
	padding: 13px;
	border: 5px solid #e2dcb9;
	background-color: #ffffef;
	zoom: 1;
}

div#loginUnit ul li {
	margin-bottom: 10px;
}

div#loginUnit ul li span {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 77%;
}

div#loginUnit p.link01 {
	font-size: 77%;
}


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

AGREEMENT

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

div.agreeSection01 {
	position: relative;
	margin: 30px 0;
	border: 1px solid #e2dcb9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*behavior: url(/common/js/PIE.htc);*/
	zoom: 1;
}

div.agreeSection01 h4 {
	padding: 2px 10px;
	border-bottom: 1px solid #e2dcb9;
	background: #f3f3e3 url(../../img/css/bg_tit_03.png) 0 100% repeat-x;
	font-weight: 700;
	font-size: 107.7%;
}

div.agreeSection01 div.innerSection {
	height: 260px;
	padding: 15px;
	overflow: auto;
	line-height: 1.8;
}

div.agreeSection01 div.innerSection h5 {
	font-size: 123.1%;
	font-weight: 700;
}

div.agreeSection01 div.innerSection p,
div.agreeSection01 div.innerSection p.ex {
	margin-bottom: 20px;
	text-indent: 1em;
}

div.agreeSection01 div.innerSection ol {
	margin-bottom: 20px;
}

div.agreeSection01 div.innerSection p.ex,
div.agreeSection01 div.innerSection ol.ex {
	margin-bottom: 5px;
}

#agreeFirst {
	margin-bottom: 30px;
}

#agreeFirst .title03 {
	margin-bottom: 0;
}

#agreeFirst p {
	color: #f23f1f;
	font-weight: bold;
	border-top: 1px dashed #e2dcb9;
	padding-top: 10px;
	margin-top: 10px;
}



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

ERROR / CONFIRM 

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


div.tokutenBox {
		width: 633px;
		height: 90px;
		text-align: center;
		background: #f0f0f0;
		border: solid 1px #d7d7d7;
		margin-top: 16px;
}


p.errorTxt {
		margin: 10px 0px 10px;
		color: #ff0000;
		font-weight: bold;
		line-height: 1.2;
		font-size: 14.66px;!important
}

p.errorTxt img {
		margin-right: 4px;
}

h2.title04 {
		margin-top: 2em;
}

.errorInfo{
		width: 902px;
		background: #fffef7;
		border: solid 4px #fecab7;
		text-align: center;
		padding: 10px 20px 20px;
}

.errorInfo h3{
		font-size: 22px;
		font-weight: bold;
		color: #ff4747;
}

.errorInfo .attention{
		color: #FF0000;
    	font-weight: bold;
    	margin: 10px 0;
}


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

COMPLETE

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

div#registComplete {
		width: 100%;
		background: #fffef7;
		border: solid 4px #f9e4c9;
}

div#registComplete h3 {
		font-size: 22px;
		color: #eb8000;
		margin: 25px 0 25px 21px;
		font-weight: bold;
}

div#registComplete ul {
		margin: 0 0 30px 36px;
}

div#registComplete ul li {
		list-style: url( "../../img/css/list_circle_01.png" );
		line-height: 2em;
}

div#registComplete ul li span {
		color: #e1c49f;
}

div#customerComplete {
		width: 100%;
		background: #fffef7;
		border: solid 4px #f9e4c9;
}

div#customerComplete h3 {
		font-size: 165%;
		color: #eb8000;
		margin: 20px 0 5px 20px;
		font-weight: bold;
}

div#customerComplete ul {
		margin: 0 0 20px 35px;
}

div#customerComplete ul li {
		list-style: url( "../../img/css/list_circle_01.png" );
		line-height: 2em;
}


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

MYPAGE

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

div.exUnit01 p.total {
	margin-bottom: 5px;
	text-align: right;
	font-weight: 700;
}

thead.histryTbl01 th,
tbody.histryTbl01 td {
	border: 1px solid #7d592e;
}

div#historyUnit table {
	margin-top: 0;
}

table.tbl03 td.small01 {
	font-size: 90%;
}

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

EDIT

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

p.textModifyComp {
	width: 100%;
	margin-bottom: 30px;
	padding: 5px 0;
	border: 3px solid #ffcab6;
	background-color: #fff9f9;
	color: #fd0000;
	text-align: center;
	font-weight: 700;
}

p.textModifyComp02 {
	width: 100%;
	margin-bottom: 30px;
	padding: 5px 0;
	border: 3px solid #35930D;
	background-color: #E4FCDE;
	color: #35930D;
	text-align: center;
	font-weight: 700;
}

input[type="text"].large01_edit {
		width: 68%;
}
	

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

MAIL COMP

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

#textBox01 {
	width: 709px;
	border: 3px solid #ffb10b;
	padding: 15px 20px;
}

#textBox01 h2 {
	font-size: 169%;
	color: #eb8000;
	font-weight: 700;
}
	
#textBox01 ul li {
	text-indent: 1em;
	background-image: url(../../../customers/img/icon_list_01.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
}

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

SUB

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

div#subMypageNav01 ul.subList01 li a {
	padding: 8px 0 8px 38px;
	zoom: 1;
}

div#subMypageNav01 ul.subList01 li.active {
	background-color: #ecffd7;
	font-weight: 700;
}

div#subMypageNav01 ul.subList01 li a span {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 31px;
	height: 31px;
	background: url(../../../customers/img/css/sprite_sub_01.png) 0 0px no-repeat;
}

div#subMypageNav01 ul.subList01 li a span#subIco02 { background-position: 0 -32px;}
div#subMypageNav01 ul.subList01 li a span#subIco03 { background-position: 0 -64px;}
div#subMypageNav01 ul.subList01 li a span#subIco04 { background-position: 0 -94px;}
div#subMypageNav01 ul.subList01 li a span#subIco05 { background-position: 0 -128px;}
div#subMypageNav01 ul.subList01 li a span#subIco06 { background-position: 0 -158px;}
div#subMypageNav01 ul.subList01 li a span#subIco07 { background-position: 0 -190px;}
div#subMypageNav01 ul.subList01 li a span#subIco08 { background-position: 0 -224px;}


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

LIST

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

p.listExplain {
		margin-bottom: 25px;
}


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

clearfix (必要なければ消す)

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

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

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

/* IE7
------------------------------- */

*:first-child+html div#loginSection {
	zoom: 1;
}

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

* html div#loginSection {
	zoom: 1;
}