﻿@charset "utf-8";
/* JAYLOCK css */

/* Base */
html {
  overflow-x: hidden;
  font-size: 62.5% ; 
}

body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,img,iframe {
margin:0;
padding:0;}

body{
  font-family: 'Noto Sans JP','Lato', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size:1.8rem ;
  letter-spacing:0 ;
  line-height:1.8 ;
  background-color: #171C61;
  color:#fff;
  width:100%;
  }



/* 共通 */
img {
    border:none;
}
li {
    list-style:none;}

table {
    border-collapse:collapse;
    border-spacing:0;}

th {
    text-align:left;
    vertical-align:top;}
 

/*---------------------------------------
text_align
---------------------------------------*/
.alnL{text-align:left;}

.alnC{text-align: center;}

.alnR{text-align: right;}

.h-center {
  justify-content: center;
  align-items: center;
}


/*---------------------------------------
link
---------------------------------------*/
a:link, a:visited, a:hover {
color:#fff;
text-decoration:none;}


/*
a:visited{
color:#fff;
text-decoration:none;}

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

div#contents a:hover{
color:#fff;
text-decoration:underline;}

a:active{
color:#fff;
text-decoration:none;}

a:hover {
filter:alpha(opacity=50); /* internet explorer 
-khtml-opacity:0.5;      /* khtml, old safari 
-moz-opacity:0.5;       /* mozilla, netscape 
opacity:0.5;           /* fx, safari, opera 
}

.noalpha a:hover img{
filter:alpha(opacity=100) !important; /* internet explorer 
-khtml-opacity:1.0 !important;      /* khtml, old safari 
-moz-opacity:1.0 !important;       /* mozilla, netscape 
opacity:1.0 !important;           /* fx, safari, opera 
background:none !important;}
*/


/*---------------------------------------
margin & padding
---------------------------------------*/
.mt0{margin-top:0 !important;}
.mt5{margin-top:0.5rem !important;}
.mt10{margin-top:1rem !important;}
.mt15{margin-top:1.5rem !important;}
.mt20{margin-top:2rem !important;}
.mt30{margin-top:3rem !important;}
.mt40{margin-top:4rem !important;}
.mt50{margin-top:5rem !important;}

.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:0.5rem !important;}
.mb10{margin-bottom:1rem !important;}
.mb15{margin-bottom:1.5rem !important;}
.mb20{margin-bottom:2rem !important;}
.mb30{margin-bottom:3rem !important;}
.mb40{margin-bottom:4rem !important;}
.mb50{margin-bottom:5rem !important;}
.mb60{margin-bottom:6rem !important;}
.mb70{margin-bottom:7rem !important;}
.mb80{margin-bottom:8rem !important;}
.mb90{margin-bottom:9rem !important;}
.mb100{margin-bottom:10rem !important;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:0.5rem !important;}
.ml10{margin-left:1rem !important;}
.ml15{margin-left:1.5rem !important;}
.ml20{margin-left:2rem !important;}
.ml30{margin-left:3rem !important;}
.ml40{margin-left:4rem !important;}
.ml50{margin-left:5rem !important;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:0.5rem !important;}
.mr10{margin-right:1rem !important;}
.mr15{margin-right:1.5rem !important;}
.mr20{margin-right:2rem !important;}
.mr30{margin-right:3rem !important;}
.mr40{margin-right:4rem !important;}
.mr50{margin-right:5rem !important;}

.pt0{padding-top:0 !important;}
.pt5{padding-top:0.5rem !important;}
.pt10{padding-top:1rem !important;}
.pt15{padding-top:1.5rem !important;}
.pt20{padding-top:2rem !important;}
.pt30{padding-top:3rem !important;}
.pt40{padding-top:4rem !important;}
.pt50{padding-top:5rem !important;}

.pb0{padding-bottom:0 !important;}
.pb5{padding-bottom:0.5rem !important;}
.pb10{padding-bottom:1rem !important;}
.pb15{padding-bottom:1.5rem !important;}
.pb20{padding-bottom:2rem !important;}
.pb30{padding-bottom:3rem !important;}
.pb40{padding-bottom:4rem !important;}
.pb50{padding-bottom:5rem !important;}

.pl0{padding-left:0 !important;}
.pl5{padding-left:0.5rem !important;}
.pl10{padding-left:1rem !important;}
.pl15{padding-left:1.5rem !important;}
.pl20{padding-left:2rem !important;}
.pl25{padding-left:2.5rem !important;}
.pl30{padding-left:3rem !important;}

.pr0{padding-right:0 !important;}
.pr5{padding-right:0.5rem !important;}
.pr10{padding-right:1rem !important;}
.pr15{padding-right:1.5rem !important;}
.pr20{padding-right:2rem !important;}
.pr25{padding-right:2.5rem !important;}
.pr30{padding-right:3rem !important;}



/*---------------------------------------
font color
---------------------------------------*/
.cl-og {color: #ea5514;}   /* Orange */
.cl-nv {color: #171C61;}   /* navy */
.cl-lgy {color: #999;}     /* light gray */

.cl-yl {color: #ff0;}   /* Yellow */
.cl-br {color: #663202;}   /* Brown */
.cl-bl {color: #00f;}   /* Blue */ 
.cl-dg {color: #055b72;}   /* darkgreen */
.cl-pk {color: #ff3366;}   /* Pink */
.cl-wh {color: #fff;}      /* white */
.cl-gd {color: #ffd700;}   /* gold */



/*---------------------------------------
fontsize
---------------------------------------*/
.font-ss {font-size:65%;}
.font-s {font-size:90%;}
.font-l {font-size:120%;}

.bold {font-weight:700;}
.no_bold {font-weight:400;}



/*---------------------------------------
common
---------------------------------------*/
.bk-wh {
    background: #fff;
    color: #333;
}
.bk-nv {
    background: #030047;
    color: #fff;
}

h1 {
    display: inline-block;
    color: #fff;
    font-size: 130%;
}
h2 {
    font-size: 120%;
    padding: 1rem;
}

/*---------------------------------------
header
---------------------------------------*/
header {
    background: #030047;
}

header a:hover {
    opacity: 0.6;
}
header .h_sub1_list a:hover,
header .h_sub2_list a:hover {
    opacity: unset;
}

/* 1line */
.hd-11 {
    line-height: 1.5;
}
.hd-11 p {
    padding: 1rem 0;
}
.hd-11 ul {
    display: flex;
    align-items: self-end;
}
.hd-11 li img {
    width: 60%;
}
.hd-12 {
    text-align: center;
}
.hd-12 img {
    height: 10rem;
    width: auto;
}
.hd-13 {
    padding-right: 2rem;
    padding-top: 3rem;
}
.hd-13 .b-con {
    background-color: #ea5514;
    display: inline-block;
    padding: 0.5rem 3rem;
    line-height: 1.3;
    color: #fff;
}
.hd-13 .b-con span{
    font-size: 120% ;
    line-height:1 ;
    color: #030047;
    font-weight: 700;
}
/*
.c-header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #b5b5b6;
    border-top: 1px solid #b5b5b6;
    padding: 0.7rem 0;
    font-size: 80%;
} */

.h_logo {
    color: #000;
    min-width: 8rem;
    max-width: 20rem;
    text-decoration: none;
}

.h_list {
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0.7rem 0;
		border-bottom: 1px solid #b5b5b6;
    border-top: 1px solid #b5b5b6;
    font-size: 70%;
}
.h_list-item {
    width: 100%;
    list-style: none;
    text-decoration: none;
    border-right: 1px solid #b5b5b6;
}
.h_list-item:last-child {
		border-right: none;
}
.h_list-link {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 0.5rem 0;
    text-align: center;
}
.h_list-link span{
    font-size: 120% ;
    line-height:1 ;
    color:#949495 ;
    font-weight: 700;
}
.ham-menu {
    position: relative;
		align-self: center;
}

/**************************
/*ハンバーガーボタン     */
/**************************/
/*チェックボックス、ボタンは非表示　*/
.ham-toggle,
.ham-button {
		display: none;
}





.ham-menu_bg {
  background-color: #0B5592;
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

#hamburger:checked ~ .ham-menu_bg {
  display: block;
}

.ham-menu_button {
  display: none;
}

/*-----------------*/
/* sub-menu        */
/*-----------------*/
/* 親アイテム（サブメニューが隠れている親リスト） */
.h_sub1_open, .h_sub2_open {
  position: relative;
}

/* サブメニューの初期設定（非表示） */
.h_sub1_list, .h_sub2_list {
  display: none;
  position: absolute; 
  top: 100%;
  background-color: #050162;
  z-index: 10;
  justify-content: center;
  padding: 1rem 0;
}
.h_sub1_list {
  left: -15rem;
  width: 85rem;
}
.h_sub2_list {
  left: -35rem;
  width: 70rem;
}

/* サブメニュー内のリスト */
.h_sub1_list ul, .h_sub2_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  padding-right: 2rem;
}

.h_sub1_list ul li,
.h_sub2_list ul li {
  width: 15rem;
  height: 7.5rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  line-height: 1.5;
}

/* サブメニュー背景画像設定 */
.h_sub1_list .sub_11 {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/sub11.jpg) no-repeat center/contain;
}
.h_sub1_list .sub_12 {
  background:  
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/sub12.jpg) no-repeat center/contain;
}
.h_sub1_list .sub_13 {
  background:  
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/sub13.jpg) no-repeat center/contain;
}
.h_sub1_list .sub_14 {
  background:  
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/sub14.jpg) no-repeat center/contain;
}
.h_sub2_list .sub_21 {
  background:  
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/sub21.jpg) no-repeat center/contain;
}
.h_sub2_list .sub_22 {
  background:  
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/sub22.jpg) no-repeat center/contain;
}
.h_sub2_list .sub_23 {
  background:  
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/sub23.jpg) no-repeat center/contain;
}

/* 親アイテムがhoverしたときにサブメニューを表示 */
.h_sub1_open:hover > .h_sub1_list,
.h_sub2_open:hover > .h_sub2_list {
  display: flex; 
  transition: all 0.3s ease; /* 表示時のアニメーション */
}

/* サブメニューにhoverしたときの表示変更 */
.h_sub1_list .sub_11:hover {
  background: 
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/sub11.jpg) no-repeat center/contain;
  font-size: 115%;
}
.h_sub1_list .sub_12:hover {
  background:  
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/sub12.jpg) no-repeat center/contain;
  font-size: 115%;
}
.h_sub1_list .sub_13:hover {
  background:  
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/sub13.jpg) no-repeat center/contain;
  font-size: 115%;
}
.h_sub1_list .sub_14:hover {
  background:  
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/sub14.jpg) no-repeat center/contain;
  font-size: 115%;
}
.h_sub2_list .sub_21:hover {
  background:  
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/sub21.jpg) no-repeat center/contain;
  font-size: 115%;
}
.h_sub2_list .sub_22:hover {
  background:  
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/sub22.jpg) no-repeat center/contain;
  font-size: 115%;
}
.h_sub2_list .sub_23:hover {
  background:  
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/sub23.jpg) no-repeat center/contain;
  font-size: 115%;
}



/*---------------------------------------
footer
---------------------------------------*/
#p-bottom .b-logo img {
  width: calc(50px / 1000px * 100vw);
  height: auto;
  aspect-ratio: 299 / 348;
  margin: 5rem auto 1rem;
}


/*---------------------------------------
top-page
---------------------------------------*/
#ins .sns-title {
    padding: 5rem 0 3rem 2rem;
}
#ins .sns-title img {
    width: 80%;
    height: auto;
}


/*---------------------------------------
mente-page
---------------------------------------*/
#mente-p .p-title {
    background: url(../img/title-bk.jpg) no-repeat;
    background-size: cover;
    height: 20rem;
    font-size: 130%;
    font-weight: 700;
    text-align: center;
    padding-top: 8rem;
    margin-bottom: 3rem;
}
#mente-p .p-sub-title {
    background-color: #030047;
    margin-bottom: 2.5rem;
    border: 1px solid #fff;
    border-radius: 0 50px 50px 0;
    position: relative;
}
#mente-p .p-sub-title::before {
    position: absolute;
    content: '';
    top: 101%;
    left: 0;
    border: none;
    border-bottom: solid 17px transparent;
    border-right: solid 23px #fff;
}
#mente-p .p-sub-title::after {
    position: absolute;
    content: '';
    top: 102%;
    left: 2px;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #ea5514;
}
#mente-p .pa {
    margin-bottom: 5rem;
}
#mente-p h2 span {
    color: #ea5514;
}
#mente-p img {
    width: 100%;
    height: auto;
}


/*---------------------------------------
event-page
---------------------------------------*/
#event-p img {
  width: 100%;
  height: auto;
}
#event-p h2 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
#event-p h2::befor, #event-p h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #ea5514;
}
#event-p h2::before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
#event-p h2::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#event-p .gr-bk {
  width: 80%;
  background-color: #28A745;
  color: #fff;
  border-radius: 3rem;
  padding: 3rem;
  margin: 0 auto;
}


/*---------------------------------------
WP Page用
---------------------------------------*/
.saisin, .izen-1 {
    border: 1px solid #333;
    color: #333;
    padding: 1rem;
  }
.saisin {
    width: 100%;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 1rem 1rem 1rem #666;
  }
.saisin img {
    width: 80rem;
    height: auto;
  }
.more-link {
    display: block;
    text-align: right;
    margin-top: 1em;
  }
.izen {
    display: flex;
  }
.izen-1 {
    width: 100%;
    background-color: #fff;
    border-radius: 0 1rem 1rem 1rem;
  }
.izen-1img {
    height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
#mente-p .izen-1 img,
.izen-1 img {
    max-width: 100%;
    max-height: 25rem;
    width: auto;
    height: auto;
  }
.btn-more {
    color: #ea5514;
    padding: 1rem;
    text-align: right;
  }
.saisin a, .izen-1 a {
    color: #333;
}

@media screen and (max-width: 767px) {
   .izen:nth-of-type(3) {
       display: none;
     }
 }



/*---------------------------------------
#simu, #ren, #spu,  #comp, #kiyaku 
---------------------------------------*/
#ren, #sup, #comp, #kiyaku {
  background: #030047;
}
#ren .ren1, #ren .ren2, #sup, #comp, #kiyaku {
  background: #fff;
  color: #333;
}
.p-con img {
  width: 100%;
  height: auto;
}

/*

#p-top .h {
  color: #fff;
  font-size: 80%;
  line-height: 1.5;
  width: 100%;
}
#p-top .h img {
  max-height: 100px;
  width: auto;
}

#p-top .h-menu1,
#p-top .h-menu2,
#p-top .h-menu3,
#p-top .h-menu4 {
  padding: 1rem 3rem;
  border-left : 1px solid #fff;
  border-bottom : 1px solid #fff;
  line-height: 1.3;
}
#p-top .h-menu21,
#p-top .h-menu22,
#p-top .h-menu23,
#p-top .h-menu24 {
  padding: 2rem 3rem;
  border-left : 1px solid #fff;
}
#p-top .o-blog {
  background-color: #EA5514;
}
#p-top {
  border-bottom : 1px solid #fff;
}
*/

/*  吹き出し風タイトル（ブルー） */
.title {
  position: relative;
  padding: 1.5rem 2rem;
  font-size: 150%;
  color: #42b7d5;
  border-bottom: 3px solid #42b7d5;
  border-left: 3px solid #42b7d5;
  border-radius: 0 0 0 10px;
  background: #fff;
  box-shadow: -3px 3px 3px #999;
}
.title:before{
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #42b7d5 transparent transparent transparent;
}
.title:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/*---  2重枠ボックスタイトル ---*/
.title1,
.title2 {
  width: 40%;
  padding: 1rem;
  margin-bottom: 5rem;
}
.title1 .text,
.title2 .text {
  padding: 2rem;
  font-size: 150%;
}
/* （黒透過＆白文字） */
.title1 {
  background: #000;
  opacity: 0.8;
}
.title1 .text {
  border: 1px solid #fff;
  color: #fff;
}
/* （グレー＆黒文字） */
.title2 {
  background: #d2cece;
}
.title2 .text {
  border: 1px solid #000;
  color: #000;
}


/*---------------------------------------
simulation
---------------------------------------*/
#simu {
  background: #030047;
}
#simu .img {
  position: relative;
  z-indwx: 0;
} 
#simu .logo {
  position: absolute;
  top: 0;
  left: 0; 
  z-index: 5;
}
#simu .s-menu, #ren .s-menu {
  background: #030047;
  padding: 1rem 2rem;
}
.s-menu ul {
 display: flex;
}
.s-menu ul li {
  width: 100%;
  text-align: center;
  color: #fff;
  justify-content: space-between;
}
#simu .plan {
  background-image: url(../img/simu/sv-bk1_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  padding-top: 5rem;
}
#simu .p1, .p2, .p3, .p4 {
  margin-bottom: 8rem;
}
#simu .p-maru1, .p-maru2, .p-maru3 {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 2rem 1.5rem;
  border-radius: 50px;
}
#simu .p-maru1 {
  background: #0f9d58;
}
#simu .p-maru2 {
  background: #073f97;
}
#simu .p-maru3 {
  background: #b60101;
}
#simu .p-title {
  display: inline-block;
  padding: 1rem;
  font-size: 120%;
  font-weight: 700;
}
#simu .p-text1 {
  width: 70%;
  margin: 3rem 0;
  background-color: #ccc;
  opacity: 0.8;
  border-radius: 20px;
  color: #000;
  padding: 2rem;
}
#simu .p-kin {
  color: #f00;
}
#simu .p-text2 {
  margin: 3rem 10%;
  background-color: #ccc;
  opacity: 0.8;
  border-radius: 20px;
  color: #000;
  padding: 2rem 8rem;
}
#simu .p-text2 ul li {
  list-style: disc;
}
#simu .service,
#simu .a-map {
  background-image: url(../img/simu/sv-bk2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  padding-top: 5rem;
}
#simu .s-pic {
  display: flex;
  margin: 0 auto;
}
#simu .s-pic img {
  border: 1px solid #fff;
}
#simu .s-text {
  margin: 3rem 10%;
}


/*---------------------------------------
simulation - kiyaku
---------------------------------------*/
#kiyaku .jyo {
  margin-bottom: 1rem;
  font-weight:700;
}
#kiyaku .no-1 {
  padding-left: 3rem;
}
#kiyaku .no-1 li {
  list-style-type: decimal;
}
#kiyaku .no-2 li {
  list-style-type: none;
  counter-increment: cnt;
} 
#kiyaku .no-2 li::before {
  content: "(" counter(cnt) ") ";
}
#kiyaku .iroha {
  padding-left: 5rem;
}
#kiyaku .iroha li {
  list-style-type: katakana-iroha;
}
#kiyaku .iroha li::before {
  content: none;
}


/*---------------------------------------
rental,  support
-----------------------------------------*/
#ren .mt-up {
  margin-top: -7rem;
}
#ren .ren2-box {
  display: flex;
  flex-direction: column;
}
#ren .ren2-box .bun {
   flex-grow: 1;
}
#ren .c {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0;
  text-align: right;
}
#ren .link-v {
  display: inline-block;
  color: #42b7d5;
  border-bottom: 1px solid #42b7d5;
  padding: 0 2rem;
} 
#sup .sup1 img {
    width: 100%;
    height: auto;
}  
#sup .sup2  a { 
color:#00f;
text-decoration:underline;
}

/*---------------------------------------
company
-----------------------------------------*/
#comp1 .comp-tb1 {
  width: 80%;
  border-top: 1px solid #9FA0A0;
  border-left: 1px solid #9FA0A0;
}
#comp1 .comp-tb1 th {
  width: 20%;
  background: #EFEFEF;
}
#comp1 .comp-tb1 td {
  width: 80%;
}
#comp1 .comp-tb1 th,
#comp1 .comp-tb1 td {
  border-bottom: 1px solid #9FA0A0;
  border-right: 1px solid #9FA0A0;
  font-weight:400;
  padding: 0.5rem 1rem;
}
#comp2 img {
  width: 70%;
  height: auto;
}
#com-map {
  background-image: url(../img/comp/c-s_bk2.jpg);
  background-size: cover;
  color: #fff;
  padding-bottom: 3rem;
}

/*---------------------------------------
blog
-----------------------------------------*/
/*  list */
.b-list {
    margin: 0 10px 20px ;
}
.b-list1 {
    border-bottom: 1px solid #333;
}
.b-list2 a {
    color: #00f;
}
.b-list3 img {
    padding-top: 1rem;
    width: 100%;
    height: auto;
    max-width: 200px;
}

/* blog pagination */
.pagination{
    clear:both;
    padding:20px 0;
    font-size:14px;
    line-height:14px;
    text-align:center;
}
.pagination-box{
    display:inline-block;
}
.pagination span, .pagination a{
    display:block;
    float:left;
    margin:2px 2px 2px 0;
    padding:10px 15px 10px 15px;
    text-decoration:none;
    width:auto;
    color:#666666;
    background:#eee9dc;
}
.pagination a:hover{
    color:#ff8227;
    background:#eee9dc;
}
.pagination .current{
    padding:10px 15px 10px 15px;
    color:#eee9dc;
    background:#666666;
}

/* single */
.blog-title {
    background-image: url(../img/blogtitle-bk.gif);
    padding: 3px 10px 3px;
    font-size: 160%;
}
.blog-txt {
    line-height: 1.5;
    margin-bottom: 30px;
}
.blog-link a {
    color: #00f;
}
.sum1  {
    width: 100%;
    ma-width: 20rem;
}

/* side */
.blog-s-title {
    border-radius: 10px 10px 10px 10px;
    background-color: #c0c0c0;
    color: #333;
    padding: 10px;
    font-weight: 700;
}
#wp-calendar {
  width: 100%;
  border-collapse: collapse;
  color: #333;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  padding: 0.6rem;
}
#wp-calendar th {
  border-bottom: 1px solid #333;
}
#wp-calendar tr > th:first-child,
#wp-calendar tr > td:first-child {
  color: #f00;
}
#wp-calendar a {
  background: #030047;
  color: #fff;
  display: block;
  border-radius: 4px;
}
#wp-calendar a:hover {
    background: #7d77f4;
}
.blog-cate a:link,
.blog-cate a:visited {
    color: #333;
} 
.blog-cate a:hover {
    font-weight: 700;
}





