/* Base style
----------------------------------------------------------- */
@import url("https://cdn.jsdelivr.net/normalize/3.0.3/normalize.min.css");
@import url("./default.css");
@import url("./module.css");
@import url("./layout.css");
@import url("./content.css");


/* Plugins style
----------------------------------------------------------- */
@import url("./jquery.bxslider.css");


/*****************************************************

    左コンテンツ #leftContents

*****************************************************/


/*****************************************************

    メインコンテンツ #rightContents

*****************************************************/
.rightContents{
    width:780px;
    margin-left:20px;
}
.rightContents .section{
    margin-bottom:30px;
}

/*----------------------------------------------------
    中央画面 #top
----------------------------------------------------*/
.r_left{
    float:left;
    width:520px;
}
.r_right{
    float:right;
    width:220px;
}
.titleMgn{
    margin-bottom:10px;
}
#r_shopIntro{
    margin-bottom:0;
}
/* 新着 */
#r_new .lims table{
    margin:10px auto;
    width:170px;
}
#r_new .lims table .woong td{
    text-align:left;
    font-weight:bold;
    padding-top:5px;
}
#r_new .lims table .woong td a{
    font-weight:normal;
}
#r_new .lims table .woong td img{
    margin-left:5px;
}
/* おすすめ */
#r_recommend .lims table{
    margin:10px;
    width:170px;
}
#r_recommend .lims table .woong td{
    text-align:left;
    font-weight:bold;
    padding-top:5px;
}
#r_recommend .lims table .woong td a{
    font-weight:normal;
}
#r_recommend .lims table .woong td img{
    margin-left:5px;
}
#r_recommend .lims table .woong td a b{
    font-weight:normal;
    font-size:11px;
}
/* ランキング */
#r_ranking .rankList{
    float:left;
    width:152px;
    position:relative;
}
#r_ranking em{
    display:block;
    text-indent:-9999em;
}
#r_ranking .rankImg{
    margin:5px auto;
}
#r_ranking #rank1 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon1.png) no-repeat center;
    width:31px;
    height:25px;
}
#r_ranking #rank2 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon2.png) no-repeat center;
    width:28px;
    height:22px;
}
#r_ranking #rank3 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon3.png) no-repeat center;
    width:28px;
    height:22px;
}
#r_ranking #rank4 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon4.png) no-repeat center;
    width:17px;
    height:17px;
}
#r_ranking #rank5 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon5.png) no-repeat center;
    width:17px;
    height:17px;
}
#r_ranking p{
    text-align:left;
}
#r_ranking .rankPrice{
    font-weight:bold;
}
/* レビュー */
#r_review #M_reviewView,
#r_review #M_reviewView table{
    width:100%;
    margin:0;
    text-align:left;
}
/* 最近チェックした商品 */
#r_recent #recent{
    margin-top:10px;
}
#r_recent #recent .itemBox,#r_recent #recent .itemBox table{
    width:130px;
}
#r_recent .name,#r_recent .price{
    text-align:left;
    margin:5px 5px 0;
}
#r_recent .price{
    font-weight:bold;
}
#r_recent #recent .line{
    width:0;
}
#r_recent #recent .line img{
    display:none;
}
/* お知らせ */
#top #r_news img{
    margin-bottom:10px;
}
#top #r_news td.woong{
    padding:2px 10px 2px 0;
    border-bottom:1px dotted #b2b2b2;
    text-align:left;
}
/*----------------------------------------------------
    商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu{
    text-align:left;
    background:#e6e6e6;
    border:1px solid #c9c9c9;
    line-height:20px;
    margin-bottom:10px;
}
.pankuzu a{
    padding:0 5px;
    font-size:11px;
    color:#333;
}
.pankuzu  font{
    color:#333;
    font-size:11px;
}
/*----------------------------------------------------
    商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */
#category h2{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/h2title.png) no-repeat center;
    line-height:60px;
    height:60px;
    padding-left:20px;
}

/* 検索結果と並び替え */
#r_resultInfo{
    font-size:11px;
    margin:0 auto 10px;
}
.total{
    float:left;
}
.listSort{
    floar:right;
    text-align:right;s
}
.listSort li{
    display:inline;
}

/* カテゴリーリスト */
#category .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#category .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#category .innerBox{
    margin:10px;
    text-align:center;
}
#category .name{
    margin-bottom:5px;
}
#category .imgWrap{
    text-align:center;
    margin-bottom:5px;
}
#category .price span{
    padding:0 2px;
}
#category .price{
    font-weight:bold;
    color:#333;
}
#category .consumerPrice{
    font-size:11px;
    color:#999;
    text-decoration:line-through;
}
#category .else{
    text-align:left;
}
#category .else li{
    float:none;
    width:auto;
    display:inline;
}
#category .M_lumpinput{
    text-align:right;
}
#category .content{
    border-top:1px dashed #b2b2b2;
    padding:10px 0;
    margin:10px auto;
    border-bottom:1px dashed #b2b2b2;
    font-size:11px;
}
#category .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px 0;
    text-align:left;
}
#category .btnWrap img{
    margin-left:5px;
}
#category .btnWrap .soldout{
    text-align:center;
    color:#cc0000;
}

/*----------------------------------------------------
    商品詳細 #detail
----------------------------------------------------*/
#itemLink{
    margin-bottom:30px;
    font-size:11px;
}
.item_prev{
    float:left;
    background:url(/images/original_design_default/samplesource/3/listIconL.png) no-repeat left;
    padding-left:14px;
}
.item_next{
    float:right;
    background:url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat right;
    padding-right:14px;
}
#itemImg{
    float:left;
    width:300px;
}
#itemInfo{
    float:right;
    width:440px;
}
/* [INFO]タグ */
#detailInfo table{
    width:100%;
    margin-bottom:10px;
}
#detailInfo table td{
    height:auto;
    text-align:left;
}
#itemInfo #detailInfo table font{
    color:#cc0000;
}
#detailInfo table input{
    margin-right:5px;
}
#detailInfo table img{
    vertical-align:auto;/* IE対策 */
}
#detailInfo #M_usualValue td{
    font-size:16px;
    padding:10px 0;
}
#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
    border:none;
    width:auto;
    font-weight:bold;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue{
    font-size:15px;
    font-weight:bold;
}
#detailInfo #M_taxview{
    width:auto;
}
/* 拡大画像ボタン */
#viewButton{
    text-align:right;
}
/* 商品名 */
#detail h2{
    margin-bottom:20px;
    font-size:15px;
}
/* 商品詳細 */
#detail .detailTxt{
    border-top:1px dotted #b2b2b2;
    border-bottom:1px dotted #b2b2b2;
    padding:10px 0;
    margin-bottom:20px;
}
/* オプション表 */
#wrapper #detail .stockList input{
    border:0;
}
#wrapper #detail .stockList td{
    text-align:center;  
}
/* メールリンク */
#r_contact{
    margin:10px 0 10px -5px ;
}
#r_contact li{
    float:left;
    margin-left:5px;
}
/* SNS */
#r_sns{
    margin-top:10px;
}
#r_sns li{
    float:left;
}
/* カートにいれるボタン */
#basketBtn{
    background:#e6e6e6;
    padding:10px;
    margin-top:10px;
}
#basketBtnz{
    margin-top: 30px;
    margin-bottom: 45px;
}
#basketBtn .soldout{
    text-align:center;
    color:#cc0000;
}
/* 追加商品説明文 */
#r_detailExt{
    margin-bottom:0;
}
/* 追加商品画像 */
#r_addImg{
    margin-bottom:0;
}
#r_addImg li{
    float:left;
    width:33%;
    text-align:center;
    padding-bottom:30px;
    line-height:1.4;
}
#r_addImg li .inner{
    margin:0 10px;
}
#r_addImg .addImg a{
    border:1px solid #b2b2b2;
    padding:5px;
    display:block;
}
#r_addImg li p{
    width:100%;
    margin:10px 5px 0;
}
/* レビュー */
#detail #r_review{
    margin-bottom:40px;
}
#detail #r_review td{
    text-align:left;    
}
#detail #r_review .imgLi input{
    border:none;
}
#detail #m_reviewView td{
    text-align:center;  
}
/* 商品グループ */
#r_group{
    border-top: 1px dashed #B2B2B2;
    padding-top: 20px;
}
#r_group h3{
    font-weight:bold;
    background:url(/images/original_design_default/samplesource/3/titleIcon.png) no-repeat left;
    padding-left:20px;
}
#r_group #M_group{
    width:100%;
    margin:16px auto;
    border-collapse:collapse;
}
#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
    width: 170px;
}
#r_group #M_group .itemBox{
    vertical-align:top;
}
#r_group #M_group .name, #r_group #M_group .spe,#r_group #M_group .price {
    margin: 5px 5px 0;
    text-align: left;
}
#r_group #M_group .itemImg{
    text-align:center;
}
#r_group #M_group .line {
    width: 10px;
}
#r_group #M_group .line img {
    display: none;
}
#r_group #M_group .price {
    font-weight: bold;
}
/* 最近チェックした商品 */
#detail #r_recent{
    border-top:1px dashed #b2b2b2;
    padding-top:20px;
}
#detail #recent .itemBox,#detail #recent .itemBox table{
    width:190px;
}
/*----------------------------------------------------
    ログインフォーム関係 .loginForm
----------------------------------------------------*/
.loginForm{
    margin-top:20px;
}
.loginForm h3{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/h3title.png) no-repeat left;
    padding-left:20px;
}
.loginForm .section{
    text-align:center;
}
.btnWrap{
    margin-top:20px;
    text-align:center;
}
.loginForm .leadTxt{
    margin-bottom:30px;
}
.loginForm .lostpass{
    text-align:center;
    font-size:11px;
    margin-top:5px;
}
.loginForm .formTable{
    margin:20px auto 0;
    width:400px;
}
.formTable th,
.formTable td{
    border:1px solid #b2b2b2;
    padding:6px 8px;
}
.formTable th{
    background:#eee;
    width:120px;
}
.M_nameList input,#r_review input,#r_review textarea{
    padding:2px;
    border:1px solid #b2b2b2;
}
.loginForm .formTable input{
    width:200px !important  ;
}

/*----------------------------------------------------
    会員ログイン #memberlogin
----------------------------------------------------*/
#memberLogin .btnWrap{
    overflow:hidden;
    _zoom:1;
}
#memberLogin .btnWrap div{
    float:left;
    width:360px;
    padding-bottom:20px;
}
#memberLogin .btnWrap #newMember{
    border-right:1px dotted #b2b2b2;
}
#memberLogin .btnWrap p{
    margin:20px;
}
/*----------------------------------------------------
    注文履歴ログイン #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    パスワード紛失 #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    約款 #contract
----------------------------------------------------*/
#contractBox{
    width:700px;
    height:280px;
    overflow:auto;
    border:1px solid #b2b2b2;
    padding:10px;
    text-align:left;
    margin-top:20px;
}
/*----------------------------------------------------
    会員登録修正フォーム #member
----------------------------------------------------*/
#memberForm #M_entryForm{
    margin:30px 10px 20px;
    width:740px;
    border-top:1px solid #b2b2b2;
    border-left:1px solid #b2b2b2;
}
* html #memberForm #M_entryForm{
    position:relative;
}
#memberForm #M_entryForm th,
#memberForm #M_entryForm td{
    border-bottom:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    padding:8px;
}
* html #memberForm #M_entryForm th,
* html #memberForm #M_entryForm td{
    position:relative;
}
#memberForm #M_entryForm th{
    background:#eee;
    width:160px;
}
#memberForm .M_txt{
    font-size:11px;
    margin-left:10px;
}
#memberForm #mailreceiveN,
#memberForm #sex1{
    margin-left:10px;
}
#memberForm .M_ex,
#memberForm .M_info{
    font-size:11px;
    color:#666;
}
#memberForm .M_post{
    display:block;
    width:96px;
    height:22px;
    background:url(/images/original_design_default/samplesource/3/r_postBtn.png) no-repeat;
    float:left;
    text-indent:-9999em;
    overflow:hidden;
    _zoom:1;
}
#memberForm #mailreceiveY,
#memberForm #mailreceiveN,
#memberForm #sex0,
#memberForm #sex1{
    border:none;
}
#M_changepw #M_changepwTable th{
    background:#615D5C;
}

/* 退会する */
#r_leave img{
    display:none;
}
#r_leave a{
    display:block;
    width:81px;
    height:22px;
    margin-top:5px;
    background:url(/images/original_design_default/samplesource/3/memberjoin_escape.png) no-repeat 0 0;
}
#r_leave a:hover{
    background-position:0 -22px
}

/*----------------------------------------------------
    ポイント #point
----------------------------------------------------*/
#r_pointData{
    border:1px solid #b2b2b2;
    background:#eee;
    padding:10px;
    margin:20px 60px 30px;
}
#r_pointData p{
    text-align:center;
}
#r_pointData strong{
    font-size:15px;
    font-weight:bold;
    color:#cc0000;
}
#r_pointList table{
    border-collapse:separate;
    width:400px;
    margin:0 180px;
    border-spacing:0;
}
#r_pointList td{
    border:1px solid #b2b2b2;
    padding:8px;
    text-align:center;
}
#r_pointList td font{
    font-size:13px;
}
/*----------------------------------------------------
    商品検索 #search
----------------------------------------------------*/
#r_searchName{
    margin:20px 0 20px;
}
#r_searchName font{
    color:#333;
    font-weight:bold;
}
#r_searchInput{
    background:#dedede;
    padding:10px;
}
#r_searchInput table{
    width:740px;
    background:#fff;
}
#r_searchInput .btnWrap{
    margin-top:10px;
}
#r_searchInput th,#r_searchInput td{
    border:1px solid #b2b2b2;
    padding:6px 8px;
    text-align:left;
}
#r_searchInput th{
    background:#eee;
}
#r_searchInput #searchPrice input{
    width:60px; 
}
#r_searchList table,
#r_pager table{
    width:100%;
}
.searchResult{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/searchIcon.png) no-repeat left;
    padding-left:20px;
}
#r_searchList .innerList{
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#r_searchList .innerList li{
    width:25%;
    display:inline-block;
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#r_searchList .innerBox{
    margin:10px;
}
#r_searchList .name{
    margin-bottom:5px;
}
#r_searchList .imgWrap{
    text-align:center;
}
#r_searchList .price{
    font-weight:bold;
    color:#333;
}
#r_searchList .else{
    text-align:left;
}
#r_searchList .else li{
    float:none;
    width:auto;
    display:inline;
}
#r_searchList .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px;
    text-align:center;
}
#r_searchList .soldout{
    text-align:center;
    color:#cc0000;
}


/*----------------------------------------------------
    買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
    margin-bottom:60px;
}
#basketTable{
    width:100%;
    margin-top:30px;
}
#basketTable th,#basketTable td{
    text-align:center;
    border-bottom:1px solid #b2b2b2;
    padding:6px;
}
#basketTable th{
    border-top:2px solid #b2b2b2;
    border-bottom:1px dashed #b2b2b2;
    white-space:nowrap;
}
#basketTable .basketNum{
    width:30px;
    padding:0;
}
#basketTable .basketImg{
    width:56px;
}
#basketTable .basketName{
    width:400px;
    text-align:left;
}
.quantityWrap{
    display:table;  
}
.quantityInput,.basketQunantity,.quantityAmend{
    display:table-cell;
    vertical-align:middle;
    padding:0 2px;
}
#basketTable .basketQuantity td{
    border:none;
    padding:0;
}
#basketTable .basketPoint{
    width:70px;
}
#basketTable .basketPrice{
    width:70px;
}
#basketTable .basketOption{
    text-align:left;
    margin-top:4px;
}
#basketTable .basketHaisou{
    padding:0;
}
#basketTable .carriageWrap{
    margin:4px 0;
}
#basketTable .basketHaisou p{
    text-align:right;
}
#basketTable .basketHaisou .carriageMsg1{
    color:#cc0000;
}
#basketTable .basketHaisou .carriageMsg2{
    font-size:11px;
}
#basketTable .basketBtns{
    width:80px;
}
#basketTable .basketBtns img{
    margin-bottom:2px;
}
#basketTable .basketTotal{
    text-align:right;
    background:#ebebeb;
    border-top:3px solid #b2b2b2;
}
#basketTable .basketTotal em{
    font-weight:bold;
    font-size:15px;
    color:#cc0000;
}
#basketTable .basketEmpty p{
    text-align:center;
    margin:10px auto;
}
#r_basket .btnWrap .btnBack{
    float:left;
    padding-top:5px;
    margin-left:10px;
}
#r_basket .btnWrap .btnOrder{
    float:right;
    margin-right:10px;
}

/* お気に入りリスト */
#wishTable{
    width:100%;
}
#wishTable th,#wishTable td{
    text-align:center;
    border-bottom:1px solid #b2b2b2;
    padding:6px;
}
#wishTable th{
    border-top:2px solid #b2b2b2;
    border-bottom:1px dashed #b2b2b2;
}
#wishTable .wishName{
    text-align:left;
    width:240px;
}
#wishTable .wishQuantity input{
    margin-right:4px;
}
/*----------------------------------------------------
    お知らせ #news
----------------------------------------------------*/
#r_news{
    margin-top:30px;
}
#r_news #newsHead{
    text-align:left;
    border-bottom:2px solid #b2b2b2;
    padding:4px 0;
    font-size:15px;
}
#r_news #newsHead span{
    margin-right:10px;
    font-size:11px;
    color:#999;
}
#r_news #newsContents{
    text-align:left;
    padding:40px 20px;
    border-bottom:1px dashed #b2b2b2;
    margin-bottom:20px;
}
#r_news #newsAccess{
    text-align:right;
    font-size:11px;
    color:#999;
    margin-top:20px;
}
#r_news #newsNext{
    text-align:right;
    font-size:11px;
    margin-bottom:10px;
}
#r_news #newsList{
    margin-bottom:20px;
}
#r_news #newsList .line{
    background:#fff;
}
#r_news #newsList .lims{
    border-bottom:1px dashed #b2b2b2;
}
#r_news #newsListBtn{
    text-align:center;
}

/* ご利用ガイド */
#makebanner #guideMain{
    margin:0 70px;
}

/*----------------------------------------------------
    カタログ #catalog
----------------------------------------------------*/
#catalog .ctlg_text{
    margin-top:24px;
}
#r_catalog .catalogCart{
    text-align:right;
    margin:8px 0;
}

/*****************************************************

    フッタ #footer

*****************************************************/
#f_nav{
    overflow:hidden;
    _zoom:1;
    float:left;
}
#f_nav li{
    display:inline;
    padding:0 1em 0 8px;
    background:url(/images/original_design_default/samplesource/3/footerDot.png) no-repeat left;
}
#f_nav li a:link,#f_nav li a:visited,#f_nav li a:active{
    text-decoration:none;
    color:#333;
}
#f_nav li a:hover{
    text-decoration:underline;
    color:#666;
}
#f_info{
    float:right;
    width:400px;
    text-align:right;
    color:#666;
}
#f_info a{
    color:#666;
}

/*****************************************************

    追加css

*****************************************************/
.maintext02 {
    font-size: 14px;
    line-height: 1.4em;
    color: #666;
    text-align: left;
}
.maintext03red {
    font-size: 16px;
    line-height: 1.6em;
    color: #F00;
    text-align: left;
    font-weight: bold;
}
.maintext03 {
    font-size: 16px;
    line-height: 1.4em;
    color: #666;
    text-align: left;
    vertical-align: top;
}
.maintext04 {
    font-size: 18px;
    line-height: 1.8em;
    color: #666;
    text-align: left;
}
.maintext05 {
    font-size: 23px;
    line-height: 1.8em;
    color: #666;
    text-align: left;
    vertical-align: top;
}
.maintext06 {
    font-size: 16px;
    line-height: 1.4em;
    color: #666;
    text-align: left;
    padding-left: 25px;
    padding-bottom: 10px;
}
.maintext07 {
    font-size: 17px;
    line-height: 1.6em;
    color: #666;
    text-align: left;
    vertical-align: top;
}
.maintext08 {
    font-size: 16px;
    line-height: 1.4em;
    color: #666;
    text-align: left;
    padding-left: 25px;
    vertical-align: top;
}
.maintext09 {
    font-size: 16px;
    line-height: 1.4em;
    color: #666;
    text-align: left;
    vertical-align: top;
}
.pink01 {
    font-size: 18px;
    line-height: 1.8em;
    color: #ff6390;
    text-align: left;
    font-weight: bold;
}
.pink02 {
    font-size: 35px;
    line-height: 1.3em;
    color: #ff6390;
    text-align: left;
    font-weight: bold;
}
.brau01 {
    font-size: 30px;
    line-height: 1.3em;
    color: #53301C;
    text-align: left;
    font-weight: bold;
}
.braured {
    font-size: 30px;
    line-height: 1.3em;
    color: #FF0000;
    text-align: left;
    font-weight: bold;
}
h1 {
    font-size: 28px;
    font-weight: bold;
    color: #2894D7;
    float: left;
    line-height: 1.3em;
}
h4 {
    font-size: 15px;
    font-weight: bold;
    color: #666;
}
h6 {
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
h5 {
    font-size: 30px;
    font-weight: bold;
    color: #2894D7;
    background-image: url(http://gigaplus.makeshop.jp/kubotagou/center/ah_center_01.jpg);
    background-repeat: no-repeat;
    width: 720px;
    float: left;
    padding-left: 60px;
    height: 61px;
    line-height: 2.3em;
}
table.maintable01 {
    width: 780px;
    border-spacing: 0px;
    background-image: url(http://gigaplus.makeshop.jp/kubotagou/center/ah_center_02.jpg);
    background-repeat: no-repeat;
    height: 445px;
    margin-top: 8px;
}
table.maintable01 tr td {
    text-align: left;
    padding: 35px;
    vertical-align: top;
}
table.maintable02 {
    width: 780px;
    border-spacing: 0px;
    background-image: url(http://gigaplus.makeshop.jp/kubotagou/center/ah_center_07191751.jpg);
    background-repeat: no-repeat;
    height: 445px;
    margin-top: 8px;
}
table.maintable02 tr td {
    text-align: left;
    padding: 35px;
    vertical-align: top;
}
table.maintable03 {
    width: 780px;
    border-spacing: 0px;
    background-image: url(http://gigaplus.makeshop.jp/kubotagou/center/ah_center_04.jpg);
    background-repeat: no-repeat;
    height: 453px;
    margin-top: 8px;
}
table.maintable03 tr td {
    text-align: left;
    padding: 35px;
    vertical-align: top;
}
table.maintable04 {
    width: 780px;
    border-spacing: 0px;
    background-image: url(http://gigaplus.makeshop.jp/kubotagou/center/ah_center_13.jpg);
    background-repeat: no-repeat;
    height: 445px;
    margin-top: 8px;
}
table.maintable04 tr td {
    text-align: left;
    padding: 35px;
    vertical-align: top;
}
table.maintable05 {
    width: 780px;
    border-spacing: 0px;
    background-image: url(http://gigaplus.makeshop.jp/kubotagou/center/ah_center_07191728.jpg);
    background-repeat: no-repeat;
    height: 445px;
    margin-top: 8px;
}
table.maintable05 tr td {
    text-align: left;
    padding: 35px;
    vertical-align: top;
}
.title01 {
    font-size: 29px;
    line-height: 1em;
    color: #666;
    text-align: left;
}
.title02 {
    font-size: 45px;
    line-height: 1.2em;
    color: #666;
    text-align: left;
}
.title03 {
    font-size: 25px;
    line-height: 1.4em;
    color: #666;
    text-align: left;
    font-weight: bold;
    margin-top: 8px;
}
.title04 {
    font-size: 27px;
    line-height: 1.4em;
    color: #000;
    text-align: left;
    font-weight: normal;
    padding-top: 12px;
    padding-bottom: 12px;
}
.title05 {
    font-size: 25px;
    color: #666;
    text-align: left;
    font-weight: bold;
    margin-top: 8px;
    padding-top: 15px;
    padding-bottom: 1px;
    vertical-align: top;
}
.list01 {
    font-size: 20px;
    line-height: 1.2em;
    color: #666;
    text-align: left;
    font-weight: bold;
}
.price01 {
    font-size: 35px;
    line-height: 1.2em;
    color: #F00;
    text-align: left;
    font-weight: bold;
}
.price02 {
    font-size: 23px;
    line-height: 1.2em;
    color: #F00;
    text-align: left;
    font-weight: bold;
}
.list02 {
    font-size: 12px;
    line-height: 1.2em;
    color: #666;
    text-align: left;
}
.red12 {
    font-size: 12px;
    line-height: 1.2em;
    color: #F00;
    text-align: left;
}
table.infotable01 {
    width: 780px;
    border-spacing: 0px;
    background-image: url(http://gigaplus.makeshop.jp/kubotagou/center/ah_center_11.jpg);
    background-repeat: no-repeat;
    height: 211px;
    margin-top: 25px;
    margin-bottom: 25px;
}
table.infotable01 tr td {
    text-align: left;
    padding: 20px;
    vertical-align: top;
}
.footer01 {
    font-size: 12px;
    line-height: 2em;
    color: #FFF;
    text-align: center;
    font-weight: normal;
}
.footer02 {
    font-size: 16px;
    line-height: 1.5em;
    color: #FFF;
    text-align: center;
    font-weight: normal;
}
.footer03 {
    font-size: 14px;
    line-height: 2.2em;
    color: #FFF;
    text-align: left;
    font-weight: normal;
}
table.centable001 {
    width: 780px;
    border-spacing: 0px;
    background-image: url(http://gigaplus.makeshop.jp/kubotagou/center/cen_001.jpg);
    background-repeat: no-repeat;
    height: 780px;
    margin-top: 8px;
}
table.centable001 tr td {
    text-align: left;
    padding: 35px;
    vertical-align: top;
}
table.centable002 {
    width: 780px;
    border-spacing: 0px;
    background-image: url(http://gigaplus.makeshop.jp/kubotagou/center/cen_002.jpg);
    background-repeat: no-repeat;
    height: 481px;
    margin-top: 8px;
}
table.centable002 tr td {
    text-align: left;
    padding: 35px;
    vertical-align: top;
}
table.centable003 {
    width: 780px;
    border-spacing: 0px;
    background-image: url(http://gigaplus.makeshop.jp/kubotagou/center/cen_003.jpg);
    background-repeat: no-repeat;
    height: 365px;
    margin-top: 8px;
}
table.centable003 tr td {
    text-align: left;
    padding: 35px;
    vertical-align: top;
}
table.centable004 {
    width: 780px;
    border-spacing: 0px;
    background-image: url(http://gigaplus.makeshop.jp/kubotagou/center/0720center01.jpg);
    background-repeat: no-repeat;
    height: 346px;
    margin-top: 8px;
}
table.centable004 tr td {
    text-align: left;
    padding: 10px;
    vertical-align: top;
}
.betatitle {
    background-color: #ff6390;
    border: 3px double #ff9dbd;
    color: #FFF;
    font-size: 22px;
    text-align: left;
    padding-top: 0.35em;
    padding-right: 0.75em;
    padding-bottom: 0.2em;
    padding-left: 0.75em;
    font-weight: bold;
    width: 780px;
}
.betatitlegr {
    background-color: #8FC300;
    border: 3px double #A5CF32;
    color: #FFF;
    font-size: 22px;
    text-align: left;
    padding-top: 0.35em;
    padding-right: 0.75em;
    padding-bottom: 0.2em;
    padding-left: 0.75em;
    font-weight: bold;
    width: 780px;
}
.betatitle02 {
    background-color: #666666;
    border: 3px double #333333;
    color: #FFF;
    font-size: 22px;
    text-align: left;
    padding-top: 0.35em;
    padding-right: 0.75em;
    padding-bottom: 0.2em;
    padding-left: 0.75em;
    font-weight: bold;
    width: 780px;
}
.betatitle03 {
    background-color: #ff6390;
    border: 3px double #ff9dbd;
    color: #FFF;
    font-size: 18px;
    text-align: left;
    padding-top: 0.35em;
    padding-right: 0.75em;
    padding-bottom: 0.2em;
    padding-left: 0.75em;
    width: 780px;
}
.dottitle {
    color: #009d00;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom-width: 2px;
    border-left-width: 8px;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-bottom-color: #ff6390;
    border-left-color: #ff6390;
    font-size: 22px;
    font-weight: normal;
}
.dottitleblog {
    color: #333333;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #ff6390;
    font-size: 22px;
    font-weight: normal;
    margin-left: 15px;
    padding: 0px;
    text-align: left;
}
.dottitleglay {
    color: #666666;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom-width: 2px;
    border-left-width: 8px;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-bottom-color: #666666;
    border-left-color: #666666;
    font-size: 22px;
    font-weight: normal;
}
.dottitleblue {
    color: #0066CC;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom-width: 2px;
    border-left-width: 8px;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-bottom-color: #ff6390;
    border-left-color: #ff6390;
    font-size: 22px;
    font-weight: normal;
}
table.nagaretable {
    width: 780px;
    margin-bottom: 15px;
    margin-top: 8px;
}
table.nagaretable tr td {
    font-size: 26px;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    padding-left: 85px;
}
table.yelotable {
    width: 780px;
    margin-top: 10px;
    background-color: #fff286;
    padding: 0px;
}
table.yelotable tr td {
    text-align: left;
    padding: 15px;
    vertical-align: top;
}
table.bajutable {
    width: 780px;
    margin-top: 10px;
    background-color: #F6F1D6;
    padding: 0px;
}
table.bajutable tr td {
    text-align: left;
    padding: 15px;
    vertical-align: top;
}
.cuttext01 {
    font-size: 21px;
    line-height: 1.5em;
    color: #036EB8;
    text-align: left;
    font-weight: bold;
}
.koutei {
    font-size: 26px;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    padding-left: 85px;
}
table.company {
    width: 780px;
    border-spacing:0px;
    margin: 0px;
    padding: 0px;
}
table.company tr td {
    text-align: left;
    font-size: 13px;
    line-height: 1.4em;
    color: #666;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 13px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}
table.company tr th {
    background: #E6E6E6;
    text-align: left;
    font-size: 13px;
    line-height: 1.4em;
    color: #666;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 13px;
    width: 154px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    vertical-align: top;
}
table.blogtable {
    width: 780px;
}
table.blogtable tr td {
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    line-height: 2em;
    color: #333;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 50px;
    padding-left: 16px;
}
table.blogtable02 {
    width: 780px;
}
table.blogtable02 tr td {
    text-align: left;
    vertical-align: top;
    padding-top: 16px;
    padding-left: 16px;
}
#M_usualValue td { font-size: 16px !important; color:#ff0000;}


#leftboxx{
    width: 200px;
    float: left;
}
#centerboxx{
    width: 780px;
    height: auto;
    float: right;
}
#middleboxx {
    width: 1000px;
}


#leftbooo{
    width: 200px;
    float: left;
}
#centerbooo{
    width: 780px;
    height: auto;
    float: right;
}
#middlebooo {
    width: 1000px;
}

.textleftall {
    text-align: left;
}
#footerboxx {
    width: 100%;
    height: 492px;
    background: url(http://gigaplus.makeshop.jp/kubotagou/footer/ah_footer_02.jpg) repeat-x bottom;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    padding-top: 20px;
}
.footer03:hover{
    color: #FFF100;
}
table.rev780 {
    width: 780px;
    margin: 0px;
    padding: 0px;
}
table.rev780 tr td {
    text-align: left;
    font-size: 17px;
    line-height: 1.6em;
    color: #666;
    padding-left: 30px;
}
.revpink {
    font-size: 27px;
    line-height: 1.8em;
    color: #ff6390;
    text-align: left;
    font-weight: bold;
}
.revble {
    font-size: 16px;
    line-height: 1.3em;
    color: #06F;
    text-align: left;
}
.revdot {
    color: #ff6390;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom-width: 2px;
    border-left-width: 8px;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-bottom-color: #ff6390;
    border-left-color: #ff6390;
    font-size: 22px;
    font-weight: bold;
}
.revtext01 {
    font-size: 16px;
    line-height: 1.6em;
    color: #666;
    text-align: left;
    vertical-align: top;
}
.revdotglay {
    color: #666666;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 10px;
    border-bottom-width: 2px;
    border-left-width: 10px;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-bottom-color: #666666;
    border-left-color: #666666;
    font-size: 22px;
    font-weight: normal;
    line-height: 0.6em;
}
table.qes {
    width: 780px;
    margin: 0px;
    padding: 0px;
}
table.qes tr td {
    text-align: left;
    font-size: 12px;
    line-height: 28px;
}
.ygdtext03 {
    font-size: 13px;
    line-height: 18px;
    color: #333;
}
.ygdtext05 {
    font-size: 16px;
    line-height: 20px;
    color: #2894D7;
    font-weight: bold;
}
#ailog .M_loginBtn{
    display:block;
    width:95px;
    height:17px;
    background:url(http://gigaplus.makeshop.jp/kubotagou/header/log01_in.jpg) no-repeat 0 0;
    text-indent:-9999em;
    text-align:left;
    float:right;
    overflow:hidden;
}
#ailog .M_logoutBtn{
    display:block;
    width:95px;
    height:17px;
    background:url(http://gigaplus.makeshop.jp/kubotagou/header/log01_out.jpg) no-repeat 0 0;
    text-indent:-9999em;
    text-align:left;
    float:right;
    overflow:hidden;
}
#ailog .M_loginBtn:hover,
#ailog .M_logoutBtn:hover{
    background-position:0 -17px;
}
#ailog .M_helloMsg{
    float:left;
    font-size:11px;
padding-left:18px;
    line-height:17px;
}

.amazonButtonWrap {
    margin-top: 10px;/*←ボタンの上に少し隙間を空けます*/
    margin-bottom: 10px;/*←ボタンの下に少し隙間を空けます*/
}
.amazonButton{
	width:205px;/*←購入手続きへ進む画像のサイズにボタン幅を合わせます*/
}