@charset "utf-8";
/* CSS Document */

/* core	================================================	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.listhead {
	margin:0px !important;
}

html, body {
	width:100%;
	height:100%;
}

body {
	font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;
	background:#f0f0f0;
	letter-spacing:0.05em;
}

a {
	text-decoration:none;
	color:inherit;
}

#exteriorWrapper {
	position:relative;
	zoom:1;
	min-height: 100%;
}



#interiorWrapper {
	width:950px;
	margin:0px auto;
	position:relative;
	zoom:1;
}

#aipWrapper p img {
  display: block;
}
#aipMobileSite p img {
  display: inline-block;
}

/* radius */
.radiused_app {
	border-radius: 10px;
	behavior: url(/common/css/PIE.htc);
	padding:0px !important;
}

.radiused_all {
	border-radius: 4px;
	behavior: url(/common/css/PIE.htc);
}

.radiused_all3x {
	border-radius: 3px;
	behavior: url(/common/css/PIE.htc);
}

.radiused_top {
	border-radius: 4px 4px 0 0;
	behavior: url(/common/css/PIE.htc);
}

.radiused_bottom {
	behavior: url(/common/css/PIE.htc);
	border-radius:0px 0px 4px 4px;
}

.radiused_left {
	border-radius: 4px 0px 0px 4px;
	behavior: url(/common/css/PIE.htc);
}

.radiused_right {
	border-radius: 0 4px 4px 0px;
	behavior: url(/common/css/PIE.htc);
}

/* shadow */
.shadow {
	box-shadow: 0px 1px 1px #f2f2f2;
	behavior: url(/common/css/PIE.htc);
}

.shadowB {
	box-shadow: 0px 1px 1px #cccccc;
	behavior: url(/common/css/PIE.htc);
}

.contentsSaver {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

/* floatPlayer */
#smojFloatPlayerArea {
	position:absolute;
	left:0px;
	top:0px;
	z-index:500;
	width:100%;
	height:100%;
}

#smojFloatBg {
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;

	width:100%;
	height:100%;

	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

#smojFloatPlayer {
	position:fixed;
	left:0px;
	top:0px;
}

#smojFloatPlayerArea .bc_TitleDisplay {
	color:#444546;

	width:535px;
	height:35px;

	font-weight:bold;
	font-size:18px;

	position:fixed !important;
	left:0px;
	top:0px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

#btnFloatClose {
	width:74px;
	height:21px;
	overflow:hidden;

	position:fixed !important;
	left:0px;
	top:0px;

	cursor:pointer;

	z-index:1;
}

#btnFloatClose:hover img {
	margin-top:-21px;
}

#moreLoading {
	width:30px;
	height:30px;
	overflow:hidden;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-15px;
	margin-top:-15px;

	display:none;
}


#btnFloatPrev {
	cursor:pointer;
	width:40px;
	height:40px;
	overflow:hidden;

	position:absolute;
	left:-60px;
	top:50%;

	margin-top:-20px;
}

#btnFloatPrev:hover img, #btnFloatNext:hover img {
	margin-top:-40px;
}

#btnFloatNext {
	cursor:pointer;
	width:40px;
	height:40px;
	overflow:hidden;

	position:absolute;
	left:100%;
	top:50%;

	margin-top:-20px;
	margin-left:20px;
}

.lmark {
	text-align: right;
	margin-top: 5px;
}

#smojFloatPlayer .lmark {
	position: absolute;
	right: 0px;
	bottom: -117px;
}

#smojFloatPlayer .movieComment {
	margin-top: 8px;
}

.image_adjust, .over_adjust {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


