@charset "utf-8";

/*
 Browzer Reset
---------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}

/*
 set up
---------------------------------------------------------- */
body {
	font-size: 80%;
	/* background: url(../../common/images/header_bg_page2nd.jpg) repeat-x left top; */
	background: url(../../common/images/header_bg_page2nd.jpg) repeat-x left 38px; /* GMO-header */
	font-family: "メイリオ", Meiryo, "verdana", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 120%;
	color: #333333;
}
p, li {
	line-height: 160%;
}
p {
	margin: 0 0 1em 0;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
.cl {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
/**/
}
.txt-center {
	text-align: center !important;
}
.txtRed {
	color: #f8003f;
}
.txtNavy {
	color: #0e3192;
}
.nonMargin {
	margin: 0 !important;
}

/*
 Link Color
----------------------------------------------------------- */
a {
	color: #3399ff;
	text-decoration: none;
}
a:link {
	color: #3399ff;
}
a:visited {
	color: #663399;
	text-decoration: none;
}
a:hover {
	color: #3399ff;
	text-decoration: underline;
}
a:active {
	color: #3399ff;
}

/*
 header
----------------------------------------------------------- */
#header {
	position: relative;
	width: 950px;
	height: 88px;
	margin: 0 auto;
	z-index: 2;
}
.logo {
	position: absolute;
	top: 12px;
}
#header h1 {
	position: absolute;
	line-height: 1.0;
	top: 11px;
	left: 212px;
	color: #cccccc;
	font-size: 0.8em;
}
#header #tagline {
	position: absolute;
	line-height: 1.0;
	top: 11px;
	left: 212px;
	color: #cccccc;
	font-size: 0.8em;
}
#header .etcNavi {
	position: absolute;
	top : 9px;
	right : 205px;
}
#header .etcNavi li {
	float: left;
	background: url(../../common/images/header_p_arrow.gif) no-repeat left top;
	line-height: 1.0;
	padding-left: 10px;
	margin-left: 21px;
	font-size: 0.8em;
}
#header .etcNavi li a {
	color: #cccccc;
}
#header .etcNavi li a:link {
	color: #cccccc;
}
#header .etcNavi li a:visited {
	color: #cccccc;
}
#header .etcNavi li a:hover {
	color: #cccccc;
}
#header .etcNavi li a:active {
	color: #cccccc;
}
#header .headInquiry {
	position: absolute;
	top : 40px;
	right : 4px;
}
.headSearch {
	position: absolute;
	top : 3px;
	right : 8px;
}

/* formSearch
----------------------------------------------------------- */
#header #formSearch {
	width: 176px;
	background: url(../../common/images/input.gif) left top no-repeat;
	display: block;
	height: 24px;
	position: relative;
}
#header #formSearchText {
	width: 140px;
	position: absolute;
	top: 5px;
	left: 7px;
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
}
#header #searchBtn {
	position: absolute;
	top: 3px;
	left: 153px;
}

/*
 globalMenu
----------------------------------------------------------- */
#globalMenu {
	position: absolute;
	top: 39px;
	left: 212px
}
#navi li {
	display: inline;
	margin-right: 3px;
}

/*
 contents
----------------------------------------------------------- */
.contents {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 5px solid #013592;
}
#mainVisual {
	width: 960px;
	margin: 0 auto;
	height: 88px;
}
#main {
	padding: 21px 0 45px;
	background: url(../../common/images/bg_contents.gif) left top repeat-y;
}
#left-contents {
	width: 225px;
	float: left;
	padding-top: 19px;
}
/*#right-contents {
	width: 719px;
	float: left;
	padding: 0 0 0 16px;
}*/
#right-contents h1 {
	background-color:#013592 ;
	color:#fff;
	padding: 20px 30px;
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 600;
	clear: both;
	line-height: 1.4;
}
#right-contents h1 .none {
	/*
display: none;
*/
	display: block;
	margin-bottom: 3px;
	font-size: 10px;
}
#right-contents h1.short {
	height: 35px !important;
	padding-top: 20px !important;
}
#right-contents h1.rss {
	background: url(../../common/images/ba_h1_rss_bg.gif) left top no-repeat;
	padding: 20px 20px 28px 65px;
}
#right-contents h2 {
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 150%;
    clear: both;
    background: #ddd;
}
/*----- columnframe ----*/
.columnframe {
	background: url(../../common/images/bg_columnframe.gif) left top no-repeat;
	width: 719px;
	height: 70px;
	margin-bottom: 30px;
	text-align: center;
	clear: both;
}
.columnframe ul {
	padding-top: 27px;
}
.columnframe ul li {
	display: inline;
	font-size: 0.8em;
	padding: 0 8px;
	background: url(../../common/images/p_year_sep.gif) right 2px no-repeat;
}
.columnframe ul li.last {
	padding: 0 0 0 8px;
	background: none;
}
.columnframe a {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.columnframe a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.columnframe a:visited {
	color: #663399;
}
.columnframe a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.columnframe a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.columnframe_plan {
	background: url(../../common/images/bg_columnframe_plan.gif) left top no-repeat;
	width: 719px;
	height: 94px;
	margin-bottom: 30px;
	clear: both;
	position: relative;
}
.columnframe_plan ul {
	top: 15px;
	right: 80px;
	position: absolute;
}
.columnframe_plan li {
	display: inline;
	margin-right: 22px;
}
.columnframe_plan li.last {
	margin-right: 0;
}
.columnframe_plan .plan_name {
	font-size: 1.2em;
	top: 40px;
	left: 25px;
	position: absolute;
}
/*----- order button ----*/
.order-btn-col1 {
	margin: 30px 0;
	text-align: center;
}
.order-btn-col2 {
	margin:30px 32px;
}
.order-btn-col2 .col2-l {
	float: left;
	margin-right:15px;
}
.order-btn-col2 .col2-r {
	float: left;
}

/*
 localNavi
----------------------------------------------------------- */
#localNavi {
	width: 225px;
}
#localNavi_inner {
	margin: 0 0 20px 0;
}
/*----- メニュー共通設定 -----*/
#localNavi_inner ul {
	width: 225px;
}
#localNavi_inner ul {
}
#localNavi_inner ul li.level01 {
	height: 35px;
	background: url(../../common/images/localNavi_gray.gif) no-repeat left top;
}
#localNavi_inner ul li.level01.current {
	background: url(../../common/images/localNavi_bg_over.gif) no-repeat left top;
}
#localNavi_inner ul li.level01.current2 {
	background: url(../../common/images/localNavi_bg_over.gif) no-repeat left top;
}
#localNavi_inner ul li.level01 a {
	display: block;
	padding: 9px 6px 5px 14px;/*
	height:35px;
*/
}
/*
* html #localNavi_inner ul li.level01 a{
height:26px;
}
*/
#localNavi_inner ul li.level01 a {
	text-decoration: none;
	color: #0b2b83;
}
#localNavi_inner ul li.level01 a:link {
	color: #0b2b83;
}
#localNavi_inner ul li.level01 a:visited {
}
#localNavi_inner ul li.level01 a:hover {
	color: #0b2b83;
	background: url(../../common/images/localNavi_bg_over.gif) no-repeat 100% top;
}
#localNavi_inner ul li.level01 a:active {
	color: #0b2b83;
}
#localNavi_inner ul li.line-blue a {
	border-left: 3px solid #002892;
}
#localNavi_inner ul li.line-skyblue a {
	border-left: 3px solid #3fa3ff;
}

/*----- サブメニュー -----*/
#localNavi_inner ul li.level02 {
	height: 28px;
	background: url(../../common/images/level2.gif) no-repeat left top;
}
#localNavi_inner ul li.level02.current {
	background: url(../../common/images/level2_over.gif) no-repeat left top;
}
#localNavi_inner ul li.level02.current2 {
	background: url(../../common/images/level2_over.gif) no-repeat left top;
}
#localNavi_inner ul li.level02 a {
	display: block;
	padding: 5px 0px 5px 34px;
	height: 28px;
}
* html #localNavi_inner ul li.level02 a {
	height: 26px;
}
#localNavi_inner ul li.level02 a {
	text-decoration: none;
	color: #0b2b83;
}
#localNavi_inner ul li.level02 a:link {
	color: #0b2b83;
}
#localNavi_inner ul li.level02 a:visited {
}
#localNavi_inner ul li.level02 a:hover {
	color: #0b2b83;
	background: url(../../common/images/level2_over.gif) no-repeat left top;
}
#localNavi_inner ul li.level02 a:active {
	color: #0b2b83;
}
.sideBanner {
	margin-bottom: 20px;
	width: 212px;
	overflow: hidden;
}
.sideBanner li {
	line-height: 0;
	margin-bottom: 9px;
}
.sideBanner li.last {
	margin-bottom: 0;
}
.sideApp {
	width: 210px;
	background: url(../../common/images/bg_side_application.jpg) repeat-x left top;
	text-align: center;
	margin: 0 0 15px 1px;
	padding-top: 24px;
}
.sideApp ul {
}
.sideApp ul li.first {
	padding: 0 0 15px;
	line-height: 0;
	margin: 0;
	background: url(../../common/images/application_btn_bg.gif) no-repeat center 46px;
}
.sideApp ul li {
	line-height: 0;
	padding: 0 0 5px;
}
.sideInquiry {
	width: 210px;
	margin-left: 1px;
	border-top: 1px solid #CCCCCC;
}
.sideInquiryInner {
	width: 187px;
	margin: 0 auto;
}
.sideInquiry ul {
	margin: 8px 0 0;
}
.sideInquiry li {
	background: url(../../common/images/p_arrow.gif) no-repeat left 2px;
	padding-left: 15px;
	font-size: 0.8em;
}

/*
 topicpath
----------------------------------------------------------- */
#contents .topicpath ul {
	overflow: hidden;
	position: relative;
	top: 5px;
	width: 670px;
	float: left;
	padding-bottom: 15px;
	text-align: left;
	font-size: 11px;
}
#contents .topicpath ul li {
	display: inline;
}
#contents .topicpath ul li a {
	padding-right: 18px;
	background: url(/common/images/topicpath_arrow.gif) no-repeat right center;
}
/*----- for javascript -----*/
#contents .topicpath ul li.end a {
	background: none;
}

/*
 campaign
----------------------------------------------------------- */
#right-contents .campaign h2 {
	margin-bottom: 20px;
}
#right-contents .campaign h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.campaignBox {
	width: 663px;
	margin: 0 auto 20px;
}
.campaignBox .title {
	margin-bottom: 3px;
}
/*----- table.detailt ----*/
.campaignBox table.detailt {
	border-top: 1px solid #bdd1e6;
	margin: 0 auto;
	width: 660px;
	color: #333;
}
.campaignBox table.detailt tr td p {
	padding: 0;
	margin: 0;
}
.campaignBox table.detailt tr {
	vertical-align: top;
}
.campaignBox table.detailt tr th {
	background-color: #f1f8fe;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #bdd1e6;
	color: #252525;
	padding: 10px;
	text-align: left;
	width: 150px;
	font-weight: 600;
}
.campaignBox table.detailt tr td {
	border-bottom: 1px solid #bdd1e6;
	padding: 10px;
}
/*----- table.camp-pricet ----*/
.campaignBox table.camp-pricet {
	border-top: 1px solid #bcd1e6;
	border-bottom: 1px solid #bdd1e6;
	margin: 0 auto;
	width: 660px;
	color: #333;
}
.campaignBox table.camp-pricet tr td p {
	padding: 0;
	margin: 0;
}
.campaignBox table.camp-pricet tr {
	vertical-align: middle;
}
.campaignBox table.camp-pricet th {
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #bdd1e6;
	background-color: #f0f0f0;
	padding: 15px;
	text-align: center;
}
.campaignBox table.camp-pricet td {
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #bdd1e6;
	padding: 15px;
	text-align: center;
}
/*----- textBox2 ----*/
.textBox2 {
	width: 719px;
	margin: 0 auto 30px
}
.textBox2 .title {
	padding: 20px;
	color: #000000;
	font-weight: 600;
}
.textBox2 .inner {
	background: url(../../common/images/bg_text_box2.gif) #f8f8f8 repeat-x left top;
}
.textBox2 .inner2 {
	background: url(../../common/images/bg_text_box2.gif) #f8f8f8 repeat-x left -5px;
}
.textBox2 ul {
	padding: 30px;
}
.textBox2 li {
	padding: 0 0 0 12px;
	background: url(../../common/images/p_list.gif) no-repeat left center;
	margin-bottom: 3px;
}
.textBox2 a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.textBox2 a:visited {
	color: #663399;
}
.textBox2 a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.textBox2 a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.congestionBox {
	margin-bottom: 30px;
}
/*----- priceBox -----*/
.priceBox {
	width: 719px;
	margin: 0 auto 20px;
}
.priceBox .title {
	padding: 20px;
	color: #0E3192;
	font-size: 1.2em;
	font-weight: 600;
}
.priceBox table.pricet {
	border-top: 1px solid #bcd1e6;
	border-bottom: 1px solid #bdd1e6;
	margin: 0 auto;
	width: 719px;
	color: #333;
	font-size: 0.9em;
}
table.pricet tr {
	vertical-align: middle;
}
table.pricet td {
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #bdd1e6;
	background-color: #f0f0f0;
	padding: 15px;
	text-align: center;
}
table.pricet td.w100 {
	width: 100px;
}
table.pricet td.last {
	border-right: none;
}
table.pricet td.odd {
	background-color: #d5eafd;
	text-align: right;
}
table.pricet td.even {
	background-color: #eaf4fe;
	text-align: right;
}
table.pricet tr.last td {
	border-bottom: none;
}
table.pricet td.ssl {
	text-align: center;
}
table.pricet td.ssl img {
	vertical-align: middle;
	margin-right: 15px;
}
.supplement {
	padding: 15px;
	font-size: 0.9em;
}
/*----- priceBoxキャンペーン ----*/
.priceBoxCam {
	width: 663px;
	margin: 0 auto 40px;
}
.priceBoxCam .title {
	padding: 20px;
	color: #0E3192;
	font-size: 1.2em;
	font-weight: 600;
}
/*.priceBoxCam table.pricet {
border-top:1px solid #bcd1e6;
border-bottom:1px solid #bdd1e6;
margin:0 auto;
width:663px;
color:#333;
font-size:0.9em;
}*/
.supplement {
	padding: 15px;
	font-size: 0.9em;
}
/* campaign mark for table innner */
.camp-mark a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}
.camp-mark a:link {
	color: #ffffff;
}
.camp-mark a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}
.camp-mark a:hover {
	color: #ffff00;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}
.camp-mark a:active {
	color: #ffffff;
}
.camp-mark-innner {
	background-color: #FF9933;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	line-height: 140%;
}

/*
 table - generic（汎用）
----------------------------------------------------------- */
table.generic {
	border-top: 1px solid #bcd1e6;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #bcd1e6;
	border-left: 1px solid #f0f0f0;
	color: #333;
	font-size: 0.9em;
	margin: 0 auto;
}
table.generic tr td p {
	padding: 0;
	margin: 0;
}
/*----- tr ----*/
table.generic tr {
	vertical-align: middle;
}
/* tr : top */
table.generic tr.top {
	vertical-align: top;
}
/*----- th ----*/
table.generic th {
	background-color: #f0f0f0;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #bdd1e6;
	font-weight: bold;
	padding: 15px;
	text-align: center;
}
/* th : font - normal */
table.generic th.normal {
	font-weight: normal;
}
/* th : color - pale gray */
table.generic th.th02 {
	background-color: #dcdcdc;
}
/* th : top */
table.generic th.top {
	vertical-align: top;
}
/* th : left */
table.generic th.left {
	text-align: left;
}
/*----- td ----*/
table.generic td {
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #bdd1e6;
	background-color: #f0f0f0;
	padding: 15px;
}
/* td : color - pale blue */
table.generic td.even {
	background-color: #eaf4fe;
}
/* td : color - dark blue */
table.generic td.odd {
	background-color: #d5eafd;
}
/* td : color - white */
table.generic td.white {
	background-color: #ffffff;
}
/* td : top */
table.generic td.top {
	vertical-align: top;
}
/* td : center */
table.generic td.center {
	text-align: center;
}
/* td : right */
table.generic td.right {
	text-align: right;
}
/*----- border-bottom:none for last line ----*/
table.generic th.last, table.generic td.last {
	border-bottom: none;
}

/*
.btnbox - btn_generic（汎用の黒ボタン）横幅719px
----------------------------------------------------------- */
/*----- 基本 ----*/
/* 1個左寄せ */
.btnbox{
	margin:20px 0;
	}
.btnbox .btn_generic a.btn{
	display:block;
	float:left;
	width:232px;
	padding:5px 0;
	text-align:center;
	color:#fff;
	border-radius:5px;
	text-decoration:none;
	background: #707070;
	background: -moz-linear-gradient(top,  #707070 0%, #353535 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#353535));
	background: -webkit-linear-gradient(top,  #707070 0%,#353535 100%);
	background: -o-linear-gradient(top,  #707070 0%,#353535 100%);
	background: -ms-linear-gradient(top,  #707070 0%,#353535 100%);
	background: linear-gradient(to bottom,  #707070 0%,#353535 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#353535',GradientType=0 );
	}
.btnbox .btn_generic a.btn:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
/* 1個左寄せ大きめ */
.btnbox .generic_ll a.btn{
	width:359px;
	}
/* 1個中央 */
.btnbox .generic_c{
	padding-left:244px;
	}
/* 1個中央大きめ */
.btnbox .generic_l{
	padding-left:180px;
	}
.btnbox .generic_l a.btn{
	width:359px;
	}
/*----- 複数list ----*/
/* 2個中央 */
.btnbox .btn_list ul{
	padding-left:108px;
	}
.btnbox .btn_list li{
	float:left;
	padding:0 10px;
	}
.btnbox .btn_list li a{
	display:block;
	float:left;
	width:232px;
	padding:5px 0;
	text-align:center;
	color:#fff;
	border-radius:5px;
	text-decoration:none;
	background: #707070;
	background: -moz-linear-gradient(top,  #707070 0%, #353535 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#353535));
	background: -webkit-linear-gradient(top,  #707070 0%,#353535 100%);
	background: -o-linear-gradient(top,  #707070 0%,#353535 100%);
	background: -ms-linear-gradient(top,  #707070 0%,#353535 100%);
	background: linear-gradient(to bottom,  #707070 0%,#353535 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#353535',GradientType=0 );
	}
.btnbox .btn_list li a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
/* 3個中央 */
.btnbox .list_three ul{
	padding-left:2px;
	}
.btnbox .list_three li{
	padding:0 3px;
	}

/*
 list - generic（汎用）
----------------------------------------------------------- */
ul.list_generic {
	margin-left:20px;
}
ul.list_generic li {
	list-style-type:disc;
}

/*
.btnfoot（申し込み・お問い合わせボタン）横幅699px（719pxでも使える）
----------------------------------------------------------- */
/* 1個 */
.btnfoot .btn_list_one{
	height:76px;
	margin:10px 0;
	padding:0 243px;
	}
/* 2個 */
.btnfoot .btn_list_two{
	height:76px;
	margin:10px 0;
	padding:0 136px;
	}
/* 3個 */
.btnfoot .btn_list_three{
	height:76px;
	margin:10px 0;
	padding:0 30px;
	}
.btnfoot .btn_list_one li,
.btnfoot .btn_list_two li,
.btnfoot .btn_list_three li{
	float:left;
	margin:0 10px;
	padding:0 0 15px;
	background: url("/common/images/application_btn_bg.gif") no-repeat center 66px;
	}
.btnfoot .btn_list_one li a,
.btnfoot .btn_list_two li a,
.btnfoot .btn_list_three li a{	
		width:193px;	
		height:66px;
		display:block;
		text-indent:100%;
		overflow:hidden;
		white-space:nowrap;
		}

		.btn_new_p a{ /* 新規・専用 */
			background:url("/common/images/application_btn_new_p.gif") no-repeat;
			}
		.btn_new_p a:hover{
			background:url("/common/images/application_btn_new_p_over.gif") no-repeat;
			}
		.btn_customer_p a{ /* 既存・専用 */
			background:url("/common/images/application_btn_customer_p.gif") no-repeat;
			}
		.btn_customer_p a:hover{
			background:url("/common/images/application_btn_customer_p_over.gif") no-repeat;
			}
		.btn_privatecloud a{ /* プライベートクラウド */
			background:url("/common/images/application_btn_privatecloud.gif") no-repeat;
			}
		.btn_privatecloud a:hover{
			background:url("/common/images/application_btn_privatecloud_over.gif") no-repeat;
			}

/*
 list
----------------------------------------------------------- */
.list {
	margin-bottom: 30px;
}
.list dl.date {
	overflow: hidden;
	padding: 0 0 5px;
	margin: 5px 0 0;
	width: 719px;
	font-size: 0.9em;
	border-bottom: 1px solid #e5e5e5;
}
.list dl.date dt {
	float: left;
	margin: 0 15px 0 0;
	line-height: 20px;
	padding: 7px 0;
	color: #0e3192;
}
.list dl.date dd {
	float: left;
	width: 519px;
	line-height: 20px;
	padding: 7px 0;
}
.list dl.date dt span.day {
	width: 92px;
	float: left;
	padding: 0 0 0 12px;
	font-weight: 600;
	background: url(../../common/images/p_blueArrow.jpg) no-repeat left center;
}
.list dl.date dt span.icon {
	width: 81px;
	float: left;
}
.list dl.date dd img {
	vertical-align: bottom;
}
.point_new {
	padding-left: 10px;
}
.list a {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.list a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.list a:visited {
	color: #663399;
}
.list a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.list a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}


/*
quickSSL認証
----------------------------------------------------------- */
.sslbt {
	width: 592px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}
.sslbt2 {
	width: 350px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.ssl_txt {
	width: 679px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 10px;
}
.ssl_txt2 {
	width: 679px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top: 10px;
}
.ssl_spbox {
	width: 647px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	height: auto;
	border: 1px solid #E0DFE3;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.ssl_spbox .spzone {
	width: 647px;
	background-image: url(../../campaign/images/ssl_sp_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}
.ssl_spbox .spzone_last {
	width: 647px;
}
.spzone_left {
	width: 111px;
	height: auto;
	margin-right: 10px;
	float: left;
}
.spzone_right {
	width: 520px;
	height: auto;
	float: left;
	line-height: 115%;
}


/*
 pageList
----------------------------------------------------------- */
#pageList {
	text-align: center;
	padding: 5px;
	font-size: 0.8em;
	color: #5f5f5f;
	clear: both;
	margin-bottom: 30px
}
#pageList a {
	color: #5f5f5f;
	text-decoration: none;
}
#pageList a:link, #pageList a:visited {
	padding: 0.3em 0.6em;
	border: 1px solid #b1c1d1;
	background: #FFFFFF;
	text-align: center;
	display: inline;
	color: #5f5f5f;
}
#pageList a:hover {
	padding: 0.3em 0.6em;
	border: 1px solid #b1c1d1;
	background: #d8ebfe;
	text-align: center;
	display: inline;
	color: #3399ff;
}
#pageList a:active {
	padding: 0.3em 0.6em;
	border: 1px solid #b1c1d1;
	background: #d8ebfe;
	text-align: center;
	display: inline;
	color: #3399ff;
}
.current_page {
	padding: 0.3em 0.6em;
	border: none;
	background: none;
	text-align: center;
}
#pageList .link_next {
	margin-left: 5px;
}
#pageList .link_before {
	margin-right: 5px;
}

/*
 pageMove
----------------------------------------------------------- */
#pageMove {
	width: 719px;
	height: 30px;
	font-size: 0.8em;
	color: #5f5f5f;
	clear: both;
	margin: 0 0 30px;
	text-align: center;
	position: relative;
}
#pageMove a {
	color: #3399ff;
	text-decoration: none;
}
#pageMove a:link, #pageMove a:visited {
	padding: 0.3em 0.6em;
	border: 1px solid #b1c1d1;
	background: #FFFFFF;
	text-align: center;
	display: inline;
	color: #3399ff;
	zoom: 1;
}
#pageMove a:hover {
	padding: 0.3em 0.6em;
	border: 1px solid #b1c1d1;
	background: #d8ebfe;
	text-align: center;
	display: inline;
	color: #3399ff;
	zoom: 1;
}
#pageMove a:active {
	padding: 0.3em 0.6em;
	border: 1px solid #b1c1d1;
	background: #d8ebfe;
	text-align: center;
	display: inline;
	color: #3399ff;
	zoom: 1;
}
#pageMove .go_next {
	position: absolute;
	top: 0;
	right: 10px;
}
#pageMove .go_before {
	position: absolute;
	top: 0;
	left: 10px;
}
#pageMove .go_index {
/*position:absolute;
top:0;*/
}

/*
 news
----------------------------------------------------------- */
#right-contents .news h2 {
	margin-bottom: 30px;
}
#right-contents .news #pageMove, #right-contents .fault #pageMove, #right-contents .seminar #pageMove {
	margin-top: 30px;
}
.textBox {
	width: 699px;
	margin: 0 auto 30px
}
.textBox .title {
	padding: 8px 16px;
	margin-left: 10px;
	color: #464544;
	font-weight: 600;
	background: url(../../common/images/p_squer.gif) no-repeat left center;
}
.textBox .inner {
	border-top: 1px dotted #a0a2a8;
	border-bottom: 1px dotted #a0a2a8;
	padding-top: 20px;
}
.textBox p {
	margin: 0 20px 20px;
}
/* table */
table.newstable {
	border-top: 1px solid #bdd1e6;
	margin: 0 auto;
	color: #333;
}
table.newstable tr th {
	background-color: #f1f8fe;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #bdd1e6;
	color: #252525;
	padding: 10px;
}
table.newstable tr td {
	border-bottom: 1px solid #bdd1e6;
	padding: 10px;
}
table.newstable tr td p {
	padding: 0;
	margin: 0;
}
/* title */
#right-contents .news h3.newstitle {
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px dotted #cccccc;
	margin-top: 2em;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#right-contents .news h4.newstitle02 {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 10px;
}
/* button */
p.btn-campaign a {
	font-weight: bold;
	padding: 10px 15px 8px 15px;
	text-decoration: none;
}
p.btn-campaign a:link {
	color: #ffffff;
	background-color: #3366cc;
}
p.btn-campaign a:visited {
	color: #ffffff;
	background-color: #663399;
}
p.btn-campaign a:hover {
	color: #ffffff;
	background-color: #33ccff;
}
p.btn-campaign a:active {
	color: #ffffff;
	background-color: #33ccff;
}
p.btn-campaign-center {
	text-align: center;
}
/*----- ニュース更新ツール用（classに大文字不可）140326 ----*/
.textbox .title {
	padding: 8px 16px;
	margin-left: 10px;
	color: #464544;
	font-weight: 600;
	background: url(../../common/images/p_squer.gif) no-repeat left center;
}
.textbox .inner {
	border-top: 1px dotted #a0a2a8;
	border-bottom: 1px dotted #a0a2a8;
	padding-top: 20px;
}
.textbox p {
	margin: 0 20px 20px;
}

/*
 support
----------------------------------------------------------- */
/*----- 3 column ----*/
.support .main-banner {
	text-align: center;
	margin-bottom: 30px;
}
.support .set_relative {
	position: relative;
}
.support .news_rss_btn {
	position: absolute;
	margin: -36px 0 0 701px;
}
#contactBox {
	width: 717px;
	height: 196px;
	border: 1px solid #bdd1e6;
	margin-bottom: 30px;
}
#contactBox ul li {
	list-style-type: none;
	width: 240px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../../images/support/bg_contactBox.jpg) 0 100% no-repeat;
}
#contactBox ul li.form {
	width: 237px;
}
#contactBox .item {
}
#contactBox .item a{
	display:block;
	height: 51px;
	padding: 145px 19px 0;
	color: #333333;
	background-image: url(../../images/support/img_sprite.jpg);
	background-repeat: no-repeat;
}
#contactBox .tel a{
	background-position:0 0;
	}
#contactBox .tel a:hover{
	background-position:-717px 0;
	}
#contactBox .mail a{
	background-position:-240px 0;
	}
#contactBox .mail a:hover{
	background-position:-957px 0;
	}
#contactBox .form a{
	background-position:-480px 0;
	}
#contactBox .form a:hover{
	background-position:-1197px 0;
	}
.link_box{
	width: 716px;
	margin:20px auto;
	height:38px;
	border-top:1px solid #c5cfdb;
	border-right:1px solid #c5cfdb;
	border-bottom:1px solid #c5cfdb;
}
.link_box p{
	float:left;
	border-left:1px solid #c5cfdb;
}
.link_box.block2 p{
	width:357px;
}
.link_box.block3 p{
	width:237px;
}
.link_box a{
	display:block;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#0035c3;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
.link_box a:hover{
	background:#e4f2ff;
}
.procedure {
	width: 717px;
	border-top: 1px solid #bdd1e6;
	border-left: 1px solid #bdd1e6;
	border-right: 1px solid #bdd1e6;
	border-bottom: 1px solid #bdd1e6;
	background: url(../../images/support/bg_procedure.gif) left top repeat-y;
	font-size: 0.9em;
	clear: both;
}
.procedure.last {
	border-top: none;
	margin-bottom: 30px;
}
.procedure .inner {
	width: 239px;
	float: left;
}
.procedure .inner .title {
	width: 239px;
	height: 103px;
}
.procedure .inner .title-sp {
	width: 239px;
	height: 100px;
}
.procedure .inner .title dl, .procedure .inner .title-sp dl {
	padding: 12px 19px 0;
}
.title dl dt, .title-sp dl dt {
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 20px;
	padding: 8px 22px 9px 38px;
	color: #0033cc;
}
.title dl dt.user-info {
	background: url(../../images/support/bg_user_info.gif) left center no-repeat;
}
.title dl dt.payment {
	background: url(../../images/support/bg_payment.gif) left center no-repeat;
}
.title dl dt.option {
	background: url(../../images/support/bg_option.gif) left center no-repeat;
}
.title dl dt.reboot {
	background: url(../../images/support/bg_reboot.gif) left center no-repeat;
}
.title dl dt.seminar {
	background: url(../../images/support/bg_seminar.gif) left center no-repeat;
}
.title-sp dl dt.material {
	background: url(../../images/support/bg_material.gif) left center no-repeat;
}
.procedure .inner .linkBtn {
	width: 239px;
	height: 175px;
}
.procedure .inner .linkBtn-sp {
	width: 239px;
	height: 178px;
}
.procedure .inner .linkBtn ul, .procedure .inner .linkBtn-sp ul {
	margin: 0 19px;
}
.procedure .inner .linkBtn ul li {
	padding: 0 0 20px;
	line-height: 0;
	margin: 0;
	background: url(../../images/support/btn_bg.gif) no-repeat center 66px;
}
.procedure .inner .linkBtn ul li.sp {
	padding: 0 0 20px;
	line-height: 0;
	margin: 0;
	background: url(../../images/support/btn_bg.gif) no-repeat center 69px;
}
/*----- 2 column ----*/
.procedure02 {
	width: 717px;
	border-top: 1px solid #bdd1e6;
	border-left: 1px solid #bdd1e6;
	border-right: 1px solid #bdd1e6;
	border-bottom: 1px solid #bdd1e6;
	background: url(../../images/support/bg_procedure02.gif) left top repeat-y;
	font-size: 0.9em;
	clear: both;
}
.procedure02.last {
	border-top: none;
	margin-bottom: 30px;
}
.procedure02 .inner {
	float: left;
	width: 357px;
	padding-left:1px;
}
.procedure02 .inner .title dl {
	margin-bottom:10px;
	padding: 20px 19px 0;
	background: url(../../images/support/bg_white.jpg) repeat-x 0 0;
}
.title dl dt.user-info,
.title dl dt.option,
.title dl dt.reboot,
.title dl dt.seminar{
	color:#333 !important;
	font-size:15px;
	background: url(../../images/support/ico_sprite.gif) no-repeat;
}
.title dl dt.user-info {
	background-position:0 0;
}
.title dl dt.option {
	background-position:0 -117px;
}
.title dl dt.reboot {
	background-position:0 -234px;
}
.title dl dt.seminar {
	background-position:0 -351px;
}
/* .title dl dt.payment{
background: url(../../images/support/bg_payment.gif) left center no-repeat;
} */
/* .title-sp dl dt.material{
background: url(../../images/support/bg_material.gif) left center no-repeat;
} */
.procedure02 .inner .linkBtn {
	width: 358px;
	height: 175px;
}
.procedure02 .inner .linkBtn-sp {
	width: 358px;
	height: 178px;
}
.procedure02 .inner .linkBtn ul, .procedure02 .inner .linkBtn-sp ul {
	margin: 0 19px;
}
.procedure02 .inner .linkBtn ul li {
	padding: 0 0 20px;
	line-height: 0;
	margin: 0;
	background: url(../../images/support/btn_bg.gif) no-repeat center 66px;
}
.procedure02 .inner .linkBtn ul li.sp {
	padding: 0 0 20px;
	line-height: 0;
	margin: 0;
	background: url(../../images/support/btn_bg.gif) no-repeat center 69px;

}

/*
 manual
----------------------------------------------------------- */
#right-contents .manual h2 {
	margin-bottom: 30px;
}
#right-contents h2.common-server {
	background: url(../../images/support/manual/bg_h2_common_server.gif) left top no-repeat;
	padding: 17px 22px 24px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2.server {
	background: url(../../images/support/manual/bg_h2_server.gif) left top no-repeat;
	padding: 17px 22px 24px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2.cloud-server {
	background: url(../../images/support/manual/bg_h2_cloud_server.gif) left top no-repeat;
	padding: 17px 22px 24px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2#mail {
	background: url(../../images/support/manual/bg_h2_mail.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2#web {
	background: url(../../images/support/manual/bg_h2_web.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2#blog {
	background: url(../../images/support/manual/bg_h2_blog.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2#cart {
	background: url(../../images/support/manual/bg_h2_cart.gif) left top no-repeat;
	padding: 17px 22px 28px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2#change {
	background: url(../../images/support/manual/bg_h2_change.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2#domain {
	background: url(../../images/support/manual/bg_h2_domain.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2.faq {
	background: url(../../images/support/manual/bg_h2_faq.gif) left top no-repeat;
	padding: 17px 22px 24px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2.control {
	background: url(../../images/support/manual/bg_h2_control.gif) left top no-repeat;
	padding: 17px 22px 21px 65px;
	margin-bottom: 18px;
	color: #da1223;
}
#right-contents h2.control2 {
	background: url(../../images/support/manual/bg_h2_control2.gif) left top no-repeat;
	padding: 17px 22px 21px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2.pcl {
	background: url(../../images/support/manual/bg_h2_cloud.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2#control3 {
	background: url(../../images/support/manual/bg_h2_control3.gif) left top no-repeat;
	padding: 17px 22px 21px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2#multidomain {
	background: url(../../images/support/manual/bg_h2_multidomain.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2#iphone_app {
	background: url(../../images/support/manual/bg_h2_iphone_app.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
.manual h3 {
	font-size: 120%;
	color: #606060;
	padding: 0 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.manual h4 {
	color: #606060;
	padding: 0 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.manual-detail .inner {
	margin-bottom: 58px;
}
.manual-detail p {
	padding: 0 38px;
	margin-bottom: 18px;
}
.manual-detail ul {
	padding: 0 38px;
	margin-bottom: 18px;
}
.manual-detail li {
	margin-left: 10px;
	margin-top: 5px;
	list-style-type: disc;
}
.manual-detail .link {
	padding: 0 0 0 18px;
	background: url(../../common/images/p_arrow_link.gif) no-repeat left center;
}
.manualBox {
	width: 719px;
	clear: both;
}
.manualBox .inner {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.manualBox .title {
	padding-left: 19px;
	color: #000000;
}
.manualBox .leftBox {
	width: 250px;
	float: left;
}
.manualBox .rightBox {
	width: 450px;
	margin-left: 0px;
	float: left;
}
.manualBox .rightBox ul li {
	padding: 0 0 0 12px;
	margin-bottom: 5px;
	background: url(../../common/images/p_list.gif) no-repeat left center;
}
.manualBox ul li img {
	vertical-align: top;
	margin-left: 10px;
}
.manualBox a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.manualBox a:visited {
	color: #663399;
}
.manualBox a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.manualBox a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.manualBox2 {
	width: 717px;
	border: 1px solid #cadaeb;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.manualBox2red {
	width: 717px;
	border: 1px solid #ecd6d7;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.manualBox2red .leftBox {
	width: 300px;
	margin-left: 20px;
	float: left;
}
.manualBox2red .rightBox {
	width: 357px;
	margin-left: 19px;
	float: left;
}
.manualBox2red .rightBox p {
	margin: 0;
}
/*.manualBox2red .one-clumn{
padding:0 20px;
}
.manualBox2red .one-clumn img{
vertical-align:middle;
margin-right:20px;
}*/

.manualBox2 .leftBox {
	width: 358px;
	float: left;
}
.manualBox2 .rightBox {
	float: left;
	width: 358px;
}
.manualBox2 ul {
	margin-left: 19px;
}
.manualBox2 ul li {
	padding: 0 0 0 12px;
	margin-bottom: 10px;
	background: url(../../common/images/p_list_navy.gif) no-repeat left center;
}
.manualBox2 ul li img {
	vertical-align: top;
	margin-left: 10px;
}
.manualBox2 .normal {
	padding: 0 20px;
}
.manualBox2 .one-clumn {
	padding: 0 20px;
}
.manualBox2 .one-clumn img {
	float: left;
	margin-right: 20px;
}
.manualBox2 a {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.manualBox2 a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.manualBox2 a:visited {
	color: #663399;
}
.manualBox2 a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.manualBox2 a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}

/*
 seminar
----------------------------------------------------------- */
#right-contents .seminar h1, #right-contents .seminar .seminar_title {
	background: url(../../images/support/ba_h1_seminar_bg.gif) left top no-repeat;
}
#right-contents .seminar h1 {
	padding: 20px 20px 28px 65px;
}
#right-contents .news .news_title, #right-contents .fault .mainte_title, #right-contents .fault .technews_title, #right-contents .seminar .seminar_title {
	clear: both;
	padding: 14px 20px 17px 65px;
	font-size: 1.4em;
	margin-bottom: 15px;
	font-weight: 600;
}
#right-contents .news .news_title {
	background: url(../../common/images/ba_h1_rss_bg.gif) left top no-repeat;
}
#right-contents .fault .mainte_title {
	background: url(../../images/support/ba_h1_mainte_bg.gif) left top no-repeat;
}
#right-contents .fault .technews_title {
	background: url(../../images/support/ba_h1_fault_bg.gif) left top no-repeat;
}
#right-contents .news .h1_title, #right-contents .fault .h1_title, #right-contents .seminar .h1_title {
	background: url(../../common/images/ba_h2_bg.gif) left bottom no-repeat;
	padding: 11px 22px 14px 22px;
	margin-top: 15px;
	margin-bottom: 27px;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 150%;
	height: auto !important;
	white-space: normal;
	clear: both;
}
.seminar-detail {
	margin-bottom: 38px;
}
.seminar-detail p {
	margin: 0 24px 20px;
}
.seminarBox {
	width: 699px;
	margin: 0 auto 30px
}
.seminarBox a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.seminarBox a:visited {
	color: #663399;
}
.seminarBox a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.seminarBox a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.seminarBox .title {
	padding: 8px 16px;
	margin-left: 10px;
	color: #464544;
	font-weight: 600;
	background: url(../../common/images/p_squer.gif) no-repeat left center;
}
.seminarBox table.detailt {
	border-top: 1px dotted #a0a2a8;
	width: 699px;
	color: #666666;
}
.seminarBox table.detailt tr td p {
	padding: 0;
	margin: 0;
}
.seminarBox table.detailt tr {
	border-bottom: 1px dotted #a0a2a8;
	background-color: #fff;
	vertical-align: top;
}
.seminarBox table.detailt tr th {
	border-bottom: 1px dotted #a0a2a8;
	color: #666666;
	padding: 10px;
	text-align: left;
	width: 107px;
	font-weight: 600;
}
.seminarBox table.detailt tr td {
	border-bottom: 1px dotted #a0a2a8;
	padding: 10px 20px;
}
.seminarList {
	margin-bottom: 30px;
}
.seminarList dl.date {
	overflow: hidden;
	padding: 0 0 5px;
	margin: 5px 0 0;
	width: 719px;
	font-size: 0.9em;
	border-bottom: 1px solid #e5e5e5;
}
.seminarList dl.date dt {
	float: left;
	margin: 0 15px 0 0;
	line-height: 20px;
	padding: 7px 0;
	color: #0e3192;
}
.seminarList dl.date dd {
	float: left;
	width: 519px;
	line-height: 20px;
	padding: 7px 0;
}
.seminarList dl.date dt span.day {
	width: 92px;
	float: left;
	padding: 0 0 0 12px;
	font-weight: 600;
	background: url(../../common/images/p_blueArrow.jpg) no-repeat left center;
}
.seminarList dl.date dt span.icon {
	width: 81px;
	float: left;
}
.seminarList dl.date dd img {
	vertical-align: bottom;
}
.seminarList a {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.seminarList a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.seminarList a:visited {
	color: #663399;
}
.seminarList a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.seminarList a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}

/*
 fault
----------------------------------------------------------- */
#right-contents .fault h1 {
	background: url(../../images/support/ba_h1_fault_bg.gif) left top no-repeat;
	padding: 20px 20px 28px 65px;
}
#right-contents .fault h2 {
	margin-bottom: 27px;
}

/*
 mainte
----------------------------------------------------------- */
#right-contents .mainte h1 {
	background: url(../../images/support/ba_h1_mainte_bg.gif) left top no-repeat;
	padding: 20px 20px 28px 65px;
}
#right-contents .mainte h2 {
	margin-bottom: 27px;
}

/*
 case
----------------------------------------------------------- */
.case {
	width: 719px;
	margin: 0 auto;
}
#right-contents .case h2 {
}
.caseBox {
	clear: both;/*margin-bottom:39px;*/
}
.caseBox .left-thum {
	float: left;
	width: 226px;
	padding: 0 12px 39px 0;/*margin-bottom:39px;*/
}
.caseBox .right-area {
	float: left;
	padding: 7px 0 39px 0;
	width: 481px;
	position: relative;/*margin-bottom:39px;*/
}
.caseBox .right-area a {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.caseBox .right-area a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.caseBox .right-area a:visited {
	color: #663399;
}
.caseBox .right-area a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.caseBox .right-area a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.caseBox .title {
	color: #003399;
	padding-bottom: 10px;
	background: url(../../common/images/line_dots.gif) repeat-x left bottom;
}
.caseBox .title strong {
	font-weight: 600;
}
.caseBox .right-area img {
	padding: 0 0 10px 20px;
}
.caseBox .detail {
	right: 0;
	padding-left: 12px;
	line-height: 1.0;
	background: url(../../common/images/p_blueArrow.jpg) no-repeat left center;
	position: absolute;
}

/*
 case-index
----------------------------------------------------------- */
.case-index {
}
.case-index h2 {
	color: #0b2b83;
}
.case-index a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.case-index .plan_list {
	font-size: 10px;
	color: #fff;
}
.case-index .plan_list span {
	margin-right: 8px;
	padding: 2px 8px;
}
.case-index .plan_list .shared {
	background: #2e72c5;
}
.case-index .plan_list .private {
	background: #164687;
}
.case-index .plan_list .private-cloud {
	background: #0199dc;
}
.case-index .manualBox2 .photo a {
	border-bottom: none;
	background: none;
	padding-bottom: 0;
}
.case-index .pic {
	border: 1px solid #d8d8d8;
}
.case-index .text {
	float: right;
	width: 480px;
	padding-right: 15px;
}
.case-index .company {
	margin-bottom: 0.5em;
	font-size: 18px;
	}
.case-index .title {
	font-weight: bold;
	font-size: 14px;
}
.case-index .column-3 {
	width: 719px;
	overflow: hidden;
}
.case-index .column-3 > div {
	width: 739px;
}
.case-index .column-3 .manualBox2 {
	width: 224px;
	display: inline-block;
	vertical-align: top;
	clear: none;
	margin-right: 16px;
}
.case-index .column-3 .manualBox2 h2 {
	display: table-cell;
	width: 224px;
	margin-top: 0 !important;
	vertical-align: middle;
	font-size: 13px !important;
}
.case-index .column-3 .manualBox2 p {
	margin: 0 22px;
}
.case-index .column-3 .manualBox2 .plan_list {
	margin-top: 10px;
}
.case-index .column-3 .manualBox2 .photo {
	padding: 10px 0;
	text-align: center;
}
.case-index .column-3 .manualBox2 .photo a {
	display: block;
}
.case-index .manualBox2 a{
    border-bottom:none;
}
.case-index .manualBox2 a.img{
	padding-bottom:0 !important;
	background:#fff;
	}
.case-index .serviceBox a.btn,
.case-index .manualBox2 a.btn{
	display:block;
	width:232px;
	margin: 0 auto;
	padding:5px 0;
	text-align:center;
	color:#fff;
	border-radius:5px;
	text-decoration:none;
	background: #707070;
	background: -moz-linear-gradient(top,  #707070 0%, #353535 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#353535));
	background: -webkit-linear-gradient(top,  #707070 0%,#353535 100%);
	background: -o-linear-gradient(top,  #707070 0%,#353535 100%);
	background: -ms-linear-gradient(top,  #707070 0%,#353535 100%);
	background: linear-gradient(to bottom,  #707070 0%,#353535 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#353535',GradientType=0 );
	}
.case-index .serviceBox a.btn:hover,
.case-index .manualBox2 a.btn:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.case-index .serviceBox h3{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

/*
 case-detail2
----------------------------------------------------------- */
.case-detail2 {
}
#right-contents .case-detail2 h2 {
	padding: 0;
	margin-bottom: 0;
	background: none;
	font-size: 18px;
}
.case-detail2 h4 {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
}
.case-detail2 h5 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}
/* title */
.case-detail2 .title {
	height: 220px;
	margin: 10px 0 17px 0;
	background: #f5f5f5 no-repeat 100% 100%;
}
.case-detail2 .title h3 {
	padding: 25px 0 0 20px;
	border-left: 4px solid #103192;
	font-size: 20px;
	line-height: 150%;
}
.case-detail2 .title p {
	padding: 20px 0 0 24px;
}

/*
 case-detail
----------------------------------------------------------- */
.case-detail {
	width: 719px;
	margin: 20px auto;
}
.case-title {
	padding-bottom: 20px;
	border-bottom: 1px dotted #0e3192;
	margin-bottom: 30px;
}
.case-name {
	color: #0e3192;
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 1.0;
}
.case-name img {
	margin-right: 15px;
	vertical-align: middle;
}
.plan-name {
	color: #0e3192;
	font-weight: 600;
}
.case-detail .title {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 30px;
}
.case-detail .catch {
	font-weight: 600;
	width: 719px;
	margin-bottom: 15px;
}
.case-contents {
	width: 679px;
	margin: 0 auto;
}
.case-contents p {
/*padding:0 20px 5px;*/
}
.case-contents .left-txt {
	/*float:left;*/
	width: 497px;
	margin-bottom: 10px;
}
*html .case-contents .left-txt {
	float: left;
	width: 497px;
	margin-bottom: 10px;
}
.case-contents .right-txt {
	float: right;
	width: 497px;
	margin-bottom: 10px;
}
.case-contents .right-img {
	width: 162px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 0.8em;
	color: #0e3192;
}
.case-contents .left-img {
	width: 162px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 0.8em;
	color: #0e3192;
}
.case-contents .right-img img, .case-contents .left-img img {
	margin-bottom: 5px;
}
.case-contents .case-space {
	clear: both;
}
.case-contents .company-info {
	border: 1px solid #eaf4fe;
}
.company-info .title {
	font-weight: 600;
	margin-bottom: 20px;
}
.company-info .inner {
	border: 1px solid #fff;
	background-color: #eaf4fe;
	padding: 20px;
}
.company-info .left-area {
	width: 395px;
	float: left;
	line-height: 1.4;
}
.company-info .right-thum {
	width: 226px;
	float: right;
}
.company-info .p_link {
	padding-left: 3px;
}
.company-info a {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.company-info a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.company-info a:visited {
	color: #663399;
}
.company-info a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.company-info a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}

/*
 footer
----------------------------------------------------------- */
#footer {
	clear: both;
	font-size: 0.8em;
	background: url(../../common/images/footer_bg.jpg) #d6d6d6 repeat-x left top;
}
#footerBlue {
	font-size: 0.8em;
	background: url(../../common/images/footer_blue_bg.jpg) #0e3192 repeat-x left top;
	padding-bottom: 10px;
}
#topicPath {
	clear: both;
	text-align: left;
	line-height: 1;
	padding-top: 6px;
	margin-bottom: 23px;
	margin-right: 1px;
	overflow: hidden;
	_height: 23px;
}
#topicPath ul li.home {
	/*
width: 34px;
overflow: hidden;
*/
	padding: 0px;
	background: none;
}
#topicPath ul li {
	float: left;
	padding: 0 10px 0 23px;
	list-style-type: none;
	font-size: 10px;
	color: #999999;
	line-height: 23px;
	background: url(/common/images/topicpath_point.gif) no-repeat 0 50%;
	/* 文字数が長い時に省略する */
	max-width: 25em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#topicPath ul li a {
	font-size: 10px;
	color: #003399;
}
#topicPath ul li a:link {
	color: #003399;
}
#topicPath ul li a:visited {
	color: #003399;
}
#topicPath ul li a:hover, #topicPath ul li a:active {
	color: #0066cc;
}
#topicPath ul li.last a, #topicPath ul li.last a:link, #topicPath ul li.last a:visited, #topicPath ul li.last a:hover, #topicPath ul li.last a:active {
	color: #999999;
	text-decoration: none;
}
#topicPath ul img {
	vertical-align: top;
}
* html #topicPath ul img {
	vertical-align: middle;
}
*+html #topicPath ul img {
	vertical-align: middle;
}
#topicPath ul li span {
	margin-left: 20px;
}
/*#topicPath img {
vertical-align:top;
_overflow:hidden;
_margin-top:-1px;
}*/
.f_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.f_company {
	top : -15px;
	right : 5px;
	position: absolute;
	color: #999999;
}
.f_company dl {
	margin: 13px 0 14px;
	line-height: 1.0;
}
.f_company dt {
	margin: 0 0 15px 20px;
}
.f_company dd {
	margin: 0 0 10px 23px;
}
.f_mark {
	margin: 0 0 0 20px;
}
.f_mark img {
	vertical-align: top;
	margin-right: 20px;
}
.f_mark img.last {
	margin-right: 0;
}
.f_sitemap {
	color: #999999;
	margin-bottom: 20px;
}
.f_sitemap a, .f_company a {
	color: #666666;
}
.f_sitemap a:link, .f_company a:link {
	color: #666666;
}
.f_sitemap a:visited, .f_company a:visited {
	color: #666666;
	text-decoration: none;
}
.f_sitemap a:hover, .f_company a:hover {
	color: #999999;
	text-decoration: underline;
}
.f_sitemap a:active, .f_company a:active {
	color: #999999;
}
.f_sitemap dl {
	width: 187px;
	height: 220px;
	background: url(../../common/images/footer_sitemap_bg.png) no-repeat left top;
	float: left;
	line-height: 1.0;
}
.f_sitemap dt {
	margin: 0 0 15px 20px;
}
.f_sitemap dd {
	margin: 0 0 10px 23px;
}
.pagetop {
	top : -12px;
	right : 0;
	position: absolute;
}
.f_link {
	padding: 22px 0 18px;
	color: #4461a1;
}
.f_link a {
	color: #999999;
}
.f_link a:link {
	color: #999999;
}
.f_link a:visited {
	color: #999999;
	text-decoration: none;
}
.f_link a:hover {
	color: #cccccc;
	text-decoration: underline;
}
.f_link a:active {
	color: #cccccc;
}
.f_link ul li {
	display: inline;
	padding: 0 10px;
	background: url(../../common/images/footer_link_point.gif) no-repeat right 2px;
}
.f_link ul li.first {
	padding: 0 10px 0 0;
}
.f_link ul li.last {
	background: none;
}
.copy {
	background: url(../../common/images/footer_copyright_bg.gif) no-repeat left top;
}
.copy p {
	color: #999;
	padding: 18px 0 0 2px;
	float: left;
}
.copy ul.social {
	padding: 11px 0 0;
	float: right;
}
.copy ul li {
	display: inline;
	margin-right: 5px;
}
.copy ul li.last {
	display: inline;
	margin-right: 2px;
}

/* gmo_footer
----------------------------------------------------------- */
#gmo_footer {
	width: 960px;
	margin: 0 auto;
}

/* add matu
------------------------------------------------------- */
/* add */
.columnframe_plan .plan_name a {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.columnframe_plan .plan_name a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.columnframe_plan .plan_name a:visited {
	color: #663399;
}
.columnframe_plan .plan_name a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.columnframe_plan .plan_name a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
/* add */
#right-contents h2#p1 {
	background: url(../../images/support/manual/bg_h2_p1.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2#p2 {
	background: url(../../images/support/manual/bg_h2_p2.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2#p3 {
	background: url(../../images/support/manual/bg_h2_p3.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
/* add */
.inner2 {
	clear: both;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.inner_title {
	font-size: 1.3em;
	line-height: 170%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #0b2b83;
}
.columnframe_plan2 {
	background: url(/images/service/bg_columnframe_plan2.gif) left top no-repeat;
	width: 719px;
	height: 122px;
	margin-bottom: 30px;
	clear: both;
	position: relative;
}
.columnframe_plan2 .plan_name {
	font-size: 1.2em;
	top: 15px;
	left: 20px;
	position: absolute;
}
.columnframe_plan2 .plan_name2 {
	font-size: 1em;
	top: 20px;
	left: 130px;
	width: 560px;
	line-height: 160%;
	position: absolute;
}
.targetblank {
	background: url("/common/images/p_link_other.gif") no-repeat right center;
	padding-right: 15px;
	margin-right: 3px;
}
.t_small {
	background: url("/common/images/p_arrow_touka.gif") no-repeat scroll left 4px transparent;
	padding-left: 15px;
}
.t_small a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.t_small a:visited {
	color: #663399;
}
.t_small a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.t_small a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.border1 {
	clear: both;
	padding: 15px;
	margin-bottom: 40px;
	border: 1px solid #e5e5e5;
	text-align: center;
}
.manuBox {
	width: 663px;
	margin: 0 auto 20px;
}
.manuBox .title {
	margin-bottom: 3px;
}
.manuBox table.detailt {
	border-top: 1px solid #bdd1e6;
	margin: 0 auto;
	width: 660px;
	color: #333;
}
.manuBox table.detailt tr td p {
	padding: 0;
	margin: 0;
}
.manuBox table.detailt tr {
	vertical-align: top;
}
.manuBox table.detailt tr th {
	background-color: #f1f8fe;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #bdd1e6;
	color: #252525;
	padding: 10px;
	text-align: left;
	width: 300px;
	font-weight: 600;
}
.manuBox table.detailt tr td {
	border-bottom: 1px solid #bdd1e6;
	padding: 10px;
}
.manuBox2 {
	width: 663px;
	margin: 0 auto 20px;
}
.manuBox2 .title {
	margin-bottom: 3px;
}
.manuBox2 table.detailt {
	border-top: 1px solid #bdd1e6;
	margin: 0 auto;
	width: 660px;
	color: #333;
}
.manuBox2 table.detailt tr td p {
	padding: 0;
	margin: 0;
}
.manuBox2 table.detailt tr {
	vertical-align: top;
}
.manuBox2 table.detailt tr th {
	background-color: #f0f0f0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #bdd1e6;
	color: #252525;
	padding: 10px;
	text-align: left;
	width: 300px;
	font-weight: 600;
}
.manuBox2 table.detailt tr td {
	border-bottom: 1px solid #bdd1e6;
	padding: 10px;
}
.manuBox2 a {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.manuBox2 a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.manuBox2 a:visited {
	color: #663399;
}
.manuBox2 a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.manuBox2 a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.textBox {
	width: 699px;
	margin: 0 auto 30px
}
.textBox .title {
	padding: 8px 16px;
	margin-left: 10px;
	color: #464544;
	font-weight: 600;
	background: url(../../common/images/p_squer.gif) no-repeat left center;
}
.textBox .inner {
	border-top: 1px dotted #a0a2a8;
	border-bottom: 1px dotted #a0a2a8;
	padding-top: 20px;
}
.textBox .innerTop {
	border-top: 1px dotted #a0a2a8;
	padding-top: 20px;
}
.textBox .innerTop0 {
	border-top: 1px dotted #a0a2a8;
	padding-top: 0px;
}
.textBox p {
	margin: 0 20px 20px;
}
.innerTop a {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.innerTop a:link {
	color: #3399ff;
	border-bottom: 1px dotted;
}
.innerTop a:visited {
	color: #663399;
}
.innerTop a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.innerTop a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.manualBox .leftBox ul li {
	padding: 0 0 0 12px;
	margin-bottom: 5px;
	background: url(../../common/images/p_list.gif) no-repeat left center;
}
#right-contents h2#home {
	background: url(../../images/etc/bg_h2_home.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#right-contents h2#service {
	background: url(../../images/etc/bg_h2_server.gif) left top no-repeat;
	padding: 17px 22px 20px 65px;
	margin-bottom: 18px;
	color: #666666;
}
#localNavi_inner .local_navi_b a {
	color: #3399ff;
	/*border-bottom:1px dotted;*/
	text-decoration: none;
}
#localNavi_inner .local_navi_b a:link {
	color: #3399ff;
	/*border-bottom:1px dotted;*/
	text-decoration: none;
}
#localNavi_inner .local_navi_b a:visited {
	color: #663399;
}
#localNavi_inner .local_navi_b a:hover {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
#localNavi_inner .local_navi_b a:active {
	color: #3399ff;
	background: #d9ebfe;
	text-decoration: none;
}
.local_navi_b {
	border-left: 1px solid #d8d8d8;
}
.local_navi_td {
	border-bottom: 1px dotted #d8d8d8;
}
.text_indent {
	padding: 3px 3px 3px 14px;
}
.text_indent2 {
	padding: 3px 3px 3px 28px;
}
.red {
	color:#FF0004;
}
h4 {
	padding:10px!important;
	background-color:#0A398C;
	color:#ffffff!important;
	font-size:15px;
}