/*
Theme Name: Pepper ONLINE STORE
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
License:
License URI:
Tags:
Text Domain:
*/

@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  リセット
**************************************************
--------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



body {
     background: none repeat scroll 0% 0% #FFF;
     color: #666464;
     font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Verdana,"游ゴシック",YuGothic,sans-serif;
     font-size: 13px;
     line-height: 1.4;
     letter-spacing: 0.8px;
     margin: 0px;
     padding: 0px;
	 background-attachment: scroll;
}

* {
     border: 0px none;
     margin: 0px;
     padding: 0px;
}

table {
     border-collapse: collapse;
     border-spacing: 0px;
}

html {
     overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, form {
     margin: 0px;
     padding: 0px;
}

ul {
     list-style-type: none;
}

.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1; }

.center {
     text-align: center;
}

/*--------------------------------------------------
**************************************************
  フォントカラー・フォントサイズ
**************************************************
--------------------------------------------------*/
a {
     color: #0f52a6;
     text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

a:hover {
     color: #68c8e7;
     text-decoration: underline;
}

a img{
	display: block;
	transition: 0.5s;
}

a img:hover {
	opacity: 0.8;
	transition: 0.5s;
}


em {
	color: #e58c93;
	font-weight: normal;
	font-style: normal;
}

strong {
     font-size: 130%;
}

.bold {
     font-weight: bold;
}

.big01 { font-size: 110%;}
.big02 { font-size: 120%;}
.big03 { font-size: 130%;}
.big04 { font-size: 140%;}
.big05 { font-size: 150%;}

.small { font-size: 85%;}
.fs90 { font-size: 90%;}
.fs80 { font-size: 80%;}
.fs70{ font-size: 70%;}
.fs60{ font-size: 60%;}

.red { color: #cc0000;}
.green { color: #00824c;}
.pink { color: #f04380;}
.blue { color: #003399;}

/*--------------------------------------------------
**************************************************
  ボックスレイアウト(基本)
**************************************************
--------------------------------------------------*/

/* --ぱんくず-- */
.breadcrumb {
	padding: 0;
	font-size: 13px;
	color: #666;
	font-family: "Open Sans",sans-serif;
}
.breadcrumb a {
	color: #0f52a6;
	text-decoration: none;
}

/*右寄せ（テキスト）*/
.box_right{
	margin-top: 15px;
	text-align: right;
}

/*右寄せ（画像）*/
.imgs_right{
	margin: 0;
	padding: 0 0 20px 20px;
	float: right;
}

/*左寄せ（画像）*/
.imgs_left{
	margin: 0;
	padding: 0 15px 0 0;
	float: left;
}

/* --マージンなしフロート-- */
.img_l {
	float: left;
}
.img_r {
	float: right;
}
img.img_disc{
	border-radius: 20px;
}
.center{ text-align: center;}
.align_l { text-align: left;}
.align_r { text-align: right;}

.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}
.mb100 { margin-bottom: 100px;}

.mt5 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}
.mt90 { margin-top: 90px;}
.mt100 { margin-top: 100px;}
.mt110 { margin-top: 110px;}
.mt120 { margin-top: 120px;}
.mt130 { margin-top: 130px;}
.mt140 { margin-top: 140px;}
.mt150 { margin-top: 150px;}

.ml5 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml30 { margin-left: 30px;}
.ml40 { margin-left: 40px;}
.ml50 { margin-left: 50px;}
.ml60 { margin-left: 60px;}

.mr5 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr20 { margin-right: 20px;}
.mr30 { margin-right: 30px;}
.mr40 { margin-right: 40px;}
.mr50 { margin-right: 50px;}
.mr60 { margin-right: 60px;}

/* -- CSSで画像を整形していたら -- */
a.opa:hover,
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}

.block { display: block;}
.auto { margin-left: auto; margin-right: auto;}


/* ----- box-shadow ----- */
.effect2 {
	width: 320px;
    position: relative;
}
.effect2:before, .effect2:after {
    background: none repeat scroll 0 0 #777777;
    bottom: 18px;
    box-shadow: 0 15px 10px #777777;
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.effect2:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
}
.effect480 {
	width: 480px;
    position: relative;
}
.effect480:before, .effect480:after {
    background: none repeat scroll 0 0 #777777;
    bottom: 18px;
    box-shadow: 0 15px 10px #777777;
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.effect480:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
}
/*--------------------------------------------------
**************************************************
  HEADER
***************************************************/
header {
	width: 1000px;
	margin: 10px auto 0;
}
/* ----
#h_inner {
	display: table;
}
#logo {
	width: 25%;
	padding-top: 14px;
	display: table-cell;
}
#h_right {
	width: 75%;
	display: table-cell;
	vertical-align: top;
}
#right_top {
	float: right;
	margin-top: 5px;
}
#h_search {
	float: right;
	margin-right: 20px;
}
#gnavi {
	float: right;
	padding: 15px 0 20px;
	font-size: 90%;
}
#gnavi li {
	float: left;
	margin-left: 15px;
	font-family: "Open Sans",sans-serif;
}
------- */

#logo {
	float: left;
  padding-top: 12px;
}
#right_top {
	float: right;
	margin-top: 20px;
}
#h_search {
	float: right;
	margin-right: 20px;
}
#gnavi {
	width: 100%;
	padding: 25px 0 20px;
	font-size: 90%;
	text-align: center;
}
#gnavi li {
	display: inline-block;
	margin: 0 15px;
	font-family: "Open Sans",sans-serif;
}

#gnavi li a {
  	color: #666464;
}
#gnavi li a:hover {
	color: #0f52a6;
}
#language {
	padding-bottom: 10px;
	font-family: "Open Sans",sans-serif;
	float: right;
}
#language a.link {
	color: #666464;
}
#searchform4,
#cse-search-box {
	width: 200px;
	position: relative;
}
#keywords4  {
	border: medium none;
	font-size: 13px;
	left: 12px;
	top: 2px;
	line-height: 1;
	padding: 3px 0;
	position: absolute;
	width: 156px;
}
#searchBtn4 {
    position: absolute;
    top: 3px;
    right: 5px;
}
#cse-search-box input[type="text"] {
	width: 200px !important;
	border: 1px solid #dfdfdf !important;
	display: block;
	height: 25px !important;
	box-sizing: border-box;
	background: none !important;
}

/*--------------------------------------------------
**************************************************
  Navi
**************************************************
--------------------------------------------------*/
.dropmenu{
	*zoom: 1;
}
.dropmenu li{
	position: relative;
	/* float: left; */
	margin-left: 25px;
	font-family: "Open Sans",sans-serif;
}
.dropmenu li ul li a{
	display: block;
	margin: 0;
	padding: 20px 0;
	color: #666464;
	line-height: 1;
	text-decoration: none;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: -20px;
}
.dropmenu li ul li{
	width: 100%;
}
.dropmenu li ul li a{
	padding: 13px 20px;
	border-bottom: 1px solid #efefef;
	background: rgba(255,255,255,0.9);
	text-align: center;
}
.dropmenu li ul li a:last-child {
  border-bottom: 2px solid #cfcfcf;
}
.dropmenu li:hover > a{
  color: #fd7289;
}
.dropmenu li a:hover{
  color: #fd7289;
}
#gnavi li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#gnavi li:hover ul li{
  overflow: visible;
  height: 38px;
}


/*--------------------------------------------------
**************************************************
  Main Content
**************************************************
--------------------------------------------------*/
@font-face
{
	font-family: "Open Sans",sans-serif;
	src: url('../webfonts/"Open Sans",sans-serif.ttf')
	 format("truetype");
}
section h1,
section h2 {
	//font-family: "Open Sans",sans-serif;
	font-family: "Open Sans",sans-serif;
	font-size: 40px;
	font-weight: lighter;
	text-align: center;
	color: #666464;
	letter-spacing: 0px;
	padding-bottom: 8px;
	background: url(../imgs/common/h2_line_bg.png) no-repeat center bottom;
}
section h1.japanese,
section h2.japanese {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Verdana,"游ゴシック",YuGothic,sans-serif;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	color: #666464;
	padding-bottom: 8px;
	background: url(../imgs/common/h2_line_bg.png) no-repeat center bottom;
}
section h2.common {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
	background: none;
}

section h3.common {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 2.0em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+50,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #efefef 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#efefef 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 0%,#efefef 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
/*--------------------------------------------------
**************************************************
  common(全ページ共通)
**************************************************
--------------------------------------------------*/

/* -- センターよせコンテンツ -- */
.inner {
	margin-left: auto;
	margin-right: auto;
}
.contents_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* -- 共通テーブル -- */
table.common {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #dfdfdf;
	font-size: 90%;
	border-collapse: collapse;
}
table.common caption{
	padding: 10px 8px;
	font-weight: bold;
	background: #efefef;
	border: 1px solid #dfdfdf;
	border-bottom: none;
}
table.common th {
	padding: 10px;
	border: 1px solid #dfdfdf;
	background: #f6f6f6;
	font-weight: bold;
	vertical-align: middle;
}
table.common th.w18 {
	width: 180px;
}
table.common td {
	padding: 10px;
	border: 1px solid #dfdfdf;
	vertical-align: middle;
}
/*--------------------------------------------------
**************************************************
  Side contents
**************************************************
--------------------------------------------------*/

/*--------------------------------------------------
**************************************************
  Footer
**************************************************
--------------------------------------------------*/
footer {
	margin-top: 120px;
	background: #f2f2f2;
	padding: 20px 0;
}
#f_inner {
	width: 1000px;
	margin: 0 auto;
}
#f_title {
	font-size: 24px;
	font-family: "Open Sans",sans-serif;
	padding-bottom: 8px;
  letter-spacing: 0px;
	border-bottom: 1px solid #cfcfcf;
	color: #666464;
}
#f_info {
	padding-bottom: 30px;
  font-size: 14px;
}
#f_info .list_title {
  color: #666464;
  font-weight: bold;
  font-family: "Open Sans",sans-serif;
}
#f_left {
	width: 50%;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #cfcfcf;
}
#f_left ul {
  width: 50%;
  float: left;
}
#f_left ul li {
  padding: 10px 0 0;
  font-family: "Open Sans",sans-serif;
}
#f_left ul li a {
  color: #666464;
}
#f_right {
	width: 50%;
  box-sizing: border-box;
  float: right;
  padding-left: 30px;
}
#f_right p {
  padding-bottom: 12px;
  font-family: "Open Sans",sans-serif;
}
#f_icon ul {
  display: block;
  width: auto;
  box-sizing: border-box;
  float: left;
  margin-top: 20px;
}

#f_icon ul li {
  display: inline-block;
  width: 30px;
  box-sizing: border-box;
  float: left;
  margin-left: 20px;
}

#f_icon ul li:first-child {
  width: 150px;
  margin-left: 0px;
  margin-top: -22px;
}

#copyright {
	font-size: 13px;
  font-family: "Open Sans",sans-serif;
  padding-top: 20px;
  border-top: 1px solid #cfcfcf;
  text-align: center;
}

#pageup{
	bottom: 20px;
	right: 20px;
	position: fixed;
}
#pageup img {
	width: 60px;
	height: 60px;
}

/*スクロール*/
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #dde;
	position: relative;
}
.jspDrag {
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
.scroll-pane {
    overflow: auto;
    width: 600px;
    height: 350px;
//    margin: 0;
	margin-left: auto;
	margin-right: auto;
}
.scroll-pane .jspVerticalBar {
    padding: 0;
    background-color: #e0e0e0;
    width: 10px;
}
.scroll-pane .jspTrack{
    background: #eee;
}
.scroll-pane .jspDrag{
    background: #52bcde;
    position: relative;
}
