@charset "UTF-8";
/* CSS Document */


#contents{
	width:970px;
	float:none;
}
#news_detail{
	width:970px;
	overflow:hidden;
}
.mtb20 {
    margin: 20px 0;
}
#news_detail a{
	color:#406774;
}
#news_detail a:hover{
	color:#CC0000;
	text-decoration: underline;
}
#news_detail a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}
#primary{
	float:left;
	width:625px;
}
#secondary{
	float:right;
	width:330px;
}

/* item slider */
/* #flickscroll
--------------------------- */
#item_slider{
	width:605px;
	overflow:hidden;
	position:relative;
	margin-bottom: 30px;
}

#item_slider #flickscroll {
	height:600px;
	width:605px;
	text-align: left;
	cursor: pointer;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-bottom:45px;
}
#item_slider #flickscroll ul {
	top: 0;
	left: 0;
	height:600px;
	position: absolute;
	overflow: hidden;
	width:605px;
}
#item_slider #flickscroll ul li {
	width:605px;
	height:600px;
	text-align:center;
	float: left;
	display: inline;
	overflow: hidden;
}
#item_slider #flickscroll ul li img{
	width: 500px;
	height:600px;
}
#news_detail .nav{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:330px;
}
#news_detail .nav ul{
	width: 334px;
	margin-right:-4px;
	display:block;
	overflow:hidden;
}
#news_detail .nav li{
	width: 49px;
	height:58px;
	margin-right:4px;
	margin-bottom:4px;
	float:left;
	display:block;
	cursor:pointer;
}
#news_detail .nav li strong{
	font-size:77%;
	line-height:1.2em;
	color:#222;
	font-weight:normal;
}
#news_detail .nav li span{
	display:none;
}
#news_detail .nav li img{
	width:45px;
	height:auto;
	border:solid 2px #fff;
	margin-bottom:5px;
}
#news_detail .nav li:hover img,
#news_detail .nav li:hover strong{
	opacity:0.8;
	filter:alpha(opacity=80);
}
#news_detail .nav li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
#news_detail .nav li.active img{
	border:solid 2px #EC4111;
}

#flickscroll #moveprev {
	top: 0px;
	left: 10px;
	width: 50px;
	height: 600px;
	background: transparent url(/mall/images/part/sp_item_arrow_l3.gif) no-repeat left top;
	background-position:0pt 200pt;
	background-size:50px 50px;
	position: absolute;
	cursor: pointer;
}

#flickscroll #movenext {
	top: 0px;
	right: 10px;
	width: 50px;
	height: 600px;
	background: transparent url(/mall/images/part/sp_item_arrow_r3.gif) no-repeat left top;
	background-position:0pt 200pt;
	background-size:50px 50px;
	position: absolute;
	cursor: pointer;
}
#flickscroll #moveprev:hover,#flickscroll #movenext:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}

/* =======================================
	ClearFixElements
======================================= */
#flickscroll ul:after,
#flickthumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#news_detail #logoArea{
	margin-bottom:15px;
}
#news_detail #newstitle{
	overflow:hidden;
	margin-bottom:15px;
}
#news_detail #newstitle h1 {
    font-size: 108%;
    font-weight: bold;
	line-height:1.2em;
}
#news_detail #newstitle strong {
    font-size: 85%;
    font-weight: normal;
	display:block;
}
#news_detail #caption {
	margin-bottom:30px;
}
#news_detail #caption p{
	font-size:85%;
	line-height:192%;
}

.smnl{
	width: 50px;
}

.itemname{
	width: auto;
}

#news_detail #buy{
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
#news_detail #buy li{
	display: block;
	overflow: hidden;
	float: left;
}

#news_detail #buy li img{
	width:50px;
}

#news_detail #buy ul{
	border-top: 1px solid #ccc;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}


#news_detail #buy p{
	font-size:85%;
	margin-left: 10px;
	width: 270px;
}
#news_detail #buy span a{
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
	display:inline-block;
	text-align:center;
	color: #222222;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 85%;
}
#news_detail #buy span a:hover{
	background-color: #222222;
    border: 1px solid #222222;
	color: #FFFFFF;
	text-decoration:none;
}
#news_detail #info_btn{
	border-top: 1px solid #ccc;
    padding: 40px 0;
}
#news_detail #info_btn a{
	font-size:85%;
	background-color:#eee;
	display:block;
	padding-top:14px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:14px;
	margin-bottom: 2px;
}
#news_detail #info_btn a:hover{
	background-color:#222;
	text-decoration:none;
	color:#fff;
}
#moveprev_sp,#movenext_sp,#pager_sp{
	display:none;
}
@media screen and (max-width: 640px) {
/* 表示領域が640px未満の場合に適用するスタイル */
#path{
	display:none;
}
#contents{
	width:100%;
}
#news_detail #logoArea{
	width:100%;
	height:50px;
	padding-top:10px;
	padding-bottom: 10px;
	text-align:center;
	background-color:#fff;
	border-top:solid 2px #e9e9e9;
	border-bottom:solid 2px #e9e9e9;
}
#news_detail{
	width:100%;
	margin-bottom:10px;
}
#primary{
	float:none;
	width:100%;
}
#secondary{
	float:none;
	width:100%;
	margin-bottom:20px;
	position:relative;
	padding-top:50px;
}

/* item slider */
/* #flickscroll
--------------------------- */
#item_slider{
	/*
	width:100%;
	margin-bottom:20px;
	*/
    width: 255px;
    margin: 0 auto 20px;
}

#item_slider #flickscroll {
	width:255px;
	height:305px;
	margin-bottom:0px;
}
#item_slider #flickscroll ul {
	width:255px;
	height:305px;
}
#item_slider #flickscroll ul li {
	width:255px;
	height:305px;
}
#item_slider #flickscroll ul li img{
	width:255px;
	height:305px;
}
#news_detail .nav{
	width:100%;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
}
#news_detail .nav ul{
	width:100%;
}
#news_detail .nav li{
	font-size:6px;
	width:10px;
	height:10px;
	display:inline-block;
	*display: inline; 
	*zoom: 1;
	margin-right:2px;
	float:none;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#news_detail .nav li strong{
	display:none;
}
#news_detail .nav li span{
	display:block;
}
#news_detail .nav li img{
	display:none;
}
#news_detail .nav li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
#news_detail .nav li:hover{
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

#flickscroll #moveprev {
	top:0px;
	left:14px;
	width: 30px;
	height: 310px;
	background: transparent url(/mall/images/part/sp_item_arrow_l3.gif) no-repeat left top;
	background-position: 0px 150px;
	background-size: 30px 30px;
	position: absolute;
	cursor: pointer;
}
#flickscroll #movenext {
	top:0px;
	right:14px;
	width: 30px;
	height: 310px;
	background: transparent url(/mall/images/part/sp_item_arrow_r3.gif) no-repeat left top;
	background-position: 0px 150px;
	background-size: 30px 30px;
	position: absolute;
	cursor: pointer;
}
#news_detail #newstitle{
	padding-left:20px;
	padding-right:20px;
}
#news_detail #caption {
	padding-left:20px;
	padding-right:20px;
}

.itemname{
	width: 82%;
}
#news_detail #buy{
	padding-left:20px;
	padding-right:20px;
	margin-bottom: 
}

#news_detail #buy p{
	width: auto;
}

#news_detail #info_btn {
	width:90%;
	padding: 40px 0 0;
	margin: 0 20px;
}
#news_detail #info_btn a{
	font-size:11px;
	width:auto;
	margin-bottom:2px;
	color:#222;
}

#social {
    display: none;
}
}