@charset "UTF-8";
/*
 * normalise
 --------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/*
 * mixin
 --------------------------------------------------------------------------------*/
/*
 * Font
 --------------------------------------------------------------------------------*/
.cap {
  font-size: 12px;
  line-height: 1.5em;
  color: #404040;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/* font-weight */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

/* text color */
.gray {
  color: #404040;
}

.gray2 {
  color: gray;
}

.red {
  color: #FF0000;
}

/* font-size */
.large {
  font-size: 1.125em;
  line-height: 1.53125em;
}

.x-large {
  font-size: 1.5em;
  line-height: 1.53125em;
}

.xx-large {
  font-size: 2em;
  line-height: 1.53125em;
}

.size-9 {
  font-size: 9px;
  line-height: 1.75em;
}

.size-10 {
  font-size: 10px;
  line-height: 1.75em;
}

.size-11 {
  font-size: 11px;
  line-height: 1.75em;
}

.size-12 {
  font-size: 12px;
  line-height: 1.75em;
}

.size-13 {
  font-size: 13px;
  line-height: 1.75em;
}

.size-14 {
  font-size: 14px;
  line-height: 1.75em;
}

.size-15 {
  font-size: 15px;
  line-height: 1.75em;
}

.size-16 {
  font-size: 16px;
  line-height: 1.75em;
}

.size-17 {
  font-size: 17px;
  line-height: 1.75em;
}

.size-18 {
  font-size: 18px;
  line-height: 1.75em;
}

.size-19 {
  font-size: 19px;
  line-height: 1.75em;
}

.size-20 {
  font-size: 20px;
  line-height: 1.75em;
}

.size-21 {
  font-size: 21px;
  line-height: 1.75em;
}

.size-22 {
  font-size: 22px;
  line-height: 1.75em;
}

.size-23 {
  font-size: 23px;
  line-height: 1.75em;
}

.size-24 {
  font-size: 24px;
  line-height: 1.75em;
}

.size-25 {
  font-size: 25px;
  line-height: 1.75em;
}

.size-26 {
  font-size: 26px;
  line-height: 1.75em;
}

.size-27 {
  font-size: 27px;
  line-height: 1.75em;
}

.size-28 {
  font-size: 28px;
  line-height: 1.75em;
}

.size-29 {
  font-size: 29px;
  line-height: 1.75em;
}

.size-30 {
  font-size: 30px;
  line-height: 1.75em;
}

.size-31 {
  font-size: 31px;
  line-height: 1.75em;
}

.size-32 {
  font-size: 32px;
  line-height: 1.75em;
}

/* display */
.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

/* text-align */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*
 * basic
 --------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000;
}

del {
  text-decoration: line-through;
  color: #404040;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li img {
  vertical-align: top;
}

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #666666;
  text-decoration: underline;
  outline: none 0 !important;
}
a:link {
  color: #666666;
  text-decoration: underline;
}
a:visited {
  color: #666666;
  text-decoration: underline;
}
a:hover {
  color: #b3b3b3;
  text-decoration: none;
}
a:active {
  color: #b3b3b3;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a img {
  vertical-align: top;
}
a:hover img.hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc a *, .opc2 a {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a[target=_new], a[target=_blank] {
  background: no-repeat right center;
  background-image: url(../common/images/icon_exlink_inline.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  a[target=_new], a[target=_blank] {
    background-image: url(../common/images/2x/icon_exlink_inline.png);
    background-size: 10px auto;
  }
}
a[target=_new].noimg, a[target=_blank].noimg {
  background: transparent;
  padding-right: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  a[target=_new].noimg, a[target=_blank].noimg {
    background-image: transparent;
  }
}
a .amazon {
  display: block;
  background: url(../images/icon_amazon.png) no-repeat left center;
  padding-left: 25px;
}
.exlink a {
  display: block;
  background: url(../images/icon_exlink.png) no-repeat left center;
  padding-left: 20px;
}
.exlink a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #666666;
  text-decoration: underline;
}

/*
 * wrapper
 --------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  background-color: #FFF;
}

/*
 * main
 --------------------------------------------------------------------------------*/
/*
 * 	header
 */
#header {
  position: relative;
  margin: 0 auto;
}
#header #hobo {
  padding: 10px 0;
  text-align: center;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#header #hobo a {
  color: #000;
  text-decoration: none;
}
#header h1 {
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}

#yodogawa {
  text-align: center;
  font-size: 16px;
}

/*
 * contents
 */
.contents {
  position: relative;
  width: 800px;
  margin: 50px auto 40px;
}
.contents h2 {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.contents blockquote {
  margin: 40px 0;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 2px solid #404040;
  color: #404040;
}
.contents .article {
  width: 500px;
  margin: 0 auto;
  text-align: left;
}

.column {
  position: relative;
  width: 800px;
  margin: 50px auto;
}
.column h2 {
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.column .article {
  width: 500px;
  margin: 0 auto;
  text-align: left;
}

.photo {
  margin: 40px auto;
}
.photo p {
  font-size: 12px;
  line-height: 1.5em;
  color: #404040;
}

.date {
  margin: 20px 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #404040;
}

#navi {
  text-align: center;
}
#navi ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#navi li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 10px;
}

/*
 * TOC - table of contents
 */
#toc {
  margin: 50px auto;
}
#toc h2 {
  text-align: center;
}
#toc ul, #toc li {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#toc li {
  position: relative;
  padding: 5px 0;
  padding-left: 4.5em;
  width: 437px;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  letter-spacing: 0;
}
#toc li:first-child {
  border-top: 1px solid #CCC;
}
#toc li.current {
  color: #30BF30;
}
#toc li a {
  display: block;
  padding: 3px 0;
  text-align: left;
}
#toc li a:visited, #toc li a:hover {
  color: #666666;
  text-decoration: none;
}
#toc li em {
  margin-left: -4em;
  padding-right: 1em;
  font-style: normal;
  font-weight: bold;
}
#toc li span {
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -12px;
  font-size: 12px;
  color: #999;
}

/*
 * archive
 */
#past {
  margin: 50px auto;
}
#past h2 {
  text-align: center;
}
#past ul, #past li {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#past li {
  position: relative;
  padding: 5px 0;
  padding-left: 4.5em;
  width: 437px;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  letter-spacing: 0;
}
#past li:first-child {
  border-top: 1px solid #CCC;
}
#past li.current {
  color: #30BF30;
}
#past li a {
  display: block;
  padding: 3px 0;
  text-align: left;
}
#past li a:visited, #past li a:hover {
  color: #666666;
  text-decoration: none;
}
#past li em {
  margin-left: -4em;
  padding-right: 1em;
  font-style: normal;
  font-weight: bold;
}
#past li span {
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -12px;
  font-size: 12px;
  color: #999;
}

#footer {
  position: relative;
  padding-bottom: 400px;
  margin-top: 50px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 10px;
  font-size: 0;
  letter-spacing: -0.4em;
}
#footer ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 40px;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.075em;
}
#footer .fblike {
  text-align: center;
  margin: 20px;
}
#footer .copyright {
  margin-top: 10px;
  font-size: 10px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #404040;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background: transparent url(../2017/images/bg_check_201705y.png) repeat center top;
  -webkit-text-size-adjust: 100%;
}

.icon-ich {
  background: transparent url(../2015/images/icon_ss_ich.png) no-repeat left top;
  text-indent: 1.75em;
}

.btn_sale_page {
  text-align: center;
}
.btn_sale_page a {
  width: 380px;
  margin-top: 40px;
  padding: 60px 0 20px 0;
  background: transparent url(../2015/images/logo_jam_shop.png) no-repeat center 20px;
  border: 1px solid #4C4296;
  border-radius: 8px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #4C4296;
}
.btn_sale_page + .cap {
  width: 380px;
}

a {
  color: #4C4296;
  text-decoration: none;
}
a:link {
  color: #4C4296;
  text-decoration: none;
}
a:visited {
  color: #4C4296;
  text-decoration: none;
}
a:hover {
  color: #a6a1cb;
  text-decoration: none;
}
a:active {
  color: #a6a1cb;
  text-decoration: none;
}

a.btn {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 13px 20px;
  /* border-radius */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* END border-radius */
  background-color: #1C4A72;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

.multi-img {
  font-size: 0;
  letter-spacing: 0;
  padding: 0;
}
.multi-img img {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.step {
  width: 500px;
  margin: 32px auto;
}
.step ul {
  overflow: hidden;
  *zoom: 1;
}
.step li {
  clear: both;
}
.step li img {
  display: inline-block;
  vertical-align: middle;
}
.step li p {
  display: inline-block;
  width: auto;
  margin: 0;
}
.step li:before {
  content: "↓";
  display: block;
  text-align: center;
}
.step li:first-child:before {
  content: "";
  display: none;
}

/*--------------------------------------------------------------------------------
 * 
 * 	wrapper
 * 
 *--------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 960px;
  background-color: transparent;
}
#wrapper ul, #wrapper li {
  list-style: none;
}

/*--------------------------------------------------------------------------------
 * 
 * 	header
 * 
 *--------------------------------------------------------------------------------*/
#header .hobo {
  padding: 16px 0;
}
#header h1 {
  position: absolute;
  right: 5px;
  top: 10px;
}
#header h1 img {
  height: 22px;
}

/*--------------------------------------------------------------------------------
 * 
 * 	mainPhoto
 * 
 *--------------------------------------------------------------------------------*/
#mainPhoto {
  position: relative;
  width: 960px;
  height: 535px;
  margin-top: 0;
  background: transparent url(../2015/images/bg_page_header.png) no-repeat center top;
}
#mainPhoto h2 {
  position: absolute;
  bottom: -40px;
  left: 10%;
  z-index: 10;
}
#mainPhoto h2 img {
  width: 283px;
}
#mainPhoto #saleinfo {
  position: absolute;
  bottom: 290px;
  right: 15px;
  z-index: 10;
}
#mainPhoto #saleinfo img {
  width: 120px;
}

#slides {
  width: 960px;
  margin: 0px auto 0;
}

/*--------------------------------------------------------------------------------
 * 
 * 	contents
 * 
 *--------------------------------------------------------------------------------*/
#yodogawa {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
#yodogawa p {
  display: inline-block;
  margin: 40px auto 0;
  font-weight: bold;
  text-align: left;
  vertical-align: bottom;
  color: #dc1e00;
}
#yodogawa p.profile {
  margin-left: 20px;
}

.content {
  position: relative;
  background: url(../2015/images/bg_content_mid.png) repeat-y center top;
  width: 656px;
  margin: 50px auto;
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.075em;
}
.content:before, .content:after {
  content: " ";
  position: absolute;
  display: block;
  width: 656px;
  height: 10px;
  left: 0;
}
.content:before {
  background: url(../2015/images/bg_content_top.png) no-repeat center top;
  top: -10px;
}
.content:after {
  background: url(../2015/images/bg_content_btm.png) no-repeat center top;
  bottom: -10px;
}
.content h2 {
  width: 560px;
  margin: 0 auto 20px;
}
.content h2 img:first-child {
  margin-right: 20px;
}
.content h3 {
  margin-top: 80px;
  margin-left: 78px;
}
.content h3:first-child {
  margin-top: 20px;
}
.content p {
  margin: 1.5em auto;
}
.content blockquote {
  position: relative;
  margin: 2em auto;
  padding: 40px 60px;
  width: 380px;
  border: 1px solid #E5E3DF;
  background-color: #F7F5F1;
  font-weight: bold;
}
.content blockquote:before, .content blockquote:after {
  content: " ";
  position: absolute;
  display: block;
  width: 45px;
  height: 35px;
}
.content blockquote:before {
  background: url(../2015/images/quote_lt.png) no-repeat center top;
  top: 25px;
  left: 30px;
}
.content blockquote:after {
  background: url(../2015/images/quote_rb.png) no-repeat center top;
  bottom: 55px;
  right: 25px;
}
.content blockquote p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  width: auto;
}
.content blockquote p + p {
  text-align: right;
}
.content .yodogawa {
  width: 560px;
  margin: 0 auto;
}
.content .pan {
  width: 560px;
  margin: 0 auto;
}
.content .pan h2 img:first-child {
  margin-right: -75px;
}

.report .photo > span:before, .report .photo > span:after {
  content: "";
  border: 15px solid transparent;
  display: inline-block;
  position: absolute;
  transform: rotate(-1deg);
}

.report {
  position: relative;
  background: url(../2017/images/bg_note_201705y.png) repeat-y center top;
  width: 560px;
  margin: 50px auto;
  padding: 40px 100px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.075em;
}
.report .photo > span {
  display: inline-block;
  position: relative;
}
.report .photo > span:before {
  border-left-color: #ecec76;
  border-top-color: #ecec76;
  top: -3px;
  left: -3px;
  transform: rotate(-1deg);
}
.report .photo > span:after {
  border-right-color: #ecec76;
  border-bottom-color: #ecec76;
  right: -3px;
  bottom: -3px;
  transform: rotate(1deg);
}
.report .photo > span img {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.cart_area {
  width: 560px;
  margin: 0 auto;
}

.cart {
  overflow: hidden;
}

.product_photo {
  float: left;
}

.product_info {
  margin-left: 160px;
}
.product_info h4 {
  font-size: 18px;
  margin-top: 0;
}

.bbd {
  font-size: 14px;
  line-height: 1.5;
}

.photo img {
  min-height: 373px;
}
.photo p {
  font-size: 16px;
  line-height: 1.75;
  margin: 5px auto 0 25px;
  text-indent: -25px;
}
.photo p i {
  font-size: 150%;
  vertical-align: middle;
}

.column {
  width: 480px;
  border: 1px solid #CCC;
  padding: 10px 40px;
}

.banner {
  text-align: center;
}

.att {
  width: 560px;
  margin: 0 auto;
  text-align: center;
}
.att p {
  display: inline-block;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

span.indent {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  vertical-align: top;
}

#toc {
  width: 500px;
  margin: 40px auto;
}
#toc h4 {
  margin-bottom: 0;
}
#toc li {
  padding-left: 5px;
  width: auto;
}
#toc li a {
  text-decoration: none;
}
#toc li img {
  vertical-align: middle;
}
#toc li span {
  display: inline-block;
  vertical-align: middle;
  position: static;
  right: auto;
  top: auto;
  margin-top: 0;
  margin-left: 10px;
  font-size: 14px;
  color: #000;
}
#toc li span.date {
  margin: 0;
  padding: 0;
  font-family: "Lucida Console", Monaco, monospace;
  position: absolute;
  right: 5px;
  font-size: 12px;
}

#navi a.btn, #navi2 a.btn {
  display: inline-block;
  padding: 13px 20px;
  /* border-radius */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* END border-radius */
  background-color: #4C4296;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
}

.kl {
  margin-left: -0.5em;
}

#navi2 {
  text-align: center;
}

/*--------------------------------------------------------------------------------
 * 
 * 	footer
 * 
 *--------------------------------------------------------------------------------*/
#footer {
  margin-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #CCCCCC;
}
#footer ul {
  margin: 0;
  padding: 20px 10px;
  list-style-type: none;
  text-align: left;
  letter-spacing: -0.4em;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  height: auto;
  overflow: hidden;
}
#footer ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 10px 40px 0 0;
  margin: 0;
}
#footer ul li.sns {
  float: right;
  margin: 0;
  padding: 0 0 0 10px;
}
#footer ul li a {
  display: block;
  background: none;
  padding: 0;
  text-align: center;
}
#footer ul li .snsCount {
  position: relative;
  display: block;
  height: 12px;
  margin-top: 5px;
  padding: 2px 0;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 2px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
}
#footer ul li .snsCount:before, #footer ul li .snsCount:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
}
#footer ul li .snsCount:before {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #CCC transparent;
  top: -5px;
  margin-left: -5px;
}
#footer ul li .snsCount:after {
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #FFF transparent;
  top: -4px;
  margin-left: -4px;
}
#footer .copyright {
  margin-top: 10px;
  font-size: 10px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #404040;
}
#footer .credit {
  margin: 40px auto 20px;
  font-size: 12px;
  text-align: center;
}

#totop {
  position: fixed;
  bottom: 0;
  right: 50%;
  margin-right: -475px;
}
#totop .btn {
  background-color: #FFF;
  border: 1px solid #bbc9d5;
  border-bottom: 0;
  color: #1C4A72;
  padding: 10px 0 0 0;
  width: 40px;
  height: 35px;
  /* border-radius */
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  /* END border-radius */
  font-size: 11px;
}

@media (max-width: 600px) {
  body {
    background-size: 50%;
  }

  #header h1 {
    right: 0;
    top: 10px;
    bottom: auto;
  }
  #header h1 img {
    height: 15px;
  }

  #slides img {
    width: 100%;
  }

  #mainPhoto h2 {
    width: 50% !important;
    left: 0;
  }

  #saleinfo {
    width: 20%;
    bottom: auto;
    top: -5px;
    right: 10px;
  }
  #saleinfo img {
    width: 100% !important;
  }

  .content {
    margin: 20px auto;
    padding: 10px 0;
  }
  .content .yodogawa {
    width: auto;
    padding: 10px;
  }
  .content .yodogawa p:first-of-type {
    margin-top: 0;
  }

  .report {
    width: auto;
    padding: 10px;
    background-size: contain;
  }

  .photo img {
    width: 100%;
    min-height: auto;
    height: auto;
  }

  span.indent {
    text-indent: 0;
    padding-left: 0;
    display: inline;
  }

  .cart_area {
    width: auto;
  }

  .cart {
    overflow: auto;
  }

  .product_photo {
    float: none;
  }

  .product_info {
    margin-left: 0;
  }
  .product_info h4 {
    font-size: 18px;
    margin: 0.5em auto;
  }
  .product_info p {
    margin: 0;
  }

  .btn_sale_page a {
    width: 100%;
  }
}
