@charset "utf-8";
/*
Theme Name: ClockUp
Author: r.y
*/
/* Link text */
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a.no_underline {
  color: #333;
  text-decoration: none;
}
a.no_underline:hover {
  text-decoration: underline;
}

/* alignment */
.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

.dis-n {
  display: none;
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.panel {
  display: block;
  background: #e6e6e6;
  border: 1px solid #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 2px 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px 2px #e0e0e0;
  box-shadow: 0 0 2px 2px #e0e0e0;
  position: relative;
  behavior: url(/PIE.htc);
}

.panel-h1 {
  width: 600px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  behavior: url(/PIE.htc);
}

.panel-midium {
  width: 200px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  behavior: url(/PIE.htc);
}

.panel-form {
  width: 100px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  line-height: 25px;
  position: relative;
  behavior: url(/PIE.htc);
}
.panel-form:hover {
  background: #e50012;
  color: #fff;
}

.panel-game {
  width: 160px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  behavior: url(/PIE.htc);
}

.panel p {
  text-align: center;
}

.h2_white {
  width: 564px;
  height: 19px;
  padding: 0 0 0 16px;
  background: url(img/common/h2_bg.png) left bottom no-repeat;
}

.h2_side {
  width: 174px;
  height: 19px;
  padding: 0 0 0 16px;
  background: url(img/common/h2_bg.png) left bottom no-repeat;
}

.h2_gray {
  width: 309px;
  height: 19px;
  padding-left: 16px;
  background: url(img/common/h2_bg_gray.png) left bottom no-repeat;
}

.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

/* font */
.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.red {
  color: red;
}

.lightgray {
  color: #999;
}

.bold {
  font-weight: bold;
}

/* basic layouts */
.wrapper {
  width: 960px;
  margin: 0 auto;
  background: url(img/common/bg.png) top center repeat-y;
}

.header {
  width: 900px;
  height: 57px;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #f2f2f2);
  background-image: -moz-linear-gradient(top, #e6e6e6, #f2f2f2);
  background-image: -o-linear-gradient(top, #e6e6e6, #f2f2f2);
  background-image: linear-gradient(top, #e6e6e6, #f2f2f2);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE6E6E6', endColorstr='#FFF2F2F2');
  position: relative;
  behavior: url(/PIE.htc);
}

.container {
  width: 900px;
  margin: 10px auto 40px;
  padding: 10px 0 20px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  behavior: url(/PIE.htc);
}

.contents {
  width: 820px;
  margin: 20px auto;
}

.footer {
  width: 900px;
  height: 70px;
  margin: 0 auto;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 10px solid #e50012;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #f2f2f2);
  background-image: -moz-linear-gradient(top, #e6e6e6, #f2f2f2);
  background-image: -o-linear-gradient(top, #e6e6e6, #f2f2f2);
  background-image: linear-gradient(top, #e6e6e6, #f2f2f2);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE6E6E6', endColorstr='#FFF2F2F2');
  position: relative;
  behavior: url(/PIE.htc);
}

/* header */
.headlogo {
  height: 24px;
  margin-left: 40px;
  padding-top: 16px;
}
.headlogo h1 span {
  display: inline;
  font-weight: normal;
  font-size: 13px;
}

/* global navigation */
.gn {
  width: 900px;
  height: 50px;
  margin: 10px auto;
  background: url(img/common/gn_off.png) top center no-repeat;
}
.gn ul {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
}
.gn ul li {
  float: left;
  width: 145px;
  height: 50px;
  margin-right: 3px;
  margin-left: 2px;
  zoom: 1;
}
.gn ul li a {
  background-image: url(img/common/gn_off.png);
  background-repeat: no-repeat;
  display: block;
  width: 145px;
  height: 50px;
  text-indent: -9999px;
}
.gn ul li a:hover {
  background-image: url(img/common/gn_on.png);
}
.gn ul li a.active {
  background-image: url(img/common/gn_active.png);
}
.gn ul li.gn_home a {
  background-position: -2px 0;
}
.gn ul li.gn_product a {
  background-position: -152px 0;
}
.gn ul li.gn_event a {
  background-position: -302px 0;
}
.gn ul li.gn_shop a {
  background-position: -452px 0;
}
.gn ul li.gn_download a {
  background-position: -602px 0;
}
.gn ul li.gn_support a {
  background-position: -752px 0;
}

/* footer navigation */
.foot_nav {
  width: 380px;
  height: 40px;
  margin: 5px auto;
}
.foot_nav ul li {
  float: left;
}
.foot_nav ul li a:hover {
  color: #e50012;
}

.copyright p {
  text-align: center;
  font-size: 11px;
  color: #666;
}

.toTop {
  width: 46px;
  height: 46px;
  position: absolute;
  top: -31px;
  right: 10px;
}
.toTop a {
  width: 46px;
  height: 46px;
  display: block;
}

/* index page */
.index_wrapper {
  width: 540px;
  margin: 80px auto;
}

.index_box {
  width: 450px;
  height: 180px;
  padding: 40px 45px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  behavior: url(/PIE.htc);
  border: 1px solid #ddd;
}
.index_box img {
  display: block;
  margin: 0 auto;
}
.index_box .index_body {
  font-size: 13px;
}

.index_foot {
  margin-top: 40px;
  font-size: 11px;
}
.index_foot p {
  margin-bottom: 20px;
}
.index_foot img {
  display: block;
  margin: 10px auto;
}

/* top page */
.top_left {
  float: left;
  width: 580px;
}

.top_news dl {
  margin: 20px 10px 40px;
}
.top_news dl dt, .top_news dl dd {
  margin-bottom: 10px;
}
.top_news dl dt {
  float: left;
  clear: left;
  width: 100px;
  background: url(img/top/list_arrow.png) center left no-repeat;
  padding-left: 12px;
  color: #888;
}
.top_news dl dd {
  margin-left: 112px;
}

.top_info ul {
  margin: 20px 0 40px 10px;
}
.top_info ul li {
  margin-bottom: 15px;
}
.top_info ul li .thumb {
  float: left;
  width: 60px;
  margin: 0 10px 10px;
}
.top_info ul li .thumb img {
  border: 1px solid #dddddd;
}
.top_info ul li .intro {
  float: left;
  width: 490px;
}
.top_info ul li .intro p {
  line-height: 1.2;
}
.top_info ul li .intro .top_info_title {
  color: #e50012;
  font-weight: bold;
}
.top_info ul li .intro .top_info_title a {
  color: #e50012;
}
.top_info ul li .intro .top_info_date {
  font-size: 12px;
  color: #888;
  margin-bottom: 3px;
}

.top_right {
  float: right;
  width: 200px;
}

.top_side_blog {
  width: 190px;
  margin: 10px auto 20px;
}
.top_side_blog h2 {
  margin-bottom: 10px;
}
.top_side_blog .staf_head_side {
  margin-bottom: 8px;
  padding: 5px 0;
  border-bottom: #999999 dashed 1px;
}
.top_side_blog .staf_avatar_side {
  float: left;
  margin: 0px 5px 6px 0px;
  width: 40px;
  line-height: 1.4;
}
.top_side_blog .staf_info_side {
  float: left;
  width: 140px;
}
.top_side_blog .staf_titl_side {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 3px;
  text-decoration: none;
}
.top_side_blog .staf_titl_side:hover {
  text-decoration: underline;
}
.top_side_blog .staf_date_side {
  font-size: 9px;
  line-height: 1.3;
}

/* recruit page */
.hitokoto {
  width: 580px;
  margin: 15px auto;
}

.mod_date {
  text-align: right;
}

.recruit_inner {
  width: 580px;
  padding: 5px 30px 20px;
  margin: 20px auto 40px;
  border: 1px solid #dddddd;
}
.recruit_inner h2 {
  margin-bottom: 10px;
}

#recruit_ancs {
  text-align: center;
  margin-top: 5px;
}

.recruit_common {
  border: 1px solid #dddddd;
  margin: 20px auto;
}
.recruit_common th, .recruit_common td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}
.recruit_common th {
  width: 120px;
  background: #EEE;
  vertical-align: top;
}
.recruit_common td {
  background: #fff;
}

.each_speciality {
  background: #e4e4e4;
  margin-bottom: 20px !important;
}

.recruit_type {
  display: block;
  width: 250px;
  padding: 7px 0;
  margin-left: auto;
  margin-top: -26px;
  background: #fff;
  color: #e50012;
  font-size: 14px;
  text-align: center;
  border: 1px solid #dddddd;
}

.grayBox {
  width: 200px;
  padding: 5px 10px;
  background: #eeeeee;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.caution {
  color: #e50012;
  margin-top: 20px;
  margin-bottom: 20px;
}
.caution li {
  color: #e50012;
  font-weight: bold;
}

.to_top_triangle {
  text-align: right;
  font-size: 24px;
  width: 640px;
  padding: 0;
  margin: -25px auto -15px;
}
.to_top_triangle a {
  color: #e50012;
}

/* company page */
#company h3 {
  margin-top: 20px;
  margin-left: 250px;
}
#company dl {
  width: 400px;
  margin: 20px 250px;
}
#company dl dd {
  margin-bottom: 15px;
}

/* Clock Up TV*/
.cutv_title {
  width: 610px;
  height: 70px;
  margin: 10px auto 20px;
}

.fukidashi {
  width: 430px;
  height: 110px;
  padding: 10px 25px 135px;
  margin: 20px auto 50px;
  background: url(img/cutv/kinandpearl.png) top center no-repeat;
  font-size: 12px;
}

.cutv_form .wpcf7 {
  width: 550px;
  margin: 20px auto;
}
.cutv_form .cutv_submit {
  width: 250px;
  margin: 0 auto;
}
.cutv_form .cutv_submit input[type="submit"], .cutv_form .cutv_submit input[type="reset"] {
  display: inline-block;
  width: 100px;
  height: 25px;
  background: #e6e6e6;
  border: 1px solid #fff;
  margin: 10px 5px;
  text-align: center;
  line-height: 23px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 2px 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px 2px #e0e0e0;
  box-shadow: 0 0 2px 2px #e0e0e0;
  position: relative;
  behavior: url(/PIE.htc);
}
.cutv_form .cutv_submit input[type="submit"]:hover, .cutv_form .cutv_submit input[type="reset"]:hover {
  background: #e50012;
  color: #fff;
}
.cutv_form input[type="text"], .cutv_form input[type="email"], .cutv_form textarea {
  border: 1px solid #dddddd;
}
.cutv_form input[type="text"]:focus, .cutv_form input[type="email"]:focus, .cutv_form textarea:focus {
  background: #FFFFE0;
}
.cutv_form dl {
  width: 550px;
}
.cutv_form dl dt {
  width: 150px;
  float: left;
  clear: left;
  margin-bottom: 10px;
}
.cutv_form dl dd {
  margin-left: 150px;
  margin-bottom: 10px;
}

.panel-h1-2 {
  width: 600px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 24px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  behavior: url(/PIE.htc);
}
.panel-h1-2 h1, .panel-h1-2 h2 {
  padding-top: 10px;
}
.panel-h1-2 span {
  line-height: 16px;
  letter-spacing: 0;
  font-size: 13px;
}

/* downloads */
.download h2 {
  margin: 20px auto;
}

.dl_box {
  width: 560px;
  margin: 10px auto 40px;
}

.dl_thumb {
  /*width: 200px;ノッツドッツ修正*/
  /*width: 145px;ノッツドッツ修正*/
  margin-right: 20px;
}

.dl_conts {
  font-size: 12px;
}

/* support */
ul.support {
  width: 660px;
  margin: 20px auto;
}
ul.support li {
  width: 200px;
  float: left;
  margin: 10px;
  text-align: center;
}
ul.support li p {
  height: 45px;
}

.support_form_box {
  width: 660px;
  margin: 20px auto;
}

.support_caution {
  width: 600px;
  margin: 10px auto;
}

.support_caution p {
  padding: 5px 10px;
  font-size: 12px;
}

#toggle_support_form {
  width: 350px;
  padding: 5px;
  margin: 10px auto;
  font-size: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  behavior: url(/PIE.htc);
  cursor: pointer;
}
#toggle_support_form:hover {
  background: #e50012;
  color: #fff;
}

.support_form {
  display: none;
}

.support_form {
  width: 660px;
  margin-bottom: 30px;
}

.support_form .wpcf7 {
  width: 660px;
  margin: 20px auto;
}
.support_form .support_submit {
  width: 250px;
  margin: 0 auto;
}
.support_form .support_submit input[type="submit"], .support_form .support_submit input[type="reset"] {
  display: inline-block;
  width: 100px;
  height: 25px;
  background: #e6e6e6;
  border: 1px solid #fff;
  margin: 10px 5px;
  text-align: center;
  line-height: 23px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 2px 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px 2px #e0e0e0;
  box-shadow: 0 0 2px 2px #e0e0e0;
  position: relative;
  behavior: url(/PIE.htc);
}
.support_form .support_submit input[type="submit"]:hover, .support_form .support_submit input[type="reset"]:hover {
  background: #e50012;
  color: #fff;
}
.support_form input[type="text"], .support_form input[type="email"], .support_form textarea {
  border: 1px solid #dddddd;
}
.support_form input[type="text"]:focus, .support_form input[type="email"]:focus, .support_form textarea:focus {
  background: #FFFFE0;
}
.support_form table {
  width: 660px;
}
.support_form table th, .support_form table td {
  padding: 5px;
  vertical-align: top;
}
.support_form table th {
  width: 320px;
  text-align: left;
}
.support_form table td {
  width: 320px;
}
.support_form table .support_etc {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
  padding-left: 15px;
  font-size: 12px;
}
.support_form table .support_etc span.red {
  display: block;
  margin-top: -5px;
  text-indent: -1em;
  margin-left: 1em;
}

/* pager */
.pager {
  text-align: center;
  font-size: 14px;
}
.pager .current {
  background: #e50012;
  color: #fff;
  padding: 5px 8px;
  margin: 0 2px;
}

a.page-numbers {
  background: #f4f4f4;
  color: #222;
  padding: 5px 8px;
  margin: 0 2px;
  text-decoration: none;
}
a.page-numbers:hover {
  text-decoration: underline;
  color: #fff;
  background: #e50012;
}

/* event */
.event_wrap {
  width: 820px;
  margin: 20px auto;
}

.event_body {
  width: 720px;
  padding-bottom: 30px;
  margin: 20px auto 30px;
  border-bottom: 1px dashed #DDD;
}

/* product */
ul.product {
  width: 770px;
  margin: 20px auto;
}
ul.product li {
  width: 320px;
  float: left;
  margin: 15px;
}
ul.product li p {
  text-align: left;
}
ul.product li .pr_image {
  width: 145px;
  height: 200px;
  overflow: hidden;
  margin-right: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  behavior: url(/PIE.htc);
}
ul.product li .pr_image img {
  width: 100%;
}
ul.product li .pr_description {
  width: 165px;
  position: relative;
}
ul.product li .pr_title {
  font-size: 15px;
  font-weight: bold;
}
ul.product li .pr_subtitle {
  line-height: 1.1;
}
ul.product li .pr_date {
  margin-top: 8px;
  margin-bottom: 8px;
}
ul.product li .pr_genre {
  margin-bottom: 12px;
}
ul.product li .pr_url {
  position: relative;
  bottom: 0;
}
ul.product li .pr_url a:hover {
  background: #e50012;
  color: #fff;
}

.panel-product {
  background: #f4f4f4;
  width: 320px;
  padding: 15px;
  font-size: 13px;
  line-height: 1.4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  behavior: url(/PIE.htc);
}

/* contact */
.contact_caution {
  width: 550px;
  margin: 20px auto;
  border: 2px solid #ccc;
}
.contact_caution .c_title {
  color: #fff;
  background: #666;
  text-align: center;
}
.contact_caution .c_title + div {
  padding: 10px 20px;
}

.contact_caution2 {
  width: 630px;
  margin: 0 auto 40px;
}

.contact_form .wpcf7 {
  width: 600px;
  margin: 20px auto;
  padding: 20px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  behavior: url(/PIE.htc);
}
.contact_form .contact_submit {
  width: 250px;
  margin: 0 auto;
}
.contact_form .contact_submit input[type="submit"], .contact_form .contact_submit input[type="reset"] {
  display: inline-block;
  width: 100px;
  height: 25px;
  background: #e6e6e6;
  border: 1px solid #fff;
  margin: 10px 5px;
  text-align: center;
  line-height: 23px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 2px 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px 2px #e0e0e0;
  box-shadow: 0 0 2px 2px #e0e0e0;
  position: relative;
  behavior: url(/PIE.htc);
}
.contact_form .contact_submit input[type="submit"]:hover, .contact_form .contact_submit input[type="reset"]:hover {
  background: #e50012;
  color: #fff;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
  border: 1px solid #dddddd;
}
.contact_form input[type="text"]:focus, .contact_form input[type="email"]:focus, .contact_form textarea:focus {
  background: #FFFFE0;
}
.contact_form dl {
  width: 600px;
}
.contact_form dl dt {
  width: 170px;
  float: left;
  clear: left;
  margin-bottom: 10px;
}
.contact_form dl dd {
  margin-left: 170px;
  margin-bottom: 10px;
}

/* top page slider */
.top_slider {
  width: 900px;
  height: 470px;
  margin: 10px auto 20px;
  position: relative;
}

.slide {
  width: 100%;
  height: 360px;
  margin-bottom: 20px;
  padding: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  behavior: url(/PIE.htc);
}

#slideThumb {
  width: 710px;
  height: 68px;
  padding: 7px 5px;
  margin: 10px auto 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  behavior: url(/PIE.htc);
}
#slideThumb a {
  display: block;
  float: left;
  margin: 0 4px;
  cursor: pointer;
}

#slide_prev, #slide_next {
  display: block;
  position: absolute;
  top: 305px;
  width: 50px;
  height: 50px;
  background-image: url(img/top/slide_btn.png);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#slide_prev:hover, #slide_next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#slide_prev {
  left: 5px;
  background-position: 0 0;
}

#slide_next {
  right: 5px;
  background-position: -50px 0;
}

/* blog */
.blog_body_header {
  width: 620px;
  margin: 10px 0 10px 30px;
}

.blog_body_wrapper {
  width: 840px;
  margin: 30px 30px 10px;
}

.blog_body {
  width: 620px;
  float: left;
  margin: 0;
}

.blog_title {
  width: 564px;
  height: 24px;
  padding-left: 16px;
  margin: 0 auto 5px;
  line-height: 26px;
  background: #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #f2f2f2);
  background-image: -moz-linear-gradient(top, #e6e6e6, #f2f2f2);
  background-image: -o-linear-gradient(top, #e6e6e6, #f2f2f2);
  background-image: linear-gradient(top, #e6e6e6, #f2f2f2);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE6E6E6', endColorstr='#FFF2F2F2');
  position: relative;
  behavior: url(/PIE.htc);
  border: 1px solid #dddddd;
}

.article {
  width: 600px;
  border: 1px solid #dddddd;
  padding: 10px 10px 0;
  margin: 0 auto 20px;
}

.article_inner {
  width: 100%;
}

.blog_header {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}

.blog_author {
  margin-left: 10px;
  padding: 5px 20px;
}
.blog_author img {
  margin-right: 10px;
}
.blog_author span {
  margin-top: -5px;
}

.blog_date {
  width: 110px;
  margin-left: auto;
  margin-right: 10px;
  margin-top: -24px;
  text-align: right;
}

.blog_content {
  line-height: 2;
  padding: 0 20px 20px;
  border-bottom: 1px dashed #ccc;
}
.blog_content img {
  max-width: 100%;
}

.blog_footer p {
  text-align: right;
  padding: 10px 0 5px;
}
.blog_footer p img {
  text-align: right;
}

.blog_pager {
  text-align: center;
}
.blog_pager a {
  color: #d00;
}
.blog_pager a:hover {
  color: #f00;
}

.blog_side {
  float: right;
  width: 200px;
  margin: 0;
}

.side_box {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

.bartitle {
  margin-bottom: 10px;
  border-bottom: #ddd solid 1px;
  background: #e7e7e7;
  padding: 5px 10px 3px;
}
.bartitle h6 {
  border-left: #e50012 solid 4px;
  padding-left: 10px;
  height: 16px;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: 1px;
}

.staf_wrap_side {
  margin: 0 6px;
  width: 188px;
}

.side_box .staf_head_side {
  margin-bottom: 8px;
  padding: 0;
  border-bottom: #999999 dashed 1px;
}
.side_box .staf_avatar_side {
  float: left;
  margin: 0px 6px 6px 0px;
  width: 40px;
  line-height: 1.4;
}
.side_box .staf_info_side {
  float: left;
  width: 142px;
}
.side_box .staf_titl_side {
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 3px;
  text-decoration: underline;
}
.side_box .staf_titl_side:hover {
  text-decoration: none;
}
.side_box .staf_date_side {
  font-size: 9px;
  line-height: 1.3;
}

.staffs_avatar_side {
  float: left;
  font-size: 8px;
  margin: 0px 3px 10px 4px;
  letter-spacing: 0px;
  width: 55px;
  line-height: 1.4;
  text-align: center;
}

.staf_authors_name {
  height: 25px;
}

.navi_archives ul {
  margin-left: 10px;
  margin-bottom: 10px;
}

/* スタッフブログのヘッダからトップへ */
#toBlogTop {
  cursor: pointer;
}