<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ver.151217 */




/* Basic Normalize */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}

ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {font-weight: normal; text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
img{vertical-align: top;}
figure{margin: 0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.clear:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* Basic Config */
html
{
	font-size: 100%;
	background: #fff;
}
body
{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	width:100%;
	overflow:hidden;
	background: url(../img/body_bg.gif) repeat center top;
}
body,input,select,textarea
{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
/*	font-size: 1em;
*/	line-height: 40px;
}
html{font-size:62.5%;}
body{font-size:14px; font-size:1.4em;}

A{text-decoration:none;}
A:hover{position:relative ;top:1px ;left:1px ;}

button
{
	border: 0;
	outline: 0;
	background: transparent;
}
::selection     {background: #ffcccc; color: red;} /* Safari */
::-moz-selection{background: #ffcccc; color: red;} /* Firefox */



/* Grid Width */
.w960 {width:960px;}
.w720 {width:720px;}
.w640 {width:640px;}
.w580 {width:580px;}
.w560 {width:560px;}
.w480 {width:480px;}
.w420 {width:420px;}
.w400 {width:400px;}
.w390 {width:390px;}
.w320 {width:320px;}
.w240 {width:240px;}
.w220 {width:220px;}
.w160 {width:160px;}
.w120 {width:120px;}
.w100 {width:100px;}
.w90  {width: 90px;}
.w80  {width: 80px;}
.w70  {width: 70px;}
.w60  {width: 60px;}
.w54  {width: 54px;}
.w50  {width: 50px;}
.w40  {width: 40px;}
.w30  {width: 30px;}

/* Grid Height */
.h320 {height:320px;}
.h240 {height:240px;}
.h220 {height:220px;}
.h160 {height:160px;}
.h120 {height:120px;}
.h100 {height:100px;}
.h90  {height: 90px;}
.h80  {height: 80px;}
.h70  {height: 70px;}
.h60  {height: 60px;}
.h54  {height: 54px;}
.h50  {height: 50px;}
.h40  {height: 40px;}
.h30  {height: 30px;}

/* Line Height */
.lh10 {line-height: 10px;}
.lh11 {line-height: 11px;}
.lh12 {line-height: 12px;}
.lh13 {line-height: 13px;}
.lh14 {line-height: 14px;}
.lh15 {line-height: 15px;}
.lh16 {line-height: 16px;}
.lh18 {line-height: 18px;}
.lh20 {line-height: 20px;}
.lh22 {line-height: 22px;}
.lh24 {line-height: 24px;}
.lh26 {line-height: 26px;}
.lh28 {line-height: 28px;}
.lh30 {line-height: 30px;}
.lh32 {line-height: 32px;}
.lh34 {line-height: 34px;}
.lh36 {line-height: 36px;}
.lh38 {line-height: 38px;}
.lh40 {line-height: 40px;}
.lh44 {line-height: 44px;}
.lh48 {line-height: 48px;}
.lh64 {line-height: 64px;}
.lh108{line-height:108px;}


/* Text Color */
.black{color: #000 !important;}
.white{color: #fff !important;}
.red  {color: #f00 !important;}
.gray1{color: #777 !important;}
.gray2{color: #9a9a9a !important;}
.kirin_greeen{color: #cc0000 !important;}

/* Background Color */
._black{background-color: #000 !important;}
._white{background-color: #fff !important;}
._red  {background-color: #f00 !important;}
._gray1{background-color: #777 !important;}
._gray2{background-color: #9a9a9a !important;}
._trans{background-color: transparent !important;}


/* Disabled */
.disabled
{
	cursor: default !important;
	pointer-events: none !important;
}



/* Box */
.box
{
	max-width: 1000px;
	min-width: 320px;
	padding: 0 12px;
	margin-right: auto;
	margin-left : auto;
}



/* Btn */
.btn
{
	position: relative;
	z-index: 10;
	margin-right: auto;
	margin-left : auto;
}
.btn &gt; .btn-inner
{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.btn &gt; .btn-inner-next
{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration:none;
}






/* =======================================================
		Header
======================================================= */

#header
{
	position: relative;
	z-index: 99;
	min-width: 320px;
	background-image: url("../img/hot_bg.png");
	background-position: center center;
	background-size:cover;
}

/*----- logo -----*/
#header .logo0811
{
	position: relative;
	height: 430px;
	margin: 0 auto;
	background:#f00 url(../img/header_title.png) center center no-repeat;
}
#header .logo0811 img {display:none;}
@media screen and (max-width: 767px)
{
	#header .logo0811
	{
		background:none;
		height:auto;
	}
	#header .logo0811 img
	{
		display:inline;
	}
}

#header .logo h1
{
	position: relative;
	z-index: 1;
	font-size: 1em;
	line-height: 430px;
}
#header .logo h1 img
{
	vertical-align: middle;
}
#header .logo .images
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#header .logo .images .figures
{
	position: relative;
	width: 100%;
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
}
#header .logo .images .figures &gt; div
{
	position: absolute;
	background: no-repeat center center;
}
#header .logo .images .figures .img_figure_01
{
	left: 28px;
	bottom: -4px;
	width: 154px;
	height: 355px;
	background-image: url(../img/header_img_figure_01.png);
}
#header .logo .images .figures .img_figure_02
{
	right: 43px;
	bottom: -15px;
	width: 111px;
	height: 415px;
	background-image: url(../img/header_img_figure_02.png);
}
.header-present1{
/*	background: url(../img/hot_bg.png);*/
	margin-bottom:30px;
}

.header-present2{
	display:none;
}


/*----- bar -----*/
#header .bar
{
	position: relative;
	height: 142px;
	background: url(../img/header_bg_bar.jpg) repeat-x;
}
#header .bar .txt
{
	position: relative;
	z-index: 1;
	line-height: 152px;
}
#header .bar .txt img
{
	vertical-align: middle;
}
#header .bar .images
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 152px;
}
#header .bar .images .figures
{
	position: relative;
	width: 100%;
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
}
#header .bar .images .figures &gt; div
{
	position: absolute;
	background: no-repeat center center;
}
#header .bar .images .figures .img_car
{
	left: 30px;
	bottom: 17px;
	width: 152px;
	height: 61px;
	background-image: url(../img/header_img_car.png);
}
#header .bar .images .figures .img_family
{
	right: 43px;
	bottom: 17px;
	width: 174px;
	height: 87px;
	background-image: url(../img/header_img_family.png);
}


@media screen and (max-width: 767px)
{
	.header-present1{
		display:none;
	}

	.header-present2{
		display:inline;
	}
	
	#header .bar
	{
		height: 120px;
		background: url(../img/header_bg_bar_s.png) repeat-x;
	}
	#header .bar .txt
	{
		line-height: 120px;
	}
	
}



/* =======================================================
		Footer
======================================================= */

#footer
{
	position: relative;
	z-index: 99;
	min-width: 320px;
	margin-top: 50px;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #5f5232;
}


#footer .copyright
{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 980px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
}


#footer .sky_logo{
	margin:20px auto;
}

#footer .sky_logo img{
	width:120px;
}

#footer .sky_logo a:hover{
	opacity:0.8;
}
/* =======================================================
		Main
======================================================= */

#main
{
	min-width: 320px;
	margin-right: auto;
	margin-left: auto;
}

/*----- summary -----*/
.dashed-box
{
	width: 100%;
	max-width: 800px;
	margin: 30px auto;
	font-size: 1em;
	line-height: 1.6em;
}
.dashed-box .title
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0144b9+0,007be7+100 */
background: rgb(204,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(255,0,0,1) 100%) ; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}


.dashed-box .txt
{
	background:#fff;
	padding: 20px 20px 20px 20px;
	border: 2px solid #cc0000;
}

.dashed-box .txt span{
	color:#cc0000;
	font-weight:bold;
}

.dashed-box .txt dl{
	margin:15px auto;
	text-align:center;
}

.dashed-box .txt dt{
	color:#006600;
	line-height: 1.2;
	margin-bottom:10px;
}

.dashed-box .txt dt em{
	color:#cc9933;
}

.dashed-box .txt dd{
	display:block;
	color:#000;
	font-weight:bold;
	font-size: 150%;

}




.dashed-box .title + .txt
{
	border-top: none;
}

/*.dashed-box .movie*/


@media screen and (max-width: 767px)
{
	.dashed-box .movie
	{
		width : 260px;
		height: 150px;
	}
	
}

.kiyaku{
	margin:20px 0 10px;
	text-align:left;
	font-size:80%;
	color:#5f5232;
}

.kiyaku p{
	font-weight:bold;
	font-size:120%;
	color:#000;
}

/*----- bingoGameView -----*/
#bingoGameView
{
	position: relative;
	padding: 60px 0 30px;
	background: url(../img/iframe_border_pattern_top.png) repeat-x center top,
	            url(../img/iframe_border_pattern_bottom.png) repeat-x center bottom;
	background-color: #fff;
}
#bingoGameView .notice
{
/*	height: 60px;*/
	padding: 15px 0;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #000;
}

#bingoGameView img {
    text-align:center;
    width:45%;
}

@media screen and (max-width: 767px)
{
   #bingoGameView img {
    text-align:center;
    width:85%;
}
}

/*----- request -----*/
#request
{
	margin-top: 40px;
}

.bold-radius-box
{
	max-width: 465px;
	margin: 30px auto;
	border: 7px solid #cc0000;
	border-radius: 15px;
}
.sns-list
{
	display: inline-block;
	padding: 4%;
	vertical-align: bottom;
}
.sns-list li
{
	float: left;
	width: 66px;
	height: 66px;
	margin: 0 20px;
}
.sns-list li &gt; a
{
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat;
}

.sns-list .fb &gt; a  {background-image: url(../img/icon_sns_fb.png);}
.sns-list .tw &gt; a  {background-image: url(../img/icon_sns_tw.png);}
.sns-list .line &gt; a{background-image: url(../img/icon_sns_line.png);}

.btn.double
{
	width: 100%;
	max-width: 580px;
	height: 80px;
	padding: 5px;
	border-radius: 4px;
	background: #f00;
}
.btn.double .btn-inner
{
	padding: 20px;
	border: 2px solid #fff;
}
.btn.double .btn-inner .txt
{
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}
.btn.double .btn-inner .txt:after
{
	pointer-events: none;
	content: "";
	display: block;
	position: absolute;
	right: -67px;
	top: -7px;
	width: 41px;
	height: 41px;
	background: url(../img/icon_arrow_right_red.png) no-repeat center right;
}
.btn.double:hover
{
	background: #000;
}
.btn.double:hover .btn-inner .txt:after
{
	background-image: url(../img/icon_arrow_right_black.png);
}

#request .btn.double
{
	margin: 30px auto;
}

.bold-box
{
	position: relative;
	margin: 40px auto;
}
.bold-box .title
{
	padding: 15px;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	color: #fff;
	background: #000;
}
.bold-box .txt
{
/*	border: 3px solid #cc0000;*/
	border-bottom-width: 5px;
	font-weight: bold;
}
.bold-box .title + .txt
{
	border-top: none;
}

/*.dashed-list li
{
	position: relative;
	height: 44px;
    padding: 14px 14px;
	text-align: left;
	font-size: 1em;
	line-height: 1em;
	border-top: 1px dashed #cc0000;
	word-break: break-all;
}
.dashed-list li:first-child
{
	padding-top: 15px;
	border-top: none;
}

.bold-box .dashed-list
{
	float: left;
	height: 100%;
	margin-bottom: -1px;
	border: 2px solid #cc0000;
	border-top: none;
	border-bottom: none;
}
.bold-box .dashed-list li .txt-small
{
	font-size: 0.8em;
}
*/
.icon.note
{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../img/icon_note.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size        : contain;
}

#request .bold-box:before
{
	pointer-events: none;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -222px;
	width: 100%;
	height: 230px;
	/*background: url(../img/list_img_figure_01.png) no-repeat left bottom,
	            url(../img/list_img_figure_02.png) no-repeat right bottom;*/
}

.bold-box .title02 {
    padding: 7px;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1em;
    color: #fff;
}


.bold-box .title {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0144b9+0,007be7+100 */
	background: rgb(204,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(255,0,0,1) 100%) ; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}

/*----- tutorial -----*/
#tutorial .title
{
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	color: #cc0000;
}
dl
{
	font-size: 0.9em;
	text-align: left;
	line-height: 1.8em;
	color: #000;
}
dl dt
{
	margin-top: 25px;
	font-weight: bold;
	color: #777;
}
dl dt:first-child
{
	margin-top: 0;
}
dl dd p
{
	position: relative;
	margin-top: 5px;
}
dl dd a
{
	color: #000;
	text-decoration: underline;
}
dl dd a:hover
{
	text-decoration: none;
}

#tutorial dl dt.bold {
	font-weight: bold;
	color: #cc0000;
}



/*----- twitterModule -----*/
#twitterModule
{
	margin-top: 80px;
}



/*----- agreement -----*/
#agreement
{
	margin-top: 50px;
}
.point-list dd p
{
	padding-left: 1.2em;
}
.point-list dd p:before
{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.btn.radius
{
	display: inline-block;
	padding: 0 20px 0 35px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	background: #000;
}
.btn.radius .btn-inner .txt
{
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	font-size: 1.1em;
}
.btn.radius .btn-inner:before
{
	pointer-events: none;
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	width: 28px;
	height: 28px;
	background: url(../img/icon_arrow_left_s_black.png) no-repeat center left;
}
.btn.radius .btn-inner-next:before
{
	pointer-events: none;
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	width: 28px;
	height: 28px;
	background: url(../img/icon_arrow_right_s_black.png) no-repeat center left;
}
.btn.radius:hover
{
	background: #f00;
}
.btn.radius:hover .btn-inner:before
{
	background-image: url(../img/icon_arrow_left_s_red.png);
}
.btn.radius:hover .btn-inner-next:before
{
	background-image: url(../img/icon_arrow_right_s_red.png);
}
#agreement .btn.radius
{
	margin-top: 50px;
}







/* =======================================================
		SP Mode
======================================================= */

.view-l-show
{
	display: inherit;
}
.view-s-show, .view-m-show
{
	display: none;
}

/*----------------------- medium setting -----------------------*/
@media screen and (max-width: 1024px)
{
.view-m-show
{
	display: inherit;
}

.bold-box .dashed-list li
{
	height: 55px;
	padding: 5px;
}
.bold-box .dashed-list li .red
{
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
}
}

/*----------------------- small setting -----------------------*/
@media screen and (max-width: 767px)
{
.view-l-show
{
	/* display: none; */
}
.view-m-show
{
	display: none;
}
.view-s-show
{
	display: inherit;
}



/*----- SP common -----*/
html
{
	font-size: 75%;
	overflow-x: hidden;
}

body
{
	background-size:8%;
}

/*----- SP header -----*/
#header img
{
	width: 100%;
}

#header .logo
{
	height: auto;
}
#header .logo h1
{
	line-height: auto;
}



/*----- SP footer -----*/
#footer
{
	margin-top: 30px;
}

#footer .copyright
{
	padding-right: 0.5em;
	font-size: 0.78em;
}



/*----- SP summary -----*/
.dashed-box .txt
{
	padding: 15px 10px;
	font-size: 75%;
}



/*----- SP bingoGameView -----*/
#bingoGameView
{
	padding-top: 40px;
}



/*----- SP request -----*/
#request
{
	margin-top: 60px;
	margin-bottom: 20px;
}
#request .title img
{
	width: 100%;
}
.bold-radius-box
{
	margin: 20px auto;
	border: 5px solid #015db2;
	border-radius: 10px;
}
.sns-list
{
	padding: 15px;
}
.sns-list li
{
	width: 50px;
	height: 50px;
	margin: 0 15px;
}
.sns-list li a
{
	-webkit-background-size: contain;
	background-size        : contain;
}

.btn.double
{
	height: 50px;
	padding: 3px;
	border-radius: 4px;
	background: #f00;
}
.btn.double .btn-inner
{
	height: 44px;
	padding: 12px;
	border-width: 1px;
	line-height: 16px;
}
.btn.double .btn-inner .txt
{
	height: 100%;
	vertical-align: middle;
}
.btn.double .btn-inner .txt img
{
	width: auto;
	height: 100%;
	vertical-align: middle;
}
.btn.double .btn-inner .txt:after
{
	right: -33px;
	top: -3px;
	width: 24px;
	height: 24px;
	-webkit-background-size: contain;
	background-size        : contain;
}

.bold-box
{
	margin: 30px auto;
}
.bold-box .title
{
	padding: 10px 0;
	font-size: 1.4em;
}
.bold-box .txt
{
	border: 2px solid #cc0000;
	border-bottom-width: 3px;
}
.bold-box .title + .txt
{
	border-top: none;
}

.icon.note
{
	width: 0.9em;
	height: 0.9em;
}

#request .bold-box:before
{
	display: none;
}



/*----- SP twitterModule -----*/
#twitterModule
{
	margin-top: 30px;
}



/*----- SP agreement -----*/
#agreement
{
	margin-top: 30px;
}
#agreement .btn.radius
{
	margin-top: 30px;
}

.btn.radius .btn-inner:before
{
	left: 7px;
	top: 7px;
	width: 22px;
	height: 22px;
	-webkit-background-size: contain;
	background-size        : contain;
}
}

/*160912_oka*/
.twitter {
	width: 390px;
    max-width: 400px;
    margin: 30px auto;
    font-size: 1em;
    line-height: 1.6em;
    padding-left: 1%;
    }

.twitter .title {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0144b9+0,007be7+100 */
	background: rgb(204,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(255,0,0,1) 100%) ; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}

.twitter .title02 {
    padding: 7px;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.2em;
    color: #fff;
}

.request_box {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#request_sp {
    display:none;
}

.twitter_sp {
    display: none;
}

/*160913_oka*/
@media screen and (max-width: 767px)
{
    .bold-box .title02
    {
/*    background: url(../img/dotted.png);*/
    padding: 0;
    font-weight: bold;
    font-size: 0.6em;
    line-height: 1.2em;
    color: #fff;
}
    .twitter
    {
    width: 380px;
    max-width: 400px;
    margin: 30px auto;
    font-size: 0.7em;
    line-height: 1.6em;
    padding: 0 12px;
}
    .request_box {
    display:none;
}

    #request_sp
{
	margin-top: 40px;
    display:block;
}

.bold-radius-box
{
	max-width: 465px;
	margin: 30px auto;
	border: 7px solid #cc0000;
	border-radius: 15px;
        display:block;
}
.sns-list
{
	display: inline-block;
	/*padding: 25px;*/
	vertical-align: bottom;
}
.sns-list li
{
	float: left;
	/*width: 66px;
	height: 66px;*/
	/*margin: 0 25px;*/
        display:block;
}
.sns-list li &gt; a
{
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat;
        display:block;
}

.twitter_sp {
    width: 100%;
    max-width: px;
    margin: 30px auto;
    font-size: 1em;
    line-height: 1.6em;
    display: block;
}

.twitter_sp .title {
	background: rgb(204,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(255,0,0,1) 100%) ; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}
.twitter_sp .title02 {
/*    background: url(../img/dotted.png);*/
    padding: 7px;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #fff;
}
    .sns-list .fb &gt; a  {background-image: url(../img/icon_sns_fb.png);}
.sns-list .tw &gt; a  {background-image: url(../img/icon_sns_tw.png);}
.sns-list .line &gt; a{background-image: url(../img/icon_sns_line.png);}
    
}





/* sp */

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

    br.hide_sp {
        display:none;
    }

    .title02
	{
	padding: 7px;
	font-weight: bold;
	/*	font-size: 1.5em;*/
	line-height: 1.2em;
	color: #fff;
	}


	/*説明文中のKIRINFIRE */

    .kirinFIrePhoto_sp{
	    position:absolute;
		top:-10px;
		right:20px;
		width:30%;
    }

    .kirinFIrePhoto_sp img{
		width:100%;
		height:auto;
    }

    .gogoPhoto_sp{
		display:none;
    }

    .gogoPhoto_sp img{
		display:none;
    }

    /*説明文中のKIRINFIRE */
    .kirinFIrePhoto_pc,
    .gogoPhoto_pc,
    .namachaPhoto_pc{
        display:none;
    }




    /*説明文中プレゼント */
    .summaryPresentList{
		width:100%;
		margin:20px 0;
    }

    .summaryPresentList li{
    	display:inline-block;
		width:30%;
    }

    .present_playstation {
        padding:10px;
	}


	/*曲リスト*/
    .songListBox{

    }

	.red_box
	{
		max-width: 1000px;
		min-width: 320px;
		padding: 0 12px;
	}

	.green_box
	{
		max-width: 1000px;
		min-width: 320px;
		padding: 0 12px;
	}

	.bold-box .red_dashed-list
	{
		width: 100%;
	}
	.bold-box .red_dashed-list +  .red_dashed-list
	{
		border-top: 1px dashed #000;
	}

	.red_dashed-list li
	{
		border-top: 1px dashed #cc0000;
	}
	.red_dashed-list li:first-child
	{
		border-top: none;
	}

	.bold-box .red_dashed-list
	{
		border: 1px solid #cc0000;
		border-top: none;
		border-bottom: none;
	}
	.bold-box .red_dashed-list li
	{
		height: 45px;
		text-align: left;
		line-height: 1em;
		padding: 6px;
		font-size: 0.78em;
		word-break: normal;
		letter-spacing: -0.05em;
	}
	.bold-box .red_dashed-list li .txt-small
	{
		font-size: 0.7em;
		line-height: 1em;
	}


	.bold-box .green_dashed-list
	{
		width: 100%;
	}
	.bold-box .green_dashed-list +  .green_dashed-list
	{
		border-top: 1px dashed #000;
	}

	.green_dashed-list li
	{
		border-top: 1px dashed #006600;
	}
	.green_dashed-list li:first-child
	{
		border-top: none;
	}

	.bold-box .green_dashed-list
	{
		border: 1px solid #006600;
		border-top: none;
		border-bottom: none;
	}
	.bold-box .green_dashed-list li
	{
		height: 45px;
		text-align: left;
		line-height: 1em;
	    padding: 6px;	
		font-size: 0.78em;
		word-break: normal;
		letter-spacing: -0.05em;
	}
	.bold-box .green_dashed-list li .txt-small
	{
		font-size: 0.7em;
		line-height: 1em;
	}
}


/* pc */

@media screen and (min-width: 767px){
    
	br.hide_pc {
        display:none;
    }

    .title02
	{
	padding: 7px;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #fff;
	}



    /*説明文中のKIRINFIRE */
    .kirinFIrePhoto_pc{
	    position:absolute;
	    top: -20px;
	    right: 25px;
	    width:30%;
    }

    .kirinFIrePhoto_pc img{
		width:100%;
		height:auto;
    }

    /*説明文中の午後の紅茶 */
    .gogoPhoto_pc{
		display:none;
    }

    /*説明文中の生茶 */
    .namachaPhoto_pc{
		display:none;
    }

	.kirinFIrePhoto_sp,
	.gogoPhoto_sp{
        display:none;
	}




    /*説明文中プレゼント */
    .summaryPresentList{
		width:100%;
		margin:20px 0;
    }

    .summaryPresentList li{
    	display:inline-block;
		width:30%;
    }

    .present_playstation {
        padding:20px;
	}

	/*曲リスト*/
    .songListBox{
     	width: 100%;
    	max-width: 800px;
    	margin:auto;
    }

    .green_box
	{
		max-width: 380px;
		min-width: 320px;
		/*padding: 0 12px;*/
		float:left;
	}

	.red_box
	{
		max-width: 380px;
		min-width: 320px;
		/*padding: 0 12px;*/
		float:right;
	}



	.red_dashed-list li
	{
		position: relative;
		height: 44px;
	    padding: 5px 14px;
		text-align: left;
		font-size: 1em;
		line-height: 1.4em;
		border-top: 1px dashed #cc0000;
		word-break: break-all;
	}
	.red_dashed-list li:first-child
	{
		padding-top: 15px;
		border-top: none;
	}

	.bold-box .red_dashed-list
	{
		float: left;
		height: 100%;
		margin-bottom: -1px;
		border: 2px solid #cc0000;
		border-top: none;
		border-bottom: none;
	}
	.bold-box .red_dashed-list li .txt-small
	{
		font-size: 0.8em;
	}


	.green_dashed-list li
	{
		position: relative;
		height: 44px;
	    padding: 5px 14px;
		text-align: left;
		font-size: 1em;
		line-height: 1.4em;
		border-top: 1px dashed #006600;
		word-break: break-all;
	}
	.green_dashed-list li:first-child
	{
		padding-top: 15px;
		border-top: none;
	}

	.bold-box .green_dashed-list
	{
		float: left;
		height: 100%;
		margin-bottom: -1px;
		border: 2px solid #006600;
		border-top: none;
		border-bottom: none;
	}
	.bold-box .green_dashed-list li .txt-small
	{
		font-size: 0.8em;
	}

}


/* 共通 */
.present_img {
        width:100%;
}

.bold-box .redtxt{
	border: 3px solid #cc0000;
}

.bold-box .greentxt{
	border: 3px solid #006600;
}


.bold-box .greentitle {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0144b9+0,007be7+100 */
	background: rgb(0,153,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,102,0,1) 0%, rgba(0,153,0,1) 100%) ; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,102,0,1) 0%,rgba(0,153,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,102,0,1) 0%,rgba(0,153,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#006600',GradientType=0 ); /* IE6-9 */
}


.bold-box .redtitle {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0144b9+0,007be7+100 */
	background: rgb(204,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(255,0,0,1) 100%) ; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}

.kirin_red{
	color: #cc0000 !important;	
}


.kirin_greeen{
	color: #006600 !important;
}

#tutorial{
	clear:both;
}

#summary{
	position:relative;
}

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