@charset "shift_jis";
/*フッター固定用*/
html,body {
　	height:100%;
}
html {
	overflow-y:scroll;
}
#footer  {
	position:fixed;
	bottom:0;
	left:auto;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	width: 800px;
	height: 160px;
	background-image: url(../images/footer_bg.gif);
	padding-top: 10px;
}
/*IE7/IE8/IE9ハック*/
#footer  {
	background-repeat: no-repeat\9; /* IE8 and below */
	background-image: none\9; /* IE8 and below */
}
#footer:not(:target)   {
	background-repeat: no-repeat\9; /* IE9 */
	background-image: none\9; /* IE9 */
}
#ietaisaku {
	padding:10px\9; /* IE8 and below */
	height: 160px\9; /* IE8 and below */
　　position: relative\9; /* IE8 and below */
	right: 200px\9; /* IE8 and below */
	bottom:0px\9; /* IE8 and below */
	background-image: url(../images/footer_bg.gif)\9; /* IE8 and below */
	background-repeat: repeat-x\9; /* IE8 and below */
}
#ietaisaku:not(:target) {
	padding:10px\9; /* IE9 */
	height: 160px\9; /* IE9 */
    position: relative\9; /* IE9 */
	right: 200px\9; /* IE9 */
	bottom:0px\9; /* IE9 */
	background-image: url(../images/footer_bg.gif)\9; /* IE9 */
	background-repeat: repeat-x\9; /* IE9 */
}
/* IE6 */
* html,
* html body {
	overflow-y:hidden;
}
* html #contents {
	height:100%;
	overflow-y:scroll;
}
* html #footer {
	position:absolute;
	bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);
}
address {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*フッター固定用ここで終わり*/

body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",Osaka;
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../images/bg.gif);
}

strong {
	color: #FF0000;
}

em {
	font-weight: bold;
}



h1, h2, h3, h4, h5 {
	clear: both;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

h2 {
	font-size: 125%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 115%;
}
h5 {
	font-size: 107%;
}

ul,dl{
	margin: 5px 10px;
	padding: 0;
	list-style: inside square;

}

li {
	margin: 0;
	padding: 0;
}

li span {
	font-size:80%;
	padding-left:10px;
}

dt {
	margin: 5px 0;
	padding: 0;
}

dl.count dt {
	counter-increment: flow;
	font-weight:bold;
}
dl.count dt:before {
  content: counter(flow) ". ";
}
dl.count dd {
	margin:0 0 10px 20px;
}



p {
	margin: 5px;
	padding: 0px;
}

img {
	border: 0;
}

table {
	margin: 10px 18px 5px;
	padding: 0;
	background: #fff;
	border-collapse: collapse;
	border: 0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

th,td {
	margin: 0;
	padding: 5px 0.5em 0;
	border: 0;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

th {
	white-space: nowrap;
	color:#336600;
	text-align: left;
	background:url(../images/table_bg.gif) #c5e5bd;
}


table.num { /* 数表の時に使用 */
	width: 535px;
	margin: 10px auto 5px;
	text-align: right;
}
table.center { /* 中の値を中央寄せに */
	width: 535px;
	margin: 10px auto 5px;
	text-align: center;
}
table.big { /* 文字大き目 */
	width: 400px;
	margin: 10px auto 5px;
	font-size:110%;
}

table.area th {
	white-space:normal;
	color:#336600;
	text-align: left;
	line-height:180%;
	background:url(../images/table_bg.gif) #c5e5bd;
}

caption {
	font-weight: bold;
	color: #336600;
	background: #c5e5bd;
	border-bottom: 1px solid #fff;
}

td.center { /* 中の値を中央寄せに */
	text-align: center;
}

th.center { /* 中の値を中央寄せに */
	text-align: center;
}

/*リンク*/
a:hover {
	color: #ff0000;
}

.org24 {
	font-size: 24px;
	color: #F60;
	vertical-align: middle;
}

/*コンテナー
-------------------------------------------------------------------------------------
■背景画像を変えたい場合、背景画像をiamgesフォルダに入れて下の「container_bg.gif」を
その画像名に変更する。
-------------------------------------------------------------------------------------*/
#container {
	background: #fff url(../images/container_bg.gif) repeat-y;
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding:0 4px;
}


/*ヘッダー
-------------------------------------------------------------------------------------
■「#header p」という項目は、ロゴ画像を使わずテキストでサイト名を入れる人のための設定です。
文字サイズの変更は「36px」で行います。
-------------------------------------------------------------------------------------*/
#header {
	width: 800px;
	color: #ff2000;
	padding-bottom: 12px;
	background: url(../images/tel_bg.gif) repeat-x left bottom #fff;
}

#header p#logo {
	margin: 0 0 0 10px;
	background-color: #fff;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: 235px top;
}

/*
#header p {
	font-size: 36px;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	color: #006633;
}
*/

#header h1 {
	margin: 0;
	padding: 5px 3px 0;
	color: #ffffff;
	font-size: 95%;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	background-color: #060;
	width: 795px;
}

.menu_head {
	width: 100%;
	list-style-type: none;
	padding: 0px 0 5px 0;
	margin: 0px;
}

.menu_head li {
	float: right;
	text-align: right;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9224;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
.menu_head li a {
	color: #333;
	text-decoration: none;
}







/*ヘッダーの下の電話番号表示部分
-------------------------------------------------------------------------------------
■右寄せでなく左寄せにしたい場合、下の「right」を「left」にするか、丸々削除すればOK。
-------------------------------------------------------------------------------------
#tel {
	background: #f5f5f5 url(../images/tel_bg.gif) repeat-x;
	height: 20px;
}
*/





/*サイド（メニュー）
-------------------------------------------------------------------------------------
■メニューの各見出し(メインメニューとか書いてある所)を変更したい場合、「#side h3」を編集する。
枠線の色を変えたい場合「#FFF」を希望色に変更する。背景色を変えたい場合「#ff7f00」を変更。
■メニューのリンクを変更したい場合、「#side .menu a」を編集する。
「border-left: 5px solid #003D0E」というのは左側の緑色のアクセント用のラインの事。
5pxの幅で直線(solid)で#003D0E(緑色)で入っています、という意味です。
また、下のアンダーラインはその下の「border-bottom: 1px dotted #FFFFFF」部分。dottedは点線という事。
あと、文字色は「color: #FFFFFF」部分です。
■メニューのリンク(カーソルオーバー時)を変更する場合、「#side .menu a:hover」を編集する。
ここでは、背景色を「#0074BE」の水色にして、左の線の色を「#FF0000」の赤にしています。
■「#side a」はメニュー下のテキストにリンクを貼った場合の設定です。
-------------------------------------------------------------------------------------*/
#side {
	float: left;
	width: 180px;
	background: #fff;
	color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 160px;
	padding-left: 10px;
}

#side h3 {
	font-size: 110%;
	border: double #fff;
	text-align: center;
	background: #ff7f00 url(../images/h3_bg.gif);
	margin: 10px 0 5px;
	line-height: 1.8;
}

#side p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
}

#side h3 a {
	color: #fff;
}

#side ul {
	margin: 0 2px;
	list-style: none;
	list-style-position:outside;
}

#side .social li:first-child {
	float:left;
	margin-right:10px;
}

#side li {
	margin-bottom: 7px;
	_margin-bottom: 0;
	cursor:pointer;
}


#side .menu a {
	color: #333;
	text-decoration: none;
	border-left: 5px solid #ff7f00;
	border-bottom: 1px dotted #fff;
	padding-left: 7px;
	display: block;
}
#side .menu a:hover {
	background: #ccffcc;
	border-left: 5px solid #003D0E;
}

#side .menu a .menuitem submenuheader:hover {
	background: #ccffcc;
	border-left: 5px solid #003D0E;
}



/* 入れ子（サブメニュー）のリスト */
#side .menu li ul {
	margin: 5px 0 0 13px;
	list-style: none;
}

#side .menu li ul li a {
	border-left: 5px solid #FFCC00;
}
#side .menu li .submenu ul li a {
	border-left: 5px solid #FFCC00;
}


#side ul.s_bnr {
color:#000000;
margin:0;
padding:0;
display:inline;
height:auto;
}

#side ul.s_bnr li {
float:left;
padding:0;
}
#side p.language {
	color: #000000;
	padding: 0px;
	font-size: 1.2em;
	text-align: left;
	text-indent: 0px;
	display: block;
	width: 130px;
	height: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#side p.language {
	margin-top: 10px;
	margin-bottom: 10px;
}
}
#side .language img {
	margin-right: 5px;
	margin-top: 5px;
}

/* メインコンテンツ
-------------------------------------------------------------------------------------
■「#main」は特に編集の必要なし。
-------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 574px;
	margin-right: 13px;
	_margin-right: 5px;
	display: inline;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 160px;
	padding-left: 0;
}

#main h2 {
	color: #fff;
	background: url(../images/midashi_base.gif) no-repeat;
	line-height: 32px;
	padding-left: 10px;
}

#main h3 {
	margin: 5px 5px 0 5px;
	padding: 3px 3px 3px 5px;
	background: #feffcd;
}

#main h2.contents { /* 上にスペースを設けたい時に使用 */
	margin-top: 10px;
	background: url(../images/midashi_base.gif) left 10px no-repeat;
}
#main h2.contents2 { /* 上下にさらにスペースを設けたい時に使用 */
	margin: 15px 0;
	background: url(../images/midashi_base.gif) left 10px no-repeat;
}

#main h3.contents { /* 上にスペースを設けたい時に使用 */
	margin-top: 15px;
}

#main h3.contents2 { /* 下にスペースを設けたい時に使用 */
	margin-bottom: 15px;
}
#main h3.G-bg { /* 背景緑色 */
	background:#339933;
	color:#FFFFFF;
	margin:15px 0 10px 0;
}
#main h3.no {
	margin: 5px 0px 2px 0px;
	padding: 3px 0px 3px 0px;
	background: #ffffff;
}
#main h4.nospace { /* 上マージン無し */
	margin-top: 0px;
}


/* パーツ これらを色々組み合わせて使う
　 例：<p class="O-line C-bg"> で「オレンジの枠を付けた背景黄色のp」になる
-------------------------------------------------------------------------------------*/
/* コンテンツエリア
 　（文字を大きくしたいエリアとか、エリアに区切りをつけたい時に使う）
 　例：<div class="contents"> </div>←この間が大きい文字になる */
.contents {
	clear: both;
	padding:10px 10px 0 10px;
	font-size: 120%;
}

.O-line { /* オレンジの枠 */
	color: #ff9900;
	border: double #FF9900;
}
.Y-line { /* 黄色の枠 */
	color: #663333;
	border: double #fff3b0;
}
.G-line { /* 緑色の枠 */
	color: #339933;
	border: double #339933;
}

.contents h3, .contents h4, .O-line h3, .O-line h4, .Y-line h3, .Y-line h4 {
	clear: none;
}

.C-bg { /* 背景：クリーム色 */
	background: #fffeee;
}
.Y-bg { /* 背景：黄色 */
	background: #FFFFCC;
}


.textC { /* 文章：真ん中揃え */
	text-align: center;
}
.textR { /* 文章：右揃え */
	text-align: right;
}
.small { /* 文字の大きさ：通常より小さく */
	font-size: 90%;
}
.big { /* 文字の大きさ：通常より大きく */
	font-size: 180%;
}
.medium { /* 文字の大きさ：通常より少し大きめ */
	font-size: 120%;
}
.medium2 { /* 文字の大きさ：通常より大きめ */
	font-size: 140%;
}
.text_c_G { /* 文字色：緑色 */
	color: #006600;
}
.bold{
font-weight:bold;
}

.left { /* まとまった要素を左から並べたい時 */
	float: left;
	padding: 5px;
}
.right { /* まとまった要素を右から並べたい時 */
	float: right;
	padding: 5px;
}
.space_t { /* 上に余白をとりたい時 */
	margin: 5px 0 0 0;
	padding:0;
}

.padding { /* 枠内に余白をとりたい時 */
	padding: 5px;
}
.space_n { /* 枠内の余白無し */
	margin:0;
	padding: 0;
}
.clear { /* フロートをクリア */
	clear:both;
}

/* 詳しくはこちらアイコン */
.posi {
	position: relative;
	margin-top: 1em;
}
.detail {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* 吹き出し */
.point { /* データ復旧の流れ に使用 */
	position: absolute;
	top: -25px;
	left: 205px;
}

/* 注記 */
dl.attention {
	margin:10px;
}
dl.attention dt {
	margin:0;
}
dl.attention dd {
	margin:-1.5em 0 10px 3em;
}



/* 箇条書き
-------------------------------------------------------------------------------------*/
/* 通常の箇条書き */
ul.problem, ul.col {
	margin: 0 0 0 10px;
	padding-bottom: 35px;
	background: url(../images/img_arrow_big.gif) center bottom no-repeat;
	list-style: none;
}
ul.problem li { /*？マークの箇条書き*/
	float: left;
	width: 185px;
	height: 60px;
	margin: 5px 10px 0 0;
	_margin: 5px 0 0 0;
	padding: 2px 5px 7px 73px;
	font-size: 15px;
	background: url(../images/ico_question_big.gif) 5px 5px no-repeat #fffeee;
	border: double #e8e8e8;
}
ul.col li { /*２カラムの箇条書き*/
	float: left;
	width: 260px;
	margin: 5px 10px 5px 0;
	margin : 5px 4px 5px 0; /* IE8 and below */
	padding: 0 3px;
	font-size: 120%;
	border: double #fff3b0;
}
ul.col li.style3 { /*３カラムの箇条書き*/
	float: left;
	width: 170px;
	margin: 5px 10px 5px 0;
	margin : 5px 4px 5px 0; /* IE8 and below */
	padding: 0 3px;
	font-size: 110%;
	border: double #fff3b0;
}
ul.col li.style4 { /*３カラムの箇条書き hpパックのページ*/
	float: left;
	width: 170px;
	margin: 5px 10px 5px 0;
	margin : 5px 4px 5px 0; /* IE8 and below */
	padding: 0 3px;
	font-size: 110%;
	border: double #fff3b0;
	background:url(../images/bnr_hp_new6.jpg) no-repeat bottom center;
}




ul.col_2 {
	margin: 0 0 0 10px;
	padding-bottom: 10px;
	background: none;
	list-style: none;
}
ul.col_2 li { /*２カラムの箇条書き*/
	float: left;
	width: 260px;
	margin: 5px 10px 5px 0;
	margin : 5px 4px 5px 0; /* IE8 and below */
	padding: 0 3px;
	font-size: 120%;
	border: double #fff3b0;
}

ul.top {
	margin:3px 0 0 4px;
	padding: 0;
	background: none;
	list-style: none;
}
ul.top li { /*トップページ上部個人向けバナー*/
	float: left;
	width: 159px;
	margin:0;
	padding:0;
}



ul.waku {
	margin: 0 0 0 10px;
	padding-bottom: 10px;
	background: none;
	list-style: none;
}
ul.waku li { /*２カラムの箇条書き*/
	float: left;
	width: 260px;
	margin: 5px 10px 5px 0;
	margin : 5px 4px 5px 0; /* IE8 and below */
	padding: 0 3px;
	font-size: 120%;
	border: double #e8e8e8;
}

ul.waku2 {
	margin: 0 0 0 10px;
	padding-bottom: 10px;
	background: none;
	list-style: none;
}
ul.waku2 li { /*２カラムの箇条書き*/
	float: left;
	width: 260px;
	margin: 5px 10px 5px 0;
	margin : 5px 4px 5px 0; /* IE8 and below */
	padding: 0 3px;
	font-size: 120%;
}




/*枠付きの２カラム箇条書き*/
.O-line ul.col, .Y-line ul.col,
.O-line ul.problem, .Y-line ul.problem {
	padding-bottom: 10px;
	background: none;
}

.O-line ul.col li, .Y-line ul.col li {
	width: 256px;
	background: #fff;
}


/*？マークの代わりに表示する絵の指定*/
.O-line ul.problem li {
	background: #fff;
}
ul.problem li#mail { /*メール・インターネットの絵*/
	background:url(../images/ico_mail.gif) 5px 5px no-repeat #fff;
}
ul.problem li#printer { /*プリンターの絵*/
	background:url(../images/ico_print.gif) 5px 5px no-repeat #fff;
}
ul.problem li#soft { /*ソフトウェアの絵*/
	background:url(../images/ico_soft.gif) 5px 5px no-repeat #fff;
}
ul.problem li#office { /*MMオフィスの絵*/
	background:url(../images/ico_office.gif) 5px 5px no-repeat #fff;
}

ul.float { /*矢印画像のない箇条書き*/
	margin: 0 0 0 10px;
	background: none;
	list-style: none;
}
ul.float li.style3 { /*３カラムの箇条書き*/
	float: left;
	width: 170px;
	margin: 5px 10px 5px 0;
	margin : 5px 4px 5px 0; /* IE8 and below */
	padding: 0 3px;
	font-size: 110%;
	border: double #fff3b0;
}

ul.disc {
	list-style-type:disc;
 }
 
ul.disc li ul.leftarrow li {
	list-style-type:none;
	background:url(../images/ico_arrow_2.gif) top left no-repeat;
	padding-left: 20px;
 }

.kako {
	width: 540px;
	margin: 5px auto 0;
	text-align: right;
 }
 
.accordion_head {
    cursor:pointer;
}

 


/*各地域別の出張料金
-------------------------------------------------------------------------------------*/
div#aria {
	margin: 1em auto;
	width: 564px;
	height: 110px;
	background: url(../images/img_repair_price_resalt.gif) no-repeat;
}

div#aria p#indent {
	text-indent: -9999px;
	line-height: 0;
}

div#aria p#trip, div#aria p#totalprice {
	float: left;
	margin: 60px 0 0 30px;
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
}

div#aria p#totalprice {
	float: right;
	margin:40px 20px 0 0;
	font-size: 34px;
}



/*対応エリアアコーディオン用CSS
-------------------------------------------------------------------------------------*/
#covered_area .submenu li {
	list-style-type: none;
	display: block;
	height: 25px;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	width: 100px;
	text-align: center;
}
#covered_area   .areaa p {
	width: 100px;
	height: 30px;
	display: block;
	text-align: center;
	background-color: #FF8C00;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.4em;
}
.areaa li {
	background-color: #FF8C00;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
/*対応エリアに適応
-------------------------------------------------------------------------------------*/
#taio_area {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 620px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#taio_area ul {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#taio_area ul li {
	list-style-type: none;
	margin-right: 10px;
	margin-right: 10px;
	display: inline;
	text-align: center;
}
#taio_area table {
	padding: 0px;
	width: 620px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#taio_area table th {
	background-color: #C5E5BD;
	background-image: none;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
#taio_area table td {
	margin: 0px;
	padding: 0px;
	font-size: small;
	text-align: left;
	background-image: url(../images/table_bg.gif);
}
/*フッター
-------------------------------------------------------------------------------------*/
#footermenu  {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px 0 5px 0;
}
#footermenu ul li {
	margin-right: 10px;
	list-style-type: none;
	text-align: center;
	display: inline;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9224;
	margin-top: 0px;
	margin-bottom: 10;
	padding: 0 0 0 10px;
	margin-left: 5px;
	padding-right: 0px;
}
#footermenu ul li a{
	color: #333;
	text-decoration: none;
}

/*clearfix
-------------------------------------------------------------------------------------*/
#container:after, #main:after, ul:after, dl:after, .clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container, #main, ul, dl, .clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html #container, *html #main, *html ul, *html dl, *html .clearfix { height: 1%; }
#container,#main, ul, dl, .clearfix { display: block; }
/* End hide from IE-mac */


/*-------------------------------/ここからキャンペーン関連/--------------------------*/

/*50000円獲得への道だけに適用
-------------------------------------------------------------------------------------*/
#gomanenmichi {
	margin-top: 20px;
	background-color: #FFCC66;
	font-size: 1.2em;
	width: 574px;
	padding-bottom: 20px;
   }
.steptitle
 {
	line-height: 28px;
	color: #333333;
	clear: left;
	height: 40px;
	padding: 0px;
	width: 574px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titleword {
	float: left;
}

.fletslogo img {
	vertical-align: middle;
	margin-right: 5px;
}
.stepcontents{
	padding: 0px;
}
.step1gazo  {
	border: 2px solid #FE8E01;
	z-index: 1;
	position: relative;
	bottom: 30px;
	left: 200px;
}
.stepgazo  {
	margin-left: 200px;
	border: 2px solid #FE8E01;
	margin-top: 20px;
}
.step4gazo  {
	border: 2px solid #FE8E01;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 110px;
	clear: left;
}
.goalword {
	color: #333333;
	margin-left: 60px;
}
.goaltitle {
	background-image: url(../images/step_bg.png);
	background-repeat: repeat-y;
	width: 270px;
	line-height: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
}
.goal table {
	background-color: #FFCC66;
	border: thin solid #FB6808;
	margin-top: 40px;
	margin-left: 70px;
	margin-bottom: 40px;
}
td.goalleft {
	font-size: 1.6em;
	vertical-align: top;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF6600;
	border-top-style: none;
	border-bottom-style: none;
	padding: 5px;
}
td.goalright {
	font-size: 0.9em;
	vertical-align: top;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FF6600;
	border-top-style: none;
	border-bottom-style: solid;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-color: #FB6808;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FB6808;
}


.stepcontents ul {
	margin-top: 10px;
}

li.step_arrow {
	background-image: url(../images/arrow_step.png);
	background-repeat: no-repeat;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	padding-left: 13px;
}


.step1 {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/arrow_bg.png);
	padding-left: 100px;
	height: 380px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.step {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/arrow_bg.png);
	padding-left: 100px;
	height: 250px;
	margin-top: 20px;
	padding-top: 20px;
}
.step_last_up {
	margin-left: 50px;
	padding-top: 40px;
}
.step_last_down {
	height: 75px;
	padding-bottom: 10px;
	margin-left: 160px;
}
.red {
	font-size: 1.2em;
	color: #FF0000;
}
.entry_btn2 {
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}

/*申し込みページだけに適用
-------------------------------------------------------------------------------------*/
.threebar {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 30px;
}
table#plantb {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	border-collapse:collapse;
	border-spacing:0pt;
	border-style: none;
}
td.leftplan {
	height: 32px;
	width: 290px;
	background-color: #FFFFCC;
	padding-left: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	border-collapse:collapse;
	float: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF7F00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
td.middleplan{
	height: 32px;
	clear: left;
	padding-left: 5px;
	margin-bottom: 10px;
	vertical-align: middle;
	border-collapse:collapse;
	border-style: none;
	width: 140px;
}
td.rightplan{
	height: 32px;
	clear: left;
	padding-left: 5px;
	margin-bottom: 10px;
	vertical-align: middle;
	border-collapse:collapse;
	border-style: none;
}
table#plantb th {
	height: 10px;
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #FFFFFF;
	border-collapse:collapse;
	border-style: none;
}

#catalog {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #999999;
	height: 390px;
	margin-top: 20px;
}
.catalogtop {
	margin: 0px;
	padding: 0px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	line-height: normal;
}
.catalogradio {
	text-align: center;
}

.catalogbox {
	height: 80px;
	width: 270px;
	float: left;
	display: block;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.catalogbox_up {
	background-color: #FFFFCC;
}

.catalogbox_up p {
	float: left;
	width: 170px;
	padding-left: 5px;
}
.catalogbox_up img {
	padding: 0px;
	margin: 1px;
}
.ocn {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hikaritv {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
}

.catalogbox_down1 img   {
	margin-top: 5px;
	margin-left: 20px;
}
.catalogbox_down2 img  {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 60px;
}
.catalogbox_down3 img   {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 90px;
}
.catalogbox_down4 img  {
	float: left;
	margin-left: 95px;
}
.catalogbox_down5 img   {
	float: left;
	margin-top: 7px;
	margin-left: 75px;
}
.catalogbox_down6 img  {
	float: left;
	margin-left: 80px;
	margin-top: 7px;
}
.catalogbox_down1 a:hover img,
.catalogbox_down2 a:hover img,
.catalogbox_down3 a:hover img,
.catalogbox_down4 a:hover img,
.catalogbox_down5 a:hover img,
.catalogbox_down6 a:hover img 
{
	border: 1px dotted #CCCCCC;
}
table#kyakuinfo  {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	border-collapse:collapse;
	border-spacing:0pt;
	border-style: none;
}
td.leftbox   {
	background-color: #FFFFCC;
	background-image: url(../images/titilebar.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	border-collapse:collapse;
	width: 180px;
	float: left;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF7F00;
}
td.rightbox  {
	padding-left: 5px;
	margin-bottom: 10px;
	vertical-align: middle;
	border-collapse:collapse;
	border-style: none;
	width: 370px;
	clear: left;
}
table#kyakuinfo th {
	height: 10px;
	margin-bottom: 4px;
	margin-top: 5px;
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #FFFFFF;
	border-collapse:collapse;
	border-style: none;
}
#kakuninbtn    {
	margin-left: 170px;
	margin-top: 40px;
	margin-bottom: 40px;
}
table#kyakuinfo  td.leftbox  {
	vertical-align: top;
}
table#kyakuinfo   td.leftbox  img{
	float: left;
	margin-right: 10px;
	
}
.hissunashi {
	margin-left: 40px;
}
/*確認ページだけに適用
-------------------------------------------------------------------------------------*/
#kakunin #catalog {
	margin: 0px;
	height: 50px;
}
#kakunin  #kyakuinfo .rightbox dt {
	width: 60px;
}
#kakunin #kyakuinfo .rightbox dd {

}
.lastbox {
	text-align: center;
	vertical-align: middle;
	border-collapse:collapse;
	border-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ERR { color: red; }
/*申し込み完了画面だけに適用
-------------------------------------------------------------------------------------*/
#kanryo th  {
	width: 574px;
	background-color: #FFFFCC;
	text-align: center;
	font-size: 1.4em;
	padding: 0px;
	background-image: none;
	height: 30px;
	vertical-align: middle;
	margin: 0px;
}
#kanryo td  {
	font-size: 1.2em;
	padding: 0px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}
div#copyright { font-size: 10px; text-align: right; margin-top: 2px; }
div#copyright a:link, div#copyright a:visited { color: #999; text-decoration: none; }
div#copyright a:hover { text-decoration: underline; }
#tpoint {
	margin-top: 20px;
	margin-bottom: 20px;
}


/*-------------------------------/ここまでキャンペーン関連/---------------------------*/






.server04 {
	font-size: 20px;
	color: #fff;
	background-color: #1fa101;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
}


.red24 {
	font-size: 24px;
	color: #F00;
	vertical-align: middle;
}



/*-------------------------------/トップページアコーティオン用---------------------------*/
.kako table {
	width: 539px;
	position: relative;
	left: -17px;
	text-align: left;
}




/*-------------------------------/ロゴガイドラインページだけに適用---------------------------*/
#guideline dl {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}
#guideline dt {
	background-image: none;
	background-color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	padding-top: 8px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #633000;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	width: 550px;
}
#guideline dd {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#guideline   ul {
	width: 560px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
#guideline ul li {
	width: 560px;
	list-style-type: none;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: -1.4em;
}

#guideline ul li span {
	color: #000000;
	font-weight: bold;
	padding-right: 0px;
	text-align: left;
}
#guideline table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#guideline  th {
	background-image: none;
	background-color: #FFFFFF;
	font-size: 1.4em;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#guideline td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 85%;
}


/*twitterタイムラインに適用*/ 
#twitter {
	height: auto;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}




/* hosting css */

#hosting{
	margin:10px 0;
	}

.hosting-text{
	font-size:13px;
	margin:10px;
	}
	
	
.hosting-list{
	background:url(../images/check.png) left top no-repeat;
	width:400px;
	height:40px;
	text-indent:2.5em;
	line-height:2.5em;
	list-style:none;
	border-bottom:1px #CCCCCC dashed;
	margin:5px 0 10px 0;

	}
	
	
	
	


#main #jump{
	width:500px;
	float:left;
	padding:20px;
	font-size:14px;
	}
	

#main #jump p img{
	margin-top:20px;
	}


/*-------------------------------/WEBCMページだけに適用---------------------------*/
ul .webcm-list1 {
	list-style-image: url(../images/webcm_po1.gif);
	list-style-position: inside;
}
.webcm_back {
	background-color: #FFC;
	width: 564px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.margin10 {
	margin: 0px;
	padding: 10px;
}
.margin30 {
	margin: 0px;
	padding: 0px 10px 20px 10px;
}
.webcm_point {
	border: 1px double #093;
	background-color: #F0FFC1;
}
/*-------------------------------/WEBROOTページだけに適用---------------------------*/
.th_green {
	white-space: nowrap;
	background: #fff21f;
}



/*-------------------------------/DPOWERページだけに適用---------------------------*/
.box211{
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
font-size: 10pt;/*文字サイズ*/
  width: 270px;/*幅*/
  text-align: center;/*タイトルを中央寄せ*/
  border: solid 1px #ccc;/*外周枠の色*/
  color:#336600;
  background:url(../images/table_bg.gif) #c5e5bd;/*枠の背景色*/
  padding-top: 4px;
  	float:left;
  }
.box212{
  height: 50px;/*幅*/
text-align: left;
   color:#000000;
  border: dashed 1px #ccc;
  padding: 1em;
  margin: 4px;
  background-color: #FBFBFC;/*文章部分の背景色*/
  }


/*-------------------------------/gotomypcページだけに適用---------------------------*/
.box213{
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
font-size: 10pt;/*文字サイズ*/
  width: 560px;/*幅*/
  text-align: center;/*タイトルを中央寄せ*/
  border: solid 1px #ccc;/*外周枠の色*/
  color:#336600;
  background:url(../images/table_bg.gif) #c5e5bd;/*枠の背景色*/
  padding-top: 4px;
  	float:left;
  }
.box214{
  height: 50px;/*幅*/
text-align: left;
   color:#000000;
  border: dashed 1px #ccc;
  padding: 1em;
  margin: 4px;
  background-color: #FBFBFC;/*文章部分の背景色*/
  }
.catalog_01 {
	border: 3px double #F93;
	height: 180px;
}


/*-------------------------------モバイルルーターページだけに適用---------------------------*/
/* 通常の箇条書き */
ul.router {
	margin: 0 0 0 10px;
	list-style: none;
}
ul.router li {
	margin: 5px 10px 0 0;
	_margin: 5px 0 0;
	padding: 2px 5px 7px;
	border: double #e8e8e8;
}

