@charset "UTF-8";
/* 
CSS Information
 File name:      common.css
 Author:         Administrator
 Style Info:     Modify YUI Reset CSS, YUI Fonts CSS
 *http://yuilibrary.com/license/
 *version: 3.7.2 build: 5639
----------------------------------------------------- */
/* reset.css
****************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

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

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

/* fonts.css
****************************/
body {
  background: linear-gradient(to right, #fff0f0, #fefefe, #fff0f0);
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* base.css
****************************/
/* リンク */
a:link, a:visited, a:hover, a:active {
  color: #428bca;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* 要素設定 */
html, body {
  background-color: #fff;
  color: #333;
  text-align: center;
}

ul, dl, ol {
  text-indent: 0;
  list-style-position: outside;
}

th, td {
  vertical-align: top;
}

img {
  vertical-align: top;
  max-width: 100%;
}

/* baseLayout
****************************/
#wrapper {
  padding-top: 51px;
  min-width: 1200px;
  min-height: 100vh;
}

#header {
  background-color: #fdd;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
  min-width: 1200px;
  height: 51px;
  border-bottom: 1px solid #d8d7d7;
  z-index: 1;
}

#container {
  display: -ms-box;
  display: flex;
  margin: 0 auto;
  width: 1200px;
  min-height: calc(100vh - 92px);
}

#footer {
  background-color: #fdd;
  position: relative;
  height: 41px;
  border-top: 1px solid #d8d7d7;
}

#aside {
  width: 200px;
  min-height: calc(100vh - 92px);
  border-left: 1px solid #d8d7d7;
  border-right: 1px solid #d8d7d7;
  float: left;
}

#header .header, #footer .footer {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

#header .logo {
  float: left;
}
#header .shop_name {
  float: left;
  margin-left: 3em;
  padding: 13px 0 0 0;
  max-width: 600px;
  font-size: 124%;
}
#header .preview {
  position: absolute;
  right: 150px;
  top: 5px;
}
#header .preview.shop {
  right: 270px;
}
#header .preview .dropdown_trg {
  display: inline-block;
  float: left;
  position: relative;
  padding: 6px 12px;
  background: #ccc;
  border: 1px solid transparent;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  line-height: 1.4;
}
#header .preview.open .dropdown_trg {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#header .preview .dropdown_trg::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}
#header .preview .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  min-width: 160px;
  margin: 2px 0 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  text-align: left;
}
#header .preview.open .dropdown_menu {
  display: block;
}
#header .preview .dropdown_menu li a {
  display: block;
  padding: 6px 20px;
  color: #333333;
  border-bottom: 1px solid #eee;
}
#header .preview .dropdown_menu li:last-of-type a {
  border-bottom: none;
}

.dropdown_menu > li > a:hover, .dropdown_menu > li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #262626;
}

#header .logout {
  float: right;
  margin: 5px 10px 0 0;
}
#header .logout a {
  display: inline-block;
  padding: 6px 12px;
  vertical-align: middle;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #000;
  text-decoration: none;
  line-height: 1.4;
}
#header .logout a:hover {
  background: #e9e9e9;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #333;
}

#footer {
  clear: both;
}
#footer .copyright {
  height: 40px;
  line-height: 40px;
}
#footer .btn {
  position: absolute;
  right: 10px;
  top: 5px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333333;
  font-size: 93%;
  line-height: 1.5;
}
#footer .btn:hover, #footer .btn:focus, #footer .btn:active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
}

#aside .side_menu li {
  display: block;
  clear: both;
  overflow: hidden;
}
#aside .side_menu li a {
  display: block;
  padding: 10px;
  text-align: left;
  text-decoration: none;
  color: #333;
}
#aside .side_menu li li:first-of-type {
  border-top: 1px solid #d6d6d6;
}
#aside .side_menu li li a {
  position: relative;
  padding-left: 15px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #d6d6d6;
}
#aside .side_menu li li:last-of-type a {
  border-bottom: none;
}
#aside .side_menu li li a i {
  position: absolute;
  left: 5px;
}
#aside .side_menu ul {
  display: none;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
#aside .side_menu ul.open {
  display: block;
}
#aside .side_menu > li {
  background: #548fc9;
  background: linear-gradient(to bottom, #c95454 0%, #ad4747 100%);
}
#aside .side_menu > li > a {
  border-top: 1px solid #D8D7D7;
  color: #fff;
  font-weight: bold;
}
#aside .side_menu > li > a i {
  float: right;
}
#aside .side_menu > li:first-of-type > a {
  border-top: none;
}
#aside .side_menu > li:last-of-type > a {
  border-bottom: 1px solid #D8D7D7;
}
#aside .side_menu li li.disabled a {
  background: #afafaf;
}
#aside .side_menu li li.active a,
#aside .side_menu li li a:hover {
  background: #fff696;
}

#content {
  float: left;
  padding: 10px;
  max-width: 1000px;
  text-align: left;
  width: 1000px;
}