﻿@media screen and (max-width: 641px){
@charset "utf-8";

/* *****************************************
/*+  リセット・基本セッティング  +**********
/***************************************** */

* {
	margin: 0;
	padding: 0;
}
html, body {
	background:url(../images/common/contents_bg.jpg) repeat-y center;
	height: 100%;
	color: #000;
        width:100%;
	text-align: center;
        -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 641px){
　img {
　　width:100%;
　}
  body{
    width:100%;
  }
}
body,
input,
select,
textarea {
	font: 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
html {
	overflow-y: scroll;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
	line-height:1.0;
}
ul, ol {
	list-style-type: none;/**/
}
em,
strong,
address {
	font-weight: 400;
	font-style: normal;
}
a {
	outline: none;
	color: #00f;
	text-decoration: underline;
}
a:hover {
	color: #00f;
	text-decoration:none;
}
a:visited {
	color: #636;
	text-decoration:none;
}
#sideCate a {
	outline: none;
	color: #333;
	text-decoration: none;
}
#sideCate a:hover {
	color: #333;
    background-color: #cccccc;
	text-decoration: none;
}
#sideCate a:visited {
	color: #333;
	text-decoration: none;
}
/* #right_contents .center, #popup_contents .center {*/
.center {
	text-align: center;
	padding-left: 3px;
}
/*#right_contents .right, #popup_contents .right {*/
.right {
	text-align: right;
	padding-right: 5px;
}
/*#right_contents .left, #popup_contents .left {*/
.left {
	text-align: left;
	padding-left: 5px;
}
.strong {
    font-weight: bold;
}

/* CLEARFIX
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
.clearfix {
	display: inline-block;/*IE7・Mac版IE向け */
    overflow: hidden;
}
.clearfix {
	display: block;/*Opera、Safari向け */
    overflow: hidden;
}
.clear {
	clear:both;
    overflow: hidden;
}

/* 透過用
----------------------------------------------------------*/
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* 画像リンクのhover
----------------------------------------------------------*/
.link a:hover img{
/*モダンブラウザ用*/
opacity:0.7;
/*IE7以下用*/
filter:alpha(opacity=70);
/*IE8用*/
-ms-filter:"alpha(opacity=85)";
}


/* *****************************************
/*+  共通  +********************************
/***************************************** */
/* 全体
----------------------------------------------------------*/

.midashi {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    background: #FCC;
    padding: 5px;
    margin-bottom: 10px;
}
h2 {
}
h3 {
	margin-bottom:10px;
	padding:2px 0 5px 5px;
	border-bottom:1px solid #0066FF;
	border-left:4px solid #0066FF;
	font-size:131%;
    font-weight: bold;
}
h3.bg {
	margin-bottom:10px;
	padding:5px 0 5px 10px;
	border:none;
	background:url(../images/common/text_bg.jpg) repeat-x top;
	font-weight:bold;
	font-size:117%;
}
h4 {
	padding:5px 10px 20px 10px;
	background:url(../images/common/text_bg.jpg) repeat-x top;
	font-size:140%;
        font-weight: bold;
}
h5 {
        border-left: 5px #99F solid;
        border-bottom: 1px #99F solid;
        font-size:120%;
        padding-left: 5px;
        padding-bottom: 1px;
        line-height: 1.5em;
        margin: 3px;
        width: 80%;
        font-weight: bold;
}
h6 {
        border-left: 5px #ddf solid;
        border-bottom: 1px #ddf solid;
        font-weight:bold;;
        font-size:110%;
        padding-left: 5px;
        padding-bottom: 1px;
        line-height: 1.5em;
        margin: 10px;
        width: 90%;
}



/* header
----------------------------------------------------------*/
#header {
	padding:0 0 10px 0;
	background:url(../images/common/header_bg.jpg) no-repeat center top;
}

/* headerBox
----------------------------------------------------------*/
#headerBox {
	margin:0 auto;
	position:relative;
	width:100%;
text-align: left;
}

/* hNavi
----------------------------------------------------------*/
#hNavi {
	padding:17px 17px 0 740px;

}
#hNavi:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
#hNavi {
	display: inline-block;/*IE7・Mac版IE向け */
}
#hNavi {
	display: block;/*Opera、Safari向け */
}
#hNavi li {
	padding:0 0 0 25px;
	float:left;
}

/* logo
----------------------------------------------------------*/
#logo {
	padding:4px 0 0 10px;
}

/* 検索
----------------------------------------------------------*/
#headerSearch {
	position:absolute;
	top:170px;
	left:5px;
}
#headerSearch input.searchText {
	margin:0 10px 0 0;
	border:1px solid #ccc;
	width:150px;
	height:25px;
}

/* 検索ボタンホバー */
#searchBtn {
    display:block;
    width:80px;
    height:25px;
    padding:0;
    border:0;
    background:url(../images/common/header_search_btn.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
#searchBtn:hover,
#searchBtn:focus {
    background-position:left -25px;
}

/* カート見る
----------------------------------------------------------*/
#headerCartBtn {
	position:absolute;
	top:205px;
	left:107px;

    display:block;
    width:140px;
    height:30px;
    padding:0;
    border:0;
    background:url(../images/common/hnavi_cart_btn.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}

#headerCartBtn:hover {
    background-position:left -30px;
}
/*
#headerCartBtn:focus {
    background-position:left -30px;
}
*/

/* contents
----------------------------------------------------------*/
#contents {
	margin:0 auto;
	padding:15px 0 10px 0;
	width:100%;
text-align: left;

}
#contents:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
#contents {
	display: inline-block;/*IE7・Mac版IE向け */
}
#contents {
	display: block;/*Opera、Safari向け */
}


/* side
----------------------------------------------------------*/
#side {
	float:left;
	width:100%;
}

/* ログイン
----------------------------------------------------------*/
#sideLogin {
}
#sideLogin {
	margin-bottom:10px;
	padding:10px 15px 5px 15px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#sideLogin th {
	padding:0 5px;
	width:70px;
}
#sideLogin td {
	padding:0 5px;
}
#sideLogin p.right {
	padding:5px 0;
	text-align:right;
}
#sideLogin li {
	padding:0 5px 0 0;
	float:left;
}
#sideLogin li.last {
	padding:0;
}
#sideLogin p#message {
	padding:0 0 0 0;
}
#sideLogin span#name {
	font-weight:bold;
}

/* ログインボタンホバー */
#loginBtn {
    display:block;
    width:100px;
    height:24px;
    padding:0;
    border:0;
    background:url(../images/common/login_btn.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
#loginBtn:hover,
#loginBtn:focus {
    background-position:left -24px;
}
/* ログアウトボタンホバー */
#logoutBtn {
    display:block;
    width:100px;
    height:24px;
    padding:0;
    border:0;
    background:url(../images/common/logout_btn.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
#logoutBtn:hover,
#logoutBtn:focus {
    background-position:left -24px;
}

/* 会員登録ボタンホバー */
#torokuBtn {
    display:block;
    width:100px;
    height:24px;
    padding:0;
    border:0;
    background:url(../images/common/toroku_btn.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
#torokuBtn:hover,
#torokuBtn:focus {
    background-position:left -24px;
}

/* マイページボタンホバー */
#mypageBtn {
    display:block;
    width:100px;
    height:24px;
    padding:0;
    border:0;
    background:url(../images/common/mypage_btn.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
#mypageBtn:hover,
#mypageBtn:focus {
    background-position:left -24px;
}


/* 商品カテゴリ一覧
----------------------------------------------------------*/
#sideCate {
	margin-bottom:5px;
	padding:1px 10px 15px 5px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.sideCateList {
	padding:0 0 1px 0;
}
.sideCateList img.icon {
	padding:0 4px 3px 0;
	vertical-align: middle;
    cursor:pointer;
}
.sideCateList img.iconplus {
	padding:0 4px 3px 0;
	vertical-align: middle;
    cursor:pointer;
}
.sideCateList img.iconminus {
	padding:0 4px 3px 0;
	vertical-align: middle;
}
.sideCateList ul {
	padding:0 0 0 0;
}
.sideCateList li {
	padding:5px 0 0 15px;
}

/* 売上げランキング
----------------------------------------------------------*/
#sideRanking {
	margin-bottom:10px;
	padding:10px 15px 5px 15px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#sideRanking ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
#sideRanking ul {
	display: inline-block;/*IE7・Mac版IE向け */
}
#sideRanking ul {
	display: block;/*Opera、Safari向け */
}

#sideRanking li {
	clear:both;
    overflow: hidden;
}
#sideRanking .no {
	padding:0 10px 0 0;
	float:left;
}
#sideRanking .name {
	padding:0 0 10px 0;
	float:right;
	width:155px;
	text-align:left;
}

/* パンくずリスト
----------------------------------------------------------*/
#panList {
	padding:5px 0 10px 0;
}
#panList:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
#panList {
	display: inline-block;/*IE7・Mac版IE向け */
}
#panList {
	display: block;/*Opera、Safari向け */
}
#panList li {
	padding:0 5px 0 0;
	float:left;
}


/* main
----------------------------------------------------------*/
#main {
	float:right;
	width:100%;
}
#main2 {
	float:left;
	width:100%;
    padding-left: 10px;
}

.gmo p{
	margin: 10px;
}

.fiveBox {
	padding:0 0 20px 17px;
	float:left;
	width: 95px;
    height: 100px;
	text-align:center;
        display: block;
        font-size: 0.9em;
}
.fiveBox a img {
	border:2px solid #999;
}
.fiveBox a:hover img {
	border:2px solid #0066FF;
}


/* おすすめ商品 */
#osusumeBox {
	margin-bottom:20px;
	padding:10px 10px 0 0;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#osusumeBox li {
	padding:0 0 10px 10px;
	float:left;
}

/* 商品カテゴリ */
#cateBox {
	margin-bottom:20px;
	padding:10px 10px 0 10px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/* 最新ニュース */
#newsBox {
	margin-bottom:20px;
	padding:10px 10px 5px 10px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	position:relative;
}
#backnumberLink {
	position:absolute;
	top:-15px;
	left:590px;
}


#newsBox ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
#newsBox ul {
	display: inline-block;/*IE7・Mac版IE向け */
}
#newsBox ul {
	display: block;/*Opera、Safari向け */
}

#newsBox li {
	clear:both;
    overflow: hidden;
}
#newsBox .date {
	padding:0 10px 0 0;
	float:left;
}
#newsBox .title {
	padding:0 0 5px 0;
	float:right;
	width:100%;
	text-align:left;
}

/* 畳タブ */
#tatamiTab {
	padding:0 0 20px 0;
}
#tatamiTab:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
#tatamiTab {
	display: inline-block;/*IE7・Mac版IE向け */
}
#tatamiTab {
	display: block;/*Opera、Safari向け */
}
#tatamiTab li {
	float:left;
}

/* 畳タブのホバー */
#tatamiTab a {
    display:block;
    width:140px;
    height:30px;
    padding:0;
    border:0;
    cursor:pointer;
    background:url(../images/common/tab_btn.gif) no-repeat left top;
	text-decoration:none;
	color:#222;
	text-align:center;
	line-height:230%;
}
#tatamiTab a:hover {
	background-position:left -30px;
	text-decoration:none;
	color:#fff;
}
/* タブメニューブロック */
#tagTab {
	padding:0 0 20px 0;
}
#tagTab:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
#tagTab {
	display: inline-block;/*IE7・Mac版IE向け */
}
#tagTab {
	display: block;/*Opera、Safari向け */
}
#tagTab li {
	float:left;
}

/* 畳タブのホバー */
#tagTab a {
    display:block;
    width:170px;
    height:30px;
    padding:0;
    border:0;
    cursor:pointer;
    background:url(../images/common/tab_btn.gif) no-repeat left top;
	text-decoration:none;
	color:#222;
	text-align:center;
	line-height:230%;
}
#tagTab a:hover {
	background-position:left -30px;
	text-decoration:none;
	color:#fff;
}

#tagName {
    font-size: 1.4em;
    font-weight: bold;
}

/* resultBg
-----------------------------------------------------------*/
#resultBg {
	padding:5px 10px 20px 10px;
	background:url(../images/common/text_bg.jpg) repeat-x top;
	font-size:107%;
}
#resultBg span#resultText {
	padding:0 10px;
}
}
/* 検索結果商品
-----------------------------------------------------------*/
.resultBox {
	margin-bottom:10px;
	padding:0 0 10px 0;
	border-bottom:1px solid #999;
}
.resultBox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
.resultBox {
	display: inline-block;/*IE7・Mac版IE向け */
}
.resultBox {
	display: block;/*Opera、Safari向け */
}
.resultNo {
	font-weight:bold;
}

/* サムネイル */
.resultImg {
	float:left;
	width:120px;
	text-align:center;
}
.resultImg a:hover img{
/*モダンブラウザ用*/
opacity:0.7;
/*IE7以下用*/
filter:alpha(opacity=70);
/*IE8用*/
-ms-filter:"alpha(opacity=85)";
}

.resultImg a img {
	border:2px solid #999;
}
.resultImg a:hover img {
	border:2px solid #0066FF;
}

/* 商品詳細 */
.resultText {
	float:left;
	width:100%;
}
.resultText p {
	line-height:110%;
}
.resultText .item a {
	font-weight:bold;
}
.resultText .brand {
	font-weight:bold;
	color:#996633;
}
.resultText .hinban {
}
.resultText .teika {
	color:#000000;
}
.resultText .kakaku {
	font-weight:bold;
	color:#CC0000;
}
.resultText .point {
	font-weight:bold;
	color:#FF6600;
}
/* 個数 */
.resultKosuu {
	float:right;

	text-align:center;
	width:100px;
}
.resultKosuu input {
	width:50px;
}

/* ボタン */
.resultBtn {
	float:right;
}

/* 見積り依頼ボタンホバー */
.resultMitsumoriBtn {
    display:block;
    width:90px;
    height:25px;
    padding:0;
    border:0;
    background:url(../images/common/mitsumori_btn.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
.resultMitsumoriBtn:hover,
.resultMitsumoriBtn:focus {
    background-position:left -25px;
}
input.resultMitsumoriBtn {
	margin-bottom:5px;
}

/* カートに入れるボタンホバー */
.resultCartBtn {
    display:block;
    width:90px;
    height:25px;
    padding:0;
    border:0;
    background:url(../images/common/cart_btn.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
.resultCartBtn:hover,
.resultCartBtn:focus {
    background-position:left -25px;
}


/* 商品詳細
-----------------------------------------------------------*/
#itemBox {
	padding:0 0 20px 0;
}
#itemBox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
#itemBox {
	display: inline-block;/*IE7・Mac版IE向け */
}
#itemBox {
	display: block;/*Opera、Safari向け */
}
#itemBox h2 {
	margin-bottom:20px;
	padding:10px 0 5px 40px;
	background:url(../images/common/item_title_bg.gif) no-repeat;
	font-weight:bold;
	font-size:131%;
}

/* 画像 */
#itemL {
	float:left;
	width:100%;
}
#itemBox #itemImg {
	padding:0 0 20px 0;
}
#itemBox #itemImg img {
        border: 5px #dddddd solid;
}
#itemBox #itemL li {
	padding:0 20px 0 0;
	float:left;
}
/* サムネイル画像1 */
#itemBox #itemL li#thumImg01 img {
    border: 2px #dddddd solid;
}
/* サムネイル画像2 */
#itemBox #itemL li#thumImg02 img {
    border: 2px #dddddd solid;
}
/* サムネイル画像3 */
#itemBox #itemL li#thumImg03 img {
    border: 2px #dddddd solid;
}

/* 仕様 */
#itemR {
	float:right;
	width:100%;
}
#itemBox .brand {
	font-weight:bold;
	color:#996633;
	font-size:116%;
}
#itemBox .hinban {
	padding:0 0 20px 0;
	font-size:108%;
    font-weight: bold;
}
#itemBox .comment {
	padding:0 0 30px 0;
}
#itemBox .teika {
	padding:0 0 20px 0;
	color:#000000;
	font-size:131%;
}
#itemBox .kakaku {
	padding:0 0 20px 0;
	font-weight:bold;
	color:#CC0000;
	font-size:131%;
}
#itemBox .point {
	padding:0 0 20px 0;
	font-weight:bold;
	color:#FF6600;
	font-size:131%;
}
#itemKosuu {
	padding:0 0 20px 200px;
}
#itemKosuu input {
	width:50px;
        height: 1.8em;
}
#itemForm {
	padding:0 0 0 200px;
}
.itemMitsumoriBtn {
}

/* 見積り依頼ボタンホバー */
.itemMitsumoriBtn {
    display:block;
    width:90px;
    height:25px;
    padding:0;
    border:0;
    background:url(../images/common/mitsumori_btn.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
.itemMitsumoriBtn:hover,
.itemMitsumoriBtn:focus {
    background-position:left -25px;
}
input.itemMitsumoriBtn {
	margin-bottom:5px;
}

/* カートに入れる */
.itemCartBtn {
    display:block;
    width:90px;
    height:25px;
    padding:0;
    border:0;
    background:url(../images/common/cart_btn.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
.itemCartBtn:hover,
.itemCartBtn:focus {
    background-position:left -25px;
}

/* 戻る */
.itemBackBtn {
    display:block;
    width:90px;
    height:25px;
    padding:0;
    border:0;
    background:url(../images/common/back_btn.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
.itemBackBtn:hover,
.itemBackBtn:focus {
    background-position:left -25px;
}

/* PDF資料へ */
.itemPdfBtn {
    display:block;
    width:90px;
    height:25px;
    padding:0;
    border:0;
    background:url(../images/common/pdfdata_btn.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
float: right;
margin-right: 30px;
}
.itemPdfBtn:hover,
.itemPdfBtn:focus {
    background-position:left -25px;
}
/* PDF資料へ */
.itemPdfBtn2 {
    display:block;
    width:90px;
    height:25px;
    padding:0;
    border:0;
    background:url(../images/common/pdfdata_btn2.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
float: right;
margin-right: 10px;
}
.itemPdfBtn2:hover,
.itemPdfBtn2:focus {
    background-position:left -25px;
}


/* 関連する商品
-----------------------------------------------------------*/
#kanrenItem {
}
#kanrenItem a img {
	border:2px solid #999;
}
#kanrenItem a:hover img {
	border:2px solid #0066FF;
}
.kanrenItemClear {
	padding:0 0 20px 0;
}
.kanrenItemClear:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
.kanrenItemClear {
	display: inline-block;/*IE7・Mac版IE向け */
}
.kanrenItemClear {
	display: block;/*Opera、Safari向け */
}

.kanrenItemBox {
	padding:0 20px 20px 20px;
	float:left;
	width:130px;
}
.kanrenItemBox .imgBox {
	text-align:center;
}
.kanrenItemBox .brand {
	font-weight:bold;
	color:#996633;
	font-size:100%;
}
.kanrenItemBox .hinban {
}
.kanrenItemBox .kakaku {
	font-weight:bold;
	color:#CC0000;
}


/* 関連するカテゴリ
-----------------------------------------------------------*/
#kanrenCateBox {
	padding:0 0 20px 0;
}
#kanrenCateBox li {
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	background:url(../images/common/arrow_cate_list.gif) no-repeat 0 4px;
	float:left;
	width:100%;
}



/* threeItem
-----------------------------------------------------------*/
#threeItem {
}
#threeItem a img {
	border:2px solid #999;
}
#threeItem a:hover img {
	border:2px solid #0066FF;
}
.threeItemClear {
	padding:0 0 20px 0;
}
.threeItemClear:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
.threeItemClear {
	display: inline-block;/*IE7・Mac版IE向け */
}
.threeItemClear {
	display: block;/*Opera、Safari向け */
}

.threeItemBox {
	padding:0 20px 20px 20px;
	float:left;
	width:190px;
}
.threeItemBox .imgBox {
	text-align:center;
}
.threeItemBox .brand {
	font-weight:bold;
	color:#996633;
	font-size:100%;
}
.threeItemBox .hinban {
}
.threeItemBox .kakaku {
	font-weight:bold;
	color:#CC0000;
}
.threeKosuu {
	padding:0 0 5px 110px;
}
.threeKosuu input {
	width:40px;
}
.threeItemBox li {
	padding:0 0 0 5px;
	float:left;
}
#threeItem hr {
	margin:0 0 20px 20px;
	clear:both;
	border:1px solid #ccc;
	width:100%;
    overflow: hidden;
}


/* カートに入れる */
.threeBtn {
	padding:5px 0 0 30px;
}
.cartBigBtn {
    display:block;
    width:130px;
    height:25px;
    padding:0;
    border:0;
    background:url(../images/common/cart_btn_02.gif) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
.cartBigBtn:hover,
.cartBigBtn:focus {
    background-position:left -25px;
}


/* pageBg
-----------------------------------------------------------*/
#pageBg {
	padding:5px 10px 20px 10px;
	background:url(../images/common/text_bg.jpg) repeat-x top;
	font-size:107%;
}
#pageBg span#pageText {
	font-weight:bold;
}
#pageBg span#pageText a {
	font-weight:normal;
}

/* CLEARFIX
-----------------------------------------------------------*/
.clearfixBox {
	padding:0 0 10px 0;
}
.clearfixBox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
.clearfixBox {
	display: inline-block;/*IE7・Mac版IE向け */
}
.clearfixBox {
	display: block;/*Opera、Safari向け */
}



/* footer
----------------------------------------------------------*/
#footer {
	padding:0 0 100px 0;
	background:url(../images/common/footer_bg.jpg) no-repeat center top;
}

/* footerBox
----------------------------------------------------------*/
#footerBox {
	margin:0 auto;
	width:100%;
}

/* copy
----------------------------------------------------------*/
#copy {
	padding:17px 0 10px 0;
	text-align:center;
	font-size:125%;
}

/* fNavi
----------------------------------------------------------*/
#fNavi {
	margin:0 auto;
	width:100%;
}
#fNavi:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
    overflow: hidden;
}
#fNavi {
	display: inline-block;/*IE7・Mac版IE向け */
}
#fNavi {
	display: block;/*Opera、Safari向け */
}
#fNavi li {
	padding:0 0 0 45px;
	float:left;
}

/* resultBg
-----------------------------------------------------------*/
.txBlock {
    padding: 5px 10px 10px 10px;
}

/* tabayashi sagyou
----------------------------------------------------------*/
h7 {
	font-size:20px
}


/*テーブル
----------------------------------------------------------*/
.odd {
	background: #f0f0f0;
}

/*会員登録用
----------------------------------------------------------*/
.formmember{
	margin: 5px;
	font-size: 1.1em;
}

table.formmember {
	margin-left: 20px;
}

.required {
	color: #ff0000;
	font-weight: bold;
}

.note {
	color: #0000ff;
}

.formmember input{
	margin: 2px;
	padding: 2px;
	width: 100%;
}

.formmember th{
	padding: 3px;
}

p.formmemberpb {
	text-align: center;
}

/*会員一覧
----------------------------------------------------------*/
#memberlist{
	margin: 5px;
	font-size: 1.1em;
}

table#memberlist {
	margin-left: 20px;
}

#memberlist th{
	padding: 3px;
}

#memberlist td{
	padding: 3px;
}

/*オーダー一覧
----------------------------------------------------------*/
.orderlist{
	margin: 5px;
	font-size: 0.9em;
}

table.orderlist {
	margin-left: 20px;
}

.orderlist th{
	padding: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.orderlist td{
	padding: 3px;
    font-size: 12px;
}

/*オーダー会社情報
----------------------------------------------------------*/
#ordercompany{
	margin: 5px;
	font-size: 1.1em;
}

table#ordercompany {
	margin-left: 20px;
}

#ordercompany th{
	padding: 3px;
    text-align: center;
    font-weight: bold;
}

#ordercompany td{
	padding: 3px;
}

#ordercompany input{
	width: 100%;
    height: 1.5em;
    padding: 1px;
}

#ordercompany select{
	width: 220px;
    height: 1.6em;
    padding: 1px;
}

/*購入者情報
----------------------------------------------------------*/
#orderuser{
	margin: 5px;
	font-size: 1.1em;
}

table#orderuser {
	margin-left: 20px;
}

#orderuser th{
	padding: 3px;
    /*text-align: center;*/
    font-weight: bold;
}

#orderuser td{
	padding: 3px;
}

#orderuser input{
	width: 100%;
    height: 1.5em;
    padding: 1px;
}
/*その他情報
----------------------------------------------------------*/
#ordersendadd{
	margin: 5px;
	font-size: 1.1em;
}

table#ordersendadd {
	margin-left: 20px;
}

#ordersendadd th{
	padding: 3px;
    /*text-align: center;*/
    font-weight: bold;
}

#ordersendadd td{
	padding: 3px;
}

#ordersendadd input{
	width: 100%;
    height: 1.5em;
    padding: 1px;
}

#ordersendadd select{
	width: 220px;
    height: 1.6em;
    padding: 1px;
}

/*その他情報
----------------------------------------------------------*/
#orderetc{
	margin: 5px;
	font-size: 1.1em;
}

table#orderetc {
	margin-left: 20px;
}

#orderetc th{
	padding: 3px;
    /* text-align: center;*/
    font-weight: bold;
}

#orderetc td{
	padding: 3px;
}

#orderetc input{
    padding: 1px;
}

/*オーダー一覧
----------------------------------------------------------*/
#buyerform th {
	/* text-align: left;*/
}

#message {
	width: 100%;
	height: 100px;
}

/*カード決済
----------------------------------------------------------*/
.card{
	margin: 5px;
	font-size: 1.1em;
}

table.card {
	margin-left: 20px;
}

.card th{
	padding: 3px;
    text-align: left;
    font-weight: bold;
}
.card tr{
	border-bottom: 1px solid #cccccc;
}
.card td{
	padding: 3px;
}

.card input{
    padding: 1px;
}


.trmark {
	width: 8px;
	height: 8px;
	display: block;
	cursor:pointer;
	float: left;
}
#navigation a {
	margin-left: 5px;
	margin-top: -10px;
}

/*購入履歴一覧
----------------------------------------------------------*/
#orderlist{
	margin: 5px;
	font-size: 1.4em;
}

table#orderlist {
	margin-left: 20px;
}

#orderlist th{
	padding: 3px;
}

#orderlist td{
	padding: 3px;
}


/*add by nanairo*/

/*add by nanairo*/

form#memberform[action="./um_register_conf.php"] .NcheckboxBlock ,
form#buyerform[action="./buyerinfoconf.php"] .NcheckboxBlock
{
    text-align: center;
    position: relative;
    top: -210px;
    margin-bottom: -160px;
}

form#memberform[action="./um_register_conf.php"] p.formmemberpb,
form#buyerform[action="./buyerinfoconf.php"] p.formmemberpb
{
    text-align: center;
    margin-top: 40px;
    position: relative;
    top: 0px;
}


form#memberform[action="./um_register_conf.php"] p.infobox ,
form#buyerform[action="./buyerinfoconf.php"] p.infobox
{
    height: 100px;
    overflow: scroll;
    border: gray 1px solid;
    display: block;
    width: 100%;
    margin: 5px auto 10px;
    text-align: left;
    padding: 5px;

}
form#buyerform[action="./buyerinfoconf.php"]>h6+table+script+br+h3+table#orderetc {
    margin-bottom: 140px;
}

form#memberform[action="./um_register_conf.php"]  h3+h6+table.formmember+h6+table.formmember{
    margin-bottom: 140px;
}
div#side {
    margin-top: 0px;
}
