@charset "utf-8";

/* *************************************************************** */
/*                                                                 */
/* 内容　:　コンテンツ部分共通                                     */
/* 作成日:　2010年04月08日                                         */
/* 変更日:　2010年05月07日                                         */
/*                                                                 */
/* *************************************************************** */



/* コンテンツ本文　共通（リンクなど） */
#contentsBody .icon01 {
	padding: 0 0 0 15px;
	background: url(../img/icon_link01.gif) no-repeat left center;
}
#contentsBody .moreLink01 {
	list-style-type: none;
}
#contentsBody .moreLink01 li {
	margin: 10px 0px 10px;
}
#contentsBody .moreLink02 {
	margin: 10px 0 0 0;
	text-align: right;
}
#contentsBody ul.listType01 {
	padding: 0 0 0 24px;
}
#contentsBody ul.listType01 li {
	list-style-type: disc;
}



/* コンテンツ本文　共通（表など） */
#contentsBody .table01,
#contentsBody .table02 {
	margin: 10px auto 0;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 0 0 1px 1px;
}
#contentsBody .table01 th,
#contentsBody .table02 th {
	background-color: #00A684;
	color: #FFF;
	margin-bottom: 5px;
	border: solid #CCC;
	border-width: 1px 1px 0 0;
}
#contentsBody .table01 td,
#contentsBody .table02 td {
	border: solid #CCC;
	border-width: 1px 1px 0 0;
}
#contentsBody .table01 th {
	text-align: center;
	padding: 3px 0;
}
#contentsBody .table02 th {
	text-align: center;
	padding: 5px 0;
}
#contentsBody .table01 td {
	text-align: center;
	padding: 3px 0;
	font-size: 11px;
}
#contentsBody .table02 td {
	text-align: left;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	line-height: 1.5em;
}




/* コンテンツ本文　共通（準備中） */
#contentsBody .underConstruction {
	margin: 40px 0 0 40px;
	font-size: 12px;
	line-height: 1.5em;
	color: #900;
}




/* コンテンツ本文　製品スペック (main) */
#contentsBody .main .photo {
	text-align: center;
	padding: 15px 0 0;
}
#contentsBody .main .spec {
	margin: 0;
	padding: 0;
	width: 500px;
	font-size: 12px;
	line-height: 1.2em;
}
#contentsBody .main .spec caption {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	color: #00A585;
	border-bottom: 1px dotted #CCC;
}
#contentsBody .main .spec th,
#contentsBody .main .spec td {
	margin: 0;
	padding: 2px 0;
	text-align: left;
	border-bottom: 1px dotted #CCC;
}
#contentsBody .main .spec th {
	width: 24%;
}
#contentsBody .main .spec td {
	width: 76%;
}
#contentsBody .main .price {
	width: 195px;
	float: left;
	margin: 0;
	padding: 15px 0 0;
	text-align: left;
	font-size: 11px;
}
#contentsBody .main .price strong {
	font-size: 18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #F00;
	padding-left: 5px;
}
#contentsBody .main .shop {
	width: 300px;
	float: right;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
}
#contentsBody .main .shop th,
#contentsBody .main .shop td {
	margin: 0;
	padding: 5px 0;
	font-weight: normal;
}
#contentsBody .main .shop th {
	text-align: left;
	vertical-align: bottom;
}
#contentsBody .main .shop td {
	text-align: left;
	vertical-align: middle;
}



/* コンテンツ本文　製品詳細など（左右分割　高さ固定　背景あり） */
#contentsBody .main02 h3 span {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}
#contentsBody .detile {
	height: 210px;
	border: 1px solid #CCC;
	background: url(../img/detile_bg.jpg) repeat-x left bottom;
}
#contentsBody .height130 {
	height: 130px;
}
#contentsBody .height300 {
	height: 300px;
}
#contentsBody .detile p {
	font-size: 11px;
	line-height: 1.25em;
}
#contentsBody .detile .text {
	width: 230px;
	float: left;
}
#contentsBody .detile .image {
	width: 80px;
	float: right;
	text-align: right;
}
#contentsBody .detile .text02 {
	width: 190px;
	float: left;
}
#contentsBody .detile .image02 {
	width: 120px;
	float: right;
	text-align: right;
}
#contentsBody .detile .image03 {
	margin: 8px 0 0;
	text-align: center;
}
#contentsBody .detile .cellIn {
	padding: 7px 12px 0px;
}
#contentsBody .detile table {
	border-collapse: collapse;
	border:0px;
	padding: 0;
	margin: 10px auto 0;
}
#contentsBody .detile td {
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1.1em;
}
#contentsBody .detile td img {
	padding-bottom: 3px;
}


/* コンテンツ本文　製品写真 */
#contentsBody .photo {
	padding-bottom: 25px;
}
#contentsBody .photo table {
	padding: 0;
	margin: 0 auto;
	border: 0;
	border-collapse: separate;
}
#contentsBody .photo td {
	width: 25%;
	padding: 5px;
	text-align: center;
	border: 1px solid #CCC;
}
#contentsBody .photo .note {
	padding: 5px 0 0 0;
	font-size: 10px;
}





/* INDEXページ ::: トップページ */
#index_menu {
	margin: 25px 0 0 10px;
	padding: 0;
}
	
#index_menu #unit01 {
	width: 260px;
	float: left;
}
#index_menu #unit02 {
	width: 200px;
	float: left;
}
#index_menu #unit03 {
	width: 215px;
	float: left;
}
div#unit01 h2,
div#unit01 ul {
	margin-left: 0;
	margin-right: 10px;
}
div#unit02 h2,
div#unit02 ul {
	margin-left: 5px;
	margin-right: 5px;
}
div#unit03 h2,
div#unit03 ul {
	margin-left: 10px;
	margin-right: 0;
}
div#index_menu  h2 {
	background-color: #00A684;
	padding: 3px 0;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}
div#index_menu li {
	background: url(../img/list_img01.gif) no-repeat 0px 5px;
	padding: 3px 0 3px 16px;
	margin: 0;
}
div#index_menu a {
	text-decoration: underline;
}

div#index_menu ul.sublist li {
	background: url(../img/list_img02-m.gif) no-repeat left center;
	padding: 3px 0 3px 12px;
	margin: 0;
}
div#index_menu .sublist .end {
	background: url(../img/list_img02-b.gif) no-repeat left center;
	padding: 3px 0 3px 12px;
	margin: 0;
}

#banner {
	clear: both;
	margin: 0;
	padding: 30px 0 30px;
}
.banner01 {
	margin: 0 0 10px 0;
	padding: 0;
}







/* カテゴリーINDEX ::: menu(3列) */
.categoryIndex {
	margin: 20px 0 0 0;
	padding: 0;
}

.categoryIndex .unitLeft,
.categoryIndex .unitCenter,
.categoryIndex .unitRight {
	float: left;
	margin: 0;
	padding: 0;
}
.categoryIndex .unitLeft {
	width: 235px;
}
.categoryIndex .unitCenter {
	width: 235px;
}
.categoryIndex .unitRight {
	width: 225px;
}
.categoryIndex .unitLeft .unitIn {
	margin-left: 0;
	margin-right: 10px;
}
.categoryIndex .unitCenter .unitIn {
	margin-left: 0;
	margin-right: 10px;
}
.categoryIndex .unitRight .unitIn {
	margin-left: 0;
	margin-right: 0;
}
.categoryIndex .modelList {
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
.categoryIndex .end {
	border: none;
}
.categoryIndex .categoryList {
	margin-bottom: 20px;
}
.categoryIndex .modelList h3,
.categoryIndex .modelList p {
	font-size: 11px;
	font-weight: normal;
}
.categoryIndex .categoryList h3,
.categoryIndex .categoryList p {
	font-size: 12px;
}
.categoryIndex .modelList h3 img {
	padding-bottom: 3px;
}
.categoryIndex .categoryList h3 img {
	padding-bottom: 12px;
}
.categoryIndex h3 {
	padding: 0;
	margin: 0;
	color: #FFF;
	text-align: left;
}
.categoryIndex h3 a {
	text-decoration: underline;
	padding: 0;
	color: #00A585;
}
.categoryIndex h3 a:hover {
	color: #00F0C0;
}
.categoryIndex  p {
	padding: 0;
	margin: 8px 0 8px;
	text-align: left;
}
.categoryIndex .price {
	width: 150px;
	float: left;
}
.categoryIndex .price strong {
	color: #00A585;
}
.categoryIndex .more {
	width: 50px;
	float: right;
}
.categoryIndex .more a {
	display: block;
	background: url(../img/btn_more01.jpg) no-repeat left top;
	height: 20px;
	width: 100%;
	font-size: 1px;
	text-indent: -100px;
	overflow: hidden;
}

.categoryIndex .banner {
	padding: 185px 0 0 0;
}



/* カテゴリーINDEX ::: menu(5列) */
.categoryIndex02 {
	margin: 20px 0 0 0;
	padding: 0;
}
.categoryIndex02 ul {
	margin: 0;
	padding: 0;
}
.categoryIndex02 li {
	width: 138px;
	float: left;
	margin: 0 0 5px;
	padding: 0;
}
.categoryIndex02 .buttonBg {
	margin: 0 3px;
	height: 135px;
	display: block;
	padding: 0;
	text-align: center;
	border: 1px solid #CCC;
	background: url(../img/detile_bg.jpg) repeat-x left bottom;
}
.categoryIndex02 li img {
	padding: 20px 0 10px;
}






/* game pc コピーライト */
#contentsFooter .gameCopyright {
	margin: 20px 0 0 0;
	text-align: left;
	color: #666;
	font-size: 11px;
	line-height: 1.1em;
}

#contentsFooter .gameCopyright dl {
	margin: 0 20px 0 0;
	padding: 0;
}
#contentsFooter .gameCopyright dt {
	margin: 0;
	font-weight: bold;
}
#contentsFooter .gameCopyright dd {
	margin: 0 0 15px 0;
}


#contentsFooter .gameCopyright .left {
	width: 400px;
	float: left;
	overflow: hidden;
}
#contentsFooter .gameCopyright .right {
	width: 260px;
	float: right;
	overflow: hidden;
	text-align: right;
	padding-top: 2px;
}
#contentsFooter .gameCopyright .right a img {
	padding-bottom: 3px;
}
#contentsFooter .gameCopyright .right a {
	text-decoration: underline;
	color: #00A585;
}
#contentsFooter .gameCopyright .right a:hover {
	color: #00F0C0;
}





/* デスクトップＰＣ */
#nvidiaGraph {
	padding: 10px 0 10px 50px;
	font-size: 10px;
}
#nvidiaGraph img {
	padding-bottom: 5px; 
}




/* game pc 特典 */

#second .cell .tokuten {
	margin: 0;
	padding: 0;
}
#second .cell .tokuten h3{
	margin: 3px 0 8px;
	color: #00A585;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #00A585;
}
#second .cell .tokuten p {
	text-align: left;
	padding: 0;
	margin: 0;
}
#second .cell .tokuten table {
	margin: 15px auto 20px;
	padding: 0;
	border: solid #CCC;
	border-width: 0 0 1px 1px;
	border-collapse: collapse;
}
#second .cell .tokuten th {
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.1em;
	color: #FFF;
	background-color: #00A585;
	border: solid #CCC;
	border-width: 1px 1px 0 0;
}
#second .cell .tokuten td {
	padding: 5px;
	font-size: 12px;
	line-height: 1.1em;
	border: solid #CCC;
	border-width: 1px 1px 0 0;
}
#second .cell .tokuten img {
	padding-left: 10px;
	padding-right: 10px;
}
#second .cell .tokuten table img {
	padding-left: 5px;
	padding-right: 5px;
}



/* game pc キャプチャー */
#second .cell .capture p {
	text-align: left;
	padding: 0;
	margin: 0 0 10px;
}


/* サポート・ご購入ガイド */
#supportCenter {
	padding: 0 0 0 70px;
	background: url(../../support/img/supportcenter_photo.jpg) no-repeat left top;
	min-height: 81px;
	overflow: hidden;
}
#supportCenterTel {
	margin: 5px 0 7px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
#supportCenterTel strong{
	font-size: 21px;
	color: #00A585;
}
#contentsBody .main03 #supportCenter p {
	line-height: 1.2em;
}
#serviceCenterAdd {
	margin: 14px 0 0;
}
#ecTsukumo img {
	padding-bottom: 5px;
}


/* ショップ一覧 */
#shopList {
	border: 1px solid #CCC;
	background: url(../img/detile_bg.jpg) repeat-x left bottom;
}
#shopList .shopPhoto {
	width: 130px;
	float: left;
	text-align: center;
}
#shopList .shopAdd {
	width: 410px;
	float: left;
}
#shopList .shopMap {
	width: 150px;
	float: right;
	text-align: center;
	padding-top: 15px;
}
#contentsBody #shopList h3 {
	width: 120px;
	padding: 3px 0 2px;
	margin: 15px 0 10px 15px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	background-color: #00A585;
}
#contentsBody #shopList table {
	margin: 0 0 20px;
	padding: 0;
	width: 410px;
}
#contentsBody #shopList caption {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	color: #00A585;
	border-bottom: 1px dotted #CCC;
}
#contentsBody #shopList th,
#contentsBody #shopList td {
	margin: 0;
	padding: 2px 0;
	text-align: left;
	border-bottom: 1px dotted #CCC;
}
#contentsBody #shopList th {
	width: 20%;
}
#contentsBody #shopList td {
	width: 80%;
}
#contentsBody #guid img {
	padding-left: 20px;
}


/* notebook PC */
#notebookShuryo {
	margin: 15px 180px;
	padding: 20px;
	border: 1px solid #CCC;
}





