@charset "UTF-8";
pre, dl, ol, p, blockquote {
  line-height:130%;
}
blockquote {
  margin-left:32px;
  border-left:3px solid #3399DD;
}

body {
  background-color:#EFEFEF;
}

body,td {
  color:black;
  margin-left:2%;
  margin-right:2%;
  font-size:90%;
  font-family:verdana, arial, helvetica, Sans-Serif;
}
textarea {
  box-sizing:border-box;
  max-width:99.5%;
}

a:link {
  color:#215dc6;
  background-color:inherit;
  text-decoration:none;
}
a:active {
  color:#215dc6;
  background-color:#CCDDEE;
  text-decoration:none;
}
a:visited {
  color:#7Adc6;
  background-color:inherit;
  text-decoration:none;
}
a:hover {
  color:#215dc6;
  background-color:#CCDDEE;
  text-decoration:underline;
}
a.external-link:not(.external-link-silent)::after {
  content:url("../../image/external-link.png");
  margin:3px;
}

h1{
  font-family:verdana, arial, helvetica, Sans-Serif;
  color:inherit;
  font-size: 18px;
  border-bottom:4px solid #3399DD;
  padding:0.15em;
  background-color:#FFFFFF;
  margin:0 0 .5em 0;
  font-weight: normal;
}

h2 {
  font-family:verdana, arial, helvetica, Sans-Serif;
  color:inherit;
  font-size: 18px;
  border-bottom:4px solid #3399DD;
  padding:0.15em;
  background-color:#FFFFFF;
  margin:0 0 .5em 0;
  font-weight: normal;
  
  position: relative;/*相対位置*/
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
}
h2:before {
  font-family: FontAwesome;
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #ff938b; /*アイコン色*/
}

h3 {
  font-weight: normal;
  font-family:verdana, arial, helvetica, Sans-Serif;
  border-bottom:2px solid #778899;
  color:inherit;
  background-color:#FFFFFF;
  padding:0.15em;
  margin:0 0 .5em 0;
  font-size: 16px;

  position: relative;/*相対位置*/
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
//  color: #7b6459;/*文字色*/  
}
h3:before {
  font-family: FontAwesome;
  content: "\f001";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #ff938b; /*アイコン色*/
}

h4 {
  font-weight: normal;
  font-family:verdana, arial, helvetica, Sans-Serif;
  border:2px solid #ff938b;
  color:inherit;
  background-color:#FFFFFF;
  padding:4px;
  margin-bottom:6px;
  font-size: 1em;
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
}
h4:before {
  font-family: FontAwesome;
  content: "\f1b2";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 4px;/*アイコンの位置*/
  top: 4;/*アイコンの位置*/
  color: #ff938b; /*アイコン色*/
}

h5, h6 {
  font-family:verdana, arial, helvetica, Sans-Serif;
  color:inherit;
  background-color:#FFFFFF;
  padding:0.15em;
  margin:0 0 .5em 0;
}
h1.title {
  font-size:24px;
  font-weight:bold;
  background-color:transparent;
  padding:0px 0 0 0;
  border:0;
  margin:0px 0 0px 0;
}
.title_footer{
  font-weight:bold;
  font-size:12px;
}

#menubar h1, #rightbar h1, #menubar h2, #rightbar h2 {
  font-size: 20px;
  background-color: #3399DD;
  color:#FFFFFF;
  font-weight:bold;
  border:0;
  border-bottom:2px solid #2266AA;
}

#menubar h3, #rightbar h3 {
  font-size: 16px;
  border-bottom:4px solid #3399DD;
}

#menubar h4, #rightbar h4 {
  font-size: 12px;
  border-left:0;
  border-bottom:2px solid #778899;
}

#menubar h5, #rightbar h5 {
  font-size: 12px;
  border-bottom:0;
  border-left:2px solid #778899;
}

dt {
  font-weight:bold;
  margin-top:1em;
  margin-left:1em;
}

pre {
  padding:.5em;
  margin-left:1em;
  margin-right:2em;
  white-space:pre-wrap;
  word-wrap:break-word;
  color:black;
  border-top:#CDCDCD 1px solid;
  border-bottom:#CDCDCD 1px solid;
  border-left:#CDCDCD 1px solid;
  border-right:#CDCDCD 1px solid;
  background-color:#EFEFEF;
}

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

ul {
  margin-top:.5em;
  margin-bottom:.5em;
  line-height:1.5em;
}

em {
  font-style:italic;
}

strong {
  font-weight:bold;
}

thead td.style_td,
tfoot td.style_td {
  color:inherit;
  background-color:#EFEFF6;
}
thead th.style_th,
tfoot th.style_th {
  font-weight:normal;
  color:inherit;
  background-color:#DFDFE8;
}
.style_table {
  padding:0;
  border:solid 1px #dddddd;
  text-align:left;
  color:inherit;
  background-color:#CDCDCD;
  width:98%;
  max-width:800px;
}
.style_th {
  font-weight:normal;
  padding:5px;
  margin:1px;
  text-align:center;
  color:inherit;
  background-color:#EFEFEF;
}
.style_td {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#FEFEFE;
}
tr:nth-child(odd) .style_td {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#FAFAFA;
}

.list1 li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 10px 0px 5px -20px !important;
	position:relative;
	padding-left:16px;
}

.list1 li:before{
	content:'';
	display:block;
	position:absolute;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:2px;
	left:5px;
	height:0;
	width:0;
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #e61c70;
}


ul.list1 {
  list-style-type:none;
}
ul.list2 {
  list-style-type:circle;
}
ul.list3 {
  list-style-type:square;
}
ol.list1 {
  list-style-type:decimal;
}
ol.list2 {
  list-style-type:lower-roman;
}
ol.list3 {
  list-style-type:lower-alpha;
}

.list-indent1 {
  padding-left:8px;
  margin-left:8px;
}
/* list-indent2,3,4 are used for leaping list level indentation */
.list-indent2 {
  padding-left:16px;
  margin-left:16px;
}
.list-indent3 {
  padding-left:24px;
  margin-left:24px;
}
.list-indent4 {
  padding-left:32px;
  margin-left:32px;
}

div.ie5 {
  text-align:center;
}
span.noexists {
  color:inherit;
  background-color:#FFFACC;
}

.small {
  font-size:80%;
}

.super_index {
  color:#DD3333;
  background-color:inherit;
  font-weight:bold;
  font-size:60%;
  vertical-align:super;
}

a.note_super {
  color:#DD3333;
  background-color:inherit;
  font-weight:bold;
  font-size:60%;
  vertical-align:super;
}

div.jumpmenu {
  font-size:60%;
  text-align:right;
  user-select:none;
}

hr.full_hr {
  border-style:ridge;
  border-color:#333333;
  border-width:1px 0;
}
hr.note_hr {
  width:90%;
  border-style:ridge;
  border-color:#333333;
  border-width:1px 0;
  text-align:center;
  margin:1em auto 0em auto;
}

span.size1 {
  font-size:xx-small;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size2 {
  font-size:x-small;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size3 {
  font-size:small;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size4 {
  font-size:medium;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size5 {
  font-size:large;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size6 {
  font-size:x-large;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size7 {
  font-size:xx-large;
  line-height:130%;
  text-indent:0;
  display:inline;
}

/* html.php/catbody() */
strong.word0 {
  background-color:#FFFF66;
  color:black;
}
strong.word1 {
  background-color:#A0FFFF;
  color:black;
}
strong.word2 {
  background-color:#99FF99;
  color:black;
}
strong.word3 {
  background-color:#FF9999;
  color:black;
}
strong.word4 {
  background-color:#FF66FF;
  color:black;
}
strong.word5 {
  background-color:#880000;
  color:white;
}
strong.word6 {
  background-color:#00AA00;
  color:white;
}
strong.word7 {
  background-color:#886800;
  color:white;
}
strong.word8 {
  background-color:#004699;
  color:white;
}
strong.word9 {
  background-color:#990099;
  color:white;
}

/* html.php/edit_form() */
.edit_form {
  clear:both;
}
.edit_form textarea,.edit_form select {
  width:95%;
}

/* pukiwiki.skin.php */
div#header {
  padding:0;
  margin:0;
  word-break:break-all;
}

div#navigator {
  clear:both;
  padding:4px 0 0 0;
  margin:0;
}

div#path {
  margin-top: -8px;
  padding:2px 0 2px 0.25em;
  font-size:16px;
}

div.contents {
  border-top:#C8C8C8 1px solid;
  border-bottom:#C8C8C8 1px solid;
  border-left:#C8C8C8 1px solid;
  border-right:#C8C8C8 1px solid;
  background-color:#F8F8F8;
  padding-right:10px;
  display: inline-block;
}

div#contents {
  display:flex;
  flex-flow:row nowrap;
  word-break:break-all;
  overflow-wrap:break-word;
  word-wrap:break-word;
}

div#menubar {
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  background-color:#FFFFFF;
  min-width:15em;
  max-width:15em;
  padding:0;
  margin:4px;
  font-size:90%;
  overflow:hidden;
  order:1;
  flex-grow:0;
}
div#menubar ul {
  margin:0 0 0 1em;
  padding:0 0 0 .5em;
}
div#menubar ul li {
  line-height:110%;
}
div#menubar h4 {
  font-size:110%;
}

div#rightbar {
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  background-color:#FFFFFF;
  min-width:15em;
  max-width:15em;
  padding:0;
  margin:4px;
  font-size:90%;
  overflow:hidden;
  order:3;
  flex-grow:0;
}
#rightbar .body, #menubar .body {
  padding:0.5em 1em 0 1em;
}

#rightbar ul {
  margin:0 0 0 1em;
  padding:0 0 0 .5em;
}
#rightbar ul li {
  line-height:110%;
}
#rightbar h4 {
  font-size:110%;
}

div#body {
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  background-color:#FFFFFF;
  padding:0.5em 1.5em 0.5em 1.5em;
  margin:0 1.25em 0 1.25em;
  max-width:98%;
  order:2;
  flex-grow:1;
}

div#note {
  clear:both;
  padding:0;
  margin:0;
  word-break:break-all;
}
div#attach {
  clear:both;
  padding:0;
  margin:0;
}
div#toolbar {
  clear:both;
  padding:0 0 0 8px;
  margin:0;
}
div#lastmodified {
  font-size:80%;
  padding:0;
  margin:0;
}
div#related {
  font-size:80%;
  padding:0;
  margin:16px 0 0 0;
}
div#related .page_passage {
  font-size:60%;
}
div#footer {
  font-size:70%;
  padding:0;
  margin:16px 0 0 0;
}
div#banner {
  float:right;
  margin-top:24px;
}
div#preview {
  color:inherit;
  background-color:#F5F8FF;
}
img#logo {
//  float:left;
margin-left:10px;
margin-right:10px;
margin-top:10px;
}

/* aname.inc.php */
.anchor_super {
  font-size:xx-small;
  vertical-align:super;
  margin-left:.5em;
}

/* list.inc.php */
.page_passage {
  font-size:small;
}

/* calendar*.inc.php */
.style_calendar {
  padding:0;
  border:0;
  margin:3px;
  color:inherit;
  background-color:#CCD5DD;
  text-align:center;
}
.style_td_caltop {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#EEF5FF;
  font-size:80%;
  text-align:center;
}
.style_td_today {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#FFFFDD;
  text-align:center;
}
.style_td_sat {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#DDE5FF;
  text-align:center;
}
.style_td_sun {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#FFEEEE;
  text-align:center;
}
.style_td_blank {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#EEF5FF;
  text-align:center;
}
.style_td_day {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#EEF5FF;
  text-align:center;
}
.style_td_week {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#DDE5EE;
  font-size:80%;
  font-weight:bold;
  text-align:center;
}

/* calendar_viewer.inc.php */
div.calendar_viewer {
  color:inherit;
  background-color:inherit;
  margin-top:20px;
  margin-bottom:10px;
  padding-bottom:10px;
}
span.calendar_viewer_left {
  color:inherit;
  background-color:inherit;
  float:left;
}
span.calendar_viewer_right {
  color:inherit;
  background-color:inherit;
  float:right;
}

/* clear.inc.php */
.clear {
  margin:0;
  clear:both;
}

/* counter.inc.php */
div.counter {
  font-size:70%;
}

/* diff.inc.php */
span.diff_added {
  color:blue;
  background-color:inherit;
}
span.diff_removed {
  color:red;
  background-color:inherit;
}

/* hr.inc.php */
hr.short_line {
  text-align:center;
  width:80%;
  border-style:solid;
  border-color:#333333;
  border-width:1px 0;
}

/* include.inc.php */
h5.side_label {
  text-align:center;
}

/* navi.inc.php */
ul.navi {
  margin:0;
  padding:0;
  text-align:center;
}
li.navi_none {
  display:block;
  float:none;
}
li.navi_left {
  display:block;
  float:left;
  text-align:left;
}
li.navi_right {
  display:block;
  float:right;
  text-align:right;
}

/* new.inc.php */
span.comment_date {
  font-size:x-small;
}
span.new1 {
  color:red;
  background-color:transparent;
  font-size:x-small;
}
span.new5 {
  color:green;
  background-color:transparent;
  font-size:xx-small;
}

/* comment.inc.php */
._p_comment_form input[name="msg"] {
  max-width:90%;
}

/* pcomment.inc.php */
._p_pcomment_form input[name="msg"] {
  max-width:90%;
}

/* article.inc.php */
._p_article_form input[name="subject"] {
  max-width:82%;
}

/* popular.inc.php */
span.counter {
  font-size:70%;
}

/* ref.inc.php */
div.img_margin {
  margin-left:32px;
  margin-right:32px;
}

/* vote.inc.php */
td.vote_label {
  color:inherit;
  background-color:#FFCCCC;
}
td.vote_td1 {
  color:inherit;
  background-color:#DDE5FF;
}
td.vote_td2 {
  color:inherit;
  background-color:#EEF5FF;
}

/* topicpath.inc.php */
span.topicpath-slash {
  margin:0 0.2em;
}
span.topicpath-top {
  user-select:none;
}

/* bugtrack.inc.php */
tr.bugtrack_list_header th {
  background-color:#ffffcc;
}
tr.bugtrack_list_header th:nth-child(1) {
  min-width: 7em;
}
tr.bugtrack_list_header th:nth-child(2) {
  min-width: 2em;
}
tr.bugtrack_list_header th:nth-child(3) {
  min-width: 4em;
}
tr.bugtrack_list_header th:nth-child(4) {
  min-width: 4em;
}
tr.bugtrack_list_header th:nth-child(5) {
  min-width: 3em;
}
tr.bugtrack_state_proposal td {
  background-color:#ccccff;
}
tr.bugtrack_state_accept td {
  background-color:#ffcc99;
}
tr.bugrack_state_resolved td {
  background-color:#ccffcc;
}
tr.bugtrack_state_pending td {
  background-color:#ffccff;
}
tr.bugtrack_state_cancel td {
  background-color:#cccccc;
}
tr.bugtrack_state_undef td {
  background-color:#ff3333;
}
._p_bugtrack_form input[name="summary"],
._p_bugtrack_form textarea {
  box-sizing:border-box;
  width:35em;
  max-width:99.5%;
}

/* tracker.inc.php */
._p_tracker_form th {
  min-width:5em;
}

/* search2.inc.php  */
.search-result-page-summary {
  font-size:70%;
  color:gray;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#menubtn_check {
  display:none;
}

body label#menubtn {
  display:none;
  position: fixed;
  border: 0;
  border-radius: 35% 0 0 35%;
  background: rgba(70,150,250,0.5);
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
  margin-left:auto;
  right:0;
  touch-action: manipulation;
}

.s_menu_three {
  display:none;
}

/* Mobile-friendly Responsive layout */
@media (max-width:767px) {
  body,td {
    margin-left:0;
    margin-right:0;
  }
  body {
    position: absolute;
    font-size:16px;/* 16px*/
    line-height: 1.4em;
  }
  div#body {
    padding:0.5em 0.5em 0.5em 0.5em;
  }

  body label#menubtn {
    display: flex;
  }
  div#contents {
    flex-flow:column wrap;
  }
  div#menubar {
    display:none;
    width:auto;
    max-width:none;
    font-size:100%;
    order:1;
  }
  div#rightbar {
    display:none;
    width:auto;
    max-width:none;
    font-size:100%;
    order:3;
  }

  #menubtn_check:checked ~ div#menubar {
    //display:block;
  }
  #menubtn_check:checked ~ div#rightbar {
    //display:block;
  }
  div#body {
    margin:0 0.1em 0 0.1em;
    order:2;
  }
  div#body img {
    max-width:95%;
    height:auto;
  }

  ._p_tracker_form th,._p_tracker_form td {
    display:block;
    text-align:left !important;
    width:auto !important;
    margin:0;
  }
  ._p_tracker_form td input[type=text],
  ._p_tracker_form td textarea {
    box-sizing:border-box;
    width:99.5%;
  }

  tr.bugtrack_list_header th:nth-child(1) {
    min-width: 4em;
  }
  tr.bugtrack_list_header th:nth-child(2) {
    min-width: 1em;
  }
  tr.bugtrack_list_header th:nth-child(3) {
    min-width: 1em;
  }
  tr.bugtrack_list_header th:nth-child(4) {
    min-width: 3em;
  }
  tr.bugtrack_list_header th:nth-child(5) {
    min-width: 3em;
  }
  ._p_bugtrack_form th,._p_bugtrack_form td {
    display:block;
    text-align:left !important;
    margin:0;
  }
  ._p_bugtrack_form input[name="summary"],
  ._p_bugtrack_form textarea {
    box-sizing:border-box;
    width:99.5%;
  }

  /* menu */
  .s_menu_three { display:block; width: 100%; padding-right:0.5em;margin-bottom:5px; font-size: 13px; font-weight:bold; background: rgba(255, 106, 16, 0.83);}

  .s_menu_three ul { list-style: none; width: 100%; margin: 0; padding: 0; font-size: 0;}
  .s_menu_three li { width: 33%; display: inline-block; box-sizing: border-box; list-style: none; font-size: 13px; line-height: 30px;     border-right: 1px solid #ffbf9e;
      border-bottom: 1px solid #ffbf9e; text-align: center;}
  .s_menu_three li:last-child { border-right:1;}
  .s_menu_three a { display: block; color: white; overflow: hidden;}

  .new_menu_style{
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff; 
  }

  .new_menu_style ul{display: table; width: 100%;border-collapse: collapse;}

  .new_menu_style ul:last-child{border-bottom: none;}

  .new_menu_style li{display: table-cell;}
  .new_menu_style li{background: #fff;border:1px solid #FF3366; padding:1px;}
  .new_menu_style li a{
      font-size: 12px;
      color: #FF3366;
  }

  .new_menu_style .select_menu a{background:#f8800b;color: #fff;}
  //------------------------


}

@media print {
  a:link,
  a:visited {
    text-decoration:underline;
  }
  img#logo,
  div#navigator,
  div#menubar,
  div#rightbar,
  div#related,
  div#attach,
  div#toolbar
}

// share-bottons
.share_area { text-align: center; }
.share_area li { float:left; }
.share_area li a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.share_area {
  margin: 5px 0 5px 0;
}
.share_area li a {
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  font-size: 25px;
  line-height: 35px;
}
.share_area li { margin: 0 2% 0 0; list-style: none;}
.share_area li:last-child { margin: 0; }

.share_area ul:before, .share_area ul:after { content: ""; display: table; }
.share_area ul:after { clear: both; }
.share_area ul { *zoom: 1; }

.share_box { padding-left:10px; }

/* はてなブックマーク */
.share_area .hatena_btn a { background: #008fde; }
.share_area .hatena_btn a:hover,
.share_area .hatena_btn a:active { background: #00649c; }
.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
  font-style: normal;
}

/* Facebook */
.share_area .facebook_btn a { background: #3b579d; }
.share_area .facebook_btn a:hover,
.share_area .facebook_btn a:active{ background: #293d6e; }

/* Twitter */
.share_area .twitter_btn a { background: #55acee; }
.share_area .twitter_btn a:hover,
.share_area .twitter_btn a:active { background: #3c79a7; }

/* LINE */
.share_area .line_btn a { background: #00b900; }
.share_area .line_btn a:hover,
.share_area .line_btn a:active{ background: #008200; }
/* LINEをPCで非表示 */
.share_area .line_btn { display: none; }
/* LINEをSPで表示 */
@media screen and (max-width: 767px){ .share_area .line_btn { display: inline; } }

/* Pocket */
.share_area .pocket_btn a { background: #ee4256; }
.share_area .pocket_btn a:hover,
.share_area .pocket_btn a:active{ background: #a22634; }

/* nagesen */
.share_area .nagesen_btn a { background: #ffffff; }
.share_area .nagesen_btn a:hover,
.share_area .nagesen_btn a:active{ background: #dddddd; }
img.nagesen_icon {width:35px; height:35px;}

.share_area .shorturl_btn a {
	width: 60px;
	height: 35px;
	font-size:small;
	padding: 2px 5px;
	border-radius: 4px;
	color: #03A9F4;
	margin-left:5px;
	display: inline;
	border: solid 2px #03A9F4;
	border-radius: 3px;
	transition: .4s;

}




.topichead {
  position: relative;
  color: black;
  background: #d0ecff;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
  width:300px;
}

.topichead:after {
  /*タブ*/
  position: absolute;
  font-family: FontAwesome;
  font-weight: 900;
  content: '\f00c Point';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

.headerpart{
  float:left;
}
.search_box{
  margin:0px;
  padding:0px;
}


// oshibtn
.oshibtn {
  list-style: none;
  overflow: hidden;
}
.oshibtn:after {
    content: '';
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.oshibtn li {
  margin-left:-42px;
  margin-right:46px;
  margin-bottom:5px;
  margin-top:5px;
  text-align: left;
  float: left;
  list-style: none;
  font-size: 12px;

  display: inline-block;
  padding: 0.1em 0.25em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.oshibtn li:hover {
  background: #ddd;
}

.oshibtn li a {
  text-decoration: none;
  font-weight: bold;
}

.oshicol0 {
  border: solid 2px #cccccc;
  background: #f7f7f7;
}
.oshicol1 {
  border: solid 2px #ff8888;
  background: #f7f7f7;
}
.oshicol2 {
  border: solid 2px #ffcccc;
  background: #f7f7f7;
}
.oshicol0 a{
  color: #ccc;
}
.oshicol1 a{
  color: #444;
}
.oshicol2 a{
  color: #444;
}

.div-heading {
	padding: .1em .75em;
	font-size: 0.5em;
	font-weight: bold;
	color: #666;
	background-color: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* button */
.button {
  color:#444444;
  font-size:12pt;
  font-weight:bold;
  border: 2px solid #7DA1C4;
  border-bottom: 4px solid #9DC1E4;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  line-height: 3em;
  width:280px;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #ffffff;
}
.button:hover{
//  background: #1baad6;
}

