body {
  font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  padding-top: 5px;
/* 
  padding-right: 10px;
  padding-left: 10px;
*/
  margin: auto;
  font-size:15px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
hr {
  margin-top: 4px;
  margin-bottom: 4px;
}

.siteheader {
  margin: 4px;
}
.sitecontents {
  margin-top:4px;
  margin-bottom:4px;
  margin-right: auto;
  margin-left: auto;
}
.sitefooter {
  padding:10px;
  text-align:left;
  font-size:smaller;
  margin:0px;
}

img {
  width:100%;
  max-width:100%;
}

.ccenter img {
  width:100%;
  max-width:100%;
}

.logo_parts img {
  width:auto;
  max-width:auto;
}
.navbar {
  margin-bottom: 10px;
}

.fb-likebox-wrap iframe{
  width: 100%!important;
}

/*追加用*/
.midashi_a1 {
  position: relative;
  padding: 0.6em;
  background: #fcd6ae;
  color:#555;
}

.midashi_a1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #fcd6ae;
  width: 0;
  height: 0;
}

.midashi_k1 {
  color: #6594e0;/*文字色*/
  border-bottom: dashed 2px #6594e0;
  /*線の種類（点線）2px 線色*/
}

/*bootstrap書き換え*/
.modal-dialog {
    max-width: 900px !important;
}
/*form 少し小さく*/
.form-control {
font-size:small;
}
/*table */
/*
table td {
  overflow-wrap: break-word;
  word-break : break-all;
}
*/
.top_icon {
  height:32px !important;
  width:auto !important;
}
#downloadModalBody .form-group {
  padding-bottom:4px;
  border-bottom: dashed 1px #bcccd9;
}
.control-label {
  font-weight:bold;
  font-size:1.1em;
}

.category-header-link {
  font-size: 1.1em;
  margin: 2px;
}

h1 {
  font-size: 1.6em;
  font-weight: 300;
  border-bottom: solid 4px #113758;
  margin-bottom: 4px;
  padding-bottom: 4px;
  line-height: 1.4;
}
h2,h3 {
  font-size: 1.3em;
  font-weight: 200;
  padding-bottom: 4px;
  margin-bottom: 4px;
  line-height: 1.5;
}
.breadcrumb {
  background-color: #f8f9fa !important;
  font-size:13px;
}
.left-col {
  padding-bottom:3em;
}
.tab-content{
  margin-top: 8px;
}
.feature {
  padding:4px;
}
.badge{
    white-space: initial;
}
.ranking-card {
  margin-top:6px;
}
.page-index-card {
  font-size:13px;
  padding: 0.5rem;
}
.page-index-card-header {
  padding: 0.2rem 0.3rem !important;
}

.page-index {
  margin-bottom: 0rem !important;
}
.publish-date {
  font-size:10px;
  color:#999;
}
mark {
  padding: 1px 6px !important;
  margin: 0 2px !important;
  color: #000 !important;
  background: linear-gradient(transparent 60%,#a9e4ff 40%) !important;
  font-weight:bold;
}
.card-index-title {
  color:#999;
  text-decoration: underline;
}
.card-index-title b {
  color:#000;
}

/*pc/spきりわけ*/
@media screen and (min-width:769px) { /* PC・タブレット */
	.pc-none { display: none; }
}
@media screen and (max-width:768px) { /* SP */
	.sp-none { display: none; }
  .right-col {
    padding-top:3em;
  }
}

/*
.heading {
  padding: 0.6rem 1.2rem;
  border-left: 8px solid #2ca559;
}
.item-title {
  font-size:1.2rem;
}
.item-sub-title {
  font-size:1.1rem;
}
.title-bold {
  font-weight:bold;
}
*/