@charset "utf-8";
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img{
    margin:0;
    padding:0;
}
fieldset,img {
    border:0;
}
ol,ul {list-style:none;}
li {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} 
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
img{max-width: 100%;}
a {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline:none;
	color:#0064FF;
}
a:link{color:#0064FF;text-decoration:none;}
a:visited{color:#0064FF;}
a:hover{color:#FFA0A0;text-decoration:none;}
a:focus{outline:0}
a:hover,a.selected{text-decoration:none;}
a,img{vertical-align:top}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}
.hoverOp:hover{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.fl {float: left;}
.fr {float: right;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}

/* Common
 * --------------------------------------------------------*/
body {
	letter-spacing: 1px;
	font:normal 14px/28px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff url(../images/back.jpg) no-repeat fixed 50% 5px;
}
#wrapper {
  	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

/* header
 * --------------------------------------------------------*/
#header {
	position: relative;
	margin-top: 15px;
}
#header .about {
	font:normal 12px/24px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 330px;
	position: absolute;
	text-align: left;
	right: 0px;
	bottom: 16px;
}
#header #linkTxt1 {
	position: absolute;
	left: 126px;
	bottom: 38px;
}
#header #linkTxt2 {
	position: absolute;
	left: 355px;
	bottom: 10px;
}
.linkBtn {
	display: block;
	position: absolute;
	background: #fff;
	opacity:0;
	-moz-opacity:0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
}
.linkBtn:hover {
	display: block;
	position: absolute;
	background: #fff;
	opacity:0.5;
	-moz-opacity:0.5;
	-ms-filter:"alpha(opacity=50)";
	filter:alpha(opacity=50);
}
.link_web {
	width: 250px;
	height: 137px;
	top: 140px;
	left: 204px;
}
.link_real {
	width: 252px;
	height: 137px;
	top: 140px;
	left: 556px;
}

/* contents
 * --------------------------------------------------------*/
#contents {
	margin: 15px 0 0 0;
}

/* wrap（リアル） */
.wrapTop_real {
	width: 900px;
	height: 110px;
	margin: 0 auto;
	padding: 18px 0 8px 0;
	margin-top: 30px;
	background: url(../images/frame_real_top.png) 0 0 no-repeat;
}
.wrapMid_real {
	position: relative;
	width: 870px;
	margin: 0 auto;
	padding: 0 15px;
	padding-bottom: 25px;
	background: url(../images/frame_real_mid.png) 0 0 repeat-y;
}
.wrapBtm_real {
	width: 900px;
	height: 28px;
	margin: 0 auto 0px auto;
	padding: 10px 0;
	background: url(../images/frame_real_btm.png) 0 bottom no-repeat;
}

/* wrap（ウェブ） */
.wrapTop_web {
	width: 900px;
	height: 114px;
	margin: 0 auto;
	padding: 18px 0 8px;
	background: url(../images/frame_web_top.png) 0 0 no-repeat;
}
.wrapMid_web {
	position: relative;
	width: 870px;
	margin: 0 auto;
	padding: 0 15px;
	background: url(../images/frame_web_mid.png) 0 0 repeat-y;
}
.wrapBtm_web {
	width: 900px;
	height: 12px;
	margin: 0 auto 0px auto;
	padding: 10px 0;
	background: url(../images/frame_web_btm.png) 0 bottom no-repeat;
}

/* itemArea */
#itemArea {
	width: 820px;
	height: 1064px;
	margin: 0 auto;
	position: relative;
}
.itemBox {
	display: inline-block;
	position: absolute;
}
#item1 {
	left: 0;
	top: 23px;
}
#item2 {
	right: 12px;
	top: 172px;
}
#item2 .item_grid {
	margin-left: 58px;
}
#item3 {
	left: 22px;
	top: 520px;
}
#item4{
	right: 30px;
	top: 718px;
}

/* item_grid */
.item_grid {
	padding: 15px 0 20px 0;
}
.lUpper, .lBtm {
	height: 80px;
}
.cart {
	display: inline-table;
	font-size: 11px;
}
.adjShip {
	width: 116px;
	vertical-align: top;
}
.shipping {
	color: #008200;
	line-height: 10px;
	margin-top: 7px;
}
.stock {
	color: #FF0000;
	margin-top: 0px;
}

/* リアル------------------------- */
/* wrapMid（開催情報） */
h2.info_ttl {
	font-size: 16px;
	font-weight: 600;
	margin-left: 10px;
}
.real_info {
	padding: 30px 0 20px 0;
	margin-left: 10px;
}
.heldInfo {
	text-align: left;
	display: inline-block;	
	vertical-align: top;
}
.heldInfo > dt {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
}
.heldInfo > dd {
	margin-left: 20px;
}
.info_date {
	float: left;
	display: inline-block;	
	margin-left: 132px;
}
.info_place {
	margin-right: 50px;
}
.real_infoDetail {
	width: 600px;
	margin: 0 auto;
}
.real_infoDetail .real {
	text-align: left;
	padding-bottom: 10px;
}
.real_infoDetail .real>p {
	width: 430px;
	margin-left: 134px;
	margin-top: -10px;
}
.real_infoDetail .real span.liveInfo {
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}

/* salesInfo --------------- */
.salesInfoArea {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 24px;
	width: 840px;
	margin: 0 auto;
	border-top:	10px solid #00AAFF;
}
.salesInfo {
	width: 480px;
	margin: 0 auto;
	padding-left: 30px;
}
.salesInfo span {
	font-size: 18px;
	color: #00AAFF;
	display: block;
	font-weight: 600;
	padding: 10px 0;
}
.update {
	font-size: 12px;
	margin-top: 30px;
	color: #666;
}
.goRead {
	width: 550px;
	margin: 30px auto 0 auto;
}

/* footer
 * --------------------------------------------------------*/
#footer {
	margin: 0 auto;
	text-align:center;
	padding: 50px 0px;
	position: relative;
	width: 910px;
}
#footer ul {
	float: left;
}
#footer li {
	padding: 0 25px;
	vertical-align: bottom;
}
#footer .fbBtn {
	width: 100px;
	text-align: center;
}
#footer .fbBtn .facebook {
	margin: 8px 9px 0 0;
}
#footer .copyright {
	font-size: 12px;
	display: block;
	text-align: right;
	position: absolute;
	float: right;
	bottom: 54px;
	right: 20px;
}
#footer .copyright span {
	display: block;
	padding-right: 3px;
	padding-bottom: 3px;
}


/* （3/21用）
 * --------------------------------------------------------*/

/* liveArea --------------- */
#liveArea {
	margin: 20px 0 10px 0;
}
#tweet_timeline {
	position: relative;
	background: #fff;
	height: 540px;
	width: 800px;
	margin : 0 auto;
	padding-top: 30px;
}
#tweet_timeline > h2 {
	padding: 20px 0;
}
#tweet_timeline .tweetBtnArea {
	padding-bottom: 20px;
}
#tweet_timeline .tweetBtnArea img {
	vertical-align: middle;
	padding: 0 5px;
}
#tweet_timeline #tweet_cover {
	overflow:hidden;
	height: 450px;
}
#tweet_timeline #tweet_cover h2 {
	display: block;
  	margin: 0 auto;
  	margin-left: 1px;
}

/* kyoto --------------- */
#kyoto {
	width: 600px;
	margin: 40px auto 10px auto;
	border-top: #FF5000 solid 1px;
	text-align: left;
	padding-top: 30px;
}
#kyoto h4 {
	margin-left: 135px;
	font-size: 18px;
	color: #FF5000;
	display: block;
	font-weight: 600;
	padding: 10px 0;
	margin-bottom: 10px;
}
#kyoto p {
	margin-left: 135px;
}
#kyoto a, #kyoto a:visited, #kyoto a:link{
	color:#50A9FF;
}
#kyoto a:hover{
	color:#40A140;
}
#kyoto .tamacha {
	display: block;
	padding-top: 10px;
}
.content .news {
  overflow: hidden;
  *zoom: 1;
  float: left;
  width: 250px;
  margin-left: 20px;
  border: 1px solid #808080;
  padding: 14px;
}