@charset "utf-8";

html{
    overflow-y: scroll;
}
DIV#blog_space {
  text-align: center;
}
DIV#blog_space TABLE {
  margin-left: auto;
  margin-right: auto;
}

#blog #blog_picup dd img{
	width: 100%;
}

.pict a, .list a{
	cursor	: pointer;
}
/*
===== Tooltip Start ====================================
*/
.tgToolTip {
  margin: 0;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 1);
  border: 3px solid #00308F;
  border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 1em;
  top: 100px;
  left: 20px;
  position: absolute;
  z-index: 100;
  font-size: 12px;
}

.tgToolTip a{
  color: #00308F;
  text-decoration: underline;
  font-weight: bold;
}

/*
===== Tooltip End ====================================
*/

/*
===== スマートフォンりダリレクトボタン Start ====================================
*/

div.spLink{
	margin:20px;
	text-align:center;
}
div.spLink a{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding: 10px 0px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dbdbdb), color-stop(0.48, #c8c8c8), color-stop(0.47, #d5d5d5), color-stop(0.00, #dcdcdc));
	background: -webkit-linear-gradient(top, #dcdcdc 0%, #d5d5d5 47%, #c8c8c8 48%, #dbdbdb 100%);
	background: -moz-linear-gradient(top, #dcdcdc 0%, #d5d5d5 47%, #c8c8c8 48%, #dbdbdb 100%);
	background: -o-linear-gradient(top, #dcdcdc 0%, #d5d5d5 47%, #c8c8c8 48%, #dbdbdb 100%);
	background: -ms-linear-gradient(top, #dcdcdc 0%, #d5d5d5 47%, #c8c8c8 48%, #dbdbdb 100%);
	background: linear-gradient(to bottom, #dcdcdc 0%, #d5d5d5 47%, #c8c8c8 48%, #dbdbdb 100%);
	border-radius: 15px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	text-align:center;
	color:#333;
	font-size: 2em;
	text-decoration:none;
	text-shadow: 3px 3px 0px #FFF;
}

/*
===== スマートフォンりダリレクトボタン Start ====================================
*/

/*
===== BANNER ====================================
*/

ul.bnBox{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
ul.bnBox li{
    width: 32.7%;
    line-height: 0;
    margin-bottom: 8px;
}
ul.bnBox li {

}
@media screen and (max-width: 1065px){
    ul.bnBox li{
        width: 49.4%;
    }
}
ul.bnBox,
ul.bnBoxBottom{
    width: 100%;
    min-width: 580px;
    max-width: 820px;
    margin: 0 auto;
}

ul.bnBox .bnLeft,
ul.bnBoxBottom .bnLeft{
    width: 49%;
    float: left;
    margin-bottom:10px;
}

ul.bnBox .bnRight,
ul.bnBoxBottom .bnRight{
    width: 49%;
    float: right;
    margin-bottom:10px;
}

ul.bnBox img,
ul.bnBoxBottom img{
    width: 100%;
}

.banner {
    width:100%;
}
.banner img {
    width:100%;
    margin-bottom:10px;
}

.banner_left {
    float:left;
    width:49%;
}
.banner_right {
    float:right;
    width:49%;
}
.banner_center {
    clear:both;
    text-align:center;
}
.banner_center_twin {
    display:inline-block;
    width:45%;
    min-width:280px;
    max-width:400px;
}
.banner_center_twin_left {
    display:inline-block;
    width:41%;
    min-width:270px;
    max-width:500px;
    margin-left:20px
}
.banner_center_twin_right {
    display:inline-block;
    width:43%;
    min-width:285px;
    max-width:520px;
    margin-left:15px
}
.banner_message {
    background-color:#FFFFCC;
    color:#333333;
    line-height: 1.75em;
    text-align:center;
    box-shadow: 1px 1px 1px #CCCCCC;
    margin: 5px 0px;
}
.banner_message a {
    text-decoration:underline;
}

@media screen and (max-width: 1065px){

    ul.bnBox .bnLeft{
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    ul.bnBox .bnRight{
        width: 100%;
        float: none;
    }

    .banner_left {
        width:100%;
    }
    .banner_right {
        float:right;
        width:100%;
    }
    .banner_center_twin_left {
    display:inline-block;
    width:41%;
    min-width:260px;
    }
    .banner_center_twin_right {
    display:inline-block;
    width:43%;
    min-width:275px;
    margin-left:15px;
    margin-right:15px;
    }
}

.sticky_box h3{
    text-align:center;
    position:relative;
    font-size:small;
    letter-spacing:-0.05em;
}
.sticky_box h3 a {
    text-decoration:underline;
}
.sticky_box {
    width:100%;
    height:90px;
    background:#FFE;
    border:1px solid #EED;
    padding:10px 0 0;
    margin:0 auto 20px;
}

.sticky
{
  position: relative;
}
.sticky:before, .sticky:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 13px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:160px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.sticky:after
{
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  right: 10px;
  left: auto;
}

.campaign_banner {
    max-width: 1024px;
    width: 100%;
    margin: 10px 0px;
}

/* サイトマップcss */
.ca_list > ul > li > ul li a{
	text-decoration: underline;
}
.ca_list > ul > li > ul li a:hover {
    color:#F69D09;
	text-decoration: underline;
}

/* 20160831 トップページにnewアイコンを使用する為、item.cssから移動。 */
li.new a {
    position: relative;
}

li.new a:before {
    position: absolute;
    top: -3px;
    /* left: 0; */
    content: "NEW";
    display: block;
    padding: 3px 5px 2px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    background: #CC0101;
    z-index: 99;
}