<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * style
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "/kojin/sumai/hotline-premium10/common/css/import/reset.css";
@import "/kojin/sumai/hotline-premium10/common/css/import/util.css";
/* @import "../ext_{bukkenID}/{bukkenID}.css"; */

/**
 * 2. html, body
 */
	body {
		background-color: #fff;
		background-image: url(/kojin/sumai/hotline-premium10/common/imgs/space.gif);
		background-repeat: repeat-x;
		background-position: center top;
	}
	.page {
		color: #333333;
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.1em;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
@media only screen and (max-width: 567px) {
	.page {
		font-size: 12px;
	}
}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top left;
		color: #0000ff;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		background-position: bottom right;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	.siteTitle {
		/*dont use &lt;h1&gt; selector*/
	}
	.contentTitle {
		margin-bottom: 40px;
		text-align: center;
		/*dont use &lt;h2&gt; selector*/
	}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}

	img {
		max-width: 100%;
	}

	.sp,.tbsp {
		display: none;
	}
@media only screen and (max-width: 567px) {
	.pc {
		display: none;
	}

	.sp,.tbsp {
		display: inline-block;
	}
	.sp {
		display: inline-block;
	}
}

	.btn {
		text-align: center;
	}
	.btn a img {
		display: inline-block;
		border: solid 1px #fff;
	}

/**
 * 4. Layout
 */
	.wrap {
		position: relative;
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
@media only screen and (max-width: 1000px) {
	.wrap {
		width: 98%;
		padding-right: 1%;
		padding-left: 1%;
	}
}
@media only screen and (max-width: 567px) {
	.wrap {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		box-sizing: border-box;
	}
}
	#container {
		background-color: transparent;
		background-image: url(/kojin/sumai/hotline-premium10/common/imgs/space.gif);
		background-repeat: repeat-y;
		background-position: center top;
		text-align: left;
	}


/* gHeader */
	#gHeader {
		position: fixed;
		top: 0;
		left: 0;
		padding: 20px;
		width: 100%;
		background: #fff;
		z-index: 999999;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	#gHeader .siteTitle {
		text-align: center;
	}
@media only screen and (max-width: 567px) {
	#gHeader {
		position: fixed;
		top: 0;
		width: 100%;
		padding: 10px;
		background: #fff;
		z-index: 9998;
	}
	#gHeader .siteTitle {
		text-align: left;
	}
	#gHeader .siteTitle img {
		height: 36px;
		padding-top: 3px;
	}

	#mainContent {
		padding-top: 62px;
	}
}

	.shldrTxt {
		font-size: 10px;
		line-height: 15px;
	}

/* gNav */
	#gNav {
		height: 58px;
		border-top: solid 1px #dbdbdb;
		border-bottom: solid 1px #dbdbdb;
		text-align: center;
	}
	#gNav li {
    overflow: hidden;
		position: relative;
		display: inline-block;
		width: 33.33%;
		height: 58px;
		background: #fff;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	#gNav li.top div.top,
	#gNav li.hotline div.hotline,
	#gNav li.premium div.premium {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 58px;
	}
	#gNav li.top div.top a,
	#gNav li.hotline div.hotline a,
	#gNav li.premium div.premium a {
		display: block;
		height: 58px;
	}
	#gNav li.top div.top {
		background: url(/kojin/sumai/hotline-premium10/common/imgs/nav-01.png) no-repeat center center;
		z-index: 999;
	}

	#gNav li.hotline div.hotline {
		background: url(/kojin/sumai/hotline-premium10/common/imgs/nav-02.png) no-repeat center center;
		z-index: 998;
	}
	#gNav li.hotline.on div.hotline {
		background: url(/kojin/sumai/hotline-premium10/common/imgs/nav-02_ov.png) no-repeat center center;
	}

	#gNav li.premium div.premium {
		background: url(/kojin/sumai/hotline-premium10/common/imgs/nav-03.png) no-repeat center center;
		z-index: 997;
	}
	#gNav li.premium.on div.premium {
		background: url(/kojin/sumai/hotline-premium10/common/imgs/nav-03_ov.png) no-repeat center center;
	}

	#gNav li.hotline.on {
		background: #0068b7 url(/kojin/sumai/hotline-premium10/common/imgs/icn-arw.png) no-repeat 20px 22px;
	}
	#gNav li.premium.on {
		background: #c30d23 url(/kojin/sumai/hotline-premium10/common/imgs/icn-arw.png) no-repeat 20px 22px;
	}
	#gNav ul li img {
		padding: 2px 1px 1px;
	}
	#gNav ul li:first-child img {
		padding: 1px;
	}

@media only screen and (max-width: 1000px) {
	#gNav li.top div.top {
		background: url(/kojin/sumai/hotline-premium10/common/imgs/nav-01.png) no-repeat center center;
		background-size: auto 85%;
	}

	#gNav li.hotline div.hotline {
		background: url(/kojin/sumai/hotline-premium10/common/imgs/nav-02.png) no-repeat center center;
		background-size: auto 85%;
	}
	#gNav li.hotline.on div.hotline {
		background: url(/kojin/sumai/hotline-premium10/common/imgs/nav-02_ov.png) no-repeat center center;
		background-size: auto 85%;
	}

	#gNav li.premium div.premium {
		background: url(/kojin/sumai/hotline-premium10/common/imgs/nav-03.png) no-repeat center center;
		background-size: auto 85%;
	}
	#gNav li.premium.on div.premium {
		background: url(/kojin/sumai/hotline-premium10/common/imgs/nav-03_ov.png) no-repeat center center;
		background-size: auto 85%;
	}

	#gNav li.hotline.on {
		background: #0068b7 url(/kojin/sumai/hotline-premium10/common/imgs/icn-arws.png) no-repeat 50% 45px;
	}
	#gNav li.premium.on {
		background: #c30d23 url(/kojin/sumai/hotline-premium10/common/imgs/icn-arws.png) no-repeat 50% 45px;
	}
}

	#gNav li a {
		display: block;
	}
	#gNav li a:hover {
	}
	#gNav li.top,
	#gNav li.hotline {
		border-right: solid 1px #dbdbdb;
	}
	#gNav li.top div.top a img,
	#gNav li.hotline div.hotline a img,
	#gNav li.premium div.premium a img {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
	}

	#gNav li.last {
		margin-right: 0;
	}
	#gNav li a {
		color: #0f6ab4;
	}
	#gNav li img {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
		vertical-align: top;
	}
@media only screen and (max-width: 567px) {
	#gNav {
		display: none;
	}
}

/* under */
	.b03_skewed_slide_in div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 58px;
	}

	.b03_skewed_slide_in div:nth-child(2) {
    width: 120%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: translate(-110%, 0px) skewX(-30deg);
    -webkit-transform: translate(-110%, 0px) skewX(-30deg);
    -moz-transform: translate(-110%, 0px) skewX(-30deg);
	}

	.b03_skewed_slide_in div:nth-child(3) {
    color: #ffffff;
    left: -100%;
    transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
	}

/* top */
	#gNav li.top .b03_skewed_slide_in:hover div:nth-child(2) {
		background-color: #f7f7f7;

		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transform: translate(-10%, 0px) skewX(-30deg);
		-webkit-transform: translate(-10%, 0px) skewX(-30deg);
		-moz-transform: translate(-10%, 0px) skewX(-30deg);
	}
	#gNav li.top .b03_skewed_slide_in:hover div:nth-child(3).ov {
		background-image: url(/kojin/sumai/hotline-premium10/common/imgs/nav-01_ov.png);
		background-repeat: no-repeat;
		background-position: center center;

		left: 0px;
		transition: left 0.30000000000000004s ease;
		-webkit-transition: left 0.30000000000000004s ease;
		-moz-transition: left 0.30000000000000004s ease;
	}

/* hotline */
	#gNav li.hotline .b03_skewed_slide_in:hover div:nth-child(2) {
		background-color: #0068b7;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transform: translate(-10%, 0px) skewX(-30deg);
		-webkit-transform: translate(-10%, 0px) skewX(-30deg);
		-moz-transform: translate(-10%, 0px) skewX(-30deg);
	}
	#gNav li.hotline .b03_skewed_slide_in:hover div:nth-child(3).ov {
		background-image: url(/kojin/sumai/hotline-premium10/common/imgs/nav-02_ov.png);
		background-repeat: no-repeat;
		background-position: center center;

		left: 0px;
		transition: left 0.30000000000000004s ease;
		-webkit-transition: left 0.30000000000000004s ease;
		-moz-transition: left 0.30000000000000004s ease;
	}

/* premium */
	#gNav li.premium .b03_skewed_slide_in:hover div:nth-child(2) {
		background-color: #c30d23;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transform: translate(-10%, 0px) skewX(-30deg);
		-webkit-transform: translate(-10%, 0px) skewX(-30deg);
		-moz-transform: translate(-10%, 0px) skewX(-30deg);
	}
	#gNav li.premium .b03_skewed_slide_in:hover div:nth-child(3).ov {
		background-image: url(/kojin/sumai/hotline-premium10/common/imgs/nav-03_ov.png);
		background-repeat: no-repeat;
		background-position: center center;

		left: 0px;
		transition: left 0.30000000000000004s ease;
		-webkit-transition: left 0.30000000000000004s ease;
		-moz-transition: left 0.30000000000000004s ease;
	}

	#gNav li span {
		display: inline-block;
		position: absolute;
		top: 22px;
		left: 20px;
		width: 41px;
		height: 18px;
		background-image: url(/kojin/sumai/hotline-premium10/common/imgs/icn-arw.png);
		z-index: 9999;
	}
@media only screen and (max-width: 1000px) {
	#gNav li.top .b03_skewed_slide_in:hover div:nth-child(3).ov {
		background-image: url(/kojin/sumai/hotline-premium10/common/imgs/nav-01_ov.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 85%;
	}
	#gNav li.hotline .b03_skewed_slide_in:hover div:nth-child(3).ov {
		background-image: url(/kojin/sumai/hotline-premium10/common/imgs/nav-02_ov.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 85%;
	}
	#gNav li.premium .b03_skewed_slide_in:hover div:nth-child(3).ov {
		background-image: url(/kojin/sumai/hotline-premium10/common/imgs/nav-03_ov.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 85%;
	}

	#gNav li span {
		top: 45px;
		left: 50%;
		width: 30px;
		height: 5px;
		margin-left: -15px;
		background: url(/kojin/sumai/hotline-premium10/common/imgs/icn-arw.png) no-repeat center bottom;
		z-index: 9999;
	}
}


/* Effect 1: Brackets */
	.cl-effect-1 a::before,
	.cl-effect-1 a::after {
		display: inline-block;
		opacity: 0;
		-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
		-moz-transition: -moz-transform 0.3s, opacity 0.2s;
		transition: transform 0.3s, opacity 0.2s;
		line-height: 18px;
	}

	.cl-effect-1 a::before {
		margin-right: 10px;
		content: '[';
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		transform: translateX(20px);
	}

	.cl-effect-1 a::after {
		margin-left: 10px;
		content: ']';
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	.cl-effect-1 li.on a::before {
		margin-right: 10px;
		content: '[';
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	.cl-effect-1 li.on a::after {
		margin-left: 10px;
		content: ']';
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	.cl-effect-1 a:hover::before,
	.cl-effect-1 a:hover::after,
	.cl-effect-1 a:focus::before,
	.cl-effect-1 a:focus::after {
		opacity: 1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
	}

	.spNavArea,
	#pull {
		display: none;
	}
@media screen and (max-width: 567px) {
  #pull {
    position: absolute;
    top: 17px;
    right: 15px;
		display: block;
    width: 30px;
    height: 30px;
  }
  #pull a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #pull a span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #767676;
  }
  #pull a span:nth-child(1) {
    top: 0;
  }
  #pull a span:nth-child(2) {
    top: 12px;
  }
  #pull a span:nth-child(3) {
    top: 24px;
  }

  .spNavArea {
		display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
  }
  .nav-open .spNavArea {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
  .spNavArea a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
  }

  .spNavAreaInner {
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(50, 50, 50, 0.9);
  }

  .spNavAreaInner2 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 9.375%;
  }

  .closeTop {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .closeTop a {
    display: block;
    width: 30px;
    height: 0;
    overflow: hidden;
    padding: 25px 10px;
    background: url("/kojin/sumai/hotline-premium10/common/imgs/icon-close.png") no-repeat center center;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }
  .closeTop a span {
    display: none;
  }

  .spNav {
    text-align: center;
  }
  .spNav ul li {
    position: relative;
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  .spNav ul li.top {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .spNav ul li.hotline {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .spNav ul li.premium {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .spNav ul li.qanda {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .nav-open .spNav ul li {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .spNav ul li:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
  }
  .spNav ul li a {
    padding: 4.6875% 0;
  }
}

/* mainContent */
	.pankuzu {
		padding: 15px 0 60px;
	}
	.pankuzu.abs {
		position: absolute;
		top: -80px;
		left: 0;
	}
	.pankuzu li {
		display: inline-block;
		margin-right: 5px;
		font-size: 11px;
		line-height: 1.6;
		color: #fff;
	}
	.pankuzu li a {
		color: #fff;
		opacity: 1;
	}
	.pankuzu li a:hover {
		opacity: .7;
	}
	.hot .pankuzu li,
	.hot .pankuzu li a {
		color: #0068b7;
	}
	.hot .pankuzu li strong {
		font-weight: normal;
		color: #0068b7;
	}

	.prm .pankuzu li,
	.prm .pankuzu li a {
		color: #c30d23;
	}
	.prm .pankuzu li strong {
		font-weight: normal;
		color: #c30d23;
	}
@media screen and (max-width: 1000px) {
	.pankuzu {
		display: none;
	}
}

/* gFooter */
	#gFooter {
		border-top: solid 2px #666;
		text-align: center;
	}

	#gFooter .h {
		margin-bottom: 30px;
		text-align: center;
	}

	#gFooter #ftrLogo {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#gFooter #ftrLogo li {
		display: inline-block;
	}
	#gFooter #ftrLogo li.last {
		margin-left: 30px;
	}

	#gFooter .coprright {
		padding: 5px;
		background: #666666;
		text-align: center;
		font-size: 10px;
		color: #fff;
	}
@media screen and (max-width: 567px) {
	#gFooter .h img {
		height: 36px;
	}
	#gFooter #ftrLogo {
		padding-top: 40px;
	}
	#gFooter #ftrLogo li.last {
		margin-left: 20px;
	}
}

/* fNav */
	#fNav {
		color: #666666;
		font-size: 12px;
		line-height: 18px;
		border-bottom: 2px solid #666;
	}
	#fNavInner{
		margin: 1px 0;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
	}

	#fNav li {
		display: inline-block;
		margin-right: 20px;
		letter-spacing: 1px;
	}
	#fNav li.last {
		margin-right: 0;
	}

	#fNav a {
		color: #000;
		text-decoration: none;
	}
	#fNav a:hover {
		color: #ccc;
	}
	#fNav li a:before {
		content: "＞";
	}
	#fNav ul#link02 li a:before {
		content: none;
	}
	#fNav a:hover {
		/*color: #f60;*/
	}
	#fNav strong {
		/*color: #003593;*/
		font-weight: bold;
	}
	#fNav span {
		/*color: #cccccc;*/
	}


	#fNav ul#link01{
		width: 100%;
		text-align: center;
		margin: 25px auto 0;
		line-height: 2.5em;
	}


	#fNav ul#link02{
		width: 1000px;
		border-top: 1px solid #666;
		text-align: center;
		margin: 25px auto 0;
		padding: 35px 0;
	}

	#fNav ul#link02 li {
		border-right: solid 1px #666;
		margin-right: 0;
		padding: 0 15px;
	}
	#fNav ul#link02 li.last {
		border-right: none;
	}
@media screen and (max-width: 1000px) {
	#fNav ul#link02{
		width: 100%;
	}
}
@media screen and (max-width: 567px) {
	#fNav li {
		display: block;
		width: auto;
		margin-right: 0;
		border-top: solid 1px #dadada;
		text-align: left;
	}
	#fNav li a {
		display: block;
		padding: 20px;
	}
	#fNav ul#link01{
		width: 100%;
		margin-top:0;
	}
	#fNav ul#link02{
		width: 100%;
		margin-top:0;
		padding-top:0;
		padding-bottom:0;
	}
	#fNav ul#link02 li {
		border-right: none;
		padding: 0;
	}
}

	#CVArea {
		padding-top: 30px;
		padding-bottom: 50px;
		background: url(/kojin/sumai/hotline-premium10/common/imgs/bg-cv.png) repeat left top;
		text-align: center;
	}
	#CVArea li {
		display: inline-block;
	}
	#CVArea li.top {
		margin-right: 30px;
	}
	#CVArea li.hotline {
	}
	#CVArea li.premium {
	}
	#CVArea li img {
		vertical-align: top;
	}
@media screen and (max-width: 1000px) {
	#CVArea li {
		display: block;
	}
	#CVArea li.top {
		margin-bottom: 30px;
		margin-right: 0;
	}
}

	.c-btn {
		display: inline-block;
		text-align: center;
		position: relative;
		-webkit-transition: all 0.1s;
		transition: all 0.1s;
		top: 0;
	}
	.c-btn:hover { top: 10px;}

	.btn-blue {
		box-shadow: 10px 10px 0 0 #0068b7;
		-moz-box-shadow: 10px 10px 0 0 #0068b7;
		-webkit-box-shadow: 10px 10px 0 0 #0068b7;
	}
	.btn-blue:hover {
		box-shadow: 0 0 0 0 #0068b7;
		-moz-box-shadow: 0 0 0 0 #0068b7;
		-webkit-box-shadow: 0 0 0 0 #0068b7;
	}

	.btn-red {
		box-shadow: 10px 10px 0 0 #c30d23;
		-moz-box-shadow: 10px 10px 0 0 #c30d23;
		-webkit-box-shadow: 10px 10px 0 0 #c30d23;
	}
	.btn-red:hover {
		box-shadow: 0 0 0 0 #c30d23;
		-moz-box-shadow: 0 0 0 0 #c30d23;
		-webkit-box-shadow: 0 0 0 0 #c30d23;
	}

	.btn-gray {
		box-shadow: 10px 10px 0 0 #7e7e7e;
		-moz-box-shadow: 10px 10px 0 0 #7e7e7e;
		-webkit-box-shadow: 10px 10px 0 0 #7e7e7e;
	}
	.btn-gray:hover {
		box-shadow: 0 0 0 0 #7e7e7e;
		-moz-box-shadow: 0 0 0 0 #7e7e7e;
		-webkit-box-shadow: 0 0 0 0 #7e7e7e;
	}

/* title */
	.titleA {
		margin-bottom: 30px;
		padding: 8px 20px;
		font-size: 18px;
		line-height: 1.4;
		font-weight: bold;
		color: #fff;
	}
	.hot .titleA {
		background: #0068b7;
	}
	.prm .titleA {
		background: #c30d23;
	}
/*
	.titleA span.min {
		font-family: serif;
	}
*/
	.titleB {
		font-size: 18px;
	}
	.titleC {
		font-size: 14px;
	}

	.titleA span,
	.titleB span,
	.titleC span,
	.ttl span {
		display: none;
	}
	span.gold {
		color:#ac892f !important;
	}
	span.green {
		color:#345906 !important;
	}
	span.white {
		color:#fff !important;
	}
	.txt {
	}
	.titleA span sup,
	.titleB span sup,
	.titleC span sup {
		font-size: 10px;
	}
@media only screen and (max-width: 567px) {
	.titleA img,
	.titleB img,
	.titleC img,
	.ttl img {
		display: none;
	}
	.titleA span,
	.titleB span,
	.titleC span,
	.ttl span {
		display: block;
	}
	.text br{
		display: none;
	}
	.txt {
		text-align: left;
	}
}
@media only screen and (max-width: 400px) {
	.titleA {
		font-size: 18px;
	}
	.titleB {
		font-size: 16px;
	}
	.titleC {
		font-size: 12px;
	}
}

#Pagetop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
}
#Pagetop img {
	opacity: 1;
	transition: opacity .3s ease-in;
}
#Pagetop img:hover {
	opacity: .6;
}
@media only screen and (max-width: 567px) {
#Pagetop {
    right: 0px;
    bottom: 0px;
}

}
.obiList a img {
	transition: opacity .3s ease-in;
	opacity: 1;
}
.obiList a:hover img {
	opacity: .7;
}
#mainContent {
	padding-top: 140px;
	margin-top: -80px;
}
@media only screen and (max-width: 1000px) {
	#mainContent {
		margin-top: 119px;
	}
	#mainContent {
		padding-top: 140px;
		margin-top: -80px;
	}
}
@media only screen and (max-width: 567px) {
	#mainContent {
		margin-top: 0px;
	}
}


 @media only screen and (max-width: 1000px) {
#mainContent .fontSize14{
	font-size: 14px;
	line-height: 20px;
}

#mainContent .fontSize10{
	font-size: 10px;
	line-height: 14px;
}
}

img[src*="ftr-logo-01."]{
	height:20px !important;
}

img[src*="ftr-logo-02."]{
	height:21px !important;
}

#gHeader #gNav ul li.tabLogo {
	display: none;
}
@media only screen and (max-width: 1000px) and (min-width: 568px) {
	#gHeader .siteTitle {
		display: none;
	}
	#gHeader #gNav ul {
		display: flex;
		justify-content: center;
		padding: 0 10px;
	}
	#gHeader #gNav ul li {
		display: flex;
		align-items: center;
		height: 60px;
	}
	#gHeader #gNav ul li.tabLogo {
		display: flex;
	}
	#gHeader #gNav ul li.tabLogo img {
		padding: 10px 10px 10px 0;
		box-sizing: border-box;
		max-height: 60px;
	}
	#gHeader #gNav ul li.tabLogo:hover {
		background: #fff;
	}
	#gHeader #gNav ul li.tabLogo a {
		padding: 0;
	}
}


#fNav li.spCo,
.spCo{
	display: none;
}

@media only screen and (max-width: 567px) {
.pctbCo,
#fNav li.pctbCo{
	display: none;
}
.spCo,
#fNav li.spCo{
	display: block;
}

}


.none {
	display: none;
}

#videoOver {
	max-width: 1000px;
	position: relative;
}

#videoOver video {
    max-width: 100%;
}
#videoOver .ctrl {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: white;
	display: none;
}
.featherlight-content:hover #videoOver .ctrl,
body.full:hover #videoOver .ctrl{
	display: block;
}
#videoOver .ctrl a {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0px;
}
#videoOver .ctrl a img {
	opacity: 0;
}
#videoOver .ctrl #play{
	margin-left: 20px;
	background: url(/kojin/sumai/hotline-premium10/common/imgs/stop.jpg) center no-repeat;
}
#videoOver .ctrl #play.stop{
	background: url(/kojin/sumai/hotline-premium10/common/imgs/stop_ov.jpg) center no-repeat;
}
#videoOver .ctrl #volume{
	margin: 8px 20px 8px;
	float: right;
	background: url(/kojin/sumai/hotline-premium10/common/imgs/volume.jpg) center no-repeat;
}
#videoOver .ctrl #volume.off{
	background: url(/kojin/sumai/hotline-premium10/common/imgs/volume_ov.jpg) center no-repeat;
}
#videoOver .ctrl #full{
	margin-right: 20px;
	float: right;
	background: url(/kojin/sumai/hotline-premium10/common/imgs/full.jpg) center no-repeat;
}
#videoOver .ctrl #full.on{
	background: url(/kojin/sumai/hotline-premium10/common/imgs/full_ov.jpg) center no-repeat;
}
.featherlight .featherlight-content {
	background: none !important;
	padding: 0 !important;
}

.featherlight.fullscreen {
	background: black !important;
}
.featherlight.fullscreen:before {
	margin-right: 0;
}
.featherlight.fullscreen .featherlight-content,
.featherlight.fullscreen #videoOver,
.featherlight.fullscreen #video {
    width: 100% !important;
	max-width: 100% !important;
	max-height: 100%;
    margin: 0;
    border: none;
	max-height: inherit !important;
}
.featherlight.fullscreen #videoOver .ctrl {
	position: fixed;
}
#seek {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 92px auto 52px;
	height: 10px;
	cursor: pointer;
}
#seek .seekInner {
	height: 2px;
    background: #dadada;
	margin: 4px 0;
}
#seek span {
	height: 2px;
	width: 0%;
	display: block;
	background: #4285f4;
	position: relative;
}
#seek span:after {
	content: '　';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 7px;
    background: #4285f4;
	right: 0;
	top: -6px;
}
@media only screen and (max-width: 567px) {
.featherlight-content #videoOver .ctrl {
	display: block;
	position: fixed;
	z-index: 9999;
}
}




</pre></body></html>