﻿/*-----------------------------------------------------------------
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
-----------------------------------------------------------------*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default */
body {
	background: #fff;
	color: #333;
	font-size: 13px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.4
}
body td,body th{
	font-size:13px;
}
/* for IE6 */
* html body {
    font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}
/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_l { text-align: left; }
.valign_m { vertical-align: middle; }

/*  float 
-----------------------------------------------------------------------------*/
.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
/* clearfix */
.M_clearfix:after,
#M_wrapper:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .M_clearfix,
* html #M_wrapper{ zoom: 1; } /* IE6 */

*:first-child+html .M_clearfix,
*:first-child+html #M_wrapper{ zoom: 1; } /* IE7 */
/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
a:link {
	color:#1049A0;
	text-decoration:underline;
}

a:visited{
	color:#1049A0;
	text-decoration:underline;
}

a:hover{
	color:#345ECB;
	text-decoration: none;
}

a:active{
	color:#1049A0;
	text-decoration:underline;
}
#M_wrapper .M_alignL,
body .M_contents .M_alignL{
	text-align:left;
}
#M_wrapper .M_alignR,
body .M_contents .M_alignR{
	text-align:right;
}
#M_wrapper .M_alignC,
body .M_contents .M_alignC{
	text-align:center;
}

.noonimg span {
	background:#fff;
	display:block;
}
.noonimg a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(opacity=60)";
  opacity: 0.6;
  filter: Alpha(opacity=60);
}

/* 強調 */
em{
	color:#ff0000;
}
strong{
	color:#ff0000;
	font-weight:bold;
}
/* 太字 */
.M_textBold{
	font-weight:bold;
}
/* ノーマル */
.M_textNormal{
	font-weight:normal;
}
/* フォントサイズ小 */
.M_textSmall{
	font-size:92%;
}
/* フォントサイズ小　色薄グレー */
.M_textSmallGray{
	font-size:92%;
	color:#666;
}
/* 打ち消し線 */
.M_textLinethrough{
	text-decoration:line-through;
}
.M_mgnT8{
	margin-top:8px;
}
.red {color:#F00;}
/*----------------------------------------------------
	#M_wrapper
----------------------------------------------------*/
#M_wrapper {
	width: 960px;
    margin:0 auto;
}
/*----------------------------------------------------
	.M_mainContents
		メイン
----------------------------------------------------*/
.M_mainContents{
	float: right;
	width: 724px;
	padding-bottom:28px;
	text-align:center;
	padding-left: 14px;
}
.M_mainContents .M_inner{
	margin:8px 24px 16px 24px;
	text-align:center;
}

/* Section
========================================== */
.M_section{
	margin-bottom:7px;
}
.M_section2{
	margin-bottom:18px;
}

.chat_img{
	border:#999 1px solid;
	padding:10px 10px;
	color:#999;
	text-align:center;}
	
.chat_img .m_t10{margin-top:10px; font-size:10px;}

/* ---------------------------------------------------
	#M_leftContents
		サイドバー、サブ
--------------------------------------------------- */
#M_leftContents{
	float: left;
	width: 218px;
}
#M_leftContents .M_title{
	border-top:#333 3px solid ;
	border-bottom:#333 1px dashed;
	padding:0.5em 0;
	font-weight:bold;
	margin-bottom:1em;
}
#M_leftContents #M_login{
	margin: 0 auto;
}
#M_leftContents #M_login th,
#M_leftContents #M_login td{
	padding:0.5em;
}
#M_leftContents #M_login .M_textSmall{
	margin-top:8px;
}
#M_leftContents .M_leftMenu li{
	padding:0.2em 0;
}
#category {
	border:1px solid #ccc;
	width:213px;
	margin-top:20px;
	padding:0 0 15px;
}
#category td {
	line-height:1.5;
}
#category .M_leftMenu a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#category .M_leftMenu a:hover {
	color:#ff803a;
}
#itemsearch {
	border:1px solid #ccc;
	width:213px;
	margin-top:20px;
}
#itemsearch .box {
	padding:11px 0 20px;
}
#itemsearch p {
	text-align:center;
	padding-top:15px;
}
#itemsearch .box input {
	padding:3px;
    width:180px;
}

/* -----------------------------------------------------------
	#M_header
		ヘッダー
----------------------------------------------------------- */
#M_header {
	width:100%;
    height:95px;
}


/* #M_gNav
----------------------------------------------------------- */
#M_header #M_gNav {
	padding:5px 0 0;
    zoom:100%;
    overflow:hidden;
}

#M_header #M_hdr {
    float:right;
    width:568px;
}

#M_header #M_hlogo{float:left;}

#M_header #M_gNav li {
	float: left;
}
#M_header #M_gNav li a{
	display:block;
    text-indent:-9999px;
	height:51px;
}
#M_gnavi01 a{width:90px;background:url(img/navi-out-01.gif) no-repeat left top;}
#M_gnavi02 a{width:91px;background:url(img/navi-out-02.gif) no-repeat left top;}
#M_gnavi03 a{width:91px;background:url(img/navi-out-03.gif) no-repeat left top;}
#M_gnavi04 a{width:102px;background:url(img/navi-out-04.gif) no-repeat left top;}
#M_gnavi05 a{width:90px;background:url(img/navi-out-05.gif) no-repeat left top;}
#M_gnavi06 a{width:104px;background:url(img/navi-out-06.gif) no-repeat left top;}

#M_gnavi01 a:hover{background:url(img/navi-on-01.gif) no-repeat left top;}
#M_gnavi02 a:hover{background:url(img/navi-on-02.gif) no-repeat left top;}
#M_gnavi03 a:hover{background:url(img/navi-on-03.gif) no-repeat left top;}
#M_gnavi04 a:hover{background:url(img/navi-on-04.gif) no-repeat left top;}
#M_gnavi05 a:hover{background:url(img/navi-on-05.gif) no-repeat left top;}
#M_gnavi06 a:hover{background:url(img/navi-on-06.gif) no-repeat left top;}


#M_wrapper h1 {
	text-align:right;
	padding:13px 5px;
	font-size:12px;
	font-weight:normal;
}
#marq {
	background:url(img/bg_news.gif) no-repeat;
	width:820px;
    _width:960px;
	height:14px;
	padding:10px 10px 10px 130px;
	margin-bottom:15px;
}
.bx-wrapper #slider1 li {
	color:#fff;
	text-align:left;
}
.bx-wrapper #slider1 li a {
	color:#fff;
}

#subwrap {
	margin-bottom:13px;
}
#subwrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#leftCont {
	float:left;
}
#leftCont .box {
	background:url(img/bg_st02.gif);
	width:217px;
}
#leftCont .box ul {
	background:url(img/bg_st02_btm.gif) no-repeat bottom;
	padding:12px 2px 7px;
    *width:217px;
}

#leftCont .box li {
	margin-bottom:3px;
    *height:64px;
	*margin-bottom:0;
}

#rightCont {
	float:right;
}
#rightCont .box {
	background:url(img/bg_st01.gif);
	border-top:1px solid #fff;
    width:723px;
}
#rightCont .box ul {
	background:url(img/bg_st01_btm.gif) no-repeat bottom;
	padding:12px 4px 11px;
    *width:723px;
}
#rightCont .box li {
	float:left;
	padding:0 22px;
}
#rightCont .box ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*===================================================================
	style info : フッタ
=================================================================== */
#M_footer{
	width:960px;
}
#pagetop {
    position:relative;
    height:23px;
}
#pagetop a {
    position:absolute;
    top:2px;
    right:0;
}
#ft_wrapper {
	font-size:12px;
	background:#6d6d6d url(img/line_footer.gif) repeat-x top;
	text-align:center;
	padding:20px 0 100px;
	color:#fff;
}

#M_footerNav{
	margin-bottom:15px;
}
#M_footerNav li{
	display:inline;
	padding:0 0.5em;
}
address{
	font-family:Arial, Helvetica, sans-serif;
}
#ft_wrapper a {
	color:#fff;
}

.table_price {
	border-bottom: 2px solid #1E2C5A;
	color:#1E2C5A;
	line-height:25px;}
	
.table_pricelist{
	border-bottom:#1E2C5A 1px dotted;
	color:#1E2C5A;
	line-height:25px;}



 
/* H3
========================================== */
.M_mainContents h2{
	margin-bottom:24px;
	font-size:117%;
}


/* H4-H6
========================================== */
 h4{
 	font-size:124%;
 }
  h5{
 	font-size:108%;
 }
  h6{
 	font-size:100%;
 }
 
/* リンクテキストボタン
========================================== */
a:link.M_btnStyle,
a:visited.M_btnStyle,
a:active.M_btnStyle{
	padding:1px 4px;
	border:1px solid #333;
	margin:0 4px;
	color:#333;
	text-decoration:none;
	background:#eee;
}
a:hover.M_btnStyle{
	color:#fff;
	background:#333;
}


/* topicPath  商品分類段階リンク
========================================== */
.M_topicPath{
		text-align:left;
		font-size:84%;
		margin:22px 0 16px 0;
}
.M_topicPath li.M_here{
	padding:0;
	background:none;
}
.M_topicPath a{
	text-decoration:underline;
}
.M_topicPath a:hover{
	text-decoration:none;
}
.M_topicPath font{
	color:#333;
}
 
/* Form
========================================== */
input{
	margin-right:4px;
	vertical-align:middle;
}
textarea{
	border:1px solid #b3b3b3;
}

/* Table
========================================== */
td,th{
	vertical-align:top;
}
table.M_widthFull{
	width:100%;
}

/* 会員認証
========================================== */
/*.line{border-right:1px dotted #ccc;}*/
.line img {display:none;}

/*.line{height:0;}*/

.M_mainContents#M_member h3{
	line-height:24px;
	color:#fff;
	text-align:center;
	font-size:116%;
	background:#FFF;
}
.M_mainContents#M_member #M_member_wrapper{
	margin-left:-24px;

}
.M_mainContents#M_member #M_member_wrapper .M_member_contents{
	width:333px;
	margin:24px 0 0 35px;
	float:left;
	display:inline;
	background:url(img/certification_bg.gif) repeat-y bottom left;
}
.M_mainContents#M_member #M_member_wrapper .M_member_contents .M_inner{
	margin:24px;
	padding-top:5px;
}
.M_mainContents#M_member #M_member_wrapper .M_member_contents .M_inner table{
	width:304px;
	margin-bottom:8px;
}
.M_mainContents#M_member #M_member_wrapper .M_member_contents .M_inner table td,
.M_mainContents#M_member #M_member_wrapper .M_member_contents .M_inner table th{
	padding:2px 8px;
	vertical-align:middle;
}
.M_mainContents#M_member #M_member_wrapper .M_member_contents .M_inner p{
	font-size:94%;
}


/* 約款
========================================== */ 
#M_contract{
	overflow:scroll;
	width:600px;
	height:300px;
	margin:16px auto;
	border:1px solid #ccc;
	padding:16px;
	line-height:1.6;
	text-align:left;
}

/* 会員登録
========================================== */
#M_memberForm{
	margin:24px auto;
}
#M_memberForm table table td{
	padding:4px 8px;
}



/* ポイント
========================================== */
.M_mainContents#M_point{
	text-align:center;
}
.M_mainContents#M_point #pointTable{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:16px auto;
}
.M_mainContents#M_point #pointTable td,
.M_mainContents#M_point #pointTable th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:2px 8px;
}
.M_mainContents#M_point #pointTable th{
	background:#eee;
}
.M_mainContents#M_point #pointMemo table{
	margin:0 auto;
	border-left:1px solid #333;
	border-top:1px solid #333;
}
.M_mainContents#M_point #pointMemo table td{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:2px 8px;
}

/* 注文照会
========================================== */
.M_mainContents#M_order h3{
	background:#333;
	line-height:24px;
	color:#fff;
	text-align:center;
	font-size:116%;
	background:#FFF;
}
.M_mainContents#M_order #M_order_wrapper{
	margin-left:-24px;
}
.M_mainContents#M_order #M_order_wrapper .M_order_contents{
	width:333px;
	margin:24px 0 0 35px;
	float:left;
	background:url(img/certification_bg.gif) repeat-y bottom left;
}
.M_mainContents#M_order #M_order_wrapper .M_order_contents .M_inner{
	margin:24px;
	padding-top:5px;
}
.M_mainContents#M_order #M_order_wrapper .M_order_contents .M_inner table{
	width:304px;
	margin-bottom:8px;
}
.M_mainContents#M_order #M_order_wrapper .M_order_contents .M_inner table td,
.M_mainContents#M_order #M_order_wrapper .M_order_contents .M_inner table th{
	padding:2px 8px;
	vertical-align:middle;
}

/* 買い物かご
========================================== */
#M_basketTable{
	width:704px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:16px;
}
#M_basketTable th,
#M_basketTable td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:4px 8px;
	text-align:center;
	vertical-align:middle;
}
#M_basketTable td.M_alignL{
	text-align:left;
}
#M_basketTable thead th{
	background:#eee;
}
#M_basketTable tfoot td{
	background:#eee;
	text-align:right;
}
#M_basketTable table td{
	border:none;
}
#M_basketTable .optionTr td{
	border-bottom:4px solid #ccc;
}
#M_basketTable .basketCount td{
	padding:0 1px;
}
#M_basket ul{
	margin-top:16px;
}
#M_basket ul li{
	text-align:left;
}

/* 商品検索
========================================== */
#M_searchTable{
	margin:8px auto 16px;
}
#M_searchTable th,
#M_searchTable td{
	padding:2px 4px;
}
#M_searchTable .M_searchBtn{
	vertical-align:middle;
	padding-left:16px;
}
#M_searchResult table{
	width:100%;
	margin:8px auto;
}

/* 商品分類
========================================== */
#M_result{
	margin-bottom:8px;
	font-size:92%;
}
#M_result #M_total{
	float:left;
	width:20%;
}
#M_result #M_line{
	float:right;
	width:80%;
	text-align:right;
}
#M_categoryList table{
	/*margin-bottom:20px;*/
}
#M_categoryList table img{margin-bottom:10px;}

#M_categoryList table table{
	width:175px;
	height:220px;
	margin:16px 0 0 0;
}

#M_categoryList table table td b{
	color:#494949;}

#M_categoryList table table table{
	width:175px;
}
#M_categoryList table table table font{
	color:#333;
}
 
/* 商品詳細
========================================== */
.M_mainContents#M_item h2{
	font-size:134%;
	padding:8px;
	margin-top:8px;
}
/* 前の商品　次の商品 */
#M_item .M_itemLink li{
	display:inline;
}
#M_item .M_itemLink li a{
	padding:0 4px;
}
#M_item .M_itemLink .M_prev{
	float:left;
}
#M_item .M_itemLink .M_next{
	float:right;
}
/* 商品画像 */
#M_item #M_itemImg{
	float:left;
	width:300px;
}
/* 商品詳細 */
#M_item #M_itemInfo{
	float:right;
	width:415px;
}
#M_item #M_itemSubLink{
	font-size:92%;
	margin-top:16px;
	text-align:left;
}
#M_item #M_itemSubLink li{
	display:inline;
	padding-right:8px;
}
#M_item #M_itemDetailInfo{
	margin:16px auto;
	text-align:left;
}
/* ボタン */
#M_item #M_itemBtn{
	/*border:2px solid #ccc;*/
	padding:16px 0;
}
/* さらにでかいボタン */
#M_item #M_itemBtn .M_btnStyle{
    padding:8px 30px;
}
/* SNSボタン */
#M_snsButtonList {
    height: 30px;
}
#M_snsButtonList li{
    float:left;
    margin-right:5px;
}
/* レビュー */
#M_item h3{
	border-left:4px solid #ccc;
	padding-left:8px;
	margin:16px auto;
}
#M_item #M_review{
	margin:16px auto;
}
#M_item #M_reviewView{
	margin-top:16px;
}

/* ポップアップ
========================================== */
.M_popup{
	text-align:center;
	padding:16px;
}


/* 商品画像拡大画面 */
.M_popup#M_Img #M_closeBtn{
	text-align:center;
	margin-top:8px;
	font-size:92%;
	background:#eee;
	padding:4px 0;
}


/* パスワード
========================================== */
.M_mainContents#M_password table{
	margin:0 auto;
}
.M_mainContents#M_password table td,
.M_mainContents#M_password table th{
	padding:2px 8px;
	vertical-align:middle;
}

/**/
#catch {
	background:url(img/bg_st03.gif) repeat-y;
	width:725px;
}
#catch .box {
	background:url(img/bg_st03_btm.gif) no-repeat bottom;
	padding:16px 16px 6px;
}
#catch .box p {
	margin-bottom:20px;
}
#catch .box strong {
	font-weight:bold;
	color:#c70404;
}

#okaidoku ul {
	padding:10px 0 0;
	width:725px;
}
#okaidoku ul:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#okaidoku li {
	float:left;
	margin-bottom:13px;
}
#okaidoku li.ctr {
	padding:0 17px;
}

#subwrap2 {
	width:725px;
}
#subwrap2:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#ranking {
	float:left;
	background:url(img/bg_st05.gif) repeat-y;
	width:355px;
}
#ranking .box {
	background:url(img/bg_st05_btm.gif) no-repeat bottom;
	padding-bottom:3px;
}
#ranking .box table {
	width:355px;
}
#ranking .box td {
	border-bottom:1px dotted #ccc;
	vertical-align:middle;
}
#ranking .box td.end {
	border-bottom:none;
}
#ranking .box td.w110 {
	width:110px;
}
#ranking .box td.w180 {
	width:180px;
	padding-left:10px;
}
#ranking .box p {
	width:100px;
}
#ranking .box a {
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#ranking .box a:hover {
	color:#ff803a;
}
#pickup {
	float:right;
	width:355px;
	background:url(img/bg_st06.gif) repeat-y;
}
#pickup .box {
	background:url(img/bg_st06_btm.gif) no-repeat bottom;
	padding-bottom:7px;
	text-align:left;
}
#pickup .box dt {
	padding:3px 12px 0;
}
#pickup .box dd {
	background:url(img/line_pickup.gif) no-repeat bottom;
	padding:0 12px 8px;
}
#pickup .box dd.end {
	background:none;
}
#pickup .box li {
	background:url(img/icon_pickup.gif) no-repeat left 6px;
	padding-left:20px;
	line-height:1.4;
	font-size:14px;
	margin-bottom:5px;
}
#pickup .box li a {
	color:#000;
}
#pickup .box li a:hover {
	color:#ff803a;
	text-decoration:underline;
}

#ranktable {
	width:725px;}

#ranktable h3 {
	margin-bottom:15px;
}

#ranktable .mb25 {
	margin-bottom:25px;
}
#ranktable .mb30 {
	margin-bottom:30px;
}
#ranktable p {
	line-height:1.4;
}
#ranktable strong {
	margin:0 0 17px;
	display:block;
	text-align:left;
}
#ranktable .fl {
	padding-right:25px;
}
#ranktable h4 {
	margin-bottom:11px;
}
#ranktable .how {
	float:left;
	width:292;
	padding-left:8px;
}
#ranktable ul {
	width:420px;
	float:right;
}
#ranktable li {
	float:left;
	padding-left:18px;
    *height:70px;
}
#myuse {
	margin-top:25px;
	width:725px;
}

#myuse .box {
	padding:10px 28px 19px;
	background:url(img/bg_st08.gif) no-repeat;
	width:669px;
	height:164px;
	line-height:1.3;
    *width:725px;
}
#myuse .mb15 {
	margin-bottom:15px;
}
#guide {
	line-height:1.5;
	padding-bottom:20px;
}
#guide h3 {
	margin-bottom:18px;
}
#guide .inner {
	padding:0 25px;
}
#guide h4 {
	color:#e2631e;
	font-size:14px;
	font-weight:bold;
	text-indent:-10px;
	margin:5px 0 10px 0;
}
#guide .mb20 {
	margin-bottom:20px;
}

#guide .flow {
	border:1px solid #ccc;
	padding:10px 23px;
	margin-bottom:20px;
	*width:910px;
}
#guide .flow:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#guide .flow li {
	float:left;
	padding:0 10px;
}
#guide .flow .w140 {
	width:140px;
}
#guide .flow .w153 {
	width:153px;
}

#guide .bg_g {background:#CCC;}


	
#ichiran {width:725px;}

#ichiran a:link {
	color:#1E2C59;
	text-decoration:underline;}
#ichiran a:visited{
	color:#1E2C59;
	text-decoration:underline;}
#ichiran a:hover{
	color:#1E2C59;
	text-decoration: none;}
#ichiran a:active{
	color:#1E2C59;
	text-decoration:underline;}

.midashi_h2{
	background:url(img/ichiran_tit.gif) no-repeat top left;
	padding:14px 0 14px 30px !important;}
	
.icon_mb{margin-bottom:5px;}

.bo_bottom_g{
	border-bottom:#C9C9C9 1px dotted;
	padding-bottom:20px;}

.color_ore{color:#EA592D;}
.qu_none{display:none;}

.detail_p_mb p{
	margin-bottom:15px;
	line-height:17px;
	font-size:13px;}
	
/*  利用案内
-----------------------------------------------------------------------------*/
.application_box1{margin-bottom:45px;}
.application_box3{margin-bottom:45px;}
.application_box4{margin-bottom:30px;}

.application_box1 .beginner_txt{
	background:url(img/application_box1_2.jpg) left top no-repeat;
	width:727px;
	line-height:18px;
	padding:85px 22px 40px 20px;
	font-size:14px;}

.application_box3 .confidence_txt{
	background:url(img/application_box3_1.jpg) top left no-repeat;
	width:727px;
	line-height:20px;
	padding:75px 0 20px 15px;}

.application_box3 .asset_txt{
	background:url(img/application_box3_2.jpg) top left no-repeat;
	width:727px;
	line-height:20px;
	padding:75px 0 20px 15px;}
	
.application_box4 .olddmain_re{position:relative;}
.application_box4 .olddmain_av{
	position:absolute;
	top:80px;
	left:22px;
	width:370px;}
	
.application_box4 .newdmain_re{position:relative;}
.application_box4 .newdmain_av{
	position:absolute;
	top:75px;
	left:22px;
	width:370px;}
	
.application_box4 .dmain_table{
	width:605px;
	position:absolute;
	top:163px;
	left:22px;}
	
.application_box4 .td_1{
	width:90px;
	background:url(img/application_box4_table_bg.gif) left bottom repeat-x;
	color:#F00;
	font-weight:bold;
	text-align:center;
	padding:10px 0;}
	
.application_box4 .td_2{
	width:90px;
	background:url(img/application_box4_table_bg.gif) left bottom repeat-x;
	color:#00F;
	font-weight:bold;
	text-align:center;
	padding:10px 0;}
	
.application_box4 .td_3{
	border-bottom:#CCC 1px dotted;
	vertical-align:middle;
	text-align:left;
	padding-left:15px;}

	
.application_box5 .domain_bg1{position:relative;}
.application_box5 .domain_bg2{
	position:absolute;
	top:0;
	left:242px;}
	
.application_box5 .domain_bg3{
	position:absolute;
	top:0;
	left:482px;}
	
.application_box5 .domain_btn1{
	position:absolute;
	top:182px;
	left:33px;}
	
.application_box5 .domain_btn2{
	position:absolute;
	top:182px;
	left:270px;}
	
.application_box5 .domain_btn3{
	position:absolute;
	top:182px;
	left:512px;}
	
.application_box5 .s_g_txt{
	font-size:10px;
	color:#333;
	margin-left:10px;}
	
.application_box6 .buy_steptxt_re{position:relative;}
.application_box6 .buy_steptxt_av{
	position:absolute;
	top:230px;
	left:113px;
	color:#666;
	font-size:11px;}
	
/*  affiliate
-----------------------------------------------------------------------------*/
	
.affiliate_txt{line-height:25px;}
.affiliate_txt img{margin-bottom:5px;}	

.affiliate_box1{margin-bottom:40px;}

.red_check{font-weight:bold;}

.red_check img{margin-bottom:5px;}

.affiliate_box2 .btn_bottom{margin-top:46px;}

.affiliate_box2 .btn_bottom2{margin-top:93px;}

.affiliate_box3{margin-bottom:30px;}

.affiliate_box3 .txt_left{
	margin:0 0 20px 85px;
	font-weight:bold;}
	
/*  backlink
-----------------------------------------------------------------------------*/
.backlink_width{
	width:724px;}
	
.backlink_detail_table{
	border:#CCC 1px solid;
	line-height:25px;}
		
.backlink_detail_table .or_td{
	width:80px;
	background-color:#FCE7B4;
	color:#F35F12;
	font-weight:bold;
	text-align:center;
	border-bottom:#CCC 1px dotted;
	border-collapse:collapse;}
	
.backlink_detail_table .no_td{
	border-bottom:#CCC 1px dotted;
	border-collapse:collapse;
	text-align:left;
	padding-left:10px;}
	
.backlink_imgleft1{
	float:left;
	font-size:10px;}

.backlink_txtright1{
	float:right;
	padding:15px 0 0 10px;}
	
.backlink_border_gray{
	border:#CCC 2px solid;
	padding:20px 0 20px 18px;
	text-align:left;}
	
.backlink_imgleft2{
	float:left;}

.backlink_txtright2{
	width:500px;
	float:right;
	padding:10px 0 0 26px;}
	
/*  qa
-----------------------------------------------------------------------------*/
.qa_category{
	text-align:left;
	margin-bottom:30px;}
	
.qa_category li{
	margin-bottom:10px;}
	
.qa_category img{
	vertical-align:middle;}
	
.qa_midashi{
	background:url(img/qa_midashi.gif) no-repeat left top;
	padding:0 0 5px 35px;
	font-size:20px;
	font-weight:bold;
	line-height:38px;}
	
.qa_check{
	font-size:10px;
	margin:3px 0 23px 30px;}
	
.qa_list dt{
	width:727px;
	background:#EEE;
	padding:8px 0 8px 13px;
	text-align:left;
	line-height:20px;
	margin-bottom:15px;}
	
.qa_list dt:hover{
	color:#1049A0;}
	
.qa_list dt img {
	margin:-3px 0 0 0;}
	
.qa_list dd {
	background:url(img/qa_a_icon.gif) no-repeat 15px 0;
	padding:0 0 0 35px;
	text-align:left;
	margin-bottom:25px;}


/*  advantage
-----------------------------------------------------------------------------*/
.advantage_box1 {
	height: 357px;
	width:auto;
	padding:15px 30px 0 30px;
	margin-bottom:30px;
	background:url(img/advantage_box1_bg.gif) no-repeat top left;
}

.advantage_box2 {
	background:url(img/advantage_box2_bg.gif) no-repeat top left;
	height: 761px;
	width:auto;
	padding:20px 30px 0 30px;}
	
.advantage_box1 p,
.advantage_box2 p{
	line-height:20px;}
		
.advantage_box2 table { height: 247px; width: 308px; float: left; border:#ADBD95 1px solid; border-collapse:collapse; margin-bottom:20px;}

.advantage_box2 table .td_1{
	width:32px;
	color:#FFF;
	font-weight:bold;
	background:#5D5D5D;
	text-align:center;
	line-height:25px;
	border-bottom:#FFF 1px dotted;}
	
.advantage_box2 table .td_2{
	width:268px;
	line-height:25px;
	padding left:10px;
	background:#F2F2F2;
	text-align:left;
	padding:0 0 0 5px;
	border-bottom:#FFF 1px dotted;
	font-size:12px !important;}
	
.advantage_box2 .site_img{
	background:url(img/advantage_box2_gurafu.jpg) no-repeat top left;
	position:relative;} 

.advantage_box2 .site_txt{
	position:absolute;
	top:195px;
	left:112px;
	width:223px;
	font-size:10px;
	line-height:13px !important;}
	
		
/*  margin
-----------------------------------------------------------------------------*/
.m_b5{ margin-bottom:5px;}
.m_b10{ margin-bottom:10px;}
.m_b15{ margin-bottom:15px;}
.m_b20{ margin-bottom:20px;}
.m_b25{ margin-bottom:25px;}
.m_b30{ margin-bottom:30px;}
.m_b35{ margin-bottom:35px;}
.m_b40{ margin-bottom:40px;}
.m_b45{ margin-bottom:45px;}
.m_b50{ margin-bottom:50px;}
.m_b80{ margin-bottom:80px;}

.m_t15{ margin-top:15px;}
.m_t20{ margin-top:20px;}
.m_t30{ margin-top:30px;}

.m_l5{ margin-left:5px;}
.m_l15{ margin-left:15px;}
.pa_lr{padding:0 10px;}
