@charset "shift_jis";

/* ================================


 index.html


=================================== */

#contents .section .header {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #CCC;
}
.service-digest {
	
}
.service-digest li {
	overflow: hidden;
	width: 340px;
	margin: 10px 0;
}
.service-digest .last {
	margin: 10px 0 0;
}
.service-digest .thumb {
	float: left;
	width: 80px;
}
.service-digest .notes {
	padding-left: 90px;
}
.service-digest .service-caption {
	padding-left: 18px;
}
.service-digest .service-name a {
	display: block;
	padding-left: 18px;
	background: url(/images/common/ico_arrow_right_01.png) no-repeat 0 0;
}
.service-digest .service-name {
	margin: 5px 0;
}

/* ======================================

 contents-header

======================================= */

#index #main .contents-header {
	margin-bottom: 10px;
}
#index #main .contents-header .col1 {
	float: left;
	width: 720px;
}
#index #main .contents-header .col2 {
	float: right;
	width: 210px;
}
#index #main .contents-header .banners {
	margin: 10px 0;
}

/* ===== showcase ===== */

#showcase {
	overflow: hidden;
	width: 710px;
	height: 223px;
	margin: 0 0 15px;
	padding: 5px;
	background: #333;
}
#showcase .images-container {
	overflow: hidden;
	position: relative;
	float: left;
	width: 525px;
	height: 223px;
	background: #fff; /* 120419 #333 */
}
#showcase .images {
	position: absolute;
	left: 0;
	top: 0;
}
#showcase .thumbs {
	position: relative;
	float: right;
	width: 180px;
}
#showcase .thumbs li {
	margin: 0 0 1px;
	padding-left: 10px;
}
#showcase #showcase-locator {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	padding-left: 0;
	cursor: pointer;
}

/* ===== campaign ===== */

#campaign {
	width: 720px;
}
#campaign .wrap {
	width: 718px;
	background: url(/images/top/campaign_bg.gif) repeat-x 0 0;
	border: 1px solid #F5B300;
}
#campaign .carousel {
	overflow: hidden;
	position: relative;
	width: 706px;
	height: 68px;
	margin: 7px 7px 0;
}
#campaign .carousel .slides {
	position: absolute;
	left: 50%;
	top: 0;
	width: 777px;
	height: 61px;
	margin-left: -388.5px;
}
#campaign .carousel .slides li {
	float: left;
	margin: 0 7px;
}
#campaign .carousel .controls .prev {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
#campaign .carousel .controls .next {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

/* ===== recommend ===== */

#beginner {
	width: 210px;
	padding-bottom: 5px;
	background: url(/images/top/beginner_bg_02.gif) no-repeat 0 100%;
}
#beginner div {
	min-height: 115px;
		/*  ↓の行更新時に　5px 9px→3px 9px に変更　20121003 */
	padding: 3px 9px;
	border-left: 1px solid #F7B504;
	border-right: 1px solid #F7B504;
	background: #F0F0F0 url(/images/top/beginner_bg_01.gif) repeat-x 0 0;
}
#beginner ul li:first-child {
/*  ↓の行更新時に　0 0 10px→0 0 3px に変更　20121003 */
	margin: 0 0 3px;
	/*  ↓の行更新時に　0 0 7px→0 0 3px に変更　20121003 */
	padding: 0 0 3px;
	background: url(/images/top/beginner_img_01.jpg) no-repeat 100% 0;
	/*  ↓の行更新時に削除　20121003 */
	/* border-bottom: 1px solid #CCC; */

}
#beginner .more {
	margin: 10px 0 0;
	text-align: right;
}
#beginner .more a {
	padding-right: 18px;
	background: url(/images/common/ico_arrow_right_01.png) no-repeat 100% 0;
}

/* 20121003追加 */
#beginner ul .suptel {
	text-align:center;
	border-top:1px solid #ccc;
	margin-top: 6px;
	padding-top: 6px;
}

#beginner .beginttl {
	background: url(/images/top/beginner_tit_01b.gif) no-repeat 100% 0;
	width:210px;
	height:24px;
	padding:6px 0 0;
}

#beginner .beginttl a {
	margin-left: 110px;
	padding-left:14px;
	background: url(/images/common/ico_arrow_right_04.png) no-repeat;
}


/* ===== social ===== */

#social {
	
}
#social li {
	margin: 0 0 10px;
}
#social li:nth-last-of-type(1) {
	margin: 0;
}

/* ======================================

 main

======================================= */

#contents .section {
	overflow: hidden;
	width: 760px;
	margin: 20px 0;
}

/* ===== news ===== */

#news {
	position: relative;
	width: 760px;
	margin: 0 0 20px;
}
#news .tabs {
	margin-left: 10px;
}
#news .tabs li {
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
#news .shoulder {
	position: absolute;
	right: 10px;
	top: 70px;
}
#news .list {
	clear: both;
	width: 760px;
	padding: 5px 0 0;
	background: url(/images/top/news_bg_top.gif) no-repeat 0 0;
}
#news .list>div {
	width: 760px;
	padding: 0 0 5px;
	background: url(/images/top/news_bg_bottom.gif) no-repeat 0 100%;
}
#news .list>div>div {
	position: relative;
	width: 740px;
	/* height: 160px; */
	padding: 4px 9px;
	border-left: 1px solid #F7B400;
	border-right: 1px solid #F7B400;
}
	* html #news .list div div {
		position: relative;
		overflow: auto;
		width: 740px;
		height: 125px;
		padding: 4px 9px;
	}
#news .line6 {
	height:160px;
}
#news .line5 {
	height:132px;
}
#news .line {
	height:107px;
}

#news .list .page {
	position: absolute;
	width: 730px;
}
	* html #news .list .page {
		overflow: visible;
		position: relative;
		width: 730px;
	}
#news .list .page dl {
	position: relative;
	overflow: auto;
	width: 740px;
	/* height: 130px; */
	margin: 0 0 10px;
}
#news .line6 .page dl {
	height: 130px;
}
#news .line5 .page dl {
	height: 102px;
}
#news .line4 .page dl {
	height: 77px;
}

#news .list dt {
	clear: both;
	float: left;
	width: 8em;
}
#news .list dd {
	margin: 0 0 5px;
	padding-left: 8.5em;
}
#news .list .more {
	text-align: right;
}

/* 150630 news renewal */
#news_wrap {
	position: relative;
	width: 760px;
	margin: 0 0 20px;
}
#news_wrap .left_wrap {
	width: 540px;
	float: left;
}
#news_wrap .bnr {
	width: 210px;
	float: right;
}
#news_wrap .tabs {
	margin-left: 10px;
}
#news_wrap .tabs li {
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
#news_wrap .shoulder {
	position: absolute;
	right: 10px;
	top: 70px;
}
#news_wrap .list {
	clear: both;
	width: 540px;
	padding: 5px 0 0;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #F7B400;
	
/*	background: url(/images/top/news_bg_top.gif) no-repeat 0 0;
*/}
#news_wrap .list>div {
	width: 540px;
	padding: 0 0 5px;
/*	background: url(/images/top/news_bg_bottom.gif) no-repeat 0 100%;
*/}
#news_wrap .list>div>div {
	position: relative;
	width: 520px;
	/* height: 160px; */
	padding: 4px 9px;
	/*border-left: 1px solid #F7B400;
	border-right: 1px solid #F7B400;*/
}
	* html #news_wrap .list div div {
		position: relative;
		overflow: auto;
		width: 520px;
		height: 125px;
		padding: 4px 9px;
	}
#news_wrap .line6 {
	height:160px;
}
#news_wrap .line5 {
	height:132px;
}
#news_wrap .line {
	height:107px;
}

#news_wrap .list .page {
	position: absolute;
	width: 510px;
}
	* html #news_wrap .list .page {
		overflow: visible;
		position: relative;
		width: 510px;
	}
#news_wrap .list .page dl {
	position: relative;
	overflow: auto;
	width: 520px;
	/* height: 130px; */
	margin: 0 0 10px;
}
#news_wrap .line6 .page dl {
	height: 130px;
}
#news_wrap .line5 .page dl {
	height: 102px;
}
#news_wrap .line4 .page dl {
	height: 77px;
}

#news_wrap .list dt {
	clear: both;
	float: left;
	width: 8em;
}
#news_wrap .list dd {
	margin: 0 0 5px;
	padding-left: 8.5em;
}
#news_wrap .list .more {
	text-align: right;
}


/* ===== recommend-model ===== */

#recommend-model {
	/* margin: 20px 0; 120608 変更 m.s */
	margin: 0 0 20px 0;
}
#recommend-model .banners {
	width: 780px;
	margin: 10px -10px;
	text-align: center;
}
#recommend-model h2 {
	margin: 0 0 -5px;
}
#recommend-model .banners li {
	display: inline-block;
	margin: 10px 10px;
}
#recommend-model .banners .size-b {
	margin: 10px 11px;
}
.section_b {
	width: 760px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

/* ===== concept-model ===== */

#concept-model .item-digest {
	width: 780px;
	margin: 5px -10px;
}
#concept-model .item-digest li {
	float: left;
	width: 240px;
	margin: 10px;
}
#concept-model .item-digest li div {
	margin: 0 0 5px;
}
#concept-model .item-digest li p a {
	padding-left: 18px;
	background: url(/images/common/ico_arrow_right_01.png) no-repeat 0 0;
	/zoom: 1;
}

/* ===== products ===== */
/* 120711 変更
#contents #products {
	width: 792px;
	margin: 0 -16px;
}
	*+html #contents #products {
		width: 780px;
		margin: 0 -10px;
	}
	
#products h2 {
	margin: 0 16px;
}
	*+html #products h2 {
		margin: 0 10px;
	}
*/
#products .category {
	margin: 15px 0 0;
	background: #FDF5E0 url(/images/top/common_bg_seperated_bar.gif) no-repeat 0 0;
}
#products .category a {
	display: block;
	padding: 10px;
	padding-left: 30px;
	background: url(/images/common/ico_arrow_right_01.png) no-repeat 10px 10px;
}
#contents #products .section {
	display: inline-block;
	width: 370px;
	margin: 0 16px;
	padding: 0;
	vertical-align: top;
}
	*+html #contents #products .section {
		display: inline;
		zoom: 1;
		margin: 0 10px;
	}
	
#contents #products .section-even {
	width: 370px;
	margin: 0;
}
#products .common-item-digest li {
	overflow: hidden;
	clear: both;
	width: 350px;
	margin: 10px 0;
	padding: 10px;
	background: #F0F0F0;
}
#products .common-item-digest li .thumb {
	float: left;
	width: 74px;
	padding: 2px;
	border: 1px solid #666;
}
#products .common-item-digest li .spec {
	padding-left: 90px;
}
#products .banner li {
	margin: 10px 0;
}
#products .more {
	text-align: right;
}

/* 120711 追加・変更 */
#products .item-digest {
	width: 780px;
	margin: 5px -10px;
}
#products .item-digest li {
	float: left;
	width: 240px;
	margin: 10px;
}
#products .item-digest li div {
	margin: 0 0 5px;
}
#products .item-digest li p a {
	padding-left: 18px;
	background: url(/images/common/ico_arrow_right_01.png) no-repeat 0 0;
	/zoom: 1;
}

/* ===== game-model ===== */

#contents #game-model {
	margin: 20px 0;
}
#contents #game-model .banners {
	width: 780px;
	margin: 10px -10px;
	text-align: center;
}
#game-model .banners li {
	display: inline-block;
	margin: 7px 10px;
}

/* ===== service ===== */

#service {
	float: left;
	width: 370px;
	margin: 0 0 15px;
}
#service dd {
	line-height: 100%;
}

/* ===== shopping ===== */

#shopping {
	float: right;
	width: 370px;
	margin: 0 0 15px;
	line-height: 100%;
}
#shopping dd {
	line-height: 100%;
}

/* ===== others ===== */

#others {
	clear: both;
	width: 760px;
}
#others .service-digest {
	width: 780px;
	margin: 0 -25px;
	overflow: hidden;
}
#others .service-digest li {
	float: left;
	margin: 0 25px 10px;
}
#others .service-digest .last {
	float: left;
	margin: 0 25px;
}


/* ======================================

 sidebar

======================================= */

#index #sidenavi .banners li {
	margin: 0 0 15px;
	text-align: center;
}
#sidenavi .section dl dt {
	margin: 10px 0 0;
}
#sidenavi #review dl dd {
	margin: 0 0 10px;
}
#sidenavi .section dl dd a img {
	margin: 5px 0 0;
}
#sidenavi .section .item-name {
	margin: 5px 0;
	font-weight: normal;
	line-height: 120%;
}
#sidenavi .section .item-caption {
	margin: 5px 0;
	font-weight: normal;
}
#sidenavi .section .item-price {
	color: #F00;
	font-weight: bold;
}
#sidenavi .section ul li {
	margin: 0 0 10px;
}
#sidenavi .section ul li a img {
	margin: 5px 0;
}
#sidenavi .section .section {
	border: 0;
	padding: 0;
	margin: 20px 0 0;
}

/* ===== media ===== */

#media h3 {
	margin: 0 0 10px;
}
#media>img {
	float: left;
	width: 40px;
}
#media>p {
	padding-left: 50px;
}

/* 120724 h2 変更 m.s.
========================= */
#contents h2.text_tit {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka ;
	color: #FFF;
	font-size: 15px;
	background: url(/images/top/h2_tit_bg.gif) no-repeat #F90;
	line-height: 100%;
	padding: 11px 10px 5px 20px;
	height: 24px;
	font-weight: bold;
	text-shadow: -1px -1px 2px #aaa;
}

/* 130416 追加 m.s.
========================= */
p.h_caption { margin: 10px 0 10px 0; }
p.h_caption-10 { margin: 10px 0 -10px 0; }
p.h_caption-5 { margin: 10px 0 -5px 0; }

#concept-model h2 ,
#news h2 {
	margin: 0 0 -5px;
}
#customize_recommend ul li {
	margin: 0 0 3px !important;
}
#top_caption {
	display: none;
	width: 368px;
	padding-top: 11px;
	background: url(/images/top/h1_balloon-top.gif) no-repeat top;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 10000;
	zoom: 1;
}
#top_caption p {
	padding: 0 10px 5px;
	border-right: #efae03 solid 1px;
	border-bottom: #efae03 solid 1px; 
	border-left: #efae03 solid 1px;
	background-color: #FFF;
}


/* social  m.s. 130719
==================================== */
#sns_facebook { width: 109px; }
#sns_twitter { width: 100px; }
#sns_twitter .twitter-share-button {
	width: 100px !important;
}
#social2 li iframe,  x:-moz-any-link  { margin: 0 0 -5px 0; }


/* m.s. 131008
==================================== */
#windows_tag {
	text-align: center;
}
#windows_tag a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
}

