@charset "utf-8";


	
/*-- default 1.0.1 --*/
/* reset */
body{
	margin: 0;
	padding: 0;
}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
ul li, ol li{
	list-style: none;
}
table{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
caption{
	text-align: left;
}
table,pre,code,select,textarea,kbd,var,ins,del,samp{
	font-size: 100%;
}
address,cite,dfn,em,strong,var,th,ins,del,samp{
	font-weight: normal;
	font-style: normal;
}
a img{
	border: 0;
}
hr.separation{
	display: none;
}
fieldset{
	border: none;
}
header,section,nav,aside,footer,article{
	display: block;
}
/* initialize */
body{
	-webkit-text-size-adjust: none;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
a{
	color: #0044cc;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(102,204,255,0.5);
}
.errorText{
	margin: 10px;
	padding: 5px;
	border: 1px solid #dc0000;
	color: #dc0000;
	font-weight: bold;
}



/*-- headerDefault 1.0.2 --*/
.headerDefault{
	position: relative;
}
.headerDefault:after {
  display: block;
  clear: both;
  height: 0;
  content: "."; 
  visibility: hidden;
}
.headerDefault #logo{
	height: 33px;
	padding: 0;
	overflow: hidden;
}
.headerDefault #logo h1{
	float: left;
	width: 137px;/* 10px+112px+5px */
	height: 33px;
	background: url(http://i.yimg.jp/images/ipn/hlg/yj_w.png) no-repeat 10px 50%;
	line-height: 33px;
	text-indent: -9999px;
	overflow: hidden;
}
.headerDefault #logo h1 a,
.headerDefault #logo h1 span{
	display: block;
}


/*-- buttonMedium 1.0.2 --*/
.buttonMedium{
	margin-bottom:10px;
	text-align: center;
}
.buttonMedium p{
	width: 60%;
	margin:0 auto;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(0.5,#ffffff),to(#ebebeb));
	background: -moz-linear-gradient(center top ,#ffffff,#ffffff 50%,#ebebeb);
	background: linear-gradient(center top ,#ffffff,#ffffff 50%,#ebebeb);
	font-weight: bold;
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 1px #f1f1f1;
	-moz-box-shadow: 0px 0px 1px #f1f1f1;
	box-shadow: 0px 0px 1px #f1f1f1;
}
.buttonMedium a{
	display: block;
	padding: 5px 8px;
	border: 1px solid #ffffff;
	border-top: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333333;
	line-height: 18px;
}
.buttonMedium .alert{
	border: 1px solid #b32812;
	background: #e72a0d;
	background: -webkit-gradient(linear, left top, left bottom, from(#e72a0d),color-stop(0.5,#e72a0d),to(#c9240b));
	background: -moz-linear-gradient(center top , #e72a0d,#e72a0d 50%,#c9240b);
	background: linear-gradient(center top , #e72a0d,#e72a0d 50%,#c9240b);
	-webkit-box-shadow: 0px 0px 1px #ededed;
	-moz-box-shadow: 0px 0px 1px #ededed;
	box-shadow: 0px 0px 1px #ededed;
}
.buttonMedium .alert a{
	border: 1px solid #e72a0d;
	border-top: none;
	color: #ffffff;
}
.buttonMedium .cancel{
	border: 1px solid #a7a7a7;
	background: #cbcbcb;
	background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0),color-stop(0.5,#d0d0d0),to(#bfbfbf));
	background: -moz-linear-gradient(center top , #d0d0d0,#d0d0d0 50%,#bfbfbf);
	background: linear-gradient(center top , #d0d0d0,#d0d0d0 50%,#bfbfbf);
	-webkit-box-shadow: 0px 0px 1px #ededed;
	-moz-box-shadow: 0px 0px 1px #ededed;
	box-shadow: 0px 0px 1px #ededed;
}
.buttonMedium .cancel a{
	border: 1px solid #d0d0d0;
	border-top: none;
	color: #5c5c5c;
}
.buttonMedium .login{
	border: 1px solid #c1a84c;
	background: #ffe35e;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff4af),color-stop(0.2,#fff4af), to(#ffd348));
	background: -moz-linear-gradient(center top , #fff4af,#fff4af 20%,#ffd348);
	font-size: 16px;
	-webkit-box-shadow: 0px 0px 1px #ededed;  
	-moz-box-shadow: 0px 0px 1px #ededed;
	box-shadow: 0px 0px 1px #ededed;
}
.buttonMedium .login a{
	border: 1px solid #fff4af;
	border-top:none;
	color: #333333;
}
.buttonMedium.horizon{
	width: 100%;
}
.buttonMedium.horizon p{
	display: inline-block;
	width: auto;
	margin-bottom: 5px;
}
.buttonMedium.horizon a{
	width: auto;
}




/*-- carouselSingle 1.0.0 --*/
.carouselSingle{
	position: relative;
	margin: 10px;
	padding-bottom: 40px;
	overflow: hidden;
	text-align: center;
}
.carouselSingle .carouselMainWrap{
	margin: 0 25px;
	text-align: left;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.carouselSingle .carouselMain{
	position: relative;
	width: 5000px;
	left: 0;
	overflow: hidden;
}
.carouselSingle .carouselMain li{
	float: left;
	width: 250px;
}
.carouselSingle .carouselMain li dl{
	width: 240px;
	margin: 0 auto;
}
.carouselSingle .carouselMain li .image{
	width: 240px;
	height: 190px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 190px;
	text-align: center;
}
.carouselSingle .carouselMain li .image img{
	vertical-align: middle;
}
.carouselSingle .carouselMain li .caption{
	width: 240px;
	font-size: 14px;
	line-height: 1.3;
}
.carouselSingle .carouselMain li .caption .subText{
	display: block;
	color: #617589;
	font-size: 12px;
	font-weight: bold;
	word-break: break-all;
	word-wrap: break-word;
}
.carouselSingle .carouselNavi{
	position: absolute;
	width: 100%;
	height: 30px;
	left:0;
	bottom:0;
	background: #f1f1f1;
}
.carouselSingle .carouselNavi li{
	display: none;
	width: 50px;
	height: 30px;
	font-size:14px;
	line-height: 30px;
}
.carouselSingle .carouselNavi .prev{
	float:left;
	padding-left: 20px;
	text-align: left;
}
.carouselSingle .carouselNavi .next{
	float:right;
	padding-right: 20px;
	text-align: right;
}
.carouselSingle .carouselNavi .prevDisable{
	float:left;
	padding-left: 20px;
	background: url(http://i.yimg.jp/images/evt/gogai/common/sp/img/arrow_gray_prev_s.png) no-repeat 5px 50%;
	color: #bbbbbb;
	text-align: left;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
.carouselSingle .carouselNavi .nextDisable{
	float:right;
	padding-right: 20px;
	background: url(http://i.yimg.jp/images/evt/gogai/common/sp/img/arrow_gray_next_s.png) no-repeat 55px 50%;
	color: #bbbbbb;
	text-align: right;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
.carouselSingle .carouselIndicator{
	position: absolute;
	display: block;
	width: 180px;
	height: 20px;
	margin-left: -90px;
	left: 50%;
	bottom: 10px;
	text-align: center;
	vertical-align: middle;
	overflow : hidden;
}
.carouselSingle .carouselIndicator li{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 -1px;
	padding: 5px 0;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	background: #ffffff url(http://i.yimg.jp/images/evt/gogai/common/sp/img/ico_dot_imagelist.png) no-repeat 0 5px;
}
.carouselSingle .carouselIndicator li:first-child{
	border-left-width: 10px;
}
.carouselSingle .carouselIndicator li:last-child{
	border-right-width: 10px;
}
.carouselSingle .carouselIndicator li.current{
	background-position: -10px 5px;
}
.carouselSingle noscript p{
	position: absolute;
	right : 10px;
	bottom: 0;
	line-height: 30px;
}



/*-- menuExpand 1.0.3 --*/
.menuExpand{
	margin: 5px 10px;
}
.menuExpand .expandTitle{
	padding: 5px 7px 6px;
	cursor: default;
}
.menuExpand .expandTitle .icon{
	display:none;
	width: 27px;
	height: 27px;
	background: url(http://i.yimg.jp/images/evt/gogai/common/sp/img/btn_icon.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.menuExpand .close .expandTitle .icon{
	background-position: -81px -41px;
}
.menuExpand .open .expandTitle .icon{
	background-position: -121px -41px;
}
.menuExpand .expandTitle .text{
	padding-left: 7px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}
.menuExpand .expandTitle .text span{
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
.menuExpand .open .expandContent{
	display: block;
}
.menuExpand .close .expandContent{
	display: none;
}
.menuExpand .expandContent ul.default li:first-child{
	border-top: none;
	-webkit-box-shadow: inset 0 2px 0 #e6e6e6;
	-moz-box-shadow: inset 0 2px 0 #e6e6e6;
	box-shadow: inset 0 2px 0 #e6e6e6;
}
.menuExpand .expandContent ul.default li:last-child{
	/*border-bottom: none;*/
}
.menuExpand .expandContent ul.default li a{
	display:block;
	padding: 8px 25px 8px 10px;
	font-size: 15px;
	font-weight: bold;
	color:#333333;
}
.menuExpand .expandContent ul.default li span.sub{
	padding-left: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #a1b1c0;
}
.menuExpand .expandContent ul.default li span.text{
	display: block;
	padding-top: 5px;
	font-weight: normal;
	color: #666666;
}

/*-- listRowlinkを使用する場合に追加 --*/
.menuExpand .listRowlink li{
	background: #F2F2F2;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e6e6e6;
}
.menuExpand .listRowlink{
	margin:0px;
}
.menuExpand .listRowlink li a{
	padding: 8px 31px 8px 10px;
}














/*-- listRowlink 1.0.2 --*/
.listRowlink{
	border-top: 1px solid #e6e6e6;
	margin: 10px;
}
.listRowlink li{
	border-bottom: 1px solid #e6e6e6;
	background: #ffffff;
}
.listRowlink li a{
	overflow: hidden;
	display: block;
	padding: 8px 31px 8px 0;
	color: #333333;
}
.listRowlink img{
	vertical-align: bottom;
}
.listRowlink .image{
	display: block;
	float: left;
	margin-right: 10px;
}
.listRowlink .ranking,
.listRowlink .rankingGold,
.listRowlink .rankingSilver,
.listRowlink .rankingBronze
{
	display: block;
	float: left;
	width: 34px;
	margin-right: 10px;
	padding: 3px;
	font-size: 14px;
	text-align: center;
}
.listRowlink .ranking{
	background: #e2e2e2;
	color: #5c5c5c;
}
.listRowlink .rankingGold{
	background: #a08228;
	color: #ffffff;
}
.listRowlink .rankingSilver{
	background: #6a6f8e;
	color: #ffffff;
}
.listRowlink .rankingBronze{
	background: #986c52;
	color: #ffffff;
}
.listRowlink dl{
	overflow: hidden;
}
.listRowlink .title{
	margin-bottom: 2px;
	line-height: 1.25;
	font-size: 16px;
	font-weight: bold;
}
.listRowlink .title:only-child{
	line-height: 20px;
}
.listRowlink .subText{
	color: #617589;
	font-size: 12px;
	font-weight: bold;
}
.listRowlink .explanation{
	margin-bottom: 3px;
	line-height: 1.3;
	color: #333333;
	font-size: 14px;
}
.listRowlink .explanation:only-child{
	line-height: 20px;
}

.listRowlink .readMore{
	border-top: 4px solid #f6f6f6;
}
.listRowlink .readMore:after{
	display: block;
	clear: both;
	height: 0;
	content: "."; 
	visibility: hidden;
}
.listRowlink .readMore a{
	display: block;
	float: right;
	margin-top: -4px;
	border: 4px solid #f6f6f6;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius: 0 0 4px 4px;
	background: #ffffff;
}
.listRowlink .readMore span{
	display: block;
	position: relative;
	margin-top: -1px;
	padding: 0 2px 2px 2px;
	border: 1px solid #e2e2e2;
	border-top: 0;
	border-radius: 0 0 2px 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius: 0 0 2px 2px;
	background: #ffffff;
}
.listRowlink .readMore span span{
	display: block;
	position: relative;
	padding: 8px 13px;
	border: 0;
	background: #ffffff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff), color-stop(1,#f3f3f3));
	background: -moz-linear-gradient(top,#ffffff,#f3f3f3);
	font-weight: bold;
}




/*-- listTextlink 1.0.1 --*/
.listTextlink{
	margin: 10px;
	border-top: 1px solid #e6e6e6;
}
.listTextlink li{
	border-bottom: 1px solid #e6e6e6;
	background: #ffffff;
}
.listTextlink li > div{
	display: block;
	padding: 8px 0;
	color: #333333;
	overflow: hidden;
}
.listTextlink img{
	vertical-align: bottom;
}
.listTextlink .image{
	display: block;
	float: left;
	margin-right: 10px;
}
.listTextlink .ranking,
.listTextlink .rankingGold,
.listTextlink .rankingSilver,
.listTextlink .rankingBronze
{
	display: block;
	float: left;
	width: 34px;
	margin-right: 10px;
	padding: 3px;
	font-size: 14px;
	text-align: center;
}
.listTextlink .ranking{
	background: #e2e2e2;
	color: #5c5c5c;
}
.listTextlink .rankingGold{
	background: #a08228;
	color: #ffffff;
}
.listTextlink .rankingSilver{
	background: #6a6f8e;
	color: #ffffff;
}
.listTextlink .rankingBronze{
	background: #986c52;
	color: #ffffff;
}
.listTextlink dl{
	overflow: hidden;
}
.listTextlink .title{
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
}
.listTextlink .title:only-child{
	line-height: 20px;
}
.listTextlink .subText{
	color: #617589;
	font-size: 12px;
	font-weight: bold;
}
.listTextlink .explanation{
	margin-bottom: 3px;
	color: #333333;
	font-size: 14px;
	line-height: 1.3;
}
.listTextlink .explanation:only-child{
	line-height: 20px;
}
.listTextlink .readMore{
	border-top: 4px solid #f6f6f6;
}
.listTextlink .readMore:after{
	display: block; 
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden;
}
.listTextlink .readMore a{
	display: block;
	float: right;
	margin-top: -4px;
	border: 4px solid #f6f6f6;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius: 0 0 4px 4px;
	background: #ffffff;
}
.listTextlink .readMore span{
	display: block;
	position: relative;
	margin-top: -1px;
	padding: 0 2px 2px 2px;
	border: 1px solid #e2e2e2;
	border-top: 0;
	border-radius: 0 0 2px 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius: 0 0 2px 2px;
	background: #ffffff;
}
.listTextlink .readMore span span{
	display: block;
	position: relative;
	padding: 8px 13px;
	border: 0;
	background: #ffffff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff), color-stop(1,#f3f3f3));
	background: -moz-linear-gradient(top,#ffffff,#f3f3f3);
	font-weight: bold;
}




/*-- footerDefault 1.1.1 --*/
.footerDefault{
	padding: 10px;
	border-top: 3px solid #d4d7db;
	background: #eeeeee;
	font-size: 14px;
	text-align: center;
}
.footerDefault .changeDevice {
	margin-bottom: 10px;
	font-size: 14px;
}
.footerDefault .changeDevice dl{
	margin-bottom: 5px;
}
.footerDefault .changeDevice dt{
	display: inline;
}
.footerDefault .changeDevice dt:after{
	content: ":";
}
.footerDefault .changeDevice dd{
	display: inline;
}
.footerDefault .changeDevice dd:after{
	content: "|";
}
.footerDefault .changeDevice dd:last-child:after{
	content: "";
}
.footerDefault .changeDevice p{
	font-size: 12px;
}
.footerDefault .changeDevice a,
.footerDefault .changeDevice span{
	padding: 0 5px; 
}
.footerDefault .changeDevice span{
	font-weight: bold;
}
.footerDefault .loginArea .loginName{
	margin-bottom: 14px;
	word-break: break-all;
	word-wrap: break-word;
	-moz-word-wrap: break-word;
}
.footerDefault .commonLink{
	margin-bottom: 10px;
}
.footerDefault .commonLink li{
	display: inline;
}
.footerDefault .commonLink li:after{
	content: " | ";
}
.footerDefault .commonLink li:last-child:after{
	content: "";
}
.footerDefault .subLink{
	margin-bottom: 8px;
	font-size: 12px;
}
.footerDefault .subLink li{
	display: inline;
}
.footerDefault .subLink li:after{
	content: " - ";
}
.footerDefault .subLink li:last-child:after{
	content: "";
}
.footerDefault address{
	display: block;
	font-size: 12px;
}
.footerDefault address{
	display: block;
	font-size: 12px;
}



/* ----------------------------------
 ADDED FROM HERE
---------------------------------- */

/* TEST!! */
.menuExpand {
	margin-top: 0;
	margin-bottom: 0;
}

.expandContent .listTextlink {
	margin: 0;
}
.expandContent .listTextlink li {
	padding: 0 10px;
}
.expandContent .listTextlink li:last-child {
	border-bottom: none;
}
.expandContent .listTextlink span.image {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	border: 1px solid #CCC;
}
.expandContent .listTextlink span.image img {
	width:100%;
	height:100%;
}
.expandContent .listTextlink .subText div {
	display:none;
}
footer{
margin-top: 10px;
}


#content .expandContent ul.default li:last-child {
	border-bottom: none;
}
.expandContent ul.contReadMore {
	border-bottom: 1px solid #e2e2e2;
}

/* /TEST!! */

/* Twitter */
.twitterLinkWrap {
	margin: 0 10px;
	text-align: left;
	border-top: 1px solid #58C3E6;
	border-bottom: 1px solid #58C3E6;
	background: #62D8FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#62D8FF), to(#5ECFF4));
	background: -moz-linear-gradient(center top , #62D8FF, #5ECFF4);
	background: linear-gradient(center top , #62D8FF, #5ECFF4);
}
.twitterLinkWrap h3.twitterLink {
	background:url(http://i.yimg.jp/images/evt/gogai/common/sp/img/ico_twitter.png) no-repeat 10px center;
}
.twitterLinkWrap h3.twitterLink a {
	display:block;
	font-weight: bold;
	padding: 9px 25px 9px 42px;
	background: url(http://i.yimg.jp/images/evt/gogai/common/sp/img/arrow_twitter_next_l.png) no-repeat right center;
	color: #FFF;
}
/* /Twitter */

/* Event Title */
#evtTitle h2 {
	width: 100%;
	height: 45px;
	text-align: center;
	font-size: 22px;
	line-height: 45px;
}
#evtTitle p.pubPeriod {
	text-align: right;
	font-size: 10px;
	margin: 6px 6px 6px;
}
/* /Event Title */

/* Carousel */
.carouselSingle {
	margin-top: 0;
	margin-bottom: 0;
}
.carouselSingle .carouselMain li .image{
    width: 76px;
    height: 76px;
    margin: 0 auto 10px auto;
    padding: 0;
    line-height: 76px;
    text-align: center;
	overflow: hidden;
	border: 1px solid #ddd;
}
.carouselSingle .carouselMain li dl{
	display: -webkit-box;
}
.carouselSingle .carouselMain li dl dd.image {
	margin: 0 10px 0 0;
}
.carouselSingle .carouselMain li dl dt.caption {
	width: auto;
	-webkit-box-flex:1;
}
.ranking_ico {
	display: block;
}
.carouselTitle {
	padding: 9px 7px 9px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	line-height: 1.3;
}
/* /Carousel */

/* Read More Btn */
.expandContent .readMore{
	border-top: 4px solid #f6f6f6;
}
.expandContent .readMore:after{
	display: block; 
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden;
}
.expandContent .readMore a{
	display: block;
	float: right;
	margin-top: -4px;
	border: 4px solid #f6f6f6;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius: 0 0 4px 4px;
	background: #ffffff;
}
.expandContent .readMore span{
	display: block;
	position: relative;
	margin-top: -1px;
	padding: 0 2px 2px 2px;
	border: 1px solid #e2e2e2;
	border-top: 0;
	border-radius: 0 0 2px 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius: 0 0 2px 2px;
	background: #ffffff;
}
.expandContent .readMore span span{
	display: block;
	position: relative;
	padding: 8px 13px;
	border: 0;
	background: #ffffff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff), color-stop(1,#f3f3f3));
	background: -moz-linear-gradient(top,#ffffff,#f3f3f3);
	font-weight: bold;
}

/* /Read More Btn */

/* Chie */
.chie_close-icon,
.chie_answer-icon,
.chie_vote-icon {
    background: url(http://i.yimg.jp/images/evt/gogai/common/img/base_20110609.png) no-repeat scroll left 0 transparent;
    display: inline-block;
    margin-right: 4px;
    text-indent: -9999px;
    width: 46px;
	height: 16px;

}
.chie_close-icon {
    background-position: left -40px;
}
.chie_vote-icon {
    background-position: left -80px;
}
/* /Chie */

/* Lead */
#leadText {
	margin: 0 10px 10px 10px;
}
/* /Lead */

/* Close Notification */
.endMess {
	display: block;
	border: 2px solid #CC0000;
	text-align:center;
	color: #CC0000;
	padding: 5px 0;
}
/* /Close Notification */

/* Disclaimer */
#disclaimer {
	margin: 10px;
	background: #f1f1f1;
}
#disclaimer ul {
	padding: 6px;
}
#disclaimer li {
	font-size: 10px;
	padding-left:1em;
	text-indent:-1em;
}

/* /Disclaimer */


/* Using title image */
#evtTitle #chdImgWrap {
	height:60px;
	background: none;
}
/* /Using title image */

/* Share button */
.shareButton {
	margin:10px;
	text-align:right;
}
.shareButton a {
	display:inline-block;
	margin-left:10px;
	text-align:left;
	text-indent:-9999px;
	vertical-align:bottom;
	overflow:hidden;
}
.shareButton .emmaButton {
	width:89px;
	height:30px;
	background:url("http://i.yimg.jp/images/pofee/btn/h30_a.gif") no-repeat;
}
.shareButton .tweetButton {
	width:84px;
	height:30px;
	background:url("http://i.yimg.jp/images/evt/gogai/common/sp/img/btn_twitter.png") no-repeat 0 2px;
}
/* /Share button */