@charset "Shift_JIS";



.hpb-parts-cnt-style {
    border-color: #d2d2d2;
}

.hpb-parts-hl-style {
    border-color: #adb91b;
    background-image: none !important;
}

.hpb-parts-cbox-style {
    border-color: #d2d2d2;
}

.hpb-parts-hr-style {
    border-color: #d2d2d2;
}

.hpb-parts-pbox-style {
    border-color: #d2d2d2;
}
.hpb-parts-pbox-style h4 {
    padding: 0px !important;
}

.hpb-parts-blist-style {
    background-color: #f5f5f5;
    border-color: #adb91b;
}
a.hpb-parts-blist-style:link {
    color: #666666;
}
a.hpb-parts-blist-style:visited {
    color: #666666;
}
a.hpb-parts-blist-style:hover {
    color: #adb91b;
}
a.hpb-parts-blist-style:active {
    color: #adb91b;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
/*--------バナーロールオーバー--------*/
.roll1 {
    background: url("../img/top_banner_1B_02.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.roll1 a {
    width: 242px;
    height: 68px;
    background: url("../img/top_banner_1B_02.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.roll1 a:hover {
    background-image: url("../img/top_banner_1B_02a.png");
}
.roll2 {
    background: url("../img/top_banner_1B_03.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.roll2 a {
    width: 242px;
    height: 68px;
    background: url("../img/top_banner_1B_03.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.roll2 a:hover {
    background-image: url("../img/top_banner_1B_03a.png");
}
.roll3 {
    background: url("../img/banner_blog.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.roll3 a {
    width: 242px;
    height: 68px;
    background: url("../img/banner_blog.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.roll3 a:hover {
    background-image: url("../img/banner_blog_a.png");
}
/*--------------*/

/*-------カスタム-------*/
#toppage-news span.boldpink {
    font-weight:bold;
    font-size:105%;
    color:#FF4392;
}

/*----------------------*/

body.open_popup {
    overflow: hidden;
}

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 300px;
    background-color: #fff;
}

.onetime_popup_title {
    position: relative;
    padding: 5px;
    margin: 0px;
    background-color: #3388dd;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}

.onetime_popup_title_close {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
    padding: 5px 5px;
    text-align: center;
}

.resizeimage img { width: 100%; }

#hpb-main ul li.topic {
    border-bottom-style: dashed !important;
    font-size: 12px;
}

.cp_hr06 {
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#283593 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#283593 50%,transparent 100%);
}

div.resultimg img{
    margin-right: 10px !important;
}