<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* -------------------------
モバイル太郎2012 PC用css
横幅全体980 (両サイド空40、左サイド220、メイン右670、間空50)
---------------------------- */


/* -------------------------
共通リセット
---------------------------- */
section, article, aside, figure, figcaption, footer, header, hgroup, nav {
	display: block;
}

address {
	font-style: normal;
}

body,div,dl,form,h1,h2,h3,h4,h5,h6,figure,figcaption {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;  /* センタリングFF対策 */
}

body {
	line-height: 1.5;
	font-size: 90%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333333;
	background: url(../img/bg_line01.gif) repeat-x;  /* 3px solid #2489B9 */
}

p {
	margin: 0 0 1em;
	padding: 0;
}

ol,ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a img {
	margin: 0 0 -3px 0;  /* FF対策 */
	border: 3px solid none;
}

table {
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}

caption {
	text-align: left;
	font-style: normal;
	padding-bottom: 0;
}

th {
	font-weight: normal;
}

strong {
	font-weight: normal;
}

hr {
	height: 1px;  /* IE対策 */
	color: #758aae;  /* IE対策 */ 
	border: dotted;  /* FF対策 */ 
	border-width: 1px 0 0;  /* FF対策 */ 
	margin-bottom: 25px;
}


/* -------------------------
共通リンク色
---------------------------- */
a {color: #6699cc;}
a:link {color: #6699cc;}
a:visited {color: #9999cc;}
a:hover {color: #33cccc;}
a:active {color: #6699cc;}


/* -------------------------
全体 (フッター以外)
---------------------------- */
#wrapper {
	width: 980px;
	margin: 0 auto;
}

/* -------------------------
ヘッダー
---------------------------- */
#headerArea {
	margin: 0 20px;
	border-bottom: 3px solid #B3DCF0;
}

#headerArea:after{
	content: ".";
	display: block;
	height: 0;   
	clear: both;   
	visibility: hidden;
}

#headerArea h1 {
	padding-top: 3px;
	font-size: 12px;
	font-weight: normal;
}

/*	スマホ版 HOME配置 */
#nav_left {
	float: left;
	width: 300px;
}
/*	未使用 予備 */
#nav_right {
	float: right;
	text-align: right;
}



#head_left {
	float: left;
	width: 300px;
	margin-top: 3px;
}

#head_right {
	float: right;
	width: 620px;
	text-align: right;
}
#head_right1 {
	margin-bottom: 0;
}
ul.head_right2 {
	margin-bottom: 5px;
}
ul.head_right2 li {
	display: inline;
	font-size: 10pt;
	padding: 0 0 0 10px;
}


/* -------------------------
フッター
---------------------------- */
footer#footerArea {
	clear: both;
	height: 85px;
	margin: 0 auto;
	background-color: #E3EAF9;
	background: #E3EAF9 url(../img/logo02.gif) no-repeat center bottom;
	border-top: 1px solid #E3EAF9;
	text-align: center;
	font-size: 85%;
}

ul#tnavifoot {
	padding: 5px 0;
	background-color:#F1F4FC;
}
ul#tnavifoot li {
	display: inline;
	padding-left: 15px;
}

small#copyright {
	font-size: 100%;
}

/*	スマホ版 PC切替ボタン */
.toPc li {
	float: left;
	border-right: solid 1px #111;
	font-size: 90%;
}
.toPc li a {
	display: block;
	padding: 1px 10px;
	background-color: #666;
	color: #e8e8e8;
	text-decoration :none;
	text-align: center;
}


/* -----------
メイン画像
---------------------------- */
#topphoto {
	margin: 1px 20px 0;
}



/* -------------------------
コンテンツ 全ページ用
---------------------------- */
#contents {
	width: 940px;
	margin: 0 20px 20px;
	padding-top: 15px;
/*	border-top: 3px solid #69BBE2; */
/*background-color: #CCCCCC; */
}
#contents:after{
	content: ".";
	display: block;
	height: 0;   
	clear: both;   
	visibility: hidden;
}


/* -----------
サイド（左側）コンテンツ
---------------------------- */
#sidebar {
	float: left;
	width: 220px;
}

/* -----------
ナビゲーション メニュー (#side内)
---------------------------- */
nav#globalNav {
}
#globalNav ul {
	width: 220px;
	margin-bottom: 20px;
}

#globalNav ul li {
	line-height: 30px;
	height: 30px;
	width: 220px;
	margin-bottom: 5px;
	background-color: #e1e9f8;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e1e9f8));
	background-image: -webkit-linear-gradient(left,#ffffff 50%,#e1e9f8 100%);
	background-image:      -o-linear-gradient(left,#ffffff 50%,#e1e9f8 100%);
	background-image:    -moz-linear-gradient(left,#ffffff 50%,#e1e9f8 100%);
	background-image:     -ms-linear-gradient(left,#ffffff 50%,#e1e9f8 100%);
	-pie-background:			 		linear-gradient(left,#ffffff 50%,#e1e9f8 100%); /* IE6-8 */
	behavior: url(css/PIE.htc); /* IE6-8 */
	background-image:         linear-gradient(left,#ffffff 50%,#e1e9f8 100%);
	border: 1px solid #0099cc;
	border-left: 5px solid #2489B9;
	border-radius: 0px 3px 3px 0px;
	box-sizing: border-box;
}

#globalNav ul li a {
	display: block;
	height: 28px;  /* tips100% */
	padding-left: 15px;
	letter-spacing: 0.2em;
	text-decoration: none;
}

#globalNav ul li a:hover {
	background-color: #f8f8f8;
}

#globalNav ul li a.open {
	background-color: #ffffff;
}


/* -----------
トップページ メイン（右側）(#topmain)
---------------------------- */
#topmain {
	float: right;
	width: 670px;
/*	display: inline; */
}

#topmain h1 {
}

/* -----3枚横並び(経営者・マネージャー・営業 index)----- */
.grid_top3col:after{
	content: ".";
	display: block;
	height: 0;   
	clear: both;   
	visibility: hidden;
}
.grid_top3col dl {
	float: left;
	width: 205px;
	margin-right: 15px;
	margin-bottom: 40px;
}
.grid_top3col dl:last-of-type {
	margin-right: 0;
}
.grid_top3col dt {
	padding: 3px;
	background: #5aa7cf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5aa7cf), color-stop(50%,#5aa7cf), color-stop(50%,#2281b1), color-stop(100%,#5aa7cf));
	background: -webkit-linear-gradient(top,  #5aa7cf 0%,#5aa7cf 50%,#2281b1 50%,#5aa7cf 100%); 
	background:      -o-linear-gradient(top,  #5aa7cf 0%,#5aa7cf 50%,#2281b1 50%,#5aa7cf 100%);
	background:    -moz-linear-gradient(top,  #5aa7cf 0%, #5aa7cf 50%, #2281b1 50%, #5aa7cf 100%);
	background:     -ms-linear-gradient(top,  #5aa7cf 0%,#5aa7cf 50%,#2281b1 50%,#5aa7cf 100%);
	-pie-background:		linear-gradient(top,  #5aa7cf 0%,#5aa7cf 50%,#2281b1 50%,#5aa7cf 100%); /* IE6-8 */
	behavior: url(css/PIE.htc); /* IE6-8 */
	background:         linear-gradient(top,  #5aa7cf 0%,#5aa7cf 50%,#2281b1 50%,#5aa7cf 100%);
	border-radius: 20px;
	text-align: center;
	color: #f8f8f8;
	font-weight: bold;
}
.grid_top3col dd {
 margin-left: 10px;
}

/*----- #top_lr トップメイン内の左右、左Information、右Topics----- */
#top_lr {
	margin-bottom: 30px;
}

#top_lr:after{
	content: ".";
	display: block;
	height: 0;   
	clear: both;   
	visibility: hidden;
}

#topleft {
	float: left;  /* Information */
	width: 400px;  /* 幅領域670 */
}

#topright {
	float: right;  /* Topics*/
	width: 230px;
}

/* -----トップページInformation(記述リスト通常)----- */
dl.list_info01{
	margin-left: 10px;
}
dl.list_info01:after{
	content: ".";
	display: block;
	height: 0;   
	clear: both;   
	visibility: hidden;
}
.list_info01 dt {
	color: #cc6600;  /* 茶系 Info */
	font-size: 11pt;
	font-weight: bold;
}
.list_info01 dd {
	margin-left: 0;
	margin-bottom: 1em;
	font-size: 90%;
}

/* -----トップページTopics(記述リスト通常)----- */
dl.list_topics{
	margin-left: 10px;
}
.list_topics dt {
	background-image:	url(../img/mark03.gif) no-repeat;
	font-weight: bold;  /* Topics */
}
.list_topics dd {
	margin-left: 0;
	margin-bottom: 0.5em;
	font-size: 90%;
}

/* -------------------------
アニメーション
---------------------------- */
/* トップページ 左右に動くアニメーション */
.anime_list01:after {
 display: block;
 clear: left;
 content: ".";
}
.anime_list01 li {
 float: left;
 width: 160px;
	height: 200px;
 margin-right: 10px;
 margin-bottom: 10px;
	background: #f7f7f7;
	border: 1px solid #6699cc;
	border-radius: 5px;
	font-size: 90%;
	behavior: url(css/PIE.htc); /* IE6-8 */
}
.anime_list01 li dl dt {
 text-align: center;
 color: #2489B9;
	font-weight: bold;
}
.anime_list01 li dl dd {
 margin-left: 0;
 padding: 0 5px;
}
.anime_list01 a {
 display: block;
}
.anime_list01 img {
 margin-bottom: 0;
	padding: 2px;
 width: 156px;
 height: 110px;
}

.animate01 {
 overflow: hidden;
}
.animate01 ul {
 width: 860px;
	padding-left: 20px;
 -webkit-animation: scrollX 5s linear 5 alternate;  /* 無限infinite */
}

@-webkit-keyframes scrollX {
   0% { margin-left: 0;}
 100% { margin-left: -240px;}
}


/* -----------
メイン（右側）(#main各ページ)
---------------------------- */
#main {
	float: right;
	width: 670px;
}

#main h1 {
	margin-bottom: 10px;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	background-image: #e1e9f8;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e1e9f8));
	background-image: -webkit-linear-gradient(left,#ffffff 0%,#e1e9f8 100%);
	background-image:      -o-linear-gradient(left,#ffffff 0%,#e1e9f8 100%);
	background-image:    -moz-linear-gradient(left,#ffffff 0%,#e1e9f8 100%);
	background-image:     -ms-linear-gradient(left,#ffffff 0%,#e1e9f8 100%);
	-pie-background:			 		linear-gradient(left,#ffffff 0%,#e1e9f8 100%); /* IE6-8 */
	behavior: url(css/PIE.htc); /* IE6-8 */
	background-image:         linear-gradient(left,#ffffff 0%,#e1e9f8 100%);
	border: solid 1px #e5e5e5;
	border-left: 5px solid #FFCC33;
	font-weight: normal;
	font-size: 12pt;
	letter-spacing: 0.1em;
}

#main h2 {
	margin-bottom: 10px;
	padding: 3px 30px;
	border-bottom: dashed 1px #0099cc;
	background: #ffffff url(../img/mark02.gif) no-repeat 1% 50%;  /* ■list */
	font-size: 11pt;
	color: #0099cc;  /* 青色 */
	letter-spacing: 0.1em;
}

#main h3 {
	color: #cc6600;  /* 茶系 */
	font-weight: bold;
}


/* -------------------------
各ページ
---------------------------- */
/* -------------------------
ボックス左右
---------------------------- */
/* ----機能一覧---- */
.box01 {
	width: 480px;
	margin-bottom: 50px;
}
.box01:after{
	content: ".";
	display: block;
	height: 0;   
	clear: both;   
	visibility: hidden;
}
.box01_left {
	float: left;
	width: 230px;
	border: solid 1px #0099cc;
}
.box01_right {
	float: right;
	width: 230px;
	border: solid 1px #0099cc;
}
#main .box01 h3 {
	padding: 3px;
	background: #5aa7cf;
	text-align: center;
	color: #f8f8f8;
	font-size: 100%;
}
.box01 dt {
	padding-left: 15px;
	color: #cc6600;  /* 茶系 */
}

/* -----サイトマップ用----- */
.sitemap {
	line-height: 1.5;  /* サイトマップ全体 */
}
.sitemap ul {
	margin-bottom: 3em;
}

.sitemap1 {
	float: left;  /* サイトマップ左エリア */
	width: 270px;
}

.sitemap2 {
	float: right;  /* サイトマップ右エリア */
	width: 290px;
}


/* -----3枚画像(帳票サンプル)----- */
.grid_chouhyou:after{
	content: ".";
	display: block;
	height: 0;   
	clear: both;   
	visibility: hidden;
}
.grid_chouhyou figure {
	float: left;
	width: 200px;
	margin-right: 15px;
}
.grid_chouhyou figure:last-of-type {
	margin-right: 0;
}


/* -------------------------
リスト
---------------------------- */
/* -----記述リスト横並び(会社概要、お問合せ)(横点線のみ 縦線なし)----- */
.list_table01:after{
	content: ".";
	display: block;
	height: 0;   
	clear: both;   
	visibility: hidden;
}
.list_table01 {
	margin-top: 20px;
	margin-bottom: 30px;
	border-top: double 3px #cccccc;
	border-bottom: double 3px #cccccc;
}
.list_table01 dt {
	float: left;
	width: 109px;
	margin-right: 1px;
	padding: 10px;
	border-top: dotted 1px #cccccc;
	text-align: center;
}
.list_table01 dd {
	float: left;
	width: 480px;
	margin: 0;
	padding: 10px 10px 10px 20px;
	border-top: dotted 1px #cccccc;
}
.list_table01 dt:first-of-type {
	border-top: none;
}
.list_table01 dd:first-of-type {
	border-top: none;
}

/* -----記述リスト横並び(利用料金 初期費用)----- */
dl.list_table02{
	margin-bottom: 15px;
}
dl.list_table02:after{
	content: ".";
	display: block;
	height: 0;   
	clear: both;   
	visibility: hidden;
}
.list_table02 dt {
	float: left;
	width: 300px;  /* 幅領域670 */
	margin-right: 10px;
	margin-left: 20px;
	border-bottom: dotted 1px #999999;
}
.list_table02 dd {
	float: left;
	width: 120px;
	margin: 0 140px 5px 0;
	padding: 0;
	border-bottom: dotted 1px #999999;
}

/* -----記述リスト横並び(利用料金 月額)----- */
dl.list_table03{
	margin-bottom: 15px;
}
dl.list_table03:after{
	content: ".";
	display: block;
	height: 0;   
	clear: both;   
	visibility: hidden;
}
.list_table03 dt {
	float: left;
	width: 140px;  /* 幅領域670 */
	margin-right: 10px;
	margin-left: 20px;
	border-bottom: dotted 1px #999999;
}
.list_table03 dd {
	float: left;
	width: 240px;
	margin: 0 180px 5px 0;
	padding: 0;
	border-bottom: dotted 1px #999999;
}

/* -----記述リスト横並び(画面サンプル)----- */
.list_gamen dl {
	margin-bottom: 15px;
	line-height: 1.2;
}
.list_gamen dl:after{
	content: ".";
	display: block;
	height: 0;   
	clear: both;   
	visibility: hidden;
}
.list_gamen dt {
	float: left;
	clear: both;
	width: 240px;
	margin-right: 10px;
	margin-bottom: 50px;
}
.list_gamen dd {
	float: left;
	width: 380px;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 90%;
}
.list_gamen h3 {
	color: #cc6600;  /* 茶系 */
	font-size: 100%;
}

/* -----記述リスト横並び(導入までの流れ)----- */
dl.list_step{
	margin-bottom: 15px;
}
dl.list_step:after{
	content: ".";
	display: block;
	height: 0;   
	clear: both;   
	visibility: hidden;
}
.list_step dt {
	clear: both;
	float: left;
	width: 220px;  /* 幅領域670 */
	height: 70px;
	line-height: 70px;
	margin-right: 30px;
	margin-bottom: 10px;
	background-color: #faebe4;
	color: #cc6633;
	font-weight: bold;
	text-align: center;
}
.list_step dd {
	float: left;
	width: 280px;
	margin: 0 0 5px 0;
	padding: 0;
}
.list_step dt.ya {
	height: 2em;
	line-height: 2em;
	background-color: #ffffff;
}
.list_step dd.empty {
	height: 0;
}



/* -------------------------
共通利用リスト(list01～)
---------------------------- */
.list01 {
	list-style: url(../img/mark01.gif);  /* マーク画像 */
	margin-left: 2.0em;  /* 1.2em先頭揃え */
	margin-bottom: 2em;
}

.list02 {
	list-style: disc outside;  /* マークあり●(disc/square) */
	margin-left: 1.2em;  /* 1.2em先頭揃え */
	margin-bottom: 1em;
}

.list03 {
	list-style: decimal outside;  /* 数字あり(ol数字decimal 英小lower-alpha) */
	margin-left: 2.2em;
}

/* -------------------------
共通利用
---------------------------- */
.clear {
	clear: both;
}

.hide_pc {
	display:none;  /* PCのみ非表示 ヘッダーh1のtopなど */
}

.indent01 {
	margin: 0 10px 0 15px;  /* mainのh1配下を包括 */
}
.indent02 {
	margin-left: 1.5em;
}
.indent03 {
	margin-left: 1.5em;  /* ニュース */
	margin-bottom: 3em;
}

.img_switch {
	float: right;  /* img配置切替 PCは右寄せ／スマホは中央 */
	margin-left: 10px;
}
.img_right {
	float: right;  /* imgの右寄せ */
	margin-left: 10px;
}
.img_left {
	float: left;  /* imgの左寄せ */
	margin-right: 10px;
}

.new:after{
	content:" -NEW！-";  /* What's New */
	color: #cc3399;
}

.pagetop {
	font-size: 90%;  /* ▲Top of page 専用 */
	text-align: right;
}
.pagetop a {
	border: 1px dotted #6699cc;
	color: #6699cc;
	text-decoration: none;
	padding: 1px;
}

.btn_contact {
	margin-top: 10px;
	text-align: center;
}
.btn_contact a {
	padding: 10px 20px;
	background: #d75e5e;
	background: -webkit-gradient(linear,left top,left bottom, color-stop(1%,#d75e5e), color-stop(49%,#d75e5e), color-stop(50%,#cc3333), color-stop(100%,#cc3333));
	background: -webkit-linear-gradient(top,#d75e5e 1%,#d75e5e 49%,#cc3333 50%,#cc3333 100%);
	background:					 -o-linear-gradient(top,#d75e5e 1%,#d75e5e 49%,#cc3333 50%,#cc3333 100%);
	background: 			-moz-linear-gradient(top,#d75e5e 1%, #d75e5e 49%, #cc3333 50%, #cc3333 100%);
	background:				 -ms-linear-gradient(top,#d75e5e 1%,#d75e5e 49%,#cc3333 50%,#cc3333 100%);
	-pie-background:			 linear-gradient(top,#d75e5e 1%,#d75e5e 49%,#cc3333 50%,#cc3333 100%); /* IE6-8 */
	behavior: url(css/PIE.htc); /* IE6-8 */
	background: 								linear-gradient(top,#d75e5e 1%,#d75e5e 49%,#cc3333 50%,#cc3333 100%);
	box-shadow: 2px 2px 2px #A52929;
	border-radius: 20px;
	text-decoration: none;
	color: #f8f8f8;
	font-weight: bold;
}

.waku01 {
	width: 90%;  /* お知らせ枠 owner01 */
	margin-bottom: 25px;
	border: double 3px #ffcc33;
	padding: 10px;
	font-size: 90%;
}

.waku02 {
	margin: 0 5px;  /* トライアル版案内、無料キャンペーン index */
	padding: 5px 5px 0;
	border: solid 1px #cccccc;
	border-radius: 5px;
	behavior: url(css/PIE.htc); /* IE6-8 */
	line-height: 1.2;
	text-align: center;
	font-size: 90%;
}
.ttl_red {
	margin-bottom: 10px;
	padding: 5px 0;
	background: #d75e5e;
	background: -webkit-gradient(linear,left top,left bottom, color-stop(1%,#d75e5e), color-stop(49%,#d75e5e), color-stop(50%,#cc3333), color-stop(100%,#cc3333));
	background: -webkit-linear-gradient(top,#d75e5e 1%,#d75e5e 49%,#cc3333 50%,#cc3333 100%);
	background:					 -o-linear-gradient(top,#d75e5e 1%,#d75e5e 49%,#cc3333 50%,#cc3333 100%);
	background: 			-moz-linear-gradient(top,#d75e5e 1%, #d75e5e 49%, #cc3333 50%, #cc3333 100%);
	background:				 -ms-linear-gradient(top,#d75e5e 1%,#d75e5e 49%,#cc3333 50%,#cc3333 100%);
	-pie-background:			 linear-gradient(top,#d75e5e 1%,#d75e5e 49%,#cc3333 50%,#cc3333 100%); /* IE6-8 */
	behavior: url(css/PIE.htc); /* IE6-8 */
	background: 								linear-gradient(top,#d75e5e 1%,#d75e5e 49%,#cc3333 50%,#cc3333 100%);
	color: #f8f8f8;
	font-weight: bold;
}

.waku03 {
	margin: 0 5px;  /* QRコード index */
	padding: 5px 5px 0;
	border: solid 1px #cccccc;
	border-radius: 5px;
	behavior: url(css/PIE.htc); /* IE6-8 */
	font-size: 90%;
}


/* -----共通スタイル----- */
.tx_red {
	color: red;
}
.tx_bold {
	font-weight: bold;
}

.fs01 {
	font-size: 100%;
}
.fs02 {
	font-size: 90%;
}

.fs04 {
	color: #ff9900;  /* news01 #ffcc00黄 #ff9900橙  #cc6600茶 #cc9966黄土 */
}
.fs05 {
	letter-spacing: 0em;
}

.fs07 {
	font-family: monospace;  /* 等幅 */
}
.fs08 {
	font-weight: normal;
}
.fs09 {
	line-height: 1.8;
}
.fs11 {
	text-align: right;
}
.fs12 {
	text-align: center;
}

.fs14 {
	border-top: dotted 1px #cccccc; /* hrの代替 */
	padding-top: 25px;
}


/* -----余白----- */
.mg00 {
	margin-bottom: 0;
}
.mg05e {
	margin-bottom: 0.5em;
}
.mg1e {
	margin-bottom: 1em;
}
.mg2e {
	margin-bottom: 2em;
}
.mg3e {
	margin-bottom: 3em;
}

.mg50 {
	margin-bottom: 50px;
}


/* -----画像拡大Lightbox風↓↓↓----- */
div#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:black;
	filter:alpha(opacity=40);
	opacity: 0.40;
}
* html div#glayLayer{
	position:absolute; /* forIE6 */
}
#overLayer{
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-280px;
	margin-left:-480px;
}
* html #overLayer{
	position: absolute; /* forIE6 */
}
#overLayer img.close{
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
}
* html #overLayer{
	position: absolute; /* forIE6 */
}
/* -----END 画像拡大Lightbox風↑↑↑----- */


/* -----iPad footer調整(センタリングと背景)----- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	footer#footerArea {
		width: 1023px;
	}
}
</pre></body></html>