/*
 *
 * Templat BASIC form aishipR
 *
 * クラス値命名規則
 * h:ヘッダー用  m:メイン用 s:サイドバー用 f:フッター用 p:汎用
 *
 * Table Of Content
 *
 * 1-0 ALL Setting
 *   1-1 Webkit appearance 
 *   1-2 Layout Setting 
 * 2-0 Function Parts
 *   2-1 Clearfix 
 *   2-2 Holizontal Item Block 
 *   2-3 Vertical Item Block 
 *   2-4 Facebook 
 *   2-5 Button 
 *   2-6 機能パーツ：商品カテゴリ 
 *   2-7 グリッドナビ（スタイル:gridnav） 
 *   2-8 非表示コンテンツ(FB/タグマネージャ等用) 
 *   2-9 トグル機能アニメーション 
 *   2-10 カテゴリ・商品詳細ページ 見出し部下線 
 *   2-11 機能パーツ：テキスト 
 *   2-12 見出し
 *   2-13 Bootstrap Buttons UI kit
 *   2-14 Responsive Grid System
 * 3-0 Module
 *   3-1 Header
 *     3-1-1 サイトロゴ 
 *     3-1-2 カート・マイページボタン 
 *     3-1-3 ドロップダウンメニュー 
 *     3-1-4 カート・ログインボタン 
 *     3-1-5 メインメニュー
 *     3-1-6 検索フォーム 
 *   3-2 Main
 *     3-2-1 Main IMAGE 
 *     3-2-2 Half Banner 
 *     3-2-3 PICK UP Item 
 *     3-2-4 News & SNS 
 *     3-2-5 ShopInformation 
 *     3-2-6 Notice 
 *   3-3 Aside
 *     3-3-1 Aside Check List 
 *     3-3-2 Aside Login Form & Search Form 
 *     3-3-3 Aside Banner 
 *     3-3-4 Aside Login Form 
 *   3-4 Footer
 *     3-4-1 Footer Site Map 
 *     3-4-2 Page Top Btn 
 *     3-4-3 CopyRight 
 * 4-0 Page-Content
 *   4-1 Archive Page 
 *     4-1-1 Free Area 
 *     4-1-2 Pankuzu List
 *     4-1-3 Category View Mode 
 *     4-1-4 Item PR Setting 
 *     4-1-5 Cart Button 
 *     4-1-6  Archive List Item 
 *     4-1-7  Archive Thumbnail Item 
 *   4-2 Item Page 
 *     4-2-1 Item IMAGE 
 *     4-2-2 Item Name  
 *     4-2-3 Order Area 
 *     4-2-4 Item Page Titile 
 *     4-2-5 Item Explanation 
 *     4-2-6 Item BuyForm 
 *     4-2-7 System Button 
 *     4-2-8 Item Text 
 *     4-2-9 Item Gallary 
 *     4-2-10 Review 
 *   4-3 Free Page 
 *     4-3-1 TOP PAGE 
 *   4-4 Form Page 
 *     4-4-1 Cart Button Reset 
 *     4-4-2 Form Page 
 *     4-4-3 Form Confirm Page 
 *     4-4-4 Item Search Form
 *   4-5 MyPage 
 *     4-5-1 Mypage Index 
 *     4-5-2 Member Profile Editor 
 *     4-5-3 Special Point 
 *   4-6 News
 * 10-0 ALL Setting[ For SmartPhone ]
 *   10-1 Header 
 *     10-1-3 ドロップダウンメニュー 
 *   12-2 Holizontal Item Block 
 *     13-1-5 メインメニュー
 *     13-2-2 Half Banner 
 *     13-2-4 News & SNS 
 *     13-2-5 ShopInformation 
 *     13-4-1 Footer Site Map 
 *     13-4-2 Page Top Btn 
 *     14-1-2 Category Pankuzu 
 *     14-1-7  Archive Thumbnail Item 
 *     14-2-3 Order Area 
 * 20-0 ALL Setting[ For Tablet ]
 *   20-1 Header 
 *     20-1-3 ドロップダウンメニュー 
 *     23-3-3 Aside Banner 
 *     23-4-2 Page Top Btn 
 * 30-0 ALL Setting[ For PC ]
 *   30-1 Header 
 *     30-1-3 ドロップダウンメニュー 
 *   32-9 トグル機能アニメーション 
 *     33-3-1 Aside Check List 
 *     34-4-1 Footer Site Map 
 *     34-4-2 Page Top Btn
 */
/* 1-0 ALL Setting
 *----------------------------------------------------------------------*/
body {
	/*background-color:#f5f5f5;*/
	font-family: "游ゴシック体","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#sysAll{
	position:relative;
    max-width: 100%;
    padding:0;
    background-color:#FFF !important;
	/*z-index:9999;*/
}
#sysHeader, #sysMain, #sysAside, #sysFotoer { padding: 0;}
#sysWrap { margin: 0 auto; overflow: hidden;}
#sysMain,#sysAside{ /* background-color:#fff;*/}
#sysHeader,#sysFooter{ padding: 0; margin: 0;}
#sysHeader{ background: #fff;}
#sysFooter{ margin:0 !important; padding:0 !important; background-color:#FFF;}
#sysFooter > div{ margin: 0 auto; padding:0 !important; /*padding-bottom: 5px;*/}
#sysMain{ line-height: 1.5;}

#sysHeader .sysContent { margin:0; padding:0;}
#sysFooter .sysContent { margin:0; padding:0;}
#sysWrap { padding:40px 0;}


/* 1-0 Wrapper Setting */
/*#sysFooter > div,*/
.p-pagetop .sysContent,
.p-topimg .sysContent,
.h-sitelogo,.h-utilitybtn,
.h-siteinfo, .h-subMenu,
.h-mainMenu .sysContent,
.h-search,
#sysWrap {
    max-width: 960px;
}


/* 1-1 Webkit appearance */
input[type=search],
input[type=submit] {
    -webkit-appearance: none;


}


/* 1-2 input Setting */
input[type=search] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 2.5;
    padding-left: 5px;
}

input[type=search]::-webkit-search-decoration {
    display: none;
}
input[type="radio"] {  
    -webkit-appearance: none;  
    display: inline-block;  
    vertical-align: baseline;  
    width: 20px;  
    height: 20px;      
    margin-right: 5px;    
    border: 1px solid rgb(212,212,212);
    cursor: pointer;
    border-radius: 100%;
}

input[type="radio"]:checked{
    background: #666;
}

/* 1-3 Content setting */
table {
 border-collapse: collapse;
 border-spacing: 0;
}
select{    height: 30px;}
p {  margin: 10px auto;}
h1,h2,h3,h4,h5,h6{ font-size: inherit;}

/* 1-2 Layout Setting */
/* Responsive Grid system */
.grid-row:after { 
	content: ""; 
	display: table; 
	clear: both; 
}
.grid-row { padding-bottom: 0em;}


/* DEFAULT COLUMN STYLES */
.grid-col { 
	display: block;
	float: left;
	margin-left: 2%;
}

.grid-col:first-child { margin-left: 0; }
.grid-col.col-span6:nth-child(2n+1) { margin-left: 0; }


.col-span1 { width: 8.33333333333%; }
.col-span2 { width: 16.6666666667%; }
.col-span3 { width: 25%; }
.col-span4 { width: 33.3333333333%; }
.col-span5 { width: 41.6666666667%; }
.col-span6 { width: 50%; }
.col-span7 { width: 58.3333333333%; }
.col-span8 { width: 66.6666666667%; }
.col-span9 { width: 75%; }
.col-span10 { width: 83.3333333333%; }
.col-span11 { width: 91.6666666667%; }
.col-span12 { width: 100%; }

.grid-col.col-span1 { width: 6.5%; }
.grid-col.col-span2 { width: 15.0%; }
.grid-col.col-span3 { width: 23.5%; }
.grid-col.col-span4 { width: 32.0%; }
.grid-col.col-span5 { width: 40.5%; }
.grid-col.col-span6 { width: 49.0%; }
.grid-col.col-span7 { width: 57.5%; }
.grid-col.col-span8 { width: 66.0%; }
.grid-col.col-span9 { width: 74.5%; }
.grid-col.col-span10 { width: 83.0%; }
.grid-col.col-span11 { width: 91.5%; }
.grid-col.col-span12 { width: 100%; }

/* 2-0 Function Parts
 *----------------------------------------------------------------------*/
/* 2-1 Clearfix */
.p-clearfix:after,
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* 2-2 Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
    letter-spacing: -.4em;
    text-align: center;
}
.sysContent .sysItemBlock .sysHorizontal li {
    width: 25%;
    float: none;
    display: inline-block;
    letter-spacing: normal;
    margin: 0;
    text-align: center;
    vertical-align: top;
}

/* 2-3 Vertical Item Block */

/* 2-4 Facebook */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span,
.widget_facebook_likebox iframe { width: 100% !important;}

/* 2-5 Button */
.btn {
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
}

.btn-info{
    background: #666;
    color: #fff;   
}
.btn-info:hover{ background: #999;}
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
    background: #666;  color: #fff;
    display: block;  
    padding: 10px 15px;  
    text-shadow: none;
    border-color: transparent;
    border-radius: 3px;
    width: 80%;
    height: 50px;
    margin: 0 auto;
}

/* 2-6 機能パーツ：商品カテゴリ */
.sysFuncItemCategory a {
    line-height: 1.75;
    border-bottom: 1px dotted #999;
}
.sysFuncItemCategory a:hover {
    background: #eee;
}

/* 2-7 グリッドナビ（スタイル:gridnav） */
.gridnav ul li:last-child { border-right: 0;}

/* 2-8 非表示コンテンツ(FB/タグマネージャ等用) */
.h-code{ display: none;}

/* 2-9 トグル機能アニメーション */
.h-subMenu .sysAccordionInitialHide {
    display: block!Important;
    position: relative;
    opacity: 0;
    z-index: -1;
}
.h-subMenu .sysAccordionInitialHide.active{
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 1;
    z-index: 999;
}

/* 2-10 カテゴリ・商品詳細ページ 見出し部下線 */
#sysItemDetail #sysMain .sysItemName,
.sysExplanation > div > span,
.sysRetailPrice,
.sysReview > span
{ border-bottom: 1px dashed lightgray;}

/* 2-11 機能パーツ：テキスト */
#sysMain .sysContent h3 { border-bottom: 1px dashed lightgray;}
#sysMain .sysContent h3:before {
    content: "◆";
    padding-right: 10px;
}

/* 2-12 見出し */
.headline-1st {
    font-size: x-large;
    font-weight: bold;
    border-bottom: 1px dotted rgb(212,212,212);
    padding: 5px;
}
.headline-2nd {
    font-size: large;
    font-weight: bold;
    border-bottom: 1px dotted rgb(212,212,212);
    padding: 5px;
    margin-left: 15px;
    
}
.headline-3rd {
    font-size: medium;
    font-weight: bold;
    border-bottom: 1px dotted rgb(212,212,212);
    padding: 5px;
    margin-left: 30px;
}

/* 2-13 Bootstrap Buttons UI kit */
.btn{text-decoration:none;display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active:focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default.active,.btn-default:active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary.active,.btn-primary:active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success.active,.btn-success:active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info.active,.btn-info:active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#999;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}

/* 2-14 Responsive Grid System */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : https://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */
.row:after, 
.col:after, { 
	content: ""; 
	display: table; 
	clear: both; 
}
.row { padding-bottom: 0em;}
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float: left;
}
.span_1 { width: 8.33333333333%; }
.span_2 { width: 16.6666666667%; }
.span_3 { width: 25%; }
.span_4 { width: 33.3333333333%; }
.span_5 { width: 41.6666666667%; }
.span_6 { width: 50%; }
.span_7 { width: 58.3333333333%; }
.span_8 { width: 66.6666666667%; }
.span_9 { width: 75%; }
.span_10 { width: 83.3333333333%; }
.span_11 { width: 91.6666666667%; }
.span_12 { width: 100%; }

.gutters .col {	margin-left: 2%;}
.gutters .col:first-child { margin-left: 0; }
.gutters .span_1 { width: 6.5%; }
.gutters .span_2 { width: 15.0%; }
.gutters .span_3 { width: 23.5%; }
.gutters .span_4 { width: 32.0%; }
.gutters .span_5 { width: 40.5%; }
.gutters .span_6 { width: 49.0%; }
.gutters .span_7 { width: 57.5%; }
.gutters .span_8 { width: 66.0%; }
.gutters .span_9 { width: 74.5%; }
.gutters .span_10 { width: 83.0%; }
.gutters .span_11 { width: 91.5%; }
.gutters .span_12 { width: 100%; }

/* 3-0 Module
 *----------------------------------------------------------------------*/
/* 3-1 Header*/
.h-siteinfo{
    height: 40px;
    background-color: #fff;
}
.h-siteinfo h1 {  color: #000;}

/* 3-1-1 サイトロゴ */
.h-sitelogo {
    margin: 0 auto;
    background: #fff;
    padding-bottom: 5px;
    padding-left: 5px;
}
.h-sitelogo .sysContent {
    width: 200px;
    max-width: 50%;
}
/* 3-1-2 カート・マイページボタン */
.h-utilitybtn {
    margin: 0 auto;
}
.h-utilitybtn .sysContent{
    width: 30%;
    float: right;
    position: relative;
    bottom: 40px;
    height: 40px;
}
/* 3-1-3 ドロップダウンメニュー */
.h-subMenu {
    position: relative;
}
.h-subMenu .sysAccordionInitialHide {
    position: absolute;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    right: 0;
    padding: 9px 10px;
    width: 100%;
}
.h-subMenu ul li { margin: 10px auto;}
.h-subMenu .sysHeadline{
    color: #e5e5e5;
    line-height: 60px;
    text-align: center;
    background: #666;
}
.h-subMenu .sysAccordion:after{
    content:"";
}
/* 3-1-4 カート・ログインボタン */
.h-utilitybtn ul li{
    margin-right: 2%;
    width: 48%!important;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
}
.h-utilitybtn ul li.sysText a {
    border: 1px solid rgb(212,212,212);
    line-height: 36px;
    height: 36px;
    font-size: small;
    margin-top: 1px;
}
.h-utilitybtn ul li.sysText a:hover {
    background: rgb(212,212,212);
}
.h-utilitybtn ul li.sysText a:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.h-utilitybtn ul li.sysText:nth-child(1) a:before {
    background: url(https://template-advance.aispr.jp/img/icon/icon-mypage.png);
    background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(2) a:before {
    background: url(https://template-advance.aispr.jp/img/icon/icon-cart.png);
    background-size: 100%;
}

/* 3-1-5 メインメニュー*/
.h-mainMenu{ 
    margin: 0 auto;
    background: #999;}
.h-mainMenu ul li:last-child a {
    border: 0;
}
.h-mainMenu ul {
    display: table;
    width: 100%;
}
.h-mainMenu ul li {
    display: table-cell;
    float: none;
    height: 50px;
    border-right: 1px solid;
}
.h-mainMenu ul li.sysText a {
    line-height: 1;
    border: none;
    white-space: normal;
    padding: 20px 0;
    margin: 0 auto;
}

.h-mainMenu .sysContent {
    margin: 0 auto;
    background: #fff;
}



/* 3-1-6 検索フォーム */
.h-search{
    margin: 0 auto;
    position: relative;
    padding: 0 5px 0 ;
}
.h-search .sysItemSearchForm {
    display: table;
    width: 100%;
}
.h-search .sysItemSearchFormWord {
    display: table-cell;
    padding-right: 10px;
    width: 100%;
    vertical-align: top;
}
.h-search .sysItemSearchFormWord input{
    height: 40px;
    border: 1px solid #c9c9c9;
    padding: 5px;
    vertical-align: bottom;
}
.h-search .sysSearchButton {
    width: 100px;
    padding: 6px;
    height: 40px;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 0 auto;
    background-color: #999;
}
/* 3-1-7 Main Image */
.p-topimg{
    background-color: #ddd;
}
.p-topimg .sysContent{
    margin: 0 auto;
    padding: 5px;
}

/* 3-2 Main*/


/* 3-2-1  */


/* 3-2-2 Half Banner */
.p-banner ul {
    text-align: center;
    clear: both;
    margin: 10px auto;
}
.p-banner li {
    width: 49%;
    display: inline-block;
}


/* 3-2-3 PICK UP Item */
.p-pickup .sysContent {
    padding: 5px 0;
}
.p-pickup .sysContent .sysHorizontal li {
    padding: 0 2.5px;
}

/* 3-2-4 News & SNS */
.p-news .sysContent { line-height: 1.5;}
.p-news li { padding-left: 10px;}

/* 3-2-5 ShopInformation */
.p-shopInfo .sysContent{ text-align :center;}
.shopinfo-inner {
    display: inline-block;
    width: 48%;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 5px;
    padding-bottom: 10px;
    line-height: 1.5;
    overflow: hidden;
    vertical-align: top;
    text-align: left;
}
.shopinfo-inner h3 {
    font-size: 150%;
    border-bottom: 1px dotted #666;
    padding: 0 0 5px 0px;
    margin-bottom: 10px;
}
.shopinfo-inner .btn{
    float: right;
    margin-right: 20px;
}

/* 3-2-6 Notice */
.p-notice .sysHeadline {
    background: #e60054;
    border-color: #e60054;
    text-align: center;
    font-weight: bold;
}


/* 3-3 Aside*/
/* 3-3-1 Aside Check List */
.s-checklist li {
    margin: 5px auto;
    padding-bottom: 10px;
    border-bottom: 1px dotted;
}
/* 3-3-2 Aside Login Form & Search Form */
.s-login {
    line-height: 1.75;
}
.s-login ul {
    text-align: center;
}
.s-login li {
    display: inline-block;
    width: 46%;
    line-height: 1.5;
    vertical-align: top;
    background: #666;
}
.s-login li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}
.s-login input {
    width: 95%;
    margin: 5px auto;
    line-height: 2;
    display: block;
}
.s-login .sysLoginButton {
    border: none;
    padding: 5px;
    background:#666;
    color: #fff;
    margin: 10px auto;
    border-radius: 0;
}
.s-login a {
    text-decoration: none;
    display: inline-block;
    background: #666;
    text-align: center;
    padding: 5px 15px;
    margin: 5px;
    color: #fff;
    border-radius: 3px;
}

/* 3-3-3 Aside Banner */
.s-banner { margin-bottom: 10px;}
.s-banner li { margin: 5px auto;}

/* 3-3-4 Aside Login Form */
.s-search{ line-height: 1.75;}
.s-search ul{ text-align: center;}
.s-search input[type=search]{
    width: 95%!important;
    margin: 5px auto;
    line-height: 2.5;
    display: block;
}
.s-search .sysItemSearchAndOr,
.s-search .sysItemSearchFormCategory {
    text-align: center;
}
.sysSearchButton {
    border: none;
    padding: 10px;
    background: #666;
    color: #fff;
    width: 95%;
    display: block;
    margin: 10px auto;
}
/* 3-4 Footer*/

/* 3-4-1 Footer Site Map */
.f-sitemap ul li.sysText a {
    color: #fff;
    padding:  0;
    background: #666;
    display: block;
    border: 1px solid #ddd;
    text-align: center;
}
.f-sitemap ul li.sysText a:hover {
    background: #999;
}

/* 3-4-2 Page Top Btn */
.p-pagetop .btn {
    text-decoration: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 20px;
}

/* 3-4-3 CopyRight */
.f-copyright {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
.f-copyright .sysContent{
    border-top: 1px solid #666;
}

/* 4-0 Page-Content
 *----------------------------------------------------------------------*/
/* 4-1 Archive Page */
/* 4-1-1 Free Area */

/* 4-1-2 Pankuzu List*/
.sysCategoryPankuzu,
.sysItemCategoryPankuzu {
    font-size: small;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    /*background: #666;*/
    color: #222;
    padding:0;
}
.sysCategoryPankuzu a,
.sysItemCategoryPankuzu a {
    display: inline-block;
    /*background: #666;*/
    padding:5px 0;
    color: #222;
	font-weight:bold;
    text-decoration: none;
}
.sysCategoryPankuzu a:hover,
.sysItemCategoryPankuzu a:hover {
    color: #999;
    /*background: #999;*/
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
    font-size: small;
	padding:20px;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}
.sysItemCategoryCtl a {
    display: inline-block;
    padding: 2px 4px;
    background: #FFF;
    border-radius: 3px;
    text-decoration: none;
    margin: 2px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.15); /* CSS3 */
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.15); /* Google Chrome, Safari*/
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.15); /* Firefox*/
}
.sysItemCategoryCtl a:hover { color:#FFF; background:#333;}

/* 4-1-4 Item PR Setting */
.sysItemPr {
    font-size: small;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
}

/* 4-1-5 Cart Button */
.sysCartButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #666;
    color: #fff;
    cursor: pointer;
}
.sysCartButton:hover {
    background: #999;
}


/* 4-1-6  Archive List Item */
.sysItemList ul.sysList li .sysThumbnailImage {
    width: 40%;
    max-width: 200px;
}
/* 4-1-7  Archive Thumbnail Item */
.sysItemList ul.sysThumbnail li {
    display: inline-block;
    float: none;
    vertical-align: top;
    letter-spacing: normal;
}
.sysItemList ul.sysThumbnail {
    letter-spacing: -.4em;
}
.sysItemList ul.sysThumbnail input {
    width: 100%;
    padding: 10px 0;
}

/* 4-1-8 Deliveries Table */
ul.SysDeliveriesTable {
  border-style: solid;
  border-width: 0px;
  list-style: none;
  display: table;
  margin: 0;
  padding: 0;
}
ul.SysDeliveriesTable > li {
  display: table-row;
}
ul.SysDeliveriesTable > li > div {
  border-style: solid;
  border-width: 1px;
  display: table-cell;
  padding:10px;
}

/* 4-2 Item Page */
/* 4-2-1 Item IMAGE */
.sysThumbnailImage > span,.sysThumbnailImage > br { display: none;}
.sysItemImages .sysImageList li{
    display: inline-block;
    vertical-align: top;
    height: auto;
    width: 32%;
    line-height: 1;
    float: none;
    margin: 1% 0;
}

/* 4-2-2 Item Name */ 
.sysItemName h1 { font-size: x-large;}

/* 4-2-3 Order Area */
.orderArea {
    letter-spacing: -.4em;
    text-align: center;
}
.orderArea > div {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    padding-right: 20px;
}
.orderArea > .orderArea > div {
    width: 100%;
    display: block;
}


/* 4-2-4 Item Page Titile */
.sysItemName,
.sysExplanation > div > span,
.sysReview > span{
    display: block;
    margin-bottom: 10px;
    font-size: large;
}
/* 4-2-5 Item Explanation */
.sysExplanation table {
    width: 100%;
    text-align: center;
    border: 1px solid #999;
    line-height: 2;
}
.sysExplanation thead {
    text-align: center;
    color: #fff;
    background: #999;
}
.sysExplanation td {
    font-size: small;
    text-align: left;
    padding-left: 10px;
}

/* 4-2-6 Item BuyForm */
#sysItemDetail .sysRetailPrice { font-weight: bold;}

#sysItemDetail .sysPr { text-align: center;}
#sysItemDetail .sysPr > span { display: inline-block;}

#sysItemDetail .sysForm select {
    min-width: 190px;
    width: 75%;
    display: inline-block;
    float: right;
}
#sysItemDetail #sysVariation {
     overflow: hidden;
     margin: 5px auto;
}
#sysItemDetail #sysVariation >div {
    margin: 10px auto;
    overflow: hidden;
}
#sysItemDetail .sysNumArea button {
    display: inline-block;
    width: 48%;
    background: #666;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #fff;
}
#sysItemDetail .sysNumArea {
    padding-top: 5px;
    clear: both;
    text-align: right;
}
#sysWishlist .sysButton,

#sysItemDetail .sysCartButton {
    width: 98%;
    margin-left: 2%;
}
#sysItemDetail .sysShare { padding: 5px 0 0 2%;}
#sysCartInForm { width: 100%;}

/* 4-2-7 System Button */
.sysLoginButton,
.sysButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color:#8C0000;
    color: #fff;
    cursor: pointer;
}
.sysLoginButton,
.sysButton:hover {
    background:#999;
}
.sysLoginButton{
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 20px;
}

/* 4-2-8 Item Text */
.sysDescription,.sysImageDescription{ font-size: 0.75rem;}

/* 4-2-9 Item Gallary */
.sysImageListSimple li { margin-bottom: 10px;}

/* 4-2-10 Review */
.sysReview input{
    background: #666;
    color: #fff;
    text-shadow: none;
    border: 1px solid #999;
    border-radius: 3px;
    display: block;
    padding: 10px;
    margin: 5px auto;
    width: 50%;
}
.sysReview > br {
    display: none;
}
.sysReviewHistoryList {
    padding: 0 10px;
    border: 1px solid lightgray;
}
.sysReviewHistoryList li {
    margin-bottom: 5px;
    border-bottom: 1px dashed lightgray;
    padding: 5px 0;
}
.sysReviewHistoryList li:last-child { border: none;}

.sysNickname,
.sysEvaluation {
    display: inline-block;
    padding: 0 10px 0 0;
}
.sysNickname {
    font-size: large;
    font-weight: bold;
}
.sysReviewDatetime {
    font-size: small;
    text-align: right;
    padding-right: 20px;
}
.sysReviewText { font-size: small;}

/* 4-3 Free Page */
/* 4-3-1 TOP PAGE */

/* 4-4 Form Page */
/* 4-4-1 Cart Button Reset */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
    background: #666;
    color: #fff;
    text-shadow: none;
}
.sysCartInDone{ margin: 0;}

/* 4-4-2 Form Page */
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {
    border-bottom: 1px solid #999;
    background-color: #999;
    color: #ffffff;
    font-size: large;
    padding: 5px;
}
#sysMemberRegisterRegister #sysMain,
#sysMemberRegisterConfirm #sysMain,
#sysMemberRegisterIndex #sysMain,
#sysFormThanks #sysMain,
#sysFormConfirm #sysMain,
#sysFormIndex #sysMain {
    border-color: #999;
    border-style: solid;
    border-radius: 0px;
    border-width: 1px;
    box-shadow: 1px 1px 1px gray;
    margin-bottom: 10px;
    padding: 0;
}

#sysMemberRegisterConfirm  #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form { padding: 10px;}

#sysMypageReminder #sysMain input,
#sysMemberRegisterIndex #sysMain input,
#sysFormIndex #sysMain input {
    line-height: 15px;
    padding: 5px;
    font-size: small;
    margin: 5px auto;
}

#sysMain input[type="email"], 
#sysMain input[type="number"], 
#sysMain input[type="password"], 
#sysMain input[type="tel"], 
#sysMain input[type="url"], 
#sysMain input[type="text"],
#sysMain textarea {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFEFEFEF', endColorstr='#FFFFFFFF');
    border-radius: 5px 5px 5px 5px;
    border: #999999 1px solid;
    line-height: 3;
}
#sysMain textarea { min-height: 75px;}

.sysZipcode button,
.sysZipcode .sysFormField { display: inline-block;}
.sysZipcode .sysFormLabel { display: block;}
.sysZipcode .sysFormField { width: 200px;}
.sysZipcode br{ display: none;}
.sysBirthday input { width: auto!important;}


/* 4-4-3 Form Confirm Page */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
    border: 1px solid #999;
    line-height: 2;
    padding-left: 10px;
    font-size: small;
    border-radius: 3px;
    margin: 5px auto;
    min-height: 20px;
}

/* 4-4-4 Item Search Form */
.sysItemSearchForm > div {
    margin: 10px auto;
    width: 90%;
    text-align: left;
}
form.sysItemSearchForm {
    text-align: center;
}
.sysItemSearchForm > div.sysItemSearchFormWord {
    width: 95%;
}

/* 4-5 MyPage */
/* 4-5-1 Mypage Index */
.sysMypage #sysMain{
    border-color: #999;
    border-style: solid;
    border-radius: 0px;
    border-width: 1px;
    box-shadow: 1px 1px 1px gray;
    margin-bottom: 10px;
    padding: 0;
}
.sysMypage #sysMain h2{
    border-bottom: 1px solid #999;
    background-color: #999;
    color: #ffffff;
    font-size: large;
    padding: 5px;
}
.sysMypage #sysMain > form,
.sysMypage #sysMain > div { padding: 5px 10px;}

/* 購入履歴 */
.sysOrderList {
    border: 1px solid rgb(212,212,212);
    padding: 10px;
    max-height: 400px;
    overflow-y: scroll;
}
.sysOrderList li {
    border-bottom: 1px dotted rgb(212,212,212);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/* マイページボタン */
.sysMypageNav > form {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.sysMypageNav .sysButton {
    width: 100%;
    display: block;
    line-height: 40px;
    font-size: 1rem;
}

/* 4-5-2 Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form{ padding: 10px;}
#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
    line-height: 15px;
    padding: 5px;
    font-size: small;
    margin: 5px auto;
}

#sysMypageEditConfirm #sysMain > form { padding: 10px;}

/* 4-5-3 Special Point */
.sysSpecialPoint {
    overflow: hidden;
    letter-spacing: -.4em;
}
.sysSpecialPoint > div:nth-child(2n) {
    width: 60%;
}
.sysSpecialPoint > div {
    display: inline-block;
    letter-spacing: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}
.sysSpecialPoint > div:nth-child(2n+1) {
    width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
    border: 1px solid #d5d5d5;
    margin: 10px;
}

/* 4-6 News Page */
.news-row {
    border-color: #999;
    border-style: solid;
    border-radius: 0px;
    border-width: 1px;
    box-shadow: 1px 1px 1px gray;
    margin-bottom: 10px;  
}
.news-row > h1 {
    border-bottom: 1px solid #999;
    background-color: #999;
    color: #ffffff;
    font-size: large;
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(), to());
    background: -webkit-linear-gradient(top, , );
}
.sysNewsDetail { padding: 10px 20px;}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress a {
    display: block;
    text-decoration: none;
    border: 1px solid;
    padding: 10px;
}

.sysSelectAddress {
    margin: 10px 0;
}

.sysSelectAddress a:hover {
    background: #eee;
}

/*------------------------------------------------------------------------------------------
　MIZUGURUMAYA CUSTOMIZE
------------------------------------------------------------------------------------------*/

/*****************************************************************************************
 HEADER
*****************************************************************************************/

.mizuguruma_header {position:fixed; top:0; left:0; width:100%; background:rgba(255,255,255,0.90) !important; z-index:999;}
#header {}
#header #h_cont { margin:auto; padding:40px 0; width:1120px;}
#header #h_cont:after { /*float_clear*/ display:block; clear:both; content:"";}

/* LOGO */
#header h1  { float:left; margin:0; padding:0;}
#header h1,
#header h1 a { display:block; width:200px; height:49px;}
#header h1 a {
	display:block;
	text-indent:-9999px;
	background:url(https://nangokuseika.aispr.jp/img/customize/h_logo.png) no-repeat;
}
/* NAVI */
#header .nav { float:left; width:750px;}
#header .nav p { margin:0; padding:0; text-indent:25px; font-size:12px; font-weight:bold; font-family :YuMincho,'Yu Mincho',serif;}
#header .nav ul,
#header .nav li { margin:0; padding:0; list-style:none; height:26px;}
#header .nav li { float:left;}
#header .nav li a { display:block; width:100%; height:26px; text-indent:-9999px;}
#header .nav li a,
#header .nav li a:hover { background:url(https://nangokuseika.aispr.jp/img/customize/nav.png) no-repeat;}
#header .nav li#nav1 { width:81px;}
#header .nav li#nav2 { width:163px;}
#header .nav li#nav3 { width:136px;}
#header .nav li#nav4 { width:136px;}
#header .nav li#nav5 { width:142px;}
#header .nav li#nav6 { width:92px;}
#header .nav li#nav1 a { background-position:left top;}
#header .nav li#nav2 a { background-position:-81px top;}
#header .nav li#nav3 a { background-position:-244px top;}
#header .nav li#nav4 a { background-position:-380px top;}
#header .nav li#nav5 a { background-position:-516px top;}
#header .nav li#nav6 a { background-position:right top;}
#header .nav li#nav1 a:hover { background-position:left bottom;}
#header .nav li#nav2 a:hover { background-position:-81px bottom;}
#header .nav li#nav3 a:hover { background-position:-244px bottom;}
#header .nav li#nav4 a:hover { background-position:-380px bottom;}
#header .nav li#nav5 a:hover { background-position:-516px bottom;}
#header .nav li#nav6 a:hover { background-position:right bottom;}
/* CART */

#header .b_t-cart { float:right; width:152px; padding-top:15px;}
/* #header .b_t-cart { float:right; width:152px; padding-bottom:23px; background:url(https://nangokuseika.aispr.jp/img/customize/b_freepayment.png) no-repeat center bottom;} */

#header .b_t-cart a {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:30px;
	text-indent:-9999px;
	background:url(https://nangokuseika.aispr.jp/img/customize/b_cart1.png) no-repeat left top;
}
#header .b_t-cart a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

/*****************************************************************************************
 FOOTER
*****************************************************************************************/

#footer { background:#E8E8E8;}
#footer .f_cont1 { margin:auto; padding:50px 0; width:1000px; font-size:90%;}
#footer .f_cont1:after { /*float_clear*/ display:block; clear:both; content:"";}
#footer .f_cont1 .cont { float:left; width:30%;}
#footer .f_cont1 .cont+.cont { margin-left:4%;}
#footer .f_cont1 .cont:nth-child(1) .come,
#footer .f_cont1 .cont:nth-child(2) .come { line-height:130%;}
#footer .f_cont1 .cont:nth-child(3),
#footer .f_cont1 .cont:nth-child(4) { float:left; width:14%;}
#footer .f_cont1 .cont:nth-child(3) .come,
#footer .f_cont1 .cont:nth-child(4) .come { font-size:90%; line-height:180%;}
#footer .f_cont1 .mid { padding-bottom:10px; font-weight:bold; border-bottom:1px dotted #222;}
#footer .f_cont1 a { text-decoration:none; color:#222;}
#footer .f_cont1 a:hover { font-weight:bold; color:#001739;}
#footer .f_cont1 .b_detail { text-align:right;}
#footer .f_cont1 .b_detail a {
	margin-top:20px;
	padding:5px 10px;
	border:1px solid #333;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#footer .f_nav { padding:20px 0; background:#000;}
#footer .f_nav ul,
#footer .f_nav li { margin:0; padding:0; list-style:none; height:26px;}
#footer .f_nav ul { margin:auto; width:750px;}
#footer .f_nav li { float:left;}
#footer .f_nav li a { display:block; width:100%; height:26px; text-indent:-9999px;}
#footer .f_nav li a,
#footer .f_nav li a:hover { background:url(https://nangokuseika.aispr.jp/img/customize/f_nav.png) no-repeat;}
#footer .f_nav li#nav1 { width:90px;}
#footer .f_nav li#nav2 { width:140px;}
#footer .f_nav li#nav3 { width:136px;}
#footer .f_nav li#nav4 { width:135px;}
#footer .f_nav li#nav5 { width:144px;}
#footer .f_nav li#nav6 { width:105px;}
#footer .f_nav li#nav1 a { background-position:left top;}
#footer .f_nav li#nav2 a { background-position:-90px top;}
#footer .f_nav li#nav3 a { background-position:-230px top;}
#footer .f_nav li#nav4 a { background-position:-366px top;}
#footer .f_nav li#nav5 a { background-position:-501px top;}
#footer .f_nav li#nav6 a { background-position:right top;}
#footer .f_nav li#nav1 a:hover { background-position:left bottom;}
#footer .f_nav li#nav2 a:hover { background-position:-90px bottom;}
#footer .f_nav li#nav3 a:hover { background-position:-230px bottom;}
#footer .f_nav li#nav4 a:hover { background-position:-366px bottom;}
#footer .f_nav li#nav5 a:hover { background-position:-501px bottom;}
#footer .f_nav li#nav6 a:hover { background-position:right bottom;}
#footer .f_cont2 { padding:50px 0; color:#FFF; background:#001739;}
#footer .f_cont2 .add { text-align:center;}
#footer .f_cont2 .f_logo,
#footer .f_cont2 .f_logo a { display:block; width:165px; height:54px;}
#footer .f_cont2 .f_logo{ margin:0 auto 30px;}
#footer .f_cont2 .f_logo a {
	text-indent:-9999px;
	background:url(https://nangokuseika.aispr.jp/img/customize/f_logo.png) no-repeat;
}
#footer .f_cont2 .add div:nth-child(2) {
	margin-bottom:20px;
	font-family :YuMincho,'Yu Mincho',serif;
	font-size:120%;
}
#footer .f_cont2 .add div:nth-child(3) { font-size:80%;}

/*****************************************************************************************
 PAGETOP
*****************************************************************************************/

#pagetop,
#pagetop a {
	display:block;
	width:50px;
	height:50px;
}
#pagetop {
	position:fixed;
	bottom:50px;
	right:50px;
	z-index:9999;
}
#pagetop a {
	text-indent:-9999px;
	background: url(https://nangokuseika.aispr.jp/img/customize/page-top.png) no-repeat;
}

/*****************************************************************************************
 ASIDE
*****************************************************************************************/

/* SEARCH */
.s-search { width:100% !important;}
.s-search .sysContent { position:relative; margin:0 0 20px; padding:0;}
.s-search .sysContent:after { /*float_clear*/ display:block; clear:both; content:"";}
.s-search .sysHeadline { padding:0; color:#222; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold; font-size:16px;}
.s-search .sysItemSearchFormWord input { float:left; margin:0; padding:0; height:30px; border:1px solid #1A1311;}
.s-search .sysItemSearchFormWord { float:left; margin:0; padding:0; width:100%;}
.s-search input.sysSearchButton {
	position:absolute;
	top:0;
	right:0;
	display:block;
	margin:0;
	padding:0;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background:url(https://nangokuseika.aispr.jp/img/customize/b_search.gif) no-repeat;
}
.s-search input.sysSearchButton:hover { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7;}

/* CATEGORY */
.s-category { border:none;}
.s-category .sysHeadline { padding:0 0 5px; color:#222; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold; font-size:16px; background:none; border-bottom:3px solid #A06218;}
.s-category .sysContent nav ul{}
.s-category .sysContent nav ul li a { padding:25px 0 0 65px; min-height:85px; text-overflow:inherit; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold; font-size:14px; overflow:visible; white-space:inherit;}
.s-category .sysContent nav ul li a:hover { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7;}
.s-category .sysContent nav ul li:nth-child(1) a{ background:url(https://nangokuseika.aispr.jp/img/customize/cate1.jpg) no-repeat left center;}
.s-category .sysContent nav ul li:nth-child(2) a{ background:url(https://nangokuseika.aispr.jp/img/customize/cate2.jpg) no-repeat left center;}
.s-category .sysContent nav ul li:nth-child(3) a{ background:url(https://nangokuseika.aispr.jp/img/customize/cate3.jpg) no-repeat left center;}
.s-category .sysContent nav ul li:nth-child(4) a{ background:url(https://nangokuseika.aispr.jp/img/customize/cate4.jpg) no-repeat left center; padding-top:15px;}
.s-category .sysContent nav ul li:nth-child(5) a{ background:url(https://nangokuseika.aispr.jp/img/customize/cate5.jpg) no-repeat left center;}
.s-category .sysContent nav ul li:nth-child(6) a{ background:url(https://nangokuseika.aispr.jp/img/customize/cate6.jpg) no-repeat left center;}
.s-category .sysContent nav ul li:nth-child(7) a{ background:url(https://nangokuseika.aispr.jp/img/customize/cate7.jpg) no-repeat left center;}
.s-category .sysContent nav ul li:nth-child(8) a{ background:url(https://nangokuseika.aispr.jp/img/customize/cate8.jpg) no-repeat left center;}
.s-category .sysContent nav ul li:nth-child(9) a{ background:url(https://nangokuseika.aispr.jp/img/customize/cate9.jpg) no-repeat left center;}
.s-category .sysContent nav ul li a { background-size:55px auto;}

/* LOGIN */
.s-login { width:100% !important; border:2px solid #DF3E12; text-align:center; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold;}
.s-login .sysHeadline {  color:#FFF; font-weight:bold; font-size:16px; background:#DF3E12; border:none;}
.s-login .sysContent p { color:#DF3E12;}
.s-login .sysFormField input{ border:1px solid #DF3E12;}
.s-login .sysLoginButton {
	padding:5px !important;
	color:#FFF;
	font-size:120%;
	font-family:YuMincho,'Yu Mincho',serif;
	background:#DF3E12;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
.s-login .sysContent ul {}
.s-login .sysContent li { float:none; width:100%; background:none;}
.s-login .sysContent li a { background:none;}
.s-login .sysContent li:nth-child(1) a { color:#DF3E12; text-decoration:underline; padding:0 20px;}
.s-login .sysContent li:nth-child(2) a { color:#DF3E12; border:1px solid #DF3E12; background:#FFDCBA;}

/*****************************************************************************************
 TOP
*****************************************************************************************/

/* MAINCONTENT0 */
.top_maincont0 {position:fixed; top:0; left:0; width:100%; z-index:88;}
.top_maincont0 .sysContent { margin:0; padding:0;}
.top_maincont { position:fixed; top:0; left:0; width:100%; z-index:99; text-align:center;}

/* MAINCONTENT1 */
.top_maincont1 { width:100%;}

/* MAINCONTENT2 */
.top_maincont2 {
	position:relative;
	background:url(https://nangokuseika.aispr.jp/img/customize/content_pickup0_bg.jpg) no-repeat center center;
	background-size:100% auto;
	z-index:99;
}
.top_maincont2 .sysContent { margin:0; padding:0;}
.top_maincont2 a {
	display:block;
	padding:40px;
	color:#FFF;
	font-family:YuMincho,'Yu Mincho',serif;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.top_maincont2 .mid {
	width:100%;
	height:231px;
	text-indent:-9999px;
	background:url(https://nangokuseika.aispr.jp/img/customize/content_pickup0_tit.png) no-repeat center center;
}
@media only screen and (max-width:1150px){
	.top_maincont2 { background-size:auto 100%;}
}

/* MAINCONTENT3 */
.top_maincont3 {position:relative; z-index:99;}
.top_maincont3 .sysContent { margin:0; padding:0;}
.top_maincont3 ul {}
.top_maincont3 ul:after { /*float_clear*/ display:block; clear:both; content:"";}
.top_maincont3 ul li { float:left; margin:0; width:32.6%;}
.top_maincont3 ul li+li { margin-left:1%;}

/* TOP CONT1 */
.top_cont1 { margin-bottom:40px;}
.top_cont1 .sysContent { margin:0; padding:0;}
.top_cont1 ul,
.top_cont1 li { margin:0; padding:0; list-style:none;}
.top_cont1 ul { margin-bottom:10px;}
.top_cont1 ul:after { /*float_clear*/ display:block; clear:both; content:"";}
.top_cont1 ul li { float:left; width:}
.top_cont1 ul li+li { margin-left:1%;}
.top_cont1 ul li img {
	width:100%;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.30); /* CSS3 */
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.30); /* Google Chrome, Safari*/
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.30); /* Firefox*/
}
.top_cont1 ul:nth-child(1) li { width:32.33%;}
.top_cont1 ul:nth-child(2) li { width:49%;}

/* NEWS */
.p-news { margin-bottom:30px; border:none; box-shadow:none; border-bottom:1px solid #DDD;}
.p-news .sysHeadline { padding:5px 15px; border:none; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold; background:#001739;}
.p-news .sysContent ul li a { padding:15px 0;}

/* RANKING */
.p-ranking { border:none; box-shadow:none;}
.p-ranking .sysHeadline { padding:5px 15px; border:none; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold; background:#DF3E12;}
.p-ranking .sysContent { margin:0; padding:0;}
.p-ranking ul.sysHorizontal { margin-top:20px;}
.p-ranking ul.sysHorizontal li {
	width:24.25% !important;
	margin:0;
	padding:0 !important;
	min-height:240px;
	background:#000;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.30); /* CSS3 */
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.30); /* Google Chrome, Safari*/
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.30); /* Firefox*/
}
.p-ranking ul.sysHorizontal li .sysItemImage { margin:0; padding:0; border-bottom:3px solid #E65414;}
.p-ranking ul.sysHorizontal li+li { margin-left:1% !important;}
.p-ranking ul.sysHorizontal li {}
.p-ranking ul.sysHorizontal li,
.p-ranking ul.sysHorizontal li a {color:#FFF; text-align:center; text-decoration:none;}
.p-ranking ul.sysHorizontal li .sysItemName { padding:10px 10px 0; font-size:90%;}
.p-ranking ul.sysHorizontal li .sysItemPrice { padding:0 10px; font-size:90%;}

/*BLOG*/
.blog_rss { margin-bottom:30px; border:none; box-shadow:none;}
.blog_rss .sysHeadline { padding:5px 15px; border:none; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold; background:#001739;}

/*****************************************************************************************
 SUB
*****************************************************************************************/

.mainCnt_mizuguruma {}
.mainCnt_mizuguruma+.mainCnt_mizuguruma { margin-top:80px;}
.mainCnt_mizuguruma h2,
.mainCnt_mizuguruma h3{font-family:YuMincho,'Yu Mincho',serif; font-weight:bold;}
.mainCnt_mizuguruma h2.sysHeadline { padding:5px 15px; color:#FFF; font-size:120% !important; background:#001739;}
.mainCnt_mizuguruma .sysContent{ font-size:90%;}
.mainCnt_mizuguruma .sysContent h3 { margin-bottom:10px; padding:10px 0; color:#001739; font-size:120% !important; border-bottom:1px solid #CCC !important;}

/* MIDASHI  */
#other #sysWrap,
#other_cart #sysWrap { padding-top:170px;}
#other #sysMain h2,
#other_cart #sysMain h2 {
	padding:5px 15px !important;
	font-family:YuMincho,'Yu Mincho',serif !important;
	font-weight:bold;
	color:#FFF !important;
	font-size:120% !important;
	background:#001739 !important;
	border:none !important;
}
#other #sysMain { border:none !important; box-shadow:none !important;}

/* BTN */
.sysBtnPlus { text-indent:-9999px; background:url(https://nangokuseika.aispr.jp/img/customize/quantity_p.jpg) no-repeat center center !important;}
.sysBtnMinus { text-indent:-9999px; background:url(https://nangokuseika.aispr.jp/img/customize/quantity_m.jpg) no-repeat center center !important;}
.sysNextSubmitArea { border:none !important;}
input.sysButton,
input.sysBackSubmitArea,
input.sysBackButton {
	padding:10px !important;
	color:#555 !important;
	background:#EEE !important;
	border:none !important;
	line-height:100% !important;
}
input.sysDeleteArea {
	background:#999 !important;
	border:none !important;
	line-height:100% !important;
}
input.sysNextSubmit {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
	margin-top:40px !important;
	padding:10px !important;
	font-weight:bold !important;
	border:none !important;
	color:#FFF !important;
	background:#9F1300 !important;
	border-radius:5px !important; /* CSS3 */
	-webkit-border-radius:5px !important; /* Safari,Google Chrome */
	-moz-border-radius:5px !important;/* Firefox */
	line-height:100% !important;
}
#sysPurchaseAuthMember input.sysLoginButton {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
	padding:10px !important;
	font-weight:bold !important;
	border:none !important;
	color:#FFF !important;
	line-height:100% !important;
	background:#9F1300 !important;
	border-radius:5px !important; /* CSS3 */
	-webkit-border-radius:5px !important; /* Safari,Google Chrome */
	-moz-border-radius:5px !important;/* Firefox */
}
#sysMain .sysItemSearchForm input.sysSearchButton {
	padding:10px;
	 text-indent:-9999px;
	 background:#430400 url(https://nangokuseika.aispr.jp/img/customize/b_search2.jpg) no-repeat center center !important;
	border-radius:5px !important; /* CSS3 */
	-webkit-border-radius:5px !important; /* Safari,Google Chrome */
	-moz-border-radius:5px !important;/* Firefox */
}

/* ANCHOR */
a.anchor { margin-top:-180px; padding-top:180px; }

/* HYOU */
table.hyou {
	clear:both;
	margin:10px 0;
	width:100%;
	background:#FFF;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}
table.hyou th, table.hyou td {
	padding:10px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
table.hyou th { width:30%; background:#EEE;}
table.hyou td { width:70%;}

/* MAIN_TITLE
.sub_tit,
.sub_tit2 {padding-top:130px;}
.sub_tit div#tit_list {
	padding:90px 0 0;
	min-height:320px;
	color:#FFF;
	background:url(https://nangokuseika.aispr.jp/img/customize/tit_list.jpg) no-repeat center center;
}
.sub_tit2 div#tit_sample {
	padding:90px 0 0;
	min-height:320px;
	color:#FFF;
	background:url(https://nangokuseika.aispr.jp/img/customize/tit_sample.jpg) no-repeat center center;
}
.sub_tit div p { margin:auto; max-width:850px;}
.sub_tit div b { display:block; margin-bottom:20px; font-size:230%; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold;}
.sub_tit2 div p { margin:auto; max-width:850px;}
.sub_tit2 div b { display:block; margin-bottom:20px; font-size:230%; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold;}
.sub_tit b,
.sub_tit small { display:none !important;}
.sub_tit2 b,
.sub_tit2 small { display:none !important;} */

/* SUB_TITLE */
#tit_sub { margin-top:130px;}
#tit_sub p { margin:auto; padding:90px 0 0; max-width:850px; min-height:320px;}
#tit_sub b { display:block; margin-bottom:20px; font-size:230%; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold;}
.tit_sub6 #tit_sub { display:block; margin-bottom:20px; font-size:230%; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold;}
#tit_sub small {}
.tit_cate1 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/cate_tit1.jpg) no-repeat center center;}
.tit_cate2 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/cate_tit2.jpg) no-repeat center center;}
.tit_cate3 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/cate_tit3.jpg) no-repeat center center;}
.tit_cate4 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/cate_tit4.jpg) no-repeat center center;}
.tit_cate5 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/cate_tit5.jpg) no-repeat center center;}
.tit_cate6 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/cate_tit6.jpg) no-repeat center center;}
.tit_cate7 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/cate_tit7.jpg) no-repeat center center;}
.tit_cate8 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/cate_tit8.jpg) no-repeat center center;}
.tit_cate9 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/cate_tit9.jpg) no-repeat center center;}
.tit_sub1 p b,.tit_sub2 p b,.tit_sub3 b,.tit_sub4 b { text-align:right;}
.tit_sub1 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/sub_tit1.jpg) no-repeat center center;}
.tit_sub2 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/sub_tit2.jpg) no-repeat center center;}
.tit_sub3 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/sub_tit3.jpg) no-repeat center center;}
.tit_sub4 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/sub_tit4.jpg) no-repeat center center;}
.tit_sub5 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/sub_tit5.jpg) no-repeat center center; color:#FFF;}
.tit_sub6 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/sub_tit6.jpg) no-repeat center center;}

/* ITEM LIST */
.sysItemList {}
.sysItemList ul.sysThumbnail li {
	position:relative;
	width:24.25% !important;
	margin:0 0 1%;
	padding:0 !important;
	min-height:330px;
	background:#000;
	font-family:YuMincho,'Yu Mincho',serif; font-weight:bold;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.30); /* CSS3 */
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.30); /* Google Chrome, Safari*/
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.30); /* Firefox*/
}
.sysItemList ul.sysThumbnail li,
.sysItemList ul.sysThumbnail li a {color:#FFF; text-align:center; text-decoration:none;}
.sysItemList ul.sysThumbnail li .sysThumbnailImage img { border-bottom:3px solid #E65414;}
.sysItemList ul.sysThumbnail li+li { margin-left:1% !important;}
.sysItemList ul.sysThumbnail li:nth-child(4n+1) { clear:both; margin-left:0 !important;}
.sysItemList ul.sysThumbnail li .sysItemName{ padding:10px 10px 0; font-size:90%;}
.sysItemList ul.sysThumbnail li .sysRetailPrice { padding:0 10px;font-size:80%;}
.sysItemList ul.sysThumbnail li div { border:none !important;}
.sysItemList ul.sysThumbnail li form { border:none !important; padding:10px;}
.sysItemList .sysCartInButton {
	min-width:150px;
	text-indent:-9999px;
	background:url(https://nangokuseika.aispr.jp/img/customize/b_cart2.jpg) no-repeat center center;
	background-size:auto 100%;
}
.sysItemList .sysGoCartButton {
	min-width:150px;
	text-indent:-9999px;
	background:url(https://nangokuseika.aispr.jp/img/customize/b_cart5.jpg) no-repeat center center;
	background-size:auto 100%;
}

/* ITEM DETAIL */
.sysItemName { padding-bottom:20px; border:none !important;}
.sysItemName h1 { border:none; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold;}
.sysRetailPrice { padding:10px 0; border:none !important;}
.sysBlock #sysSubmit .sysCartInButton { text-indent:-9999px; background:url(https://nangokuseika.aispr.jp/img/customize/b_cart3.jpg) no-repeat center center !important;}
.sysBlock #sysWishlist .sysButton { text-indent:-9999px; background:url(https://nangokuseika.aispr.jp/img/customize/okiniiri.jpg) no-repeat center center !important;}
.sysBlock .sysNumArea .sysBtnPlus:hover,
.sysBlock .sysNumArea .sysBtnMinus:hover,
.sysBlock #sysSubmit .sysCartInButton:hover,
.sysBlock #sysWishlist .sysButton:hover { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7;}
.sysBlock .sysDescription { font-size:90%;}
.sysExplanation { font-size:90%; padding:40px 0;}
.sysExplanation h4.mid1 { margin:30px 0 10px !important; padding:5px 10px; color:#FFF; background:#231815;}
.sysExplanation h4.mid2 { margin:30px 0 10px !important; padding:5px 10px; color:#231815; border:1px solid #231815;}


/* NEWS DETAIL */
.news-row { border:none;}
.news-row h1 { padding:5px 15px; font-family:YuMincho,'Yu Mincho',serif; color:#FFF; font-size:120% !important; background:#001739;}
.news-row .sysNewsDetail { border:none;}


/* LOGIN */
h3.sysMypageMinorHeadLine{ padding:20px;}
.sysLoginForm,
.sysRemindForm { padding:20px !important; border:10px solid #F6F6F6;}
.sysLoginForm input.sysLoginButton {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin:20px 0 !important;
	padding:10px !important;
	font-weight:bold !important;
	border:none !important;
	color:#FFF !important;
	background:#9F1300;
	border-radius:5px; /* CSS3 */
	-webkit-border-radius:5px; /* Safari,Google Chrome */
	-moz-border-radius:5px;/* Firefox */
}
.sysLoginForm input.sysButton { margin:auto; width:auto !important; color:#222; background:none;}

/* CONTACT */
.sysForm .sysFormItem { padding:10px; border-bottom:1px solid #DDD;}

/* FAQ */
.p-faq  {}
.p-faq dl { padding:20px 0;}
.p-faq dl dt {color:#9F1300; font-weight:bold;}
.p-faq dl dd { padding:15px; background:#F6F6F6;}


/* ORIGINAL PAGE ------------------------------------------------------*/

/* COMMON BOX */
.cont_box { position:relative;}
.cont_box:after {/*float_clear*/ display:block; clear:both; content:"";}
.cont_box+.cont_box { margin-top:80px;}
.cont_box .come {}
.cont_box .come_r { float:right; overflow:hidden;}
.cont_box .come_l { float:left; overflow:hidden;}
.cont_box .photo_c {margin:0;}
.cont_box .photo_c+.photo_c,
.cont_box .photo_c+.come,
.cont_box .come+.photo_c{ padding-top:40px;}
.cont_box .photo_r { float:right; margin:0; padding-left:40px;}
.cont_box .photo_l { float:left; margin:0; padding-right:40px;}
.cont_box .photo_r img,
.cont_box .photo_l img { margin:0; padding:0;}
.cont_box .sbmid { margin-bottom:30px; width:100%; text-indent:-9999px;}
.cont_box .pt50 { padding-top:50px;}
.cont_box .pt200 { padding-top:200px;}

/* BANNER BOX */
.banner_box { margin-top:70px;}
.banner_box ul{ margin:0; padding:0; list-style:none;}
.banner_box ul:after {/*float_clear*/ display:block; clear:both; content:"";}
.banner_box ul li { margin-bottom:20px; width:49%;}
.banner_box ul li img { width:100%; height:auto;}
.banner_box ul li:nth-child(1),
.banner_box ul li:nth-child(3) {float:left;}
.banner_box ul li:nth-child(2),
.banner_box ul li:nth-child(4) {float:right;}

/* ABOUT */
.sb_about {}
.sb_about .sysContent { margin:0; padding:0;}
.sb_about .mid1 {
	margin-bottom:70px;
	height:155px;
	background:url(https://nangokuseika.aispr.jp/img/customize/about_mid1.png) no-repeat;
}
.sb_about .mid2 {
	height:30px;
	background:url(https://nangokuseika.aispr.jp/img/customize/about_mid2.png) no-repeat;
}
.sb_about .mid3 {
	height:30px;
	background:url(https://nangokuseika.aispr.jp/img/customize/about_mid3.png) no-repeat;
}
.sb_about .message{
	margin-bottom:50px;
	height:200px;
	text-indent:-9999px;
	background:url(https://nangokuseika.aispr.jp/img/customize/about_message.png) no-repeat;
}
.sb_about .namae {
	height:66px;
	text-indent:-9999px;
	background:url(https://nangokuseika.aispr.jp/img/customize/about_namae.png) no-repeat;
}
.come_greet { float:right; width:390px;}

/* HISTORY */
.sb_history {}
.sb_history .sysContent { margin:0; padding:0;}
.sb_history .mid1 {
	height:35px;
	background:url(https://nangokuseika.aispr.jp/img/customize/history_mid1.png) no-repeat center center;
}
.sb_history .photo2 {}
.sb_history .photo2:after {/*float_clear*/ display:block; clear:both; content:"";}
.sb_history .photo2 p { float:left; padding:0; margin:0;}
.sb_history .photo2 p+p { margin-left:9.3px;}
.sb_history dl { margin:0; padding:0; list-style:none;}
.sb_history dl:after {/*float_clear*/ display:block; clear:both; content:"";}
.sb_history dt { margin:0; padding:0; float:left; width:25%;}
.sb_history dd { margin:0; padding:0; float:right; width:75%; text-align:left;}
.sb_history dd+dt { clear:both;}

/* FACTORY */
.sb_factory {}
.sb_factory .sysContent { margin:0; padding:0;}
.sb_factory .mid1 {
	height:94px;
	background:url(https://nangokuseika.aispr.jp/img/customize/factory_mid1.png) no-repeat center center;
}


/* CHRISTMAS */
.sb_christmas {}
.sb_christmas .sysContent { margin:0; padding:0;}
.sb_christmas .mid1 {
	height:29px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_mid1.png) no-repeat center center;
}
.sb_christmas .mid2 {
	height:29px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_mid2.png) no-repeat center center;
}
.sb_christmas .mid3 {
	height:29px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_mid3.png) no-repeat center center;
}
.sb_christmas .mid4 {
	height:29px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_mid4.png) no-repeat center center;
}
.sb_christmas .mid5 {
	height:25px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_mid5.png) no-repeat center center;
}
.sb_christmas .mid6 {
	height:25px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_mid6.png) no-repeat center center;
}
.sb_christmas .mid7 {
	height:51px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_mid7.png) no-repeat center center;
}
.sb_christmas .mid8 {
	height:51px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_mid8.png) no-repeat center center;
}
.sb_christmas .mid9 {
	height:281px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_mid9.png) no-repeat center center;
}
.sb_christmas .mid10 {
	height:277px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_mid10.png) no-repeat center center;
}
.sb_christmas .mid11 {
	height:217px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_mid11.png) no-repeat center center;
}
.sb_christmas .mid12 {
	height:200px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_mid12.png) no-repeat center center;
}
.sb_christmas .mid13 {
	height:755px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_p1.jpg) no-repeat center center;
}
.sb_christmas .mid14 {
	height:620px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_p2.jpg) no-repeat center center;
}
.sb_christmas .mid15 {
	height:620px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_p3.jpg) no-repeat center center;
}
.sb_christmas .mid16 {
	height:620px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_p4.jpg) no-repeat center center;
}
.sb_christmas .mid17 {
	height:620px;
	background:url(https://nangokuseika.aispr.jp/img/customize/christmas_p5.jpg) no-repeat center center;
}









/* KODAWARI */
.sb_kodawari {}
.sb_kodawari.sysContent { margin:0; padding:0;}
.sb_kodawari .mid1 {
	height:35px;
	background:url(https://nangokuseika.aispr.jp/img/customize/kodawari_mid1.png) no-repeat center center;
}
.sb_kodawari .mid2 {
	height:70px;
	background:url(https://nangokuseika.aispr.jp/img/customize/kodawari_mid2.png) no-repeat;
}
.sb_kodawari .mid3 {
	height:70px;
	background:url(https://nangokuseika.aispr.jp/img/customize/kodawari_mid3.png) no-repeat;
}
.sb_kodawari .mid4 {
	height:30px;
	background:url(https://nangokuseika.aispr.jp/img/customize/kodawari_mid4.png) no-repeat;
}
.sb_kodawari .mid5 {
	height:30px;
	background:url(https://nangokuseika.aispr.jp/img/customize/kodawari_mid5.png) no-repeat;
}
.sb_kodawari .mid6 {
	height:30px;
	background:url(https://nangokuseika.aispr.jp/img/customize/kodawari_mid6.png) no-repeat;
}
.sb_kodawari .mid7 {
	height:30px;
	background:url(https://nangokuseika.aispr.jp/img/customize/kodawari_mid7.png) no-repeat;
}

.sb_kodawari .hito { position:absolute; top:-90px; right:0; transform: rotate(-10deg);}



.blog_rss li {padding:10px; border-bottom: 1px solid #ddd; overflow:hidden;}
.blog_rss li .sysRssTitle {width:100%;}
.blog_rss li .sysRssTitle a {
    display: block;
    text-decoration: none;
    color: ;
    font-size: small;
    line-height: px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px;
}



/* メンテナンスページ */
.m-top {margin: 80px auto 0;} 
.mainte {margin: 60px auto 20px; font-size: 23px; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" ; font-weight: 600; letter-spacing:0.1em}
.m-come {margin: 10px auto 20px; font-size: 14px; font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" ; font-weight: 300; letter-spacing:0.1em}
.m-con {margin: 30px auto 50px; padding: 30px auto 0; border-top:1px dashed; }

@media screen and (max-width:600px){
/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
#sysMain,#sysAside{ width: 100%!important;}
#sysMain{ margin-top: 0;}
.grid-col {
	float: none;
	width: 100%!important;
        margin-left: 0;
}
/* 10-1 Header */
#sysHeader{ margin-bottom: 5px;}
.h-siteinfo{ height: auto;}
.h-siteinfo h1 { font-size: xx-small;}

.h-sitelogo{ height:60px;}
.h-sitelogo li img{
    width: auto;
    max-height:55px;
}
.h-utilitybtn{ position: relative;}
.h-utilitybtn .sysContent {
    width: 32%;
    float: none;
    position: absolute;
    z-index: 999;
    top:7px;
    right:60px;
}
.h-utilitybtn ul li.sysText a {
    line-height: 17px;
    height:45px;
    font-size: x-small;
	color:#FFF;
	border:none;
}
.h-utilitybtn ul li {}
.h-utilitybtn ul li.sysText a:before {
    content: "";
    width: 20px;
    margin: 5px auto 0;
    height: 20px;
    display: block;
}
.h-utilitybtn ul li.sysText:nth-child(1) a:before {
	background:url(https://nangokuseika.aispr.jp/img/customize/icon_mypage.png);
    background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(2) a:before {
	background:url(https://nangokuseika.aispr.jp/img/customize/icon_cart.png);
    background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(1) a { background-color:#DF3E12;}
.h-utilitybtn ul li.sysText:nth-child(2) a { background-color:#8C0000;}

/* 10-1-3 ドロップダウンメニュー */

.h-subMenu .sysHeadline{
    position: absolute;
    bottom:0;
    right:0;
    width:60px;
	height:60px;
	text-indent:-9999px;
	background:url(https://nangokuseika.aispr.jp/img/customize/sm_nav.png) no-repeat center center;
	background-size:45px auto;
}
/*
.h-subMenu ul li:nth-child(2n){
    width: 49%!Important;
    margin-left: 1%;
}
.h-subMenu ul li.sysText a {
    line-height: 40px;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    padding: 30px 0;
}
*/
.h-subMenu ul {padding:20px;}
.h-subMenu ul li.sysText {margin:5px 0 0;}
.h-subMenu ul li.sysText a {
    /*line-height:40px;*/
    font-size: larger;
    font-weight: bold;
    text-align: center;
    padding:10px 0;
    color:#222;
    background:#FFF;
}


/* 12-12 見出し */
.headline-2nd {
    margin-left: 5px;
    
}
.headline-3rd {
    margin-left: 10px;
}

/* 12-14 Responsive Grid System */
.col { float: none;}
.gutters .col { margin-left: 0;}
.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,
.span_7,.span_8,.span_9,.span_10,.span_11,.span_12{
	width: 100%!Important;
	float: none;
}

/* 12-2 Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
    font-size: small;
}
.sysContent .sysItemBlock .sysHorizontal li{
    padding: 2.5px;
    width: 50%;
}
.sysItemList ul.sysThumbnail li{ width: 50%;}

/* 13-1-5 メインメニュー*/
.h-mainMenu ul li { height: 40px;}
.h-mainMenu ul li.sysText a {
    font-size: 0.5rem;
    padding: 15px 0;
}
/* 13-1-6 検索フォーム */
.h-search .sysContent{ padding: 5px;}

/* 13-2-2 Half Banner */
.p-banner li {
   width: 100%;
   margin-bottom: 5px;
}

/* 13-2-3 PICK UP Item */
.p-pickup .sysContent {
    padding: 0 0 5px;
}


/* 13-2-4 News & SNS */
.p-news,.p-sns { width: 100%;}

/* 13-2-5 ShopInformation */
.p-shopInfo .sysContent,
.shopinfo-inner,
.shopinfo-row { display: block;}
.shopinfo-inner {
    width: 100%;
}


/* 13-4-1 Footer Site Map */
.f-sitemap li {
    width: 100%!important;
}
.f-sitemap ul li.sysText a {
    padding: 10px 20px;
    text-align: left;
}

/* 13-4-2 Page Top Btn */
.p-pagetop .btn { width: 90%;}

/* 14-1-2 Category Pankuzu */
.sysItemCategoryPankuzu {
    font-size: xx-small;
}

/* 14-1-7  Archive Thumbnail Item */
.sysItemList ul.sysThumbnail { font-size: small;}
.sysItemList ul.sysThumbnail input { font-size: x-small;}

/* 14-2-3 Order Area */
.orderArea { letter-spacing: normal;}
.orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
}
/* 14-5-2 MyPage*/
.sysMypageNav .sysButton{ font-size: 0.75rem;}



/*------------------------------------------------------------------------------------------
　カスタマイズ
------------------------------------------------------------------------------------------*/
#sysWrap { padding:0 !important;}
#sysAside{ float:none !important; margin:auto; padding:20px !important; width:100% !important;}
#sysMain { float:none !important; margin:auto; padding:20px 20px 40px !important; width:100% !important; border-bottom:2px solid #2F201B ;}
#footer .f_cont2 .add div:nth-child(2) { font-size:14px;}
#footer .f_cont2 .add div:nth-child(3) { font-size:12px;}
#footer .f_cont2 { padding:20px;}
#pagetop,
#pagetop a {width:30px; height:30px;}
#pagetop { bottom:10px; right:10px;}
#pagetop a { background-size:100% auto;}


.top_maincont1 { position:relative;}
.top_maincont { position:absolute; top:-25px; left:0;}
.top_maincont2 { background-size:100% auto;}
.top_maincont2 a { padding:15px 30px;}
.top_maincont2 p { display:none;}
.top_maincont2 .mid { display:block; height:auto; text-indent:0; background:none;}
.top_cont1_sm { padding:0;}
.top_cont1_sm .sysContent {padding:0;}
.p-ranking ul.sysHorizontal li { float:none !important; width:100% !important; margin:0 0 10px !important;}
.p-ranking ul.sysHorizontal li+li { margin:0 0 10px !important;}
.p-ranking ul.sysHorizontal li .sysItemName { font-size:100%;}
.p-ranking ul.sysHorizontal li .sysItemPrice { padding:0 10px 10px; font-size:100%;}

.sysItemList ul.sysThumbnail li { float:none !important; width:100% !important; margin:0 0 10px !important;}
.sysItemList ul.sysThumbnail li+li { margin:0 0 10px !important;}
.sysItemList ul.sysThumbnail li .sysItemName{ padding:10px 10px 0; font-size:100%;}
.sysItemList ul.sysThumbnail li .sysRetailPrice { padding:0 10px;font-size:100%;}
h2.sub_tit { padding-top:0;}



table.hyou {}
table.hyou th,
table.hyou td {
	table-layout:auto !important;
	display:block !important;
	padding:5px 5% !important;
	width:100% !important;
	height:auto !important;
	text-align:left;
	font-weight:normal;
}


/* SUB TITLE */
#tit_sub { margin-top:0;}
#tit_sub p {  padding:15px 0; min-height:inherit; text-align:center;}
#tit_sub b { display:block !important; margin-bottom:0; font-size:150%;}
#tit_sub small{display:none !important;}
#tit_sub { background-size:100% auto !important;}
.tit_sub6 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/sub_tit6-3.jpg) no-repeat center center;}
.tit_sub1 p b,.tit_sub2 p b,.tit_sub3 b,.tit_sub4 b { text-align:center;}



/* ORIGINAL PAGE ------------------------------------------------------*/

/* COMMON BOX */
.cont_box {}
.cont_box:after { display:none;}
.cont_box+.cont_box { margin-top:40px;}
.cont_box .come {}
.cont_box .come_r { float:right; overflow:hidden;}
.cont_box .come_l { float:left; overflow:hidden;}
.cont_box .photo_c {margin:0; text-align:center;}
.cont_box .photo_c+.photo_c,
.cont_box .photo_c+.come,
.cont_box .come+.photo_c{ padding-top:20px;}
.cont_box .photo_r { float:none; margin:0; padding-left:0; text-align:center;}
.cont_box .photo_l { float:none; margin:0; padding-right:0; text-align:center;}
.cont_box .photo_r img,
.cont_box .photo_l img { margin:0; padding:0;}
.cont_box .sbmid { height:auto !important; padding-bottom:0; text-indent:0; font-family:YuMincho,'Yu Mincho',serif; font-weight:bold; font-size:140%; background:none !important;}
.cont_box .pt50 { padding-top:0;}
.cont_box .pt200 { padding-top:0;}

/* BANNER BOX */
.banner_box { margin-top:40px;}
.banner_box ul{}
.banner_box ul:after { display:none;}
.banner_box ul li { float:none !important; margin-bottom:5px; width:100%;}

/* ABOUT */
.sb_about {}
.sb_about .message{ margin-bottom:20px; height:auto; text-indent:0; background:none;}
.sb_about .namae { height:auto; text-indent:0; background:none;}
.come_greet { float:none; width:100%;}

/* HISTORY */
.sb_history {}
.sb_history .photo2 p { float:left; padding:0 0 1%; margin:0; width:49.5%;}
.sb_history .photo2 p+p { margin-left:1%;}
.sb_history .photo2 p:nth-child(3) { margin-left:0;}
.sb_history .photo2 p img { width:100%; height:auto;}
.sb_history dl { border-top:1px solid #DDD;}
.sb_history dl:after { display:none;}
.sb_history dt,
.sb_history dd { width:100%; text-align:left;}
.sb_history dd { border-bottom:1px solid #DDD;}
.sb_history dd+dt { clear:both;}

/* FACTORY */
.sb_factory {}

/* KODAWARI */
.sb_kodawari {}
.sb_kodawari .hito { position:static; top:0; right:0; transform:none;}
}
@media screen and (min-width:601px) and (max-width:800px){
/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
div#sysMain,div#sysAside{ width: 100%; float: none;}/* PCレイアウトを維持する場合は削除 */


/* 20-1 Header */
.h-utilitybtn { position:relative;}
.h-utilitybtn .sysContent {
    position: absolute;
    top:15px;
    right:90px;
    float: none;
    width:30%;
    z-index: 999;
}
.h-utilitybtn ul li.sysText a {
    line-height: 17px;
    height:55px;
    font-size: x-small;
	color:#FFF;
	border:none;
}
.h-utilitybtn ul li {}
.h-utilitybtn ul li.sysText a:before {
    content: "";
    width: 20px;
    margin:8px auto 0;
    height: 20px;
    display: block;
}
.h-utilitybtn ul li.sysText:nth-child(1) a:before {
	background:url(https://nangokuseika.aispr.jp/img/customize/icon_mypage.png);
    background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(2) a:before {
	background:url(https://nangokuseika.aispr.jp/img/customize/icon_cart.png);
    background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(1) a { background-color:#DF3E12;}
.h-utilitybtn ul li.sysText:nth-child(2) a { background-color:#8C0000;}


/* 20-1-3 ドロップダウンメニュー */
.h-subMenu .sysHeadline{
    position: absolute;
    bottom:5px;
    right:0;
    width:85px;
	height:85px;
	text-indent:-9999px;
	background:url(https://nangokuseika.aispr.jp/img/customize/sm_nav.png) no-repeat center center;
	background-size:65px auto;
}
.h-subMenu ul {padding:20px;}
.h-subMenu ul li.sysText {margin:5px 0 0;}
.h-subMenu ul li.sysText a {
    /*line-height:40px;*/
    font-size: larger;
    font-weight: bold;
    text-align: center;
    padding:15px 0;
    color:#222;
    background:#FFF;
}

/* 23-1-5 メインメニュー*/
.h-mainMenu{
border-right: none;
border-left: none;
}
/* 23-1-6 検索フォーム */
.h-search .sysContent{ padding: 5px;}


/* 23-3-3 Aside Banner */
.s-banner li {
    margin: 0 1%;
    width: 48%;
    float: left;
}
.s-banner {
    overflow: hidden;
}

/* LoginForm & Search Form */
.s-login,.s-search{
    width: 49%;
    width: -webkit-calc( 50% - .2em);
    width: calc( 50% - .2em);
    float: none;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.s-login li a{
    font-size: 0.75rem;
    padding: 10px 0;
}
.s-search.asideCnt .sysItemSearchAndOr label{;
    display: block;
}

/* 23-4-2 Page Top Btn */
.p-pagetop .btn { width: 50%;}

/*-----------------------------------------------------------------------------------
　カスタマイズ
-----------------------------------------------------------------------------------*/
#sysWrap { padding:0 !important;}
#sysAside{ float:none !important; margin:auto; padding:20px !important; width:100% !important;}
#sysMain { float:none !important; margin:auto; padding:20px 20px 40px !important; width:100% !important; border-bottom:2px solid #2F201B ;}
#footer .f_cont2 .add div:nth-child(2) { font-size:14px;}
#footer .f_cont2 .add div:nth-child(3) { font-size:12px;}
#pagetop,
#pagetop a {width:30px; height:30px;}
#pagetop { bottom:10px; right:10px;}
#pagetop a { background-size:100% auto;}

/* MAINCONTENT0 */
.top_maincont1 { position:relative;}
.top_maincont { position:absolute; top:-50px; left:0;}

.top_maincont2 .mid { background-size:80%;}
.top_cont1 ul {}
.p-ranking ul.sysHorizontal { margin-top:0;  padding:20px 0;}
.p-ranking ul.sysHorizontal li { width:49.5% !important; margin-bottom:1% !important;}
.p-ranking ul.sysHorizontal li:nth-child(2n+1) { clear:both; margin-left:0 !important;}
.p-ranking ul.sysHorizontal li .sysItemPrice { padding:0 10px 10px;}

.sysItemList ul.sysThumbnail { margin-top:0;  padding:20px 0;}
.sysItemList ul.sysThumbnail li {width:49.5% !important; margin-bottom:1% !important;}
.sysItemList ul.sysThumbnail li:nth-child(2n+1) { clear:both; margin-left:0 !important;}
h2.sub_tit { padding-top:0;}


/* SUB TITLE */
#tit_sub { margin-top:0;}
#tit_sub p { padding:40px 0; min-height:inherit; text-align:center;}
#tit_sub b { display:block !important; margin-bottom:20px; font-size:150%;}
#tit_sub small { display:none;}
.tit_sub6 #tit_sub {background:url(https://nangokuseika.aispr.jp/img/customize/sub_tit6-2.jpg) no-repeat center center;}
#tit_sub { background-size:100% auto !important;}
.tit_sub1 p b,.tit_sub2 p b,.tit_sub3 b,.tit_sub4 b { text-align:center;}


/* ABOUT */
.sb_about .cont1 .mid {
	width:100%;
	height:auto;
	text-indent:0;
	font-family:YuMincho,'Yu Mincho',serif;
	font-weight:bold;
	font-size:140%;
	background:none;
}
.sb_about .cont1 .come { margin:30px 0;}
.sb_about .cont2 { margin-bottom:30px;}
.sb_about .cont2 .come .namae { margin-top:30px;}


/* HISTORY */
.sb_history .cont1 .mid {
	width:100%;
	height:auto;
	text-indent:0;
	font-family:YuMincho,'Yu Mincho',serif;
	font-weight:bold;
	font-size:140%;
	background:none;
}
.sb_history .cont1 .come { margin:30px 0;}
.sb_history .cont2 .photo+.photo { margin-top:30px;}
.sb_history .cont2 .photo2 { margin-bottom:30px;}
.sb_history .cont2 .photo2:after { /*float_clear*/ display:block; clear:both; content:"";}
.sb_history .cont2 .photo2 p { float:left; padding:0; margin:0; width:24.25%;}
.sb_history .cont2 .photo2 p+p { margin-left:1%;}
.sb_history .cont2 .photo2 p img { width:100%; height:auto;}


/* FACTORY */
.sb_factory .cont1 .mid {
	width:100%;
	height:auto;
	text-indent:0;
	font-family:YuMincho,'Yu Mincho',serif;
	font-weight:bold;
	font-size:140%;
	background:none;
}
.sb_factory .cont1 .come { margin:30px 0;}
.sb_factory .cont2 {}
.sb_factory .cont3 { position:relative; top:0;}
.sb_factory .cont3:after { /*float_clear*/ display:block; clear:both; content:"";}
.sb_factory .cont3 .photo { width:30%;}
.sb_factory .cont3 .come { width:55%; padding:20px 0 0;}
.sb_factory .cont4 { margin-bottom:30px;}
.sb_factory .cont5 {}
.sb_factory .cont5 .mid {
	width:100%;
	height:auto;
	text-indent:0;
	font-family:YuMincho,'Yu Mincho',serif;
	font-weight:bold;
	font-size:140%;
	background:none;
}
.sb_factory .cont5 .come { margin-bottom:30px;}


/* KODAWARI */
.sb_kodawari .cont1 { margin-bottom:30px;}
.sb_kodawari .cont1 .mid {
	width:100%;
	height:auto;
	text-indent:0;
	font-family:YuMincho,'Yu Mincho',serif;
	font-weight:bold;
	font-size:140%;
	background:none;
}
.sb_kodawari .cont1 .come { margin:30px 0;}
.sb_kodawari .cont2 .mid {
	margin-bottom:30px;
	width:100%;
	height:auto;
	text-indent:0;
	font-family:YuMincho,'Yu Mincho',serif;
	font-weight:bold;
	font-size:140%;
	background:none;
}
.sb_kodawari .cont3 .come { margin-top:30px;}











}
@media screen and (min-width:801px){
/* 30-0 Only PC 
 *----------------------------------------------------------------------*/
/* 30-1 Header */
.h-siteinfo,
.h-subMenu {
    margin: 0 auto;
}
.h-siteinfo { text-align: left;}
/* 30-1-3 ドロップダウンメニュー */
.h-subMenu > .sysContent {  display: block!important;}
.h-subMenu > .sysHeadline { display: none;}
.h-subMenu .sysAccordionInitialHide {
    position: absolute;
    bottom: 1px;
    right: 0;
    z-index: 999;
    width: 70%;
    background: transparent;
}
.h-subMenu ul {
    display: table;
    width: 100%;
}
.h-subMenu ul li {
    display: table-cell;
    width: auto!important;
    float: none;
    text-align: center;
}
.h-mainMenu nav {
    width: 70%;
    border-right: 1px solid;
}
.h-search .sysContent {
    width: 30%;
    position: absolute;
    top: -55px;
    height: 50px;
    right: 0;
    padding: 5px;
}

/* 32-9 トグル機能アニメーション */
.h-subMenu .sysAccordionInitialHide { opacity: 1;}

/* 33-3-1 Aside Check List */
.s-checklist li > div {
    width: 90%;
    margin: 0 auto;
}
.s-checklist .sysContent .sysVertical .sysItemImage img {
    width: 100%;
    float: none;
    margin: 5px auto;
}

/* 34-4-1 Footer Site Map */
.f-sitemap .sysContent {
    width: 95%;
    margin: 0 auto;
}
/* 34-4-2 Page Top Btn */
.p-pagetop .sysContent {
    overflow: hidden;
    padding: 0 2px;
    width: 95%;
    margin: 0 auto;
}
.p-pagetop .btn {
    float: right;
    padding: 10px 20px;
}



/*-----------------------------------------------------------------------------------
　カスタマイズ
-----------------------------------------------------------------------------------*/
#sysAside{ float:left !important; width:186px !important;}
#sysMain { float:right !important; width:720px !important;}
}
/* #END_OF_RESOURCE_FILE */
