@charset "utf-8";
/* プロパティの指定順序 */
/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

.guard{
	cursor: no-drop;
	pointer-events: none;
	cursor: default;
}
.L {
	float:left;
}
.R {
	float:right;
}
a{
	outline:none;
}
a:focus{
	outline:none;
}

html {-webkit-text-size-adjust: none}

/* =====================================================================
*	TOPページ
* =================================================================== */
body {
	position:relative;
	background-color: #fff;
}
html, body {
  height: 100%;
  min-height:100%;
}

#wrapper { width:100%; height:100%; min-height:100%; padding:0; margin:0;}

.topbg {
	background-color: #FFFFFF;
	background-image: url(../img/renga.jpg);
	background-repeat: repeat;
	text-align: center;
	min-width: 1100px;
	width: 100%;
}

body > #wrapper {
  height: auto;
 }

.poster {
	background-image: url(../img/top_poster.png);
	background-repeat: no-repeat;
	text-align: center;
	min-width: 1100px;
	width: 100%;
	background-position: top center;
}


/* =====================================================================
*	loader
* =================================================================== */


#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 10000;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
	background: #fff;
    z-index: 20000;
	color:#FF66D1;
}

#loader p {
	padding:10px;
}




.contenar {
	position: relative;
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	min-height: 840px;
	padding: 0;
	height: 100%;
}

.contenar2 {
	position: relative;
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	min-height: 800px;
	padding: 0;
	height: 100%;
}

.contenart {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	min-width: 1100px;
	min-height: 800px;
}

.contchara {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 850px;
	background-image: url(../img/top_chara.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	text-align: center;
	min-width: 1100px;
}


#topcopy {
	margin: 0 auto;
	max-width: 1050px;
	text-align: left;
	height: 110px;
	padding-top: 40px;
}

#toptrailwin {
	margin: 0 auto;
	max-width: 1050px;
	text-align: center;
	height: 115px;
	padding-top: 653px;
}
#toptrailwin .traf {
	border: 3px solid #ed4e85;
	background-color: #FFF;
	border-radius: 10px;
	width: 280px;
	height: 158px;
	padding: 6px;
}

#subarea {
	width: 970px;
	margin: 0 auto;
	height: 200px;
}

#topnewswin {
	margin: 0 auto;
	text-align: left;
	height: 180px;
	padding-top: 0;
	margin-bottom: 15px;
	width: 350px;
}

#topnewswin .waku {
	background-color: rgba(250,250,250,0.9);
	border-radius: 10px;
	width: 340px;
	height: 180px;
	padding: 10px 0 10px 10px;
}
#topnewswin .newsarea {
	width: 340px;
	height: 140px;
	overflow: auto;
	line-height: 1.2em;
}
#topnewswin .nday {
	font-size: 10px;
	color: #666;
	padding-bottom: 3px;
	margin-bottom: 5px;
	line-height: 1.2em;
	width: 60px;
	float: left;
	clear: both;
}
#topnewswin .ntitle {
	font-size: 10px;
	width: 255px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 5px;
	line-height: 1.2em;
	float: left;
}
#topnewswin .ntitle a {
	line-height: 1.2em;
}

#topbanwin {
	margin: 0 auto;
	max-width: 1050px;
	text-align: left;
	height: 50px;
	margin-top:10px;
}

.top_logo {
	margin: 0 auto;
	text-align: center;
	height: 140px;
	width: auto;
	padding: 0;
	overflow: hidden;
}

.topllogo {
	margin: 0;
	width: 735px;
	text-align: left;
	height: 170px;
	padding-top: 0;
	float: left;
}
.toprbn {
	margin: 0;
	width: 300px;
	text-align: left;
	height: auto;
	padding-top: 35px;
	float: left;
}

.toprbn img {
	padding-bottom: 1px;
}

body#top {
}


#topBg {
	width:100%;
	width: expression(document.body.clientWidth < 662? "660px" : "auto");
}
#topBg .bg {
	position:absolute;
	width:100%;
	top:0;
}
#topContainer .con {
}
#Info { 
	display:none;
}
#topContainer .logo{
	margin-top: 50px;
	padding: 0 150px;
}
#topContainer .sp_logo{
	display:none;
}


#topContainer .wtbtn{
	margin: 0 auto 10px;
	background-image: url(../img/fb_tw_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 336px;
	height: 30px;
	text-align: center;
	padding: 4px;
}
#topContainer .sp_wtbtn{
	display:none;
}


.opa img:hover{
	opacity:0.75;
	filter:alpha(opacity=75);
}

.nonclick {
	opacity:0.3;
	filter:alpha(opacity=30);
}

#topContainer .bt_comment{
	right:0;
	top:40px;
	position:absolute;
	z-index:20;
}






#intro {
	width: 1100px;
	height: 750px;
	margin: 20px auto 0;
	background-image: url(../img/intro.png);
}
#intro .tex { height:750px; width:450px; }

#story {
	width: 1100px;
	min-height: 950px;
	margin: 20px auto 0;
	border-radius: 15px;
	border: 3px solid #fff;
	position: relative;
}

#story .chapter {
	width: 940px;
	min-height: 150px;
	margin: 0 auto 40px; border-radius:12px;
	background-color:#FFF;
}


#message {
	width: 1100px;
	height: 520px;
	margin: 20px auto 0;
	border-radius: 15px;
	border: 3px solid #fff;
	background-image: url(../img/mes_texbg.jpg);
}
#message .tex { margin:0; padding:0; }
#message .comment {
	height: 295px;
	width: 810px;
}

#staff {
	width: 1100px;
	height: 960px;
	margin: 20px auto 0;
	border-radius: 15px;
	border: 3px solid #fff;
	background-image: url(../img/staff.jpg);
}
#staff img {
	border-radius: 15px;

}


#onair { width:1100px; height:750px; margin:20px auto 0; border-radius:15px; border:3px solid #fff; background-image:url(../img/onair_texbg.png); }

#calendar {
	width: 1100px;
	min-height: 715px;
	margin: 20px auto 0;
	border-radius: 15px;
	border: 3px solid #fff;
	background-image: url(../img/calendar_bg.jpg);
}

#calendar table {
	margin: 165px 0 0 40px;
	width: 1020px;
	height: 500px;
}

#calendar .w70 {
	width:70px;
	height: 100px;
}
#calendar .w40 {
	width:40px;
}


#character_top {
	width: 1100px;
	height: 750px;
	margin: 10px auto 0;
	border-radius: 15px;
	border: 3px solid #fff;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	z-index: 500;
}

#character_menu {
	width: 1100px;
	height: 50px;
	margin: 10px auto 0;
	text-align:center;
}



#character {
	width: 1100px;
	min-height: 750px;
	overflow: hidden;
	background-color: #FFF;
}

#character #all {
	width: 1100px;
	height: 750px;
left top no-repeat;
margin: 0;
	background-image: url(../img/chara_bg.jpg);
}
#character #mainc {
	width: 800px;
	height: 750px;
	background: url(../img/chara_all.png) center top no-repeat;
	margin: 0;
	position: relative;
}
#chasub {
	width: 300px;
	height: 750px;
	background: url(../img/chara_bg2.jpg) center top no-repeat;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:50;
}

#chasub ul, #chasub li { margin:0; padding:0; list-style:none; }

#character #nozomi { width:1100px; height:750px; background:url(../img/cha_nozomi_bg.jpg) center top no-repeat; margin:0; position:relative; overflow:hidden;}
#character #yukina { width:1100px; height:750px; background:url(../img/cha_yukina_bg.jpg) center top no-repeat; margin:0; position:relative; overflow:hidden; }
#character #ai { width:1100px; height:750px; background:url(../img/cha_ai_bg.jpg) center top no-repeat; margin:0; position:relative; overflow:hidden; }
#character #chiaya { width:1100px; height:750px; background:url(../img/cha_chiaya_bg.jpg) center top no-repeat; margin:0; position:relative; overflow:hidden; }
#character #utoku { width:1100px; height:750px; background:url(../img/cha_utoku_bg.jpg) center top no-repeat; margin:0; position:relative; overflow:hidden;}
#character #machagreen { width:1100px; height:750px; background:url(../img/cha_macha_bg.jpg) center top no-repeat; margin:0; position:relative;  }
#character #kuniko { width:1100px; height:750px; background:url(../img/cha_kuniko_bg.jpg) center top no-repeat; margin:0; position:relative; }
#character #yukari { width:1100px; height:750px; background:url(../img/cha_yukari_bg.jpg) center top no-repeat; margin:0; position:relative; }
#character #president { width:1100px; height:750px; background:url(../img/cha_president_bg.jpg) center top no-repeat; margin:0; position:relative; }
#character #momiyama { width:1100px; height:750px; background:url(../img/cha_momiyama_bg.jpg) center top no-repeat; margin:0; position:relative; }
#character #hinayo { width:1100px; height:750px; background:url(../img/cha_hinayo_bg.jpg) center top no-repeat; margin:0; position:relative; }
#character #yusyu { width:1100px; height:750px; background:url(../img/cha_yusyu_bg.jpg) center top no-repeat; margin:0; position:relative; }
#character #propella { width:1100px; height:750px; background:url(../img/cha_propella_bg.jpg) center top no-repeat; margin:0; position:relative; }


#character #aki { width:1100px; height:750px; background:url(../img/cha_aki_bg.jpg) center top no-repeat; margin:0; position:relative; }
#character #noriko { width:1100px; height:750px; background:url(../img/cha_noriko_bg.jpg) center top no-repeat; margin:0; position:relative; }
#character #aya { width:1100px; height:750px; background:url(../img/cha_aya_bg.jpg) center top no-repeat; margin:0; position:relative; }
#character #akutabi { width:1100px; height:750px; background:url(../img/cha_akutabi_bg.jpg) center top no-repeat; margin:0; position:relative; }
#character #ken { width:1100px; height:750px; background:url(../img/cha_ken_bg.jpg) center top no-repeat; margin:0; position:relative; }
#character #banko { width:1100px; height:750px; background:url(../img/cha_banko_bg.jpg) center top no-repeat; margin:0; position:relative; }



.subicon {
	width: 70px;
	height: 750px;
	right: 0px;
	position: absolute;
	z-index: 3;
}

.subicon2 {
	width: 150px;
	height: 750px;
	right: 0px;
	position: absolute;
	z-index: 5;
}




.nozomi { width:1100px; height:750px; background:url(../img/cha_nozomi_p.png) center top no-repeat; margin:0; }
.chiaya { width:1100px; height:750px; background:url(../img/cha_chiaya_p.png) center top no-repeat; margin:0; }
.yukina { width:1100px; height:750px; background:url(../img/cha_yukina_p.png) center top no-repeat; margin:0; }
.ai { width:1100px; height:750px; background:url(../img/cha_ai_p.png) center top no-repeat; margin:0; }
.utoku { width:1100px; height:750px; background:url(../img/cha_utoku_p.png) center top no-repeat; margin:0; }
.machagreen { width:1100px; height:750px; background:url(../img/cha_macha_p.png) center top no-repeat; margin:0; }
.kuniko { width:1100px; height:750px; background:url(../img/cha_kuniko_p.png) center top no-repeat; margin:0; }
.yukari { width:1100px; height:750px; background:url(../img/cha_yukari_p.png) center top no-repeat; margin:0; }
.president { width:1100px; height:750px; background:url(../img/cha_president_p.png) center top no-repeat; margin:0; }
.momiyama { width:1100px; height:750px; background:url(../img/cha_momiyama_p.png) center top no-repeat; margin:0; }
.hinayo { width:1100px; height:750px; background:url(../img/cha_hinayo_p.png) center top no-repeat; margin:0; }
.yusyu { width:1100px; height:750px; background:url(../img/cha_yusyu_p.png) center top no-repeat; margin:0; }
.propella { width:1100px; height:750px; background:url(../img/cha_propella_p.png) center top no-repeat; margin:0; }

.aki { width:1100px; height:750px; background:url(../img/cha_aki_p.png) center top no-repeat; margin:0; }
.noriko { width:1100px; height:750px; background:url(../img/cha_noriko_p.png) center top no-repeat; margin:0; }
.aya { width:1100px; height:750px; background:url(../img/cha_aya_p.png) center top no-repeat; margin:0; }
.akutabi { width:1100px; height:750px; background:url(../img/cha_akutabi_p.png) center top no-repeat; margin:0; }
.ken { width:1100px; height:750px; background:url(../img/cha_ken_p.png) center top no-repeat; margin:0; }
.banko { width:1100px; height:750px; background:url(../img/cha_banko_p.png) center top no-repeat; margin:0; }


#soundfukidashi { width:100px; height:36px; background-image:url(../img/sound_fukidashi.png); position:absolute; z-index:25; text-align:right;}
#voicedrama { width:150px; height:25px;  position:absolute; z-index:26;}


#submenu { position:absolute;
	right:15px;
	top: -2px;
	 z-index:50; margin:0; padding:0; height:20px; position:fixed;}
#submenu img {margin:0; padding:0;}

#upper { position:absolute;
	left:510px;
	top: 0;
	 z-index:40; margin:0; padding:0; height:26px; width:80px; }

#under { position:absolute;
	left:510px;
	bottom: 0;
	 z-index:45; margin:0; padding:0; height:26px;  width:80px; }

#totop { position:absolute;
	right:80px;
	bottom: 0;
	 z-index:46; margin:0; padding:0; height:26px;  width:80px; }

#sokanzu { position: absolute;
	left:0px;
	top: 100px;
	 z-index:105; margin:0; padding:0; height:124px;  width:40px; }


#opening {
	position:relative;
	width:1100px;
	height:800px;
	margin:0 auto;
}

#opening .op1, #opening .op2, #opening .op3, #opening .op4, #opening .op5, #opening .op6 { opacity:0; position:absolute;  }
#opening .op7 { opacity:0; position:absolute; background:url(../img/top_menu_bg.jpg)  center top no-repeat; top:0; right:0; }

.topme {
	background: url(../img/top_menu_bg.png) right top no-repeat;
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

.tabs {
	height: auto;
	padding: 0;
	margin: 0;
	min-height: 130px;
}
.tabs img {
	padding: 0;
	margin-right: 2px;
}

#snstab {
	position: absolute;
	top: 140px;
	right: 0px;
	width: 42px;
	height: 88px;
	z-index: 555;
}

#radiobn {
	position: absolute;
	top: 480px;
	left: 50%;
	width: 225px;
	height: 112px;
	margin-left:320px;
	z-index: 98;
}





/* menu
   -------------------------------------------------------------------------- */

#menu {
	width: 1100px;
	text-align: center;
	height: 60px;
	margin: -10px auto 0;
	padding: 0;
}

#menu ul {
     list-style: none;
	margin:0; padding:0;
	text-align:center;
}
#menu li {
    background-repeat: no-repeat;
    height: 60px;
	margin:0; padding:0;
	display: inline;
}
#menu li a {
    background-repeat: no-repeat;
    height: 60px;
	position: relative;
}
#menu li img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}

.m_top {
	width: 285px;
}
.m_intro {
	width: 125px;
}
.m_story {
	width: 65px;
}
.m_chara {
	width: 110px;
}
.m_trail {
	width: 75px;
}
.m_mess {
	width: 110px;
}
.m_onair {
	width: 71px;
}
.m_goods {
	width: 74px;
}
.m_calendar {
	width: 120px;
}
.m_news {
	width: 65px;
}




/* .footer
   -------------------------------------------------------------------------- */
div.footer {
	width:1100px;
    padding: 10px 0;
	margin: 0 auto;
	font-size:10px;
	min-height:35px;
}

ul.footerul
{
	display:table;
	width: 1100px;
/*	border: thin solid #0000ff; */
}

ul.footerul li
{
	display:table-cell;
	vertical-align:middle;
}

ul.sns
{
	padding-left: 0;
	list-style-type: none;
}

ul.sns li
{
	float: left;
}

div.copy
{
	float: right;
	width: 400px;
	text-align: right;
	min-height: 35px;
	
}

.banner  { text-align:center; padding:15px 0 0;}
.banner img { margin-right:5px;}






.introbg {
	background-image: url(../img/bg_intro.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	min-width: 1100px;
	width:100%;
}
.charabg {
	background-image: url(../img/bg_intro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-width: 1100px;
	width:100%;
}

.storybg {
	background-image: url(../img/bg_story.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-width: 1100px;
	width:100%;
}

.messbg {
	background-image: url(../img/bg_mess.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-width: 1100px;
	width: 100%;
	background-attachment: fixed;
}

.onairbg {
	background-image: url(../img/bg_onair.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-width: 1100px;
	width:100%;
}

.calendarbg {
	background-image: url(../img/bg_calendar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-width: 1100px;
	width:100%;
}


.minimenu {
	text-align: right;
	padding: 0 5px;
	height: 40px;
	position: fixed;
	right: 10px;
	top: 0px;
	z-index: 100;
}


.wlist {
	width: 180px;
	float: left;
	min-height: 200px;
	height: 600px;
	padding-left: 15px;
	color: #333;
	overflow: auto;
	padding-right: 10px;
	padding-top: 10px;
}




.wlistday { font-size:10px; padding-bottom: 2px; }
.wlisttitle {
	font-size: 10px;
	border-bottom: 1px dotted #999;
	width: auto;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 10px;
}


.eventbox {
	margin: 0 10px 20px 230px;
	width: auto;
	text-align: left;
	min-height: 550px;
	color: #333;
}
.evtitle {
	text-align: left;
	height: 40px;
	border-bottom: 3px solid #BF83F5;
	padding-top: 10px;
}

.eventtex { font-size:14px; padding-bottom:10px;}
.eventtex p { margin-bottom:0.7em;}
.eventtex strong { font-weight:bold; color:#639; }
.eventbox .imgs  { width:300px; height:auto; margin:0 0 10px 10px }
.eventbox .imgsy  { width:160px; height:auto; margin:0 0 10px 10px }
.eventmi { font-size:14px; padding-bottom:2px; font-weight:bold; margin:25px 0 10px; border-bottom:1px dotted #6666CC; }




.newsbox {
	margin: 0 10px 20px 230px;
	width: auto;
	text-align: left;
	min-height: 550px;
	color: #333;
}

.newsbox h4 {
	font-weight:bold;
	margin-bottom:0.7em;
}
   
   
.wtitle {
	text-align: left;
	height: 40px;
	border-bottom: 3px solid #2DB8E7;
}
.gtitle {
	text-align: left;
	height: 40px;
	border-bottom: 3px solid #B7BA25;
}

.newsday {
	font-size: 12px;
	margin: 25px 0 2px;
	padding-top: 20px;
}
.newstitle {
	font-size: 16px;
	border-bottom: 1px dotted #999;
	width: auto;
	font-weight: bold;
	margin-bottom: 10px;
}
.newstex { font-size:14px; padding-bottom:10px;}
.newstex p { margin-bottom:0.7em;}
.newstex strong { font-weight:bold; }
.newsimg { margin-left:10px; margin-bottom:10px;}

.goodstitle {
	font-size: 16px;
	border-bottom: 1px dotted #333;
	width: auto;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
	color: #030;
	padding-top: 40px;
}

.goodslist {
	font-size: 12px;
	border-bottom: 1px dotted #999;
	width: auto;
	padding: 6px 0 6px 15px;
}
.selectm {
	color: #F30;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../img/wlist_bg_sankaku.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.btdot {  border-top:1px dotted #999; }

.sign_yukina { width:423px; height:480px; margin:0 auto; background-image:url(../img/sign_yukina.jpg); background-repeat:no-repeat;}
.sign_ai { width:423px; height:480px; margin:0 auto; background-image:url(../img/sign_ai.jpg); background-repeat:no-repeat;}
.sign_chiaya { width:423px; height:480px; margin:0 auto; background-image:url(../img/sign_chiaya.jpg); background-repeat:no-repeat;}
.sign_nozomi { width:423px; height:480px; margin:0 auto; background-image:url(../img/sign_nozomi.jpg); background-repeat:no-repeat;}
.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}

.mt10 { margin-top:10px;}
.ml10 { margin-left:10px;}



.cdinf  { border-top:1px dotted #CCCCCC; margin-bottom:5px;}
.cdinf td { padding:5px 6px; border-bottom:1px dotted #CCCCCC;}
.dvdtokuten { padding:4px 0 2px; border-bottom:1px dotted #999; margin:10px 0 0 10px; font-weight:bold;}
.dvdtokuten2 { padding:8px 0 3px; border-top:1px dotted #999; margin:15px 0 0 10px; font-weight:bold;}
.dvdinf  { margin-bottom:20px; margin-left:10px; }
.dvdinf td { padding:5px 6px;}
.dvdinf tr+tr td { border-top:1px dotted #CCC;}

.cdtokuten { padding:8px 0 0; border-top:1px dotted #999; margin:15px 0 0 10px; font-weight:bold;}

#rp { color:#666; }

#rp h5 { color:#666; }
#rp ul { list-style-type:none; margin:5px 5px 10px; padding:0; }

#rp ul li { font-size: 12px; margin:1px; padding:2px; line-height:1.2em; vertical-align:middle;}

#rp_leftside {
	width: 190px;
	float: left;
	min-height: 100%;
	height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	margin-top:0;
}
.rp_logo { width:190px; height:200px; margin-bottom:15px; padding-top:10px; }
#rp_rightside { padding-left:5px; }
#rp_rightside .rptex {
	border-left: 1px solid #a8d7f8;
	border-bottom: 1px solid #a8d7f8;
	border-top: 1px solid #a8d7f8;
	background-color: #FFF;
	padding: 20px;
	min-height: 500px;
	font-size: 14px;
}
#rp_rightside .rptex p {
	line-height:1.8em;
}
#rp_rightside .rptex p img {
	margin-bottom:10px;
}
#rp_rightside .rptex h1 { color:#666; font-size:26px; border-bottom:1px dotted #CCC; margin-bottom:10px; font-weight:normal; }
#rp_rightside .rptex h2 { color:#666; font-size:18px; }

#rp_rightside .copyr { padding:20px 5px; text-align:right; font-size:10px; }
.rp_menubg { background-color:#f6f6f6; }
.rp_mlist { height:100%;}
.rp_title { text-align:right; height:90px;}
#rp_leftside iframe { height:100%;}


@media screen and (max-width: 640px) { /* Specific to this particular image */
.wlist {
	width: 150px;
	display:none;
	float:none;
}
.newsbox {
	margin: 0 10px 20px 10px;
}

.newsday { font-size:16px;}
.newstitle {
	font-size: 18px;
}
.newstex { font-size:18px;}
.eventbox { margin: 0 10px 20px 10px;}
.eventbox .imgs  { width:240px; height:auto; margin:0 0 10px 10px }
.eventbox .imgsy  { width:160px; height:auto; margin:0 0 10px 10px }
.eventtex { font-size:16px; }
.eventmi { font-size:16px; }
#rp_rightside .rptex { font-size: 18px; }
}


/* =======================================
	loop
======================================= */

.st_title { height:40px; text-align:left; padding: 10px 0 0 10px; }
.st_story { min-height: 250px; text-align:left; }
.bt_sokan { text-align:center; padding:10px;}

#loopslider {
	margin: 0;
	width: 960px;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider dl {
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider dl dd {
	width: 356px;
	height: 200px;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}
/* =======================================
	ClearFixElements
======================================= */
#loopslider dl:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loopslider dl {
	display: inline-block;
	overflow: hidden;
}



div.tabbox {
	margin: 0 auto;
	padding: 5px;
	width: 853px;
	text-align: center;
	height: auto;
	min-height: 617px;
}

.goodsimgr {
	float:right;
	width:50%;
	max-width:320px;
	margin:0 0 15px 15px;
}
