<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 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666666;

}

a:link,
a:visited {
	color:#0e6aa4;
}

/* header------------------------------------------------------------- */

header {
	/*border-bottom:3px solid#c59855;
	padding:5px 0;*/
	position: fixed;
    top: 0;
    left:0;
	height:50px;
	background:#FFF;
	width:100%;
	z-index:3;
	box-sizing: content-box;
}
header .top{
	position:relative;
	margin: 0px 5px 0px 5px;
}
header .logo {
	width: 115px;
    margin: 0px auto;
    padding-top: 10px;
	/*text-indent:-9999px;
	background:url(../../img/common/logo.png) 0 0 no-repeat;
	-webkit-background-size: 140px 32px !important;
	-moz-background-size: 140px 32px !important;
	-o-background-size: 140px 32px !important;
	float:left;*/
}
header .logo img{
	width:100%;
}

header h1 a {
	display:block;
}

header ul.headerMenu {
	position: absolute;
    right: 0px;
	top:6px;
	/*margin-right: 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border:1px solid #f0f0f0;
	padding:4px;*/
}

header ul.headerMenu li {
	float:left;
	width:44px;
}
header ul.headerMenu li:last-child{
	margin-left:3px;
}
header ul.headerMenu li img{
	width:100%
}
/*
header dd#mypage {
	background:url(../../../../../optional_sp/module/img/common/headerIconMypage.png) 0 0 no-repeat;
	-webkit-background-size: 50px 42px !important;
	-moz-background-size: 50px 42px !important;
	-o-background-size: 50px 42px !important;
}

header dd#logout {
	background:url(../../img/common/logout.png) 0 0 no-repeat;
	-webkit-background-size: 60px 25px !important;
	-moz-background-size: 60px 25px !important;
	-o-background-size: 60px 25px !important;
}*/


/* drawer-nav------------------------------------------------------------- */

nav.drawer-nav{
	background:#eee;
	z-index:100!important;
	}
nav.drawer-nav ul{
	padding:32px 15px 15px;
}
nav.drawer-nav li{
	margin: 10px 0;
    padding-left: 1rem;
    background: url(http://www.tabione.com/sp/ib/img/common/ico_btn_allow_right_bk.png) #ffffff no-repeat 95% center;
    background-size: 7px auto;
    line-height: 1.5rem!important;
}
nav.drawer-nav li a{
	text-decoration:none!important;
}
.drawer-menu-item{
	font-size:13px!important;
	padding: .50rem!important;
}
.navInquiry{
	border: #666 1px solid;
    padding: 5px;
    background: #FFF;
    font-size: 90%;	
}

/*修正　2016.5.31
header {
	border-bottom:3px solid#c59855;
	height:53px;
}

header .logo {
	display:block;
	width:98px;
	height:21px;
	text-indent:-9999px;
	background:url(../../img/common/logo.png) 0 0 no-repeat;
	-webkit-background-size: 98px 21px !important;
	-moz-background-size: 98px 21px !important;
	-o-background-size: 98px 21px !important;
	float:left;
	margin:7px 3px 0 2px;
}

header .logo a {
	display:block;
	width:102px;
	height:22px;
}
header h1 {
    background: none repeat scroll 0 0 #FFC46B;
    color: #FFFFFF;
    display: block;
    font-size: xx-small!important;
    font-weight: normal;
    line-height: 0.1;
    margin: 0 0 10px;
    padding-top: 0;
}

header ul {
	float:right;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border:1px solid #f0f0f0;
	padding:2px;
}
header .tel_header {
	padding:5px 0px!important;
	float:right;
	-webkit-background-size: 150px 30px !important;
	-moz-background-size:150px 30px !important;
	-o-background-size: 150px 30px !important;
}
header li#telephone {
	float:left;
	display:block;
	width:100px;
	height:24px;
	text-indent:-9999px;
	margin:0;
	background:url(../../img/common/tel.png) 0 0 no-repeat;
	-webkit-background-size: 100px 24px !important;
	-moz-background-size: 100px 24px !important;
	-o-background-size: 100px 24px !important;
}

header li#mypage {
	float:left;
	width:28px;
	height:28px;
	text-indent:-9999px;
	margin:0;

	background:url(../../img/common/mypage.png) 0 0 no-repeat;
	-webkit-background-size: 28px 28px !important;
	-moz-background-size: 28px 28px !important;
	-o-background-size: 28px 28px !important;
}

header li#logout {
	background:url(../../img/common/logout.png) 0 0 no-repeat;
	-webkit-background-size: 25px 25px !important;
	-moz-background-size: 25px 25px !important;
	-o-background-size: 25px 25px !important;
}*/
/*takeda2015/09/01*/
/*
header .language {
	float:right;
	padding-bottom:4px!important;
	
	-webkit-background-size: 31px 25px !important;
	-moz-background-size: 31px 25px !important;
	-o-background-size: 31px 25px !important;
}
header .language li{float:left; margin: 0;
padding:0 1px;}/*takeda2015/09/01*/
/*
header .language li p{font-size:6px!important; color:#069;line-height: 8px;
margin-top:2px;
border-bottom:solid thin;}/*takeda2015/09/01*/
/*header .language li.left{border-left:solid 1px #ccc;}/*takeda2015/09/01*/

/*2016.5.31追加 header固定のため */
main{
	margin-top:50px!important;
}
/*2016.8.25追加ドロワーメニュー変更（enに合わせる）*/
.btn-menu{
	width: 26px;
    float: left;
    padding: 10px 15px 0px 0px;
}
.btn-menu img{
	width:100%;
}
#topMenu{
	background: #eee;
	display: none;
}
#topMenu .nav{
	padding: 5px 15px 15px;
}
#topMenu .item{
	margin: 10px 0;
	padding-left: 1rem;
	background: url(http://www.tabione.com/img/common/ico_btn_allow_right_bk.png) #ffffff no-repeat 95% center;
	background-size: 7px auto;
	line-height: 2.857rem;
}
#topMenu .itema a{
	display: block;
}

/* エラー --------------------------------------------------------------*/

p.error {
	padding:10px 0 ;
	border-bottom:3px solid #F00;
	border-top:3px solid #F00;
	background-color:#FF9;
	color:#f00;
	text-align:center;
	font-weight:bold;
}

/* パンくず ------------------------------------------------------------*/

nav#crumbsList {
	padding:10px;
	display:block;
	font-weight:bold;
}

nav#crumbsList li {
	float:left;
	margin-right:5px;
	font-size:10px;
	line-height:2;
}

/* 見出し -------------------------------------------------------------*/
#plan_list h1{
	background:url(../../img/common/label_bg.png)0 0 repeat-x;
	color:#fff;
	padding: 7px 0 7px 8px;
	font-size: 1.1em;
	
}
article h2,
section h2 {
	background-image:url(../../img/common/label_bg.png)0 0 repeat-x;
	-webkit-background-size: 100% 35px;
	-moz-background-size: 100% 35px;
	-o-background-size: 100% 35px;
}
#planDetails h2{
	background:none!important;
}
/* ページャー--------------------------------------------------------- */

#pager {
	display:block;
	text-align:center;
	margin-top:20px;
}

#pager a {
	display:inline !important;
	margin-left:20px;
}

/* 表示モード ---------------------------------------------------------*/

#etc {
	margin:20px 0;
	border-top: 5px solid #c59855;
	padding-left:10px;
}

#etc ul {
	float:left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border:1px solid #cccccc;
	background-color:#f0f0f0;
	padding: 7px 24px ;
	margin-top:10px;
}

#etc li {
	float:left;
	font-weight:bold;
	color:666666;
	line-height:1;
	font-size:11px;
}

#etc #toTop {
	float:right;
	width:60px;
	height:38px;
	text-indent:-9999px;
	background:url(../../img/common/pagetop.png) right no-repeat;
	-webkit-background-size: 60px 38px !important;
	-moz-background-size: 60px 38px !important;
	-o-background-size: 60px 38px !important;
	display:block;
	margin-right:10px;
	cursor:pointer;
}

#etc #toTop a {
	display:block;
	width:60px;
	height:38px;
}

.pcMode {
	border-right:2px solid #666666;
}

.pcMode {
	padding: 0 8px;
}

.spMode {
	padding: 0 0 0 8px;
}

/* ナビ -----------------------------------------------------------------*/

nav#gnavi  {
	border-top:1px solid #666666;
	background:url(../../img/common/footer_navi_bg.png) 0 0  repeat-x;
	-webkit-background-size: 100% 53px !important;
	-moz-background-size: 100% 53px !important;
	-o-background-size: 100% 53px !important;
}

nav#gnavi ul {
	padding:8px 0 10px 10px;
}

nav#gnavi li {
	float:left;
	margin-right:12px;
	background:url(../../img/index/list.png) left no-repeat;
	-webkit-background-size: 3px 7px !important;
	-moz-background-size: 3px 7px !important;
	-o-background-size: 3px 7px !important;
	font-size:12px;
	padding-left:7px;
	font-weight:bold;
	line-height:2;
	-webkit-text-size-adjust: ('none' '100%' 'auto');
}

nav#gnavi li a {
	display:block;
}

/* フッター -------------------------------------------------------------*/

footer address {
	background-color:#999999;
	padding:12px 0 12px 10px;
	font-weight:bold !important;
	font-size:10px !important;
	color:#FFF;
}

div#disused, div.disused {
	display: none;	
}
/*お知らせ*/
#notification{
	border:#999 1px solid;
	display:table;
	margin-bottom:5px;
	font-size:0.9em;
}
#notification p{
	display:table-cell;
	background:#999;
	vertical-align:middle;
	color:#FFFFFF;
	width:10%;
	text-align: center;
}
#notification p i{
	margin-right:3px;
}
#notification ul{
	padding:5px 0;
	display:table-cell;
}
#notification ul li span{
	margin-right:5px;
	color:#777;
}
/* ----------------------------------------------------------
	フッターnew 2016/11/14
------------------------------------------------------------ */
.footer{
	background: #eee;
	margin-top:10px;
}
.footer .nav{
	padding: 5px 15px 15px;
}
.footer .item{
	margin: 10px 0;
	padding-left: 1rem;
	background: url(../img/common/ico_btn_allow_right_bk.png) #ffffff no-repeat 95% center;
	background-size: 7px auto;
	line-height: 2.857rem;
}
.footer .itema a{
	display: block;
}
.footer .about-us{
	padding-bottom: 5px;
}
.footer .about-us .ttl{
	font-size:1.25rem;
	padding: 0 15px 5px;
}
.footer .about-us .text{
	line-height: 1.6;
	padding: 0 15px 15px;
}
.footer .bg-brak{
	background: #222222;
	padding: 30px 15px 10px;
}
.sns-link{
	float: left;
	padding: 0 15px 20px;
	height:30px;
}
.sns-link li {
	display: inline-block;
	margin: 0 0 0 10px;
	position:absolute;
}
.sns-link li:first-child {
	margin: 0;
}
.copyright{
	color: #fff;
	font-size: 0.86rem;
}
/*フッター関連サイト追加*/
.footer .connect_site{
	margin:8px auto;	
}
.footer .connect_site_cont{
	padding:5px;
	box-sizing:border-box;
	background:#FFFFFF;
}
.footer .connect_site_ttl{
	background:#666;
	color:#fff;
	padding:5px 5px;
}
.connect_inner {
	font-size:0.9em;
	margin-top:3px;
}
.connect_inner li{
	float:left;
	margin:1px 5px;
}
.connect_inner p{
	clear:both;
}
.connect_inner li.connect_ttl{
	float:none;
	clear:both;
}
/* ----------------------------------------------------------
	ページトップ
------------------------------------------------------------- */
.page-top {
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 30px;
	right: 10px;
}
.page-top img{
	max-width: 100%;
}
.ttl-midashi {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.142rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    padding: 20px 0 10px;
    letter-spacing: -0.05em;
}
/* ----------------------------------------------------------
	SNS
------------------------------------------------------------- */
.line_size {
	width: 30px;
	height: 30px;
}
.fb_size {
	width: 95px;
	height: 20px;
	margin-left:40px!important;
}
.tw_size {
	width: 61px;
	height: 30px;
	margin-left:140px!important;
}
/* ----------------------------------------------------------
	prefページ
------------------------------------------------------------- */

p.cateTtl{
	text-align: center;
    padding: 8px 0;
    border-top: 3px solid #666;
    background: #eee;
    border-bottom: 3px solid #666;
    font-weight: bold;	
}
p.cateTtl a{
	text-decoration:none;
	color:#666;
}
#ranking,#comments{
	margin-top:10px;
}
#ranking li,#comments li{
	padding:5px;
	border-bottom: 1px dotted #666;
	line-height:1.2em;
	color: #666;
}
#comments li{
	font-size:0.9em;
}
#comments li strong{
	font-size:0.9em;
}
#ranking li a,#comments li a{
	text-decoration:none;
}
#comments li:last-child{
	border-bottom:none;
}
#ranking .cateImage,#comments .cateImage{
	float:left!important;
	margin-right:8px;
	width:30%;
}
#ranking .cateImage img,#comments .cateImage img{
	width:100%;
	height:auto;
	max-height:82px;
}
#ranking .cateData,#comments .cateData{
	font-size:0.9em;
	margin-top: 3px;
	float:right;
}
#ranking .cateData span,#comments .cateData span{
	color:#F90;
	font-weight:bold;	
}
#ranking .cateData span:nth-child(2),#comments .cateData span:nth-child(2){
	margin-left:8px;
}
/* ----------------------------------------------------------
	フッターSNS
------------------------------------------------------------- */
footer .sns-link{
	float: left;
	padding: 0 15px 20px;
	height:30px;
}
footer .sns-link li {
	display: inline-block;
	margin: 0 0 0 10px;
	position:relative!important;
/*	position:absolute;*/
}
footer.sns-link li:first-child {
	margin: 0;
}
/*SNS特集ページ2017/01/27TAKEDA*/
#shareBtn{
	float:right;
}
#shareBtn ul {
	display:table;
	border-collapse: separate;
	border-spacing: 2px 0;
	margin:10px 0;/*20170126TAKEDA*/
}
#shareBtn ul li{
	display:table-cell;
}
#shareBtn ul li img{
	width:25px;
	height:25px;
}
#snsBtn{
	margin:8px 0px 8px 8px;
}
#snsBtn ul li{
	float:left;
	margin-right:5px;
}
#snsBtn ul li.snsTwitter a{
	height:20px;
	line-height:20px;
	font-size:1.2em;
	text-align:center;
	width:80px;
	background:#55acee;
	border-radius:3px;
	color:#fff!important;
}

.copyright{
	text-align: center;
}
/*-------SOLDOUT　2019.12.24ﾀｹﾀﾞ---------*/
.notification{
	position:relative;
	margin:20px 0;
	padding:8px 5px;
	text-align: center;
}
.notification:before,.notification:after{
	content: "";
	position: absolute;	
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #ff9900, #ff9900 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #ff9900, #ff9900 2px, #fff 2px, #fff 4px);
}
.notification:before{
	left: 0;
	bottom: -10px;
}
.notification:after{
	left: 0;
	top: -10px;
}
.notification .no_title{
	font-family: 'Satisfy', cursive;
	font-size:1.8em;
	font-weight:bold;
    margin-bottom: 8px;
}</pre></body></html>