@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@page {
  size: A4;
  margin: 10mm;
}

/* =======================================================
*
*  Template Style
*  Edit this section
*
* ======================================================= */
html {
  overflow-y: scroll;
  height: 100%;
  position: relative;
}
body {
  font-family: "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 14px;
  min-height: 100%;
  position: relative;
  background-color: #FFFBF4;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  color: #eb6ea5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  color: #eb6ea5;
  outline: none;
}
a:active, a:focus {
  outline: none;
}
img {
  display:block;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #222222;
  font-weight: 400;
  margin: 0 0 30px 0;
}

ul, li {
  list-style:none;
  margin: 0;
  padding: 0;
}
input[type="text"],[type="password"],[type="text-100"],[type="text-150"],[type="text-230"],[type="text-430"],[type="text-450"],[type="text-table"],[type="number"]
{
  color: #222222;
  margin: 8px 0;
  padding: 6px 10px;
  font-size: 16px;
  /*-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);*/
  /*-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);*/
  /*box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);*/
  background-color: #F0F2F5;
  border-radius: 4px;
}
input[type=checkbox] {
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
input[type="text-20"]
{
  color: #222222;
  margin: 5px 0;
  padding: 5px;
  font-size: 16px;
  /*-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);*/
  /*-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);*/
  /*box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);*/
  background-color: #F0F2F5;
  border-radius: 4px;
  width: 20px;
  height: 15px;
  text-align: center;
}
input[type="text-500"]
{
  color: #222222;
  margin: 0 0 5px;
  padding: 6px 10px;
  font-size: 16px;
  /*-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);*/
  /*-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);*/
  /*box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);*/
  background-color: #F0F2F5;
  border-radius: 4px;
  width: 93%;
}
input::placeholder {
  color: #BBB;
}
#content {
  min-width: 1500px;
  min-height: 100%;
  margin-bottom: 285px;
}

/* 強調文字カラー */
.explain {
  margin: 10px 0;
  padding: 5px 0;
  text-align: left;
  font-size: 14px;
  color: #666666;
}
.colorred {
  color: indianred;
  font-size: 16px;
}
.attentionbox {
  position: relative;
  margin: 25px 20px;
  padding: 15px 10px 10px;
  border: solid 2px #fa8072;
  border-radius: 4px;
  color: #fa8072;
  font-size: 16px;
}
.attentionbox .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 15px;
  background: #FFFBF4;
  color: #fa8072;
  font-weight: bold;
}
.attentionbox p {
  margin: 0;
  padding: 0;
}
.infomationbox {
  padding: 0.5em 1em;
  margin: 0 0 1em;
  background: #EEEEEE;
  border-left: solid 10px #eb6ea5;
  overflow: hidden;
}
.infomationbox p {
  margin: 0;
  padding: 0;
}

/* サクセス・エラー */
.error, .success {
  clear: both;
  margin: 10px 0;
  padding: 10px;
  text-align:center;
  border-radius: 2px;
  font-size: 16px;
}
.success {
  background-color: #d5f1eb;
  border: 2px solid #2db899;
  color: #175c4d;
}
.error {
  background-color: #fee6e3;
  border: 2px solid #fa8072;
  color: #7d4039;
}

/* チェックボックス */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #eb6ea5;
  border-right: 3px solid #eb6ea5;
}
::-webkit-selection {
  color: #fff;
  background: #eb6ea5;
}
::-moz-selection {
  color: #fff;
  background: #eb6ea5;
}
::selection {
  color: #fff;
  background: #eb6ea5;
}

/* ボタン */
.btn_white160 {
  background: url(../img/btn/btn_white160.png) no-repeat 0px 0px;
  background-size: 80px;
  padding: 10px;
  font-size: 14px;
  color: #333;
  width: 60px;
  text-align: center;
}
.btn_white160mini {
  background: url(../img/btn/btn_white160.png) no-repeat 0px 0px;
  background-size: 60px;
  padding: 5px 0;
  font-size: 13px;
  color: #333;
  width: 60px;
  text-align: center;
  float: left;
  margin: 12px 5px 0 0;
  cursor : pointer;
}
.btn_black160 {
  background: url(../img/btn/btn_black160.png) no-repeat 0px 0px;
  background-size: 80px;
  padding: 10px;
  font-size: 14px;
  color: #FFF;
  width: 60px;
  text-align: center;
}
.btn_white500 {
  background: url(../img/btn/btn_white500.png) no-repeat 0px 0px;
  background-size: 250px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 14px;
  color: #333;
  width: 250px;
  text-align: center;
  overflow: hidden;
  clear: both;
}
.btn_white-plus {
  background: url(../img/btn/btn_white-plus.png) no-repeat 0px 0px;
  background-size: 160px;
  padding: 10px;
  font-size: 14px;
  color: #333;
  width: 140px;
  text-align: center;
}
.btn_copypast {
  background: url(../img/btn/btn_white160.png) no-repeat 0px 0px;
  background-size: 120px 30px;
  padding: 5px 5px 5px 0;
  font-size: 13px;
  color: #333;
  width: 120px;
  text-align: center;
  float: left;
  margin: 12px 5px 0 0;
  border-right: 2px #DDD solid;
  text-decoration: none;
}
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn {
 /*width: 1270px;*/
 margin: 30px auto;
 text-align: center;
 border-radius: 0;
 overflow: hidden;
 /*border-top: 2px solid #DDD;*/
}
.btnmini {
 margin: 0 auto;
 text-align: center;
}
.btn .btn-next {
  width: 150px;
  position: relative;
  display: inline-block;
  padding: 10px 0 8px;
  text-decoration: none;
  color: #FFF;
  background: #eb6ea5;
  border-radius: 4px;
  /*box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);*/
  font-weight: bold;
  background-color: #333E4F;
  text-align: center;
}
.btn .btn-next:active {
  border-bottom: solid 2px #eb6ea5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn .btn-next:hover {
  background-color: #eb6ea5;
}
.btn .btn-back {
  width: 150px;
  position: relative;
  display: inline-block;
  padding: 10px 0 8px;
  text-decoration: none;
  color: #FFFFFF;
  background: #eb6ea5;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  background-color: #5C6572;
  text-align: center;
}
.btn .btn-back:active {
  border-bottom: solid 2px #eb6ea5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn .btn-back:hover {
  background-color: #eb6ea5;
}
.btn .btn-send {
  width: 80px;
  position: relative;
  display: inline-block;
  padding: 11px 0 8px;
  text-decoration: none;
  color: #FFF;
  background: #eb6ea5;
  border-radius: 4px;
  /*box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);*/
  font-weight: bold;
  background-color: #333E4F;
  float: left;
}
.btn .btn-send:active {
  border-bottom: solid 2px #eb6ea5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn .btn-send:hover {
  background-color: #eb6ea5;
}
.btn .btn-arrow-left {
  width: 100px;
  position: relative;
  display: inline-block;
  padding: 10px 0 8px;
  text-decoration: none;
  color: #FFFFFF;
  background: #eb6ea5;
  border-radius: 4px;
  background-color: #5C6572;
  text-align: center;
  font-size: 12px;
}
.btn .btn-arrow-left:active {
  border-bottom: solid 2px #eb6ea5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn .btn-arrow-left:hover {
  background-color: #eb6ea5;
}
.btn .btn-arrow-right {
  width: 100px;
  position: relative;
  display: inline-block;
  padding: 10px 0 8px;
  text-decoration: none;
  color: #FFFFFF;
  background: #eb6ea5;
  border-radius: 4px;
  background-color: #5C6572;
  text-align: center;
  font-size: 12px;
}
.btn .btn-arrow-right:active {
  border-bottom: solid 2px #eb6ea5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn .btn-arrow-right:hover {
  background-color: #eb6ea5;
}

#IconList-left a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 13px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
#IconList-left a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 17px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #5C6572;
}
#IconList-left a:hover:after {
	background: #eb6ea5;
}
#IconList-right a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 13px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #FFFFFF;
}
#IconList-right a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 17px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #5C6572;
}
#IconList-right a:hover:after {
	background: #eb6ea5;
}
.btn-arrow {
  text-align: right;
  font-size: 16px;
  margin: 0 0 5px;
  padding: 0;
}
.btn-arrow a:hover {
  color: #eb6ea5;
  text-decoration: none;
}
.btn-mini {
 text-align: left;
 margin: 20px 0 0;
}
.btn-mini80 {
 text-align: right;
 margin: 0;
 padding: 8px 0;
}
.btn-mini150 {
 text-align: center;
 margin: 10px 0;
}
.btn-mini80 .color {
  width: 80px;
  position: relative;
  display: inline-block;
  padding: 6px 0 4px;
  text-decoration: none;
  color: #666666;
  background: #eb6ea5;
  border-radius: 4px;
  background-color: #DDDDDD;
  text-align: center;
  font-size: 13px;
}
.btn-mini80 .color:active {
  border-bottom: solid 2px #eb6ea5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-mini80 .color:hover {
  background-color: #eb6ea5;
  color: #FFFFFF;
}
.btn-mini .color {
  width: 150px;
  position: relative;
  display: inline-block;
  padding: 6px 0 4px;
  text-decoration: none;
  color: #333E4F;
  background: #eb6ea5;
  border-radius: 4px;
  border: 1px solid #333E4F;
  font-weight: bold;
  background: linear-gradient(#FFFFFF, #DDDDDD);
  text-align: center;
}
.btn-mini .color:active {
  border-bottom: solid 2px #DDDDDD;
  background: linear-gradient(#DDDDDD, #CCCCCC);
}
.btn-mini .color:hover {
  background: linear-gradient(#DDDDDD, #CCCCCC);
}

.btn-mini .calculation {
  background: url(../img/icon/calculation.png) no-repeat 20px 13px;
  background-size: 15px;
  background-color: #eb6ea5;
  width: 150px;
  height: 30px;
  position: relative;
  display: inline-block;
  padding: 12px 0 5px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.btn-mini .calculation:active {
  background: url(../img/icon/calculation.png) no-repeat 20px 13px;
  background-size: 15px;
  border-bottom: solid 2px #DDDDDD;
  background-color: #fa5e72;
}
.btn-mini .calculation:hover {
  background: url(../img/icon/calculation.png) no-repeat 20px 13px;
  background-size: 15px;
  background-color: #fa5e72;
}
.btn-mini .model {
  background: url(../img/icon/model.png) no-repeat 12px 13px;
  background-size: 15px;
  background-color: #EEEEEE;
  width: 150px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  color: #333E4F;
  border: 1px solid #333E4F;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}
.btn-mini .model:active {
  background: url(../img/icon/model.png) no-repeat 12px 13px;
  background-size: 15px;
  border-bottom: solid 2px #DDDDDD;
  background-color: #DDDDDD;
}
.btn-mini .model:hover {
  background: url(../img/icon/model.png) no-repeat 12px 13px;
  background-size: 15px;
  background-color: #DDDDDD;
}
.btn-mini .edit {
  background: url(../img/icon/edit_black.png) no-repeat 12px 13px;
  background-size: 15px;
  background-color: #EEEEEE;
  width: 150px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  color: #333E4F;
  border: 1px solid #333E4F;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}
.btn-mini .edit:active {
  background: url(../img/icon/edit_black.png) no-repeat 12px 13px;
  background-size: 15px;
  border-bottom: solid 2px #DDDDDD;
  background-color: #DDDDDD;
}
.btn-mini .edit:hover {
  background: url(../img/icon/edit_black.png) no-repeat 12px 13px;
  background-size: 15px;
  background-color: #DDDDDD;
}
.btn-mini150 .color {
  width: 150px;
  position: relative;
  display: inline-block;
  padding: 6px 0 4px;
  text-decoration: none;
  color: #333E4F;
  background: #eb6ea5;
  border-radius: 4px;
  border: 1px solid #333E4F;
  font-weight: bold;
  background: linear-gradient(#FFFFFF, #DDDDDD);
  text-align: center;
}
.btn-mini150 .color:active {
  border-bottom: solid 2px #DDDDDD;
  background: linear-gradient(#DDDDDD, #CCCCCC);
}
.btn-mini150 .color:hover {
  background: linear-gradient(#DDDDDD, #CCCCCC);
}
.btn-mini80 .on {
  width: 80px;
  position: relative;
  display: inline-block;
  padding: 6px 0 4px;
  text-decoration: none;
  color: #FFFFFF;
  background: #eb6ea5;
  border-radius: 4px;
  background-color: #333E4F;
  text-align: center;
  font-size: 13px;
}
.btn-mini80 .on:active {
  background-color: #eb6ea5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-mini80 .on:hover {
  background-color: #eb6ea5;
}
.btn-mini80 .off {
  width: 80px;
  position: relative;
  display: inline-block;
  padding: 6px 0 4px;
  text-decoration: none;
  color: #999999;
  background: #eb6ea5;
  border-radius: 4px;
  background-color: #DDDDDD;
  text-align: center;
  font-size: 13px;
}
.btn-registmenu {
  float: left;
  background: #333E4F;
  padding: 2px 5px;
  margin: 0 10px;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  border-radius: 2px;
  font-size: 14px;
}
.btn-pdf {
 float: right;
  background: #891019;
  width: 200px;
  text-align: left;
  padding: 5px 10px;
  margin: 0;
  border-radius: 2px;
}

/* ボタンリスト */
.btn-list .on {
  width: 160px;
  position: relative;
  display: inline-block;
  padding: 12px 10px 10px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 2px;
  font-weight: bold;
  background-color: #333E4F;
  margin: 0 0 5px;
  border: 1px solid #333E4F;
  font-size: 16px;
}
.btn-list .on:active {
  background-color: #333E4F;
  color: #FFFFFF;
}
.btn-list .on:hover {
  background-color: #333E4F;
  color: #FFFFFF;
}
.btn-list .off {
  width: 160px;
  position: relative;
  display: inline-block;
  padding: 12px 10px 10px;
  text-decoration: none;
  color: #333E4F;
  border-radius: 2px;
  font-weight: bold;
  background-color: #FFFFFF;
  margin: 0 0 5px;
  border: 1px solid #333E4F;
  font-size: 16px;
}
.btn-list .off:active {
  background-color: #333E4F;
  color: #FFFFFF;
}
.btn-list .off:hover {
  background-color: #333E4F;
  color: #FFFFFF;
}
.btn-order .on {
  width: 150px;
  position: relative;
  display: inline-block;
  padding: 6px 10px 4px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 2px;
  font-weight: bold;
  background-color: #333E4F;
  margin: 0 0 5px;
  border: 1px solid #333E4F;
}
.btn-order .on:active {
  background-color: #333E4F;
  color: #FFFFFF;
}
.btn-order .on:hover {
  background-color: #333E4F;
  color: #FFFFFF;
}
.btn-order .off {
  width: 150px;
  position: relative;
  display: inline-block;
  padding: 6px 10px 4px;
  text-decoration: none;
  color: #333E4F;
  border-radius: 2px;
  font-weight: bold;
  background-color: #FFFFFF;
  margin: 0 0 5px;
  border: 1px solid #333E4F;
}
.btn-order .off:active {
  background-color: #333E4F;
  color: #FFFFFF;
}
.btn-order .off:hover {
  background-color: #333E4F;
  color: #FFFFFF;
}

/* ラジオボタン */
.selectbox-age .on {
  width: 85px;
  position: relative;
  display: inline-block;
  padding: 8px 10px 5px;
  text-decoration: none;
  color: #333E4F;
  background-color: #FFFFFF;
}
.selectbox-age .on:active {
  background-color: #333E4F;
  color: #FFFFFF;
}
.selectbox-age .on:hover {
  background-color: #333E4F;
  color: #FFFFFF;
}
.selectbox-age .off {
  width: 85px;
  position: relative;
  display: inline-block;
  padding: 8px 10px 5px;
  text-decoration: none;
  color: #666666;
  background-color: #DDDDDD;
}
.selectbox-age .off:active {
  background-color: #999999;
  color: #FFFFFF;
}
.selectbox-age .off:hover {
  background-color: #999999;
  color: #FFFFFF;
}
.selectbox-food .on {
  width: 80px;
  position: relative;
  display: inline-block;
  padding: 8px 10px 5px;
  text-decoration: none;
  color: #333E4F;
  background-color: #FFFFFF;
  font-size: 12px;
  height: 23px;
  line-height: 20px;
}
.selectbox-food .on:active {
  background-color: #333E4F;
  color: #FFFFFF;
}
.selectbox-food .on:hover {
  background-color: #333E4F;
  color: #FFFFFF;
}
.selectbox-food .off {
  width: 80px;
  position: relative;
  display: inline-block;
  padding: 10px 10px 6px;
  text-decoration: none;
  color: #666666;
  background-color: #DDDDDD;
  font-size: 12px;
}
.selectbox-food .off:active {
  background-color: #999999;
  color: #FFFFFF;
}
.selectbox-food .off:hover {
  background-color: #999999;
  color: #FFFFFF;
}

/* p */
p.gray-right {
  text-align: right;
  margin: 30px 25px auto;
  color: #999;
}

/* span */
span.bold {
  font-size: 18px;
  font-weight: bold;
}
span.mini {
  font-size: 12px;
}
span.any {
  background-color: #999999;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 2;
}
span.any-mini {
  background-color: #999999;
  color: #FFFFFF;
  font-size: 10px;
  border-radius: 2px;
  padding: 3px;
  line-height: 2;
  margin-left: 5px;
}
span.any-float {
  background-color: #999999;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 2;
  float: right;
}
span.must {
  background-color: #eb6ea5;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 2;
}
span.must-mini {
  background-color: #eb6ea5;
  color: #FFFFFF;
  font-size: 10px;
  border-radius: 2px;
  padding: 3px;
  line-height: 2;
  margin-left: 5px;
}
span.must-float {
  background-color: #eb6ea5;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 2;
  float: right;
  margin: 0;
}
span.attention {
  color: #eb6ea5;
}
span.line {
  background: linear-gradient(transparent 50%, yellow 50%);
}

/* iframe */
.iframe {
  width: 80px;
  position: relative;
  display: inline-block;
  padding: 6px 0 4px;
  text-decoration: none;
  color: #FFFFFF;
  background: #eb6ea5;
  border-radius: 4px;
  background-color: #333E4F;
  text-align: center;
  font-size: 13px;
}
.iframe:active {
  background-color: #eb6ea5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  color: #FFFFFF;
}
.iframe:hover {
  background-color: #eb6ea5;
  color: #FFFFFF;
}
.iframe_calendar {
  position: relative;
  display: initial;
  text-decoration: none;
  border-radius: 2px;
}
.iframe_calendar:active {
  background-color: #EEEEEE;
}
.iframe_calendar:hover {
  background-color: #EEEEEE;
}

/* inline */
.inline {
  width: 80px;
  position: relative;
  display: inline-block;
  padding: 6px 0 4px;
  text-decoration: none;
  color: #FFFFFF;
  background: #eb6ea5;
  border-radius: 4px;
  background-color: #333E4F;
  text-align: center;
  font-size: 13px;
}
.inline:active {
  background-color: #eb6ea5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  color: #FFFFFF;
}
.inline:hover {
  background-color: #eb6ea5;
  color: #FFFFFF;
}

/* nav */
nav {
　border-bottom: 1px solid #ccc;
}
nav ul{
　display: table;
　margin: 0 auto;
　padding: 0;
　width: 80%;
　text-align: center;
}
nav ul li{
　display: table-cell;
　min-width: 50px;
　border-right: 1px solid #ccc;
}
nav ul li:first-child{
　border-left: 1px solid #ccc;
}
nav ul li a{
　display: block;
　width: 100%;
　padding: 10px 0;
　text-decoration: none;
　color: #aaa;
}
nav ul li a:hover{
　background-color:#F8E750;
　border-bottom: 5px solid #F8E750;
}
nav ul li.current{
　font-weight: bold;
}
nav ul li.current a{
　border-bottom: 5px solid #00B0F0;
　color: #00B0F0;
}


@media screen and (max-width: 480px) {
  .col-xxs-12 {
  float: none;
  width: 100%;
  }
}
.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
  padding-bottom: 1em;
  }
}
.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
  padding-bottom: 1em;
  }
}
.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
  padding-bottom: 1em;
  }
}

#fh5co-page {
  background-color: #FFF;
  overflow: hidden;
}
#fh5co-header {
  background-color: #eb6ea5;
  width: 100%;
  margin: 0;
}
#fh5co-header .container {
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
  margin: 0px 0 0 0;
  }
}
#fh5co-header .header-siteinfo {
  background-color: #eb6ea5;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
}
#fh5co-header .header-siteinfo p {
  color: #FFFFFF;
  margin: 0;
  font-size: 12px;
}
#fh5co-header .header-siteinfo .user {
  padding: 25px 20px 0;
  float: left;
}
#fh5co-header .header-siteinfo .user a {
  color: #FFFFFF;
  text-decoration: none;
}
#fh5co-header .header-inner {
  height: 80px;
  float: left;
  width: 100%;
  margin: 0 auto;
}
#fh5co-header h1.logo{
  margin: 15px 0;
}
#fh5co-header h1.logo img {
  width: 130px;
}
#fh5co-header h1 {
  float: left;
  font-weight: 700;
  line-height: 0;
  font-size: 30px;
}
#fh5co-header h1 a {
  position: relative;
  color: black;
}
#fh5co-header h1 a > span {
  color: #eb6ea5;
}
#fh5co-header h1 a:hover, #fh5co-header h1 a:active, #fh5co-header h1 a:focus {
  text-decoration: none;
  outline: none;
}
/*
#fh5co-header h1 a:after {
  position: absolute;
  bottom: 6px;
  right: -8px;
  content: '';
  width: 8px;
  height: 8px;
  background: #eb6ea5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
*/
#fh5co-header h1, #fh5co-header nav {
  margin: 30px 0 0 0;
}
#fh5co-header nav {
  float: left;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-header nav {
   /* display: none; */
  }
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0 -0px 0 0;
}
#fh5co-header nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-right: 1px solid #CCCCCC;
}
#fh5co-header nav ul li a {
  color: #222222;
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
#fh5co-header nav ul li a.active {
  color: #eb6ea5;
}
#fh5co-header nav ul li a i {
  line-height: 0;
  font-size: 20px;
  position: relative;
  top: 3px;
}
#fh5co-header nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #eb6ea5;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav ul li a:hover {
  text-decoration: none;
  color: #eb6ea5;
}
#fh5co-header nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  outline: none;
  text-decoration: none;
}
#fh5co-header nav ul li.cta {
  border: none;
}
#fh5co-header nav ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  color: #FFFFFF;
  background-color: #222222;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
}
#fh5co-header nav ul li.cta a:hover {
  color: #fff;
  background: #eb6ea5;
}
#fh5co-header nav ul li.cta a:hover:after {
  display: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li.current {
　font-weight: bold;
}
#fh5co-header .header-siteinfo li.cta_white {
  float: right;
  background-color: #FFFFFF;
  width: 80px;
  text-align: center;
  margin: 0;
  padding: 4px 8px;
  border-radius: 20px;
  box-shadow: 0px 2px 0px #253139;
  border: 2px solid #253139;
}
#fh5co-header .header-siteinfo li.cta_white a {
  color: #253139;
  text-decoration: none;
}
#fh5co-header .header-siteinfo li.cta_white a::after {
  background-color: #FFFFFF;
}
#fh5co-header .header-siteinfo li.cta_white li:hover {
  font-weight: bold;
}
#fh5co-header .header-siteinfo li.cta_yellow {
  background: url(../img/icon/arrow_black02_right.png) no-repeat 15px 10px;
  background-size: 5px;
  float: right;
  background-color: #F3B950;
  width: 120px;
  text-align: center;
  margin: 0 2px;
  padding: 4px 8px;
  border-radius: 20px;
  box-shadow: 0px 2px 0px #253139;
  border: 2px solid #253139;
}
#fh5co-header .header-siteinfo li.cta_yellow a {
  color: #253139;
  text-decoration: none;
}
#fh5co-header .header-siteinfo li.cta_yellow a::after {
  background-color: #F3B950;
}
#fh5co-header .header-siteinfo li.cta_yellow li:hover {
  font-weight: bold;
}

/*index*/
#Boxintro {
  background: url(../img/top-new.png) no-repeat center center;
  padding: 120px 0;
}
#Boxintro img {
  margin: 0 auto;
}
#Boxintro p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 30px 0;
  line-height: 2em;
  color: #253139;
}
#Boxslide {
  /*background: url(../img/bg041.gif) repeat 0px 0px;*/
  background-color: #F5E6E6;
  padding: 20px 0 10px;
}
#Boxpink {
  background: url(../img/bg041.gif) repeat 0px 0px;
  /*background-color: #f5e6e6;*/
  /*background-image:  url(../img/illust/what_bgleft.png), url(../img/illust/what_bgright.png);*/
  /*background-position: left top, right top;*/
  /*background-repeat: no-repeat;*/
}
#Boxpink .inner {
  width: 980px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
#Boxpink-flag {
  background-color: #f5e6e6;
  background-image:  url(../img/campaing/bg_left.png), url(../img/campaing/bg_right.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
}
#Boxpink-flag .inner {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0 0;
  text-align: center;
}
#Boxpink .inner {
  width: 980px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
#Boxpink .inner h1 {
  color: #eb6ea5;
  margin: 20px auto 50px;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
#Boxpink .inner h1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #eb6ea5;
}
#Boxpink .inner p.info {
  margin: 30px 0;
  font-size: 18px;
  color: #333e4f;
  letter-spacing: 0.5em;
}
#Boxpink img {
  margin: 0 auto;
  padding-bottom: 50px;
}
#Boxwhite {
  background-color: #FFFBF4;
  margin: 0;
  padding: 100px 0;
}
#Boxwhite .inner {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
#Boxwhite .inner .title-center img {
  margin: 0 auto;
}
#Boxwhite .inner h1.shou {
  margin: 10px 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #222;
}
#Boxwhite .inner p.shou {
  margin: 0;
}
#Boxwhite .inner p.shou-sub {
  margin: 0;
}
#Boxwhite .inner .list {
  width: 600px;
  margin: 0 auto;
}
#Boxwhite .inner .list table {
  width: 100%;
}
#Boxwhite .inner .list td.title {
  border-bottom: 1px dotted #CCC;
  padding: 10px;
  width: 30%;
  line-height: 3em;
}
#Boxwhite .inner .list td.info {
  padding: 0 0 0 50px;
}
#Boxwhite .inner p.midashi {
  color: #eb6ea5;
  text-align: center;
  margin: 0 0 30px;
  padding: 0.3em;
  border-top: solid 2px #eb6ea5;
  border-bottom: solid 2px #eb6ea5;
  font-size: 30px;
  font-weight: bold;
}
#Boxwhite .inner-price {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
  border: 2px solid #F2EDDA;
  border-radius: 5px;
  background-color: #FFFFFF;
}
#Boxwhite ul {
  text-align: center;
  overflow: hidden;
}
#Boxwhite p.maintxt {
  text-align: center;
  font-size: 30px;
  margin: 0 0 50px;
  padding: 0 0 30px;
  color: #26333B;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 2em;
  text-shadow: 1px 1px 1px #CCC;
}
#Boxwhite p.explaintxt {
  text-align: center;
  font-size: 1.2rem;
  line-height: normal;
}
#Boxwhite p.strong {
  font-size: 1.3rem;
  font-weight: bold;
}
#Boxwhite p.mini {
  color: #999;
}
#Boxwhite ul img.line {
  margin: 50px 0;
}
#Boxwhite li {
  overflow: hidden;
}
#Boxwhite li.box {
  overflow: hidden;
  width: 260px;
  float: left;
  text-align: left;
  padding: 20px;
  border: 2px solid #26333B;
  background-color: #FFF;
  border-radius: 4px;
  min-height: 150px;
}
#Boxwhite li.box img {
  width: 220px;
  margin: 30px auto 0px;
}
#Boxwhite li.box p.title {
  font-size: 20px;
  font-weight: bold;
  color: #26333B;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #26333B;
}
#Boxwhite li.box p.title span.number {
  background-color: #26333B;
  padding: 1px 5px;
  color: #FFF;
  font-size: 17px;
  border-radius: 4px;
  margin-right: 10px;
}
#Boxwhite li.box-arrow {
  float: left;
  margin: 155px 5px;
}
#Boxwhite h1 {
  margin: 0 0 80px;
  font-weight: bold;
  font-size: 50px;
  padding: 0 0 5px;
  color: #eb6ea5;
  text-align: center;
}
#Boxwhite h1.section-label {
  border-bottom: 2px solid #222;
  font-weight: bold;
  padding: 10px 0 0 2px;
  color: #222;
  margin: 0 0 10px;
  text-align: left;
  font-size: 24px;
}
#Boxwhite li h2 {
  float: left;
  margin: 0;
  width: 45%;
}
#Boxwhite li h2 img {
  border: 5px solid #F3EEDB;
  border-radius: 130px;
}
#Boxwhite li h3 {
  margin: 0 0 10px;
  padding: 0.5em 0.8em 0.3em;
  color: #eb6ea5;
  background: #FFFFFF;
  border-left: solid 5px #eb6ea5;
  border-bottom: solid 3px #EEEEEE;
  text-align: left;
  font-size: 20px;
  width: 430px;
  float: left;
}
#Boxwhite li h3.other {
  margin: 0 0 10px;
  padding: 0.5em 0.8em 0.3em;
  color: #eb6ea5;
  background: #FFFFFF;
  border-left: solid 5px #eb6ea5;
  border-bottom: solid 3px #EEEEEE;
  text-align: left;
  font-size: 20px;
  width: 100%;
}
#Boxwhite li h4 {
  clear: both;
  text-align: left;
  margin: 0 0 10px;
  padding: 20px 0 0px;
  font-size: 18px;
  border-bottom: 4px double #eb6ea5;
  font-weight: bold;
  color: #eb6ea5;
}
#Boxwhite li p.info {
  text-align: left;
  font-size: 16px;
  margin: 0;
}
#Boxpdf {
  background-image: url('../img/top/bg_pdf.jpg');
  background-attachment: fixed;
  background-size: cover;
  height:400px;
  position:relative;
}
#Boxpdf .inner {
  height: 150px;
  width: 980px;
  margin: 0 auto;
  padding: 70px 0;
}
#Boxpdf p {
  text-align: center;
  font-size: 25px;
  color: #FFF;
  font-weight: bold;
  margin: 40px 0 0;
}
#Boxpdf p.mini {
  text-align: center;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  margin: 0;
}
#Boxpdf a {
  position: absolute;
  color: #FFFFFF;
  top: 55%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 10px 0;
  border: 3px solid #FFF;
  width: 250px;
  text-align: center;
  font-weight: bold;
  border-radius: 40px;
  text-decoration: none;
}
#Boxcampaing {
  background-image: url('../img/top/bg_pdf.jpg');
  background-attachment: fixed;
  background-size: cover;
  height: 300px;
  position:relative;
}
#Boxcampaing .inner {
  width: 980px;
  margin: 0 auto;
}
#Boxcampaing p {
  position: absolute;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%,-50%);
  margin: 0;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
#midashi {
  background-color: #eb6ea5;
}
#midashi h1 {
  width: 980px;
  margin: 0 auto;
  color: #FFFFFF;
  height: 150px;
  line-height: 170px;
  font-size: 35px;
  font-weight: bold;
}
#midashi h1 img {
  float: left;
  padding: 25px 30px 25px 0;
}
#midashi-black {
  background-color: #26333B;
}
#midashi-black h1 {
  width: 980px;
  margin: 0 auto;
  color: #FFFFFF;
  height: 150px;
  line-height: 170px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
#midashi-black h1 img {
  float: left;
  padding: 25px 30px 25px 0;
}
#midashi-center {
  background-color: #eb6ea5;
}
#midashi-center h1 {
  width: 980px;
  margin: 0 auto;
  color: #FFFFFF;
  height: 100px;
  line-height: 100px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
#midashi-center h1 img {
  float: left;
  padding: 25px 30px 25px 0;
}
.boxlist {
  overflow: hidden;
}
.boxlist img {
  width: 230px;
  border-radius: 150px;
  border: 2px solid #FFF;
  box-shadow: 4px 4px 2px #ccc;
}
.boxlist ul {
  width: 995px;
}
.boxlist li {
  width: 230px;
  float: left;
  padding-right: 15px;
  padding-bottom: 50px;
}
.boxlist li p.title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #eb6ea5;
  margin: 20px 0 5px;
}
.boxlist li a {
  text-decoration: none;
}
.boxlist li a:hover {
  text-decoration: underline;
}
.boxlist li p.txt {
  margin: 0 30px;
  text-align: left;
  font-size: 16px;
}
.boxinfo {
  text-align: center;
  width: 980px;
  margin: 50px auto 0;
}
.boxinfo p {
  background-color: #f5e6e6;
  width: 600px;
  padding: 15px;
  font-size: 20px;
  border-radius: 30px;
  margin: 0 auto 10px;
  color: #eb6ea5;
  font-weight: bold;
}
.moreread {
  width: 980px;
  margin: 20px auto 0;
}
.moreread p {
  background-color: #FFF;
  text-align: center;
  width: 250px;
  border: 3px solid #eb6ea5;
  border-radius: 30px;
  padding: 8px 0;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}
.moreread a {
  color: #eb6ea5;
  text-decoration: none;
}
.moreread a:hover {
  text-decoration: underline;
}
.campainginfo {
  background-color: #eb6ea5;
  margin: 0;
  padding: 50px;
  overflow: hidden;
}
.campainginfo p.left {
  float: left;
  margin: 0;
}
.campainginfo p.right {
  float: right;
  margin: 0;
}
.btn-red {
  background-color: #eb6ea5;
  border-radius: 4px;
  overflow: hidden;
  margin: 50px 0 0;
}
.btn-red p {
  color: #FFFFFF;
  text-align: center;
  margin: 0px;
  padding: 38px 0 0 280px;
  font-size: 25px;
  font-weight: bold;
  float: left;
}
p.pagetitle {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 50px;
}
.processbox {
  background-color: #FFF;
  padding: 30px 0px;
  border: 2px solid #eb6ea5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.processbox .img {
  width: 50%;
  float: left;
  border-right: 4px dotted #FFF;
}
.processbox .img img {
  width: 60%;
  margin: 0 auto;
}
.processbox .txt p {
  float: right;
  width: 40%;
  text-align: left;
  font-size: 18px;
  margin: 30px 50px 0 0;
  color: #26333b;
}
.processbox .txt p.pro-step {
  font-size: 25px;
  font-weight: bold;
  height: 30px;
  line-height: 20px;
  padding: 0px 0 0;
  display: inline-block;
  color: #26333b;
}
.processbox .txt p.pro-step span.step {
  background-color: #eb6ea5;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 10px;
  border-radius: 2px;
  margin-right: 20px;
  display: inline-block;
}
.pro-arrow img {
  margin: 30px auto;
  width: 10%;
}
.acter-a {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  text-shadow: 0px 0px 2px #444;
  background-color: #eb6ea5;
  width: 50%;
  margin: 0;
  padding: 10px 0;
  color: #FFF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/*container*/
#container-top {
  background-color: #88B324;
  overflow: hidden;
}
#container-top .left {
  width: 42%;
  float: left;
  text-align: center;
  margin: 50px 0 0;
}
#container-top .right {
  width: 58%;
  float: right;
}
#container-top p {
  margin: 0;
  padding: 0;
}
#container-top .round {
  background: url(../img/top/topimg_round.png) no-repeat 0px 0px;
  height: 390px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-size: 100%;
  z-index: 1;
  position: relative;
  top: 110px;
}

/*point*/
#container-color01 {
  background-color: #F2EEE3;
  padding: 50px 0;
}
#point {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
#point h1 {
  text-align: center;
  margin: 0;
  font-size: 40px;
}
#point .all p {
  font-size: 25px;
  border-bottom: 1px solid #DDD;
  padding: 0 0 2px;
}
#point .all p.title {
  font-size: 20px;
  text-align: center;
}
#point .all h1 {
  font-size: 16px;
}
#point .box {
  width: 300px;
  text-align: center;
  float: left;
  padding: 0 13px 40px;
}
#point .box img {
  width: 60%;
}
#point .box p {
  background-color: #EEDB9B;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  padding: 10px 0px;
}
#point .box-02 {
  width: 300px;
  text-align: center;
  float: left;
  padding: 0 95px;
}
#point .box-02 img {
  width: 60%;
}
#point .box-02 p {
  background-color: #EEDB9B;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  padding: 10px 0px;
}

/*top-page*/
#top-page {
  background-color: #FFF;
  overflow: hidden;
  clear: both;
  margin: 0 0 20px;
  padding: 10px 15px;
}
.title_inner {
  width: 98%;
  height: 30px;
  margin: 0 auto;
  clear: both;
}
.title_inner h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333E4F;
  float: left;
}



/*content-title*/
#content-title {
  width: 100%;
  margin: 0 auto;
  background-color: #fbe2ed;
  padding: 10px 0;
  overflow: hidden;
}
#content-title-popup {
  margin: 0 auto;
  background-color: #F9F9F9;
  padding: 20px;
  overflow: hidden;
}
#content-title .title-inner {
  width: 980px;
  margin: 0 auto;
}
#content-title table {
  width: 100%;
  border-collapse: collapse;
}
#content-title td.left {
  float: left;
}
#content-title td.center {
  text-align: center;
  width: 100%;
}
#content-title td.right {
  float: right;
}
#content-title td p {
  margin: 0;
}
#content-title td p.arrow_left {
  /*background: url(../img/icon/arrow_black_left.png) no-repeat 0px 5px;*/
  /*background-size: 12px;*/
  width: 165px;
  height: 27px;
  color: #333E4F;
  font-size: 16px;
  text-align: right;
}
#content-title td p.title_center {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  color: #666;
}
#content-title td p.arrow_right {
  /*background: url(../img/icon/arrow_black_right.png) no-repeat 0px 5px;*/
  /*background-size: 12px;*/
  width: 165px;
  height: 27px;
  color: #333E4F;
  font-size: 16px;
  text-align: right;
}
#content-title td p.arrow_right a {
  color: #333E4F;
}
#content-title td p.arrow_right a:hover {
  color: #eb6ea5;
  text-decoration: none;
}
#content-title td p.arrow_right img {
  width: 18px;
  float: left;
  padding: 4px 0 0 0;
}
/*content-title-campaing*/
#content-title-campaing {
  width: 100%;
  margin: 0 auto;
  background-color: #ffeceb;
  overflow: hidden;
  box-shadow: 1px 1px 2px #CCC;
}
#content-title-campaing table {
  width: 100%;
  border-collapse: collapse;
}
#content-title-campaing td.left {
  float: left;
}
#content-title-campaing td.center {
  text-align: center;
  width: 100%;
}
#content-title-campaing td img {
  margin: 10px auto;
  width: 450px;
}
.campaign-period {
  width: 440px;
  margin: 50px auto 20px;
}
.campaign-period p {
  margin: 30px 0;
}
.campaign-period img {
  width: 450px;
}

/*setting-step*/
#setting-step {
  width: 100%;
}
#setting-step .step-inner {
  width: 990px;
  height: 50px;
  margin: 30px auto;
}
#setting-step .step-inner ul {
  margin: 0;
  padding: 0;
}
#setting-step .step-inner ul a:hover {
  opacity: 0.9;
}
#setting-step .step-inner li.left_on {
  width: 165px;
  height: 65px;
  background: url(../img/step/bg_step_left_on.png) no-repeat;
  background-size: 165px;
  padding: 15px 0;
  float: left;
}
#setting-step .step-inner li.left_off {
  width: 165px;
  height: 65px;
  background: url(../img/step/bg_step_left_off.png) no-repeat;
  background-size: 165px;
  padding: 15px 0;
  float: left;
}
#setting-step .step-inner li.center_on {
  width: 165px;
  height: 65px;
  background: url(../img/step/bg_step_center_on.png) no-repeat;
  background-size: 165px;
  padding: 15px 0;
  float: left;
}
#setting-step .step-inner li.center_off {
  width: 165px;
  height: 65px;
  background: url(../img/step/bg_step_center_off.png) no-repeat;
  background-size: 165px;
  padding: 15px 0;
  float: left;
}
#setting-step .step-inner li.right_on {
  width: 165px;
  height: 65px;
  background: url(../img/step/bg_step_right_on.png) no-repeat;
  background-size: 165px;
  padding: 15px 0;
  float: left;
}
#setting-step .step-inner li.right_off {
  width: 165px;
  height: 65px;
  background: url(../img/step/bg_step_right_off.png) no-repeat;
  background-size: 165px;
  padding: 15px 0;
  float: left;
}
#setting-step .step-inner p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  line-height: 1.3em;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
#setting-step .step-inner p.status {
  font-size: 14px;
  padding: 10px 0;
  color: #FFFFFF;
}
#setting-step .step-inner p.mini {
  font-size: 11px;
  color: #FFFFFF;
}
p.attention {
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
  color: #999999;
}

/* ログイン */
#login-form {
  width: 100%;
}
#login-form p.attention {
  text-align: center;
  color: #eb6ea5;
  margin: 10px auto;
  font-size: 14px;
}
#login-form .info-inner {
  text-align: center;
  margin: 50px 0 0;
}
#login-form .info-inner img {
  margin: 0 auto;
}
#login-form .info-inner img.regist {
  text-align: center;
  margin: 50px auto 60px;
  width: 300px;
}
#login-form .info-inner p.title {
  font-size: 22px;
  margin: 10px;
  font-weight: bold;
}
#login-form .info-inner p.url {
  font-size: 16px;
  font-weight: bold;
  background-color: #FFF;
  width: 420px;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #DDD;
  border-radius: 8px;
  word-wrap: break-word;
  text-decoration: underline;
  color: #eb6ea5;
  cursor: pointer;
}
#login-form p.campaing-title {
  text-align: center;
  font-size: 25px;
  margin: 50px 0 0;
  color: #999;
  line-height: 1.3em;
}
#login-form p.campaing-txt {
  font-size: 16px;
  margin: 50px auto;
  padding: 10px;
  text-align: center;
}
#login-form .form-inner {
  width: 400px;
  margin: 20px auto;
  background-color: #FFFFFF;
  border: 2px solid #DDDDDD;
  border-radius: 8px;
  padding: 20px;
}
#login-form .form-inner p {
  margin: 0;
  font-size: 16px;
}
#login-form .form-inner p.check {
  margin: 20px;
  font-size: 20px;
  font-weight: bold;
}
#login-form .form-inner p.title {
  text-align: center;
  font-size: 30px;
  margin: 10px 0 20px;
  color: #999;
}
#login-form .form-inner p.logintitle {
  background: url(../img/icon/nursery.png) no-repeat 0px 0px;
  background-size: 40px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #eb6ea5;
  margin: 0;
  padding: 0 0 0 50px;
  height: 40px;
  line-height: 40px;
  color: #eb6ea5;
}
#login-form .form-inner p.logintitle-mini {
  font-size: 14px;
  margin: 20px 0 30px;
  color: #666;
}



/* メインフォーム */
#setting-form {
  width: 100%;
}
#setting-form .form-inner {
  width: 980px;
  margin: 0 auto;
}
#setting-form p.registtitle {
  margin: 50px auto 0;
}
#setting-form .form-inner .okng-inner {
  overflow: hidden;
  text-align: left;
  border-top: 1px solid #DDD;
  padding-top: 10px;
}
#setting-form h1 {
  width: 100%;
  font-size: 30px;
  margin: 30px 0 15px;
  color: #333E4F;
  border-bottom: 4px double #333E4F;
  float: left;
}
#setting-form h2 {
  width: 100%;
  font-size: 30px;
  margin: 50px 0 15px;
  color: #333E4F;
  border-bottom: 4px double #333E4F;
  float: left;
}
.btn_guide {
  float: right;
  margin: 0 0 5px;
  width: 410px;
}
#setting-form table {
  width: 100%;
  border-collapse: collapse;
}
#setting-form th.from-title {
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  padding: 5px;
  font-weight: normal;
}
#setting-form td {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  padding: 15px;
  text-align: center;
}
#setting-form td.bottom {
  background-color: #EEEEEE;
}
#setting-form td.form-left {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 0;
  text-align: left;
  font-size: 16px;
}
#setting-form td.form-setting {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 0 15px;
  text-align: center;
}
.usefood {
  color: #8BC007;
  font-size: 16px;
  text-align: left;
  border-bottom: 4px double #8BC007;
}
.notusefood {
  color: #bc2424;
  font-size: 16px;
  text-align: left;
  border-bottom: 4px double #bc2424;
}
#setting-form ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
#setting-form p {
  text-align: left;
  font-size: 16px;
  margin: 0;
}
#setting-form p.text-left {
  text-align: left;
  font-size: 16px;
  float: left;
  margin: 10px 0;
}
#setting-form p.text-info {
  text-align: left;
  font-size: 18px;
  color: #444;
  margin: 0 0 15px;
}
#setting-form p.gray {
  text-align: center;
  margin: 10px 0 2px;
  font-size: 14px;
  color: #999999;
}
#setting-form td.orderday {
  background-color: #FFF;
  border: 1px solid #DDDDDD;
  padding: 20px 5px;
  text-align: center;
}
#setting-form td.day {
  background-color: #f9f9f9;
  border: 1px solid #DDDDDD;
  border-bottom: 4px double #DDDDDD;
  padding: 2px 5px;
  text-align: left;
  color: #666666;
  font-size: 12px;
}
#setting-form p.list-01 {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px dotted #DDD;
  height: 50px;
  margin: 0;
  padding: 5px;
  -webkit-align-items: center;
  align-items: center;
}
#setting-form p.list-02 {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px dotted #DDD;
  height: 50px;
  background-color: #f9f9f9;
  margin: 0;
  padding: 5px;
  -webkit-align-items: center;
  align-items: center;
}
#setting-form td.none {
  background-color: #FFFFFF;
  padding: 0px;
  text-align: center;
}
#setting-form td.bordernone {
  background-color: #FFFFFF;
  padding: 0px;
  border: #FFFFFF;
}
#setting-form td.holiday {
  background-color: #ffe4e1;
  padding: 0px;
  text-align: center;
}
#setting-form td.week {
  background-color: #F5F5F5;
  padding: 2px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  width: 10%;
}
#setting-form td.check {
  background-color: #FFF;
  padding: 5px 0;
  text-align: center;
}
#setting-form td.check .list-check {
  padding: 26px 0 5px;
  height: 30px;
}
#setting-form td.inner-title {
  background-color: #EEEEEE;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
}
#setting-form td.mealtime {
  background-color: #F5F5F5;
  padding: 2px 0;
  text-align: center;
}
#setting-form td.form-title {
  background-color: #f5f5f5;
  width: 20%;
  text-align: center;
  font-size: 20px;
}
#setting-form td .left p {
  margin: 0;
  font-size: 16px;
}
#setting-form td .right p {
  margin: 0;
  font-size: 16px;
}
#setting-form td.form-title p {
  float: left;
  margin: 5px 0 0;
}
#setting-form td.normal {
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  padding: 5px 0;
  text-align: center;
}
#setting-form td.green {
  background-color: #D7F0CD;
  border: 1px solid #DDDDDD;
  padding: 5px 0;
  text-align: center;
}
#setting-form-b {
  width: 100%;
  overflow: hidden;
}
#setting-form-b .form-inner {
  width: 980px;
  margin: 0 auto;
}
#setting-form-b .form-box {
  height: 400px;
  border: 1px solid #DDD;
  background-color: #FFF;
  overflow: scroll;
}
#setting-form-b h1 {
  width: 100%;
  font-size: 30px;
  margin: 50px 0 15px;
  color: #333E4F;
  border-bottom: 4px double #333E4F;
}
#setting-form-b .fin-inner {
  color: #eb6ea5;
  padding: 50px 0;
  border-top: solid 2px #eb6ea5;
  border-bottom: solid 2px #eb6ea5;
  background: -webkit-repeating-linear-gradient(-45deg, #f1f1f1, #f5f5f5 3px,#EEEEEE 3px, #EEEEEE 7px);
  background: repeating-linear-gradient(-45deg, #f1f1f1, #f5f5f5 3px,#EEEEEE 3px, #EEEEEE 7px);
}
#setting-form-b .fin-inner p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#setting-form-b .subtitle {
  overflow: hidden;
}
#setting-form-b .subtitle p.left {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 0;
  color: #333E4F;
}
#setting-form-b .subtitle p.right {
  float: right;
  margin: 30px 0 0;
  color: #999999;
}
#setting-form-b .subtitle {
  overflow: hidden;
  border-bottom: 2px solid #EEEEEE;
  margin: 0 0 10px;
}
#setting-form-b .left-box {
  width: 45%;
  float: left;
}
#setting-form-b .right-box {
  width: 45%;
  float: right;
}
#setting-form-b table {
  width: 100%;
  border-collapse: collapse;
}
#setting-form-b td {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  padding: 5px;
  text-align: center;
}
#setting-form-b td .arrow_inner {
  overflow: hidden;
  margin: 0 auto;
}
#setting-form-b td .arrow_inner img.arrow {
  margin: 5px auto;
  float: left;
  width: 15px;
}
#setting-form-b td.list-mini-gray50 {
  border: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  width: 50px;
  padding: 0;
}
#setting-form-b td.list-mini-gray80 {
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  text-align: center;
  width: 80px;
  padding: 0;
}
#setting-form-b td.list-mini {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  width: 50px;
  padding: 0;
}
#setting-form-b td.bottom {
  background-color: #FFF;
  padding: 0 10px;
  text-align: center;
  border-bottom: 1px dotted #DDDDDD;
  border-top: none;
  border-left: none;
  border-right: none;
}
#setting-form-b td.bottom .name {
  width: 360px;
  margin: 0 auto;
}
#setting-form-b td.bottom .birthday {
  width: 240px;
  margin: 0 auto;
}
#setting-form-b td.bottom .sex {
  width: 85px;
  margin: 0 auto;
}
#setting-form-b td.bottom .store {
  width: 450px;
  margin: 0 auto;
}
#setting-form-b td.bottom .fax {
  width: 230px;
  margin: 0 auto;
}
#setting-form-b td.bottom .edit {
  width: 70px;
  margin: 0 auto;
}
#setting-form-b p {
  font-size: 16px;
  margin: 0;
  text-align: left;
}
#setting-form-b p.title-big {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0;
  text-align: left;
  color: #333E4F;
}
#setting-form-b p.list-01 {
  border-bottom: 1px dotted #DDD;
  height: 30px;
  margin: 0;
  padding: 10px 0 0 10px;
}
#setting-form-b p.list-02 {
  border-bottom: 1px dotted #DDD;
  height: 30px;
  background-color: #f9f9f9;
  margin: 0;
  padding: 10px 0 0 10px;
}
#setting-form-b p.left {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
#setting-form-b p.right {
  font-size: 16px;
  float: left;
  margin: 10px;
}
#setting-form-b p.center {
  font-size: 25px;
  font-weight: bold;
  margin: 2px 0px;
  padding-left: 15px;
  float: left;
}
#setting-form-b td.none-gray {
  background-color: #EEEEEE;
  padding: 10px;
  text-align: center;
}
#setting-form-b td.none-gray .inner {
  width: 180px;
  margin: 0 auto;
}
#setting-form-b td.none {
  background-color: #FFFFFF;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}
#setting-form-b td.none-center {
  background-color: #FFFFFF;
  padding: 0 10px;
  text-align: center;
}
#setting-form-b td.none-center .left {
  float: left;
  margin: 15px 0;
  font-size: 14px;
}
#setting-form-b td.none-center .right {
  float: right;
}
#setting-form-b td.none .inner {
  width: 170px;
  margin: 0 auto;
}
#setting-form-b td.check {
  background-color: #FFF;
  padding: 5px 0;
  text-align: center;
}
#setting-form-b td.check .list-check {
  padding: 23px 0 0;
}
#setting-form-b td.inner-title-gray {
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
#setting-form-b td.inner-title {
  background-color: #EEEEEE;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
}
#setting-form-b td.inner-title span.mini {
  font-size: 12px;
}
#setting-form-b td.mealtime {
  background-color: #F5F5F5;
  padding: 2px 0;
  text-align: center;
  font-size: 12px;
}
#setting-form-b td.form-title {
  background-color: #f5f5f5;
  width: 20%;
  text-align: center;
}
#setting-form-b td.normal {
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  padding: 5px 0;
  text-align: center;
}
#setting-form-b td.green {
  background-color: #D7F0CD;
  border: 1px solid #DDDDDD;
  padding: 5px 0;
  text-align: center;
}
.equal {
  margin-left: 290px;
}
.equal img {
  width: 20px;
  margin: 5px 0;
}
#setting-form-popup {
  width: 100%;
}
#setting-form-popup .form-inner {
  width: 720px;
  margin: 0 auto;
}
#setting-form-popup h1 {
  font-size: 30px;
  margin: 20px 0;
  color: #333E4F;
  text-align: center;
}
#setting-form-popup .form-center {
  text-align: center;
  margin: 20px 0;
}
#setting-form-popup .form-center p.info {
  color: #999999;
  font-size: 16px;
  margin: 0 0 5px;
}
#setting-form-popup .form-center .termbox {
  width: 100%;
  margin: 0 auto;
}
#setting-form-popup .form-center .termbox p.term {
  color: #333E4F;
  margin: 0;
  padding: 10px 20px;
  display: inline-block;
  line-height: 2em;
  background: #D7F0CD;
  vertical-align: middle;
  border-radius: 25px 4px 4px 25px;
}
#setting-form-popup .form-center .termbox p.term:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
#babyfood-list p.info {
  margin: 0 0 10px;
  text-align: center;
  color: #999999;
}
#babyfood-list .okterm-box {
  border: 1px solid #E9F2D3;
  background-color: #E9F2D3;
}
#babyfood-list .okterm-box02 {
  /*border: 1px solid #D3E4A7;*/
  /*padding: 0 0 10px 0;*/
  /*background-color: #D3E4A7;*/
}
#babyfood-list .okterm-box03 {
  /*border: 1px solid #BDD77C;*/
  /*margin: 0 10px;*/
  /*padding: 0 0 10px 0;*/
  /*background-color: #BDD77C;*/
}
#babyfood-list .okterm-box04 {
  /*border: 1px solid #A7C950;*/
  /*margin: 0 10px;*/
  /*background-color: #A7C950;
}
#babyfood-list .okterm-box05 {
  /*border: 1px solid #84c950;*/
  /*margin: 0 10px;*/
  /*background-color: #84c950;*/
}
#babyfood-list .okterm-box .okterm-01 {
  width: 15%;
  background-color: #E9F2D3;
  border-top: 2px solid #E9F2D3;
  border-bottom: 2px solid #E9F2D3;
  font-weight: bold;
  padding: 0 0 0 20px;
  height: 40px;
}
#babyfood-list .okterm-box .okfood-01 {
  /*background-color: #E9F2D3;*/
  border: 2px solid #E9F2D3;
}
#babyfood-list .okterm-box .okterm-02 {
  width: 15%;
  background-color: #D3E4A7;
  border-top: 2px solid #D3E4A7;
  border-bottom: 2px solid #D3E4A7;
  font-weight: bold;
  padding: 0 0 0 20px;
  height: 40px;
}
#babyfood-list .okterm-box .okfood-02 {
  /*background-color: #D3E4A7;*/
  border: 2px solid #D3E4A7;
}
#babyfood-list .okterm-box .okterm-03 {
  width: 15%;
  background-color: #BDD77C;
  border-top: 2px solid #BDD77C;
  border-bottom: 2px solid #BDD77C;
  font-weight: bold;
  padding: 0 0 0 20px;
  height: 40px;
}
#babyfood-list .okterm-box .okfood-03 {
  /*background-color: #BDD77C;*/
  border: 2px solid #BDD77C;
}
#babyfood-list .okterm-box .okterm-04 {
  width: 15%;
  background: #A7C950;
  border-top: 2px solid #A7C950;
  border-bottom: 2px solid #A7C950;
  font-weight: bold;
  height: 40px;
  padding: 0 0 0 20px;
}
#babyfood-list .okterm-box .okfood-04 {
  /*background-color: #A7C950;*/
  border: 2px solid #A7C950;
}
#babyfood-list .okterm-box .okterm-05 {
  width: 15%;
  background: #84c950;
  border-top: 2px solid #84c950;
  border-bottom: 2px solid #84c950;
  font-weight: bold;
  height: 40px;
  padding: 0 0 0 20px;
}
#babyfood-list .okterm-box .okfood-05 {
  /*background-color: #84c950;*/
  border: 2px solid #84c950;
}
#babyfood-list .ngterm-box {
  border: 1px solid #f2d3d3;
  background-color: #f2d3d3;
  padding: 0 10px 10px 0;
}
#babyfood-list td.ngterm-box02 {
  border: 1px solid #e4a7a7;
  margin: 0 10px;
  background-color: #e4a7a7;
  padding: 0 0 10px 0;
}
#babyfood-list td.ngterm-box03 {
  border: 1px solid #d77c7c;
  margin: 0 10px;
  background-color: #d77c7c;
  padding: 0 10px;
}
#babyfood-list td.ngterm-box04 {
  border: 1px solid #c95050;
  margin: 0 10px;
  background-color: #c95050;
}
#babyfood-list td.ngterm-box05 {
  border: 1px solid #c94150;
  margin: 0 10px;
  background-color: #c94150;
}
#babyfood-list td.ngterm-01 {
  width: 15%;
  background-color: #f2d3d3;
  border-top: 2px solid #f2d3d3;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 20px;
  height: 40px;
}
#babyfood-list td.ngfood-01 {
  /*background-color: #f2d3d3;*/
  border: 2px solid #f2d3d3;
}
#babyfood-list td.ngterm-02 {
  width: 10%;
  background-color: #e4a7a7;
  border-top: 2px solid #e4a7a7;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 20px;
  height: 40px;
}
#babyfood-list td.ngfood-02 {
  /*background-color: #e4a7a7;*/
  border: 2px solid #e4a7a7;
}
#babyfood-list td.ngterm-03 {
  width: 15%;
  background-color: #d77c7c;
  border-top: 2px solid #d77c7c;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 20px;
  height: 40px;
}
#babyfood-list td.ngfood-03 {
  /*background-color: #d77c7c;*/
  border: 2px solid #d77c7c;
}
#babyfood-list td.ngterm-04 {
  width: 15%;
  background: #c95050;
  border-top: 2px solid #c95050;
  border-bottom: 2px solid #c95050;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding: 0 0 0 20px;
}
#babyfood-list td.ngfood-04 {
  /*background-color: #c95050;*/
  border: 2px solid #c95050;
}
#babyfood-list td.ngterm-05 {
  width: 15%;
  background: #c94150;
  border-top: 2px solid #c94150;
  border-bottom: 2px solid #c94150;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding: 0 0 0 20px;
}
#babyfood-list td.ngfood-05 {
  /*background-color: #c94150;*/
  border: 2px solid #c95050;
}
#babyfood-list {
  width: 946px;
  margin: 0 auto 10px;
  padding: 10px 20px 10px;
  border: 2px solid #8BC007;
  background-color: #FFFFFF;
}
#setting-form-popup .form-list {
  background-color: #FFFFFF;
  /*height: 600px;*/
  /*overflow: scroll;*/
  padding: 30px;
  overflow-y:auto;
}
#setting-form-popup .form-list::-webkit-scrollbar {
   background:#ccc;
   width:10px;
}
#setting-form-popup .form-list::-webkit-scrollbar-thumb {
  background:#aaa;
}
#setting-form-popup .form-list table {
  width: 100%;
  border-collapse: collapse;
}
#setting-form-popup .form-list td {
  padding: 10px;
  text-align: center;
}
#setting-form-popup .form-list td.title {
  background: #EEEEEE;
  text-align: center;
  padding: 10px;
}
#setting-form-popup .form-list td.foodlist {
  background: #FFFFFF;
  padding: 10px 0 10px 20px;
  font-size: 16px;
  border-bottom: 1px solid #DDD;
}
#setting-form-popup .form-list td.allergy-check p.food {
  margin: 2px 0 0;
  text-align: left;
}
#setting-form-popup .form-list .photo p {
  text-align: center;
  font-size: 20px;
  margin: 0 0 10px;
}
#setting-form-popup .form-list .time {
  margin: 10px auto;
  padding: 10px 0 0px;
  text-align: center;
  border-top: 1px dotted #DDD;
}
#setting-form-popup .form-list td.check {
  text-align: right;
}
#setting-form-popup .form-list td.check-center {
  text-align: center;
  border: 1px solid #DDDDDD;
  padding: 5px;
}
#setting-form-popup .form-list td.food {
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  padding: 10px 5px;
}
#setting-form-popup .form-list td.week {
  background-color: #f5f5f5;
  text-align: center;
  border: 1px solid #DDDDDD;
  padding: 5px;
}
#setting-form-popup .form-list td.week-center {
  background-color: #FFFFFF;
  text-align: center;
  border: 1px solid #DDDDDD;
  padding: 5px 10px;
}
#setting-form-popup .form-list td.holiday {
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  padding: 5px;
}
.tabtitle {
  width: 990px;
  margin: 0 auto;
  background-color: #8BC007;
}
.tabtitle p {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
#babyfood-list table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
#babyfood-list td{
  padding: 10px;
  font-size: 13px;
}
#babyfood-list td.term-01 {
  text-align: center;
  border: 2px solid #D7F0CD;
  background-color: #D7F0CD;
}
#babyfood-list td.term-02 {
  text-align: center;
  border: 2px solid #E7F6E1;
  background-color: #E7F6E1;
}
#babyfood-list td.term-03 {
  text-align: center;
  border: 2px solid #F7FCF5;
  background-color: #F7FCF5;
}
#babyfood-list td.term-04 {
  text-align: center;
  border: 2px solid #F1F1F1;
  background-color: #F1F1F1;
}
#babyfood-list td.term-05 {
  text-align: center;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
}
#babyfood-list td.food-01 {
  text-align: left;
  border: 9px solid #D7F0CD;
  background-color: #D7F0CD;
}
#babyfood-list td.food-02 {
  text-align: left;
  border: 9px solid #E7F6E1;
  background-color: #E7F6E1;
}
#babyfood-list td.food-03 {
  text-align: left;
  border: 9px solid #F7FCF5;
  background-color: #F7FCF5;
}
#babyfood-list td.food-04 {
  text-align: left;
  border: 9px solid #F1F1F1;
  background-color: #F1F1F1;
}
#babyfood-list td.food-05 {
  text-align: left;
  border: 10px solid #FFFFFF;
  background-color: #FFFFFF;
}

/* フォームボタン */
#setting-form input[type="text-100"],#setting-form-b input[type="text-100"] {
  width: 100px;
}
#setting-form input[type="text-150"],#setting-form-b input[type="text-150"] {
  width: 150px;
}
#setting-form input[type="text-230"],#setting-form-b input[type="text-230"] {
  width: 230px;
}
#setting-form input[type="text-430"],#setting-form-b input[type="text-430"]  {
  width: 430px;
  margin: 2px 0;
}
#setting-form input[type="text-450"],#setting-form-b input[type="text-450"] {
  width: 450px;
}
#setting-form input[type="text-table"],#setting-form-b input[type="text-table"] {
  width: 20px;
  text-align: center;
}
#setting-form input[type="number"],#setting-form-b input[type="number"] {
  width: 20px;
  text-align: center;
}

.formBox {
  float: left;
  overflow: hidden;
}
.formBox .add {
  width: 535px;
  text-align: right;
  margin: 10px 0 0;
}
.formBox img {
  width: 80px;
}
.formBox p.or {
  width: 400px;
  text-align: center;
}
.formBox .inner-line {
  width: 400px;
  margin: 10px 0;
}
.formBox .inner-line img.line {
  width: 300px;
  margin: 0 auto;
}
.formBox .inner-line p.line {
  text-align: center;
  margin: 10px 0 0;
  color: #999;
}
.formBox-b {
  overflow: hidden;
  margin: 10px auto;
  width: 980px;
}
.formBox-b .add {
  text-align: right;
}
.formBox-b img {
  width: 80px;
}
.form-popup {
  width: 980px;
  margin: 0 auto;
}
.formBox-mini {
  float: left;
  overflow: hidden;
}
.formBox-mini .add {
  text-align: right;
}
.formBox-mini img {
  width: 63px;
}
/* 離乳食　右側 */
.formBox-food-right {
  float: none;
  height: 60px;
  overflow: hidden;
}
.formBox-food-right .nametitle {
  width: 50px;
  margin: 20px auto 0 0;
  text-align: left;
}
.formBox-food-right .check-container{
  width: 70px;
  margin: 17px 0 0 auto;
  display: flex;
  text-align: right;
}
.formBox-food-right .check{
  margin: 2px;
}

/* ドロップボックス */
.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 35px;
  width: 150px;
  margin: 6px 0;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}
.dropdown-select {
  position: relative;
  width: 85%;
  margin: 0;
  padding: 6px 8px 6px 8px;
  height: 35px;
  line-height: 18px;
  font-size: 16px;
  color: #222222;
  text-shadow: 0 1px white;
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select::-ms-expand {
  display: none;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}
.nametitle {
  float: left;
  margin: 20px 5px 0 5px;
  text-align: right;
}

/* ２カラム */
#twocolumn {
  width: 1180px;
  margin: 30px auto;
  overflow: hidden;
}
#twocolumn .main {
   margin-right: -1660px;
   width: 100%;
   float: left;
}
#twocolumn .main .main_inner {
   margin-right: 800px;
}
#twocolumn .main .main_inner p.info {
  font-size: 10px;
  color: #999999;
  margin: 10px 0 0;
  width: 170px;
  text-align: center;
}
#twocolumn .side {
   width: 780px;
   float: right;
   margin-right: 200px;
}

/* マイレシピ */
#myrecipe {
  width: 100%;
}
#myrecipe .inner {
  width: 980px;
  margin: 0 auto;
}
#myrecipe h1 {
  margin: 0;
  color: #333E4F;
  float: left;
  font-weight: bold;
}
#myrecipe p {
  text-align: center;
  color: #999;
  font-size: 16px;
}
#myrecipe p.right {
  float: right;
  margin: 10px 0 0;
  font-size: 16px;
  color: #333E4F;
}
#myrecipe .btnBox {
  overflow: hidden;
  margin: 50px auto;
  width: 720px;
}
#myrecipe .btnBox img {
  width: 340px;
  float: left;
  margin: 0 10px;
}
#myrecipe .titleBox {
  border-bottom: 1px solid #333E4F;
  overflow: hidden;
  text-align: center;
}
#myrecipe table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
#myrecipe td {
  border: 1px solid #DDD;
  text-align: center;
  padding: 5px;
  line-height: 1em;
}
#myrecipe td.title {
  color: #999999;
  padding: 10px 0;
  border: 1px solid #DDD;
  background-color: #f5f5f5;
}
#myrecipe td.title_g {
  padding: 5px;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
  background-color: #333E4F;
  border: 1px solid #1E1E1E;
}
#myrecipe td.title_g p {
  color: #FFFFFF;
  font-size: 14px;
}
#myrecipe td.title_gb {
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
  color: #FFF;
}
#myrecipe td.title_g p {
  float: left;
  margin: 10px 5px 0 20px;
}
#myrecipe td.left {
  text-align: left;
  padding: 5px 10px;
}
#myrecipe td img {
  width: 30px;
  display: inline-block;
}
#myrecipe td img a:hover {
  opacity: 0.7px;
}

/* カレンダー */
#calendar {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #fffbf4;
}
#calendar .inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#calendar .inner table {
  width: 98%;
  border-collapse: collapse;
  margin: 0 auto;
}
#calendar .inner td {
  background-color: #FFFFFF;
  border: 1px solid #DDD;
  text-align: center;
  padding: 0;
}
#calendar .inner td.color01 {
  background-color: #E8F4D9;
  color: #3D6522;
}
#calendar .inner td.color02 {
  background-color: #FFE5EE;
  color: #BF5C81;
}
#calendar .inner td.color03 {
  background-color: #D4EEF9;
  color: #20557B;
}
#calendar .inner td.info {
  text-align: right;
  padding: 5px 0;
}
#calendar .inner td.info p {
  font-size: 12px;
  color: #eb6ea5;
  padding: 0 5px;
  float: right;
  text-decoration: underline;
}
#calendar .inner td.week {
  background-color: #333E4F;
  color: #FFFFFF;
  padding: 2px 0;
  width: 10%;
  border: 0;
  font-size: 16px;
}
#calendar .inner td.on {
  background-color: #EEEEEE;
  color: #333E4F;
  padding: 5px 10px;;
  border-bottom: 3px double #DDD;
}
#calendar .inner td.off {
  background-color: #f5f5f5;
  color: #333E4F;
  padding: 5px 10px;;
  border-bottom: 3px double #DDD;
}
#calendar .inner td.off-none {
  background-color: #f5f5f5;
  color: #333E4F;
  padding: 5px 10px;;
  font-weight: bold;
}
#calendar .inner td.on p {
  float: left;
  font-weight: bold;
  　text-decoration: underline;
  font-size: 20px;
  height: 25px;
  line-height: 25px;
}
#calendar .inner td.off p {
  float: left;
  font-weight: bold;
  font-size: 16px;
}
#calendar .inner td .check {
  float: right;
}
#calendar .inner p {
  color: #333E4F;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
#calendar .inner td.menu {
  text-align: left;
  font-size: 14px;
  padding: 5px;
  height: 200px;
  vertical-align: top;
}
#calendar .inner li p.breakfast {
  background: url(../img/icon/breakfast.png) no-repeat 0px 4px;
  background-size: 12px;
  padding-left: 15px;
}
#calendar .inner li p.am-snack {
  background: url(../img/icon/am-snack.png) no-repeat 0px 4px;
  background-size: 12px;
  padding-left: 15px;
}
#calendar .inner li p.lunch {
  background: url(../img/icon/lunch.png) no-repeat 0px 4px;
  background-size: 12px;
  padding-left: 15px;
}
#calendar .inner li p.pm-snack {
  background: url(../img/icon/pm-snack.png) no-repeat 0px 4px;
  background-size: 12px;
  padding-left: 15px;
}
#calendar .inner li p.dinner {
  background: url(../img/icon/dinner.png) no-repeat 0px 4px;
  background-size: 12px;
  padding-left: 15px;
}
#calendar .inner li p.sub-snack {
  background: url(../img/icon/sub-snack.png) no-repeat 0px 4px;
  background-size: 12px;
  padding-left: 15px;
}

/* カレンダー_タイトル */
#calendar-title {
  margin: 0 20px;
}
#calendar-title p {
  font-size: 18px;
  margin: 0 auto 10px;
  border-bottom: 4px double #333E4F;
  padding: 0 0 2px;
}
#calendar-title p span.bold {
  font-size: 25px;
  font-weight: bold;
}

/* 食事時間 */
#foodtime {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#foodtime .inner {
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #333E4F;
  padding: 10px 0 5px 0;
}
#foodtime p.term {
  color: #333E4F;
  margin: 0 10px 15px;
  padding: 10px 20px;
  display: inline-block;
  line-height: 2em;
  background: #D7F0CD;
  vertical-align: middle;
  border-radius: 25px 4px 4px 25px;
}
#foodtime .inner li p {
  margin: 0;
  padding: 0;
  color: #FFF;
}
#foodtime .inner li p.breakfast {
  background: url(../img/icon/breakfast.png) no-repeat 0px 12px;
  background-size: 18px;
  padding-top: 10px;
  padding-left: 22px;
  width: 50px;
  float: left;
  font-size: 16px;
}
#foodtime .inner li p.am-snack {
  background: url(../img/icon/am-snack.png) no-repeat 0px 12px;
  background-size: 18px;
  padding-top: 10px;
  padding-left: 22px;
  width: 90px;
  float: left;
  font-size: 16px;
}
#foodtime .inner li p.lunch {
  background: url(../img/icon/lunch.png) no-repeat 0px 12px;
  background-size: 18px;
  padding-top: 10px;
  padding-left: 22px;
  width: 50px;
  float: left;
  font-size: 16px;
}
#foodtime .inner li p.pm-snack {
  background: url(../img/icon/pm-snack.png) no-repeat 0px 12px;
  background-size: 18px;
  padding-top: 10px;
  padding-left: 22px;
  width: 90px;
  float: left;
  font-size: 16px;
}
#foodtime .inner li p.sub-snack {
  background: url(../img/icon/sub-snack.png) no-repeat 0px 12px;
  background-size: 18px;
  padding-top: 10px;
  padding-left: 22px;
  width: 50px;
  float: left;
  font-size: 16px;
}
#foodtime .inner li p.dinner {
  background: url(../img/icon/dinner.png) no-repeat 0px 12px;
  background-size: 18px;
  padding-top: 10px;
  padding-left: 22px;
  width: 50px;
  float: left;
  font-size: 16px;
}
#foodtime .icon {
  float: right;
  margin-top: -8px;
}
#foodtime .icon li {
  float: left;
}
#foodtime .icon li img {
  width: 25px;
  padding: 13px 10px 0;
}

/* カレンダーフォーム */
#calendar-form-left {
  float: left;
}
#calendar-form-left .form-inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  float: left;
}
#calendar-form-left table {
  width: 100%;
  border-collapse: collapse;
}
#calendar-form-left td {
  text-align: center;
}
#calendar-form-left td.switch {
  width: 60px;
  text-align: left;
  font-size: 12px;
  color: #666;
}
#calendar-form-left td.nursery {
  width: 200px;
  text-align: left;
  font-size: 12px;
  color: #666;
}
#calendar-form-left td.time {
  width: 200px;
  text-align: left;
  font-size: 12px;
  color: #666;
  padding: 20px 0 0;
}
#calendar-form-left td.list {
  width: 60px;
  text-align: left;
  font-size: 12px;
  color: #666;
}
#calendar-form-left td.day {
  width: 60px;
  text-align: left;
  font-size: 12px;
  color: #666;
}
#calendar-form-left td.food {
  width: 60px;
  text-align: left;
  font-size: 12px;
  color: #666;
}
#calendar-form-left td.photo {
  width: 60px;
  text-align: left;
  font-size: 12px;
  color: #666;
}
#calendar-form-left td.calendar {
  width: 60px;
  text-align: left;
  font-size: 12px;
  color: #666;
}
#calendar-form-left td.name {
  width: 150px;
  text-align: left;
  font-size: 12px;
  color: #666;
}
#calendar-form-left td.allergyfood {
  width: 300px;
  text-align: left;
  font-size: 12px;
  color: #666;
}
#calendar-form-left td.allergyfood {
  width: 300px;
  text-align: left;
  font-size: 12px;
  color: #666;
  padding: 20px 0 0;
}
#calendar-form-left p {
  text-align: left;
  margin: 0;
}
#calendar-form-left p.name {
  font-size: 20px;
}
#calendar-form-left p.total {
  float: left;
}
#calendar-form-left p.kcal {
  float: left;
}
#calendar-form-left p.salt {
  float: left;
}

#calendar-form-right-wrapper {
  float: right;
  position: relative;
  top: -70px;
}

#calendar-form-right {
  /* position: relative;*/
  /*width: 710px; */
  /*top: -70px;*/
}
#calendar-form-right .form-inner {
  /* margin: 0 auto; */
  /* overflow: hidden; */
  /* float: right; */
  width: 620px;
}
#calendar-form-right table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
#calendar-form-right td {
  text-align: center;
  border: 2px solid #666;
}
#calendar-form-right td.selecttitle-age {
  background-color: #1A1F28;
  font-size: 12px;
  padding: 5px 0;
  color: #FFFFFF;
  width: 212px;
}
#calendar-form-right td.selecttitle-food {
  background-color: #1A1F28;
  font-size: 12px;
  padding: 5px 0;
  color: #FFFFFF;
}
#calendar-form-right td .selectbox-age {
  float: left;
  width: 104px;
  height: 35px;
}
#calendar-form-right td .selectbox-food {
  float: left;
  height: 35px;
  width: 25%;
}
#calendar-form-bottomleft {
  float: left;
  clear: both;
}
#calendar-form-bottomleft .form-inner {
  width: 100%;
  overflow: hidden;
  float: left;
}
#calendar-form-bottomleft table {
  width: 683px;
  border-collapse: collapse;
}
#calendar-form-bottomleft td {
  background-color: #FFFFFF;
  border: 1px solid #DDD;
  text-align: center;
  padding: 5px;
}
#calendar-form-bottomleft td.nut {
  background-color: #EEEEEE;
  padding: 2px 0;
  font-size: 12px;
  color: #666666;
}
#calendar-form-bottomleft .info {
  float: left;
}
#calendar-form-bottomleft .info p {
  margin: 0;
}

#calendar-form-bottomright {
  /*position: relative;*/
  /*top: -70px;*/
}
#calendar-form-bottomright .form-inner {
  width: 596px;
  /* float: right; */
  padding: 10px;
  background-color: #FFF;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  display: flex;
  flex-direction: column;
}
#calendar-form-bottomright .title {
  border-bottom: 1px solid #DDD;
  height: 25px;
  margin: 0 0 5px;
  padding: 0 0 5px;
}
#calendar-form-bottomright .title p.infotitle {
  width: 180px;
  float: left;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
#calendar-form-bottomright .title p.info {
  float: right;
  margin: 0;
  font-size: 12px;
  color: #999;
}
#calendar-form-bottomright .name {
  float: left;
}
#calendar-form-bottomright .name li {
  float: left;
  width: 79px;
  line-height: 0px;
  background-color: brown;
  margin: 2px;
  border-radius: 2px;
  border: 1px solid brown;
}
#calendar-form-bottomright .name li p {
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
}
#calendar-form-bottomright .name li p.allergytitle {
  font-size: 10px;
  padding: 0 0 2px;
}

#calendar-form-bottomright2 {
  /* position: relative;*/
  /*top: -70px; */
}
#calendar-form-bottomright2 .form-inner {
  width: 596px;
  /* float: right; */
  padding: 10px;
  background-color: #FFF;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}
#calendar-form-bottomright2 .title {
  border-bottom: 1px solid #DDD;
  height: 25px;
  margin: 0 0 5px;
}
#calendar-form-bottomright2 .title p.infotitle {
  width: 180px;
  float: left;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
#calendar-form-bottomright2 .title p.info {
  float: right;
  margin: 0;
  font-size: 12px;
  color: #999;
}
#calendar-form-bottomright2 table {
  width: 100%;
  border-collapse: collapse;
}
#calendar-form-bottomright2 td {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  padding: 5px;
  text-align: center;
}
#calendar-form-bottomright2 p {
  font-size: 16px;
  margin: 0 0 2px;
  color: #333E4F;
  text-align: left;
}
#calendar-form-bottomright2 p.left {
  width: 100px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
#calendar-form-bottomright2 p.center {
  font-size: 20px;
  font-weight: bold;
  margin: 2px 0px;
  float: left;
}
#calendar-form-bottomright2 td.none-gray {
  background-color: #EEEEEE;
  padding: 5px;
  text-align: center;
}
#calendar-form-bottomright2 td.none {
  background-color: #FFFFFF;
  padding: 5px;
  text-align: center;
  font-size: 16px;
}
#calendar-form-bottomright2 td.none-center .left {
  float: left;
  margin: 15px 0;
  font-size: 14px;
}

/* 合計＿カロリー/塩分 */
#calendar-form-middleleft {
  overflow: hidden;
  margin: 8px 0;
  padding: 0 15px;
}
#calendar-form-middleleft .kcal .total {
  float: left;
  margin: 7px;
}
#calendar-form-middleleft .kcal .kcal {
  float: left;
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
}
#calendar-form-middleleft .kcal .salt {
  float: left;
  margin: 7px;
}

/* タイトル */
.menu_regist_title {
  border-bottom: 2px solid #333E4F;
  margin: 15px 15px 0 15px;
  padding: 0;
}
.menu_regist_title p {
background-color: #333E4F;
font-size: 18px;
margin: 0;
padding: 5px 10px;
color: #FFF;
text-align: center;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
width: 100px;
height: 25px;
}

/* カロリー */
#kcal-form {
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  padding: 0 15px;
}
#kcal-form .left-inner {
  width: 320px;
  overflow: hidden;
  margin: 12px 12px 0 0;
  float: left;
}
#kcal-form .left-inner p.title {
  float: left;
  margin: 10px 0;
  font-weight: bold;
  color: #333E4F;
}
#kcal-form .left-inner td {
  width: 60px;
  text-align: left;
  font-size: 12px;
  color: #666;
}
#kcal-form .kcal {
  float: left;
}
#kcal-form .kcal p {
  float: left;
  font-size: 16px;
}
#kcal-form .kcal p.total {
}
#kcal-form .kcal p.kcal {
  font-size: 35px;
  margin: 5px 0 0;
  font-weight: bold;
}
#kcal-form .kcal p.kcal span.mini {
  font-size: 14px;
  margin: 0;
  padding-left: 5px;
}
#kcal-form .right-inner {
  min-width: 820px;
  max-width: 1024px;
  overflow: hidden;
  margin: 10px 0 10px 10px;
  padding: 0 0 0 10px;
}
#kcal-form .right-inner p.title {
  float: left;
  margin: 10px 0;
  font-weight: bold;
  color: #333E4F;
}
#kcal-form .search {
  float: right;
}
#kcal-form .search p {
  float: left;
  margin: 10px 0;
}
#kcal-form .search .areatext {
  float: left;
  margin: 0 5px 0 10px;
}
#kcal-form .search .btnmini {
  float: left;
  margin: 8px 0;
}
#kcal-form .search .btnmini {
  float: left;
  margin: 8px 0;
}
#kcal-form-popup .right-inner {
  overflow: hidden;
  padding: 0;
}
#kcal-form-popup .search {
  float: right;
}
#kcal-form-popup .search p {
  float: left;
}
#kcal-form-popup .search .areatext {
  float: left;
  margin: 0 5px 0 30px;
}
#kcal-form-popup .search .btnmini {
  float: left;
  margin: 8px 0;
}
#kcal-form-popup .search .btnmini {
  float: left;
  margin: 8px 0;
}

/* アレルギー */
#allergyinfo-form {
  clear: both;
  float: right;
  width: 680px;
  background-color: #f5f5f5;
  padding: 10px;
  margin: 5px 0 auto;
  border-radius: 2px;
}
#allergyinfo-form .food {
  margin: 5px 0 0;
}
#allergyinfo-form p {
  margin: 0;
  font-size: 12px;
}
#foodregist {
  width: 98%;
  margin: 0 auto;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
#foodregist .inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#foodregist .form-top table {
  border-collapse: collapse;
  margin: 0 15px;
}
#foodregist .form-top td {
  width: 10%;
}
#foodregist .form-top td p {
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
#foodregist .form-top td p span.kcal {
  padding-left: 5px;
  font-size: 12px;
  font-weight: normal;
}

#foodsearch {
  border-top: 3px solid #333E4F;
  background-color: #FFFFFF;
  padding: 20px 15px;
  min-height: 350px;
}
#foodsearch table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
#foodsearch td {
  text-align: center;
}

#foodsearch .inner-info {
  width: 50%;
  border-collapse: collapse;
  border: none;
  margin: 10px 0;
}
#foodsearch .inner-info td {
  border: 1px solid #DDDDDD;
  padding: 2px 0;
  float: center;
 }
#foodsearch .inner-info td.title {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 2px 0;
 }

#foodsearch td.food {
  border: 1px dotted #DDD;
  margin: 0;
  padding: 5px 0 0;
}
#foodsearch td.food-total {
  padding: 10px 5px;
  background-color: #f5f5f5;
  border-top: 4px double #DDD;
  font-weight: bold;
  font-size: 16px;
}
#foodsearch td.food-double {
  border-top: 4px double #DDD;
  font-weight: bold;
  font-size: 16px;
}
#foodsearch td.food-left {
  text-align: left;
  border: 1px dotted #DDD;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  line-height: 1.3em;
}
#foodsearch td.title {
  font-size: 16px;
  color: #999999;
  padding: 10px 0;
  border: 1px solid #DDD;
  background-color: #f5f5f5;
}

#foodtotal .inner {
  float: right;
  margin: 20px 15px;
  width: 14%;
}
#foodtotal table {
  border-collapse: collapse;
}
#foodtotal td {
  border: 1px solid #DDD;
  width: 50%;
  background-color: #FFF;
  padding: 10px 25px;
  text-align: center;
  font-size: 16px;
}
#foodtotal td.total {
  background-color: #F5F5F5;
  width: 50%;
  color: #999;
  font-weight: bold;
}

#menuregist {
  background-color: #FFF;
  margin: 0 15px;
  overflow: hidden;
  border-bottom: 3px solid #333E4F;
}
#menuregist .left {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
#menuregist .left p.title {
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
  color: #999999;
}
#menuregist .left .formBox .add {
  text-align: left;
}
#menuregist .left table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
#menuregist .left td {
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
#menuregist .left td.title {
  border-bottom: 1px solid #DDD;
  color: #333E4F;
  padding: 15px;
  font-size: 16px;
  line-height: 1em;
}
#menuregist .left td p {
  text-align: center;
  margin: 0;
}
#menuregist .right {
  float: right;
  width: 50%;
}
#menuregist .right table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
#menuregist .right td {
  text-align: center;
  border-right: 1px solid #DDD;
  border-bottom: 1px dotted #DDD;
  margin: 0;
  padding: 5px 0px;
  width: 10%;
  font-size: 16px;
}
#menuregist .right td.title {
  border-bottom: 1px solid #DDD;
  color: #999999;
  padding: 10px 0;
  font-size: 16px;
}
#menuregist .right td.title-mini {
  border-bottom: 1px solid #DDD;
  color: #666666;
  padding: 5px;
  font-size: 10px;
  text-align: left;
}
#menuregist .right td.food {
  text-align: left;
  width: 30%;
  border-left: 3px double #DDD;
  padding: 0 0 0 10px;
}

#menuregist-popup .left p.title {
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
  color: #999999;
}
#menuregist-popup .left .formBox {
  float: none;
}
#menuregist-popup .left .formBox .add {
  width: 340px;
  padding: 10px 0;
}
#menuregist-popup .left table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
#menuregist-popup .left td {
  text-align: center;
  margin: 0;
}
#menuregist-popup .left td.title {
  border-bottom: 1px solid #DDD;
  color: #999999;
  padding: 10px;
  font-size: 16px;
}
#menuregist-popup .left td.foodallergy {
  text-align: left;
  margin: 0;
}
#menuregist-popup .left td p {
  text-align: center;
  margin: 0;
}

.newfoodregist {
  border: 1px solid #DDD;
  border-radius: 4px;
  margin: 0 0 10px;
  padding: 10px;
}
.newfoodregist .top {
  text-align: left;
  border-bottom: 1px solid #DDD;
  padding: 0 0 10px;
  margin: 0 0 5px;
}
.newfoodregist .top p.timeicon-breakfast {
  float: left;
  border-: none;
  border: none;
  background-color: #E65261;
  padding: 5px 10px;
  color: #FFF;
  border-radius: 4px;
  margin: 0;
  width: 30px;
  text-align: center;
}
.newfoodregist .top p.timeicon-amsnack {
  float: left;
  border-: none;
  border: none;
  background-color: #E583BB;
  padding: 5px 10px;
  color: #FFF;
  border-radius: 4px;
  margin: 0;
  width: 30px;
  text-align: center;
}
.newfoodregist .top p.timeicon-lunch {
  float: left;
  border-: none;
  border: none;
  background-color: #5A97E5;
  padding: 5px 10px;
  color: #FFF;
  border-radius: 4px;
  margin: 0;
  width: 30px;
  text-align: center;
}
.newfoodregist .top p.timeicon-pmsnack {
  float: left;
  border-: none;
  border: none;
  background-color: #4DBBE2;
  padding: 5px 10px;
  color: #FFF;
  border-radius: 4px;
  margin: 0;
  width: 30px;
  text-align: center;
}
.newfoodregist .top p.timeicon-subsnack {
  float: left;
  border-: none;
  border: none;
  background-color: #9BCD65;
  padding: 5px 10px;
  color: #FFF;
  border-radius: 4px;
  margin: 0;
  width: 30px;
  text-align: center;
}
.newfoodregist .top p.timeicon-dinner {
  float: left;
  border-: none;
  border: none;
  background-color: #A78DE6;
  padding: 5px 10px;
  color: #FFF;
  border-radius: 4px;
  margin: 0;
  width: 30px;
  text-align: center;
}
.newfoodregist .top p.foodtitle {
  margin: 0;
  padding: 5px 0 0 60px;
  font-size: 16px;
  font-weight: bold;
}
.newfoodregist .bottom {
  overflow: hidden;
  clear: both;
  width: 78%;
  margin: 0 auto;
}
.newfoodregist .bottom p.left {
  float: left;
  margin: 0;
}
.newfoodregist .bottom p.right {
  float: right;
  margin: 0;
}

.btn-newadd {
  background: url(../img/btn/btn_white-plus.png) no-repeat 0px 0px;
  float: right;
  overflow: hidden;
  clear: both;
}
.btn-newadd p {
  text-align: center;
  font-size: 16px;
}

.recipe-left {
  float: left;
  width: 30%;
}
.recipe-left li {
  overflow: hidden;
  border-bottom: 1px solid #DDD;
  padding: 5px;
}
.recipe-left li p.food {
  float: left;
  margin: 0;
}
.recipe-left li p.g {
  float: right;
  margin: 0;
}

.recipe-right {
  float: right;
  width: 67%;
}
.recipe-right li p.no {
  float: left;
  background-color: #333E4F;
  color: #FFFFFF;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 3px 12px 0;
}
.recipe-right li p.no-digit {
  float: left;
  background-color: #333E4F;
  color: #FFFFFF;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  margin: 3px 12px 0;
}
.recipe-right li p.text {
  margin: 0 0 5px;
}

/* regist-left, regist-right */
.regist-right .main {
  background-color: #F9F9F9;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #DDD;
  border-radius: 4px;
}
.regist-right .bottom {
  padding: 20px 20px 0;
  overflow: hidden;
}
.regist-right .top {
  padding: 0 0 10px;
  overflow: hidden;
  float: right;
}
.regist-right p {
  margin: 0;
}
.regist-left {
  float: left;
  width: 20%;
}
.regist-left li {
  overflow: hidden;

}
.regist-left li p.food {
  float: left;
  margin: 0;
}
.regist-left li p.g {
  float: right;
  margin: 0;
}
.regist-right {
  float: right;
  width: 75%;
}
.regist-right li p.name {
  float: left;
  margin: 8px 0 0;
}
.regist-right li p.text {
  margin: 0 0 2px;
  text-align: right;
}
.regist-right li p.category {
  float: left;
  margin: 15px 0 0;
}

.regist-right .list table {
  width: 100%;
  border-collapse: collapse;
}
.regist-right .list td {
  text-align: center;
}
.regist-right .list td.title {
  font-size: 12px;
  color: #666666;
  border: 1px solid #DDD;
  line-height: 1.3em;
  background-color: #f5f5f5;
}
.regist-right .list td.info {
  font-size: 12px;
  border: 1px dotted #DDDDDD;
  padding: 5px 2px;
}

/* kidsfood */
#kidsfood {
  padding: 20px 15px;
  overflow: hidden;
}
#kidsfood .inner {
  border: 1px solid #333E4F;
  border-radius: 4px;
  padding: 10px;
  width: 17%;
  overflow: hidden;
  float: left;
  margin-right: 2px;
  background-color: #FFF;
}
#kidsfood .inner-none {
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 10px;
  width: 17%;
  overflow: hidden;
  float: left;
  background-color: #DDDDDD;
  height: 100px;
}
#kidsfood .top {
  overflow: hidden;
  clear: both;
}
#kidsfood .bottom {
  overflow: hidden;
  clear: both;
  border-top: 1px solid #DDD;
  margin: 5px 0 0 0;
}
#kidsfood .left {
  float: left;
  width: 70%;
  border-right: 1px solid #DDD;
  padding-right: 5px;
}
#kidsfood .right {
  float: right;
  width: 25%;
  text-align: center;
  margin: 0;
}
#kidsfood .top {
  text-align: center;
}
#kidsfood .top p {
  text-align: center;
  margin: 0;
}
#kidsfood .top p.term {
  background-color: #333E4F;
  color: #FFFFFF;
  padding: 8px 5px;
  width: 80%;
  margin: 0 auto 8px;
  border-radius: 4px;
  font-size: 16px;
}
#kidsfood .top p.ok {
  background-color: #91BC24;
  color: #FFFFFF;
  padding: 0 5px;
  width: 80%;
  margin: 0 auto 5px;
  border-radius: 4px;
  font-size: 14px;
}
#kidsfood .top p.ng {
  background-color: #ff7785;
  color: #FFFFFF;
  padding: 0 5px;
  width: 80%;
  margin: 0 auto 5px;
  border-radius: 4px;
  font-size: 14px;
}
#kidsfood .top p.no {
  background-color: #AAA;
  color: #FFFFFF;
  padding: 0 5px;
  width: 80%;
  margin: 0 auto 5px;
  border-radius: 4px;
  font-size: 14px;
}
#kidsfood .bottom .left .search p.time-breakfast {
  width: 30px;
  background-color: #E65261;
  padding: 5px;
  height: 20px;
  text-align: center;
  border-radius: 4px;
  float: left;
  margin: 12px 10px 0 0;
  color: #FFFFFF;
}
#kidsfood .bottom .left .search p.time-amsnack {
  width: 30px;
  background-color: #E583BB;
  padding: 5px;
  height: 20px;
  text-align: center;
  border-radius: 4px;
  float: left;
  margin: 12px 10px 0 0;
  color: #FFFFFF;
}
#kidsfood .bottom .left .search p.time-lunch {
  width: 30px;
  background-color: #5A97E5;
  padding: 5px;
  height: 20px;
  text-align: center;
  border-radius: 4px;
  float: left;
  margin: 12px 10px 0 0;
  color: #FFFFFF;
}
#kidsfood .bottom .left .search p.time-pmsnack {
  width: 30px;
  background-color: #4DBBE2;
  padding: 5px;
  height: 20px;
  text-align: center;
  border-radius: 4px;
  float: left;
  margin: 12px 10px 0 0;
  color: #FFFFFF;
}
#kidsfood .bottom .left .search p.time-subsnack {
  width: 30px;
  background-color: #9BCD65;
  padding: 5px;
  height: 20px;
  text-align: center;
  border-radius: 4px;
  float: left;
  margin: 12px 10px 0 0;
  color: #FFFFFF;
}
#kidsfood .bottom .left .search p.time-dinner {
  width: 30px;
  background-color: #A78DE6;
  padding: 5px;
  height: 20px;
  text-align: center;
  border-radius: 4px;
  float: left;
  margin: 12px 10px 0 0;
  color: #FFFFFF;
}

#kidsfood .bottom .left .search .areatext {
  width: 160px;
  float: left;
}
#kidsfood .bottom .left .search .areatext {
  width: 125px;
  float: left;
}
#kidsfood .bottom .left .search .areatext-allergy {
  width: 213px;
  float: left;
}
#kidsfood .bottom .left .search .btn_mini {
  margin: 0;
  padding: 10px 0 0;
}
#kidsfood .bottom .left .search .btn_mini img {
  width: 30px;
}
#kidsfood .bottom .left .search {
  clear: both;
}
#kidsfood .bottom .left .search p.name {
  float: left;
  width: 120px;
  margin: 16px 0 0;
}
#kidsfood .bottom .left .food p.name {
  width: 105px;
  margin: 8px 0 0;
  float: left;
}
#kidsfood .bottom .left .food p.name-allergy {
  width: 200px;
  margin: 8px 0 0;
  float: left;
}
#kidsfood .bottom .left .food p.name-allergy-red {
  width: 200px;
  margin: 8px 0 0;
  float: left;
  color: brown;
}
#kidsfood .bottom .left .food p.g-allergy {
  float: left;
  margin: 8px 0;
  width: 50px;
  text-align: right;
}
#kidsfood .bottom .left .food .areatext {
  float: left;
  margin: 0;
}
#kidsfood .bottom .left .food .areatext p {
  margin: 0;
  float: left;
  padding: 8px 0 0 2px;
}
#kidsfood .bottom .left .food .btn_mini img {
  width: 30px;
  padding: 5px 0 0 5px;
  float: right;
}
#kidsfood .bottom .left .food .btn_mini-allergy img {
  width: 30px;
  padding: 2px 0 0 5px;
  float: right;
}

/* 帳票 */
#report {
  width: 1270px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
#report .inner {
  border-radius: 2px;
  padding: 10px;
  width: 22%;
  overflow: hidden;
  float: left;
  margin-right: 12px;
  background-color: #EEEEEE;
}
#report p.title {
  background: url(../img/icon/titlelabel_black.png) no-repeat 0px 1px;
  background-size: 5px;
  float: left;
  font-size: 16px;
  padding-left: 15px;
  margin: 10px 0 5px 15px;
}
#report a {
  color: #222222;
  font-size: 16px;
  text-decoration: none;
}
#report a {
  color: #222222;
  font-size: 16px;
  text-decoration: none;
}
#report a:hover {
  color: #999999;
}

/* 帳票＿中身 */
#report-inner {
  width: 720px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
#report-inner p.freecomment {
  width: 630px;
  margin: 10px 30px;
  font-size: 12px;
  border: 2px solid #C3D22E;
  padding: 10px;
  border-radius: 2px;
  background-color: #FFF;
}
#report-inner .contents {
  background-color: #FDF1DC;
  border: 1px solid #333E4F;
  border-radius: 2px;
  overflow: hidden;
}
#report-inner .contents img {
  width: 100%;
  vertical-align: bottom;
}
#report-inner .contents p.title {
  float: left;
  margin: 8px 10px 0;
  font-size: 20px;
  font-weight: bold;
}
#report-inner .contents p.day {
  text-align: right;
  font-size: 16px;
  padding: 10px 10px 0;
  margin: 0;
}
#report-inner .contents p.comment {
  float: left;
  width: 390px;
  margin: 0 10px 10px;
  font-size: 12px;
  border: 2px solid #C3D22E;
  padding: 10px;
  border-radius: 2px;
  background-color: #FFF;
}
#report-inner .box-menu {
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
}
#report-inner .box-menu .inner {
  width: 280px;
  margin: 20px 10px;
  float: left;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 4px;
  border: 3px dashed #F7D78B;
}
#report-inner .box-menu .menuimg {
  margin: 10px 30px 0px 0;
}
#report-inner .box-menu .menuimg img {
  border-radius: 2px;
  width: 50%;
  float: left;
  padding-right: 10px;
}
#report-inner .box-menu .menulist {
  width: 50%;
  float: right;
}
#report-inner .box-menu p.term {
  background: url(../img/report/bgtitle.png) no-repeat 0px 0px;
  background-size: 100%;
  width: 150px;
  padding: 5px 2px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  margin-top: -35px;
}
#report-inner .box-menu p.title {
  margin: 10px 0 8px;
  font-size: 18px;
  text-align: center;
}
#report-inner .box-menu p.menu {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
}
#report-inner .box-nut {
  width: 660px;
  margin: 0 auto 30px;
}
#report-inner .box-nut table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#report-inner .box-nut td {
  padding: 2px 5px;
  border: 2px solid #F7D78B;
  background-color: #FFF;
}
#report-inner .box-nut td.title {
  text-align: center;
  background-color: #F7D78B;
}
#report-inner .box-nut td.nut {
  text-align: center;
}
#report-inner .box-menu .babyfood {
  margin: 20px 0 0;
}
#report-inner .box-menu .babyfood li {
  font-size: 12px;
}
#report-inner .box-menu .babyfood p.title {
  margin: 20px 0 5px;
  padding: 2px 0 0;
  font-size: 14px;
  font-weight: bold;
  background-color: #F7D78B;
  width: 100px;
  text-align: center;
  border-radius: 2px;
}
#report-inner .box-menu .babyfood p.foodtitle {
  font-size: 12px;
  font-weight: bold;
  background-color: #F7D78B;
  text-align: center;
  border-radius: 20px;
  margin: 0 0 5px;
  padding: 2px;
  width: 100px;
}
#report-inner .month-menu {
  margin: 10px;
}
#report-inner .month-menu p {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}
#report-inner .month-menu table {
  width: 100%;
  border: 2px solid #C3D22E;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #FFFFFF;
}
#report-inner .month-menu td {
  border: 1px solid #CCCCCC;
  padding: 2px 5px;
  font-size: 10px;
}
#report-inner .month-menu td.time {
  text-align: center;
  background-color: #e7edab;
  width: 5%;
}
#report-inner .month-menu td.week {
  text-align: center;
  background-color: #C3D22E;
  width: 10%;
}
#report-inner .month-menu td.day {
  background-color: #EEEEEE;
}
#report-inner .month-menu td.day p {
  background-color: #EEEEEE;
}
#report-inner .month-menu td.day-none {
  font-weight: bold;
  font-size: 16px;
  padding-top: 2px;
}
#report-inner .header_titleimg {
  background: url(../img/report/headertitle_monthmenu.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 90px;
}
#report-inner .header_titleimg p {
  margin: 0;
  padding: 25px 0 0;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: #42210B;
}
#report-inner .footer-bottom {
  text-align: right;
  margin: 70px 10px 0;
}
#report-inner .footer-bottom p {
  margin: 0;
  font-size: 12px;
}


#cnt-all {
  width: 100%;
}
#cnt-all .form-inner {
  width: 100%;
  padding: 15px;
}
#cnt-all .form-inner table {
  width: 30%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
#cnt-all .form-inner td {
  border: 1px solid #DDDDDD;
  padding: 2px 5px;
  text-align: center;
}
#cnt-all .form-inner td.color01 {
  background-color: #FFE5EE;
  color: #BF5C81;
}
#cnt-all .form-inner td.color02 {
  background-color: #E8F4D9;
  color: #3D6522;
}
#cnt-all .form-inner td.color03 {
  background-color: #D4EEF9;
  color: #20557B;
}
#cnt-all .form-inner td.color04 {
  background-color: #FEEFD8;
  color: #B5441B;
}
#cnt-all .form-inner td.color05 {
  background-color: #F5F5F5;
  color: #333E4F;
  font-weight: bold;
}
#cnt-all .form-inner td.foodtime {
  background-color: #f5f5f5;
  width: 20%;
}
#cnt-info {
  margin: 0 0 0 20px;
}
#cnt-info p {
  margin: 10px 0;
  float: left;
  width: 520px;
}
#cnt-info .btn {
  width: 150px;
  margin: 0 20px 0px;
  float: right;
}

.bottom-info {
  width: 100%;
  margin: 0 auto;
}
.bottom-info .inner {
  width: 640px;
  margin: 30px auto;
  background-color: #EEE;
  overflow: hidden;
  padding: 20px;
}
.bottom-info .left {
  width: 60%;
  float: left;
  color: #666;
}
.bottom-info .right {
  width: 40%;
  float: left;
}


/*footerinfobox*/
#footerinfobox {
  width: 100%;
  margin: 0;
  padding: 0 0 50px;
}
#footerinfobox .inner {
  width: 980px;
  margin: 0 auto;
}
#footerinfobox h1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 50px 0 0;
}
#footerinfobox h2 {
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
#footerinfobox p {
  margin: 10px 0;
  padding: 8px 0 10px;
}
#footerinfobox ul {
  margin: 30px 0;
}
#footerinfobox table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
}
#footerinfobox td {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px;
  text-align: left;
  background-color: #fff;
}
#footerinfobox td.name {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  text-align: center;
  width: 30%;
}



/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* loop */
.loop {
  background: url(../img/top/loop_bottom.jpg) repeat-x 0 0;
  background-size: contain;
  width: 100%;
  height: 192px;
  overflow: hidden;

  -moz-animation: loop 26s linear infinite;
  animation: loop 26s linear infinite;
}

/* loopアニメーション */
@keyframes loop {
  0% {
  background-position: 0 0;
  }
  100% {
  background-position: -1258px 0;
  }
}

/* タブ */
.maintitle {
  width: 720px;
  margin: 30px auto 0;
  font-size: 30px;
  color: #eb6ea5;
}
.subtitle {
  margin: 0 auto;
  font-size: 16px;
  color: #eb6ea5;
  clear: both;
  overflow: hidden;
  font-weight: bold;
  padding: 20px 0 0;
}
.tabs {
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 720px;
  margin: 50px auto;
}
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #eb6ea5;
  background-color: #f5f5f5;
  line-height: 50px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  font-size: 12px;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 40px;
  clear: both;
  overflow: hidden;
}
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#term04:checked ~ #term04_content
{
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #eb6ea5;
  color: #fff;
}
.tab_content .left {
  float: left;
  width: 40%;
}
.tab_content .right {
  float: right;
  width: 60%;
}
.tab_content .right p {
  margin: 10px 0;
  font-size: 13px;
}
.tab_content .right table {
  width: 100%;
  margin: 10px 0;
}
.tab_content .right td {
  padding: 5px;
  font-size: 12px;
}
.tab_content .right td.title {
  background-color: #EEEEEE;
  text-align: center;
}
.tab_content table {
  width: 100%;
  border-collapse: collapse;
}
.tab_content td {
  border: 1px solid #DDD;
  padding: 5px;
  font-size: 12px;
}
.tab_content td.title-gray {
  background-color: #EEEEEE;
  width: 30%;
  font-size: 12px;
  text-align: center;
}
.tab_content p.mini {
  margin: 5px 0 0;
  font-size: 10px;
}
.nomal_content {
  padding: 40px;
}
.nomal_content .top {
  text-align: center;
  margin: 0 auto;
}
.nomal_content .top img {
  width: 250px;
  text-align: center;
  margin: 20px auto;
}
.nomal_content p {
  font-size: 16px;
  margin: 10px 0 50px;
}
.nomal_content p.red {
  font-size: 16px;
  color: #eb6ea5;
  margin: 0;
}
.nomal_content h1.ok {
  font-size: 20px;
  border-bottom: 2px solid #8BC007;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px;
  color: #8BC007;
}
.nomal_content h1.ng {
  font-size: 20px;
  border-bottom: 2px solid #eb6ea5;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px;
  color: #eb6ea5;
}
.nomal_content h1.allergy {
  font-size: 20px;
  border-bottom: 2px solid #ff7f50;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px;
  color: #ff7f50;
}


/* colorbox 閉じる */
.button_box{
  width: 100%;
}
.close_button{
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #666666;
  border-radius: 32px;
  margin: 0;
  padding: 0;
  transform: scale(0.5);
  cursor: pointer;
}
.close_button:before{
  content:"";
  position:absolute;
  display:inline-block;
  top:8px;
  left:17px;
  width:6px;
  height:24px;
  border:0;
  margin:0;
  padding:0;
  background-color:white;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.close_button:after{
  content:"";
  position:absolute;
  display:inline-block;
  top:8px;
  left:17px;
  width:6px;
  height:24px;
  border:0;
  margin:0;
  padding:0;
  background-color:white;
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.close_button:hover{
  background-color:red;
}

/* Footer */
#footerSection {
  width: 100%;
  bottom: 0;
  position: absolute;
}
#siteBottom {
  background-color: #26333B;
  clear: both;
  padding: 20px 0;
  font-size: 14px;
  color: #FFFFFF;
}
#siteBottom #siteBottomInner {
  text-align: center;
}
#siteBottom #siteBottomInner.innerBox {
  width: 980px;
  margin: 20px auto;
  overflow: hidden;
}
#siteBottom #siteBottomInner .list {
  width: 33.3333%;
  float: left;
  text-align: left;
}
#siteBottom #siteBottomInner .list li a {
  color: #FFFFFF;
  text-decoration: none;
}
#siteBottom #siteBottomInner .list li a:hover {
  color: #444444;
}
#siteBottom #copy {
  color: #FFFFFF;
  text-align: center;
}

/*アコーディオン,FAQ*/
ul#NodeMenu {
  margin:0;
  padding:0;
  list-style:none;
  text-align: left;
}
ul#NodeMenu h1 {
  border-bottom: 2px solid #222;
  font-weight: bold;
  padding: 40px 0 0;
  color: #222;
  margin: 0 0 10px;
  text-align: left;
  font-size: 25px;
}
ul#NodeMenu li {
  padding: 2px 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
}
ul#NodeMenu li.txt {
  padding: 20px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
}
ul#NodeMenu li.txt img {
  float: left;
  width: 20px;
  padding-right: 10px;
  padding-top: 2px;
}
ul#NodeMenu a {
  text-decoration: underline;
}
ul#NodeMenu a:hover {
  color:orange;
}
ul#NodeMenu span.parent {
  color: #eb6ea5;
  cursor: pointer;
}
ul#NodeMenu span.parent img {
  float: left;
  width: 20px;
  padding-right: 10px;
  padding-top: 2px;
}
ul#NodeMenu div.child {
  background-color: #FFFFFF;
}
ul#NodeMenu div.indent {
}

/*ツールチップ_三角中央*/
.sample-demo .tooltip,
.sample-demo .tooltip2 {
  margin: 10px auto;
  list-style: none;
}
.sample-demo .tooltip li,
.sample-demo .tooltip2 li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 10px 0 0;
}
.sample-demo .tooltip li a,
.sample-demo .tooltip2 li a {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
.sample-demo .tooltip li span {
  background: #333E4F;
  color: #ffffff;
  width: 500px;
  padding: 10px 20px;
  position: absolute;
  top: -300px;
  left: -230px;
  text-align: left;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  border-radius: 2px;
  font-size: 13px;
}
.sample-demo .tooltip li span p {
  width: 0;
  height: 0;
  position: relative;
  top: 10px;
  left: 216px;
  border: 10px solid transparent;
  border-top: 10px solid #333E4F;
  margin: 0;
}
.sample-demo .tooltip li a:hover + span {
  height: 65px;
  top: -85px;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

/*ツールチップ_三角左*/
.sample-demo_left {
  float: left;
  margin: 0;
}
.sample-demo_left .tooltip,
.sample-demo_left .tooltip2 {
  margin: 0;
  list-style: none;
}
.sample-demo_left .tooltip li,
.sample-demo_left .tooltip2 li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0;
}
.sample-demo_left .tooltip li a,
.sample-demo_left .tooltip2 li a {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
.sample-demo_left .tooltip li span {
  background: #333E4F;
  color: #ffffff;
  width: 500px;
  padding: 10px 20px;
  position: absolute;
  top: -300px;
  left: -10px;
  text-align: left;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  border-radius: 2px;
  font-size: 13px;
}
.sample-demo_left .tooltip li span p {
  width: 0;
  height: 0;
  position: relative;
  top: 10px;
  left: -5px;
  border: 10px solid transparent;
  border-top: 10px solid #333E4F;
  margin: 0;
}
.sample-demo_left .tooltip li a:hover + span {
  height: 65px;
  top: -85px;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.btn_tutorial {
  float: right;
  margin: 0 20px 20px 0;
}
.btn_tutorial .img {
  width: 250px;
}
#open01 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}
.close_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  position: absolute;
  background: #FFF;
  opacity: 0.5;
  z-index: 10;
}
.modal_window {
  top: 10%;
  left: 50%;
  margin: -150px 0 0 -300px;
  width: 640px;
  height: 480px;
  text-align: center;
  display: block;
  background: #fff;
  position: absolute;
  z-index: 10;
  box-shadow: 0 5px 5px #999;
}
.modal_window h2 {
  margin-bottom: 20px;
  width: 640px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-indent: 15px;
  background: #333E4F;
}
.modal_window p {
  margin: 0 20px 10px;
  padding: 15px 0;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #DDDDDD;
}
.modal_window img {
  width: 470px;
  margin: 0 auto;
}
.modal_window a.close {
  background-color: #DDD;
  color: #666;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 4px;
  border: 1px solid #CCC;
}

/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}

div#modal div:target {
    -webkit-animation-name: modalFadeIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}

/* フォーム */

.form-container {
  width: 450px;
  margin: 0 auto;
}
.form-container .fc-inner {
  width: 95%;
  margin: 0 auto;
}
.form-container .fc-inner p.item-label {
  margin: 15px 0 0;
  padding-left: 5px;
  font-size: 16px;
}
.form-container .fc-inner .form-item {
  margin: 5px 0 15px 0;
}
.form-container .fc-inner .form-item-confirm {
  margin: 5px 1rem 15px;
  font-weight: bold;
  font-size: 20px;
}
.form-container .fc-inner .form-item input {
  width: 100%;
  margin: 0;
  padding: 15px;
  border: #ddd solid 1px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #F9F9F9;
  font-size: 16px;
}
.form-container .fc-inner .form-item span {
  width: 100%;
  margin: 0;
  padding: 6px 10px;
}
.form-container .fc-inner .form-btn-group {
  width: 100%;
  margin: 40px auto 10px;
  display: flex;
  justify-content: center;
}
.form-container .fc-inner .form-btn {
  width: 100px;
  margin: 0 15px;
  border: #eb6ea5 solid 1px;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  background-color: #fff;
}
.form-container .fc-inner .form-btn a{
  color: #000;
  text-decoration: none;
  font-size: 1.1rem;
  display: block;
}

/* サポートページ */
.guide-content-title {
  width: 100%;
  margin: 0 auto;
  background-color: #fbe2ed;
  padding: 10px 0;
  overflow: hidden;
}
.guide-content-title .title-inner {
  width: 980px;
  margin: 0 auto;
  padding: 10px auto;
}
.guide-content-title p {
  margin: 0;
}
.guide-content-title p.title_center {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #666;
}
.guide-content {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}
.guide-content .content-inner{
  width: 800px;
  margin: 50px auto;
}
.guide-content .content-inner-wide{
  width: 980px;
  margin: 50px auto;
}
.guide-content p{
  font-size: 16px;
  margin: 20px auto;
  text-align: left;
}
.guide-content .center{
  text-align: center;
}
.guide-content .font20{
  font-size: 20px;
}
.guide-content p.subtitle{
  margin: 0 auto;
  padding: 10px auto;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-bottom: medium solid #eb6ea5;
}
.guide-content img{
  width: 600px;
  margin: 10px auto 30px;
}
.guide-content img.btn{
  width: 400px;
  margin: 10px auto;
}
#guide_book {
  width: 980px;
  margin: 0 auto 50px;
}
#guide_book .guide_table {
  width: 760px;
  margin: 0 auto;
}
#guide_book .guide_table td {
  width: 50%;
  font-size: 24px;
  padding: 20px 40px;
  text-align: left;
}
#guide_book .guide_table td a {
  color: #444;
  text-decoration: none;
}
#guide_book .guide_table td img.guide_1 {
  width: 200px;
  /*float: left;*/
  margin: 0 auto;
}
#guide_book .guide_table td img.guide_2 {
  width: 150px;
  /*float: left;*/
  margin: 0 auto;
}
#guide_book .note {
  width: 800px;
  margin: 0 auto;
  color: #F00;
  text-align: center;
  font-size: 18px;
}

/* お客様の声（導入事例）*/
#content-title-white{
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  color: #666;
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
  font-weight: 400;
}
#content-title-white .title-inner{
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#content-title-white .title{
  font-size: 22px;
  margin: 0;
}
#content-title-white .subtitle{
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #666;
}
#Boxwhite.white{
  background-color: #fff;
  padding: 30px 0 100px;
}
.casestudy-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.casestudy-card {
  border-radius: 5px;
  margin: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: box-shadow 0.3s;
  flex: 1 0 30%;
  max-width: 30%;
}
.casestudy-card:focus,
.casestudy-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  outline: none;
}
.casestudy-card .image-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.casestudy-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s;
}
.casestudy-card img:hover {
  transform: scale(1.1);
}
.casestudy-card .description {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 180px;
  background-color: #fff;
}
.casestudy-card .name {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  align-self: flex-start;
  border-bottom: 3px solid;
  border-bottom-color: #eb6ea5;
}
.casestudy-card .title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 20px 0;
  height: 50px;
  line-height: 24px;
}
.casestudy-card .text {
  text-align: left;
  font-size: 12px;
  margin: 0;
  height: 20px;
}
.casestudy-card .button {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: black;
  border-radius: 50%;
  align-self: flex-end;
  position: relative;
}
.arrow-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
	background: url(../img/icon/arrow_right_white.png) no-repeat 0 0 scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-link{
  text-decoration: none;
  color: inherit;
}

/* 導入事例詳細 */
.casestudy_detail h1{
  color: #222 !important;
  font-weight: bold !important;
  font-size: 38px !important;
  line-height: 50px !important;
  text-align: left !important;
  margin: 0 0 30px !important;
}
.casestudy_detail h2{
  font-size: 24px;
  font-weight: bold;
  padding: 2px 4px;
  border-bottom: 5px solid;
  border-bottom-color: #eb6ea5;
}
.casestudy_detail p{
  font-size: 18px;
  margin: 5px 5px;
}
.casestudy_detail img{
  width: 100%;
}
.casestudy_detail .summary {
  display: block;
  font-size: 18px;
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0 0;
}
.qa_container{
  display: flex;
  flex-direction: row;
  padding: 10px;
  margin: 20px 0;
}
.qa_container .question {
  padding: 3px;
  margin: 7px 20px 0 0;
  background-color: #eb6ea5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.qa_inner{
  width: 100%;
}
.qa_inner p{
  margin: 14px 0 10px;
  font-size: 18px;
}
.qa_inner .q_text{
  display: inline-block;
  background: linear-gradient(transparent 88%, #eb6ea5 12%);
  padding: 0 0 8px;
}
#BoxCardSlide {
  background-color: ##FFFBF4;
  padding: 20px 0 10px;
}
.slick-card .casestudy-card {
  width: 306px;
  max-width: 306px;
}




.dli-minus {
  display: inline-block;
  vertical-align: middle;
  color: #fa8072;
  line-height: 1;
  width: 15px;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  cursor: pointer;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #fa8072;
  line-height: 1;
  width: 15px;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  cursor: pointer;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

a.tokucho {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_tokucho_off.png) no-repeat left;
  background-size: 25px;
}
a.tokucho:hover {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_tokucho_on.png) no-repeat left;
  background-size: 25px;
}
a.notice {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_notice_off.png) no-repeat left;
  background-size: 25px;
}
a.notice:hover {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_notice_on.png) no-repeat left;
  background-size: 25px;
}
a.price {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_price_off.png) no-repeat left;
  background-size: 25px;
}
a.price:hover {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_price_on.png) no-repeat left;
  background-size: 25px;
}
a.question {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_question_off.png) no-repeat left;
  background-size: 25px;
}
a.question:hover {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_question_on.png) no-repeat left;
  background-size: 25px;
}
a.sample {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_sample_off.png) no-repeat left;
  background-size: 24px;
}
a.sample:hover {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_sample_on.png) no-repeat left;
  background-size: 24px;
}
a.support {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_support_off.png) no-repeat left;
  background-size: 25px;
}
a.support:hover {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_support_on.png) no-repeat left;
  background-size: 25px;
}
a.voice {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_vice_off.png) no-repeat left;
  background-size: 25px;
}
a.voice:hover {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_vice_on.png) no-repeat left;
  background-size: 25px;
}
a.guide {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_guide_off.png) no-repeat left;
  background-size: 25px;
}
a.guide:hover {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_guide_on.png) no-repeat left;
  background-size: 25px;
}
a.nagare {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_nagare_off.png) no-repeat left;
  background-size: 25px;
}
a.nagare:hover {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_nagare_on.png) no-repeat left;
  background-size: 25px;
}
a.ikou {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_ikou_off.png) no-repeat left;
  background-size: 25px;
}
a.ikou:hover {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_ikou_on.png) no-repeat left;
  background-size: 25px;
}
a.shiryou {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_shiryou_off.png) no-repeat left;
  background-size: 25px;
}
a.shiryou:hover {
  font-size: 16px !important;
  line-height: 2;
  margin-right: 30px;
  padding-left: 30px !important;
  background: url(../img/icon/menu_shiryou_on.png) no-repeat left;
  background-size: 25px;
}

a.service {
  padding-left: 50px !important;
  background-size: 30px !important;
  color: #444;
  text-decoration: none;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
a.service:hover {
  color: #eb6ea5;
}

a.service02 {
  background: url(../img/icon/service02_off.png) no-repeat left;
}
a.service02:hover {
  background: url(../img/icon/service02_on.png) no-repeat left;
}
a.service03 {
  background: url(../img/icon/service03_off.png) no-repeat left;
}
a.service03:hover {
  background: url(../img/icon/service03_on.png) no-repeat left;
}
a.service04 {
  background: url(../img/icon/service04_off.png) no-repeat left;
}
a.service04:hover {
  background: url(../img/icon/service04_on.png) no-repeat left;
}
a.service05 {
  background: url(../img/icon/service05_off.png) no-repeat left;
}
a.service05:hover {
  background: url(../img/icon/service05_on.png) no-repeat left;
}
a.service06 {
  background: url(../img/icon/service06_off.png) no-repeat left;
}
a.service06:hover {
  background: url(../img/icon/service06_on.png) no-repeat left;
}
a.service07 {
  background: url(../img/icon/service07_off.png) no-repeat left;
}
a.service07:hover {
  background: url(../img/icon/service07_on.png) no-repeat left;
}
a.service08 {
  background: url(../img/icon/service08_off.png) no-repeat left;
}
a.service08:hover {
  background: url(../img/icon/service08_on.png) no-repeat left;
}
a.service09 {
  background: url(../img/icon/service09_off.png) no-repeat left;
}
a.service09:hover {
  background: url(../img/icon/service09_on.png) no-repeat left;
}
a.service10 {
  background: url(../img/icon/service10_off.png) no-repeat left;
}
a.service10:hover {
  background: url(../img/icon/service10_on.png) no-repeat left;
}
a.service11 {
  background: url(../img/icon/service11_off.png) no-repeat left;
}
a.service11:hover {
  background: url(../img/icon/service11_on.png) no-repeat left;
}
a.service12 {
  background: url(../img/icon/service12_off.png) no-repeat left;
}
a.service12:hover {
  background: url(../img/icon/service12_on.png) no-repeat left;
}
a.service13 {
  background: url(../img/icon/service13_off.png) no-repeat left;
}
a.service13:hover {
  background: url(../img/icon/service13_on.png) no-repeat left;
}
a.service15 {
  background: url(../img/icon/service15_off.png) no-repeat left;
}
a.service15:hover {
  background: url(../img/icon/service15_on.png) no-repeat left;
}
a.service16 {
  background: url(../img/icon/service16_off.png) no-repeat left;
}
a.service16:hover {
  background: url(../img/icon/service16_on.png) no-repeat left;
}
a.service31 {
  background: url(../img/icon/service31_off.png) no-repeat left;
}
a.service31:hover {
  background: url(../img/icon/service31_on.png) no-repeat left;
}
a.service32 {
  background: url(../img/icon/service32_off.png) no-repeat left;
}
a.service32:hover {
  background: url(../img/icon/service32_on.png) no-repeat left;
}

span.marker {
  font-size: 24px;
  background: linear-gradient(transparent 60%, #fdf473 60%);
}