* {
	margin: 0;
	padding: 0;
	}
body {
	text-align: center;
	}
a {
	color : #0000CC;
	text-decoration : underline;
	}
	a:hover {
		color : #CC0000;
		 text-decoration : underline;
		 }
a.top_chom{
	color : #0000CC !important;
	text-decoration : underline !important;
	font-weight:normal !important;
	}
	a:hover.top_chom {
		color : #FFFF00 !important;
		 text-decoration : underline !important;
		 font-weight:normal !important;
		 }
a.link_red{
	color:#FFFFFF;
	background-color:#CC0000;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:2px;
	padding-top:3px;
	}
	a:hover.link_red{
		color:#FFFFFF;
		text-decoration:underline !important;
		}
a.link_red_ver{
	color:#CC0000 !important;
	font-weight:bold;
	text-decoration:underline !important;
	}
	a:hover.link_red_ver{
		color:#CC0000;
		text-decoration:underline !important;
		}
img{
	border:none;
	}
.f_clear{
		position:relative;
		overflow:hidden;
		}
.clear{
	width:1px;
	clear:both;
	line-height:1%;
	font-size:1px;
	}
.pt_0{
	padding-top:0 !important;
	}	
.flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

#content {
	width: 963px;
	margin: 0 auto 0;
	text-align: left;
	position:relative;
}

@media screen and (min-width:768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* clearfix
---------------------------*/
.clearfix:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix{
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
	}

/*ヘッダ*/
header{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
	margin-bottom: 5px;
}
header ul{
	list-style-type: none;
}
header .screen-dvd{
	margin-left: 55px;
}
header .screen-dvd li{
	margin-right: 8px;
}
header .contact-menu{
	margin-left: auto;
	align-self: flex-end;
	margin-bottom: 20px;
	font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
header .contact-menu li{
	font-size: 14px;
	font-weight: bold;
	color: #323168;
}
header .contact-menu li a{
	position: relative;
	display: block;
	padding-left: 28px;
	line-height: 23px;
	text-decoration: none;
	color: #323168;
}
header .contact-menu li a:before{
	position: absolute;
	content:'';
	display: block;
	width: 23px;
	height: 23px;
	top: 0px;
	left: 0;
}
header .contact-menu li.call a:before{
	background-image: url(../images/icon_call.png);
	background-size: 100%; 
}
header .contact-menu li.mail a:before{
	background-image: url(../images/icon_mail.png);
	background-size: 100%; 
}
header .contact-menu li.mail{
	font-size: 13px;
	margin-left: 15px;
}

.headermenu{
	width:961px;
	clear:both;
	position:relative;
	padding-top:22px;
	}
	#sitelist{
		display:block;
		width:auto;	
		position:absolute;
		top:0;
		right:0;
		padding:3px 10px 0 20px;
		background: #333366 url(../images/c_menu.gif) no-repeat 0 0;	
		}
		#sitelist li{
			display:inline;
			padding-right:10px;
			}
			#sitelist li a{
				color:#FFFFFF;
				text-decoration:none;
				}	
			#sitelist li a:hover{
				text-decoration:underline;
				}		
	#pagelist{
		padding:5px 0 3px;
		text-align:center;
		background:url(../images/listbg.gif) repeat-x #EFEFEF;
		}
		#pagelist li{
			display:inline;
			padding:0 14px;
			background:url(../images/pur_listline.gif) right no-repeat;
			}
			li#end{
				background:none;
				}
			#pagelist li a{
				text-decoration:none;
				color:#333366;
				}
	
	
/*検索画面*/	
.search_area{
	width:801px;
	position:relative;
	padding:10px 160px 0 0;
	}
	.search_area iuput{
		vertical-align:middle;
		}
		.search_area button{
			background:none;
			border:none;
			width:50px;
			height:20px;
			cursor:pointer;
			margin-left:5px;
			}
		.search_area img{
			vertical-align:middle;
			}
		
	.googlesearch{
		display:block;
		width:auto;
		float:left;
		}	
		.googlesearch input{
			margin-left:7px;
			}
		.text_input{
			width:170px;
			}
	.search_area ul{
		display:block;
		width:auto;
		float:left;
		padding-top:2px;
		padding-left:2px;
		}	
		.search_area li{
			display:inline;
			background: url(../images/shoppinglist.gif) no-repeat 10px center;
			padding-left:25px;
			white-space:nowrap;
			}
	.search_area dl{
		width:auto;
		position:absolute;
		height:20px;
		top:10px;
		right: 58px;
		}		
		.search_area dt,.search_area dd{
			display:inline;
			}
			.search_area dt{
				padding-right:10px;
				vertical-align:bottom;
				}
			.search_area dd img{
				vertical-align:top;
				}
	.twitter-facebook{
		position:absolute;
		top:8px;
		right:0;
		}
		.twitter-facebook li{
			float:left;
			margin-left:3px;
			padding-left:0;
			background:none;
			}

/*メインエリア*/	
#main {
	width: 961px;
	margin:15px 0;
	padding-bottom:12px;
	}	
	.main_left{
		display:block;
		width:680px;
		float:left;
		margin-right:20px;
		}
		.main_left a{
		color:#000066;
		text-decoration:none;
		}
		.main_left a:hover{
			text-decoration:underline;
			}
	.leftmenu{
		display:block;
		width:260px;
		float:left;
		}


	.flash{
		display:block;
		width:680px;
		background:#fff url(../images/dummy.jpg) no-repeat 0 0;
		padding-bottom:10px;
		}

/*配給作品*/
.worklist-dvdshop{
	width:680px;
	margin-top:10px;
	}
.worklist{
	width:300px;
	margin-right:10px;
	float:left;
	}
	.worklist dl{
		width:298px;
		padding:5px 0;
		border-left:#c8ccd0 1px solid;
		border-bottom:#c8ccd0 1px solid;
		border-right:#c8ccd0 1px solid;
		}
	.worklist p{
		width:300px;
		position:relative;
		}
		.worklist .to_worklist{
			width:80px;
			position:absolute;
			top:10px;
			right:10px;
			}
	.worklist dd{
		display:block;
		width:278px;
		padding:10px 0;
		line-height:1.2;
		background:url(../images/dot.gif) repeat-x bottom;
		border-left:#fff 10px solid;
		border-right:#fff 10px solid;
		}
		.worklist dd.no-bg{
			background:none;
			}
		.worklist dd a{
			font-weight:bold;
			}
		.worklist dd img{
			float:left;
			margin-right:5px;
			}
		.worklist dd span{
			display:block;
			}


.dvdshop{
	width:370px;
	float:left;
	}
	.dvdshop h3{
		display:block;
		width:370px;
		position:relative;
		}
		.dvdshop .waku{
			width:348px;
			padding:15px 10px 0;
			border-left:#c8ccd0 1px solid;
			border-bottom:#c8ccd0 1px solid;
			border-right:#c8ccd0 1px solid;
			}
		.applications{
			margin:6px 7px;
			color:#ce3700;
			font-weight:bold;
			}
		.product_list{
			width:71px;
			position:absolute;
			top:10px;
			right:110px;
			}
		.purchase{
			width:90px;
			position:absolute;
			top:10px;
			right:10px;
			}
	.dvdshop ul{
		width:345px;
		clear:left;
		list-style:none;
		}
		.dvdshop ul.newarrival_line{
			margin-bottom:15px;
			}
			.dvdshop ul.newarrival_2 li{
				position:relative;
				}
			.dvdshop ul.newarrival_2 li span{
				display:block;
				padding-top:7px;
				}
				.dvdshop ul.newarrival_2 li span.second_s{
					padding-top:0;
					}
			.icn_check2{
					display:block;
					width:35px;
					position:absolute;
					top:0px;
					left:70px;
					}
			.icn_check3{
					display:block;
					width:35px;
					position:absolute;
					top:0px;
					left:60px;
					}
		
		
	.dvdshop li{
		padding:10px 5px 0;
		line-height:1.2;
		float:left;
		width:162px;
		}
		.dvdshop li img{
			display:block;
			vertical-align:bottom;
			}
		.dvdshop li	a.link{
			display:block;
			font-weight:bold;
			padding-top:5px;
			}	
			.dvdshop li.dvd_recommend a.link{
				width:225px;
				overflow:hidden;	
				}
		.dvdshop li.dvd_recommend{
			width:335px;
			float:none;
			padding:10px 5px 11px;
			background:url(../images/dot.gif) repeat-x bottom;
			}
			.dvdshop li.dvd_recommend.no-bg{
				background:none;
				}
			.reco_image{
				display:block;
				width:100px;
				float:left;
				position:relative;
				}
				.icn_check{
					display:block;
					width:35px;
					position:absolute;
					top:-10px;
					right:10px;
					}
				.btn_purchase{
					display:block;
					margin-top:2px;
					width:60px;
					overflow:hidden;
					}
				.btn_chirashi{
					display:block;
					margin-top:2px;
					width:90px;
					overflow:hidden;
					}
				.btn_details{
					display:block;
					margin-top:2px;
					width:94px;
					overflow:hidden;
					}
				.dvdshop div.r_box{
					display:block;
					padding-left:100px;
					}
				.f_l{
					float:left;}


.leftmenu dl{
	background:url(../images/dot.gif) repeat-x bottom;
	margin-bottom:5px;
	}
.leftmenu .news{
	display:block;
	width:260px;
	position:relative;
	height:27px;
	}
	.to_newslist{
		display:block;
		width:92px;
		position:absolute;
		top:7px;
		right:10px;
		}
	.news-area{
		width:258px;
		padding-top:5px;
		border-left:#c8ccd0 1px solid;
		border-bottom:#c8ccd0 1px solid;
		border-right:#c8ccd0 1px solid;
		background:#f9fafb;
		}
	.leftmenu dd{
		padding:0 10px 6px;
		}
		.leftmenu dd.dd_red a{
			color:#cc0000;
			}
iframe{
	width:260px;
	height:341px;
	margin-bottom:5px;
	}
	
	.banner-area{
		width:240px;
		margin-top:10px;
		padding:6px 10px;
		background:#efefef;
		}
	.banner1{
		padding:4px 0 15px;
		border-bottom:#b1b1b1 2px solid;
		margin-bottom:15px;
		}
		.banner1 p{
		margin-bottom:10px;
		}
		.banner1 p.blank{
		margin-bottom:0;
		}
	.banner2 p{
		padding-bottom:10px;
		}
	
/*フッタ*/	
#footer{
	display:block;
	width:900px;
	position:relative;
	border-top:solid 2px #333366;
	padding:7px 0 30px;
	}
	#footer ul{
		padding-right:380px;
		}
	#footer li{
		display:inline;
		}
	#footer p{
		display:block;
		width:370px;
		position:absolute;
		right:3px;
		top:7px;
		text-align:right;
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		}
/* hover */
.highlight:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}