/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/

html {
  overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
p {
  text-align: left;
}

h1,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  text-align: left;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
}

.line {
  font-size: 1px;
  line-height: 1px;
}


/*--- default */

body {
  background: #fff;
  color: #333;
  */font-size: 13px;
  */ font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  text-align: center;
  border-top: 5px solid #4d4d4d;
  min-width: 1200px;
}

body td,
body th {
  font-size: 13px;
}

table {
  border-collapse: collapse;
}


/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/

#wrap {
  width: 100%;
  height: 100%;
}

#wrapper,
#makebanner {
  min-width: 1200px;
}

/*#topImage img {
  margin-left: 0;
  width: 900px;
}*/

#bx-wrapper {
  position: relative;
}

/*#topImage {
  position: relative;
  margin-bottom: 100px;
  min-width:900px;
}

#slider-footer {
  position: absolute;
  width: 900px;
  height: 80px;
  background-color: #666;
  bottom: -80px;
  border: hidden;
}

.slider-footer-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-footer-message {
  position: absolute;
  top: 10px;
  left: 5px;
  color: #FFF;
  font-size: 18px;
}

.slider-footer-images {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 200px;
  height: 100px
}

.slider-footer-img {
  display: inline-block;
  width: 50px !important;
  hegiht: 50px !important;
  background-color: #FFF;
}

.bx-wrapper .bx-pager {
  display: none;
}*/


/*スライド画像縦幅変更*/


/*
.bx-wrapper .bx-viewport {
    height: 284px !important;
}
*/

#wrapper {
  margin-top: 30px;
}

/*a:link {
  color: #1049A0;
  text-decoration: underline;
}

a:visited {
  color: #1049A0;
  text-decoration: underline;
}

a:hover {
  color: #345ECB;
  text-decoration: none;
}

a:active {
  color: #1049A0;
  text-decoration: underline;
}*/

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clear {
  zoom: 1;
}


/* IE6 */

*:first-child+html .clear {
  zoom: 1;
}


/* IE7 */

a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}


/*****************************************************

    ヘッダ #header

*****************************************************/

#headerWrap {
  width: 100%;
  background: #fff url(/images/original_design_default/samplesource/3/body_bg.png) repeat-x bottom;
  padding-bottom: 15px;
}

#header {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

/*#tel {
  float: left;
  font-size: 10px;
  margin-top: 55px;
  margin-left: 40px;
}*/

#head {
  margin-bottom: 10px;
  min-height: 75px;
  height: auto !important;
  height: 75px;
}

/*#h_logo {
  float: left;
  width: 360px;
  text-align: left;
  display: inline;
}

#h_right {
  float: right;
  width: 600px;
}

.header_login {
  display: inline-block;
  vertical-align: bottom;
}

.mail-bar{
  width:150px;
  height:30px;
  position:absolute;
  top:38px;
  right:40px;
  background: url("//gigaplus.makeshop.jp/priroll/images/contact_on.gif") no-repeat;
  background-size:150px 30px;
}


.mail-bar a{
  display: inline-block;
}

.mail-bar a:hover img{
  visibility: hidden;
}


.mail-bar img{
  width:150px;
}*/


/* サブナビゲーション */

/*#subNav {
  position: absolute;
  top: 5px;
  right: 0;
  text-align: right;
  height: 14px;
}

#subNav img {
  vertical-align: top;
}

#subNav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 4px;
  vertical-align: top;
}

#subNav .M_loginBtn {
  display: block;
  width: 55px;
  height: 14px;
  background: url(/images/original_design_default/samplesource/3/hNav01.png) no-repeat 0 0;
  text-indent: -9999em;
  text-align: left;
  overflow: hidden;
}

#subNav .M_logoutBtn {
  display: block;
  width: 67px;
  height: 14px;
  background: url(/images/original_design_default/samplesource/3/hNav01_out.png) no-repeat 0 0;
  text-indent: -9999em;
  text-align: left;
  float: left;
  overflow: hidden;
}

#subNav .M_loginBtn:hover,
#subNav .M_logoutBtn:hover {
  background-position: 0 -14px;
}

#subNav .M_helloMsg {
  float: left;
  font-size: 11px;
  margin-right: 5px;
  line-height: 14px;
}

#header-mini {
  position: absolute;
  top: 80px;
  right: 40px;
}

.M_section{
  margin-left:57px;
}*/

/* グローバルナビゲーション */

/*#gNav {
  min-width: 1274px;
  height: 50px;
  font-size: 14px;
   background: #ffdbbb;
}

#gNav li {
  float: left;
  width: calc(100% / 8);
  background: #ffdbbb;
}

#gNav li:hover{
  background-color:#FFFFFF;
}


#gNav li a {
  line-height: 50px;
  height: 50px;
  color: #000000;
  text-decoration: none;
}

#gNav li a:hover{
  color:#FFDBBB;
}
*/

/*****************************************************

    左コンテンツ #leftContents

*****************************************************/

#leftContents {
  width: 250px;
  /*margin-left: 20px;*/
}

#leftContents .section {
  margin-bottom: 10px;
}

#l_search h2 {
  margin-left: 18px;
  margin-bottom: -8px;
  font-size: 17px;
  text-align:left;
}

#category-head {
  font-size: 16px;
  text-align: left;
  margin-left: 20px;
}

.title-link{
  text-decoration:none !important;
  color:#333 !important;
}

.title-head{
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 2px;
}

.title-head:hover{
  background-color:#E9E7E8;
}

#line-bar1 {
  width: 222px;
  height: 25px;
  /*background-color: #fff2e6;*/
  margin-top: 5px;
  margin-left: 13px;
}

#line-bar1 p {
  vertical-align: middle;
  line-height: 28px;
  margin-left: 10px;
}

#line-bar2 {
  width: 222px;
  height: 25px;
  /*background-color: #ffdbbb;*/
  margin-top: 5px;
  margin-left: 13px;
}

#line-bar2 p {
  vertical-align: middle;
  line-height: 28px;
  margin-left: 10px;
}

/*#leftContents .inner {
  border: 1px solid #000000;
  border-top: none;
  border-left: none;
  border-right: none;
}*/

.inner {
  margin-top: 13px;
  display: inline-block;
}

/*.inner li {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 25px;
}*/

.inner a {
  text-decoration: none;
  color: #000000;
}

.side-inner {
  width: 222px;
}

.inner-title {
  border-bottom: none !important;
}

/*#facebook {
  margin-left: 35px;
}*/


/* 検索input */

/*.inputWrap {
  margin-bottom: 20px;
}*/

.inputWrap img {
  float: left;
  height: 29px;
  margin-left: 5px;
}

/*.search_input {
  width: 180px;
  float: left;
  height: 27px;
  border: 1px solid #b2b2b2;
}*/


/* カテゴリーメニュー */

#l_category td {
  text-align: left;
}


/* 会員メニュー */

#l_member ul {
  text-align: right;
  margin-bottom: 5px;
}

#l_member li {
  display: inline;
  font-size: 11px;
  background: url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat left;
  padding-left: 12px;
  margin-left: 2px;
}

#l_member li a {
  color: #333;
}


/* カレンダー */

#l_calendar table {
  margin-bottom: 5px;
  border-collapse: separate;
  border-spacing: 1px;
}


/* 中央揃え */

#l_owner,
#l_banner {
  text-align: center;
}

#l_owner table,
#l_banner table {
  margin: 0 auto;
}


/* 投票 */

#l_poll img {
  margin: 0 2px;
}

#l_poll b {
  color: #333;
}

#l_poll input {
  margin-right: 5px;
}

#l_poll td {
  text-align: left;
}

#l_poll a img {
  display: none;
}

#l_poll a {
  display: block;
  height: 21px;
  float: left;
  margin-right: 4px;
}

#l_poll a#poll_b01 {
  width: 58px;
  background: url(/images/original_design_default/samplesource/3/poll_b01.png) no-repeat 0 0;
  margin-left: 28px;
}

#l_poll a#poll_b02 {
  width: 69px;
  background: url(/images/original_design_default/samplesource/3/poll_b02.png) no-repeat 0 0;
}

#l_poll a#poll_b01:hover,
#l_poll a#poll_b02:hover {
  background-position: 0 -21px;
}


/* 掲示板 */

#l_board table {
  width: 100%;
}

#l_board td {
  text-align: left;
}


/* バナー */

#l_banner img {
  margin-bottom: 5px;
}


/*****************************************************

    メインコンテンツ #rightContents

*****************************************************/

.rightContents {
  max-width: 900px;
  margin-left: 20px;
}

.rightContents .section {
  margin-bottom: 30px;
}


/*----------------------------------------------------
    中央画面 #top
----------------------------------------------------*/

.r_left {
  float: left;
  width: 520px;
  margin-left:15px;
}

.r_right {
  float: right;
  width: 220px;
}

.titleMgn {
  margin-bottom: 10px;
}

#r_shopIntro {
  margin-bottom: 0;
}

#search_category {
  width: 900px;
}

#search_category ul {
  text-align: center;
  margin-left: -50px;
}

#search_category li {
  margin-top: 30px;
  margin-left: 50px;
  display: inline-block;
}

#ttl-search {
  width: 200px;
}

.top_banner_wrapper {
  width: 400px;
  display: inline-block;
  margin-left: 20px;
}

.top_banner {
  width: 400px;
}

.top_banner_text {
  margin-top: 10px;
}

.top_banner_link {
  margin-top:10px;
  text-decoration:none !important;
}

.fa-caret-right {
  font-size: 20px;
  color: #000;
  margin-right: 5px;
}

.top_banner_link span{
  font-size: 20px;
  color: #345ECB;
}

/* 新着 */

#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;
}

.pickup_img {
  width: 900px;
  margin-top: 40px;
}

.information_img {
  width: 900px;
}


/* ランキング */

/*#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;
}

.itemBox table {
    margin-right:50px;
}

/* お知らせ */

#top #r_news img {
  margin-bottom: 10px;
}

#top #r_news td.woong {
  font-size:15px;
  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;
  line-height: 60px;
  height: 60px;
  padding-left: 20px;
}

/* カテゴリー   background: url(/images/original_design_default/samplesource/3/h2title.png) no-repeat center; 取り除く20210823 */



/* 検索結果と並び替え */

#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 .detail {
  text-align: left;
}

#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 .matomegai {
  margin: 4px 0;
  display: inline-block;
}

#category .matomegai a {
  border: 1px solid #999;
  padding: 2px 5px;
  font-size: 11px;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #999;
  text-decoration: none;
}

#category .matomegai a:hover {
  background: #999;
  color: #fff;
}

#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;
}

.brandname{
  font-weight:bold;
  font-size:20px;
}

.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;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

#r_contact ul{
  display:grid !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

#r_contact li {
  text-align: left;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
}


/* SNS */

#r_sns {
  margin-top: 10px;
}

#r_sns ul{
  display:flex;
  margin-left:15px;
}

#r_sns li {
  float: left;
  margin-left:5px;
}


/* カートにいれるボタン */

#basketBtn {
  padding: 10px;
  margin-top: 10px;
  float:left;
}

#basketBtn .soldout {
  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;
}


/*----------------------------------------------------
    まとめ買い #matomegai
----------------------------------------------------*/


/* まとめ買いタイトル */

#matomegai 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;
}


/* カテゴリーリスト */

#matomegai .innerList {
  overflow: hidden;
  _zoom: 1;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: left;
}

#matomegai .innerList li {
  vertical-align: top;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  width: 25%;
  /* 商品数が4つなので100%÷4=25% */
  display: inline-block;
  /display: inline;
  /* IE用ハック */
  /zoom: 1;
  /* IE用ハック */
}

#matomegai .innerBox {
  margin: 10px;
  text-align: center;
}

#matomegai .detail {
  text-align: left;
}

#matomegai .name {
  margin-bottom: 5px;
}

#matomegai .imgWrap {
  text-align: center;
  margin-bottom: 5px;
}

#matomegai .price span {
  padding: 0 2px;
}

#matomegai .price {
  font-weight: bold;
  color: #333;
}

#matomegai .consumerPrice {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
}

#matomegai .else {
  text-align: left;
}

#matomegai .else li {
  float: none;
  width: auto;
  display: inline;
}

#matomegai .M_lumpinput {
  text-align: right;
}

#matomegai .content {
  border-top: 1px dashed #b2b2b2;
  padding: 10px 0;
  margin: 10px auto;
  border-bottom: 1px dashed #b2b2b2;
  font-size: 11px;
}

#matomegai .btnWrap {
  margin: 10px auto 5px;
  background: #e6e6e6;
  padding: 5px 0;
  text-align: left;
}

#matomegai .btnWrap .soldout {
  text-align: center;
  color: #cc0000;
}

#matomegai .btnWrap a,
#matomegai .wishlistBtn {
  display: inline-block;
  text-indent: -9999em;
}

#matomegai .btnWrap a {
  width: 77px;
  height: 18px;
  margin-left: 5px;
}

#matomegai .wishlistBtn {
  width: 147px;
  height: 22px;
}

#matomegai .cartBtn {
  background: url("/images/original_design_default/samplesource/3/r_c_basketBtn.png") no-repeat;
}

#matomegai .quickBtn {
  background: url("/images/original_design_default/samplesource/3/r_c_buyBtn.png") no-repeat;
}

#matomegai .wishlistBtn {
  background: url("/images/original_design_default/samplesource/3/r_wishlistBtn.png") no-repeat;
}

#matomegai .btnWrap a:hover,
#matomegai .wishlistBtn:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}


/*----------------------------------------------------
    買い物カゴ #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;
}

#basketTable .basketMatomegai {
  margin-top: 4px;
  display: inline-block;
}

#basketTable .basketMatomegai a {
  border: 1px solid #999;
  padding: 2px 5px;
  font-size: 11px;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #999;
  text-decoration: none;
}

#basketTable .basketMatomegai a:hover {
  background: #999;
  color: #fff;
}

.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 .basketTotal a {
  text-decoration: underline;
  margin-left: 4px;
}

#basketTable .basketTotal a:hover {
  text-decoration: none;
}

#basketTable .totalWrap {
  width: 60%;
  margin: 0 0 0 auto;
}

#basketTable .totalItem {
  float: left;
  clear: left;
  width: 60%;
  text-align: right;
}

#basketTable .matomegaiWrap {
  margin-bottom: 4px;
}

#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;
}


/* Amazonボタン */

.amazonButtonWrap {
  margin-top: 10px;
}

.amazonButton {
  width: 205px;
}


/* お気に入りリスト */

#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: 10px;
  margin-left:40px;
}

#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

*****************************************************/

.pageTop {
  text-align: right;
  margin-top: 60px;
  margin-right: 35px;
}

#footerWrap {
  width: 100%;
  background: #fff;
  margin-top: 20px;
}

#footer {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 11px;
}

#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;
}

#footer-img {
  width: 1150px;
  float: left;
  margin-left: 50px;
  margin-bottom: 10px;
}

#sitemap {
  width: 500px;
  height: 200px;
  display: inline-flex;
  float: left;
}

#sitemap ul {
  width: 140px;
  text-align: left;
  margin-left: 70px;
}

#sitemap li {
  list-style-type: disc !important;
  font-size: 13px;
  margin-top: 10px;
}

#sitemap li a {
  color: #000000;
  text-decoration: none;
}

#guide {
  width: 254px;
  height: 200px;
  float: left;
}

#guide ul {
  width: 140px;
  text-align: left;
  margin-left: 5px;
}

#guide li {
  list-style-type: disc !important;
  font-size: 13px;
  margin-top: 10px;
}

#guide li a {
  color: #000000;
  text-decoration: none;
}

#shopinfo h2 {
  font-size: 20px;
  text-align: left;
  /*margin-top: 30px;
  margin-bottom: 20px;*/
}

#shopinfo p {
  font-size: 13px;
  margin-bottom: 8px;
}


/*----------------------------------------------------
    company
----------------------------------------------------*/

#company img {
  width: 940px;
  margin-left: 15px;
}

#company-contents {
  display: inline-flex;
}

#company-contents li {
  font-size: 18px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 100px;
  margin-bottom: 10px;
  text-align: left;
}

#company-contents b {
  font-size: 18px;
  margin-top: 20px;
  margin-left: 50px;
}


















.guide_wrapper {
  width: 1000px;
  text-align: left;
  font-size: 14px;
}

.guide_wrapper span{
    color:#ff0000;
}

.guide_h1 {
  margin-top: 10px;
  margin-bottom:35px;
  padding-left: 3px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #666;
}

.guide_h2 {
  margin-top: 10px;
  padding-left: 3px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #DDD;
}

.guide_h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.guide_h4 {
  position: relative;
  margin-top: 20px;
  margin-left: 40px;
  font-size: 18px;
  font-weight: bold;
}
.guide_h4:before {
  content: " ";
  position: absolute;
  width: 17px;
  height: 17px;
  left: -30px;
  bottom: 5px;
  background-color: #c6c6c6;
}

.menu-button {
  display: inline-block;
  width: 280px;
  padding: 18px 5px;
  background-color: #e5e5e5;
  margin-left:20px;
  margin-bottom:12px;
  font-weight: bold;
  font-size: 16px;
  color: #666;
}

.menu-button:hover {
  background-color: #a7a7a7;
  color: #FFF;
}

.box {
  padding: 5px 10px;;
  padding-bottom: 20px;
  border: solid 2px #d8d8d8;
}

.bottom-arrow {
  margin: 5px auto;
  width: 0px;
  height: 0px;
  border: solid 25px;
  border-top:    solid 22px #DDD;
  border-right:  solid 30px rgba(221, 221, 221, 0);
  border-bottom: solid  0px rgba(221, 221, 221, 0);
  border-left:   solid 30px rgba(221, 221, 221, 0);
}

.to-page-top {
  width: 115px;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  border-bottom: solid 2px #DDD;
}

table.deliver-cost {
  margin-top: 30px;
  margin-left: auto;
}
table.deliver-cost tr {
  border-top:    solid 1px #d0d0d0;
  border-bottom: solid 1px #d0d0d0;
  vertical-align: top;
}
table.deliver-cost th {
  padding: 0px !important;
  background-color: #f2f2f2;
}
table.deliver-cost td {
  padding: 5px 3px;
  width: 150px;
}
table.deliver-cost .left-header {
  width: 300px;
}
table.deliver-cost .right-header {
  width: 80px;
}

.discription {
  position: relative;
  margin-top: 20px;
  padding-left: 5px;
}

.how-to-pay .discription {
  margin-top: 20px;
  padding-left: 30px;
}


.about-contact .discription {
  width: 600px;
  margin: auto;
  padding: 30px;
}
.guide_wrapper .contact-box  {
  float: left;
  background-color: #DDD;
  width: 250px;
  text-align: center;
  padding: 10px;
  margin-right: 10px;
}

.clear {
  clear: both;
}
.guide_wrapper .contact-box .guide_bold {
  font-size: 20px;
  font-weight: bold;
}

.clickabel:hover {
  cursor: pointer;
}

.arrow2 {
  font-family: "Euphemia", "FangSong", "HGP創英ﾌﾟﾚｾﾞﾝｽEB","HGS教科書体";
  color:#000 !important;
}

.creditcard_image{
    display: inline-flex;
}

.creditcard_image li{
    margin-right: 5px;
}




/*目次ページ*/

.left-title{
  width:30%;
  display:inline-block;
  margin-top:15px;
  margin-left:25px;
}

.right-title{
  width:35%;
  display:inline-block;
  margin-left:80px;
}




/**********************************************************************************************************************************

以下fcにて追加

**********************************************************************************************************************************/

body {
  font-size: 13px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/

a:link {
  color: #ff3399;
  text-decoration: underline;
}

a:visited {
  color: #ff3399;
  text-decoration: underline;
}

a:hover {
  color: #ff3399;
  text-decoration: none;
}

a:active {
  color: #ff3399;
  text-decoration: underline;
}

.fc_wrap{
	width:1200px;
	margin:0 auto;
	position:relative;
}

/*****************************************************

    ヘッダ #header

*****************************************************/
#headerWrap {
  background: #fff;
}

#Wrap{
	width:1200px;
	margin:0 auto;
	position:relative;
}
#h_logo {
  float: left;
  width: 360px;
  text-align: left;
  display: inline;
  padding-bottom:30px;
}

.mail-bar{
  width:170px;
  height:38px;
  position:absolute;
  top:89px;
  right:0px;
}
.fc_headR{
	float:right;
}
.fc_btn{
	float:left;
	padding:20px 12px 0 0;
}
#header-mini{
  position:absolute;
  top:89px;
  right:178px;
}
#header-mini p{
	float:left;
	padding-right:18px;
}

/* グローバルナビゲーション */
#gNav {
  min-width: 1274px;
  height: 50px;
  font-size: 14px;
   background: #ff3399;
}

#gNav li {
  float: left;
  width: calc(100% / 6.1);
  background: #ff3399;
}

#gNav li:hover{
  background-color:#ee097c;
}


#gNav li a {
  line-height: 50px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  font-size:18px;
}

#gNav li a:hover{
   color:#FFD7EB;
}



/*****************************************************

    フッタ #footer

*****************************************************/


#guide {
  padding-left:68px;
}
#shopinfo {
  width: 260px;
  padding-right:110px;
  float:right;
}

/*****************************************************

    左コンテンツ #leftContents

*****************************************************/

#l_search{
	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/l_search_bg.jpg) no-repeat 0 0;
	width:250px;
	height:164px;
	padding-bottom:45px;
}

#category-head {
  font-size: 17px;
}
.toggle-link{
  background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/line-bar.png) no-repeat left center;
}
.inner li {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 15px;
  padding-left:10px;
  background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/inner_li.png) no-repeat 0 0;
}
.inner a {
  text-decoration: none !important;
  color: #000000 !important;
}


/* 検索input */

.inputWrap {
  padding-top: 120px;
}

.search_input {
	margin-left:10px;
  width: 170px;
  float: left;
  height: 27px;
  border: 1px solid #b2b2b2;
}

/* カテゴリーメニュー */

#l_category{
  border: 2px solid #000000;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom:20px;
}

/*****************************************************

    メインコンテンツ #rightContents

*****************************************************/

/* ランキング */

#top #r_ranking .rankList {
  float: left;
  width:232px;
  padding:0 24px;
  position: relative;
}
#top #r_ranking #rank1 em {
  background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/rank_no1.png) no-repeat center center;
  width: 100px;
  height: 76px;
}

#top #r_ranking #rank2 em {
  background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/rank_no2.png) no-repeat center center;
  width: 100px;
  height: 76px;
}

#top #r_ranking #rank3 em {
  background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/rank_no3.png) no-repeat center center;
  width: 100px;
  height: 76px;
}
#top #r_ranking p {
  text-align: center;
}


/* 新着情報と誕生日 */
#top #fc_news{
	float:left;
	padding:50px 52px 70px 0;
}
#top #fc_news dl{
	padding-bottom:25px;
}
#top #fc_news dl dt{
	float:left;
	padding-right:27px;
}
#top #fc_news dl dt a{
	color:#fff;
	text-decoration:none;
}
#top #fc_news dl dd{
	padding-top:12px;
	width:270px;
	height:100px;
	text-align:left;
	float:left;
}
#top #fc_news dl dd a{
	text-decoration:none;
}
#top #fc_news dl dd span{
	font-weight:bold;
	background-color:#ff3399;
	width:270px;
	height:28px;
	padding:8px 15px;
	color:#fff;
}
#top #fc_news dl dd a p{
	padding-top:10px;
	color:#000;
}
/*#top #feed{
	float:left;
	padding:50px 52px 70px 0;
}*/
#top #fc_birth{
	float:right;
	width:400px;
	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/birth_top.png) no-repeat top center,url(//gigaplus.makeshop.jp/priroll/fc_shared/img/birth_bott.png) no-repeat bottom center;
	margin:15px 0 50px 0;
}
#top #fc_birth h3{
	font-size:20px;
	margin:78px 0 0 56px;
}
#top #fc_birth ul{
	width:344px;
	margin-top:-10px;
	padding:30px 0 20px 56px;
	text-align:left;
	line-height:25px;
	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/birth_cen.png) repeat-y center center;
}
#top #fc_birth p{
	margin:0 auto;
	text-align:center;
	padding-bottom:32px;
}

/* バナー×6個 */
#top #bnr_6{
margin-bottom:53px;
}
#top .fc_bnr{
	float:left;
	padding:20px 20px 0 0;
}
#top .fc_bnr2{
	float:right;
	padding:20px 0 0 0;
}
#top .fc_bnr3{
	padding:20px 0 0 0;
}


/* バナー×6個+ お急ぎ追加 by_nk */
#top .nk_bnr4{
	padding:0 0 20px 0;
}



/* RANKING */
#top #r_ranking{
	padding-top:53px;
}



/* twitterとfacebook */
#top .fc_tw_fb{
	height:600px;
}
#top #twitter{
	float:left;
}
#top #facebook{
	float:right;
}
#top #twitter h3,#top #facebook h3{
	padding-bottom:15px;
}
#top #twitter,#top #facebook{
	padding-top:66px;
	padding-bottom:60px;
}
#top #twitter ul{
padding-left:126px;
}
#top #twitter ul li{
float:left;
padding-right:25px;
}


/* respect */
#top #respect{
	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/respect.png) no-repeat center center;
	width:900px;
	height:240px;
	position:relative;
}
#top #respect ul{
	position:absolute;
	top:135px;
	left:105px;
}
#top #respect ul li{
	float:left;
}
#top #respect ul li.bnr1{
	padding-right:23px;
}
#top #respect ul li.bnr2{
	padding-right:12px;
}
#top #respect ul li.bnr3{
	padding-right:5px;
}






/*=============================================
 * .toggle
 *=============================================*/
 
.toggle .toggle-link{cursor:pointer}
.toggle .toggle-main{display:none}
.toggle.active .toggle-main{display:block}









/*****************************************************

    初めての方へ #about

*****************************************************/
#about .fc_respect{
	padding:43px 0;
}
#about h3.fc_scene{
	padding:69px 0 0 0;
}
#about .fc_bnr1{
	float:left;
	margin-top:-39px;
}
#about .fc_bnr2{
	float:right;
	margin-top:-39px;
}
#about .fc_scene2{
	padding:56px 0 68px;
}

#about .fc_order{
	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/order_top.png) no-repeat top center,url(//gigaplus.makeshop.jp/priroll/fc_shared/img/order_bott.png) no-repeat bottom center;
	width:900px;
	margin-top:79px;
	padding-bottom:60px;
}
#about .fc_order h3{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding:46px 0 36px;
}
#about .fc_order .fc_inner{
	width:900px;
	/*margin-top:-74px;*/
	margin:-74px auto 0;
	padding:30px 0 5px;
	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/order_cen.png) repeat-y center center;
}
#about .fc_order .fc_box{
margin-left:40px;
border:1px #ffa7d3 solid;
	width:767px;
	text-align:left;
	margin-top:34px;
	padding:25px;
	margin-bottom:32px;
	position:relative;
}
#about .fc_order .fc_box dt{
	font-size:17px;
	font-weight:bold;
	margin-bottom:17px;
}
#about .fc_order .fc_deco{
	position:absolute;
	left:392px;
	bottom:-24px;
}
#about .fc_payment{
	border:1px #000 solid;
	width:900px;
	margin-top:91px;
}
#about .fc_payment h3{
	background-color:#fff;
	width:425px;
	height:50px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	margin-top:-37px;
	padding-top:17px;
margin-left:237px;
}
#about .fc_payment .fc_note{
	text-align:center;
	margin-top:34px;
	padding-bottom:63px;
}
#about .fc_payment h4{
	background-color:#7a7979;
	width:400px;
	height:32px;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
margin-left:250px;
}
#about .fc_payment .fc_txt{
	margin:44px 0 83px 72px;
}

#about .fc_payment .fc_col_l{
	float:left;
	width:225px;
	padding-left:172px;
	padding-bottom:63px;
}
#about .fc_payment .fc_col_r{
	float:right;
	width:225px;
	padding-right:172px;
	padding-bottom:63px;
}
#about .fc_payment .fc_col_l dl,#about .fc_payment .fc_col_r dl{
	border-bottom:2px dotted #9F9F9F;
	padding-bottom:12px;
	margin-top:10px;
}
#about .fc_payment .fc_col_l dl dt,#about .fc_payment .fc_col_r dl dt{
	float:left;
}
#about .fc_payment .fc_col_l dl dd,#about .fc_payment .fc_col_r dl dd{
	float:right;
}
#about .fc_payment .fc_col_l dl dt span,#about .fc_payment .fc_col_r dl dt span{
	font-size:7px;
	margin:-7px 7px 0 0;
}
/* respect */
#about #respect{
	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/respect.png) no-repeat center center;
	width:900px;
	height:230px;
	position:relative;
	margin-top:40px;
}
#about #respect ul{
	position:absolute;
	top:135px;
	left:105px;
}
#about #respect ul li{
	float:left;
}
#about #respect ul li.bnr1{
	padding-right:23px;
}
#about #respect ul li.bnr2{
	padding-right:12px;
}
#about #respect ul li.bnr3{
	padding-right:5px;
}

/* keyからsec03まで */
#about ul li.fc_key{

	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/about_key01.jpg) no-repeat center center !important;
width:900px !important;
height:500px !important;
position:relative !important;
}
#about ul li.fc_key span{
position:absolute;
	left:170px;
	bottom:94px;
text-align:center;
font-weight:bold;
line-height: 26px;
}
#about ul li.sec01{
	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/about_sec01.jpg) no-repeat center center;
width:900px;
height:299px;
position:relative;
}
#about ul li.sec01 span{
position:absolute;
	left:26px;
	bottom:31px;
text-align:center;
font-weight:bold;
line-height: 26px;
}
#about ul li.sec02{
	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/about_sec02.jpg) no-repeat center center;
width:900px;
height:297px;
position:relative;
}
#about ul li.sec02 span{
position:absolute;
	right:29px;
	bottom:29px;
text-align:center;
font-weight:bold;
line-height: 26px;
}
#about ul li.sec03{
	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/about_sec03.jpg) no-repeat center center;
width:900px;
height:300px;
position:relative;
}
#about ul li.sec03 span{
position:absolute;
	left:46px;
	bottom:20px;
text-align:center;
font-weight:bold;
line-height: 26px;
}


/*****************************************************

    生誕祭・オフ会 #scene

*****************************************************/

#scene .fc_key:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}


#scene .fc_lead ul{
	position:relative;
}
#scene .fc_lead li{
	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/scene_lead.png) no-repeat center;
	width:900px;
	height:654px;
}
#scene .fc_lead p{
	width:400px;
	position:absolute;
	left:0px;
	bottom:8px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	line-height:28px;
}
#birthday{
padding-bottom:40px;
}
#scene .fc_twi{
	padding:41px 0 65px;
	position:relative;
}
#scene .fc_twi p{
	position:absolute;
	left:222px;
	top:128px;
	font-size:30px;
	font-weight:bold;
}
#scene .fc_off ul{
	position:relative;
	padding:64px 0 56px;
}
#scene .fc_off li{
	background:url(//gigaplus.makeshop.jp/priroll/fc_shared/img/scene_off.png) no-repeat center;
	width:900px;
	height:511px;
}
#scene .fc_off p{
	width:198px;
	position:absolute;
	left:351px;
	bottom:151px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	line-height:28px;
}

/*****************************************************

    PRI会員 #member

*****************************************************/







