/*----------------------------------------------------------------------*/
/*全体設定*/
/*----------------------------------------------------------------------*/

body {text-align:center;font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:0.9em;
background-color:#000000;
color:#ffffff;
border:0px;
}

a{text-decoration:none;color:#ffffff;}
a:hover{text-decoration:underline;color:#aaaaaa;}

.invisible_g-gear{display:none;}

/*----------------------------------------------------------------------*/
/*レイアウト枠*/
/*----------------------------------------------------------------------*/
/*全体枠*/
#wrap {width:1130px; text-align:left; margin:0 auto;}

/*本文全体枠*/
#inner {margin:10px 0px;}

/*レイアウト調整用内枠1*/
#largeWrap {float:left;width:945px;}

/*----------------------------------------------------------------------*/
/*中央メイン*/
/*----------------------------------------------------------------------*/
#center_main {float:right;width:750px;text-align:left;padding:0px;margin-right:8px;}

#center_main h2{font-size:2.0em;font-weight:bold;line-height:1.4em;margin:5px 0px;clear:both;}

#center_main .subtitle{font-size:0.9em;}

#center_main .tokki{margin:5px;}
#center_main .tokki h2{font-size:0.85em;line-height:1.6em;clear:both;color:#cccccc;}

#center_main h3{font-size:1.1em;margin:20px 5px 0px 5px;padding:0px;clear:both;line-height:1.6em;}

#center_main h4{font-size:1.05em;margin:20px 5px 5px 5px;padding:0px;clear:both;}

#center_main h5{font-size:0.9em;margin:20px 5px 5px 5px;padding:0px;}

#center_main p{margin:10px 5px;}

/*横2枠レイアウト用*/
#center_main .layout_2{width:100%;height:auto;overflow:hidden;clear:both;}
#center_main .layout_2 div{width:49.5%;float:left;margin-right:1%;}
#center_main .layout_2 div:nth-child(2n){margin-right:0;}

/*横3枠レイアウト用*/
#center_main .layout_3{width:100%;height:auto;overflow:hidden;clear:both;}
#center_main .layout_3 div{width:32.6%;float:left;margin-right:1%;}
#center_main .layout_3 div:nth-child(3n){margin-right:0;}

/*横4枠レイアウト用*/
#center_main .layout_4{width:100%;height:auto;overflow:hidden;clear:both;}
#center_main .layout_4 div{width:24.2%;float:left;margin-right:1%;}
#center_main .layout_4 div:nth-child(4n){margin-right:0;}

/*筐体写真ギャラリーレイアウト用*/
#center_main .photo_gallery{width:750px;padding:5px;height:auto;overflow:hidden;clear:both;border:solid #000 0px;}
#center_main .photo_gallery img{border:solid 0px #f00;margin:0px 3px;}
#center_main .photo_gallery img.maine{float:left;}

/*ゲームスクリーンショットレイアウト用*/
#center_main .ScreenShot{width:750px;padding:2px;height:auto;overflow:hidden;clear:both;}
#center_main .ScreenShot img{margin:0px 3px;}

#center_main .Link_Official_Site{clear:both;
text-align:center;margin-top:20px;}

/*レビュー記事掲載リンク*/
.tokki .review_link{margin-bottom:10px;background:linear-gradient(#002c62,#7F95B0);border-radius:5px;position:relative;width:96%;margin:0px auto;}
.tokki .review_link ul{margin:0px;padding:0px;list-style-type:none;}

.tokki .review_link ul h4{text-align:center;color:#fff;line-height:2.0em;}

.tokki .review_link li ul{font-size:0.75em;border-radius:0px 0px 5px 5px;margin-top:-3px;list-style-type:disc;background:#f9f6da;z-index:1;width:100%;}

.tokki .review_link li ul:after {position:absolute;content: "";top:0px;left:50%;border-style:solid;border-width:9px 9px 0 9px;border-color:#7F95B0 transparent transparent transparent;}

.tokki .review_link li ul li{color:#33a;line-height:1.8em;list-style-type:none;border-bottom:dashed #ccc 1px;}

.tokki .review_link li ul li a{font-size:1.1em;color:#33a;font-weight:bold;
display:block;padding:7px 10px;transition:background-color 0.4s;}

.tokki .review_link li ul li a:hover{background-color:#FFFFF0;text-decoration:none;}
.tokki .review_link li ul li a:before{content: "● ";}

.tokki .review_link li ul li:last-child{text-align:right;font-size:0.9em;border-bottom:none;}
.tokki .review_link li ul li:last-child a:before{content: "▼ ";}
.tokki .review_link li ul li:last-child a:after{content: " ▼";}
.tokki .review_link li ul li:last-child a:hover{border-radius:0px 0px 5px 5px;}

.tokki .review_link li ul li .sub_title{font-weight:normal;}
.tokki .review_link li ul li .sub_title:before{content:"\A";white-space:pre;}
.tokki .review_link li ul li .review_source{font-weight:normal;font-size:0.85em;margin-left:3px;}

.tokki .review_link li ul{display:none;}
.tokki .review_link li:hover ul{display:block;position:absolute;top:100%;}

/*----------------------------------------------------------------------*/
/*メニュー切り替え用リンク*/
#center_main #Change_list_Link {

	margin:5px;
	padding:0px 5px;
	
	height:50px;
	border-bottom:solid #666666 1px;
	
	clear:both;
}

#center_main #Change_list_Link li{

	list-style:none;
	color:#ffffff;
	float:left;
	font-size:0.9em;
	font-weight:bold;
	margin:10px 3px;

	border-top-left-radius: 5px;     /* 左上 */
	border-top-right-radius: 5px;    /* 右上 */
	border-bottom-left-radius: 0px;  /* 左下 */
	border-bottom-right-radius: 0px; /* 右下 */
}

#center_main #Change_list_Link li a{
	display:block;

	padding:10px 15px;

	border-style:solid;
	border-color:#999999;
	border-width:1px 1px 0px 1px;

	border-top-left-radius: 5px;     /* 左上 */
	border-top-right-radius: 5px;    /* 右上 */
	border-bottom-left-radius: 0px;  /* 左下 */
	border-bottom-right-radius: 0px; /* 右下 */

}

#center_main #Change_list_Link li.default{background-color:#555555;}


/*----------------------------------------------------------------------*/
/*モデルマトリクス表 レイアウト基本*/

.Model_Matrix{
	margin:5px;
	position:relative;
	}

.Model_Matrix table{
width:750px;
margin:0px auto;
table-layout:fixed;
border-collapse:collapse;border:solid #999 1px;
background:url("http://www.tsukumo.co.jp/bto/pc/common/img/model_matrix/bgi_y-g.png") repeat-y top left;
}

.Model_Matrix th{text-align:center;font-size:0.75em;line-height:1.25em;}
.Model_Matrix td{text-align:center;}

.Model_Matrix table THEAD{}
.Model_Matrix table THEAD th{height:40px;width:90px;}

.Model_Matrix table TBODY{}
.Model_Matrix table TBODY th{height:60px;width:100px;text-align:left;}
.Model_Matrix table TBODY td{}
.Model_Matrix table TBODY.geforce{border-bottom:solid 2px #ffffff;}
.Model_Matrix table TBODY.radeon{}


.Model_Matrix a{background-color:#fff;
	width:115px;
	padding:2px 5px;
	text-align:center;
	border-radius:5px;
	position:absolute;left:-10px;
	border:0px;
}

.Model_Matrix a:hover{
	border:solid #dd3300 2px;
	text-decoration:none;
	border-radius:5px;
}
.Model_Matrix a ul{margin:0px;padding:0px;}
.Model_Matrix a li{margin:0px;padding:0px;list-style-type:none;font-size:0.75em;line-height:1.2em;color:#333333;}

.Model_Matrix a li.cpu_intel{color:#ffffff;background-color:#3333cc;border-radius:100px;margin-bottom:2px;}
.Model_Matrix a li.cpu_amd{color:#ffffff;background-color:#cc3333;border-radius:100px;margin-bottom:2px;}

.Model_Matrix a li.model_name{text-align:left;font-weight:bold;color:#f43b02;font-size:1.5em;line-height:1.5em;height:60px;
}
.Model_Matrix a li.price{font-weight:bold;color:#ff3300;font-size:1.1em;line-height:1.0em;margin-left:32px;}
.Model_Matrix a li.tax{font-size:0.6em;text-align:left;color:#ff0000;font-weight:bold;float:right;margin-left:4px;}
.Model_Matrix a li.point{font-weight:bold;color:#008844;font-size:0.75em;line-height:1.0em;margin-left:32px;}

.Model_Matrix A li img{float:left;}
.Model_Matrix .spec{border-bottom:solid #999 1px;color:#ffffff;background-color:#3333ff;border-radius:100px;}

div .Scope{
width:100px;border-radius: 10px;
background:rgba(256, 256, 256, 0.3);    /* BGカラー&透過設定 */
z-index:0;
}

/*----------------------------------------------------------------------*/
/*モデルマトリクス表 外表示バナー*/

.Out_of_Model_Matrix_banner{
width:740px;padding:2px;
background:rgba(256, 256, 256, 0.4);
border-radius:5px;
margin:10px 8px;
position:relative;
}

.Model_Matrix .Out_of_Model_Matrix_banner a{display:block;width:180px;padding:3px 10px;background:rgba(256, 256, 256, 0.95);margin-top:1px;}
.Model_Matrix .Out_of_Model_Matrix_banner p{font-size:0.9em;}
.Model_Matrix .Out_of_Model_Matrix_banner a li{font-size:0.9em;}
.Model_Matrix .Out_of_Model_Matrix_banner a li.price{float:left;font-size:1.10em;margin-left:10px;margin-top:5px;}
.Model_Matrix .Out_of_Model_Matrix_banner a li.tax{float:left;font-size:0.75em;}
.Model_Matrix .Out_of_Model_Matrix_banner a li.point{line-height:1.2em;font-size:0.8em;}
.Model_Matrix .Out_of_Model_Matrix_banner a li img{float:left;margin-top:3px;}

/*----------------------------------------------------------------------*/
/*モデルマトリクス表 表示関連*/

.Model_Matrix a li.campaign{font-weight:bold;color:#ff3300;font-size:0.6em;line-height:1.2em;text-align:center;padding:2px 0px;}

/*限定特価表示*/

.Model_Matrix div.gentei_tokka{
width:100px;
background-color:rgba(255,0,0,0.9);
color:#ffffff;padding:5px;line-height:1.3em;
font-size:0.9em;font-weight:bold;text-align:center;
z-index:1;border-radius:5px 0px;
}

.Model_Matrix div.gentei_tokka:after {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: rgba(255,0,0,0.9) transparent transparent transparent;
}

/*限定特価表示 重なる場合の回避(gentei_tokka gentei_tokka_sita 併記) */
.Model_Matrix div.gentei_tokka_sita{}
.Model_Matrix div.gentei_tokka_sita:after {
top:-8px;
	border-width: 0 8px 8px 8px;
border-color: transparent transparent rgba(255,0,0,0.9) transparent;
}

.Model_Matrix .vga th{height:80px;}
.Model_Matrix .vga td{background-color:#333333;line-height:1.1em;}

.Model_Matrix .a_bgi{width:100px;height:300px;background-color:#f6f6f6;
position:absolute;top:10px;left:80px;
z-index:1;
}

.Model_Matrix ul.campaign_txt{position:absolute;top:10px;left:100px;
font-weight:bold;
color:#dddddd;
margin:0px;padding:0px;
}

.Model_Matrix ul.campaign_txt li{font-size:0.9em;line-height:1.2em;margin-bottom:2px;list-style-type:disc;}
/*----------------------------------------------------------------------*/

/*モデルマトリクス追加情報表示*/
.Model_Matrix a{transition:width 0.15s;z-index:1;}

.Model_Matrix a:hover{position:absolute;left:-40px;
width:180px;
font-weight:bold;
font-size:1.25em;
padding:5px 5px 3px 5px;
z-index:10;
}

.Model_Matrix a .more_info{display:none;text-align:left;clear:both;background-color:#fff;color:#333;}
.Model_Matrix a:hover .more_info{display:block;}

.Model_Matrix a .more_info li{list-style-type:circle;margin-left:20px;margin-top:3px;font-size:0.65em;font-weight:normal;}

.Model_Matrix a .more_info li.Spec_Icon{list-style-type:none;margin-left:0px;text-align:center;}
.Model_Matrix a .more_info li.Spec_Icon img{float:none;}

.Model_Matrix a .more_info li.campaign{color:#f00;padding:3px 0px;
font-weight:normal;
list-style-type:none;
margin-left:0px;
text-align:left;
font-size:0.6em;
line-height:1.35em;
}

/* 詳細リンクボタン */
.Model_Matrix a .more_info li.btn_syousai_link{font-size:0.7em;line-height:1.1em;font-weight:bold;color: #FFF;padding: 3px 0px;margin:2px auto;border-radius:5px;
border: 1px solid #DDD;
background:linear-gradient(#BFE5F2, #63B3D2 50%,#0081B4 50%,#00679A);
width:86%;
text-align:center;
list-style-type:none;
}
.Model_Matrix a .more_info li.btn_syousai_link:hover{border: 1px solid #f60;}

/* マウスオーバー時の表示変更設定 */
.Model_Matrix a:hover img.model_image{width:40px;height:auto;margin-left:10px;}
.Model_Matrix a:hover .cpu_intel{font-weight:normal;font-size:0.7em;padding:2px auto;}
.Model_Matrix a:hover .cpu_amd{font-weight:normal;font-size:0.7em;padding:2px auto;}
.Model_Matrix a:hover li.price{font-size:1.0em;margin:3px 0px;}
.Model_Matrix a:hover li.point{font-size:0.7em;}

/*----------------------------------------------------------------------*/
/*モデルマトリクス表 Intel⇔AMD アンカーリンク*/
#Model_Matrix_anchor_link{overflow:hidden;
width:98%;
margin:10px auto;
background:linear-gradient(rgba(100,100,100,0.2),rgba(200,200,200,0.2));
border-radius:5px;
}
#Model_Matrix_anchor_link ul{overflow:hidden;
width:97%;margin:10px auto 10px auto;padding:0px;
list-style:none;
}
#Model_Matrix_anchor_link li{float:left;margin:0px;padding:0px;width:49%;
border-radius:10px;
border:outset #444 2px;
}
#Model_Matrix_anchor_link li a{display:block;width:100%;height:45px;
line-height:50px;
text-align:center;
font-weight:bold;
font-size:1.1em;
color:#fff;
}

/*--Intel--*/
#Model_Matrix_anchor_link li#Intel{margin-right:6px;
background:linear-gradient(rgba(0,61,106,1),rgba(0,171,235,0.8));
}
#Model_Matrix_anchor_link li#Intel a{
background:url('http://www.tsukumo.co.jp/bto/pc/common/img/model_matrix/logo_intel.png') no-repeat 10px 5px;
}

/*--AMD--*/
#Model_Matrix_anchor_link li#AMD{background:linear-gradient(rgba(106,19,0,1),rgba(236,6,0,0.8));}
#Model_Matrix_anchor_link li#AMD a{background:url('http://www.tsukumo.co.jp/bto/pc/common/img/model_matrix/logo_amd_ryzen.png') no-repeat 10px 5px;}
/*
background:url('http://www.tsukumo.co.jp/bto/pc/common/img/model_matrix/logo_amd.png')
*/

/*--マウスオーバー--*/
#Model_Matrix_anchor_link li a:hover{text-decoration:none;
position:relative;top:1px;left:2px;}
/*----------------------------------------------------------------------*/
/*シリーズ特長*/
/*----------------------------------------------------------------------*/

/*モデル説明　#Model_Explanation*/

#Model_Explanation{text-align:left;
margin:0px;padding:0px;
border:solid #000000 0px;
}

#Model_Explanation h2{font-size:1.05em;margin:10px 0px 10px 0px;line-height:1.6em;}

#Model_Explanation h3{margin:20px 0px 0px 0px;
padding:5px 0px 2px 15px;
clear:both;

background:linear-gradient(#6e6e6e, rgba(0,0,0,0));
border-radius:20px;
box-shadow: inset -3px -2px 10px 0 #666;
}

#Model_Explanation h4{margin:20px 5px 5px 5px;clear:both;
border-bottom:solid 1px #aaaaaa;line-height:1.4em;}

.syosai_link{clear:both;text-align:right;font-weight:bold;font-size:0.9em;}

/*著作権表記用*/
ul.copyright{list-style:none;font-size:0.75em;}

/* ※印付きリスト */
ul.kome{font-size:0.85em;line-height:1.6em;color:#ddd;padding-left:2.0em;}
ul.kome li{text-indent:-1.0em;list-style-type:none;margin-bottom:3px;}
ul.kome li:before{content:"※";}

/*----------------------------------------------------------------------*/
/*シリーズ特長インラインフレーム*/
/*----------------------------------------------------------------------*/
iframe{border:0px;
padding:0px;
margin:0px;
width:760px;
_width:750px;
height:500px;
}

#Model_Explanation P IMG{float:left;margin-right:5px;margin-bottom:15px;}
#Model_Explanation td{font-size:0.8em;}

/*-----*/
#center_main P IMG{float:left;margin-right:5px;}

/*注意書き*/
#center_main .notice{font-size:0.8em;color:#777;}

/*----------------------------------------------------------------------*/
/*シリーズ簡易特長*/
/*----------------------------------------------------------------------*/
#Model_Explanation #Series_Feature{margin:5px 0px;}
#Model_Explanation #Series_Feature h4{color:#fff;margin-top:15px;}
#Model_Explanation #Series_Feature h4 .syosai_link{font-size:0.85em;margin:2px 5px 0px 5px;float:right;}

#Model_Explanation #Series_Feature h4 .syosai_link a{
background-image:url('http://www.tsukumo.co.jp/bto/pc/common/img/lineup_side_li_bgi_001.png');
background-position:left 2px;
background-repeat:no-repeat;
padding-left:16px;
}

#Model_Explanation #Series_Feature div.tile a{
display:block;
padding:2px 2px 5px 2px;
margin-right:5px;

border:1px solid #aaa;
border-top-left-radius: 10px;     /* 左上 */
border-top-right-radius: 10px;    /* 右上 */
border-bottom-left-radius: 5px;  /* 左下 */
border-bottom-right-radius: 5px; /* 右下 */
box-shadow: 2px 2px 1px rgba(0,0,0,0.1);

font-size:0.8em;
}

#Model_Explanation #Series_Feature div.tile a:hover {text-decoration: none;}

#Model_Explanation #Series_Feature div.tile a h5{
margin:2px 0px 3px 0px;
padding:1px 5px 0px 5px;
font-size:1.0em;
font-weight:bold;
color:#436689;
border-bottom:solid #ccc 1px;
}

#Model_Explanation #Series_Feature p{color:#fff;}
#Model_Explanation #Series_Feature div.tile p{margin:0px;}
#Model_Explanation #Series_Feature div.tile img{margin-bottom:5px;}

/*----------------------------------------------------------------------*/
/*シリーズ横移動用ナビゲーション*/
/*----------------------------------------------------------------------*/
#Series_Feature #Game_PC_Series_Lineup{margin:10px 0px;}
#Series_Feature #Game_PC_Series_Lineup .box{border:solid #999 1px;width:30%;text-align:center;padding:5px 5px 5px 5px;
border-radius:10px;
box-shadow: 2px 2px 1px rgba(255,255,255,0.3);
margin-left:5px;
background:linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
}
#Series_Feature #Game_PC_Series_Lineup a{display:block;text-decoration:none;}
#Series_Feature #Game_PC_Series_Lineup .box:hover{background:linear-gradient(rgba(0,127,255,0.8), rgba(255,255,255,0));}
#Series_Feature #Game_PC_Series_Lineup .box:hover h5{color:#fff;}


#Series_Feature #Game_PC_Series_Lineup h5{margin:0px;font-size:1.4em;}
#Series_Feature #Game_PC_Series_Lineup .Spec_Price{width:100%;}
#Series_Feature #Game_PC_Series_Lineup p{text-align:left;margin:0px 5px;font-size:0.85em;}

#Series_Feature #Game_PC_Series_Lineup .def{background:linear-gradient(rgba(255,0,0,0.5), rgba(255,255,255,0));}

/*----------------------------------------------------------------------*/
/*完売時個別ページ表示用 最新モデルへのリンク*/
/*----------------------------------------------------------------------*/
#center_main .kanbai_link{border:solid #ff3300 1px;font-size:1.3em;font-weight:bold;text-align:center;padding:8px 10px;margin:10px 20px;background-color:#ffdd00;}

#center_main .kanbai_link a{color:#ff3300;}

/* もうすぐ完売商品リスト用 */
#nearEOL{margin-bottom:30px;_margin-bottom:10px;}
#nearEOL a{width:30%;padding:1px 10px;border-right:solid 1px #cccccc;border-bottom:solid 1px #cccccc;display:block;float:left;}

/*----------------------------------------------------------------------*/
/*簡易スペック一覧用*/

.Model_list h3{}
.Model_list h3 .sub_title{font-size:0.75em;font-weight:normal;margin-left:10px;}

.Model_list h3 img{float:left;margin-right:5px;position:relative;top:-16px;}

/*価格com型番*/
.kakakucom_kataban{color:#888888;
background-image:url('http://www.tsukumo.co.jp/bto/pc/common/img/lineup_side_li_bgi_001.png');
background-position:0px 2px;
background-repeat:no-repeat;
padding:0px 0px 5px 15px;
font-size:0.8em;
}

/*レイアウト用*/
.Model_list .model_image{float:left;width:170px;margin:5px;clear:both;}
.Model_list .description{width:365px;margin-left:185px;overflow:hidden;}

/*キャンペーン文言挿入枠*/
.Spec_Campaign_txt{margin:5px;color:#ff0000;font-size:0.9em;font-weight:bold;line-height:1.4em;}

/*簡易スペック表*/
#center_main .Spec_List_Simple {margin:5px 0px 0px 20px;padding:0px;font-size:0.90em;}

/*アイコン表示*/
.Spec_Icon{margin-top:5px;}
.Spec_Icon img{margin:0px;padding:0px;border:0px;}

/*価格*/
.Spec_Price{text-align:right;font-weight:bold;color:#ffffff;}
.Spec_Price .zeikomi_tujyo{}
.Spec_Price .price_tujyo{}
.Spec_Price .zeikomi{font-size:0.8em;color:#ff3300;}
.Spec_Price .price{font-style:italic;font-size:1.4em;color:#ff3300;}
.Spec_Price .point{font-size:0.9em;color:#008844;padding-left:2px;margin:5px;}

/*値引き・ポイントキャンペーン情報*/
.Spec_Campain{
text-align:center;
color:#ff6600;
padding:2px 10px;
border-style:solid;
border-color:#ff6600;
font-size:0.8em;
margin:5px;
}

/*カスタマイズボタン表示*/
.Spec_CustomizeButton{text-align:right;}
.Spec_CustomizeButton img{margin-top:3px;}

/* ----- */
/*併売設定用カスタマイズボタン*/
.Spec_CustomizeButton #Selection_OS{visibility:hidden;width:0px;}
#Model_Introduction .Spec_CustomizeButton #Selection_OS , .Model_list .Spec_CustomizeButton #Selection_OS{visibility:visible;width:auto;}

/*併売設定用カスタマイズボタン 下部テキスト追加Ver設定*/
.Spec_CustomizeButton p{font-size:0.85em;color:#999;}
#BTO_Basic_Spec .Spec_CustomizeButton p{font-size:1.0em;}

/* ----- */
/*ベンチマーク結果*/
#Model_Introduction .Spec_Campaign_txt .benchmark{display:blcok;} 	/* 表示設定 簡易スペック部分→表示 */
#BTO_Basic_Spec #Spec_List_Detail .Spec_Campaign_txt .benchmark{display:none;} 	/* 表示設定 詳細スペック部分→非表示 */

.Spec_Campaign_txt .benchmark{
background:linear-gradient(rgba(30,44,153,0.6),rgba(30,44,153,0.3));
color:rgba(255,204,0,0.9);text-align:center;font-size:0.9em;
border-radius:6px;padding:1px 5px;margin-bottom:10px;}

.Spec_Campaign_txt .benchmark .config{font-size:0.85em;color:rgba(255,255,255,0.6);}
.Spec_Campaign_txt .benchmark .score{font-size:2.2em;line-height:1.0em;}
.Spec_Campaign_txt .benchmark .evaluation{font-size:1.4em;}

/* ----- */
/*簡易スペック 個別ページ、スペック比較要*/
.Spec_syosai_Link{background-color:#333333;padding:5px 10px;width:160px;float:right;font-size:0.8em;margin:5px 10px 0px 5px;}

/*----------------------------------------------------------------------*/
/*モデル個別ページ 簡易スペック*/

#Model_Introduction{}
#Model_Introduction img.model_image{float:right;margin:5px;}
#Model_Introduction .description{width:465px;margin:5px;}

/*----------------------------------------------------------------------*/
/*詳細スペック表*/

#Spec_List_Detail{margin:5px;border-collapse:collapse;width:740px;}

#Spec_List_Detail .model{width:450px;margin:5px auto;}
#Spec_List_Detail img.model_image{float:left;}
#Spec_List_Detail .model .description{margin-left:160px;}

#Spec_List_Detail .suisyo_model{max-width:400px;margin:auto;}

/*価格*/
#Spec_List_Detail .Spec_Price{}
#Spec_List_Detail .Spec_Price .zeikomi_tujyo{}
#Spec_List_Detail .Spec_Price .price_tujyo{}
#Spec_List_Detail .Spec_Price .zeikomi{font-size:1.0em;}
#Spec_List_Detail .Spec_Price .price{font-size:1.6em;}
#Spec_List_Detail .Spec_Price .point{font-size:1.0em;}

/*値引き・ポイントキャンペーン情報*/
#Spec_List_Detail .Spec_Campaign_txt{font-size:1.0em;}
#Spec_List_Detail .Spec_Campain{font-size:1.0em;}

/* 見出し列設定 */
#Spec_List_Detail th{
				text-align:center;font-weight:bold;
				vertical-align:middle;
				background-color:#333333;color:#ffffff;
				width:10%;
				padding:5px;
				font-size:0.7em;
			}

#Spec_List_Detail .help_link{font-weight:normal;color:#FFF;}

/* 通常セル設定 */
#Spec_List_Detail td{font-size:0.7em;line-height:1.6em;text-align:center;padding:5px;min-width:180px;}

/* カスタマイズ対応品 */
#Spec_List_Detail tr.custom td{background-color:#EEFBFB;color:#000000;}
#Spec_List_Detail tr.custom td a{color:#00c;}

#Spec_List_Detail .model_name{font-size:1.2em;font-weight:bold;margin:0px;}

/*注意書き*/
ul#note{list-style:none;font-size:0.68em;
margin:10px 5px;
padding:0px;
}

ul#note li{padding-bottom:3px;line-height:1.4em;}

/*----------------------------------------------------------------------*/
/*末尾SEO対策用文言*/

#SEO_Last_text{
border:solid #888888 1px;
margin:20px 30px;
padding:10px 20px;
color:#666666;
font-size:0.9em;
}

/*----------------------------------------------------------------------*/
/*左サイドメニュー*/
/*----------------------------------------------------------------------*/
#left_side {float:left;width:175px;text-align:center;}

#left_side img{margin-bottom:5px;}

/*通常モデルラインナップ用*/
#left_side .menu_model{border:solid 1px #25A16F;
		border-radius:5px;
		margin:0px 0px 10px 0px;
		padding:0px;
		}

#left_side .menu_model h3{
		background-color:#25A16F;
		line-height:1.2em;
		font-size:1.1em;
		color:#ffffff;
		text-align:center;
		margin:0px;
		padding:5px 0px;
		}

#left_side .menu_model ul{
		margin:0px;
		padding:2px 5px;
}

#left_side .menu_model ul li{

list-style-type:circle;
text-align:left;
margin:0px 0px 0px 15px;
padding:5px 0px;
font-size:0.8em;
color:#aaaaaa;
}

#left_side .menu_model ul .sub_menu{
		text-align:left;
		margin:0px 0px 0px -20px;
		padding:0px;
		list-style:none;
		border:none;
		}

#left_side .menu_model ul .sub_menu li{list-style-type:none;}

#left_side .menu_model ul .sub_menu li a{
		display:block;
		text-decoration:none;
		font-size:1.35em;
		*height:20px;
		line-height:1.6em;
		padding:4px 5px 3px 20px;
		margin:0px;
		border-bottom:solid #333333 1px;
		
		background-image:url("http://www.tsukumo.co.jp/bto/pc/common/img/lineup_side_li_bgi_001.png");
background-position:3px 5px;
background-repeat:no-repeat;
		}

#left_side .menu_model li a:hover{background-color:#555555;color:#ffffff;}


/*通常メニュー用*/
#left_side .menu_l01{border:solid 1px #25A16F;
		border-radius:5px;
		margin:0px 0px 10px 0px;
		padding:0px;
		}

#left_side .menu_l01 h3{
		background-color:#25A16F;
		line-height:1.25em;
		font-size:1.0em;
		color:#ffffff;
		text-align:center;
		margin:0px;
		padding:5px 0px;
		
		}

#left_side .menu_l01 ul{
		text-align:left;
		margin:5px;
		padding:0px;
		list-style:none;
		}

#left_side .menu_l01 ul img{margin-bottom:0px;}

#left_side .menu_l01 li a{
		display:block;
		text-decoration:none;
		font-size:0.85em;
		*height:20px;
		line-height:1.6em;
		padding:2px 20px;
		margin:0px;
		background-image:url("http://www.tsukumo.co.jp/bto/pc/common/img/lineup_side_li_bgi_002.png");
background-position:left top;
background-repeat:no-repeat;
		}

#left_side .menu_l01 li a:hover{text-decoration:underline;}

/*ご購入相談*/
#left_side .inquiry_counter{background:url('http://www.tsukumo.co.jp/bto/pc/common/img/lineup_side_inquiry_counter.png') no-repeat bottom right;}

/*----------------------------------------------------------------------*/
/*右サイドメニュー*/
/*----------------------------------------------------------------------*/
#right_side {float:right;width:175px;text-align:center;}

#right_side img{margin-bottom:5px;}

/*通常メニュー用*/
#right_side .menu_r01{border:solid 1px #25A16F;
		border-radius:5px;
		margin:0px 0px 10px 0px;
		padding:0px;
		}

#right_side .menu_r01 h3{
		background-color:#25A16F;
		line-height:1.2em;
		font-size:1.0em;
		color:#ffffff;
		text-align:center;
		margin:0px;
		padding:5px 0px;
		
		}

#right_side .menu_r01 ul{
		text-align:left;
		margin:5px;
		padding:0px;
		list-style:none;
		}

#right_side .menu_r01 ul img{margin-bottom:0px;}

#right_side .menu_r01 li a{
		display:block;
		text-decoration:none;
		font-size:0.75em;
		*height:20px;
		line-height:1.6em;
		padding:2px 20px;
		margin:0px;
		background-image:url("http://www.tsukumo.co.jp/bto/pc/common/img/lineup_side_li_bgi_002.png");
background-position:left top;
background-repeat:no-repeat;
		}

#right_side .menu_r01 li a:hover{text-decoration:underline;}

/*お知らせ等リンク用*/
#right_side .menu_r02{border:solid 1px #25A16F;
		border-radius:5px;
		margin:0px 0px 10px 0px;
		padding:0px;
		}

#right_side .menu_r02 ul{
		text-align:left;
		margin:5px;
		padding:0px;
		list-style:none;
		}

#right_side .menu_r02 ul img{margin-bottom:0px;}

#right_side .menu_r02 li a{
		display:block;
		text-decoration:none;
		font-size:0.75em;
		*height:20px;
		line-height:1.6em;
		padding:2px 20px;
		margin:0px;
		background-image:url("http://www.tsukumo.co.jp/bto/pc/common/img/lineup_side_li_bgi_001.png");
background-position:left 3px;
background-repeat:no-repeat;
		}

#right_side .menu_r02 li a:hover{text-decoration:underline;}

/*レビュー記事一覧 メニュー用*/
#right_side .menu_r01 #review_category_link p{font-size:0.75em;margin:10px;text-align:left;line-height:1.4em;}
#right_side .menu_r01 #review_category_link p img{float:left;margin:0px 10px 10px 0px;}
#right_side .menu_r01 #review_category_link span.media_info{font-size:0.8em;color:#888;}

/*----------------------------------------------------------------------*/
/*ヘッダ*/
/*----------------------------------------------------------------------*/
#header{margin:0 auto;}

/*ヘッダメニューの枠*/
#headerWrap{width:1100px;text-align:left; margin:0 auto;}

h1{font-size:0.75em;line-height:1.2em;padding-right:20px;margin:0px;color:#333333;font-weight:normal;color:#cccccc;float:left;}

/*ヘッダーロゴ*/
#headerWrap div#expc_logo{float:left;
background-image:url("http://www.tsukumo.co.jp/bto/pc/common/img/header_eXcomputer_logo-g.jpg");
padding:0px;
margin-top:25px;
clear:left;
}

/*キャンペーンバナー*/
#campaign_banner{float:right;}

/*----------------------------------------------------------------------*/
/*ヘッダサポートリンク*/

#headerMenu_Info
{
margin-top:3px;
padding:0px;
float:right;
width:700px;
height:20px;
font-size:0.9em;
}

#headerMenu_Info ul{list-style:none;margin:0px;padding:0px;}

#headerMenu_Info li{float:left;margin-bottom:0px;border-left:solid #888888 1px;}

#headerMenu_Info li a{

		display:block;
		width:108px;
		_width:115px;
		text-decoration:none;
		color:#aaaaaa;
		text-align:center;
		padding-left:7px;
		}

#headerMenu_Info li a:hover{color:#cc0000;}


/*----------------------------------------------------------------------*/
/*アイコン画像*/

/*ご利用案内*/
/*#header li .annnai{}*/

/*配送について*/
/*#header li .haiso{}*/

/*配送状況確認*/
#header li .kakunin
{
background-image:url("http://www.tsukumo.co.jp/bto/pc/common/img/headerMenu_image_001.png");
background-position:5px 2px;
background-repeat:no-repeat;
}
/*見積もり呼び出し*/
#header li .mitsumori
{
background-image:url("http://www.tsukumo.co.jp/bto/pc/common/img/headerMenu_image_002.png");
background-position:1px 2px;
background-repeat:no-repeat;
}

/*取り扱い店舗*/
/*#header li .tenpo{}*/
/*お問い合わせ*/
/*#header li .toiawase{}*/
/*#header li .support{}*/
/*#header li .faq{}*/
/*ツクモTOPへ戻る*/
/*#header li .back_tsukumo{}*/

/*----------------------------------------------------------------------*/
/*各モデルへのリンク*/

#headerMenu_Model
{
width:100%;
min-width:1130px;

text-align:center;
background-color:#333333;

margin-top:3px;
clear:both;

height:35px;
overflow:hidden;
}

#headerMenu_Model div{width:1100px;text-align:left; margin:3 auto;}

#headerMenu_Model h2{float:left;margin:0px;padding:0px;}

#headerMenu_Model h2 a{
		display:block;
		margin-top:4px;
		margin-bottom:5px;
		padding-top:3px;
		padding-bottom:2px;
		width:110px;
		text-decoration:none;color:#fff;
		font-weight:bold;font-size:0.5em;text-align:center;
		border-radius:8px;
		}

#headerMenu_Model h2 a:hover{background-color:#25a071;}

/*----------------------------------------------------------------------*/
/*スマートフォン対応メニュー*/
/*----------------------------------------------------------------------*/
#headerMenu_smartphone{display:none;}
#headerMenu_smartphone #menu_left{display:none;}
#headerMenu_smartphone #menu_right{display:none;}
#headerMenu_smartphone #menu_info{display:none;}
#headerMenu_smartphone #menu_close{display:none;}
#headerMenu_smartphone #link_page_top{display:none;}

/*----------------------------------------------------------------------*/
/*パンくず型リンク*/
/*----------------------------------------------------------------------*/

/*新バージョン移行用*/
#breadcrumbs{margin:10px 5px;font-size:0.7em;clear:both;color:#25a071;}
#breadcrumbs a{color:#666666;font-size:1.2em;margin:0px 5px;}
#breadcrumbs a:visited{color:#888888;}

/*旧Verページ表示用*/
#breadcrumbs ul
{
margin-left:0px;
padding:0px;
list-style:none;
height:20px;
}

#breadcrumbs li
{
margin-left:5px;
padding-left:15px;
float:left;
background-image:url("http://www.tsukumo.co.jp/bto/pc/common/img/pankuzu_image_001.png");
background-position:left middle;
background-repeat:no-repeat;
color:#666666;
list-style-type: none
}

#breadcrumbs li a{color:#666666;}
#breadcrumbs li a:visited{color:#888888;}

/*----------------------------------------------------------------------*/
/*SNSリンクボタン*/
/*----------------------------------------------------------------------*/
#sns_bottan{margin-top:10px;margin-bottom:2px;height:18px;}
#sns_bottan div{float:left;margin-right:10px;}

#sns_bottan div#twitter{}/* width:95px; */
#sns_bottan div#hatena{}
#sns_bottan div#google_plus{width:60px;backgroun-color:#000000;}
#sns_bottan div#yahoo{}
#sns_bottan div#facebook{}

#fb-root{display:none;}

/*----------------------------------------------------------------------*/
/*フッター*/
/*----------------------------------------------------------------------*/
/*footer*/
#footer{clear:both;
margin:10px auto;
padding:20px 0px;
}

#footer ul{width:300px;margin:0px auto;padding:0px;list-style-type:none;overflow:hidden;}
#footer ul li{float:left;
			border-right:solid 1px #666666;
			border-left:solid 1px #666666;
			padding:0 10px;
			line-height:1.2em;
			font-size:0.8em;}

#footer #link_bto_top{clear:both;margin-top:10px;font-size:0.8em;text-align:center;}

#footer address{clear:both;margin-top:30px;font-size:0.8em;text-align:center;}

/*スマホ⇔PC表示切替ボタン*/
#footer #switch_menu_sp_pc a{text-align:center;border:solid #bbb 1px;width:500px;margin:0px auto 30px auto;height:35px;line-height:35px;
border-radius:15px;
background:linear-gradient(rgba(0,0,0,0.1), rgba(255,255,255,0));
text-decoration:none;
color:#555;
}
#footer #switch_menu_sp_pc a:hover{background:linear-gradient(#FFD24D, rgba(255,255,255,0));
color:#333;
}

#footer #switch_menu_PC{display:none;}
#footer #switch_menu_SP{display:none;}

/*----------------------------------------------------------------------*/
/*特別キャンペーン[カスタマイズボタン直近]表示*/
/*----------------------------------------------------------------------*/
a.shipping{background:#f00;padding:0px 5px;font-weight:bold;text-align:center;color:#fff;}
a.shipping .ship_camp_link{font-size:0.70em;}

/*-------------------------------------------------------------*/
/* ピックアップモデル 表示用 */
/*----------------------------------------------------------------------*/
/*表示枠設定*/
#Pickup_Model{margin:0px 0px 0px 0px;}

#Pickup_Model h3{background:linear-gradient(#EA7500,#FF9F00);color:#fff;padding-left:10px;line-height:1.6em;margin:15px 0px 4px 0px;
border-radius:5px;
box-shadow: 1px 1px 3px rgba(0,0,0, 0.5);
font-size:1.05em;
}

#Pickup_Model div{margin:3px 0px;}

#Pickup_Model div a{
width:97%;
height:auto;
border:solid #aaaaaa 1px;
font-size:0.8em;
border-radius:5px;
}

/*各項目表示設定*/
#Pickup_Model ul{margin:0px auto;padding:0px auto;}
#Pickup_Model li{margin-bottom:0px;padding-bottom:0px;line-height:1.4em;}

#Pickup_Model ul.model_information{list-style-type:none;padding:0px;margin:0px;overflow:hidden;}
#Pickup_Model .sale_complaint{font-size:1.35em;font-weight:bold;color:#333366;font-style:italic;}#Pickup_Model .sale_complaint img{float:left;margin-right:3px;}
#Pickup_Model .model_name{font-weight:bold;font-style:italic;margin-top:1px;}
#Pickup_Model .model_img{float:right;}
#Pickup_Model .price{color:#ff0000;font-size:1.65em;font-weight:bold;margin-left:5px;margin-top:2px;margin-bottom:4px;}
#Pickup_Model .spec{list-style-type:circle;font-size:1.2em;padding-left:0px;margin-left:20px;margin-bottom:1px;color:#f0f0f0;font-weight:bold;}

/*G-GEAR用設定*/
#Pickup_Model div.g-gear a{background:linear-gradient(#000,#aaa);}
#Pickup_Model div.g-gear .sale_complaint{color:#ffffff;}
#Pickup_Model div.g-gear .model_name{color:#f0f0f0;}

/*リンク設定*/
#Pickup_Model a{display:block;color:#333333;padding:5px 2px;text-decoration:none;}
#Pickup_Model a{background:linear-gradient(#000,#ccc,rgba(255,255,255,0));}

/*マウスオーバー時 設定*/
#Pickup_Model a:hover,#Pickup_Model .g-gear a:hover{background: linear-gradient(#FFD24D, rgba(255,255,255,1));}

#Pickup_Model a:hover .sale_complaint{color:#333366;}
#Pickup_Model a:hover .model_name{color:#333333;}
#Pickup_Model a:hover .spec{color:#666;}