@charset "UTF-8";
a:hover img {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: “alpha(opacity=50) ”;
  /* IE 8 */
}

a img {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* clearfix */
.clearfix, .contents_header, .contents_subcategory1_box, .contents_subcategory2, .contents_subcategory2_box, .contents_list1_box, .contents_list2_box, .contents_works1_box, .contents_works2_box, .contents_category_box, .content_sale_index, .content_sale_work {
  *zoom: 1;
}
.clearfix:after, .contents_header:after, .contents_subcategory1_box:after, .contents_subcategory2:after, .contents_subcategory2_box:after, .contents_list1_box:after, .contents_list2_box:after, .contents_works1_box:after, .contents_works2_box:after, .contents_category_box:after, .content_sale_index:after, .content_sale_work:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #7d7d7d;
  text-align: center;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  width: 980px;
  text-align: left;
  margin: 0 auto;
}

input, textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
  color: #999;
}
a:visited {
  color: #999;
}
a:hover {
  text-decoration: none;
  color: #ccc;
}
a:active {
  color: #ccc;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
  width: 980px;
  margin: 0 auto;
  padding: 10px;
  background: #808080;
  font-size: fz(12);
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
  clear: both;
}
#contents .pageTop {
  clear: both;
  margin: 0;
  text-align: right;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
header {
  width: 980px;
  background: #fff;
  margin: 20px 0 0 0;
  position: relative;
  height: 70px;
}
header .header-logo {
  text-align: center;
  margin: 0 auto;
}
header h1 a {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 280px;
  height: 70px;
  background-image: url("http://www.musashino-kb.com/theme-seane/images/common/header_logo.png");
  background-repeat: no-repeat;
}
header h1 span {
  display: none;
}
header .header_menu_l {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
header .header_menu_l > li {
  float: left;
}
header .header_menu_r {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
header .header_menu_r > li {
  float: left;
}

.home_address a:LINK {
  color: #0064E2;
  text-decoration: none;
}

.home_address a:VISITED {
  color: #0064E2;
  text-decoration: none;
}

.home_address a:ACTIVE {
  color: #0064E2;
  text-decoration: none;
}

.home_address a:HOVER {
  color: #80B2F1;
  text-decoration: none;
}

/*----------------------------------------------------
	パンくず
----------------------------------------------------*/
.breadcrumb {
  font-size: 13px;
  float: right;
  line-height: 13px;
  margin: 18px 0;
}

/*----------------------------------------------------
	ページトップへ
----------------------------------------------------*/
.button_up {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 36;
  height: 36;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer {
  color: white;
  background: #A6A090;
  clear: both;
}
footer address {
  font-size: 13px;
  background: white;
  color: #7d7d7d;
  padding: 50px 0 40px 0;
  font-style: normal;
  line-height: 2;
}

.footer_menu {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0 40px 0;
  font-size: 13px;
}
.footer_menu .footer_menu1 {
  float: left;
  margin: 0;
  padding: 0;
  width: 240px;
  list-style-type: none;
}
.footer_menu .footer_menu1 li {
  text-align: left;
  margin-bottom: 5px;
}
.footer_menu .footer_menu1 li a {
  color: white;
  text-decoration: none;
}
.footer_menu .footer_menu1 li a:hover {
  color: #d3d0c8;
}
.footer_menu .footer_menu2 {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  list-style-type: none;
}
.footer_menu .footer_menu2 li {
  text-align: left;
  margin-bottom: 5px;
}
.footer_menu .footer_menu2 li span {
  font-size: 12px;
}
.footer_menu .footer_menu2 li a {
  color: white;
  text-decoration: none;
}
.footer_menu .footer_menu2 li a:hover {
  color: #d3d0c8;
}
.footer_menu .footer_menu3 {
  float: left;
  margin: 0;
  padding: 0;
  width: 170px;
  list-style-type: none;
}
.footer_menu .footer_menu3 li {
  text-align: left;
  margin-bottom: 5px;
}
.footer_menu .footer_menu3 li span {
  font-size: 12px;
}
.footer_menu .footer_menu3 li a {
  color: white;
  text-decoration: none;
}
.footer_menu .footer_menu3 li a:hover {
  color: #d3d0c8;
}
.footer_menu .footer_menu4 {
  float: left;
  margin: 0;
  padding: 0;
  width: 190px;
  list-style-type: none;
}
.footer_menu .footer_menu4 li {
  text-align: left;
  margin-bottom: 5px;
}
.footer_menu .footer_menu4 li span {
  font-size: 12px;
}
.footer_menu .footer_menu4 li a {
  color: white;
  text-decoration: none;
}
.footer_menu .footer_menu4 li a:hover {
  color: #d3d0c8;
}
.footer_menu .footer_menu5 {
  float: left;
  margin: 0;
  padding: 0;
  width: 200px;
  list-style-type: none;
}
.footer_menu .footer_menu5 li {
  text-align: left;
  margin-bottom: 5px;
}
.footer_menu .footer_menu5 li span {
  font-size: 12px;
}
.footer_menu .footer_menu5 li a {
  color: white;
  text-decoration: none;
}
.footer_menu .footer_menu5 li a:hover {
  color: #d3d0c8;
}

/*----------------------------------------------------
	contents_header
----------------------------------------------------*/
.contents_header {
  clear: both;
}

.contents_header_headline {
  width: 980px;
  letter-spacing: 5pt;
  height: 70px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #808080;
  padding: 10px 0 0 16px;
}

.contents_header_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.contents_header_menu > li {
  background: url("../../theme-seane/images/common/contents_header_arrow.png") no-repeat right center #808080;
  width: 312px;
  line-height: 18px;
  margin-right: 4px;
  float: left;
  color: #fff;
  font-size: 18px;
  padding: 11px 0 11px 12px;
  position: relative;
  height: 18px;
}
.contents_header_menu > li a {
  text-decoration: none;
  color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 11px 0 11px 12px;
}
.contents_header_menu > li a:hover {
  width: 312px;
  height: 18px;
  background: url("../../theme-seane/images/common/contents_header_arrow.png") no-repeat right center #BFBFBF;
}
.contents_header_menu > li:last-child {
  margin-right: 0px;
}

.contents_header_p {
  font-size: 13px;
  margin: 0;
  padding-top: 18px;
  line-height: 1.8;
}

.contents_header_p2 {
  font-size: 13px;
  margin: 0;
  padding-top: 18px;
  line-height: 1.8;
  clear: both;
}

/*----------------------------------------------------
	contents_subheader
----------------------------------------------------*/
.contents_subheader {
  margin-top: 56px;
}

.contents_subheader_text {
  width: 328px;
  float: left;
  margin: 0;
  padding: 0;
}
.contents_subheader_text .contents_subheader_headline {
  font-size: 22px;
  font-weight: normal;
  border-bottom: 4px solid #c5c5c5;
  padding: 0 18px 0 20px;
  color: #333;
}
.contents_subheader_text .contents_subheader_p {
  font-size: 13px;
  padding: 0 18px 0 20px;
  line-height: 1.8;
}

.contents_subheader_img {
  width: 652px;
  float: right;
  height: 225px;
}

.contents_subheader_text2 {
  width: 980px;
  float: left;
  margin: 0;
  padding: 0;
}
.contents_subheader_text2 .contents_subheader_headline {
  font-size: 22px;
  font-weight: normal;
  border-bottom: 4px solid #c5c5c5;
  padding: 0 18px 0 20px;
  color: #333;
}
.contents_subheader_text2 .contents_subheader_p {
  font-size: 13px;
  padding: 0 18px 0 20px;
  line-height: 1.8;
}

/*----------------------------------------------------
	contents_menu
----------------------------------------------------*/
.contents_menu {
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
  clear: both;
}
.contents_menu li {
  float: left;
}

/*----------------------------------------------------
	contents_sub_banner
----------------------------------------------------*/
.contents_sub_banner {
  padding-top: 70px;
  clear: both;
}
.contents_sub_banner .contents_sub_banner_l {
  float: left;
}
.contents_sub_banner .contents_sub_banner_r {
  float: right;
}

/*----------------------------------------------------
	contents_footer_banner
----------------------------------------------------*/
.contents_footer_banner_catalogue {
  padding: 40px 0 0 0;
  clear: both;
}

.contents_footer_banner_sale {
  margin: 30px 0 0 0;
  clear: both;
}

/*----------------------------------------------------
	contents_footer_facebook
----------------------------------------------------*/
.contents_footer_facebook {
  padding: 30px 0 0 0;
  clear: both;
}

/*----------------------------------------------------
	作品　カテゴリー　一覧 1
----------------------------------------------------*/
.contents_subcategory1 {
  margin-top: 80px;
}

.contents_subcategory1_headline1 {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 40px 0;
}

.contents_subcategory1_box {
  margin-top: 25px;
  clear: both;
  height: 220px;
}

.contents_subcategory1_text {
  width: 328px;
  float: left;
  margin: 0;
  padding: 0;
}
.contents_subcategory1_text .contents_subcategory1_headline2 {
  font-size: 22px;
  font-weight: normal;
  border-bottom: 4px solid #c5c5c5;
  padding: 0 18px 0 20px;
  margin-top: 0;
  color: #333;
}
.contents_subcategory1_text .contents_subcategory1_p {
  font-size: 13px;
  padding: 0 18px 0 20px;
  line-height: 1.8;
}
.contents_subcategory1_text .contents_subcategory1_p a:LINK {
  color: #0064E2;
}
.contents_subcategory1_text .contents_subcategory1_p a:VISITED {
  color: #0064E2;
}
.contents_subcategory1_text .contents_subcategory1_p a:ACTIVE {
  color: #0064E2;
}
.contents_subcategory1_text .contents_subcategory1_p a:HOVER {
  color: #80B2F1;
}

.contents_subcategory1_img {
  width: 652px;
  float: right;
  height: 225px;
}

/*----------------------------------------------------
	カテゴリー一覧2
----------------------------------------------------*/
.contents_subcategory2 {
  clear: both;
  margin-top: 80px;
}

.contents_subcategory2_headline1 {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 40px 0;
}

.contents_subcategory2_box {
  margin-top: 25px;
  clear: both;
  height: 220px;
  position: relative;
}

.contents_subcategory2_text {
  width: 328px;
  float: left;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -20px;
}
.contents_subcategory2_text .contents_subcategory2_headline2 {
  font-size: 22px;
  font-weight: normal;
  border-bottom: 4px solid #c5c5c5;
  padding: 0 18px 0 20px;
  margin: 0;
  color: #333;
}
.contents_subcategory2_text .contents_subcategory2_p {
  font-size: 13px;
  padding: 0 18px 0 20px;
  line-height: 1.8;
}
.contents_subcategory2_text .contents_subcategory2_p a:LINK {
  color: #0064E2;
}
.contents_subcategory2_text .contents_subcategory2_p a:VISITED {
  color: #0064E2;
}
.contents_subcategory2_text .contents_subcategory2_p a:ACTIVE {
  color: #0064E2;
}
.contents_subcategory2_text .contents_subcategory2_p a:HOVER {
  color: #80B2F1;
}

.contents_subcategory2_img {
  width: 652px;
  float: right;
  height: 225px;
}

/*----------------------------------------------------
	作品一覧ページ（オーダー等）
----------------------------------------------------*/
.contents_list1 {
  margin: 0px;
  padding-top: 80px;
  clear: both;
}

.contents_list1_headline1 {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 20px 0;
  clear: both;
}

.contents_list1_text1 {
  color: #FF6400;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 30px 0;
  clear: both;
}

.contents_list1_box {
  margin-top: 25px;
  background-color: #000;
  font-size: 13px;
  clear: both;
}

.contents_subcategory1_text {
  width: 328px;
  float: left;
  margin: 0;
  padding: 0;
}

.contents_subcategory1_img {
  width: 652px;
  float: right;
  height: 225px;
}

.contents_subcategory1_menu {
  margin: 40px 0 0 10px;
  padding: 0;
  font-size: 16px;
  clear: both;
  list-style: none;
  text-align: center;
}
.contents_subcategory1_menu li {
  float: left;
  text-decoration: underline;
  margin-right: 35px;
}
.contents_subcategory1_menu li:last-child {
  margin-right: 0px;
}

.thumbnail {
  margin-left: 40px;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
  padding: 50px 0 0 0;
  float: left;
}

.thumb {
  width: 126px;
  border: 1px solid #808080;
  line-height: 1.5em;
  list-style: none;
  background-color: #333;
  padding: 15px 15px 5px 15px;
  margin: 0 0px 25px 20px;
  text-align: center;
  float: left;
}

.thumbtx {
  padding: 5px 0 0 0;
  margin: 0 -10px;
}

.side .banner .active a {
  background-position: -170px 0;
}

.workstx {
  padding: 15px 0 0 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
}

.thumbnail-ms {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 50px 0 0 0;
}

.thumb-ms {
  width: 120px;
  border: 1px solid #808080;
  line-height: 1.5em;
  list-style: none;
  background-color: #333;
  padding: 15px 10px 5px 10px;
  margin: 0 0px 25px 10px;
  text-align: center;
  float: left;
}

.thumbtx a:LINK {
  color: #FFF;
  text-decoration: none;
}

.thumbtx a:VISITED {
  color: #FFF;
  text-decoration: none;
}

.thumbtx a:ACTIVE {
  color: #FFF;
  text-decoration: none;
}

.thumbtx a:HOVER {
  color: #666;
  text-decoration: none;
}

/*----------------------------------------------------
	作品一覧ページ（セミオーダー）
----------------------------------------------------*/
.contents_list2 {
  margin: 0px;
  padding-top: 40px;
  clear: both;
}

.contents_list2_headline1 {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 20px 0;
  clear: both;
}

.contents_list2_box {
  margin-top: 25px;
  font-size: 13px;
  clear: both;
}

.contents_subcategory1_text {
  width: 328px;
  float: left;
  margin: 0;
  padding: 0;
}

.contents_subcategory1_img {
  width: 652px;
  float: right;
  height: 225px;
}

.contents_subcategory1_menu {
  margin: 40px 0 0 10px;
  padding: 0;
  font-size: 16px;
  clear: both;
  list-style: none;
  text-align: center;
}
.contents_subcategory1_menu li {
  float: left;
  text-decoration: underline;
  margin-right: 35px;
}
.contents_subcategory1_menu li:last-child {
  margin-right: 0px;
}

.contents_subcategory2_menu {
  margin: 40px 0 0 10px;
  overflow: hidden;
  position: relative;
  padding: 0;
  font-size: 16px;
  clear: both;
}
.contents_subcategory2_menu ul {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
}
.contents_subcategory2_menu ul li {
  text-decoration: underline;
  margin-right: 35px;
  display: inline;
  float: left;
  position: relative;
  left: -50%;
}
.contents_subcategory2_menu ul li:last-child {
  margin-right: 0px;
}

.thumb_semi_pagenavi ul.pageNav01 {
  margin: 0 0 10px;
  padding: 10px 10px 5px;
  text-align: center;
}

.thumb_semi_pagenavi li {
  display: inline;
  margin: 0 6px;
  padding: 0;
  font-size: 18px;
}

.thumb_semi_pagenavi li span {
  color: #333;
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 8px;
  border: 1px solid #7d7d7d;
  text-decoration: none;
  vertical-align: middle;
  background: #c5c5c5;
}

.thumb_semi_pagenavi li a {
  color: #333;
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #7d7d7d;
  text-decoration: none;
  vertical-align: middle;
}

.thumb_semi_pagenavi li a:hover {
  border-color: #c5c5c5;
  color: #7d7d7d;
}

.thumbnail_semi {
  margin-right: -10px;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
  padding: 15px 0 0 0;
  float: left;
}

.thumb_semi {
  width: 323px;
  line-height: 1.5em;
  list-style: none;
  margin: 0 0px 5px 5px;
  text-align: center;
  position: relative;
  float: left;
}

.thumbtx_semi {
  background-color: #fff;
  position: relative;
  margin-top: -40px;
  z-index: 100;
  padding: 13px 0;
  line-height: 14px;
  font-size: 14px;
  opacity: 0.8;
}

.thumbtx_semi a:LINK {
  color: #333;
  text-decoration: none;
}

.thumbtx_semi a:VISITED {
  color: #333;
  text-decoration: none;
}

.thumbtx_semi a:ACTIVE {
  color: #333;
  text-decoration: none;
}

.thumbtx_semi a:HOVER {
  color: #7d7d7d;
  text-decoration: none;
}

/*----------------------------------------------------
	詳細ページ（オーダー等）
----------------------------------------------------*/
.contents_works1 {
  margin: 0px;
  padding-top: 10px;
  clear: both;
}

.contents_works1_box {
  margin-top: 25px;
  background-color: #000;
  font-size: 13px;
  clear: both;
}

.contents_works1_headline1 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 20px 0;
  padding-top: 55px;
  clear: both;
}

.contents_works1_headline2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
  padding: 12px 0;
  clear: both;
}

.asset-body {
  width: 880px;
  margin: 0 auto;
  color: #fff;
}

hr {
  border: none;
  border-top: 1px solid #FF6400;
  clear: both;
}

.asset-body p {
  color: #fff;
  line-height: 1.8;
}
.asset-body p a:link {
  color: #3378d7;
}
.asset-body p a:visited {
  color: #8d33c6;
}
.asset-body p a:hover {
  color: #003cc8;
}
.asset-body p a:active {
  color: #5b99e0;
}

.asset-body p img {
  text-align: center;
  display: block;
  padding-top: 10px;
  margin: 0px auto 20px !important;
}

.asset-body p:first-child img:first-child {
  text-align: center !important;
  margin: 0px auto 20px !important;
  float: none !important;
}

.contents_works1_text1 {
  color: #FF6400;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 30px 0;
  clear: both;
}

.contents_works1_box_back1 {
  float: left;
  font-size: 18px;
  color: #fff;
}
.contents_works1_box_back1 a {
  color: #fff;
  text-decoration: none;
}
.contents_works1_box_back1 a:hover {
  color: #666;
}

.contents_works1_box_next1 {
  float: right;
  font-size: 18px;
  color: #fff;
}
.contents_works1_box_next1 a {
  color: #fff;
  text-decoration: none;
}
.contents_works1_box_next1 a:hover {
  color: #666;
}

.contents_works1_box_button {
  clear: both;
  text-align: center;
  padding: 50px 0;
}

/*----------------------------------------------------
	詳細ページ（セミオーダー）
----------------------------------------------------*/
.contents_works2 {
  margin: 0px;
  padding-top: 40px;
  clear: both;
}

.contents_works2_headline1 {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 20px 0;
  clear: both;
}

.contents_works2_box {
  margin-top: 25px;
  font-size: 13px;
  clear: both;
}

.contents_works2_text1 {
  color: #7d7d7d;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin: 0px 0 20px 0;
  padding-top: 5px;
  clear: both;
}

.contents_works2_text2 {
  color: #7d7d7d;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  width: 690px;
  margin: 0 auto;
  clear: both;
}

.text10,
.text11,
.text12,
.text13 {
  color: #7d7d7d;
  line-height: 1.8;
}

.contents_works2_box_back1 {
  float: left;
  font-size: 18px;
  color: #fff;
}
.contents_works2_box_back1 a {
  color: #333;
  text-decoration: none;
}
.contents_works2_box_back1 a:hover {
  color: #7d7d7d;
}

.contents_works2_box_next1 {
  float: right;
  font-size: 18px;
  color: #fff;
}
.contents_works2_box_next1 a {
  color: #333;
  text-decoration: none;
}
.contents_works2_box_next1 a:hover {
  color: #7d7d7d;
}

.contents_works2_box_button {
  clear: both;
  text-align: center;
  padding: 50px 0 20px 0;
}

/*----------------------------------------------------
	作品集
----------------------------------------------------*/
.contents_category {
  margin-top: 70px;
  margin-bottom: 20px;
}

.contents_category_box {
  margin-top: 80px;
}

.contents_category_text {
  width: 328px;
  float: left;
  margin: 0;
  padding: 0;
}
.contents_category_text .contents_category_pL {
  font-size: 13px;
  margin: 0;
  color: #808080;
  padding: 0 0px 0 18px;
  line-height: 1.8;
  height: 220px;
}
.contents_category_text .contents_category_pL a:LINK {
  color: #0064E2;
}
.contents_category_text .contents_category_pL a:VISITED {
  color: #0064E2;
}
.contents_category_text .contents_category_pL a:ACTIVE {
  color: #0064E2;
}
.contents_category_text .contents_category_pL a:HOVER {
  color: #80B2F1;
}
.contents_category_text .contents_category_pR {
  font-size: 13px;
  margin: 0;
  color: #808080;
  padding: 0 18px 0 0px;
  line-height: 1.8;
  height: 220px;
}
.contents_category_text .contents_category_pR a:LINK {
  color: #0064E2;
}
.contents_category_text .contents_category_pR a:VISITED {
  color: #0064E2;
}
.contents_category_text .contents_category_pR a:ACTIVE {
  color: #0064E2;
}
.contents_category_text .contents_category_pR a:HOVER {
  color: #80B2F1;
}
.contents_category_text .contents_category_headline {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  height: 80px;
  vertical-align: bottom;
  letter-spacing: 3pt;
  padding: 10px 0 0 16px;
}

.contents_category_imgL {
  width: 652px;
  float: left;
  height: 300px;
}

.contents_category_imgR {
  width: 652px;
  float: right;
  height: 300px;
}

.contents_category_menu {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 16px;
  clear: both;
  list-style: none;
  float: left;
}
.contents_category_menu li {
  float: left;
  text-decoration: underline;
  margin-right: 35px;
}

/*----------------------------------------------------
	Home Page
----------------------------------------------------*/
.home_news_title {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  padding: 4px 0 4px 10px;
  background: #A6A090;
  margin-top: 50px;
}

.home_news_text {
  font-size: 11px;
  color: #333;
  line-height: 1.6;
}

.home_news_text a:LINK {
  color: #0064E2;
  text-decoration: none;
}

.home_news_text a:VISITED {
  color: #0064E2;
  text-decoration: none;
}

.home_news_text a:ACTIVE {
  color: #0064E2;
  text-decoration: none;
}

.home_news_text a:HOVER {
  color: #80B2F1;
  text-decoration: none;
}

.home_about {
  font-size: 12px;
  color: #333;
  background: url("../../theme-seane/images/home/bg_about.png") no-repeat;
  height: 191px;
  padding: 14px 0 0 138px;
  margin: 50px 0 10px 0;
  line-height: 1.8;
}

.home_text1 {
  font-size: 11px;
  color: #333;
  line-height: 1.6;
}

.home_text2 {
  font-size: 11px;
  color: #333;
  line-height: 1.6;
}

.home_text2 a:LINK {
  color: #0064E2;
  text-decoration: none;
}

.home_text2 a:VISITED {
  color: #0064E2;
  text-decoration: none;
}

.home_text2 a:ACTIVE {
  color: #0064E2;
  text-decoration: none;
}

.home_text2 a:HOVER {
  color: #80B2F1;
  text-decoration: none;
}

.home_text3 {
  font-size: 12px;
  line-height: 1.6;
}

.search {
  text-align: center;
  margin-top: 20px;
}

.home_infomation_title {
  font-weight: normal;
  color: #7d7d7d;
  font-size: 13px;
  width: 980px;
  margin-top: 50px;
}

.home_infomation {
  color: #333;
  font-size: 13px;
  margin: 0 0 5px 0px;
  padding: 0 0 0 0px;
}

dl.home_infomation dt {
  margin: 0;
  padding: 3px 0;
  width: 10em;
  float: left;
}

dl.home_infomation dd {
  margin: 0;
  padding: 3px 0 3px 10em;
}

.home_infomation a:LINK {
  color: #0064E2;
  text-decoration: none;
}

.home_infomation a:VISITED {
  color: #0064E2;
  text-decoration: none;
}

.home_infomation a:ACTIVE {
  color: #0064E2;
  text-decoration: none;
}

.home_infomation a:HOVER {
  color: #80B2F1;
  text-decoration: none;
}

.home_caterogy_title {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  padding: 4px 0 4px 10px;
  background: #A6A090;
  margin: 50px 0 4px 0;
}

.home_caterogy {
  margin: 0 0 20px 0;
  height: 640px;
}

.home_caterogy_order {
  float: left;
  height: 318px;
  position: relative;
}

.home_caterogy_order_text {
  color: #FFF;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  width: 652px;
  top: 100px;
  text-align: center;
}
.home_caterogy_order_text span {
  font-size: 35px;
  letter-spacing: 10px;
}

.home_caterogy_door {
  float: right;
  height: 318px;
  position: relative;
}

.home_caterogy_door_text {
  color: #FFF;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  width: 324px;
  top: 100px;
  text-align: center;
}
.home_caterogy_door_text span {
  font-size: 35px;
  letter-spacing: 10px;
}

.home_caterogy_lamp {
  float: left;
  height: 157px;
  margin-top: 4px;
  position: relative;
}

.home_caterogy_lamp_text {
  color: #FFF;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  width: 328px;
  top: 40px;
  text-align: center;
}
.home_caterogy_lamp_text span {
  font-size: 35px;
  letter-spacing: 5px;
}

.home_caterogy_sign {
  float: left;
  height: 156px;
  margin-top: 4px;
  position: relative;
}

.home_caterogy_sign_text {
  color: #FFF;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  width: 328px;
  top: 40px;
  text-align: center;
}
.home_caterogy_sign_text span {
  font-size: 35px;
  letter-spacing: 5px;
}

.home_caterogy_semi {
  float: right;
  height: 318px;
  margin-top: 3px;
  position: relative;
}

.home_caterogy_semi_text {
  color: #FFF;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  width: 628px;
  top: 110px;
  text-align: center;
}
.home_caterogy_semi_text span {
  font-size: 35px;
  letter-spacing: 10px;
}

.home_address {
  font-size: 13px;
  text-align: center;
  line-height: 13px;
  margin: 18px 0;
  position: relative;
}

.home_topic {
  margin: 0 0 20px 0;
  height: 752px;
}

.home_topic1 {
  float: left;
  height: 500px;
  position: relative;
}

.home_topic1_text1 {
  color: #FF96AF;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  bottom: 150px;
  right: 410px;
  text-align: left;
  line-height: 30px;
}

.home_topic1_text2 {
  color: #FFF;
  font-size: 40px;
  font-weight: normal;
  position: absolute;
  top: 300px;
  left: 510px;
  text-align: left;
  line-height: 60px;
  color: #7d7d7d;
}

.home_topic1_text3 {
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: 380px;
  left: 510px;
  text-align: left;
  line-height: 28px;
  color: #7d7d7d;
}

.home_topic2 {
  float: left;
  height: 157px;
  margin-top: 4px;
  position: relative;
  margin-right: 4px;
}
.home_topic2:last-child {
  margin-right: -4px;
}

.home_topic2_text1 {
  color: #FFF;
  font-size: 22px;
  font-weight: normal;
  position: absolute;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  bottom: -70px;
  left: 15px;
  text-align: left;
}

.home_topic2_text2 {
  color: #FFF;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  bottom: -90px;
  left: 15px;
  text-align: left;
}

.home_topic3_text1 {
  color: #7d7d7d;
  font-size: 22px;
  font-weight: normal;
  position: absolute;
  bottom: -70px;
  left: 15px;
  text-align: left;
}

.home_topic3_text2 {
  color: #7d7d7d;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  bottom: -90px;
  left: 15px;
  text-align: left;
}

/*----------------------------------------------------
	Old Template
----------------------------------------------------*/
.contents_old {
  background: #000;
  color: #fff;
  padding: 20px 140px;
}
.contents_old .contents_old_title {
  text-align: center;
  padding: 0 0 20px 0;
}
.contents_old a:link {
  color: #3378d7;
}
.contents_old a:visited {
  color: #8d33c6;
}
.contents_old a:hover {
  color: #003cc8;
}
.contents_old a:active {
  color: #5b99e0;
}
.contents_old table {
  font-size: 12px;
  line-height: 1.6;
}
.contents_old table .tb_chumon td {
  padding: 7px;
  border: 1px solid #fff;
}
.contents_old h3 {
  margin: 25px 0px 10px;
  text-align: center;
  padding: 0;
  font-size: 22px;
}
.contents_old p {
  font-size: 12px;
  line-height: 1.8;
}
.contents_old #mail-form-text {
  color: #000;
}
.contents_old input {
  color: #000;
}
.contents_old .thumbnail {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  text-align: left;
  padding-top: 15px;
  float: left;
}
.contents_old .thumb {
  width: 213px;
  line-height: 1.5em;
  list-style: none;
  padding: 0;
  margin: 0 5px 15px 20px;
  text-align: center;
  float: left;
  border: none;
  background-color: #000;
}
.contents_old .thumbtx {
  padding: 5px 0 0 0;
}
.contents_old .thumbtx2 {
  text-align: left;
  padding: 10px 0 15px 0;
  font-size: 12px;
  line-height: 1.6;
}
.contents_old .thumbtitle {
  background: url(http://www.musashino-kb.com/common/title_bar2.gif);
  text-indent: 10px;
  line-height: 25px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#musashino {
  background: url(http://www.musashino-kb.com/common/musashino.jpg) no-repeat left;
  width: 695px;
  float: left;
  height: 191px;
  padding: 10px 0px 0 0px !important;
  margin: 20px 0 5px 0;
}
#musashino p {
  margin-left: 25px !important;
}

.font15 {
  font-size: 15px;
}

#mail-form-footer #mail_preview {
  color: #000;
}
#mail-form-footer #mail_post {
  color: #000;
}

/*----------------------------------------------------
	blog
----------------------------------------------------*/
.contents_blog {
  text-align: left;
}
.contents_blog p {
  font-size: 13px;
  padding: 0 18px 0 0px;
  line-height: 1.8;
  color: #7d7d7d;
  clear: both;
}
.contents_blog p img {
  display: inline;
  padding: 0;
  margin: 0 !important;
}
.contents_blog .contents_blog_side {
  width: 200px;
  float: right;
  padding: 10px 0 0 35px;
}
.contents_blog .contents_blog_side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents_blog .contents_blog_side li {
  font-size: 13px;
  margin-top: 4px;
}
.contents_blog .contents_blog_side input {
  width: 80px;
}
.contents_blog .contents_blog_main {
  float: left;
  width: 600px;
}
.contents_blog .contents_blog_main textarea {
  width: 500px;
}
.contents_blog .gray25,
.contents_blog #footer {
  color: #000000;
}
.contents_blog .comments-open-header, .contents_blog .comments-header, .contents_blog .asset-name {
  color: #000000;
}
.contents_blog .mainblog {
  width: 500px;
  float: left;
  padding: 0 0 0 0;
  margin: 0;
}
.contents_blog #wrapContents h2 {
  background: url(none);
  text-indent: 0px;
  line-height: 30px;
  width: 500px;
  margin: 0;
  padding: 0;
}
.contents_blog .widget-header {
  color: #000000;
  text-align: left;
  margin-left: 0px;
  padding-left: 0px;
  text-indent: 0px;
}
.contents_blog .main h3 {
  margin: 0px 0px 10px;
  text-align: left;
  padding: 0;
}
.contents_blog ul.tree {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}
.contents_blog ul.tree ul {
  margin: 0 0 0 10px;
  padding: 0;
}
.contents_blog ul.tree li {
  margin: 0;
  padding: 0 0 0 11px;
  background-image: url(tree_lst.gif);
  background-repeat: no-repeat;
  list-style: none;
}
.contents_blog ul.tree li.tree_end {
  background-image: url(tree_end.gif);
  list-style: none;
}
.contents_blog .social-button iframe,
.contents_blog .social-button a,
.contents_blog .social-butoon img,
.contents_blog .social-button div {
  vertical-align: top !important;
}
.contents_blog .social-button {
  padding: 10px 0 50px 0;
}

/*----------------------------------------------------
	sale
----------------------------------------------------*/
.sale_read {
  margin: 0 100px;
  color: #fff;
}

.sale {
  color: #fff;
}
.sale hr {
  height: 1px;
  background-color: #803f15;
  border: none;
  color: #803f15;
}
.sale .thumbnail {
  margin-left: 37px;
  margin-bottom: 0px;
  position: relative;
  text-align: left;
  padding: 50px 0 0 0;
  float: left;
}
.sale .thumbnail2 {
  margin-left: 37px;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
  padding: 0px 0 0 0;
  float: left;
}
.sale .thumb {
  width: 126px;
  border: 1px solid #808080;
  line-height: 1.5em;
  list-style: none;
  background-color: #333;
  padding: 15px 15px 10px 15px;
  margin: 0 0px 15px 20px;
  text-align: center;
  float: left;
}
.sale .thumbtx {
  padding: 10px 0 5px 0;
}
.sale .side .banner .active a {
  background-position: -170px 0;
}
.sale .workstx {
  padding: 15px 0 0 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
}
.sale .text11 {
  font-size: 18px;
  padding: 5px 0 15px 0;
}
.sale .text10 {
  font-size: 12px;
}
.sale .text12 {
  padding: 25px 0 5px 0;
}
.sale .text13 {
  margin-top: 50px;
  clear: both;
  padding: 10px;
}
.sale .thumbtx a:LINK {
  color: #FFF;
  text-decoration: none;
}
.sale .thumbtx a:VISITED {
  color: #FFF;
  text-decoration: none;
}
.sale .thumbtx a:ACTIVE {
  color: #FFF;
  text-decoration: none;
}
.sale .thumbtx a:HOVER {
  color: #FFF;
  text-decoration: underline;
}
.sale .thumbtx2 img {
  border: none;
}
.sale .thumbtx2 {
  padding: 3px 0 2px 0;
}
.sale .thumbtx3 {
  padding: 3px 0;
}
.sale .thumbtx4 {
  margin: 0 -20px;
  padding: 3px 0 5px 0;
  color: #f4001d;
}
.sale .thumbtx5 {
  position: relative;
  left: 25px;
  top: -200px;
}
.sale .thumbtx6 {
  position: relative;
  left: 40px;
  top: -200px;
}
.sale .thumbtx7 {
  position: relative;
  left: -15px;
  top: -400px;
}
.sale .thumbtx8 {
  position: relative;
  left: -15px;
  top: -320px;
}
.sale .thumbtx10 {
  font-size: 20px;
  margin: 0 0 0 220px;
  padding: 3px 0 0px 0px;
}
.sale .thumbtx11 {
  font-size: 25px;
  margin: 0 0 0 220px;
  padding: 0px 0 5px 0px;
  color: #f4001d;
}
.sale .thumbtx12 {
  position: relative;
  left: 75px;
  top: -125px;
}
.sale .thumbtx13 {
  font-size: 18px;
  margin: 0 0 0 220px;
  padding: 0px 0 0px 0px;
  color: #f4001d;
}

.sale2 {
  padding: 20px 140px;
  color: #fff;
  font-size: 12px;
}
.sale2 .text11 {
  font-size: 18px;
  padding: 5px 0 15px 0;
  color: #fff;
}
.sale2 h3 {
  font-size: 22px;
  margin: 25px 0px 25px;
  text-align: center;
  padding: 0;
}
.sale2 .text10 {
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.sale2 .text12 {
  padding: 16px 0 5px 0;
  color: #fff;
}
.sale2 .thumbtx10 {
  font-size: 20px;
  margin: 0 0 0 220px;
  padding: 30px 0 0px 0px;
}
.sale2 .thumbtx11 {
  font-size: 25px;
  margin: 0 0 0 220px;
  padding: 0px 0 5px 0px;
  color: #f4001d;
}
.sale2 .thumbtx12 {
  position: relative;
  left: 75px;
  top: -125px;
}
.sale2 .thumbtx13 {
  font-size: 18px;
  margin: 0 0 0 220px;
  padding: 0px 0 0px 0px;
  color: #f4001d;
}
.sale2 p {
  line-height: 1.8;
}
.sale2 p a:LINK {
  color: #0064E2;
  text-decoration: none;
}
.sale2 p a:VISITED {
  color: #0064E2;
  text-decoration: none;
}
.sale2 p a:ACTIVE {
  color: #0064E2;
  text-decoration: none;
}
.sale2 p a:HOVER {
  color: #80B2F1;
  text-decoration: none;
}

/* --------------------------------------------------
  544px以下: デフォルト
-------------------------------------------------- */
.content_sale_index {
  margin: 25px -16px 0;
  background-color: #000;
  font-size: 13px;
  clear: both;
}
.content_sale_index .content_sale_index-read {
  margin: 0 16px;
  color: #fff;
}
.content_sale_index .content_sale_index-read .content_sale_index-read_title {
  padding: 15px 0 0 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
}
.content_sale_index .content_sale_index-read hr {
  height: 1px;
  background-color: #803f15;
  border: none;
  color: #803f15;
}
.content_sale_index .content_sale_index-thumb1 {
  color: #fff;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 50px 0 0 0;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list {
  width: 136px;
  height: 400px;
  border: 1px solid #808080;
  line-height: 1.5em;
  list-style: none;
  background-color: #333;
  padding: 15px 5px 10px 5px;
  margin: 0 5px 15px 5px;
  text-align: center;
  float: left;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list img {
  width: auto;
  height: 275px;
  border: 0;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list .content_sale_index-thumb1_list_title {
  padding: 10px 0 5px 0;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list .content_sale_index-thumb1_list_title a {
  color: #FFF;
  text-decoration: none;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list .content_sale_index-thumb1_list_detail {
  padding: 3px 0 2px 0;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list .content_sale_index-thumb1_list_detail img {
  max-width: 118px;
  height: auto;
  border: none;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list .content_sale_index-thumb1_list_price1 {
  padding: 3px 0;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list .content_sale_index-thumb1_list_price2 {
  margin: 0 -20px;
  padding: 3px 0 5px 0;
  color: #f4001d;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list .content_sale_index-thumb1_list_discount {
  position: relative;
  left: 25px;
  top: -200px;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list .content_sale_index-thumb1_list_discount img {
  max-width: 75px;
  height: auto;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list .content_sale_index-thumb1_list_reserved {
  position: relative;
  left: 40px;
  top: -200px;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list .content_sale_index-thumb1_list_reserved img {
  max-width: 156px;
  height: auto;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list .content_sale_index-thumb1_list_soldout {
  position: relative;
  left: -5px;
  top: -400px;
}
.content_sale_index .content_sale_index-thumb1 .content_sale_index-thumb1_list .content_sale_index-thumb1_list_soldout img {
  max-width: 146px;
  height: auto;
}
.content_sale_index .content_sale_index-thumb2 {
  color: #fff;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0px 0 50px 0;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list {
  width: 136px;
  height: 250px;
  border: 1px solid #808080;
  line-height: 1.5em;
  list-style: none;
  background-color: #333;
  padding: 15px 5px 10px 5px;
  margin: 0 5px 15px 5px;
  text-align: center;
  float: left;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list img {
  width: auto;
  height: 120px;
  border: 0;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list .content_sale_index-thumb2_list_title {
  padding: 10px 0 5px 0;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list .content_sale_index-thumb2_list_title a {
  color: #FFF;
  text-decoration: none;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list .content_sale_index-thumb2_list_detail {
  padding: 3px 0 2px 0;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list .content_sale_index-thumb2_list_detail img {
  max-width: 118px;
  height: auto;
  border: none;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list .content_sale_index-thumb2_list_price1 {
  padding: 3px 0;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list .content_sale_index-thumb2_list_price2 {
  margin: 0 -20px;
  padding: 3px 0 5px 0;
  color: #f4001d;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list .content_sale_index-thumb2_list_discount {
  position: relative;
  left: 25px;
  top: -200px;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list .content_sale_index-thumb2_list_discount img {
  max-width: 75px;
  height: auto;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list .content_sale_index-thumb2_list_reserved {
  position: relative;
  left: 40px;
  top: -200px;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list .content_sale_index-thumb2_list_reserved img {
  max-width: 156px;
  height: auto;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list .content_sale_index-thumb2_list_soldout {
  position: relative;
  left: -5px;
  top: -320px;
}
.content_sale_index .content_sale_index-thumb2 .content_sale_index-thumb2_list .content_sale_index-thumb2_list_soldout img {
  max-width: 146px;
  height: auto;
}

.content_sale_work {
  font-size: 12px;
  color: #fff;
  background-color: #000;
  margin: 25px -16px 0;
  padding: 20px 16px;
  clear: both;
}
.content_sale_work img {
  margin: 0 auto !important;
}
.content_sale_work .content_sale_work-bnr {
  text-align: center;
  padding-top: 30px;
  margin: 0 16px;
}
.content_sale_work h3 {
  font-size: 22px;
  margin: 25px 0px 25px;
  text-align: center;
  padding: 0;
}
.content_sale_work .content_sale_work-title {
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.content_sale_work .content_sale_work-paragraph {
  font-size: 18px;
  padding: 5px 0 15px 0;
  color: #fff;
}
.content_sale_work .content_sale_work-caption {
  padding: 16px 0 5px 0;
  color: #fff;
}
.content_sale_work p {
  line-height: 1.8;
}
.content_sale_work p a:LINK {
  color: #0064E2;
  text-decoration: none;
}
.content_sale_work p a:VISITED {
  color: #0064E2;
  text-decoration: none;
}
.content_sale_work p a:ACTIVE {
  color: #0064E2;
  text-decoration: none;
}
.content_sale_work p a:HOVER {
  color: #80B2F1;
  text-decoration: none;
}
.content_sale_work .content_sale_work-price1 {
  font-size: 20px;
  margin: 0 auto;
  padding: 30px 0 0px 0px;
}
.content_sale_work .content_sale_work-price2 {
  font-size: 25px;
  margin: 0 auto;
  padding: 0px 0 5px 0px;
  color: #f4001d;
}
.content_sale_work .content_sale_work-price3 {
  font-size: 18px;
  margin: 0 auto;
  padding: 0px 0 0px 0px;
  color: #f4001d;
}
.content_sale_work .content_sale_work-discount {
  width: 120px;
  height: 120px;
  position: relative;
  margin-bottom: 100px;
}
.content_sale_work .content_sale_work-discount img {
  max-width: 120px;
  height: auto;
}
.content_sale_work p {
  text-align: left !important;
}

/* --------------------------------------------------
  544px以上（ファブレット）
-------------------------------------------------- */
/* --------------------------------------------------
  768px以上（タブレット）
-------------------------------------------------- */
@media (min-width: 768px) {
  .content_sale_work {
    font-size: 12px;
    color: #fff;
    background-color: #000;
    margin: 25px auto 0;
    padding: 20px 140px;
    clear: both;
  }
  .content_sale_work img {
    padding: 10px;
  }
  .content_sale_work .content_sale_work-price1 {
    margin: 0 0 0 220px;
  }
  .content_sale_work .content_sale_work-price2 {
    margin: 0 0 0 220px;
  }
  .content_sale_work .content_sale_work-price3 {
    margin: 0 0 0 220px;
  }
  .content_sale_work .content_sale_work-discount {
    display: inline;
    position: relative;
    left: 75px;
    top: -125px;
  }
  .content_sale_work .content_sale_work-discount img {
    width: 120px;
    height: 120px;
  }
  .content_sale_work .btn {
    width: 100%;
    height: auto;
    margin-top: -200px !important;
  }
}
/* --------------------------------------------------
  992px以上（ラップトップ）
-------------------------------------------------- */
/* --------------------------------------------------
  1200px以上（デスクトップ）
-------------------------------------------------- */
@media (min-width: 1200px) {
  .content_sale_index {
    margin: 25px 0px 0;
  }
  .content_sale_index .content_sale_index-read {
    margin: 0 100px;
  }
}
/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}
@media screen and (max-width: 999px) {
  #wrapper {
    width: auto;
    padding: 0 16px;
  }

  img {
    width: 100%;
    height: auto;
  }

  /*----------------------------------------------------
  	ヘッダー
  ----------------------------------------------------*/
  header {
    width: auto;
  }
  header .header-logo {
    width: 280px;
    height: auto;
  }
  header .header_menu_l > li {
    width: 125px;
    float: left;
  }
  header .header_menu_r > li {
    width: 125px;
    float: left;
  }

  /*----------------------------------------------------
  	contents_header
  ----------------------------------------------------*/
  .contents_header_headline {
    width: auto;
  }

  .contents_header_menu {
    width: auto;
  }
  .contents_header_menu > li {
    max-width: 31%;
    padding: 11px 0% 11px 1.9%;
  }
  .contents_header_menu > li a {
    max-width: 98%;
    padding: 11px 0% 11px 1.9%;
  }
  .contents_header_menu > li a:hover {
    width: 98%;
    padding: 11px 0% 11px 1.9%;
  }

  /*----------------------------------------------------
  	contents_subheader
  ----------------------------------------------------*/
  .contents_subheader_text {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
  }
  .contents_subheader_text .contents_subheader_headline {
    width: 100%;
    padding: 0;
  }
  .contents_subheader_text .contents_subheader_p {
    padding: 0;
  }

  .contents_subheader_img {
    width: 100%;
    height: auto;
  }

  .contents_subheader_text2 {
    width: 100%;
    padding: 0;
  }
  .contents_subheader_text2 .contents_subheader_headline {
    width: 100%;
    padding: 0;
  }
  .contents_subheader_text2 .contents_subheader_p {
    width: 100%;
    padding: 0;
  }

  /*----------------------------------------------------
  	作品集
  ----------------------------------------------------*/
  .contents_category {
    margin-top: -30px;
  }

  .contents_category_box {
    padding-bottom: 50px;
  }

  .contents_category_text {
    width: 100%;
    clear: both;
    position: relative;
    height: auto;
  }
  .contents_category_text .contents_category_pL {
    top: 100px;
    position: relative;
    padding: 0;
    clear: both;
    height: auto;
  }
  .contents_category_text .contents_category_pR {
    top: 100px;
    position: relative;
    padding: 0;
    clear: both;
    height: auto;
  }
  .contents_category_text .contents_category_headline {
    width: 100%;
    top: 0;
    position: absolute;
  }

  .contents_category_imgL {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
  }

  .contents_category_imgR {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
  }

  .contents_category_menu {
    position: relative;
    top: 100px;
  }

  /*----------------------------------------------------
  	作品　カテゴリー　一覧 1
  ----------------------------------------------------*/
  .contents_subcategory1 {
    margin-top: 80px;
  }

  .contents_subcategory1_headline1 {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 40px 0;
  }

  .contents_subcategory1_box {
    margin-top: 25px;
    clear: both;
    height: 220px;
  }

  .contents_subcategory1_text {
    width: 100%;
  }
  .contents_subcategory1_text .contents_subcategory1_headline2 {
    padding: 0;
  }
  .contents_subcategory1_text .contents_subcategory1_p {
    padding: 0;
    margin-top: -10px;
  }

  .contents_subcategory1_img {
    width: 100%;
    height: auto;
  }

  /*----------------------------------------------------
  	詳細ページ（オーダー等）
  ----------------------------------------------------*/
  .asset-body {
    width: 90%;
  }

  .thumbnail-img-80 {
    display: none  !important;
  }

  .asset-body img {
    max-width: 100%;
    height: auto;
    text-align: center;
    display: block;
    padding-top: 10px;
    margin: 0px auto 20px !important;
  }

  .contents_works1_text1 {
    clear: both;
  }

  .contents_works1_box_back1 {
    padding-top: 50px;
  }
  .contents_works1_box_back1 img {
    width: 80px;
    padding: 10px;
    float: left;
    top: -40px;
    position: relative;
  }

  .contents_works1_box_next1 {
    padding-top: 50px;
  }
  .contents_works1_box_next1 img {
    width: 80px;
    padding: 10px;
    float: right;
    top: -40px;
    position: relative;
  }

  .contents_works1_box_button {
    padding: 50px 0 0 0;
  }

  /*----------------------------------------------------
  	作品一覧ページ（セミオーダー）
  ----------------------------------------------------*/
  .thumb_semi {
    width: 48%;
  }

  .contents_works2_text2 {
    width: 100%;
  }

  /*----------------------------------------------------
  	詳細ページ（セミオーダー）
  ----------------------------------------------------*/
  .contents_works2_box_next1 img {
    width: 50%;
  }

  .contents_works2_box_back1 img {
    width: 50%;
  }

  	/*----------------------------------------------------
  	contents_sub_banner
  ----------------------------------------------------*/
  .contents_sub_banner .contents_sub_banner_l {
    width: 49%;
  }
  .contents_sub_banner .contents_sub_banner_r {
    width: 49%;
  }

  /*----------------------------------------------------
  	フッター
  ----------------------------------------------------*/
  footer {
    width: auto;
    padding: 0 16px;
    background: white;
  }

  .footer_menu {
    display: none;
  }

  /*----------------------------------------------------
  	Home Page
  ----------------------------------------------------*/
  .home_news_title {
    display: none;
  }

  .home_news_text {
    display: none;
  }

  .home_about {
    display: none;
  }

  .home_text1 {
    display: none;
  }

  .home_text2 {
    display: none;
  }

  .imageflow {
    display: none;
  }

  .home_text3 {
    display: none;
  }

  .search {
    text-align: center;
    margin-top: 20px;
  }

  .home_infomation_title {
    display: none;
  }

  .home_infomation {
    display: none;
  }

  .home_caterogy_title {
    font-weight: normal;
    color: #fff;
    font-size: 13px;
    padding: 4px 0 4px 10px;
    background: #A6A090;
    margin: 50px 0 4px 0;
    clear: both;
  }

  .home_caterogy {
    margin: 0 0 20px 0;
    height: auto;
  }

  .home_caterogy_order {
    width: 100%;
    height: auto;
    clear: both;
  }

  .home_caterogy_order_text {
    top: 10px;
    left: 10px;
    text-align: left;
  }

  .home_caterogy_door {
    width: 100%;
    height: auto;
    clear: both;
  }

  .home_caterogy_door_text {
    top: 10px;
    left: 10px;
    text-align: left;
  }

  .home_caterogy_lamp {
    width: 100%;
    height: auto;
    clear: both;
  }

  .home_caterogy_lamp_text {
    top: 10px;
    left: 10px;
    text-align: left;
  }

  .home_caterogy_sign {
    width: 100%;
    height: auto;
    clear: both;
  }

  .home_caterogy_sign_text {
    top: 10px;
    left: 10px;
    text-align: left;
  }

  .home_caterogy_semi {
    width: 100%;
    height: auto;
    clear: both;
  }

  .home_caterogy_semi_text {
    top: 10px;
    left: 10px;
    text-align: left;
  }

  .home_address {
    font-size: 13px;
    text-align: center;
    line-height: 13px;
    margin: 18px 0;
    position: relative;
  }

  .home_topic {
    margin: 0 0 20px 0;
    height: auto;
  }

  .home_topic1 {
    float: left;
    height: auto;
    position: relative;
  }

  .home_topic1_text1 {
    color: #7d7d7d;
    font-size: 22px;
    position: absolute;
    bottom: 10px;
    right: 30px;
    text-align: left;
  }

  .home_topic1_text2 {
    display: none;
  }

  .home_topic1_text3 {
    display: none;
  }

  .home_topic2 {
    float: left;
    width: 32.5%;
    margin-right: 1%;
    height: auto;
    margin-top: 4px;
    position: relative;
  }
  .home_topic2:last-child {
    margin-right: -4px;
  }

  .home_topic2_text1 {
    bottom: 0px;
  }

  .home_topic2_text2 {
    display: none;
  }

  .home_topic3_text1 {
    bottom: 0px;
  }

  .home_topic3_text2 {
    display: none;
  }

  .home_caterogy_order {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
  }

  .home_caterogy_order_text {
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    width: 100%;
    top: none;
    text-align: left;
  }
  .home_caterogy_order_text span {
    font-size: 35px;
    letter-spacing: 10px;
  }

  .home_caterogy_door {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
  }

  .home_caterogy_door_text {
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    width: 100%;
    top: none;
    text-align: left;
  }
  .home_caterogy_door_text span {
    font-size: 35px;
    letter-spacing: 10px;
  }

  .home_caterogy_lamp {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
  }

  .home_caterogy_lamp_text {
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    width: 100%;
    top: none;
    text-align: left;
  }
  .home_caterogy_lamp_text span {
    font-size: 35px;
    letter-spacing: 5px;
  }

  .home_caterogy_sign {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
  }

  .home_caterogy_sign_text {
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    width: 100%;
    top: none;
    text-align: left;
  }
  .home_caterogy_sign_text span {
    font-size: 35px;
    letter-spacing: 5px;
  }

  .home_caterogy_semi {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
  }

  .home_caterogy_semi_text {
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    width: 100%;
    top: none;
    text-align: left;
  }
  .home_caterogy_semi_text span {
    font-size: 35px;
    letter-spacing: 10px;
  }
}
@media screen and (max-width: 768px) {
  /*----------------------------------------------------
  	ヘッダー
  ----------------------------------------------------*/
  header .header_menu_l {
    display: none;
  }
  header .header_menu_r {
    display: none;
  }

  /*----------------------------------------------------
  	contents_header
  ----------------------------------------------------*/
  .contents_header_menu {
    max-width: 768px;
    width: 98%;
    margin: 0;
  }
  .contents_header_menu > li {
    max-width: 768px;
    width: 100%;
    margin: 2px 0;
  }
  .contents_header_menu > li a {
    max-width: 768px;
    width: 100%;
    margin: 0;
  }
  .contents_header_menu > li a:hover {
    max-width: 768px;
    width: 98%;
    margin: 0;
  }

  /*----------------------------------------------------
  	作品一覧ページ（セミオーダー）
  ----------------------------------------------------*/
  .thumbtx_semi {
    margin-top: 0px;
    line-height: 18px;
    padding: 5px 0 13px 0;
  }

  /*----------------------------------------------------
  	詳細ページ（セミオーダー）
  ----------------------------------------------------*/
  .contents_works2_box_next1 img {
    display: none;
  }

  .contents_works2_box_back1 img {
    display: none;
  }

  /*----------------------------------------------------
  	contents_footer_facebook
  ----------------------------------------------------*/
  .contents_footer_facebook {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  /*----------------------------------------------------
  	ヘッダー
  ----------------------------------------------------*/
  header {
    margin-bottom: 20px;
  }
  header .header-logo {
    margin-top: -10px;
  }

  /*----------------------------------------------------
  	パンくず
  ----------------------------------------------------*/
  .breadcrumb {
    display: none;
  }

  /*----------------------------------------------------
  	作品集
  ----------------------------------------------------*/
  .contents_category_menu {
    display: none;
  }

  /*----------------------------------------------------
  	作品一覧ページ（オーダー等）
  ----------------------------------------------------*/
  .contents_list1_box {
    margin: 25px -16px 0;
  }

  /*----------------------------------------------------
  	詳細ページ（オーダー等）
  ----------------------------------------------------*/
  .contents_works1_box_back1 {
    padding-top: 50px;
  }
  .contents_works1_box_back1 img {
    display: none;
  }

  .contents_works1_box_next1 {
    padding-top: 50px;
  }
  .contents_works1_box_next1 img {
    display: none;
  }

  /*----------------------------------------------------
  	Home Page
  ----------------------------------------------------*/
  .home_topic1_text1 {
    display: none;
  }

  .home_topic2_text1 {
    display: none;
  }

  .home_topic3_text1 {
    display: none;
  }
}
