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

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

STRUCTURE

 ------------------------------------------------------------*/
html {
	color:#222222;
	background-color:#fff;
	/*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	/*font:13px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;*/ 
	/*font:13px/1.5 Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;; 
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.7em;*/
}
body {
	width:100%;
	background-image:	url("../../img/bg_dot.gif"),
						url("../../img/bg.gif");
	background-repeat:	repeat-y,
						repeat;
	background-position:center top,
						center top;
}
#container {
	width:100%;
}

/* common
------------------------------------------------------------*/

/* 画像関係*/
img {
	border: none;
}
.leftbox {
	clear:both;
	float: left;
	margin:0 10px 0 0;
}
.rightbox {
	clear:both;
	float: right;
	margin:0 0 0 10px;
}

/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.clearfix {
	display:inline-block;
	min-height:1%;  /* for IE 7 and MacIE5.5*/
}
/* Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* for ie5,6*/

/* =========================================================
link
========================================================= */
a:link {
	color:#B61A58;
	text-decoration: none;
}
a:visited {
	color:#B61A58;
	text-decoration: none;
}
a:hover {
	color:#B61A58;
	text-decoration: none;
}
a:hover {
	/*opacity: 0.7;*/
}
a:active {
	color:#B61A58;
	text-decoration: none;
}
object, a:focus {
	outline: none;
}
/* fade */
a.trans:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition:0.5s;
}

/* frame
------------------------------------------------------------*/
/* PC */
@media only screen and (min-width: 481px) {
	#content_main_mes .widthMsg{
		display: none;
	}
}
/* SP */
@media only screen and (max-width: 480px) {
	#content_main_mes .frame{
		display: none;
	}
}
















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

PC

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

@media screen and (min-width:481px) {

.sp {
	display:none;
}

/* header
------------------------------------------------------------*/
header#page_header {
	width:100%;
	height:414px;
	margin:0 auto;
	background:url("../../img/header_bg.png") repeat-x center;
}
header#page_header #page_header_inner {
	width:1000px;
	height:414px;
	margin:0 auto;
	background-image:	url("../../img/header_per.png"),
						url("../../img/bg.gif");
	background-repeat:	repeat-x,
						repeat;
	background-position:center top,
						center top;
	position:relative;
}
header#page_header h1 a {
	display:block;
	text-indent:-9999px;
	background:url("../../img/header_logo.png") no-repeat;
	width:489px;
	height:186px;
	position:absolute;
	left:0px;
	top:57px;
	z-index: 10;
}
header#page_header p#header_onair {
	display:block;
	text-indent:-9999px;
	background:url("../../img/header_onair.png") no-repeat;
	width:361px;
	height:43px;
	position:absolute;
	left:50px;
	top:255px;
}
header#page_header dl dt {
	display: none;
}
header#page_header dl dd#header_per {
	display:block;
	text-indent:-9999px;
	/*background:url("../../img/header_per.png") no-repeat;*/
	width:984px;
	height:376px;
	position:absolute;
	left:0px;
	top:10px;
}
header#page_header ul li#header_fb a {
	display:block;
	width:29px;
	height:29px;
	position:absolute;
	left:931px;
	top:26px;
}
header#page_header ul li#header_tw a {
	display:block;
	width:29px;
	height:29px;
	position:absolute;
	left:971px;
	top:26px;
}
header#page_header a#header_tfm {
	display:block;
	text-indent:-9999px;
	background:url("../../img/header_tfm.png") no-repeat;
	background-size: 128px 22px;
	width:128px;
	height:22px;
	position:absolute;
	left:0px;
	top:10px;
}
header#page_header #header_summary {
	width:590px;
	height:42px;
	position:absolute;
	left:47px;
	top:345px;
	font-size:14px;
	line-height:1.5;
	color:#fff;
}

/* #content
------------------------------------------------------------*/
#content {
	width:920px;
	padding:40px 40px 100px;
	margin:0 auto;
	background-image:url("../../img/bg.gif");
	background-repeat:repeat;
	background-position:center top;
}

/* #content_main_top
------------------------------------------------------------*/
#content_main_top {
	width:600px;
	float:left;
}
#content_main_top&gt;section&gt;h2{
	display:none;
}

/* article */
#content_main_top article {
	width:290px;
	display:block;
	float:left;
	margin:0 20px 40px 0;
}
#content_main_top article:nth-child(even){
	margin-right:0;
}
#content_main_top article img {
	display:block;
	width:280px;
	border:5px solid #B61A58;
	border-radius:15px;
	margin-bottom:5px;
}
#content_main_top article time {
	display:block;
	font-family: 'Carter One', cursive;
	font-size:16px;
	color: #999;
	text-align:right;
	margin-bottom:5px;
	padding:0 10px;
}
#content_main_top article h3 {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#B61A58;
	margin-bottom:5px;
	padding:0 10px;
}
#content_main_top article p {
	font-size:12px;
	color: #333;
	margin-bottom:5px;
	padding:0 10px;
}
	
/* pageswitch */
.pageswitch {
	clear: both;
	/*height: 20px;*/
	text-align: center;
	color: #666;
	margin: 0 auto;
	padding: 20px 0;
}
.pageswitch a {
	background-color: #F1D9E3;
	border: 1px solid #B61A58;
	color: #B61A58;
	padding: 3px 5px;
	margin: 3px;
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera &amp; Safari */
	zoom: 1; /* has layout */
	text-decoration: none;
}
.pageswitch strong {
	background-color: #DE7EA4;
	border: 1px solid #B61A58;
	color: #ffffff;
	padding: 3px 5px;
	margin: 3px;
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera &amp; Safari */
	zoom: 1; /* has layout */
}

/* #content_main_low
------------------------------------------------------------*/
#content_main_low {
	width:530px;
	float:left;
	border:5px solid #B61A58;
	border-radius:15px;
	padding:20px 30px;
	background:#FFF;
}
#content_main_low&gt;section&gt;h2{
	display:none;
}

/* article */
#content_main_low article {
	width:100%;
}
#content_main_low article p img {
	display:block;
	width:420px;
	height:auto;
	border:2px solid #B61A58;
	border-radius:10px;
	margin:5px auto;
}
#content_main_low article time {
	display:block;
	font-family: 'Carter One', cursive;
	font-size:16px;
	color: #999;
	text-align:right;
	margin-bottom:10px;
	padding:0;
}
#content_main_low article h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	color:#B61A58;
	margin-bottom:25px;
	padding:0 0 15px;
	background:url(../../img/article_underline.gif) repeat-x center bottom;
}
#content_main_low article p {
	font-size:14px;
	line-height:1.8;
	color: #333;
	margin-bottom:25px;
	padding:0;
}
#content_main_low article p a {
	text-decoration:underline;
}
#content_main_low article p a:hover,
#content_main_low article p a:active {
	text-decoration: none;
}

/* article_sb */
.article_sb{
	float:right;
	margin:0px 0 0px 0;
	padding:0px 0 0px 0;
}
.article_sb ul{
	list-style:none;
	display: block;
}
.article_sb li{
	display:inline-block;
	margin:0 0px 0 7px;
	vertical-align:top;
}
.article_sb li:first-child{
	display:inline-block;
	margin:0 0px 0 0px;
	vertical-align:top;
}
.article_sb li.article_fb{
	height:20px !important;
	margin:-2px 0 0 7px;
	vertical-align:top;
}
.article_sb li.article_tw{
	width:65px;
}
.article_sb li.article_fb span{
	height:20px !important;
}

/* #content_main_mes
------------------------------------------------------------*/
#content_main_mes {
	width:590px;
	float:left;
	border:5px solid #B61A58;
	border-radius:15px;
	background:#FFF;
}
#content_main_mes h2 {
	width:530px;
	text-indent:-9999px;
	background-size: cover;
	background-color:#B61A58;
	padding:15px 30px;
}
#content_main_mes h2 span {
	display:block;
	background:url("../../img/mes_ttl.gif") no-repeat;
	background-size:223px 37px;
	width:223px;
	height:37px;
}
#content_main_mes p.mes_txt {
	font-size:14px;
	line-height:1.6;
	color: #333;
	padding:30px;
}

/* iframe */
#content_main_mes .frame{
	width: 90%;
	margin: 0 auto;
}
#content_main_mes .frame iframe{
	width: 100%;
	height: 1300px;
}

/* #content_sub
------------------------------------------------------------*/
#content_sub {
	width:290px;
	float:right;
}

/* message */
#message a {
	display:block;
	text-indent:-9999px;
	background:url("../../img/bnr_message.png") no-repeat;
	background-size:contain;
	width:290px;
	height:164px;
	margin:-10px 0 20px;
}

/* twitter */
#twitter {
	border:5px solid #55ACEE;
	border-radius:15px;
	padding:12px 15px 5px;
	background:#FFF;
	width:250px;
	margin:0 auto 20px;
}
#twitter h2 {
	display:block;
	text-indent:-9999px;
	background:url("../../img/twitter_ttl.png") no-repeat;
	background-size:contain;
	width:250px;
	height:62px;
	margin:0 auto 20px;
}

/* new posts */
#newposts {
	border:5px solid #1A8CB6;
	border-radius:15px;
	padding:12px 15px 5px;
	background:#FFF;
	width:250px;
	margin:0 auto 20px;
}
#newposts h2 {
	display:block;
	text-indent:-9999px;
	background:url("../../img/newposts_ttl.png") no-repeat;
	background-size:contain;
	width:250px;
	height:62px;
	margin:0 auto 20px;
}
#newposts img {
	display:block;
	float:left;
	width:89px;
	height:auto;
	border:2px solid #1A8CB6;
	border-radius:5px;
	margin:0 10px 10px 0;
}
#newposts li a {
	display:block;
	border-bottom:1px solid #DEDEDE;
	margin-bottom:10px;
}
#newposts li:last-child a {
	border:none;
	margin:0;
}
#newposts li a div {
	float:left;
	width:147px;
	margin-bottom:10px;
}
#newposts li a div p {
	font-size:13px;
	color:#999;
	margin-bottom:10px;
}
#newposts li a div time {
	font-family: 'Carter One', cursive;
	color:#999;
}

/* archive */
#archive {
	border:5px solid #1A8CB6;
	border-radius:15px;
	padding:12px 15px 8px;
	background:#FFF;
	width:250px;
	margin:0 auto 20px;
}
#archive h2 {
	display:block;
	text-indent:-9999px;
	background:url("../../img/archive_ttl.png") no-repeat;
	background-size:contain;
	width:250px;
	height:62px;
	margin:0 auto 20px;
}
#archive ul {
	margin-left:15px;
}
#archive li {
	margin-bottom:8px;
}
#archive li a {
	color:#999;
	font-weight:bold;
}

/* banner */
#banner_sub a {
	border:5px solid #EBEBEB;
	border-radius:15px;
	padding:12px 15px;
	background:#FFF;
	width:250px;
	margin:0 auto 20px;
	display:block;
}
#banner_sub a img {
	display:block;
}

/* footer
------------------------------------------------------------*/
footer#page_footer {
	clear:both;
	width:100%;
	text-align:center;
	color:#FFF;
	height:102px;
	margin:0 auto;
	background:url("../../img/footer_bg.png") repeat-x center;
}
footer#page_footer #page_footer_inner {
	width:1000px;
	height:102px;
	margin:0 auto;
	background-image:	url("../../img/footer_bg.png"),
						url("../../img/bg2.gif");
	background-repeat:	repeat-x,
						repeat;
	background-position:center top,
						center top;
	position:relative;
}
footer#page_footer small {
	display:inline-block;
	padding-top:45px;
}
footer#page_footer a {
	position:absolute;
	right:20px;
	top:30px;
}

}














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

SP

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

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

.pc {
	display:none;
}

/* header
------------------------------------------------------------*/
header#page_header {
	width:100%;
	height:450px;
	margin:0 auto;
	background:url(../../img/header_bg_sp.png);
	background-size:480px 450px;
}
header#page_header #page_header_inner {
	width:320px;
	height:450px;
	margin:0 auto;
	position:relative;
}
header#page_header h1 a {
	display:block;
	text-indent:-9999px;
	background:url("../../img/header_logo.png") no-repeat;
	background-size:contain;
	width:257px;
	height:99px;
	position:absolute;
	left:31px;
	top:46px;
	z-index:10;
}
header#page_header p#header_onair {
	display:block;
	text-indent:-9999px;
	background:url("../../img/header_onair_sp.png") no-repeat;
	background-size:contain;
	width:211px;
	height:26px;
	position:absolute;
	left:33px;
	top:149px;
}
header#page_header dl dt {
	display: none;
}
header#page_header dl dd#header_per {
	display:block;
	text-indent:-9999px;
	background:url("../../img/header_per_sp.png") no-repeat;
	background-size:contain;
	width:290px;
	height:190px;
	position:absolute;
	left:15px;
	top:174px;
}
header#page_header a#header_tfm {
	display:block;
	text-indent:-9999px;
	background:url("../../img/header_tfm.png") no-repeat;
	background-size:contain;
	width:103px;
	height:18px;
	position:absolute;
	right:32px;
	top:14px;
}
header#page_header #header_summary {
	width:290px;
	height:48px;
	position:absolute;
	left:15px;
	top:372px;
	font-size:12px;
	line-height:1.2;
	color:#FFF;
}

/* #content
------------------------------------------------------------*/
#content {
	width:91%;
	padding:20px 0 80px;
	margin:0 auto;
}

/* #content_main_top
------------------------------------------------------------*/
#content_main_top {
	width:100%;
}
#content_main_top&gt;section&gt;h2{
	display:none;
}

/* article */
#content_main_top article {
	width:290px;
	display:block;
	margin:0 auto 20px;
}
#content_main_top article img {
	display:block;
	width:280px;
	border:5px solid #B61A58;
	border-radius:15px;
	margin-bottom:5px;
}
#content_main_top article time {
	display:block;
	font-family: 'Carter One', cursive;
	font-size:16px;
	color: #999;
	text-align:right;
	margin-bottom:5px;
	padding:0 10px;
}
#content_main_top article h3 {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#B61A58;
	margin-bottom:5px;
	padding:0 10px;
}
#content_main_top article p {
	font-size:12px;
	color: #333;
	margin-bottom:5px;
	padding:0 10px;
}
	
/* pageswitch */
.pageswitch {
	clear: both;
	/*height: 20px;*/
	text-align: center;
	color: #666;
	margin: 0 auto;
	padding: 20px 0;
}
.pageswitch a {
	background-color: #F1D9E3;
	border: 1px solid #B61A58;
	color: #B61A58;
	padding: 3px 5px;
	margin: 3px;
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera &amp; Safari */
	zoom: 1; /* has layout */
	text-decoration: none;
}
.pageswitch strong {
	background-color: #DE7EA4;
	border: 1px solid #B61A58;
	color: #ffffff;
	padding: 3px 5px;
	margin: 3px;
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera &amp; Safari */
	zoom: 1; /* has layout */
}

/* #content_main_low
------------------------------------------------------------*/
#content_main_low {
	border:5px solid #B61A58;
	border-radius:15px;
	padding:20px 20px;
	background:#FFF;
}
#content_main_low&gt;section&gt;h2{
	display:none;
}

/* article */
#content_main_low article {
	width:100%;
}
#content_main_low article p img {
	display:block;
	width:100%;
	height:auto;
	border:2px solid #B61A58;
	border-radius:10px;
	margin:5px auto;
}
#content_main_low article time {
	display:block;
	font-family: 'Carter One', cursive;
	font-size:16px;
	color: #999;
	text-align:right;
	margin-bottom:10px;
	padding:0;
}
#content_main_low article h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	color:#B61A58;
	margin-bottom:25px;
	padding:0 0 15px;
	background:url(../../img/article_underline.gif) repeat-x center bottom;
}
#content_main_low article p {
	font-size:14px;
	line-height:1.8;
	color: #333;
	margin-bottom:25px;
	padding:0;
}
#content_main_low article p a {
	text-decoration:underline;
}
#content_main_low article p a:hover,
#content_main_low article p a:active {
	text-decoration: none;
}

/* article_sb */
.article_sb{
	width:100%;
	margin:12% auto 0 auto;
	text-align:center;
}
.article_sb ul{
	list-style:none;
	display: block;
}
.article_sb li{
	display:inline-block;
	margin:0 0px 0 4%;
	vertical-align:top;
}
.article_sb li:first-child{
	display:inline-block;
	margin:0 0px 0 0px;
	vertical-align:top;
}
.article_sb li.article_fb{
	width:70px;
	margin-top:-2px;
}
.article_sb li.article_tw{
	width:68px;
	height:20px;
}
.article_sb li.article_li{
	width:30px;
	height:30px;
}
.article_sb li img{
	margin:0;
	padding:0;
	border:0px;
	font-size:0;
	line-height:0;
	vertical-align:top;
}

/* #content_main_mes
------------------------------------------------------------*/
#content_main_mes {
	width:280px;
	border:5px solid #B61A58;
	border-radius:15px;
	background:#FFF;
	margin:0 auto 20px;
	padding-bottom:50px;
}
#content_main_mes h2 {
	width:240px;
	text-indent:-9999px;
	background-size: cover;
	background-color:#B61A58;
	padding:12px 20px;
}
#content_main_mes h2 span {
	display:block;
	background:url("../../img/mes_ttl.gif") no-repeat;
	background-size:166px 27px;
	width:166px;
	height:27px;
}
#content_main_mes p.mes_txt {
	font-size:14px;
	line-height:1.6;
	color: #333;
	padding:20px;
}
#content_main_mes .widthMsg{
	text-align: center;
	width: 100%;
	font-size:11px;
}
#content_main_mes .widthMsg span{
	clear: both;
	margin: 20px auto 0;
	border: 2px solid #c00;
	color: #c00;
	font-weight: bold;
	display: inline-block;
	padding: 10px;
}

/* #content_main_form
------------------------------------------------------------*/
#content_main_form {
	width:96%;
	border:5px solid #B61A58;
	border-radius:15px;
	background:#FFF;
	margin:0 auto 20px;
	padding-bottom:50px;
}
#content_main_form h2 {
	width:90%;
	text-indent:-9999px;
	background-size: cover;
	background-color:#B61A58;
	padding:12px 5%;
}
#content_main_form h2 span {
	display:block;
	background:url("../../img/mes_ttl.gif") no-repeat;
	background-size:166px 27px;
	width:166px;
	height:27px;
}
#content_main_form p.mes_txt {
	font-size:14px;
	line-height:1.6;
	color: #333;
	padding:20px;
}

/* #content_sub
------------------------------------------------------------*/
#content_sub {
	width:100%;
}

/* message */
#message a {
	display:block;
	text-indent:-9999px;
	background:url("../../img/bnr_message.png") no-repeat;
	background-size:contain;
	width:290px;
	height:164px;
	margin:40px auto 20px;
}

/* twitter */
#twitter {
	border:5px solid #55ACEE;
	border-radius:15px;
	padding:12px 15px 5px;
	background:#FFF;
	width:250px;
	margin:0 auto 20px;
}
#twitter h2 {
	display:block;
	text-indent:-9999px;
	background:url("../../img/twitter_ttl.png") no-repeat;
	background-size:contain;
	width:250px;
	height:62px;
	margin:0 auto 20px;
}

/* radiko */
#radiko {
	background:url("../../img/radiko_bg.png") no-repeat;
	background-size:contain;
	width:290px;
	height:129px;
	margin:0 auto 20px;
	position:relative;	
}
#radiko a:nth-child(1) {
	display:block;
	text-indent:-9999px;
	background:url("../../img/radiko_reserve.png") no-repeat;
	background-size:contain;
	width:260px;
	height:50px;
	position:absolute;
	left:15px;
	top:7px;
}
#radiko a:nth-child(2) {
	display:block;
	text-indent:-9999px;
	background:url("../../img/radiko_install.png") no-repeat;
	background-size:contain;
	width:260px;
	height:55px;
	position:absolute;
	left:15px;
	top:61px;
}

/* new posts */
#newposts {
	border:5px solid #1A8CB6;
	border-radius:15px;
	padding:12px 15px 5px;
	background:#FFF;
	width:250px;
	margin:0 auto 20px;
}
#newposts h2 {
	display:block;
	text-indent:-9999px;
	background:url("../../img/newposts_ttl.png") no-repeat;
	background-size:contain;
	width:250px;
	height:62px;
	margin:0 auto 20px;
}
#newposts img {
	display:block;
	float:left;
	width:89px;
	height:auto;
	border:2px solid #1A8CB6;
	border-radius:5px;
	margin:0 10px 10px 0;
}
#newposts li a {
	display:block;
	border-bottom:1px solid #DEDEDE;
	margin-bottom:10px;
}
#newposts li:last-child a {
	border:none;
	margin:0;
}
#newposts li a div {
	float:left;
	width:147px;
	margin-bottom:10px;
}
#newposts li a div p {
	font-size:13px;
	color:#999;
	margin-bottom:10px;
}
#newposts li a div time {
	font-family: 'Carter One', cursive;
	color:#999;
}

/* archive */
#archive {
	border:5px solid #1A8CB6;
	border-radius:15px;
	padding:12px 15px 8px;
	background:#FFF;
	width:250px;
	margin:0 auto 20px;
}
#archive h2 {
	display:block;
	text-indent:-9999px;
	background:url("../../img/archive_ttl.png") no-repeat;
	background-size:contain;
	width:250px;
	height:62px;
	margin:0 auto 20px;
}
#archive ul {
	margin-left:15px;
}
#archive li {
	margin-bottom:8px;
}
#archive li a {
	color:#999;
	font-weight:bold;
}

/* banner */
#banner_sub a {
	border:5px solid #EBEBEB;
	border-radius:15px;
	padding:12px 15px;
	background:#FFF;
	width:250px;
	margin:0 auto 20px;
	display:block;
}
#banner_sub a img {
	display:block;
}

/* footer_sb */
#footer_sb {
	width:193px;
	margin:40px auto 0;
}
#footer_fb a img {
	display:block;
	width:51px;
	height:51px;
	float:left;
	margin-right:20px;
}
#footer_tw a img {
	display:block;
	width:51px;
	height:51px;
	float:left;
	margin-right:20px;
}
#footer_li a img {
	display:block;
	width:51px;
	height:51px;
	float:left;
}

/* footer
------------------------------------------------------------*/
footer#page_footer {
	clear:both;
	width:100%;
	text-align:center;
	color:#FFF;
	height:102px;
	margin:0 auto;
	background:url("../../img/footer_bg.png") repeat-x center;
}
footer#page_footer #page_footer_inner {
	width:320px;
	height:102px;
	margin:0 auto;
}
footer#page_footer small {
	display:inline-block;
	font-size:9px;
	padding-top:20px;
}
footer#page_footer a {
	width:40px;
	height:40px;
	margin:0 auto;
	display:block;
	padding-top:20px;
}

}








































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