@charset "utf-8";

@import "base.css";
@import "common.css?v=20230220";


/*####################　ヘッドイメージ　####################*/

#HeadImg {
	width:100%;
	height:105px;/*★★*/
	margin:0 auto;
	text-align:center;
	background-position:center top;
	background-repeat:no-repeat;
}
#HeadImg h2,
#HeadImg p {
	display:none;
}

/*★★*/
#PageIndex #HeadImg {	height:356px;	background-image:url(../img/top-main-img.jpg);}
#PageSolution #HeadImg {	background-image:url(../img/head_img01.jpg);}
#PageRecruit #HeadImg {	background-image:url(../img/head_img02.jpg);}
#PageCompany #HeadImg {	background-image:url(../img/head_img03.jpg);}
#PageTopics #HeadImg {	background-image:url(../img/head_img04.jpg);}
#PageProducts #HeadImg {	background-image:url(../img/head_img05.jpg);}
#PageSupport #HeadImg {	background-image:url(../img/head_img06.jpg);}
#PageContact #HeadImg {	background-image:url(../img/head_img07.jpg);}
#PageSitemap #HeadImg {	background-image:url(../img/head_img08.jpg);}
#PagePolicy #HeadImg {	background-image:url(../img/head_img09.jpg);}



/*####################　サブ（共通）　####################*/


#Sub .subBox {
	margin:0 0 12px;/*★★*/
}


#Sub .subBox a {overflow:hidden;color:#222222; text-decoration:none;}
#Sub .subBox a:hover {color:#4e4e4e;}

#SubSearch h3,
#SubMenu h3{
	background-color:#ececec;
	background-image:url(../img/sub/sub-ttl-line.gif);
	background-position:8px center;
	background-repeat:no-repeat;
	padding:10px 10px 10px 20px;
	font-weight:bold;
	font-size:13px;	
}
#SubMenu h4{
	padding:10px;
	font-weight:bold;
	font-size:12px;	
	background:url(../img/line-dot01.gif) left bottom repeat-x #ececec;
}
#SubMenu h4 span{
	padding-right:15px;
	background:url(../img/sub/icon-arrow-gray01.png) right 6px no-repeat;
}
#SubSearch .cont{
	border-right:2px solid #ececec;
	border-left:2px solid #ececec;	
	padding:15px 8px 10px;
	_padding:15px 7px 10px;
	_width:200px;
}
#SubSearch .cont2{
	border-right:2px solid #ececec;
	border-left:2px solid #ececec;	
	border-bottom:2px solid #ececec;	
	padding:15px 8px 10px;
	_padding:15px 7px 10px;
	_width:200px;
}
#SubSearch .cont .searchBox{
	background:url(../img/sub/search-input-text02.gif) left top no-repeat;
	height:21px;
	_height:25px;
	margin-bottom:10px;
	width:182px;
	padding-top:4px;
}
#SubSearch .cont2 .searchBox{
	background:url(../img/sub/search-input-text02.gif) left top no-repeat;
	height:65px;
	_height:69px;
	margin-bottom:10px;
	width:182px;
	padding-top:4px;
}
#SubSearch .searchBox input[type="text"]{
	border:none;
	background:none;	
	width:162px;
	margin-left:10px;
	margin-bottom: 10px;
	padding:0;
}
#SubSearch .searchBox input[type=radio]{
	border:none;
	background:none;	
	margin-left:10px;
	padding:0;
}

#SubSearch .searchBtn{
	text-align:center;
	margin-bottom: 10px;
}
#SubSearch .searchBtn input{
	background: url(../img/sub/sub-search-btn02.gif) left top no-repeat;
	width: 67px;
	height: 23px;
	border: none;
	cursor: pointer;
}
#SubSearch .searchBtn input:hover{
     filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;	
	cursor: pointer;
}


/* 価格一覧 */

#PagePrice #Main .cont table th {
	background : #666 ;
}

#PagePrice #Main .cont table th.sub_th {
	background : #f0f4f7 !important;
}

#PagePrice #Main .cont table .price_td {
	text-align : right ;
}


/*マニュアルページ*/
#SubMenu .cont{
	border-right:2px solid #ececec;
	border-left:2px solid #ececec;	
	border-bottom:2px solid #ececec;		
}
#SubMenu .cont ul li{
	background:url(../img/line-dot02.gif) left bottom repeat-x;
	padding:0 0 2px;
	font-size:13px;	
	_line-height:0;
}
#SubMenu .cont ul li a{
	_line-height:normal;	
}
#SubMenu .cont ul li li,
#SubMenu .cont ul li li li{background:none;}
#SubMenu .cont ul li.last{
	background:none;	
}
#SubMenu .cont ul li span {zoom:1;}
#SubMenu .cont ul li span.parent a{
	display:block;
	padding:10px 10px 10px 30px;
	background:url(../img/sub/icon-arrow-blue01.png) 15px 12px no-repeat;
	_line-height:normal;	
}

#SubMenu .cont ul ul{
	padding:0 0 10px 0;	
	background:url(../img/sub/sub-child-bg-bottom.gif) left bottom no-repeat;
}
#SubMenu .cont ul ul ul{
	padding:0 0 0 16px;
	background:none;	
}
#SubMenu .cont ul li li{
	margin-bottom:7px;
	padding:0 10px 0 15px;
	font-size:12px;	
}
#SubMenu .cont ul li span.subCate{
	color:#90adc4;
	font-weight:bold;
	background:url(../img/sub/icon-arrow-blue02.png) left 5px no-repeat;
	display:block;
	padding-left:12px;
	_line-height:normal;
	margin-bottom:7px;	
}
#SubMenu .cont ul li span.subCate2{
	color:#90adc4;
	font-weight:bold;
	background:url(../img/sub/icon-arrow-gray02.png) left 6px no-repeat;
	display:block;
	padding-left:12px;
	_line-height:normal;
	margin-bottom:7px;	
}
#SubMenu .cont ul li span.subCate2 a{
	font-weight:normal;
}
#SubMenu .cont ul li.active span.subCate{
	color:#90adc4;
	font-weight:bold;
	background:url(../img/sub/icon-arrow-gray02.png) left 6px no-repeat;
	display:block;
	padding-left:12px;
	_line-height:normal;
	margin-bottom:7px;	
}
.pageTerms #SubMenu .cont ul li.active span.subCate{
	color:#1967b3;	
}
#SubMenu .cont ul li span.subCate a{
	font-weight:normal;
}
#SubMenu .cont ul li.active span.subCate a{
	color:#1967b3;
	font-weight:bold;
}
#SubMenu .cont ul li li li{
	background:url(../img/sub/icon-arrow-blue02.png) left 6px no-repeat;
	padding:0 0 0 12px;
}
.pageTerms #SubMenu .cont ul li li li.current02,
.pageFaqDetail #SubMenu .cont ul li li li.current02{
	background:url(../img/sub/icon-arrow-gray03.png) left 6px no-repeat;
}
#SubMenu .cont ul ul li.first{
	padding-top:11px;
	background:url(../img/sub/sub-child-bg-top.gif) left top no-repeat;
}
#SubMenu .cont ul ul li.last{
	margin:0;
}
#SubMenu .cont ul li.open{
	background:url(../img/sub/sub-child-bg-all.gif) left top repeat-y;	
}

#SubMenu .cont ul li.open span.parent a{
	background:url(../img/sub/icon-arrow-gray01.png) 11px 17px no-repeat #f6fbff;	
	color:#1967b3;
	font-weight:bold;
}
#SubMenu .cont ul li.current02 a{
	color:#1967b3;
	font-weight:bold;	
}

/* アコーディオン */
#SubMenu .cont ul li .content{display:none;	}
#SubMenu .cont ul li.current01 .content{display:block;	}


/* accordion_menu (manual/faq) */

.accordion_menu {
	border-left : 2px solid #ececec ;
	border-right : 2px solid #ececec ;
	border-bottom : 1px solid #ececec ;
	margin-bottom : 15px ;
}

.accordion_menu h4 {
	height : 38px ;
	line-height : 38px ;
	padding : 0 10px 0 20px ;
	background : #ececec url(../img/sub/sub-ttl-line.gif) 8px center no-repeat ;
}

.accordion_menu .parent {
	display : block ;
	border-bottom : 1px solid #ececec ;
	height : 38px ;
}

.accordion_menu dd {
	border-bottom : 1px solid #ececec ;
}

.accordion_menu .parent a {
	text-decoration : none ;
	color : #333 ;
}

.accordion_menu .parent a:hover {
	color : #666 ;
}

.accordion_menu .parent a, 
.accordion_menu .parent span.current, 
.accordion_menu .opened a {
	display : block ;
	font-size: 85%;
	height : 38px ;
	line-height : 38px ;
	padding-left : 20px ;
	background-image:url(../img/sub/icon-arrow-blue01.png);
	background-position : 8px center ;
	background-repeat : no-repeat ;
	cursor : pointer ;
}

.accordion_menu .parent span.current, 
.accordion_menu .opened a {
	font-weight : bold ;
	color : #1967b3 ;
	background-color : #f6fbff ;
}

.accordion_menu .opened a {
	background:url(../img/sub/icon-arrow-gray01.png) 11px 17px no-repeat #f6fbff;	
	background-position : 6px center ;
}

.accordion_menu .opened a:hover {
	color : #1967b3 ;
}

.accordion_menu .child_list {
	padding : 5px 12px ;
	background : #fbfcfc ;	
}

.accordion_menu .child_list li {
	padding : 3px 0 3px 10px ;
	line-height : 16px ;
	font-size : 12px ;
	background:url(../img/sub/icon-arrow-blue02.png) left 8px no-repeat;
}

.accordion_menu .child_list li.sub_cate {
	background:url(../img/sub/icon-arrow-gray02.png) left 10px no-repeat;
}
.accordion_menu .child_list li.sub_cate span.cateTitle {
	font-weight : bold ;
	color : #90adc4 ;
}

.accordion_menu .child_list li li {
	margin-left : 2px ;
}

.accordion_menu .child_list li a {
	color : #333 ;
	text-decoration : none ;
}

.accordion_menu .child_list li a:hover {
	color : #666 ;
}

.accordion_menu .child_list li span.current {
	font-weight : bold ;
	color : #1967b3 ;
}



/* ---目次 -------------------- */
.toc-list {
    display: flex;
    background: #eee;
    border: 1px solid #ccc;
    margin:0 20px 30px;
    font-size: 12px;
    color: #666;
}

.toc-list ul,
.toc-list ol {
    line-height:2;
    list-style-type: square;
    list-style-position: outside;
}

#PageMan.pageMan #Main .toc-list ul li {
	margin-left:2rem;
	padding-bottom:0;
}
#PageMan.pageMan #Main .toc-list ul li a,
#PageMan.pageManDetail #Main .toc-list a {
	color: #1F65A8 !important;
    text-decoration: none !important;
    background:none;
    padding-left:0;
} 

#PageMan.pageManDetail #Main .toc-list a:hover {
    text-decoration: underline !important;
} 

.toc-list--head {
    flex: 0 1 80px;
    margin-bottom: 0;
    padding: 20px 10px;
    text-align: center;
    font-weight: bold;
}

.toc-list--body {
    flex-basis: auto;
    border-left: 1px solid #ccc;
    padding: 20px 20px 20px 40px;
    flex-grow: 3;
}

.toc-list--body ul,
.toc-list--body ol {
    margin-left: 2rem;
}






/*####################　サブ（トップ）　####################*/

#PageIndex #Sub #SubOrder img {
	margin : 0 ;
	padding : 0 ;
	vertical-align: top ;
}

#PageIndex #Sub #SubOrder .sub_order_btn {
	padding : 0 16px ;
	background : url(../img/sub/application_btn_back.png) left top no-repeat ;
	height : 78px ;
}

/*バナー*/
#PageIndex #Sub #SubBnr{
	margin-bottom:23px;	
}
#SubBnr ul li{
	margin-bottom:8px;	
}


/*その他*/
#SubOther{
	margin:0 3px 15px ;	
}
#SubOther h3{
	background-color:#ececec;
	background-image:url(../img/sub/sub-ttl-line.gif);
	background-position:8px center;
	background-repeat:no-repeat;
	padding:10px 10px 10px 20px;
	font-weight:bold;
	font-size:13px;	
}
#SubOther .cont{
	border-right:2px solid #ececec;
	border-left:2px solid #ececec;	
	padding:12px 6px;
	_padding:12px 10px;
}
#SubOther .subSearch p{
	font-size:10px;	
}
#SubOther .subSearch p span{
	font-size:12px;
	font-weight:bold;
}
#SubOther .searchBox .left{
	font-size:10px;
	line-height:20px;
	font-weight:bold;
	float:left;
}
#SubOther .searchBox .right input{
	width:140px;
	float:right;
}
#SubOther .searchSelect{
	text-align:right;
	margin:5px 0 7px;	
}
#SubOther .subSearch select{
	padding:3px 0.1em;
	width:80px;	
}
#SubOther .searchBtn{
	text-align:center;	
}
#SubOther .subSearch input.searchDomain:hover{
     filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;	
}
#SubOther .subPayment p{
	font-size:11px;
	margin-bottom:5px;	
}
#SubOther .subPayment .img a{
	display:block;
}
#SubOther a:hover{
     filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;	
}
#SubOther .subInstall p{
	font-size:11px;
}
#SubOther .subInstall ul{	
	text-align:center;
}
#SubOther .subInstall ul li{
	margin:0 auto 5px;	
}
#SubOther .subInstall ul li.mtLogo{width:150px;}
#SubOther .subInstall ul li.wpLogo{width:150px;}
#SubOther .subInstall ul li.xoopsLogo{width:100px;}

#SubOther .subInstall ul li a{
	display:block;
}

#SubOther .cont.subInstall{
	border-bottom:2px solid #ececec;	
}




/*####################　メイン　####################*/

#Main .contentsBox {
	margin:0;
	padding:0;
}
#Main .contentsBox .contentsBox2 {
	border:1px solid #d2d2d2;
	background-repeat:repeat;
	background-position:left top;
	text-align:center;
	margin:0 0 12px 0;
	padding:0;
}
#Main .cont {
    margin-bottom: 35px;
    padding: 0 10px;
}

#Main h3 {
	background:url(../img/ttl-line03.gif) left bottom no-repeat;	
	padding:10px 0 15px 5px;
	margin-bottom:20px;
	font-size:20px;
}

#Main h4 {
    background: url(../img/ttl-line01.gif) left top no-repeat;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0 10px 18px;
	clear : both ;
}

#Main dl.columns {
	padding : 12px ;
	border : 1px solid #b3b3b3 ;
	margin-bottom : 15px ;
}

#Main dl.columns dt {
	font-weight : bold ;
	margin-bottom : 8px ;
}

#Main dl.columns dd {
	padding : 0 10px ;
}

#Main .ButtonBox {
	text-align : center ;
	margin-bottom : 12px ;
}


#Main .ButtonBox a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}

#Main .ButtonBox input[type="image"]:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}




/*####################　テーブル(共通)　####################*/

#Main .cont table {
	border-top : 1px solid #b3b3b3 ;
	border-left : 1px solid #b3b3b3 ;
	border-collapse : collapse ;
	width : 100% ;
}

#Main .cont table th {
	border-right : 1px solid #b3b3b3 ;
	border-bottom : 1px solid #b3b3b3 ;
	padding : 6px ;
	background : #666 ;
	color : #fff ;
	text-align : center ;
}

#Main .cont table td {
	border-right : 1px solid #b3b3b3 ;
	border-bottom : 1px solid #b3b3b3 ;
	padding : 6px ;
}

#Main .cont table th.sub_th {
	color : #333 ;
	background : #dedede ;
}


/*####################　トップページ　####################*/

#PageIndex #TopImg {
	margin : 0 3px 45px ;
    position: relative;
}
#PageIndex #TopImg img {
	position: relative;
	z-index: 1;
}
#PageIndex .TopImg_concept {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	position: absolute;
	top: 210px;
	left: 0;
	z-index: 2;
}
#PageIndex .TopImg_concept a {
	color: #fff;
}
#PageIndex .TopImg_concept sup {
	display: inline;
	font-size: 60%;
	line-height: 0;
	position: relative;
	top: -0.5em;
}
#PageIndex .TopImg_concept .TopImg_concept_note {
	display: block;
	margin: -5px 30px 0 0;
	text-align: right;
	font-size: 10px;
}

#PageIndex #MainTopImg {
	position : relative ;
	float : left ;
	width : 596px ;
	height : 270px ;
}

#PageIndex #MainTopImg #pickup_topics {
	width : 596px ;
	height : 270px ;
	position : relative ;
	overflow : hidden ;
}

#PageIndex #MainTopImg #pickup_topics .prev {
	display : block ;
	position : absolute ;
	left : 8px ;
	top : 50% ;
	margin-top : -17px ;
	width : 35px ;
	height : 35px ;
	z-index : 99 ;
}

#PageIndex #MainTopImg #pickup_topics .next {
	display : block ;
	position : absolute ;
	right : 8px ;
	top : 50% ;
	margin-top : -17px ;
	width : 35px ;
	height : 35px ;
	z-index : 99 ;
}

#PageIndex #TopSearch {
	float : right ;
	width : 304px ;
	height : 240px ;
	background : url(../img/contents/top_domain_search_back.png) left top no-repeat ;
	padding : 15px 30px ;
	text-align : center ;
}

#PageIndex #TopSearch img {
	margin-bottom : 5px ;
}

#PageIndex #TopSearch input[type="text"] {
	padding : 4px 5px ;
	width : 294px ;
	margin-bottom : 8px ;
}

#PageIndex #TopSearch table {
	width : 304px ;
	margin-bottom : 8px ;
}

#PageIndex #TopSearch table td {
	padding : 3px 4px ;
}

#PageIndex #TopSearch .ButtonBox {
	margin-bottom : 6px ;
}

#PageIndex #TopSearch .ButtonBox input:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}


#PageIndex #TopSearch .Assist {
	font-size : 75% ;
	margin-bottom : 0 ;
}


/*####################　メイン（トップ）　####################*/
#Slide {
	background:url(../img/contents/bg-top-slide.jpg) left top no-repeat;
	width:936px;
	_width:950px;
	height:246px;
	_height:252px;
	padding:6px 6px 0;	
	margin-bottom:8px;
}

#PageIndex .aboutList a,
#PageIndex .otherLink .left a{
	text-decoration:underline;
}
#PageIndex .contAbout{
	margin:0 1px 20px;
}

#PageIndex .contAbout {
	clear : right ;
}


#PageIndex .contAbout h2{
    background: url(../img/ttl-line04.gif) left center repeat-x;
    font-size: 16px;
    font-weight: bold;
    padding:0;
	margin : 0 0 10px ;
}


#PageIndex .contAbout h2 span{
	background-color:#fff;
	padding-right:10px;
}

#PageIndex .contAbout .title img {
	float : left ;
	margin : 0 15px 10px 8px ;
}

#PageIndex .contAbout .title p {
	clear : right ;
	margin : 0 8px 10px 0 ;
	font-size : 90% ;
}

#PageIndex .contAbout .list01{
	width:725px;
	height : 162px ;
	margin-bottom : 12px ;
	padding : 0 8px ;
}

#PageIndex .contAbout .list01 li {
	width : 235px ;
	height : 162px ;
	float : left ;
	margin-right : 10px ;
}

#PageIndex .contAbout .list01 li.about03 {
	margin-right : 0 ;
}

#PageIndex .contAbout .list02 {
	margin : 0 8px 10px ;
	width : 725px ;
}

#PageIndex .contAbout .list02 li {
	width : 235px ;
	height : 30px ;
	border-bottom : 1px dashed #b3b3b3 ;
	margin-right : 10px ;
	float : left ;
}

#PageIndex .contAbout .list02 li.list_right {
	margin-right : 0 ;
}

#PageIndex .contAbout .list02 li dl dt {
	float : left ;
	width : 145px ;
	height : 30px ;
	line-height : 30px ;
	padding-left : 5px ;
}

#PageIndex .contAbout .list02 li dl dd {
	float : right ;
	width : 80px ;
	height : 30px ;
	line-height : 30px ;
	text-align : right ;
	padding-right : 5px ;
	color : #1967b3 ;
	font-weight : bold ;
}

#PageIndex .contAbout .list02 li dl img {
	vertical-align : middle !important;
}

#PageIndex .contAbout dt img {
    vertical-align: top;
	margin-top:-1px;
}

#PageIndex .contLink{
	padding : 0 7px 0 8px ;
	margin-bottom : 20px ;
}

#PageIndex .contLink li{
	float:left;
	width : 172px ;
	margin-right : 12px ;
}

#PageIndex .contLink li.menu04{
	margin-right : 0 ;
}

#PageIndex .contLink li a {
	display : block ;
	width : 172px ;
	height : 175px ;	
}

#PageIndex .contLink li a:hover {
	filter : opacity ;
	width : 172px ;
	height : 175px ;	
}

#PageIndex .contNews{
	padding:0 3px;	
	width : 960px ;
	clear : both ;
}
#PageIndex .contNews h2{
    background: url(../img/ttl-line04.gif) left center repeat-x;
    font-size: 16px;
    font-weight: bold;
    padding:0;
	margin-bottom:10px;	
}
#PageIndex .contNews h2 span{
	background-color:#fff;
	padding-right:10px;
}
#PageIndex .contNews dl{
	background:url(../img/ttl-line03.gif) left bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:12px;
}
#PageIndex .contNews dt{
	padding:5px 0 5px 5px;	
	font-size:11px;
	font-weight:bold;
	color:#1967b3;
	width:105px;
	_width:115px;
	float:left;
	clear:both;
	line-height:1.6;
	line-height:1.4\9;
}
#PageIndex .contNews dt span{
	background:url(../img/icon-circle.gif) left top no-repeat;	
	padding:0 0 2px 20px;
}
#PageIndex .contNews dd{
	width:800px;
	float:left;
	font-size:13px;
	padding:5px 0;
	line-height:1.4;
}
#PageIndex .contNews dd a{
	text-decoration: underline;
}
#PageIndex .contNews dd a:hover {
	text-decoration: none;
}
#PageIndex .contNews dt img {
    vertical-align: text-bottom;
}
#PageIndex .contNews dt.first,
#PageIndex .contNews dd.first{
	padding-top:0;
	background:none;
}
#PageIndex .contNews .otherLink{
	margin-bottom:35px;	
}
#PageIndex .contNews .otherLink .left{float:left;}
#PageIndex .contNews .otherLink .right{ float:right; width : 86px !important;}
#PageIndex .contNews .otherLink .left li{
	background: url(../img/icon-arrow-blue02.png)  left 5px no-repeat;
	font-size: 11px;
	padding: 0 25px 0 10px;
	line-height:1.35;
	float:left;
}
#PageIndex .contNews .otherLink .left li a{
	color: #666666;
}
#PageIndex .contNews .otherLink .left li a:hover{
    color:#858585;
}

#PageIndex .contNews .otherLink .right .twitter {
	width : 83px ;
	height : 22px ;
	float : left ;
	margin-right : 10px ;
}

#PageIndex .contNews .otherLink .right .facebook {
	width : 86px ;
	height : 22px ;
	/*float : left ;*/
}

#PageIndex #Main .left_container {
	width : 960px ;
	margin : 0 ;
	padding : 0 ;
}

#PageIndex #Main .right_container {
	width : 200px ;
	float : right ;
	margin : 0 ;
	padding : 0 ;
}

#PageIndex #Main .right_container h4 {
	margin : 0 ;
	padding : 0 ;
	background : none ;
}

#PageIndex #Main .right_container table {
	border-collapse : separate ;
	margin-bottom : 8px ;
}

#PageIndex #Main .right_container table th {
	font-weight : bold ;
	color : #144a87 ;
	font-size : 90% ;
} 

#PageIndex #Main .right_container table td {
	width : 85px ;
	text-align : right ;
	font-size : 90% ;
}

#PageIndex #Main .right_container tr {
	background : #b6cadd ;
}
#PageIndex #Main .right_container th, 
#PageIndex #Main .right_container td {
	border-top : 1px solid #ccdae7 ;
	border-bottom : 1px solid #a1abb4 ;
	padding : 10px 5px ;
}
#PageIndex #Main .right_container tr:nth-child(2n+1) {
	background : #d2dfeb ;
}
#PageIndex #Main .right_container tr:nth-child(2n+1) th, 
#PageIndex #Main .right_container tr:nth-child(2n+1) td {
	border-top : 1px solid #e0e9f1 ;
	border-bottom : 1px solid #acb7c1 ;
	padding : 10px 5px ;
}

/* ▼ nth-child非対応ブラウザ(IE8以下)用 ▼ */
#PageIndex #Main .right_container table tr.odd {
	background : #d2dfeb ;
}
#PageIndex #Main .right_container table tr.odd th, 
#PageIndex #Main .right_container table tr.odd td {
	border-top : 1px solid #e0e9f1 ;
	border-bottom : 1px solid #acb7c1 ;
	padding : 10px 5px ;
}
/* ▲ nth-child非対応ブラウザ(IE8以下)用 ▲ */

#PageIndex #Main .contFeature li {
	margin-bottom : 15px ;
	font-size : 90% ;
	zoom : 1 ;
}

#PageIndex #Main .contFeature li h4 {
	margin : 0 ;
	padding : 0 ;
	background : none ;
}

#PageIndex #Main .contFeature li .inner {
	padding : 8px 15px 10px ;
	background : url(../img/contents/index_feature_list_back.png) left bottom repeat-x ;
	border-left : 1px solid #ccc ;
	border-right : 1px solid #ccc ;
	border-bottom : 1px solid #ccc ;
}

#PageIndex #Main .contFeature li .inner img.right {
	float : right ;
	margin : 0 0 10px 15px ;
}

#PageIndex #Main .contFeature li#indexFeatureList02 {
	width : 245px ;
	float : left ;
}

#PageIndex #Main .contFeature li#indexFeatureList03 {
	width : 245px ;
	float : right ;
}

#PageIndex #Main .contFeature li:after {
	content : "";
	display : block ;
	clear : both ;
}


/* サーバー機能 */

#PageFeatureServer #function_feature_list, 
#PageFeatureBlog #function_feature_list, 
#PageFeatureMail #function_feature_list {
	margin-bottom : 40px ;
	zoom : 1 ;
	clear : both ;
}

#PageFeatureServer #function_feature_list li, 
#PageFeatureBlog #function_feature_list li, 
#PageFeatureMail #function_feature_list li {
	float : left ;
	width : 320px ;
	margin-right : 15px ;
}

#PageFeatureServer #function_feature_list li:last-child, 
#PageFeatureBlog #function_feature_list li:last-child, 
#PageFeatureMail #function_feature_list li:last-child {
	margin-right : 0 ;
}

#PageFeatureBlog #function_feature_list li dl {
	border : 1px solid #b3b3b3 ;
	padding : 15px ;
}


#PageFeatureBlog #function_feature_list li dt {
	padding-left : 62px ;
	position : relative ;
	height : 53px ;
	margin-bottom : 8px ;
	font-size : 125% ;
	font-weight : bold ;
}

#PageFeatureServer #function_feature_list li dt img, 
#PageFeatureBlog #function_feature_list li dt img {
	position : absolute ;
	top : 0 ; 
	left : 0px ;
}

#PageFeatureServer #function_feature_list:after, 
#PageFeatureBlog #function_feature_list:after {
	content: "";
	display : block ;
	height : 0 ;
	clear : both ;
}

/* Server分だけ上書き */

#PageFeatureServer #function_feature_list li {
	border : 1px solid #b3b3b3 ;
	padding : 0 15px 15px ;
	width : 290px ;
}

#PageFeatureServer #function_feature_list li dl {
	clear : both ;
}

#PageFeatureServer #function_feature_list li dt {
	margin-bottom : 15px ;
	font-size : 125% ;
	font-weight : bold ;
}

#PageFeatureServer #function_feature_list li.server_php_section dt {
	color : #00a498 !important;
}

#PageFeatureServer #function_feature_list li.server_noad_section dt {
	color : #f29600 !important;
}



#PageFeatureServer #function_feature_list li h5 {
	height : 24px ;
	line-height : 24px ;
	color : #fff ;
	float : left ;
	padding : 0 8px ;
	margin-bottom : 8px ;
}

#PageFeatureServer #function_feature_list li.server_php_section h5{
	background : #00a498 ;
}

#PageFeatureServer #function_feature_list li.server_noad_section h5{
	background : #f29600 ;
}

.PageFeatureServer #Main .cont table .item_name, 
.PageFeatureServerStatic #Main .cont table .item_name, 
.PageFeatureBlog #Main .cont table .item_name, 
.PageFeatureMail #Main .cont table .item_name {
	width : 140px ;
} 

.PageFeatureServer #Main .cont table .item_content, 
.PageFeatureServerStatic #Main .cont table .item_content, 
.PageFeatureMail #Main .cont table .item_content {
	text-align : center ;
	width : 100px ;
} 

.PageFeatureBlog #Main .cont table .item_content {
	text-align : center ;
	width : 125px ;
}

.PageFeatureServer #Main .cont table th, 
.PageFeatureServerStatic #Main .cont table th, 
.PageFeatureBlog #Main .cont table th, 
.PageFeatureMail #Main .cont table th {
	font-weight : bold ;
}

.PageFeatureServer #Main .cont table th.server_php_section, 
.PageFeatureServerStatic #Main .cont table th.server_php_section {
	background : #00a498 ;
}

.PageFeatureServer #Main .cont table th.server_noad_section, 
.PageFeatureServerStatic #Main .cont table th.server_noad_section {
	background : #f29600 ;
}

.PageFeatureServer #Main .cont table th.xserver_section, 
.PageFeatureServerStatic #Main .cont table th.xserver_section, 
.PageFeatureMail #Main .cont table th.xserver_section {
	background : #1063a8 ;
}


.PageFeatureServer #Main .cont table td.server_php_section, 
.PageFeatureServerStatic #Main .cont table td.server_php_section {
	background : #ccf5f2 ;
}

.PageFeatureServer #Main .cont table td.server_noad_section, 
.PageFeatureServerStatic #Main .cont table td.server_noad_section {
	background : #fff3e0 ;
}

.PageFeatureServer #Main .cont table td.xserver_section, 
.PageFeatureServerStatic #Main .cont table td.xserver_section, 
.PageFeatureMail #Main .cont table td.xserver_section {
	background : #ddf0ff ;
}

.PageFeatureBlog #Main .cont table th.blog_section {
	background : #00709b ;
}

.PageFeatureBlog #Main .cont table th.wpx_section {
	background : #1967b2 ;
}

.PageFeatureBlog #Main .cont table td.blog_section {
	background : #d5f3ff ;
}

.PageFeatureBlog #Main .cont table td.wpx_section {
	background : #ddf0ff ;
}


.PageFeatureMail #Main .cont table th.mail_section {
	background : #80ba33 ;
}

.PageFeatureMail #Main .cont table td.mail_section {
	background : #eeffd7 ;
}

.PageFeatureServer #Main .cont table th.xserver_section a, 
.PageFeatureServerStatic #Main .cont table th.xserver_section a, 
.PageFeatureBlog #Main .cont table th.wpx_section a, 
.PageFeatureMail #Main .cont table th.xserver_section a {
	color : #fff ;
	text-decoration : underline ;
}


#related_services h4 {
	margin : 0 ;
	padding : 0 ;
	background : none ;
}

#related_services .cont {
	margin : 0 ;
	padding : 0 ;
}

#related_services .cont .intro {
	margin-bottom : 0 ;
	padding : 8px 12px ;
	border-left : 1px solid #b3b3b3 ;
	border-right : 1px solid #b3b3b3 ;
	border-bottom : 1px solid #b3b3b3 ;
	background : #dbeeff ;
	color : #1d5f9c ;
	font-size : 90% ;
}

#related_services .cont .intro h6 {
	font-size : 125% ;
	margin-bottom : 8px ;
	clear : both ;
}

#related_services .cont .intro p {
	margin-bottom : 0 ;
}

#related_services .cont ul li {
	padding : 12px 14px ;
	border-left : 1px solid #b3b3b3 ;
	border-right : 1px solid #b3b3b3 ;
	background : url(../img/dot_line_x.gif) left bottom repeat-x ;
	min-height : 132px ;
	height : auto !important;
	height : 132px ;
	clear : both ;
	zoom : 1 ;
	vertical-align : top ;
}

#related_services .cont ul li:last-child {
	background : none ;
	border-bottom : 1px solid #b3b3b3 ;
}

#related_services .cont ul li:after {
	content : "";
	display : block ;
	height : 0 ;
	clear : both ;
}

#related_services .cont ul li img {
	float : left ;
	width : 214px ;
	height : 132px ;
	margin : 0 15px 10px ;
}

#related_services .cont .related_service_info {
	float : right ;
	width : 440px ;
}

#related_services .cont ul li strong {
	color : #1c5e9c ;
	display : block ;
	margin-bottom : 5px ;
}

#related_services .cont ul li h5 {
	margin-bottom : 10px ;
	font-size : 120% ;
}

#related_services .cont ul li p {
	font-size : 90% ;
	color : #777 ;
}

#related_services .cont ul li .service_url {
	font-size : 90% ;
	margin-bottom : 12px ;
	display : block ;
}

#related_services .cont ul li .service_url a {
	color : #777 ;
}

#related_services .cont .feature_sp_favor {
	clear : both ;
	padding : 8px 8px 8px 13.2em ;
	text-indent : -10.7em ;
	background : #fdd7b5 url(../img/contents/icon_special_favor.png) 8px 4px no-repeat ;
	border : 1px solid #b3b3b3 ;
}

#related_services .cont .feature_sp_favor .txt_del {
	text-decoration : line-through ;
}

#related_services .cont .feature_sp_favor strong {
	color : #f56608 ;
	padding-right : 12px ;
	display : inline ;
}

#related_services .cont .feature_sp_favor strong.red {
	color : red !important;
	padding-right : 0 ;
}

/*####################　機能　####################*/
/*
共通テーブル
-------------------------------------*/
#PageFunctions #Main table{
	width:100%;
	_width:910px;
	font-size:13px;
}
#PageFunctions #Main table th,
#PageFunctions #Main table td{
	border:1px solid #d3d3d3;
	padding:10px 12px;
}
#PageFunctions #Main table.table02 td{
	padding:17px;
}

#PageFunctions #Main table.table01 th.menu01{width:20%;}
#PageFunctions #Main table.table01 th.menu03,
#PageFunctions #Main table.table01 th.menu04,
#PageFunctions #Main table.table01 th.menu05{width:9.8%;}
#PageFunctions #Main table.table02 th.menu01{width:36%;}
#PageFunctions #Main table.table04 th.menu02,
#PageFunctions #Main table.table04 th.menu03,
#PageFunctions #Main table.table04 th.menu04{width:26%;}

#PageFunctions #Main table tr.first th{background:url(../img/contents/table-shadow01w.gif) left top repeat-x #f0f4f7;}
#PageFunctions #Main table tr.first td{background:url(../img/contents/table-shadow02.gif) left top repeat-x;}

#PageFunctions #Main table th{
	font-weight:bold;
	background-color:#f0f4f7;	
}
#PageFunctions #Main table tr.head th{
	background:url(../img/contents/table-head-ttl.gif) left bottom no-repeat #7d7d7d;
	text-align:center;
	color:#fff;	
	padding:10px 15px;
}
#PageFunctions #Main table.table04 tr.head th.menu01{background:url(../img/contents/table-head-ttl-gary.gif) left bottom no-repeat #767676;}
#PageFunctions #Main table.table04 tr.head th.menu02{background:url(../img/contents/table-head-ttl-red.gif) left bottom no-repeat #a44040;}
#PageFunctions #Main table.table04 tr.head th.menu03{background:url(../img/contents/table-head-ttl-orange.gif) left bottom no-repeat #ec7f28;}
#PageFunctions #Main table.table04 tr.head th.menu04{background:url(../img/contents/table-head-ttl-blue.gif) left bottom no-repeat #1f79be;}


#PageFunctions #Main table tr.ptn2 th{
	background-color:#e7eaed;
}
#PageFunctions #Main table tr.common th{
	background:url(../img/contents/table-common-bg.gif) left bottom no-repeat #cbd9e6;
	padding:7px 12px;
	color:#355d7d;
}

#PageFunctions #Main table td{
	font-size:12px;	
	line-height:1.65;
}
#PageFunctions #Main table.table04 td{
	font-weight:bold;
	text-align:center;	
}
#PageFunctions #Main table td.fwB{
	text-align:center;
	font-size:13px;
}
#PageFunctions #Main table td img{	
	vertical-align:text-bottom;
}
#PageFunctions #Main table tr.ptn2 td{
	background-color:#f5f5f5;
}
#PageFunctions #Main table a{text-decoration:underline;	}
#PageFunctions #Main table a:hover{text-decoration:none;}


#PageFunctions #Main table.table04 tr.mobile span{font-weight:normal;}
#PageFunctions #Main table.table04 tr.manLink p{
	margin-bottom:0;
	background:url(../img/contents/icon-2way.gif) left top no-repeat;
	padding-left:50px;
	margin-left:155px;
}
#PageFunctions #Main table.table04 tr.manLink td{background-color:#f5f5f5;}
#PageFunctions #Main table.table04 tr.manLink p span{font-weight:normal;}

#PageFunctions #Main table.table04 tr.even th{background-color:#e7eaed;}

#PageFunctions #Main table.table04 tr td.rowRapid{background-color:#fcf5f5;}
#PageFunctions #Main table.table04 tr td.rowGeo{background-color:#fffaf6;}
#PageFunctions #Main table.table04 tr td.rowGrobal{background-color:#f8fcff;}

#PageFunctions #Main table.table04 tr.even td.rowRapid{background-color:#f2ebeb;}
#PageFunctions #Main table.table04 tr.even td.rowGeo{background-color:#f5f0ec;}
#PageFunctions #Main table.table04 tr.even td.rowGrobal{background-color:#eef2f5;}


#PagePrice.pagePriceDomain #Main .cont table.table05 tr td{
	text-align: left;
}


/*
機能一覧
-------------------------------------*/

#PageFunctions #Main .cont .notes{
	margin:10px 0 0 1em;
	text-indent:-1em;
	line-height:1.7;
}

/*
サーバー管理パネル
-------------------------------------*/
#PageFunctions.pageServiceServer #Main .lead{	
	padding:0 25px 35px 10px;
}
#PageFunctions.pageServiceServer #Main .lead .left{
	float:left;	
}
#PageFunctions.pageServiceServer #Main .lead .right{
	float:right;
	width:590px;	
}
#PageFunctions #Main table.table03 th.menu01{
	width:20%;
}
#PageFunctions #Main table.table03 th.menu03,
#PageFunctions #Main table.table03 th.menu04,
#PageFunctions #Main table.table03 th.menu05{
	width:9.8%;	
}


/*####################　料金　####################*/
/*
共通テーブル
-------------------------------------*/
#PagePrice #Main table{
	width:100%;
	_width:910px;
	font-size:13px;
}
#PagePrice #Main table th,
#PagePrice #Main table td{
	border:1px solid #d3d3d3;
	padding:12px;
}
#PagePrice #Main table.table01 th.menu01,
#PagePrice #Main table.table01 th.menu02,
#PagePrice #Main table.table01 th.menu04{width:19.5%;}
#PagePrice #Main table.table02 th.menu01{width:19.5%;}
#PagePrice #Main table.table02 th.menu03{width:29.5%;}
#PagePrice #Main table.table04 th.menu02,
#PagePrice #Main table.table04 th.menu03,
#PagePrice #Main table.table04 th.menu04{width:26%;}

#PagePrice #Main table tr.first th{
	background:url(../img/contents/table-shadow01.gif) left top repeat-x #f0f4f7;
}
#PagePrice #Main table th{
	font-weight:bold;
	background-color:#f0f4f7;	
}
#PagePrice #Main table tr.head th{
	background:url(../img/contents/table-head-ttl.gif) left bottom no-repeat #7d7d7d;
	text-align:center;
	color:#fff;	
	padding:10px 15px;
}
#PagePrice #Main table tr.ptn2 th{
	background-color:#e7eaed;
}
#PagePrice #Main table tr.common th{
	background:url(../img/contents/table-common-bg.gif) left bottom no-repeat #cbd9e6;
	padding:7px 12px;
	color:#355d7d;
}
#PagePrice #Main table th.year{
	text-align:center;		
}
#PagePrice #Main table.table04 tr.head th.menu01{background:url(../img/contents/table-head-ttl-gary.gif) left bottom no-repeat #767676;}
#PagePrice #Main table.table04 tr.head th.menu02{background:url(../img/contents/table-head-ttl-red.gif) left bottom no-repeat #a44040;}
#PagePrice #Main table.table04 tr.head th.menu03{background:url(../img/contents/table-head-ttl-orange.gif) left bottom no-repeat #ec7f28;}
#PagePrice #Main table.table04 tr.head th.menu04{background:url(../img/contents/table-head-ttl-blue.gif) left bottom no-repeat #1f79be;}



#PagePrice #Main table tr.first td{
	background:url(../img/contents/table-shadow02.gif) left top repeat-x;
}
#PagePrice #Main table tr.first td.term{
	background:url(../img/contents/table-shadow01.gif) left top repeat-x #f0f4f7;
}
#PagePrice #Main table td.term{
	font-weight:bold;
	background-color:#f0f4f7;	
}
#PagePrice #Main table tr.ptn2 td.term{
	background-color:#e7eaed;
}
#PagePrice #Main table td{
	font-size:12px;	
	line-height:1.65;
	text-align:center;
}
#PagePrice #Main table td.fwB{
	text-align:center;
	font-size:13px;
}
#PagePrice #Main table tr.ptn2 td{
	background-color:#f5f5f5;
}
#PagePrice #Main table.table04 td{
	font-weight:bold;
	text-align:center;	
}

#PagePrice #Main table a{text-decoration:underline;}
#PagePrice #Main table a:hover{text-decoration:none;}

#PagePrice #Main table.table04 tr.even th{background-color:#e7eaed;}

#PagePrice #Main table.table04 tr td.rowRapid{background-color:#fcf5f5;}
#PagePrice #Main table.table04 tr td.rowGeo{background-color:#fffaf6;}
#PagePrice #Main table.table04 tr td.rowGrobal{background-color:#f8fcff;}

#PagePrice #Main table.table04 tr.even td.rowRapid{background-color:#f2ebeb;}
#PagePrice #Main table.table04 tr.even td.rowGeo{background-color:#f5f0ec;}
#PagePrice #Main table.table04 tr.even td.rowGrobal{background-color:#eef2f5;}

#PagePrice #Main table.table04 tr.mobile span{font-weight:normal;}
#PagePrice #Main table.table04 tr.manLink p{
	margin-bottom:0;
	background:url(../img/contents/icon-2way.gif) left top no-repeat;
	padding-left:50px;
	margin-left:155px;
}
#PagePrice #Main table.table04 tr.manLink td{background-color:#f5f5f5;}
#PagePrice #Main table.table04 tr.manLink p span{font-weight:normal;}




#PagePrice #Main .cont .notes span{
	font-weight:bold;
	color:#ff3347;	
}
/*
各プラン
-------------------------------------*/

#PagePrice #Main ul.bnr{
	padding-left:10px;	
	margin-bottom:30px;
}
#PagePrice #Main ul.bnr li{
	margin-bottom:10px;
	position: relative;
	left: 84px;
}
#PagePrice #Main ul.bnr li img{
	vertical-align:bottom;	
}
#PagePrice #Main ul.bnr li p{
	font-size: 90%;
}

#PagePrice #Main p.lead{
	padding-left:10px;
	margin-bottom:40px;	
}
#PagePrice #Main p.lead a{
	text-decoration:underline;
}
#PagePrice #Main p.lead a:hover{
	text-decoration:none;
}


/*####################　サポート　####################*/
/*
お問い合わせ
-------------------------------------*/

#PageSupport.pageSupport #Main .cont ul.before li {
	margin-bottom:6px;
	padding-left:15px;
	background:url(../img/icon-arrow-blue01.png) 0px 8px no-repeat;
	font-size:12px;
	line-height:1.7;	
}
#PageSupport.pageSupport #Main .cont ul.before li a {
	font-size:14px;
	text-decoration: underline;
}

#PageSupport.pageSupport #Main .cont ul.before li a:hover {
	text-decoration: none;
}
#PageSupport.pageSupport #Main .cont .telBox {
	padding:23px 20px 22px 20px;
	background-color:#f7f8fa;
	border:1px solid #84a8c5;
	width:868px;
	_width:910px;
}
#PageSupport.pageSupport #Main .cont .telBox p {
	margin-bottom:0;
	font-size:13px;
}
#PageSupport.pageSupport #Main .cont .telBox img {
	margin-bottom:22px;
}
#PageSupport.pageSupport #Main .cont ul {
	margin-bottom:10px;
}
#PageSupport.pageSupport #Main .cont ul li {
	background:url(../img/list-dot.gif) 5px 9px no-repeat;
	padding-left:20px;
	line-height:1.7;	
}
#PageSupport.pageSupport #Main .exmBoxWrap {
	margin-bottom:16px;
	padding-top:5px;
	width:910px;
	background:url(../img/contents/support-exm-bg-top.gif) left top no-repeat;
}
#PageSupport.pageSupport #Main .exmBox {
	padding:10px 17px 10px 17px;
	background:url(../img/contents/support-exm-bg-btm.gif) left bottom no-repeat;
	width:876px;
	_width:910px;
}
#PageSupport.pageSupport #Main .exmBox p {
	font-size:13px;
	text-align:left;
	line-height:1.5;
}
#PageSupport.pageSupport #Main .exmBox .left {
	float:left;
	width:416px;
}
#PageSupport.pageSupport #Main .exmBox .right {
	float:right;
	width:416px;
}
#PageSupport.pageSupport #Main .exmBox h4 {
	margin-bottom:12px;
	width:118px;
	height:21px;
	font-size:11px;
	line-height:21px;
	color:#fff;
	background:url(../img/contents/support-exm-bg-title.gif) left top no-repeat;
	text-align:center;
}
#PageSupport.pageSupport #Main .cont ul.sub {
	margin-left:15px;
}
#PageSupport.pageSupport #Main .cont ul.sub li {
	background:none;
	padding-left:0;
	text-indent:-1em;
}
#PageSupport.pageSupport #Main .cont .trbBox {
	padding:16px 20px 16px 20px;
	background-color:#fffdf5;
	border:1px solid #efe6c0;
	width:868px;
	_width:910px;
}
#PageSupport.pageSupport #Main .cont .trbBox p {
	margin-bottom:0;
	font-size:13px;
	line-height:1.85;
}
#PageSupport.pageSupport #Main .cont .trbBox p strong {
	color:#eca700;
}

#PageSupport.pageSupport #Main .contentsBox .formTitle{
	position:relative;
	width:100%;
}
#PageSupport.pageSupport #Main .contentsBox table{
	margin-bottom:8px;
	width:100%;	
	_width:910px;	
}
#PageSupport.pageSupport #Main .contentsBox table th,
#PageSupport.pageSupport #Main .contentsBox table td{
	border:1px solid #d3d3d3;
	padding:15px;	
}
#PageSupport.pageSupport #Main .contentsBox table th {
	width:150px;
	color : #333 ;
}
#PageSupport.pageSupport #Main .contentsBox table tr.head th{
	background:url(../img/contents/table-head-ttl.gif) left bottom no-repeat #7d7d7d;
	text-align:center;
	color:#fff;
	font-weight:bold;	
	padding:5px 0;
	width:100%;
}
#PageSupport.pageSupport #Main .contentsBox table tr.idLine th{
	background:url(../img/contents/table-shadow03.gif) left top repeat-x #F0F0F0;
}
#PageSupport.pageSupport #Main .contentsBox table tr.idLine td{
	background:url(../img/contents/table-shadow02.gif) left top repeat-x;
}
#PageSupport.pageSupport #Main .contentsBox table th{
	background-color:#f0f0f0;
	font-weight:bold;	
}
#PageSupport.pageSupport #Main .contentsBox table tr.idLine .input01{
	float:left;
	width:210px;
	margin-right:10px;
}
#PageSupport.pageSupport #Main .contentsBox table tr.idLine p{
	margin-bottom:0;
	float:left;
	width:460px;
	line-height:31px;
	font-size:11px;
}
#PageSupport.pageSupport #Main .contentsBox table tr.accountLine td{
	font-size:13px;
}
#PageSupport.pageSupport #Main .contentsBox table tr.btn td{
	padding:25px 15px;
	text-align:center;	
}
#PageSupport.pageSupport #Main .contentsBox table .submitBtn{
	width:100%;
	text-align: center;	
}
#PageSupport.pageSupport #Main .contentsBox table .loginBtn{
	width:375px;
	margin:0 auto;
}
#PageSupport.pageSupport #Main .contentsBox table .submitBtn input{
	display:block;
	height:65px;
	font-size:15px;
	font-weight:bold;
	line-height:60px;
	background:url(../img/contents/btn-bg3.gif) left top no-repeat;
	text-decoration:none;
	cursor: pointer;
}
#PageSupport.pageSupport #Main .contentsBox table .submitBtn input:hover{
	background-position:left bottom;
	cursor: pointer;
}
#PageSupport.pageSupport #Main .input01{
	background:url(../img/contents/support-input-01.gif) left top no-repeat;
	width:210px;
	padding-top:6px;
	height:25px;
	_height:31px;
}
#PageSupport.pageSupport #Main .input02{
	background:url(../img/contents/support-input-02.gif) left top no-repeat;
	width:460px;
	padding-top:6px;
	height:25px;
	_height:31px;
}
#PageSupport.pageSupport #Main .input03{
	background:url(../img/contents/support-input-03.gif) left top no-repeat;
	width:701px;
	padding-top:6px;
	height:25px;
	_height:31px;
}
#PageSupport.pageSupport #Main .input04{
	background:url(../img/contents/support-input-04.gif) left top no-repeat;
	width:701px;
	padding-top:1px;
	height:220px;
	_height:221px;
}
#PageSupport.pageSupport #Main input {
	margin:0 10px;
	padding:0;
	border:none;
	background:none;	
}
#PageSupport.pageSupport #Main textarea {
	resize: none;
	margin:0 3px 0 10px;
	padding:3px 0;
	border:none;
	background:none;	
	height:210px;
	_height:211px;
}
#PageSupport.pageSupport #Main .input01 input{width:190px;}
#PageSupport.pageSupport #Main .input02 input{width:440px;}
#PageSupport.pageSupport #Main .input03 input{width:681px;}
#PageSupport.pageSupport #Main .input04 textarea{width:688px;}

#PageSupport.pageSupport #Main .checkbox,
#PageSupport.pageSupport #Main .radio {
	background:url(../img/contents/support-radio-01.gif) left top no-repeat;
    width:22px;
    height:22px;
    clear: left;
    display: block;
    float: left;
    padding: 0 5px 0 0;
}
#PageSupport.pageSupport #Main .radio01 div {
	padding-right:40px;
	float:left;
	line-height:22px;
}

#PageSupport.pageSupport #Main a img:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}

.contact_alert {
    margin-bottom: 15px;
    padding: 8px 10px;
    background: #ffeec8;
    border: 1px solid #b3b3b3;
}

.contact_alert_ttl {
    font-size: 108%;
    margin-bottom: 8px;
}



/*
よくある質問
-------------------------------------*/
#PageSupport.pageFaq #Main h3{
	background:url(../img/ttl-line03.gif) left bottom no-repeat;	
	padding:10px 0 15px 15px;
	margin-bottom:20px;
	font-size:20px;
}
#PageSupport.pageFaq #Main .boxWrap {
	background:url(../img/contents/man-link-bg-all.gif) left bottom no-repeat;
	padding-bottom:5px;
}
#PageSupport.pageFaq #Main .box{
	padding:20px 15px 0 0;	
	background:url(../img/contents/man-link-bg.gif) left top no-repeat;
}
#PageSupport.pageFaq #Main p.lead{
	padding:0 15px;
	margin-bottom:35px;	
}
#PageSupport.pageFaq #Main .contentsBox h4 {
    background: url("../img/ttl-line01.gif") no-repeat scroll 7px top transparent;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0 10px 25px;
}
#PageSupport.pageFaq #Main .contentsBox ul li {
	margin-bottom:18px;
	padding-left:24px;
	background:24px top no-repeat;
	line-height:22px;
	font-weight:bold;
}
#PageSupport.pageFaq #Main .contentsBox ul li a {
	padding:0 0 0 40px;
}

#PageSupport.pageFaqDetail #Main dl dd a {
	text-decoration: underline;
}
#PageSupport.pageFaqDetail #Main  dl dd a:hover {
	text-decoration: none;
}

/*
よくある質問詳細
-------------------------------------*/
#PageSupport.pageFaqDetail #Main h3{
	background:url(../img/ttl-line03.gif) left bottom no-repeat;	
	padding:10px 0 15px 15px;
	margin-bottom:20px;
	font-size:20px;
}
#PageSupport.pageFaqDetail #Main .cont {
	padding:5px 0 0 0;
    background:url(../img/contents/terms-cont-bg-top.gif) left top no-repeat;
}
#PageSupport.pageFaqDetail #Main .cont .boxWrap {
	padding:0 0 5px 0;
    background:url(../img/contents/terms-cont-bg-btm.gif) left bottom no-repeat;
}
#PageSupport.pageFaqDetail #Main .cont dl {
	padding:0 0 20px 0;
    background:url(../img/contents/terms-cont-bg-mid.gif) left top repeat-y;
	border-bottom:1px solid #e2e2e2;
}
#PageSupport.pageFaqDetail #Main .cont dl.last {
	padding:0 0 15px 0;
	border:none;
}
#PageSupport.pageFaqDetail #Main .cont dl dt.title {
	padding:20px 0 4px 50px;
	/padding:22px 0 2px 50px;
    background:url(../img/icon-qa-q.gif) 19px 23px no-repeat;
	cursor:pointer;
}
#PageSupport.pageFaqDetail #Main .cont dl dd.content {
	display:none;
	padding:4px 15px 4px 50px;
    background:url(../img/icon-qa-a.gif) 19px 6px no-repeat;
}
#PageSupport.pageFaqDetail #Main .cont dl dd.content dl {
	padding: 10px;
	margin-bottom: 10px;
    background: none;
	border:1px solid #e2e2e2;
}
#PageSupport.pageFaqDetail #Main .cont dl dd.content dl dt {
	font-weight: bold;
}
#PageSupport.pageFaqDetail #Main .cont dl dd.content dl dd {
	padding: 0 0 10px 0;
}

#PageSupport.pageFaqDetail #Main .cont dl dd.content h6 {
	padding:5px 0 10px 0;
	color:#ff8a00;
	font-size:15px;
	font-weight:bold;
}
#PageSupport.pageFaqDetail #Main .cont dl dd.content table {
	width: 100%;
	margin-bottom: 10px;
}
#PageSupport.pageFaqDetail #Main .cont dl dd.content table tr th {
	background-color: #d2e2f0;
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	font-weight: bold;
	padding: 3px 10px;
	color: #1967b3;
}
#PageSupport.pageFaqDetail #Main .cont dl dd.content table tr td {
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	padding: 3px 10px;
}

#PageSupport.pageFaqDetail #Main .cont dl dd.content img {
	border: 1px solid #e2e2e2;
}
#PageSupport.pageFaqDetail #Main .cont dl dt.title span,
#PageSupport.pageFaqDetail #Main .cont dl dd.content span {
	display:none;
}
#PageSupport.pageFaqDetail #Main .cont dl dt.title.open {
	font-weight:bold;
}
#PageSupport.pageFaqDetail #Main .cont ul,
#PageSupport.pageFaqDetail #Main .cont ol {
	margin-bottom:10px;
}
#PageSupport.pageFaqDetail #Main .cont ul li {
	/*background:url(../img/list-dot.gif) 5px 9px no-repeat;*/
	padding-left:20px;
	line-height:1.7;
	text-indent: -1.3em;
}
#PageSupport.pageFaqDetail #Main .cont ol {
	margin-left:24px;
}
#PageSupport.pageFaqDetail #Main .cont strong.caution {
	color:#eca700;
	font-weight:bold;
}
#PageSupport.pageFaqDetail #Main .cont p img.fright {
	float:right;
	margin-left:15px;
}

.faq_table_th-left th {
	text-align: left!important;
}


/*
障害・メンテナンス情報
-------------------------------------*/
#PageSupport.pageInformation #Main .cont{
	padding:10px 0 20px;	
}

#PageSupport.pageInformation #Main .cont table{
	width:950px !important;
	margin: 0 0 20px 0;
	background:url(../img/line-dot02.gif) left bottom repeat-x;
	border-top : none !important;
	border-left : none !important; 
}
#PageSupport.pageInformation #Main .cont table th{
	padding:0 0 0 10px !important;	
	font-size:12px;
	font-weight:bold;
	color:#1967b3 !important;
	width:130px;
	_width:140px;
	line-height:1.5;
	vertical-align: top;
	border-right : none !important;
	border-bottom : none !important;
	background : none ;
	text-align : left !important;
}
#PageSupport.pageInformation #Main .cont table th span{
	background:url(../img/icon-circle.gif) left 1px no-repeat;	
	padding:0 0 2px 22px;
}
#PageSupport.pageInformation #Main .cont table td{
	width:820px;
	padding:0 0 10px !important;
	border-right : none !important;
	border-bottom : none !important;
}
#PageSupport.pageInformation #Main .cont table td ul li{
	margin-bottom:10px;
	line-height:1.4;
	text-indent: -1em;
	margin-left: 1em;
}
#PageSupport.pageInformation #Main .cont table td a{
	text-decoration: underline;
	background:url(../img/icon-arrow-blue01.png) left 3px no-repeat;
	padding-left:15px;
}
#PageSupport.pageInformation #Main .cont table td a:hover{
	text-decoration:none;	
}
#PageSupport.pageInformation #Main .contentsBox h3 {
    background: url(../img/ttl-line04.gif) left center repeat-x;
    font-size: 16px;
    font-weight: bold;
    padding:0;
	margin-bottom:10px;	
}
#PageSupport.pageInformation #Main .contentsBox h3 span{
	background-color:#fff;
	padding-right:10px;
}

/*
ニュース
-------------------------------------*/
#PageSupport.pageNews #Main .cont{
	padding:10px 0 20px;	
}

#PageSupport.pageNews #Main .cont table{
	margin: 0 0 15px 0 !important;
	width: 950px !important;
	background:url(../img/line-dot02.gif) left bottom repeat-x;
	border-top : none !important;
	border-left : none !important; 
}
#PageSupport.pageNews #Main .cont table th{
	padding:0 0 15px 10px !important;	
	font-size:12px;
	font-weight:bold;
	color:#1967b3 !important;
	width:130px;
	_width:140px;
	clear:both;
	line-height:1.6;
	line-height:1.4\9;
	vertical-align: top;
	border-right : none !important;
	border-bottom : none !important;
	background : none ;
	text-align : left !important;
}
#PageSupport.pageNews #Main .cont table th span{
	background:url(../img/icon-circle.gif) left 1px no-repeat;	
	padding:0 0 2px 22px;
}
#PageSupport.pageNews #Main .cont table td{
	width:820px;
	padding:0 0 15px !important;
	line-height:1.4;
	border-right : none !important;
	border-bottom : none !important;
}

#PageSupport.pageNews #Main .cont table td ul li{
	margin-bottom:10px;
	line-height:1.4;
	text-indent: -1em;
	margin-left: 1em;
}

#PageSupport.pageNews #Main .cont table td a{
	text-decoration: underline;
	background:url(../img/icon-arrow-blue01.png) left 3px no-repeat;
	padding-left:15px;
}
#PageSupport.pageNews #Main .cont table td a:hover{
	text-decoration:none;
}

/*
ニュース詳細
-------------------------------------*/
#PageSupport #Main .date{
	color:#1967b3;
	font-size:12px;
	font-weight:bold;
	padding:0 25px;	
}
#PageSupport #Main .entry{
	padding:0 25px 40px;
	background:url(../img/line-dot02.gif) left bottom repeat-x;
	margin-bottom:15px;
}
#PageSupport #Main .backLink{
	background:url(../img/icon-arrow-blue03.png) left 5px no-repeat;
	padding-left:10px;
	font-size:11px;
}
#PageSupport #Main .backLink a{
	color:#666666;
}

/*####################　マニュアル　####################*/
/*
マニュアル
-------------------------------------*/

#PageMan.pageMan #Main h3{
	background:url(../img/ttl-line03.gif) left bottom no-repeat;	
	padding:10px 0 15px 15px;
	margin-bottom:20px;
	font-size:20px;
}
#PageMan.pageMan #Main .boxWrap {
	background:url(../img/contents/man-link-bg-all.gif) left bottom no-repeat;
	padding-bottom:11px;
}
#PageMan.pageMan #Main .box{
	padding:15px 15px 0 0;	
	background:url(../img/contents/man-link-bg.gif) left top no-repeat;
}
#PageMan.pageMan #Main p.lead{
	padding:0 15px;
	margin-bottom:35px;	
}
#PageMan.pageMan #Main .contentsBox h4 {
    background: url("../img/ttl-line01.gif") no-repeat scroll 7px top transparent;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0 10px 25px;
}
#PageMan.pageMan #Main ul li{
	color:#90adc4;
	font-size:12px;
	font-weight:bold;
	padding:0 0 9px;
}

#PageMan.pageMan #Main ul li span{
	background:url(../img/icon-arrow-gray02.png) left 5px no-repeat;
	padding-left:15px;	
}
#PageMan.pageMan #Main ul li span a{
	color:#90adc4;
	background:none;
	padding-left:0;
	font-size:12px;
	font-weight:bold;
}
#PageMan.pageMan #Main ul li a{
	font-weight:normal;	
	text-decoration:none;
	background:url(../img/icon-arrow-blue02.png) left 5px no-repeat;
	padding-left:15px;
}
#PageMan.pageMan #Main ul{
	padding-left:15px;	
}
#PageMan.pageMan #Main ul ul li{
	padding:9px 0 0 0;	
}
#PageMan.pageMan #Main .left{
	width:313px;
	_width:328px;
	float:left;
}
#PageMan.pageMan #Main .right{
	width:313px;
	_width:328px;	
	float:right;
}
img.server_icon_index {
	padding: 8px 3px 3px 3px;
}
img.server_icon_01 {
	padding: 3px 0 3px 3px;
}
img.server_icon_02 {
	padding: 3px 0 3px 3px;
}

/*
マニュアル詳細
-------------------------------------*/


#PageMan.pageManDetail .man_detail_html {
	font-size: 14px;
	border: 1px solid #CCC;
	background-color: #fef4e5;
	padding: 5px 10px;
	margin-bottom: 10px;
}
#PageMan.pageManDetail .man_detail_php {
	font-size: 14px;
	border: 1px solid #CCC;
	background-color: #e5f6f4;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#PageMan.pageManDetail #Main .inner strong.caution {
	color:#C00;
	font-weight:bold;
	font-size: 14px;
}

#PageMan.pageManDetail #Main .inner dl.alert.alert_attention {
    background-color: #feecec;
}
#PageMan.pageManDetail #Main .inner dl.alert.alert_attention dt.alert_attention_title {
	font-weight:bold;
	font-size: 14px;
}


#PageMan.pageManDetail #Main .inner h6 {
	color:#C00;
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 8px;
}

#PageMan.pageManDetail #Main .box_wrap{
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	border-top:1px solid #d3d3d3;
	clear : both ;
}

#PageMan.pageManDetail #Main .box_wrap.yellow{
	border-left:1px solid #eca700;
	border-right:1px solid #eca700;
	border-bottom:1px solid #eca700;
	margin-bottom : 15px ;
}

#PageMan.pageManDetail #Main .box_wrap.last{
	border-bottom:1px solid #d3d3d3;
	margin-bottom : 15px ;
}

#PageMan.pageManDetail #Main .inner > h5 {
	padding : 5px 10px ;
	font-size : 105% ;
	margin-bottom : 12px ;
	background : #d6eaf2 ;
	clear : both ;
} 
#PageMan.pageManDetail #Main .inner table.man_tool_server h5 {
	padding : 5px 10px ;
	font-size : 105% ;
	margin-bottom : 12px ;
	background : #d6eaf2 ;
	clear : both ;
} 
#PageMan.pageManDetail #Main .inner table.man_tool_server th,
#PageMan.pageManDetail #Main .inner table.man_tool_server td {
	padding: 6px 8px;
	border: none;
	vertical-align: top;
}


#PageMan.pageManDetail #Main .box_wrap h5{
	background:url(../img/contents/man_detail-ttl-bg.gif) left bottom no-repeat #d8e5f1;
	padding:10px 15px;
	color:#1967b3;
	font-size:14px;
	font-weight:bold;	
}

#PageMan.pageManDetail #Main .box_wrap.yellow h5{
	background:#eca700;
	padding:10px 15px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;	
}

#PageMan.pageManDetail #Main .inner{
	padding: 0 ;	
	margin : 0 10px 50px 18px ;
	font-size:13px;
}

#PageMan.pageManDetail #Main .box_wrap .inner {
	margin : 0 ;
	padding : 10px 14px 15px ;
}

#PageMan.pageManDetail #Main .inner .img_box {
	margin-bottom : 10px ;
}

#PageMan.pageManDetail #Main .inner .img_box img{
	border:1px solid #cbcbcb;
	box-shadow:1px 1px 2px #bbb;
    -moz-box-shadow:1px 1px 2px #bbb;
    -webkit-box-shadow:1px 1px 2px #bbb;
}


#PageMan.pageManDetail #Main .table_box{
	width: 100%;
	margin : 0 0 18px ;	
}
#PageMan.pageManDetail #Main .table_box table{
	width: 100%;
}
#PageMan.pageManDetail #Main .table_box table tr th,
#PageMan.pageManDetail #Main .table_box table tr td {
	line-height: 1.65;
}

#PageMan.pageManDetail #Main .inner table caption {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #333;
	color: #FFF;
	font-weight:bold;
}
#PageMan.pageManDetail #Main .inner table th {
	background-color:#f0f0f0;
	background-image : none ;
	color : #333 ;
	font-weight:bold;
	width:21.5%;
}

#PageMan.pageManDetail #Main .inner table th.col_th {
	background : #727272 url(../images/common/th_back.png) left bottom repeat-x ;
	color : #fff ;
}

#PageMan.pageManDetail #Main .inner table th,
#PageMan.pageManDetail #Main .inner table td {
	padding: 6px 8px ;
	border:1px solid #cccccc;
}

#PageMan.pageManDetail #Main .table_box h6 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}	
#PageMan.pageManDetail #Main .inner ol{	
	margin-bottom : 10px ;
	margin-left: 30px;
}
#PageMan.pageManDetail #Main .inner ol li{	
	margin-bottom : 4px ;
	line-height: 1.65;
}
#PageMan.pageManDetail #Main .inner .notes{	
	font-size:12px;	
	margin-bottom : 10px ;
}

#PageMan.pageManDetail #Main .inner .notes li {
	text-indent:-1em;
	margin-left:1em;
	line-height:1.65;
}


#PageMan.pageManDetail #Main .inner dl {
	padding : 6px 10px ;
	border : 1px solid #ccc ;
	margin-bottom : 10px ;
}

#PageMan.pageManDetail #Main .inner dt {
	font-weight : bold ;
	font-size : 105% ;
}

#PageMan.pageManDetail #Main .inner dd {
	margin-left : 10px ;
	padding : 10px ;
}

#PageMan.pageManDetail #Main .inner ul {
	margin-bottom : 12px ;
}
#PageMan.pageManDetail #Main .inner ul li {
	margin-bottom: 12px;
}
#PageMan.pageManDetail #Main .inner .box_wrap ul li {
	margin-bottom: 10px;
	line-height: 1.4;
}

#PageMan.pageManDetail #Main .inner dl ul li {
	margin-bottom : 2px ;
} 






#PageMan.pageManDetail #Main h3{
	background:url(../img/ttl-line03.gif) left bottom no-repeat;	
	padding:10px 0 15px 15px;
	margin-bottom:20px;
	font-size:20px;
}
#PageMan.pageManDetail #Main .linkBox {
	background:url(../img/contents/man_detail-link-bg-all.gif) left bottom no-repeat;
	padding-bottom:13px;
	margin-bottom:20px;
	clear:both;
}
#PageMan.pageManDetail #Main .linkBox ul{
	background:url(../img/contents/man_detail-link-bg.gif) left top no-repeat;
	padding:13px 20px 0 20px;
}
#PageMan.pageManDetail #Main .linkBox ul li{
	padding-left:20px;
	line-height: 1.65;
	background:url(../img/icon-circle.gif) left 6px no-repeat;	
}
#PageMan.pageManDetail #Main .linkBox2 {
	background:url(../img/contents/man-link-bg_boxwrap-all.gif) left bottom no-repeat;
	padding-bottom:5px;
	margin-bottom:20px;
	width: 100%;
	clear:both;
}
#PageMan.pageManDetail #Main .linkBox2 ul{
	background:url(../img/contents/man-link-bg_boxwrap.gif) left top no-repeat;
	padding:13px 20px 0 20px;
}
#PageMan.pageManDetail #Main .linkBox2 ul li{
	padding-left:20px;
	margin-bottom: 3px;
	line-height: 1.65;
	background:url(../img/icon-circle.gif) left 3px no-repeat;	
}
#PageMan.pageManDetail #Main p.lead{
	padding:0 15px;
	margin-bottom:35px;	
}
#PageMan.pageManDetail #Main .contentsBox h4 {
    background: url(../img/ttl-line01.gif) 7px top no-repeat;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0 10px 25px;
}
#PageMan.pageManDetail #Main .contentsBox h4 a {
	text-decoration: none;
	cursor: text;
}
#PageMan.pageManDetail #Main .contentsBox h4 a:hover {
	text-decoration: none;
	cursor: text;
	color: #222222;
}

#PageMan.pageManDetail #Main h5 a {
	text-decoration: none;
	cursor: text;
}
#PageMan.pageManDetail #Main h5 a:hover {
	text-decoration: none;
	cursor: text;
	color: #222222;
}

#PageMan.pageManDetail #Main h6 a {
	text-decoration: none;
	cursor: text;
}
#PageMan.pageManDetail #Main h6 a:hover {
	text-decoration: none;
	cursor: text;
	color: #222222;
}

#PageMan.pageManDetail #Main dt a {
	text-decoration: none;
	cursor: text;
}
#PageMan.pageManDetail #Main dt a:hover {
	text-decoration: none;
	cursor: text;
	color: #222222;
}


#PageMan.pageManDetail #Main ul.pageLink li{
	background:url(../img/icon-arrow-blue04.png) left 8px no-repeat;
	padding-left:20px;
	margin-bottom:6px;
}

#PageMan.pageManDetail #Main ul.pageLink li a {
	font-weight : bold ;
}

#PageMan.pageManDetail #Main .boxWrap{
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	border-top:1px solid #d3d3d3;
}
#PageMan.pageManDetail #Main .boxWrap.yellow{
	border-left:1px solid #eca700;
	border-right:1px solid #eca700;
	border-bottom:1px solid #eca700;
}
#PageMan.pageManDetail #Main .boxWrap.last{
	border-bottom:1px solid #d3d3d3;
}
#PageMan.pageManDetail #Main .cont h5{
	background:url(../img/contents/man_detail-ttl-bg.gif) left bottom no-repeat #d8e5f1;
	padding:10px 15px;
	color:#1967b3;
	font-size:14px;
	font-weight:bold;	
}
#PageMan.pageManDetail #Main .boxWrap h5{
	background:url(../img/contents/man_detail-ttl-bg.gif) left bottom no-repeat #d8e5f1;
	padding:10px 15px;
	color:#1967b3;
	font-size:14px;
	font-weight:bold;	
}
#PageMan.pageManDetail #Main .boxWrap.yellow h5{
	background:#eca700;
	padding:10px 15px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;	
}
#PageMan.pageManDetail #Main .box{
	padding:10px 14px 20px;	
	font-size:13px;
}
#PageMan.pageManDetail #Main .box .imgBox img{
	border:1px solid #cbcbcb;
	box-shadow:1px 1px 2px #bbb;
    -moz-box-shadow:1px 1px 2px #bbb;
    -webkit-box-shadow:1px 1px 2px #bbb;
}
#PageMan.pageManDetail #Main .box .imgBox02{
	margin:10px 0 20px;	
}
#PageMan.pageManDetail #Main .box .imgBox03{
	margin:20px 0 0;
}
#PageMan.pageManDetail #Main .tableBox{
	padding:30px 0 20px;	
}
#PageMan.pageManDetail #Main .tableBox02{
	padding:0 0 20px;	
}

#PageMan.pageManDetail #Main .box table{
	width:100%;
	font-size:12px;
}
#PageMan.pageManDetail #Main .box table th{
	background-color:#f0f0f0;
	font-weight:bold;
	width:21.5%;

}
#PageMan.pageManDetail #Main .box table th,
#PageMan.pageManDetail #Main .box table td{
	padding:12px 14px;
	border:1px solid #cccccc;
}
#PageMan.pageManDetail #Main .tableBox h6{
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

#PageMan.pageManDetail #Main .box h6{
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}	
#PageMan.pageManDetail #Main .tableBox02 h6{
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}	
#PageMan.pageManDetail #Main .box .notes{
	margin:10px 0 0;	
	font-size:12px;	
}
#PageMan.pageManDetail #Main .box .notes02{
	margin:10px 0 0;	
	font-size:11px;	
}
#PageMan.pageManDetail #Main .box .notes li,
#PageMan.pageManDetail #Main .box .notes02 li{
	text-indent:-1em;
	margin-left:1em;
	line-height:1.65;
}

#PageMan.pageManDetail #Main .box .commonNameBoxWrap{
	background:url(../img/contents/man_detail-commonname-bg-all.gif) left bottom no-repeat;
	padding-bottom:15px;
}
#PageMan.pageManDetail #Main .box .commonNameBox{
	font-size:12px;
	line-height:1.6;
	padding:10px 15px 0 16px;
	margin:15px 0 0;
	background:url(../img/contents/man_detail-commonname-bg.gif) left top no-repeat;
}
#PageMan.pageManDetail #Main .box .commonNameBox .wrap{
	background:url(../img/contents/man_detail-commonname-inner.gif) left bottom no-repeat;	
}
#PageMan.pageManDetail #Main .box .commonNameBox p{
	color:#eca700;	
	font-weight:bold;
	margin:0;
	letter-spacing:-1px;
}
#PageMan.pageManDetail #Main .box .commonNameBox ul.notes li{
	letter-spacing:-1px;
}

#PageMan.pageManDetail #Main .box .commonNameBox .notes{
	font-size:11px;
	margin:0 0 13px;	
}
#PageMan.pageManDetail #Main .box .commonNameBox .left{width:222px;float:left;}
#PageMan.pageManDetail #Main .box .commonNameBox .right{width:217px;float:right;}
#PageMan.pageManDetail #Main .box .commonNameBox dl dt{
	background-color:#eca700;
	padding:5px 0;
	text-align:center;	
	color:#fff;
	font-weight:bold;
}
#PageMan.pageManDetail #Main .box .commonNameBox dl dd dt{
	background:none;
	padding:0;
	text-align:left;
	margin-bottom:5px;
}
#PageMan.pageManDetail #Main .box .commonNameBox dl dd .possible{
	color:#eca700;
	font-weight:bold;
}
#PageMan.pageManDetail #Main .box .commonNameBox dl dd .impossible{
	color:#002222;
	font-weight:bold;
}
#PageMan.pageManDetail #Main .box .commonNameBox dl dd{

	padding:10px 8px;
}
#PageMan.pageManDetail #Main .box .commonNameBox dl dd dd{
	padding:0;
	line-height:1.3;
	margin-bottom:5px;
}
#PageMan.pageManDetail #Main .box .commonNameBox dl dd dd .notes{
	font-size:10px;
	margin:0;	
}

.table_phpini {
	width: 100%;
}
.table_phpini thead th {
    background: #999!important;
    color: white!important;
    text-align: center;
}
.table_phpini td {
    text-align: center!important;
}

/*
用語集
-------------------------------------*/
#PageMan.pageTerms #Main h3{
	background:url(../img/ttl-line03.gif) left bottom no-repeat;	
	padding:10px 0 15px 15px;
	margin-bottom:20px;
	font-size:20px;
}
#PageMan.pageTerms #Main .cont {
	padding:5px 0 0 0;
    background:url(../img/contents/terms-cont-bg-top.gif) left top no-repeat;
}
#PageMan.pageTerms #Main .cont .boxWrap {
	padding:0 0 5px 0;
    background:url(../img/contents/terms-cont-bg-btm.gif) left bottom no-repeat;
}
#PageMan.pageTerms #Main .cont dl {
	padding:0 0 20px 0;
    background:url(../img/contents/terms-cont-bg-mid.gif) left top repeat-y;
	border-bottom:1px solid #e2e2e2;
}
#PageMan.pageTerms #Main .cont dl.last {
	padding:0 0 15px 0;
	border:none;
}
#PageMan.pageTerms #Main .cont dl dt.title {
	padding:20px 0 4px 50px;
	/padding:22px 0 2px 50px;
    background:url(../img/icon-qa-q.gif) 19px 23px no-repeat;
	cursor:pointer;
}
#PageMan.pageTerms #Main .cont dl dd.content {
	display:none;
	padding:4px 15px 4px 50px;
    background:url(../img/icon-qa-a.gif) 19px 6px no-repeat;
}
#PageMan.pageTerms #Main .cont dl dt.title span,
#PageMan.pageTerms #Main .cont dl dd.content span {
	display:none;
}
#PageMan.pageTerms #Main .cont dl dt.title.open {
	font-weight:bold;
}

/*
再販について
-------------------------------------*/
#PageMan.pageResale #Main p.lead{
	padding:0 15px;
	margin-bottom:35px;	
}
#PageMan.pageResale #Main .cont ul li,
#PageMan.pageResale #Main .cont dl dd{
	background:url(../img/list-dot.gif) 5px 9px no-repeat;
	padding-left:20px;
	line-height:1.7;	
}
#PageMan.pageResale #Main .cont ul li span{
	background:url(../img/icon-arrow-blue01.png) 18px 3px no-repeat;
	padding-left:30px;
}
#PageMan.pageResale #Main .cont dl dt{
	font-weight:bold;	
}


#PageMan.pageManDetail #Main .inner ul.before li {
	margin-bottom:6px;
	padding-left:15px;
	background:url(../img/icon-arrow-blue01.png) 0px 8px no-repeat;
	font-size:12px;
	line-height:1.7;	
}
#PageMan.pageManDetail #Main a {
	text-decoration: underline;
}

#PageMan.pageManDetail #Main a:hover {
	text-decoration: none;
}
#PageMan.pageManDetail #Sub a {
	text-decoration: none;
}

#PageMan.pageManDetail #Sub a:hover {
	text-decoration: none;
}



#PageMan.pageManDetail #Main .inner ul.before li a {
	font-size:14px;
	text-decoration: underline;
}

#PageMan.pageManDetail #Main .inner ul.before li a:hover {
	text-decoration: none;
}


/*検索-----------------------------------*/

#PageMan.pageManDetail #Main .search_result_box {
	margin-bottom: 20px;
}
#PageMan.pageManDetail #Main .search_result_box table {
	border: none;
}
#PageMan.pageManDetail #Main .search_result_box table tr td {
	border: none;
}
#PageSupport.pageFaqDetail #Main .search_result_box {
	margin-bottom: 20px;
}
#PageSupport.pageFaqDetail #Main .search_result_box table {
	border: none;
}
#PageSupport.pageFaqDetail #Main .search_result_box table tr td {
	border: none;
}



#PageSupport.pageFaqDetail #Main p.lead{
	padding:0 15px;
	margin-bottom:35px;	
}
#PageSupport.pageFaqDetail #Main .inner{
	padding: 0 ;	
	margin : 0 10px 25px 18px ;
	font-size:13px;
}


#PageSupport.pageFaqDetail #Main .inner table th {
	background-color:#f0f0f0;
	background-image : none ;
	color : #333 ;
	font-weight:bold;
	width:21.5%;
}


#PageSupport.pageFaqDetail #Main .inner table th,
#PageSupport.pageFaqDetail #Main .inner table td {
	padding: 6px 8px ;
}





/*####################　ログイン　####################*/
/*
メンバー管理パネル
サーバー管理パネル
ファイルマネージャ
WEBメール
-------------------------------------*/
#PageLogin #Main .contentsBox {
	margin:0;
	padding:0 25px;
}
#PageLogin #Main .contentsBox h3{
	font-size:14px;
	padding:7px 0 0;
	background:none;	
}
#PageLogin #Main .contentsBox .lead{
	padding:0 0 0 85px;
	height:87px;
}
#PageLogin.pageLoginInfo #Main .contentsBox .lead{
	background:url(../img/contents/ttl-login-info.gif) left top no-repeat;	
}
#PageLogin.pageLoginServer #Main .contentsBox .lead{
	background:url(../img/contents/ttl-login-server.gif) left top no-repeat;	
}
#PageLogin.pageLoginFile #Main .contentsBox .lead{
	background:url(../img/contents/ttl-login-file.gif) left top no-repeat;	
}
#PageLogin.pageLoginMail #Main .contentsBox .lead{
	background:url(../img/contents/ttl-login-mail.gif) left top no-repeat;	
}


#PageLogin #Main .contentsBox .formTitle{
	position:relative;
	width:100%;
}
#PageLogin #Main .contentsBox .formTitle span.title{
	line-height:22px;	
}
#PageLogin #Main .contentsBox .formTitle dl{
	position:absolute;
	right:0;
	top:0;	
}
#PageLogin #Main .contentsBox .formTitle dt{
	color:#ffffff;
	font-weight:bold;
	float:left;	
	line-height:26px;
	padding-right:5px;
}
#PageLogin #Main .contentsBox .formTitle .btn{

}
#PageLogin #Main .contentsBox .formTitle dd{
	color:#ffffff;
	font-size:11px;
	width:48px;
	height:26px;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	float:left;
	background-position:left top;	
	text-shadow:1px 1px 1px #2974b9;
}
#PageLogin #Main .contentsBox .formTitle dd a{
	color:#6e6e6e;
	height:26px;
	display:block;
	background-position:left bottom;
	text-decoration:none;
	text-shadow:1px 1px 1px #FFFFFF;
}
#PageLogin #Main .contentsBox .formTitle dd a:hover{background-position:left -26px;}
#PageLogin #Main .contentsBox .formTitle dd.sslOn{background-image:url(../img/contents/btn-login-ssl-on.gif);}
#PageLogin #Main .contentsBox .formTitle dd.sslOn a{background-image:url(../img/contents/btn-login-ssl-on.gif);}
#PageLogin #Main .contentsBox .formTitle dd.sslOff{background-image:url(../img/contents/btn-login-ssl-off.gif);}
#PageLogin #Main .contentsBox .formTitle dd.sslOff a{background-image:url(../img/contents/btn-login-ssl-off.gif);}


#PageLogin #Main .contentsBox table{
	width:100%;	
}
#PageLogin #Main .contentsBox table th,
#PageLogin #Main .contentsBox table td{
	border:1px solid #d3d3d3;
	padding:15px;	
}
#PageLogin #Main .contentsBox table tr.head th{
	background:url(../img/contents/table-head-ttl.gif) left bottom no-repeat #7d7d7d;
	text-align:center;
	color:#fff;
	font-weight:bold;	
	padding:10px 15px;
}
#PageLogin #Main .contentsBox table tr.idLine th{
	width:23%;
	background:url(../img/contents/table-shadow03.gif) left top repeat-x #F0F0F0;
}
#PageLogin #Main .contentsBox table tr.idLine td{
	background:url(../img/contents/table-shadow02.gif) left top repeat-x;
}
#PageLogin #Main .contentsBox table tr.idLine th,
#PageLogin #Main .contentsBox table tr.passLine th{
	background-color:#f0f0f0;
	font-weight:bold;	
}
#PageLogin #Main .contentsBox table tr.passLine .input01{
	float:left;	
	margin-right:10px;
}
#PageLogin #Main .contentsBox table tr.passLine p{
	float:left;	
	line-height:37px;
	font-size:13px;
	margin:0;
}
#PageLogin #Main .contentsBox table tr.passLine a{
	text-decoration:underline;	
}
#PageLogin #Main .contentsBox table tr.passLine a:hover{
	text-decoration:none;	
}
#PageLogin #Main .contentsBox table tr.btn td{
	padding:25px 15px;
	text-align:center;	
}
#PageLogin #Main .contentsBox table .submitBtn{
	width:100%;
	text-align: center;	
}
#PageLogin #Main .contentsBox table .loginBtn{
	width:255px;
	margin:0 auto;
}
#PageLogin #Main .contentsBox table .submitBtn input{
	display:block;
	height:65px;
	font-size:15px;
	font-weight:bold;
	line-height:60px;
	background:url(../img/contents/btn-login-bg.gif) left top no-repeat;
	text-decoration:none;	
	border: none;
	cursor: pointer;
}
#PageLogin #Main .contentsBox table .submitBtn input:hover{
	background-position:left bottom;
}


#PageLogin #Main .input01{
	background:url(../img/contents/input-text01.gif) left top no-repeat;
	width:260px;
	padding-top:10px;
	height:29px;
	_height:39px;
}
#PageLogin #Main .input01 input{
	width:240px;
	margin:0 10px;
	padding:0;
	border:none;
	background:none;	
}


#PageLogin.pageLoginMail #Main .contentsBox .box{
	border:4px solid #bfd6e9;
	padding:25px 29px;
	margin-top:30px;	
}
#PageLogin.pageLoginMail #Main .contentsBox .box .qr{
	float:left;
	margin-right:20px;
}
#PageLogin.pageLoginMail #Main .contentsBox .box dl{
	float:left;
	padding-top:10px;
}
#PageLogin.pageLoginMail #Main .contentsBox .box dl dt{
	font-weight:bold;
}
#PageLogin.pageLoginMail #Main .contentsBox .box dl dd{
	font-weight:normal;
}
/*####################　会社概要　####################*/
#PageCompany #Main .contentsBox h3{
	background:url(../img/ttl-line02.gif) 7px top no-repeat;
	padding:3px 0 15px 25px;	
}
#PageCompany #Main .contentsBox .tableArea{
	padding:0 25px;
	margin-bottom:35px;
}
#PageCompany #Main .contentsBox table{
	width:100%;	
}
#PageCompany #Main .contentsBox table th,
#PageCompany #Main .contentsBox table td{
	border:1px solid #d3d3d3;	
	padding:15px;
	font-size:13px;
}
#PageCompany #Main .contentsBox table th{
	background-color:#f0f0f0;
	font-weight:bold;
	width:18%;
}



/*####################　サイトマップ　####################*/


#PageSitemap #Main .contentsBox, #NotFound  #Main .contentsBox {
	padding:0 7px;	
}
#PageSitemap #Main .cont, #NotFound #Main .cont {
	width:210px;
	float:left;	
	padding:0;
	margin:0;
}
#PageSitemap #Main .contentsBox ul.homeLink,
#NotFound #Main .contentsBox ul.homeLink {
	margin-bottom:37px;
}
#PageSitemap #Main .contentsBox ul.homeLink li,
#NotFound #Main .contentsBox ul.homeLink li {
	background:url(../img/contents/icon-sitemap-home.gif) left top no-repeat;
	padding-left:25px;
}


#PageSitemap #Main .contentsBox .cont h3,
#NotFound #Main .contentsBox .cont h3 {
	color:#222;
	font-weight:bold;
	font-size:14px;
	background-repeat:no-repeat;
	background-position:left top;
	padding: 0 0 15px 25px;
	line-height:1.7;
}
#PageSitemap #Main .contentsBox .cont.featureLink h3,
#NotFound #Main .contentsBox .cont.featureLink h3 {
    background-image:url(../img/contents/icon-sitemap-feature.gif);
}
#PageSitemap #Main .contentsBox .cont.functionsLink h3,
#NotFound #Main .contentsBox .cont.functionsLink h3 {
    background-image:url(../img/contents/icon-sitemap-functions.gif);
}
#PageSitemap #Main .contentsBox .cont.priceLink h3,
#NotFound #Main .contentsBox .cont.priceLink h3 {
    background-image:url(../img/contents/icon-sitemap-price.gif);
}
#PageSitemap #Main .contentsBox .cont.orderLink h3,
#NotFound #Main .contentsBox .cont.orderLink h3 {
    background-image:url(../img/contents/icon-sitemap-order.gif);
}
#PageSitemap #Main .contentsBox .cont.manLink h3,
#NotFound #Main .contentsBox .cont.manLink h3 {
    background-image:url(../img/contents/icon-sitemap-man.gif);
}
#PageSitemap #Main .contentsBox .cont.supportLink h3,
#NotFound #Main .contentsBox .cont.supportLink h3 {
    background-image:url(../img/contents/icon-sitemap-support.gif);
}
#PageSitemap #Main .contentsBox .cont.loginLink h3,
#NotFound #Main .contentsBox .cont.loginLink h3 {
    background-image:url(../img/contents/icon-sitemap-login.gif);
}


#PageSitemap #Main .contentsBox .cont ul,
#NotFound #Main .contentsBox .cont ul {
	padding-left:30px;	
}
#PageSitemap #Main .contentsBox .cont ul li, #NotFound #Main .contentsBox .cont ul li{
	margin-bottom:15px;
	padding-left:15px;
	line-height:1.1;
	background:url(../img/icon-arrow-blue01.png) left center no-repeat;
}
#PageSitemap #Main .contentsBox ul.homeLink li a,
#PageSitemap #Main .contentsBox .cont ul li a,
#NotFound #Main .contentsBox ul.homeLink li a,
#NotFound #Main .contentsBox .cont ul li a {
	text-decoration:underline;
}
#PageSitemap #Main .contentsBox ul.homeLink li a:hover,
#PageSitemap #Main .contentsBox .cont ul li a:hover,
#NotFound #Main .contentsBox ul.homeLink li a:hover,
#NotFound #Main .contentsBox .cont ul li a:hover {
	text-decoration:none;
}
#PageSitemap #Main .contentsBox .line01,
#PageSitemap #Main .contentsBox .line02,
#NotFound #Main .contentsBox .line01,
#NotFound #Main .contentsBox .line02{
	padding-bottom:35px;
}
#PageSitemap #Main .contentsBox .line03 .cont ul,
#NotFound #Main .contentsBox .line03 .cont ul{
	padding:0;	
}
#PageSitemap #Main .contentsBox .line03 .cont ul li,
#NotFound #Main .contentsBox .line03 .cont ul li{
	background:url(../img/icon-circle.gif) left center no-repeat;
	padding-left:22px;
	line-height:1.2;
	margin-bottom:15px;
}

/*####################　利用規約　####################*/
#PageRule #Main .contentsBox h2{
	padding:3px 0 15px 25px;
	font-size: 18px;
}
#PageRule #Main .contentsBox h3{
	background:url(../img/ttl-line02.gif) 7px top no-repeat;
	padding:3px 0 15px 25px;	
}
#PageRule #Main .contentsBox h4{
	margin:0 0 5px 25px;
	padding-left:20px;	
	background:url(../img/icon-circle02.gif) left 2px no-repeat;
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
}
#PageRule #Main .contentsBox .cont{
	margin-bottom:30px;	
	padding:0;
}
#PageRule #Main .contentsBox .cont p,
#PageRule #Main .contentsBox .cont ul{
	padding:0 25px 0 45px;	
	margin-bottom:20px;
}
#PageRule #Main .contentsBox .cont ul li{
	list-style:decimal;
	margin-left:25px;	
}
#PageRule #Main .contentsBox .cont ul.child{
	padding-left:3px;
	margin:15px 0;	
}
#PageRule #Main .contentsBox .cont ul.child02{
	padding-left:73px;	
	margin: -5px 0 20px 2.9em;
	text-indent:-2.9em;	
}
#PageRule #Main .contentsBox .cont ul.child li,
#PageRule #Main .contentsBox .cont ul.child02 li{
	list-style:none;
    padding-left: 4em;
	margin:0 0 5px 0;
	font-size:12px;	
    text-indent: -4em;
}
#PageRule #Main .contentsBox .cont ul.child li:nth-child(n+10),
#PageRule #Main .contentsBox .cont ul.child02 li:nth-child(n+10){
    padding-left: 5em;
    text-indent: -5em;
}

#PageRule #Main .contentsBox .box{
	border:1px solid #c0c0c0;
	background-color:#fafafa;
	padding:20px 24px;
	margin-top:60px;
}
#PageRule #Main .contentsBox .box dt{font-weight:bold;}
#PageRule #Main .contentsBox .box dd{font-size:13px;}



#PageRule.pageRuleOld #Main table{
	margin-bottom:10px;
	width: 90%;
	margin: 0 auto;
}
#PageRule.pageRuleOld #Main table th,
#PageRule.pageRuleOld #Main table td{
	border:1px solid #d3d3d3;	
	padding:15px 20px;
}
#PageRule.pageRuleOld #Main table th{
	background-color:#e8ecef;
	width:100px;
	font-weight:bold;
	font-size:13px;
}
#PageRule.pageRuleOld #Main table td{
	font-size:13px;
}

#PageRule.pageRuleOld #Main table td span{
	font-weight:bold;
	text-decoration: underline;
}

#PageRule.pageRuleOld #Main .section {
	margin-bottom: 20px;
}






/*####################　プライバシーポリシー　####################*/

#PagePrivacy #Main .contentsBox {
	padding:0 15px;
	margin-bottom: 80px;
}


#PagePrivacy #Main .contentsBox p {
	margin-bottom : 12px ;
}

#PagePrivacy #Main .contentsBox ol {
	margin-left : 30px ;
	margin-bottom : 20px ;
}

#PagePrivacy #Main .contentsBox ol li {
	margin-bottom : 8px ;
}

.column {
	padding : 8px 12px ;
	border : 1px solid #b3b3b3 ;
	margin-bottom : 15px ;
}

#PagePrivacy #Main .contentsBox p {
	margin-bottom : 12px ;
}

#PagePrivacy #Main .contentsBox dl dt {
	margin-bottom : 8px ;
}

#PagePrivacy #Main .contentsBox dl dd {
	padding-left : 20px ;
	margin-bottom : 15px ;
}

#PagePrivacy #Main .contentsBox dl dd p:last-child {
	margin-bottom : 0 ;
}

#PagePrivacy #Main .contentsBox dl.sub_list dd ol {
	margin-left : 0 ;
	margin-bottom : 15px ;
}

#PagePrivacy #Main .contentsBox dl.sub_list dd ol li {
	list-style-type : none ;
	margin-bottom : 4px;
}

#PagePrivacy #Main .contentsBox .tableArea{
	padding:0 25px;
	margin-bottom:35px;
}
#PagePrivacy #Main .contentsBox table{
	width:100%;
}
#PagePrivacy #Main .contentsBox table th,
#PagePrivacy #Main .contentsBox table td{
	border:1px solid #d3d3d3;
	padding:15px;
	font-size:13px;
}
#PagePrivacy #Main .contentsBox table th{
	background-color:#f0f0f0;
	font-weight:bold;
	text-align:center;
}


/*####################　個人情報の取り扱いについて　####################*/

#PagePrivacy #Main .contentsBox_privacy {
	padding:0 15px;	
}


#PagePrivacy #Main .contentsBox_privacy p {
	margin-bottom : 12px ;
}

#PagePrivacy #Main .contentsBox_privacy ul {
	margin-left : 30px ;
	margin-bottom : 20px ;
}

#PagePrivacy #Main .contentsBox_privacy ul li {
	margin-bottom : 8px ;
	list-style: disc;
}

.column table {
	margin-left: 20px;
}
.column table th {
	width: 64px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 6px;
}
.column table td {
	padding-top: 6px;
}




#PagePrivacy #Main .contentsBox_privacy p {
	margin-bottom : 12px ;
}

#PagePrivacy #Main .contentsBox_privacy dl dt {
	margin-bottom : 8px ;
}

#PagePrivacy #Main .contentsBox_privacy dl dd {
	padding-left : 3em ;
	margin-bottom : 15px ;
}

#PagePrivacy #Main .contentsBox_privacy dl dd p:last-child {
	margin-bottom : 0 ;
}

/* 130719 reissue _ login */
#reissue_form, #login_form {
	margin-bottom : 15px ;
}

#reissue_form table, 
#login_form table {
	margin-bottom : 0 ;
	border-top : none !important;
}

#reissue_form table caption, 
#login_form table caption {
	color : #fff ;
	background : url(../img/contents/table-head-ttl.gif) left bottom repeat-x ;
	padding : 8px ;
	border: 1px solid #b3b3b3 ;
	font-weight : bold ;
	font-size : 110% ;
}

#reissue_form table th, 
#login_form table th {
	background : #d6eaf2 !important;
	color : #333 !important;
	padding : 15px ;
}

#reissue_form table td, 
#login_form table td {
	padding : 15px ;
}

#reissue_form table td input, 
#login_form table td input {
	padding : 2px 3px  ;
	width : 300px ;
	height : 20px ;
}


#reissue_form .button_box, 
#login_form .button_box {
	padding : 20px ;
	border-left : 1px solid #b3b3b3 ;
	border-right : 1px solid #b3b3b3 ;
	border-bottom : 1px solid #b3b3b3 ;
	text-align : center ;
}

#reissue_form .button_box input:hover, 
#login_form .button_box input:hover {
	filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}


/* 130730 featureServerFunc */


#featureServerFunc {
	margin-bottom : 4px ;
}

#featureServerFunc h4 {
	margin : 0 ;
	padding : 0 ;
	background : none ;
}

#featureServerFunc .inner {
	border-left : 1px solid #b3b3b3 ;
	border-right : 1px solid #b3b3b3 ;
	border-bottom : 1px solid #b3b3b3 ;
	padding : 0 9px 9px ;
}


#featureServerFunc .inner .cont {
	margin : 0 ;
	padding : 10px 15px 0 ;
	height : 44px ;
	background : url(../img/contents/server_func_section_back.png) left top ;
}

#featureServerFunc .inner .cont p {
	margin-bottom : 0 ;
	font-size : 90% ;
}

#featureServerFunc .inner .ButtonBox {
	margin : 0 ;
	padding : 10px ;
	background : url(../img/contents/server_func_section_back.png) left top ;
}

#featureServerFunc .inner .border_box {
	padding : 10px 10px 0 ;
	margin-bottom : 0 ;
	background : url(../img/contents/server_func_section_back.png) left top ;
}

#featureServerFunc .inner .border_box dl {
	background : #fff ;
	border : 1px solid #b3b3b3 ;
	padding : 8px 14px ;
	height : 98px ;
}

#featureServerFunc .inner .border_box dt {
	margin-bottom : 6px ;
}



/* 130730 ServerFuncPrHeader */

#ServerFuncPrHeader {
	margin-bottom : 35px ;
}

#ServerFuncPrHeader p {
	margin-bottom : 16px ;
	font-size : 90% ;
}

#ServerFuncPrHeader dd {
	padding : 9px 20px 0 ;
	background : url(../img/contents/server_func_section_back.png) left top ;
}

#ServerFuncPrHeader dd ul {
	height : 38px ;
	border-bottom : 4px solid #1c5e9c ;
}

#ServerFuncPrHeader dd ul li {
	float : left ;
	width : 189px ;
	height : 38px ;
	margin-right : 12px ;
}

#ServerFuncCont {
	margin : 0 20px ;
}

#ServerFuncCont img.right {
	float : right ;
	margin : 0 0 10px 15px ;
}



/* topDomainService */

#topDomainService {
	margin-bottom : 50px ;
}

#topDomainService h4 {
	margin : 0 ;
	padding : 0 ;
	background : none ;
}

#topDomainService .inner {
	padding : 20px ;
	background : url(../img/contents/server_func_section_back.png) left top ;
}

#topDomainService .plan_inner {
    display: flex;
    margin-bottom: 20px;
}

#topDomainService .inner .cont:after {
	content : "";
	display : block ;
	clear : both ;
	height : 0 ;
}

#topDomainService .inner .cont p {
	margin-bottom : 0 ;
	font-size : 90% ;
}

#topDomainService .inner .cont img.right {
	float : right ;
}



#topDomainService .inner .border_box dl {
    margin: 0 0 10px;
	padding : 10px 10px 10px 60px;
    background: #fff no-repeat 10px 10px;
    border : 1px solid #b3b3b3 ;
}

#topDomainService .inner .border_box dt {
    margin: 0 0 5px;
    line-height: 1;
}

#topDomainService .inner .border_box dd { line-height: 1.4; }


/* server_func_exp */

#server_func_exp .inner {
	padding : 6px 15px 10px ;
	border-left : 1px solid #b3b3b3 ;
	border-right : 1px solid #b3b3b3 ;
	border-bottom : 1px solid #b3b3b3 ;
	background : #ffecbf ;
}

#server_func_exp .inner table {
	margin-bottom : 10px ;
	table-layout: fixed ;
}


#server_func_exp table td {
	background : #fff !important;
}

#server_func_exp table td .text-through {
	font-size : 90% ;
	padding-right : 5px ;
}

#server_func_exp table td strong {
	font-size : 110% ;
	padding-right : 10px ;
}

#server_func_exp .server_php_section strong {
	color : #00a498 ;
}

#server_func_exp .server_noad_section strong {
	color : #f29600 ;
}


#server_func_exp table td .pr_copy {
	padding : 2px 3px ;
	font-weight : bold ;
}

#server_func_exp .server_php_section .pr_copy {
	border : 1px solid #00a498 ;
	color : #00a498 ;
}

#server_func_exp .server_noad_section .pr_copy {
	border : 1px solid #f29600 ;
	color : #f29600 ;
}


#PageFeatureBlog #server_func_exp th.after_section {
	background : #00709b ;
}

#PageFeatureBlog #server_func_exp td strong {
	color : #00709b ;
}

#PageFeatureBlog #server_func_exp td.after_section .pr_copy {
	color : #00709b ;
	border : 1px solid #00709b ;
}



/* PageOrder */

#PageOrder #Main h4 {
	margin : 0 ;
	padding : 0 ;
	background : none ;
}

#PageOrder #Main .left_container {
	width : 278px ;
	border : 1px solid #b3b3b3 ;
	padding : 20px ;
	float : left ;
	margin-right : 20px ;
}

#PageOrder #Main .right_container {
	width : 278px ;
	border : 1px solid #b3b3b3 ;
	padding : 20px ;
	float : left ;
}


#PageOrder #Main .left_container p, 
#PageOrder #Main .right_container p {
	margin : 0 20px 15px ;
}

#PageOrder #Main .left_container h4, 
#PageOrder #Main .right_container h4 {
	margin-bottom : 12px ;
}

#PageOrder #Main .left_container .BorderBox {
	padding : 10px ;
	border : 1px solid #b3b3b3 ;
}



/* server register junction */

#PageOrder .beginner_section {
	float : left ;
	width : 325px ;
	padding : 10px ;
	border : 1px solid #b3b3b3 ;
	text-align : center ;
}

#PageOrder  .user_section {
	float : right ;
	width : 325px ;
	padding : 10px ;
	border : 1px solid #b3b3b3 ;
	text-align : center ;
}

#PageOrder  .beginner_section dt, 
#PageOrder  .user_section dt {
	font-size : 125% ;
	font-weight : bold ;
	color : #1c5e9c ;
	padding : 0 10px 10px ;
	border-bottom : 1px solid #b3b3b3 ;
}

#PageOrder .beginner_section dd, 
#PageOrder .user_section dd {
	padding : 12px ;
}


/*####################　404 Not Found　####################*/
#NotFound .inner {
    margin: 0 25px ;
 }
#NotFound .notfound_sitemap {
    padding: 20px 20px 15px 20px;
}
#NotFound h4 {
    margin: 0 0 8px 0;
    padding: 0;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background: url(../img/ttl-line03.gif) left bottom repeat-x;
}

.link-box {
    margin: 20px 0 0;
    padding: 5px;
    background-color: #fff0d5;
    border: 1px solid #f1c277;
    font-weight: bold;
    text-align: center;
}

/*####################　共通検索フォーム　####################*/

#common_domain_search {
    display: none;
    padding: 15px;
    position: fixed;
    background: #2c6ba7;/* Old Browsers */
    background: -moz-linear-gradient(top, #347fb8 0, #245797 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #347fb8), color-stop(100%, #245797));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #347fb8 0, #245797 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #347fb8 0, #245797 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #347fb8 0, #245797 100%); /* IE 10+ */
    background: linear-gradient(to bottom, #347fb8 0, #245797 100%);/* W3C */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 2px solid #1e4e87;
}
#common_domain_search input[type=text] {
    display: inline-block;
    padding: 12px;
    width: 190px;
    -webkit-box-shadow: 0 2px 0 0 rgba(41,106,156,1) inset;
    box-shadow: 0 2px 0 0 rgba(41,106,156,1) inset;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#common_domain_search input[type=image] {
    display: inline-block;
    position: relative;
    top: 1px;
}

/* ----------------------------------------------------------
    プラン一覧
------------------------------------------------------------- */
.plan {
    padding: 40px 0 50px;
    background: url(../../img/common/bg_diagonal_green.png);
}

.no-js .plan_table .tooltip { display: none; }

.plan_table-box {
    margin: 0 0 40px;
}

.plan_table {
    width: 225px;
    background: #fff;
}
.plan_table:last-child {
    width: 225px;
    background: #fff;
    margin-left: 20px;
}

.plan_table td {
    border-right: 1px solid #ddd;
    line-height: 1.3;
    text-align: center;
}
.plan_table_free td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 1.3;
    text-align: center;
}
.plan_table_xserver td , .plan_table_standard td {
    border-left: 1px solid #ddd;
    line-height: 1.3;
    text-align: center;
}

.plan_table_label {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 5px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 21px;
}
.plan_table_label.html { background: #f29600; }
.plan_table_label.php { background: #00a498; }
.plan_table_label.wp { background: #00709b; }
.plan_table_xserver .plan_table_label { background: #1063a8; }

.plan_table_strong {
    font-size: 16px;
    font-weight: bold;
}
.plan_table_strong b { font-size: 22px; }

.plan_table_ttl {
    position: relative;
    padding: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.plan_table_free .plan_table_ttl , .plan_table_free-space .plan_table_ttl { border-right: 1px solid #0eb9b5; }
.plan_table_ttl.html { background: #f29600; }
.plan_table_ttl.php { background: #00a498; }
.plan_table_ttl.wp { background: #00709b; }
.plan_table_xserver .plan_table_ttl { background: #1063a8; }
.plan_table_standard .plan_table_ttl { background: #ff9000; }

.plan_table_summery { padding: 0 10px; }
tr:last-child .plan_table_summery { border-bottom: 1px solid #ddd; }
.plan_table_summery.html { background: #fff3e0; }
.plan_table_summery.php { background: #ccf5f2; }
.plan_table_summery.wp { background: #d5f3ff; }
.plan_table_xserver .plan_table_summery { background: #ddf0ff; }
.plan_table_standard .plan_table_summery {
    background: #fff8ed;
    border-left: 1px solid #ddd!important;
}

.plan_table_summery_inner {
    margin: 0;
    padding: 10px 0;
    border-top: 1px dotted #ccc;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}
tr:first-child .plan_table_summery_inner { border: none; }

.plan_inner-table {
    width: 100%;
    border-top: 2px solid #ddd;
}
.plan_inner-table td {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    text-align: center;
}
.plan_inner-table_label { font-size: 11px; }
.plan_inner-table_strong { font-size: 18px; }
.plan_inner-table_strong span.version{ 
    font-size: 60%; 
    position: relative;
    top: -2px;
}

.plan_inner-table_strong .font-m{
    font-size: 14px;
}

.plan_inner-table_grayout { background: url(../img/contents/bg_diagonal_small.png); }

.plan_inner-table .btn {
    display: block;
    margin-bottom: 10px;
}
.plan_inner-table .btn:last-child { margin: 0; }

.plan_inner-table_btn-label {
    display: inline-block;
    margin: 0 0 4px;
    padding: 0 5px;
    background: #fff;
    color: #ff4e5b;
    font-size: 12px;
    line-height: 20px;
}

#plan_notes {
    margin-bottom: 30px;
    font-size: 12px;
}

.plan_btn-box { text-align: center; }
.plan_btn-box .btn {
    width: 240px;
    margin: 0 5px 30px;
}
.free_ico {
    display: block;
    width: 33px;
    height: 27px;
    margin-left: -17px;
    position: absolute;
    top: -20px;
    left: 50%;
}

.free-space_baloon {
    width: 137px;
    height: 30px;
    padding: 12px 5px 8px 5px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    line-height: 1.2;
    border: 2px solid #c2eca7;
    background: #fff;
    text-align: center;
    color: #47b100;
    font-size: 13px;
    font-weight: bold;
}
.free-space_baloon::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-style: solid;
    border-width: 12px 7.5px 0 7.5px;
    border-color: #c2eca7 transparent transparent transparent;
}
.free-space_baloon::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-style: solid;
    border-width: 12px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
}
.free-space_ico {
    display: block;
    width: 23px;
    height: 25px;
    margin-left: -12px;
    position: absolute;
    top: -17px;
    left: 50%;
}

.free-php_baloon {
    width: 137px;
    height: 30px;
    padding: 12px 5px 8px 5px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    line-height: 1.2;
    border: 2px solid #fcd5d1;
    background: #fff;
    text-align: center;
    color: #eb6354;
    font-size: 13px;
    font-weight: bold;
}
.free-php_baloon::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-style: solid;
    border-width: 12px 7.5px 0 7.5px;
    border-color: #fcd5d1 transparent transparent transparent;
}
.free-php_baloon::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-style: solid;
    border-width: 12px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
}
.free-php_ico {
    display: block;
    width: 33px;
    height: 24px;
    margin-left: -17px;
    position: absolute;
    top: -17px;
    left: 50%;
}

.free-application_box , .hispec-anchor_box {
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    text-align: center;
}

.free-application_box .btn , .hispec-anchor_box .btn { width: 280px; }

.hispec-area_ttl {
    width: 370px;
    height: 75px;
    background: url(../../img/top/ico_ad_star_bg.png) 0 0 repeat;
    text-align: center;
    line-height: 75px;
}

/* ----------------------------------------------------------
    オールSSDアイコン / .ssd-ico
------------------------------------------------------------- */
.ssd-ico {
    display: inline-block;
    vertical-align: baseline;
}


/* ----------------------------------------------------------
    プランの説明 / 
------------------------------------------------------------- */
.features_plan {
    width: 900px;
    text-align: center;
    border: 1px solid #898989;
    border-radius: 8px;
    position: absolute;
    top: 290px;
    left: 30px;
	z-index: 2;
}


.features_plan strong{
    padding: 10px 0;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    width: 900px;
    background: #222;/* Old Browsers */
    background: -moz-linear-gradient(top, #555 0, #333 50%, #222 51%, #222 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #555), color-stop(50%, #333), color-stop(51%, #222), color-stop(100%, #222));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #555 0, #333 50%, #222 51%, #222 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0, #333 50%, #222 51%, #222 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555 0, #333 50%, #222 51%, #222 100%); /* IE 10+ */
    background: linear-gradient(to bottom, #555 0, #333 50%, #222 51%, #222 100%);/* W3C */
    border-radius: 7px;
    color: #fff !important;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 -1px 0 #000;
}

.inner_features_plan{
    display: flex;
    justify-content: center;
    padding: 12px 5px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.inner_features_plan .features{
    width: 298px;
    padding: 7px 20px;
    border-right: 1px dotted #898989;
}

.inner_features_plan dt{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}

.inner_features_plan dt.html{
    background: #f29600;
}

.inner_features_plan dt.php{
    background: #00a498;
}

.inner_features_plan dt.wp{
    background: #00709b;
}

.inner_features_plan dd{
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}

.inner_features_plan span{
    font-size: 17px;
}

.inner_features_plan span.html{
    color: #f29600;
}

.inner_features_plan span.php{
    color: #00a498;
}

.inner_features_plan span.wp{
    color: #00709b;
}

/* ----------------------------------------------------------
    シンブログ PR /
------------------------------------------------------------- */
.wpxblog_pr {
	width: 87%;
	margin: 0 auto 50px;
	border: 2px solid #474747;
}

.wpxblog_title {
	color: #fff;
	background: #474747;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 7px 0;
}

.wpxblog_pr_container {
	text-align: center;
	background-image: url(../img/contents/wpxblog_bg.png);
	padding: 10px 0 30px;
}

.wpxblog_concept {
	color: #474747;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.wpxblog_red {
	color: #cd0a0d;
}

.wpxblog_underline {
	background: linear-gradient(transparent 60%,#FFE401 40%);
	padding: 0.2rem;
}

.wpxbog_logo {
	width: 220px;
	margin-top: 5px;
}

.wpxblog_contents{
    display: flex;
    align-items: center;
    justify-content: space-around;
	margin-top: 10px;
}

.wpxblog_contents_item {
	text-align: center;
	margin: 15px 0px;
}

.wpxblog_contents_item img {
	padding-bottom: 10px;
}

.wpxblog_contents_item p {
	text-align: center;
	line-height: 1.5!important;
}

.wpxblog_btn a:hover {
	opacity:0.8;
}

/* ----------------------------------------------------------
    独自ドメイン（Xdomainへの導線）
------------------------------------------------------------- */
.owndomain {
	border: 1px solid #898989;
	border-radius: 8px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.owndomain,
.owndomain p {
	text-align: center;
}
.owndomain_ttl {
	background: #222;
	background: linear-gradient(to bottom, #555 0, #333 50%, #222 51%, #222 100%);
	padding: 7px 0;
	margin-bottom: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: 1px;
	text-shadow: 0 -1px 0 #000;
}
.owndomain_intro {
	margin-bottom: 20px;
	font-size: 15px;
}
.owndomain_merit_list {
	display: flex;
	justify-content: center;
	text-align: left;
}
.owndomain_merit_list dl {
	background-color: #e8f6f4;
	width: 280px;
	border-radius: 8px;
	padding: 13px 20px;
	box-sizing: border-box;
}
.owndomain_merit_list dl:not(:last-child) {
	margin-right: 15px;
}
.owndomain_merit_list dt {
	font-weight: bold;
	font-size: 18px;
}
.owndomain_xdomain {
	padding: 40px 0;
}
.owndomain_xdomain_cap {
	font-weight: bold;
	line-height: 1.5 !important;
}
.owndomain_xdomain_cap span {
	display: inline-block;
	position: relative;
}
.owndomain_xdomain_cap span::before,
.owndomain_xdomain_cap span::after {
	font-size: 16px;
	line-height: 1;
	position: absolute;
	top: 0;
	transform-origin: left top;
	transform: scaleY(2.7);
}
.owndomain_xdomain_cap span::before {
    content: "＼";
    left: -18px;
}
.owndomain_xdomain_cap span::after {
    content: "／";
    right: -18px;
}
.owndomain_xdomain_bnr {
	display: inline-block;
	vertical-align: top;
	transition: .2s;
}
.owndomain_xdomain_bnr:hover {
	opacity: .8;
}
/*end*/
