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


/*----------------------
	デフォルトスタイル
-----------------------*/
body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img{
    margin:0;
    padding:0;
	border:none;
	outline:none;
	font-size:1rem;
}

header,footer,nav,section{display:block;}

html{
	font:13px/1.3 "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;}

li{list-style:none;
}

/*----------------------
	レイアウト
-----------------------*/
body{
	background:#FFF;
	width:100%;
	color:#6A6666;
}



/* リンク色変更はここ */
a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/*----------------------
カラーレイアウト変更
-----------------------*/


.bkcolor {
	background: rgb(225,75,30); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(225,75,30,1) 0%, rgba(223,53,30,1) 44%, rgba(199,38,24,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,75,30,1)), color-stop(44%,rgba(223,53,30,1)), color-stop(100%,rgba(199,38,24,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(225,75,30,1) 0%,rgba(223,53,30,1) 44%,rgba(199,38,24,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(225,75,30,1) 0%,rgba(223,53,30,1) 44%,rgba(199,38,24,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(225,75,30,1) 0%,rgba(223,53,30,1) 44%,rgba(199,38,24,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(225,75,30,1) 0%,rgba(223,53,30,1) 44%,rgba(199,38,24,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e14b1e', endColorstr='#c72618',GradientType=0 ); /* IE6-9 */

	}


#head{
	padding:0 14% 5px 10px;
	overflow:hidden;
	border-bottom:solid 1px #FFFFFF;
	position:relative;
}

h1 a{
	font-size:20px;
	color:#6A6666/*-- ここを変える --*/
}

h1 span{
	display:block;
	font-size:12px;
	line-height:1.2;
	color:#6A6666;/*-- ここを変える --*/
}

.bkcolor2 {
	border: 1px solid #6A6666;/*-- ここを変える --*/
	}



/*----------------------------------------
 トップページここから
----------------------------------------*/

/* ヘッダ部分
--------------------*/

#head h1{
	padding-top:20px;
}

.left_link{
	background:url(../sp/img/mail_bg.png) no-repeat left top;
	width:42px;
	height:42px;
	padding-top:30px;
	text-align:center;
	position:absolute;
	top:0;
	right:1.5%;
}


/* ニュース部分
--------------------*/
#news{
	margin:1% 0;
	border:solid #1CA9EB;
	border-width:2px 0 1px;
}

#news ul{
	background:url(../sp/img/title_new.gif) repeat-y left center;
	min-height:68px;
	padding-top:1%;
	padding-left:15%;
	border:solid #FFF;
	border-width:1px 0;
}

#news ul li{
	margin-bottom:1%;
	list-style:disc inside;}

#news ul li a{
	text-decoration:underline;}


/* サイト説明部分
--------------------*/
.desc{
	margin-bottom:1%;
	padding:3% 5%;
	border:solid #005BAC;
	border-width:0px;
}


/* 広告部分
--------------------*/
.pic{
	width:95%;
	text-align:center;
	margin:5px auto 0;
	padding:3% 1% 2%;
	border:solid 0px #005BAC;
	outline:solid 0px #005BAC;}

.pic img{
	width:99%;
	max-width:320px;
	height:auto;}


/* カテゴリ部分
--------------------*/
#categories{
	margin:2% 0 1%;
	border-bottom:solid 0px #005BAC;
}

.category{
	overflow:hidden;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	margin:5px 10px;
	}

.title_icon2{
	margin:3% 0;
	text-align:center;
	float:left;}

h2 a{
	background:url(../sp/img/link_arrow.png) no-repeat 100% 50%;
	padding:6% 7% 6% 0;
	display:block;
	color:#FFFFFF;
}

h2 a span{
	display:block;
	font-size:24px;
}

/* TEL部分
--------------------*/
#tel{
	margin:2% 5 1%;
	border-bottom:solid 0px #005BAC;
}

.no{
	margin: 10px 20px;
	overflow:hidden;
	border-top:solid 0px #FFFFFF;
	border-bottom:solid 0px #FFFFFF;
	}

.tel_icon{
	margin:10% 5%;
	text-align:center;
	float:left;}


h2 a span{
	display:block;
	font-size:20px;
}

.tel_txtt{
	margin:6px 0 0 0;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}

.tel_txtb{
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}


/* フッター部分
--------------------*/
.foot_link{
	overflow:hidden;
}

.top{
	margin:2% 2% 0 77%;
	padding:2% 3%;
	display:block;
	border:solid 1px #4A9CD5;
	border-radius:5px 5px 0px 0px;
	text-align:center;
	font-weight:bold;
}

.back{
	margin:2% 2% 0 54%;
	padding:2% 3%;
	display:block;
	border:solid 1px #FFFFFF;
	border-radius:5px 5px 0px 0px;
	text-align:center;
	font-weight:bold;
	float:left;
}

address{
	padding:3% 0;
	text-align:center;
	color:#FFFFFF;
}

address a{
	color:#FFFFFF;
}


/*----------------------------------------
	カテゴリページ一覧ここから
----------------------------------------*/

/* カテゴリタイトル部分
--------------------*/
#categories_title{
	margin:1% 0;
	border-top:solid 2px #1CA9EB;
	border-bottom:solid 1px #F4F7F2;
}

#categories_title .category{
	border-top-color:#FFF;
	color:#333631;
}

#categories_title h2{
	margin-left:2%;
	padding:3% 7% 1% 0;
	font-size:18px;}


/* 記事部分
--------------------*/
#sections{
	margin:2% 0 1%;
	border-bottom:solid 1px #87CEEB;
}

.boxes{
	background-image: -moz-linear-gradient(top, #FFF, #EBEBEB);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#EBEBEB));
	background-image: -o-linear-gradient(top, #FFF, #EBEBEB);
	background-image: linear-gradient(top, #FFF, #EBEBEB);
	overflow:hidden;
	border-top:solid 1px #87CEEB;
	border-bottom:solid 1px #F4F7F2;
	}

.boxes img{
	max-width:82px;
	max-height:82px;
	margin:3% 2% 2%;
	float:left;}

.boxes h3 a{
	background:url(../sp/img/link2_bg.gif) repeat-y 100% 50%;
	min-height:82px;
	margin-left:2%;
	padding:3.5% 17% 2% 0;
	display:block;
	color:#FB9287;
}

.boxes h3 a strong{
	padding-left:3px;
	border-left:solid 3px #E31414;
	font-size:16px;}

.boxes h3 a span{
	margin-top:1%;
	display:block;
	font-size:13px;
	font-weight:normal;
	color:#333631;}


/* フッタ-カテゴリリンク群
--------------------*/
#links{
	margin:2% 0 3%;
	padding:5% 3%;
	border:dotted #005BAC;
	border-width:1px 0;
	text-align:center;
}



/* CSS Document */
@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is responsible for clearing any floats that may cause the tab
 * buttons and content panels to flow/wrap "funny" around floated image/block
 * elements.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
 

/*全体の幅や高さなどのレイアウト*/
.TabbedPanels {
	padding: 0px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/*タブの幅や高さなどのレイアウト*/
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	width: 25%;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	outline:none;
	text-align: center;
	padding: 10px;
}

/*タブのオンマウス背景カラー*/
.TabbedPanelsTabHover {
	background-color: #DDDDDD;
}

/*タブのセレクトされた背景カラー*/
.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	color: #c002c0;
	border-bottom: 1px solid #FFFFFF;
}

/*タブのテキストリンクカラー*/
.TabbedPanelsTab a {
	color: #000000;
	text-decoration: none;
}

/*コンテンツ*/
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 0px #005BAC;
	border-bottom: solid 0px #005BAC;
	border-top: solid 0px #005BAC;
	border-right: solid 0px #005BAC;
	background-color: #FFFFFF;
	padding: 15px;
}

.TabbedPanelsContent {
	padding: 0px;
}

.TabbedPanelsContentVisible {
}

.ban1 {
      width:92%;
      padding:5px 0px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
　　　
}


/*font*/
a:link {
color: #C66;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

a:visited {
color: #C66;
}

a:hover {
color: #F66;
text-decoration: underline;
}

a:active {
color: #F66;
}

.biography {
font-size: 10px;
line-height: 1.2em;
color: #444;
}

.black_S {
font-size: 10px;
line-height: 2.5em;
color: #444;
}

.black_M {
font-size: 14px;
line-height: 1.8em;
color: #444;
}

.black_L {
font-size: 18px;
-webkit-text-size-adjust: 200%;
line-height: 1.8rem;
color: #444;
}

.white_S {
font-size: 10px;
line-height: 1.8em;
color: #FFF;
}

.white_M {
font-size: 14px;
line-height: 1.8em;
color: #FFF;
}

.white_L {
font-size: 18px;
-webkit-text-size-adjust: 200%;
line-height: 1.5rem;
color: #FFF;
}

.red_S {
font-size: 10px;
line-height: 2.5em;
color: #F9603A;
}

.red_M {
font-size: 12px;
line-height: 1.5em;
color: #F9603A;
}

.red_L {
font-size: 16px;
line-height: 1.5em;
color: #F9603A;
}

.info {
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
font-size: 14px;
-webkit-text-size-adjust: 200%;
color: #666;
line-height: 1.4rem;
}

.info_title {
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
font-size: 16px;
-webkit-text-size-adjust: 200%;
line-height: 1.4rem;
font-weight: bold;
color: #444;
}

.feature {
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
font-size: 12px;
-webkit-text-size-adjust: 200%;
background: #fff;
color: #666;
line-height: 1.7rem;
}

.feature_headline {
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
font-size: 16px;
-webkit-text-size-adjust: 200%;
font-size: 14px;
line-height: 1.8rem;
font-weight: bold;
color: #000;
}

.artist_name {
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
font-size: 16px;
-webkit-text-size-adjust: 200%;
background: #fff;
color: #444;
line-height: 2.2rem;
}

.artist {
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
font-size: 12px;
-webkit-text-size-adjust: 150%;
background: #fff;
color: #444;
line-height: 1.7rem;
}

h1 {
font-size: 18px;
line-height: 1.8em;
color: #444;
font-weight: bold;
}

h2 {
font-size: 14px;
color: #000;
font-weight: bold;
}

html{
overflow-y:scroll;
}	

img{
border:0;
padding:0px;
margin:0px
}

.viewer {
	margin: 0 auto;
	width: 930px;
	height: 300px;
	text-align: center;
	overflow: hidden;
}

.viewer ul {
	width: 930px;
	height: 300px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 930px;
	height: 300px;
	display: none;
	position: absolute;
}

img.img_left{
	float: left;
	padding: 10px;
}

img.img_right{
	float: right;
	padding: 10px;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}
</pre></body></html>