﻿/***********************

　比較表関連
　tableタグは<table cellspacing="0">とすること。そうしないとcaptionが1pxずれる

***********************/

/*比較表*/
.comp_tab table{
  background: #fff;
  width: 100%;
  border-collapse : separate;
  border-spacing: 0;
  line-height: 140%;
  font-size : 12px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.comp_tab table p{
  line-height: 160%;
}
.comp_tab table tbody tr td {
  vertical-align : top;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding : 3px 3px 1px 3px;
  letter-spacing: 0pt;
}
.comp_tab table tbody tr td.font_samll{
  font-size : 10px;
}
.comp_tab table tbody tr th.font_samll{
  font-size : 10px;
}
.comp_tab table tbody tr th {
  vertical-align : top;
  text-align : left;
  font-weight : normal;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.comp_cap {
  background : #ffffff url(../image/img_tab_tit.gif) no-repeat 0 0;
  color : #600;
  font-size : 14px;
  font-weight : bold;
  text-align : left;
  padding : 9px 0px 7px 10px;
  margin : 0;
  border : 0;
}
.comp_cap2 {
  background : #ffffff url(../image/img_tab_tit2.gif);
  background-repeat : no-repeat;
  color : #600;
  font-size : 14px;
  font-weight : bold;
  text-align : left;
  padding : 11px 0px 6px 10px;
}
.comp_yell {
  background: #ffffce;
}
.comp_h1 {
  background: #ffd277 url(../image/comp_mid.gif);
  font-weight : bold;
}
.comp_kataban {
  cursor : pointer;
  vertical-align : middle;
  text-align : center;
  background : #cfc;
  height : 30px;
}

/*比較表(文字が小さい版)*/
.comp_tab_small table{
  background: #fff;
  width: 100%;
  border-collapse : separate;
  border-spacing: 0;
  line-height: 140%;
  font-family: "Arial";
  font-size : 11px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.comp_tab_small table tbody tr td {
  vertical-align : top;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding : 1px 1px 0px 1px;
}
.comp_tab_small table tbody tr th {
  vertical-align : top;
  text-align : left;
  font-weight : normal;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

/*比較表(文字がもっと小さい版)*/
.comp_tab_small2 table{
  background: #fff;
  width: 100%;
  border-collapse : separate;
  border-spacing: 0;
  line-height: 170%;
  font-family: "Arial";
  font-size : 9px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.comp_tab_small2 table tbody tr td {
  vertical-align : top;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding : 1px 1px 0px 1px;
}
.comp_tab_small2 table tbody tr th {
  vertical-align : top;
  text-align : left;
  font-weight : normal;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

/*比較表の値を中央に*/
.text_center table tbody tr td {
  text-align : center;
}


/*簡単な比較表（paddingが大きい）*/
.simple_tab{
  text-align : center;
}
.simple_tab table{
  border-collapse : separate;
  border-spacing: 0;
  line-height: 170%;
  font-size : 12px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  margin-left:auto;
  margin-right:auto;
}
.simple_tab table tbody tr td {
  text-align : center;
  padding : 5px 10px 5px 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.simple_tab table tbody tr th {
  background: #93c310;
  color: #FFF;
  font-weight : bold;
  padding : 5px 10px 5px 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.simple_tab table caption {
  font-weight : bold;
  margin-left:auto;
  margin-right:auto;
}
.simple_tab table a {
  font-weight : bold;
}

/***********************

　枠関連

***********************/


/* サブカテゴリ表示 */
.scat{
  margin-top:10px;
  margin-left:5px;
  text-align : center;
}

.scat_waku{
  float:left;
  font-size:12px;
  padding:5px;
  margin:0 0 5px 5px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border:1px solid #AAA;
  box-shadow:1px 1px 2px #CCC;
  line-height:130%;
  text-align : center;
  background:#FFF url(../img/sctegory-box.png) no-repeat;
  color:#111;
}

.scat_waku a{
  text-decoration: none;
  color: #000000;
}

.scat_waku img {
	padding:5px 5px 5px 5px;
	margin:0px;
}


.scat_waku a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

.scat_width4{
  width:132px;
  height:234px;
  background-position:128px 230px;
}

.scat_width3{
  width:181px;
  height:204px;
  background-position:177px 200px;
}


.scat_2_width3{
  width:224px;
  height:240px;
  background-position:220px 236px;
}

.scat_2_width5{
  width:130px;
  height:240px;
  background-position:126px 236px;
}



/* あらゆる場所で使える枠線 */
.waku {
margin: 0 0 10px 0; 
padding: 0 0 10px 0; 
border: 1px solid #cccccc; 
}

.waku_hai_full {
margin: 0 0 10px 0; 
padding: 5px;
border: 1px solid #cccccc; 
background-color : #eeeeee;
}
.waku_hai_full a {
	font-weight:bold;
}

.waku_hai {
margin: 5px 5% 5px 5%; 
padding: 5px 15px 0px 15px; 
border: 1px solid #cccccc; 
background-color : #eeeeee;
}






/*おすすめ製品の枠*/
.susume_tab table{
  background: #fff;
  width: 100%;
  border-collapse : separate;
}
.susume_tab table tbody tr td {
  vertical-align : top;
  border: solid 1px #ccc;
  padding : 1px 1px 0px 1px;
  line-height: 170%;
  font-size: 12px;
}


/*サブカテゴリのトップページの枠*/
.susume_tab2 table {
  background: #fff;
  width: 100%;
  border-collapse : collapse;
  line-height: 170%;
  border: 1px solid #dddddd; 
  margin: 10px 0;
}
.susume_tab2 table tbody tr td {
  text-align : center;
  border: 1px solid #dddddd;
  padding : 3px 1px 3px 1px;
  font-size: 12px;
}
.susume_tab2 table tbody tr td img{
padding-top: 5px;
}
.susume_tab2 table tbody tr td div.maru{
  background : url(/img/maru.gif) no-repeat 0 center;
  padding: 4px 0 0 23px;
}
.susume_tab2 table tbody tr td div.batu{
  background : url(/img/batu.gif) no-repeat 0 center;
  padding: 4px 0 0 23px;
}


/*おすすめ製品の枠 主にPCの紹介 index.htmlからコピーして使えるように*/
.susume_tab3 table{
  background: #fff;
  width: 100%;
  border-collapse : separate;
}
.susume_tab3 table tbody tr td {
vertical-align : top;
border: solid 1px #ccc;
padding : 5px;
line-height: 170%;
font-size: 12px;
background: url(../img/block_bg.png) repeat-x 0 bottom; 
}
div#main-v2 div.susume_tab3 table tbody tr td h3 {
height: 20px; 
margin: 0px;
padding-left: 10px; 
line-height: 20px; 
color: #ff6600; 
font-weight : normal;
font-size : 12px;
background: url(../img/arrow_ico.png) no-repeat 0 center; 
}
div#main-v2 div.susume_tab3 table tbody tr td h3 a {
font-weight : normal;
font-size : 12px;
color: #0066cc; 
text-decoration: underline; 
}
div#main-v2 div.susume_tab3 table tbody tr td h3 a:hover{
color: #ff8000; 
}
.susume_tab3 table tbody tr td p {
margin-top: 0px; 
}
.susume_tab3 table tbody tr td p.h {
  margin-top: 10px; 
  font-size : 14px;
  font-weight : bold;
  color : #ff0000;
  text-align : center;
}
.susume_tab3 table tbody tr td img {
width: 120px; 
height: 120px; 
margin: 0px 10px 10px 0; 
float: left; 
}

/*文中のコラム・一言*/
.hitokoto {
  background : #eeeeee;
  padding : 5px;
  margin : 0px 20px 0px 20px;
}
.hitokoto2 {
  background : #ffffff;
  padding : 5px;
  margin : 1px 20px 1px 20px;
  border : solid 1px #bbb;
}




/***********************

　文字装飾関連

***********************/

/* 製品紹介時のタイトル。PCやセキュリティソフトでよく使う */
.menu_h2 {
  background: url(../img/block_bg4.png) repeat-x 0 top;
  font-weight: bold;
  padding-top : 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.menu_h2 a{
  font-weight: bold;
}

.menu_h2 span.no1 {
  background: url(../img/myno1.gif) no-repeat 0 center;
  padding-left : 110px;
  padding-top : 3px;
  font-weight: bold;
}
.menu_h2 span.no2 {
  background: url(../img/myno2.gif) no-repeat 0 center;
  padding-left : 110px;
  padding-top : 3px;
  font-weight: bold;
}
.menu_h2 span.no3 {
  background: url(../img/myno3.gif) no-repeat 0 center;
  padding-left : 110px;
  padding-top : 3px;
  font-weight: bold;
}
.menu_h2 span.no0 {
  background: url(../img/myno0.gif) no-repeat 0 center;
  padding-left : 110px;
  padding-top : 3px;
  font-weight: bold;
}

.font16px {
  font-size:18px;
}

.font18px-padding {
  font-size:18px;
  padding:10px;
  margin-bottom:10px;
}

/* 赤い強調文字 */
.h1-p {
  font-size : 18px;
  font-weight : bold;
  color : #f33;
  text-align : center;
  padding-top : 5px;
}
.h1-p2 {
  font-size : 16px;
  font-weight : bold;
  color : #f33;
  text-align : center;
  background : #ffeeee;
  padding : 20px 0px 20px 0px;
  margin : 5px 30px 0px 30px;
}
/* トップページで使っているので変更不可 */
.h1-p3 {
  font-size : 13px;
  font-weight : bold;
  color : #f00;
  text-align : center;
  padding : 0px 0px 0px 0px;
  margin : 0px;
}
.h1-p4 {
  font-size : 20px;
  font-weight : bold;
  color : #f00;
  text-align : center;
  padding : 10px 0px 0px 0px;
  margin : 0px;
}
.h1-p5 {
  font-size : 13px;
  font-weight : bold;
  color : #f00;
  text-align : center;
  padding : 0px 0px 0px 0px;
  margin : 0px;
}

/* オレンジ文字 */
.orge {
  color : #ff6600;
  font-weight : bold;
  text-decoration: nounderline; 
}


/* 太文字 */
.futo {
  font-size: 12px;
  font-weight : bold;
  text-align : center;
  padding: 4px;
}

/* センタリング */
.p_center{
  text-align : center;
}

/*本文中で使うリスト*/
.navi ul{
  font-size : 13px;
  list-style: none;
  padding-left: 0px;
  margin: 5px 0px 5px 0px;
}
.navi li{
  line-height: 25px; 
  margin: 0px;
  padding: 0px 0px 0px 18px;
  background : #ffffff url(../image/list5.gif);
  background-repeat : no-repeat;
  background-position:left center;
}
.navi2 ul{
  font-size : 13px;
  list-style: none;
  padding-left: 0px;
  margin: 7px 0px 7px 40px;
  padding: 0px;
  line-height: 200%;
}
.navi2 li{
  margin: 2px 0px 2px 0px;
  padding: 0px 0px 0px 18px;
  background : #ffffff url(../image/list5.gif);
  background-repeat : no-repeat;
  background-position:left center;
}
.navi3 ul{
  font-size : 14px;
  list-style: none;
  padding-left: 0px;
  margin: 7px 0px 7px 40px;
  padding: 0px;
  line-height: 150%;
  list-style-type : none;
}
.navi3 li{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 18px;
}



/*PC比較のみ使用（旧）
.pc-left {
  width: 300px;
  float: left;
  margin : 0 auto 0 0;
  padding : 0px;
}

.pc-right {
  width: 345px;
  float: right;
  margin : 0 0 0 auto;
  padding : 0px;
}

.pc_tab table tbody tr td {
  vertical-align : center;
  text-align : center;
  border: 0px;
  padding : 6px 2px 2px 2px;
  margin : 0px;
}
*/


/*目次*/
.idx_tab table{
  width: 100%;
  border : 0px;
}

.idx_tab table td {
  width: 50%;
  vertical-align : top;
}



/*更新日*/
.update {
  text-align : right;
  margin : 0px;
  padding : 0px;
}


/* 不明 
.A2{
  color : #660000;
  text-decoration : none;
}
.A3{
  color : #660000;
  text-decoration : none;
}
*/

/* 画像の左寄せ、右寄せ */
.img_top{
  float : right;
  margin : 0px;
  padding : 0px;
}

.img_left{
  float : left;
  margin : 0px 6px 6px 0px;
  padding : 0px;
}

.img_right{
  float : right;
  margin : 0px 0px 10px 10px;
}

/* 左寄せ、右寄せ（レビューページ共通） */
.img_left_250px{
  float : left;
  margin : 0px;
  padding-top : 5px;
  text-align : center;
  background : #ffffff;
  width: 260px;
}
.img_right_450px{
  float : right;
  margin : 0 5px 5px 5px;
  width : 450px;
}

/* 左寄せ、コンテンツ、右寄せ（３段組み比較表 共通） */
.navi_left_x120{
  float : left;
  margin : 0px;
  padding-top:5px;
  text-align : center;
  background : #ffffff;
  width: 150px;
}
.navi_left_x180{
  float : left;
  margin : 0px;
  padding-top:5px;
  text-align : center;
  background : #ffffff;
  width: 190px;
}

.contents_x120{
	margin:0 225px 15px 160px;
}
.contents_x180{
	margin:0 225px 15px 205px;
}

.navi_right_x200{
  float : right;
  margin : 0px;
  padding : 5px 0 0 0;
  width: 210px;
}

.navi_waku{
	margin: 0 0 10px 0;
	width:188px;
	padding: 5px 5px 0 5px;
	border: 1px solid #cccccc; 
	background-color : #ffffff;
}
.navi_waku a {
	font-weight:bold;
}
.navi_waku p {
	padding:0 5px 0 5px;
}




/* 後々不要 */
.img_left_120px{
  float : left;
  margin : 0px;
  padding-top:5px;
  text-align : center;
  background : #ffffff;
  width: 140px;
}
.img_left_180px{
  float : left;
  margin : 0px;
  padding-top:5px;
  text-align : center;
  background : #ffffff;
  width: 190px;
}


.contents_120px{
	margin:0 225px 15px 145px;
}
.contents_180px{
	margin:0 225px 15px 205px;
}

.img_right_200px{
  float : right;
  margin : 0px;
  padding : 0px;
  width: 210px;
}


/* セキュリティページの左寄せ、右寄せ */
.img_left_sec{
  float : left;
  margin : 0px 5px 5px 0px;
  padding : 0px;
  text-align : center;
  background : #ffffff;
  width: 192px;
  height: 490px;
}
.img_right_sec{
  float : right;
  margin : 0px 0px 5px 5px;
  padding : 0px;
  width: 210px;
  height: 470px;
}



/* PCページの左寄せ、右寄せ */
.img_left_pc{
  float : left;
  margin : 0px;
  padding-top:5px;
  text-align : center;
  background : #ffffff;
  width: 140px;
}

.img_left_pc2{
  float : left;
  margin : 0px 5px 5px 0px;
  padding : 0px;
  text-align : center;
  background : #ffffff;
  width: 192px;
  height: 420px;
}
.img_left_pc4{
  float : left;
  border-right: 4px solid #fff;
  background : #ffffff;
  text-align : center;
  width: 120px;
  height: 145px;
}
.img_right_pc{
  float : right;
  margin : 0px 0px 10px 10px;
}
.img_right_pc{
  float : right;
  text-align : center;
  width : 230px;
  margin : 0px 5px 3px 2px;
  padding : 10px 0px 10px 0px;
  border: 1px solid #ffcc66;
  background : #ffffee;
  line-height: 180%;
}
.img_right_pc a{
  font-weight:bold;
}
.img_right_pc2{
  float : right;
  margin : 0px;
  padding : 0px;
  width: 210px;
}





/* プリンターページの左寄せ、右寄せ */
.img_left_pri{
  float : left;
  margin : 0px 5px 5px 0px;
  padding : 0px;
  text-align : center;
  background : #ffffff;
  width: 80px;
  height: 220px;
}
.img_left_pri2{
  float : left;
  margin : 0px 5px 5px 0px;
  padding : 0px;
  text-align : center;
  background : #ffffff;
  width: 80px;
  height: 150px;
}
.img_center{
  text-align : center;
}



/*　たぶん不要
.motto{
  text-align : right;
}

.search_left{
  float : left;
  margin : 0px 5px 0px 130px;
}

.search_left2{
  float : left;
  margin : 0px 5px 0px 80px;
}

.search_left3{
  float : left;
  margin : 0px 5px 0px 40px;
}

.search_right{
  float : left;
  margin : 80px 5px 0px 0px;
}
.search_window2{
  width: 428px;
  text-align : center;
  margin: 7px auto;
}
*/

.search_window{
  text-align : center;
  margin: 7px auto;
}

.indt{
  margin : 0px 0px 0px 20px;
}

.point{
  font-size: 12px;
  font-weight : bold;
  color : #090;
  margin : 10px 200px 0px 6px;
  border-bottom: 1px solid #090;
}

.buy{
  margin: 2px 1px 2px 3px;
  padding: 4px 0px 0px 107px;
  background : #ffffff url(../image/image122.gif);
  background-repeat : no-repeat;
  background-position:left center;
}
.kakaku{
  margin: 2px 1px 2px 3px;
  padding: 4px 0px 0px 107px;
  background : #ffffff url(../image/kakaku.gif);
  background-repeat : no-repeat;
  background-position:left center;
}
.syosai{
  margin: 2px 1px 2px 3px;
  padding: 4px 0px 0px 107px;
  background : #ffffff url(../image/syosai.gif);
  background-repeat : no-repeat;
  background-position:left center;
}
.maker{
  margin: 2px 1px 2px 3px;
  padding: 4px 0px 0px 107px;
  background : #ffffff url(../image/maker.gif);
  background-repeat : no-repeat;
  background-position:left center;
}



/*検索用*/
.search_amazon {
	margin : 1px;
	padding : 40px 10px 0px 10px;
	border: 1px solid #999;
	background : #000000 url(../search/amazon.gif) top;
	background-repeat : no-repeat;
}
.search_yahoo {
	margin : 0px;
	padding : 40px 10px 0px 10px;
	border: 1px solid #fc0;
	background : #ffffcc url(../search/yahoo.gif) top;
	background-repeat : no-repeat;
}
.search_rakuten {
	margin : 0px;
	padding : 40px 10px 0px 10px;
	border: 1px solid #900;
	background : #bb0000 url(../search/rakuten.gif) top;
	background-repeat : no-repeat;
}
#search_box table {
	width:450px;
	margin:0 auto 10px;
	border: 0;
}
#search_box table td {
	border:0;
}
#search_box table td div {
	width:150px;
	height: 60px;
	margin:0 auto;
	text-align : center;
}
#search_box p {
	padding : 10px 0 0 0;
	margin : 0;
	text-align : center;
	font-size : 14px;
}

.change-link{
	display:none;
}

.mb-back{
	background:#000;
	opacity:0.6;
	text-align:center;
	position:fixed;
	top:0;
	width:95%;
	font-size:150%;
	line-height:200%;
}
.mb-back a{
	color:#FFF;
}