@charset "utf-8";

/* ページスクロール設定
----------------------------------------------- */
#pageScroll {
	clear: both;
	font-size: 11px;
	text-align: right;
	padding: 5px;
}

/* サイドナビゲーション設定
----------------------------------------------- */


#sideNavi {
	font-family: "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	width: 188px;
	margin-bottom: 40px;
	float: left;
}
.sideMenu {
	width: 188px;
	margin-bottom: 10px;
	border: 1px solid #99CC33;
}

.sideMenuTab {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: #99CC33;
	padding: 5px;
	margin-bottom: 10px;
}

.sideMenu h3 {
	color: #666666;
	line-height: 100%;
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.sideMenu ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

.sideMenu li {
	font-size: 12px;
  padding-bottom: 7px;
  padding-top: 7px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 1em;
	list-style-type: none;
}
#name {
	margin-bottom: 10px;
	font-size: 12px;
	background-color: #eeeedd;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	line-height:130%;
	border:1px solid #CCCCCC;
}

#name div.logout {
padding-left:8px;
background-image:url(../images/pt_red_s.gif);
background-repeat:no-repeat;
background-position:left center;
margin-left:115px;
margin-top:5px;
}



/* コンテンツ設定
----------------------------------------------- */
#pageCont {
	font-family: "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin-bottom: 10px;
	width: 700px;
	float: right;
	font-size: 0.8125em;
}
#pageCont h2 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #444;
	font-weight: bold;
	border-left: 5px solid #99CC33;
	/* border-bottom: 1px solid #99CC33; */
	background-color:#eeeedd;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#pageCont h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
.cont {
	margin-bottom: 25px;
	padding-right: 5px;
	padding-left: 5px;
}

table.paddTbl{
 width:100%;
 background-color:#ddddcc;
 border:none;
 clear:both;
 }

table.paddTbl th {
	padding: 5px;
	background-color:#eeeedd;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
}

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

table.paddTbl td {
	padding: 5px;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	line-height:120%;
}

table.paddTbl td.right {
	text-align:right;
}
table.paddTbl td.left {
	text-align:left;
}

table.paddTbl td.blank {
	background-color:#F9F9F2;
}

table.paddTbl td.left input.text{
margin-top:5px;
}

table.nopaddTbl td {
	padding: 0px;
}
.smallTxt {
	font-size: 10px;
}
.boldTxt {
	font-weight: bold;
}

#formBtn {
	text-align: center;
	margin-bottom: 15px;
}

#formBtn input{
	width:150px;
	padding:3px;
}

input.abc {
ime-mode:disabled;
}

div.error {
	color:red;
	font-size:130%;
	margin-top:20px;
}

div.error p {
	color:red;
	font-size:180%;
	margin-bottom:10px;
}

div.error ul {
margin-top:10px;
margin-left:20px;
}

div.error li {
line-height:130%;
}


/* NEWS
----------------------------------------------- */
table.news {
width:100%;
border:none;
margin-bottom:5px;
}

table.news th {
width:13%;
vertical-align:top;
text-align:left;
margin:0px;
padding:2px;
background-color:#FFFFFF;
}

table.news td{
width:87%;
vertical-align:top;
text-align:left;
margin:0px;
padding:2px;
line-height:120%;
}

/* 購入履歴
----------------------------------------------- */
.formBtn_B{
	text-align: right;
	margin-bottom: 5px;
}

.formBtn_B input{
width:100px;
}

div.page {
text-align:center;
margin-top:10px;
margin-bottom:10px;
font-size:medium;
}

div.status {
text-align:right;
padding-top:5px;
}

/* お届け先
----------------------------------------------- */

#pageCont h3.address {
float:left;
margin-right:20px;
padding-top:2px;
padding-left:12px;
background-image:url(../images/pt_red.gif);
background-position:left center;
background-repeat:no-repeat;
}

.formBtn_A {
	margin-bottom:5px;
	text-align:right;
}

.formBtn_A input{
width:100px;
}

.formBtn_A2 {
	text-align:left;
}

.formBtn_A2 input{
width:100px;
}

.style1 {
color: #990000;
}

.need {
color: #990000;
font-size:0.8125em;
font-weight:normal;
}

div.cont h4.header {
margin:10px 0;
}


/* ヘルプページ設定
----------------------------------------------- */


#anchorList {
	margin-bottom: 25px;
	font-size: 12px;
	left: 0px;
}
#anchorList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#anchorList li {
	background-image: url(../images/naviArrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin-bottom: 5px;
}

#pageCont h3.q {
margin-right:20px;
margin-bottom:10px;
padding-top:2px;
padding-left:12px;
background-image:url(../images/pt_red.gif);
background-position:left center;
background-repeat:no-repeat;
}

div.q {
line-height:120%;
margin-left:15px;
}

h4.q {
	font-size: 14px;
	background-color: #e6e6e6;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
}
div.q {
line-height:120%;
margin-left:15px;
margin-right:15px;
}


#pageRito {
	font-family: "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin-bottom: 10px;
	font-size: 0.8125em;
	margin-top: 10px;
}

#pageRito h2 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #444;
	font-weight: bold;
	border-left: 5px solid #99CC33;
	/* border-bottom: 1px solid #99CC33; */
	background-color:#eeeedd;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
}
