@charset "UTF-8";

body {
  margin: 0px;
  padding: 0px;
  font-size: 0.85em;
  line-height: 1.8em;
  font-family: '\30E1\30A4\30EA\30AA', Meiryo, Osaka, '\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF', 'MS PGothic', sans-serif;
  color: #000000;
  height: 100%;
}

a img {
  border: none;
}

img {
  border: none;
  vertical-align: bottom;
}

a:focus {
  outline: none;
}

a:link {
  color: #1b5ccb;
  text-decoration: underline;
}

a:visited {
  color: #1b5ccb;
  text-decoration: underline;
}

a:hover {
  color: #d90000;
  text-decoration: none;
}

li a {
  /*	display: block;*/
  padding: 0px;
  line-height: normal;
}

li img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
ul,
li,
ol,
dl,
dt,
dd,
p,
address {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

html {
  height: 100%;
}

.fa {
  padding-right: 5px;
}

/* layout
----------------------------------------------------- */

header {
  background-color: #333333;
  color: #ffffff;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 1000;
}

header #head_inner {
  position: relative;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

header h1 {
  position: absolute;
  top: 12px;
  left: 20px;
}

header h1 a:link {
  color: #ffffff;
  text-decoration: none;
}

header h1 a:visited {
  color: #ffffff;
  text-decoration: none;
}

header h1 a:hover {
  color: #aacd06;
  text-decoration: none;
}

header #btn_logout {
  float: right;
  margin-top: 12px;
}

#btn_logout a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  padding-bottom: 5px;
}

#btn_logout a:link {
  background-color: #000000;
}

#btn_logout a:visited {
  background-color: #000000;
}

#btn_logout a:hover {
  background-color: #aacd06;
  color: #333333;
}

#side-L {
  float: left;
  width: 300px;
  background-color: #f5f5f5;
}

#side-R {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 300px;
  padding-top: 60px;
}

#content {
  padding: 2em;
}

#topicpath {
  margin-bottom: 15px;
  color: #666666;
  font-weight: normal;
  font-size: 0.8em;
}

#topicpath a {
  padding-right: 15px;
  margin-right: 10px;
  background-image: url(/images/arr2.png?d3d5c11c7d044b94df35bb1a1c1abc53);
  background-repeat: no-repeat;
  background-position: right center;
}

#topicpath a:link {
  color: #666666;
}

#topicpath a:visited {
  color: #666666;
}

#topicpath a:hover {
  color: #000000;
}

/* side navi
------------------------------------------------------*/

#side-menu {
  left: 0px;
  width: 300px;
  height: 100%;
  padding-top: 20px;
  margin-top: 60px;
}

#side-L h3.sidectg {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1em;
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: #444444;
  text-align: center;
  color: #ececec;
  letter-spacing: 0.1em;
}

#side-L ul.navi-side {
  font-size: 1em;
  clear: both;
  margin-bottom: 25px;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

#side-L h3.sidectg a {
  display: block;
}

ul.navi-side li {
  border-bottom: 1px solid #d4d4d4;
}

ul.navi-side li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 10px;
}

ul.navi-side li a:link {
  color: #000000;
  text-decoration: none;
  background-color: #e9e9e9;
}

ul.navi-side li a:visited {
  color: #000000;
  text-decoration: none;
  background-color: #e9e9e9;
}

ul.navi-side li a:hover {
  color: #666666;
  text-decoration: underline;
  background-color: #e0e0e0;
}

ul.navi-side li.current a:link,
ul.navi-side li.current a:visited {
  color: #eeeeee;
  background-color: #6c0000;
}

ul.navi-side li.current a:hover {
  color: #ffffff;
  background-color: #6c0000;
}

ul.navi-side ul {
  padding-left: 20px;
}

ul.navi-side li ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* contets */

/* table
----------------------------------------------------- */

table.tablebox {
  line-height: 1.5em;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  margin-bottom: 10px;
  background-color: #ffffff;
}

.tablebox td,
.tablebox th {
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  padding: 10px;
}

.tablebox .TD1 {
  background-color: #f8fedd;
  border-right-style: none;
  width: 200px;
}

.tablebox .TD2 {
  background-color: #fffce4;
  border-right-style: none;
  width: 200px;
}

table.list th {
  border-bottom: 3px solid #dfdfdf;
}

.list th {
  padding-top: 12px;
}

.list tr:nth-child(even) td {
  background-color: #f5f5f5;
}

.list tr:nth-child(odd) td {
  background-color: #ffffff;
}

/* form
----------------------------------------------------- */

table.tablebox form {
  margin: 0px;
  padding: 0px;
}

table.tablebox input {
  padding: 8px;
}

table.tablebox select {
  padding: 8px;
}

table.tablebox .wide-S {
  width: 100px;
}

table.tablebox .wide-M {
  width: 300px;
}

table.tablebox .wide-L {
  width: 80%;
}

table.tablebox textarea {
  padding: 8px;
}

table.tablebox select {
  margin-top: 1px;
  margin-bottom: 1px;
}

.btnbox {
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}

.btnbox input,
.btnbox a {
  color: #ffffff;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #799204;
  border: 1px solid #799204;
  border-radius: 5px;
}

.btnbox a {
  text-decoration: none;
}

.msg {
  color: #1178e5;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #1178e5;
  margin-bottom: 10px;
}

.msg_err {
  color: #c00;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #c00;
  margin-bottom: 20px;
  background-color: #fff4f4;
}

p.hosoku {
  font-size: 0.9em;
  padding: 0px;
  margin: 0px;
  color: #777;
}

/* clearfix
----------------------------------------------------- */

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

h2.h2pagetitle {
  color: #000000;
  border-top-style: double;
  border-bottom-style: double;
  border-bottom-color: #000000;
  line-height: 1em;
  font-size: 1.1em;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-top-color: #000000;
}

h3.h3title {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 250px;
  background-color: #EEEDE7;
  padding-left: 10px;
  border-radius: 5px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.search input.srch_keyword {
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0px;
}

.search .srch_select {
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0px;
}

.srch_btn {
  text-align: center;
  margin-bottom: 20px;
}

.srch_btn input {
  height: 30px;
  line-height: 30px;
  letter-spacing: 0.1em;
  padding-left: 15px;
  padding-right: 15px;
}

.search table {
  line-height: 1.5em;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  margin-bottom: 10px;
  background-color: #FFFFFF;
}

.search table td,
.search table th {
  border-top: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  padding: 10px;
}

.search table th {
  background-color: #F8FEDD;
  border-right-style: none;
  width: 200px;
  font-weight: normal;
  text-align: right;
}

ul.pager {
  zoom: 1;
  overflow: hidden;
  margin-top: 10px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px dashed #DBDBDB;
  color: #888888;
}

ul.pager li {
  float: left;
  margin: 0 1px 1px 0;
}

ul.pager li a {
  padding: 5px 10px;
  background-color: #F0F0F0;
}

ul.pager li span {
  padding: 5px 10px;
  background-color: #FFFFFF;
}

ul.pager li a:hover {
  background-color: #E1E1E1;
}

.btn_detail {
  padding-bottom: 15px;
  text-align: center;
}

.btn_detail a {
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.btn_detail a:link {
  text-decoration: none;
  background-color: #E9E9E9;
}

.btn_detail a:visited {
  background-color: #E9E9E9;
}

.btn_detail a:hover {
  background-color: #CCCCCC;
}

.detail {
  margin-bottom: 30px;
}

dl.normal {
  border-top: 1px solid #000000;
}

dl.normal dt {
  width: 200px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

dl.normal dd {
  border-bottom: 1px solid #000000;
  padding-left: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

td.thumb {
  width: 150px;
  text-align: center;
}

td.thumb img {
  width: auto;
  height: 120px;
}

td.thumb2 img {
  width: auto;
  height: 120px;
}

.touroku select {
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0px;
}

.touroku input {
  height: 30px;
  line-height: 30px;
  letter-spacing: 0.1em;
  padding-left: 15px;
  padding-right: 15px;
}

.complete {
  font-size: 1.4em;
  text-align: center;
  padding-top: 30px;
}

.total_price {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#login_box {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  border-top: 1px solid #52656c;
  border-bottom: 1px solid #52656c;
  padding-top: 2em;
  padding-bottom: 3em;
}

#login_box h1 {
  font-weight: bold;
  text-align: center;
  padding-bottom: 1em;
  color: #000000;
}

#login_box table td {
  padding: 10px;
  background-color: #2f3b3f;
}

#login_box p {
  text-align: center;
  font-size: 0.85em;
  padding-top: 1em;
}

#login_box p a::before {
  content: url(/images/arr1.png?9523750cb56e243e74571cac66c6d461);
}

#login_box a:link {
  color: #f2f1ed;
  text-decoration: none;
}

#login_box a:visited {
  color: #f2f1ed;
  text-decoration: none;
}

#login_box a:hover {
  color: #f2f1ed;
  text-decoration: underline;
}

.fa {
  padding-right: 10px;
}

.TD1 {
  color: #cccccc;
}

/* form
----------------------------------------------------- */

#login_box form {
  margin: 0px;
  padding: 0px;
}

#login_box input {
  padding: 8px;
}

#login_box .wide-S {
  width: 300px;
}

#login_box .wide-L {
  width: 80%;
}

#login_box textarea {
  padding: 8px;
}

#login_box select {
  margin-top: 1px;
  margin-bottom: 1px;
}

#login_box .btnbox {
  text-align: center;
  padding: 15px;
  clear: both;
}

#login_box .btnbox input {
  font-size: 1.1em;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
  margin-right: 10px;
  margin-left: 10px;
  letter-spacing: 0.2em;
}

.errmsg {
  color: #c00;
}

.msg {
  color: #c00;
}

p.hosoku {
  font-size: 0.9em;
  padding: 0px;
  margin: 0px;
  color: #777;
}

