@charset "shift_jis";

/*


name: layout.css
memo:


*/
/* -----------------------------------------------------------

commmon

----------------------------------------------------------- */
body {
	color: #333;
	font-size: 87%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: normal;
}
a:link {color:#ee7c94;}
a:hover {color:#f34f72;}
a:visited {color:#f34f72;}
a:active {color:#ee7c94;}
img {
	margin: 0;
	padding: 0;
	line-height: 1;
	vertical-align: top;
}
ul,li,ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
	font-size: 90%;
	line-height: 1.4;
}


/* -----------------------------------------------------------

general

----------------------------------------------------------- */

/* #wrapper
----------------------------------------------------------- */
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

/* #header
----------------------------------------------------------- */
#header {
	width: 100%;
	height: 93px;
	background: #fff;
}
#header .inner {
	width: 900px;
	height: 93px;
	margin-left: auto;
	margin-right: auto;
}
#header .inner #logo {float:left;}
#header .inner #gNav {
	width: 550px;
	height: 50px;
	margin-top: 22px;
	float: right;
}
#header .inner #gNav li {float: left;}

/* #mainColumn
----------------------------------------------------------- */
#mainColumn {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	_zoom: 1;
}
/* #leftColumn */
#mainColumn #leftColumn {
	width: 200px;
	float: left;
}

/* rightColumn */
#mainColumn #rightColumn {
	width: 690px;
	float: right;
}
#mainColumn #rightColumn .mainColumn_inner {
	margin: 0 0 10px;
	padding: 5px;
	background: #fff;
	border-top: none;
	overflow: hidden;
	_zoom: 1;
}

/* #pan */
#pan {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0;
	background: #f2f2f2;
}
#pan ul {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	_zoom: 1;
}
#pan ul li {
	line-height: 1.6;
	float: left;
}
#pan ul li a {
	margin-right: 10px;
	padding-right: 25px; 
	background: url(../images/pan.gif) right no-repeat;
}

/* #mv */
#mv {
	width: 895px;
	height: 290px;
	margin: 20px auto 10px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/mvBg.png) 0 0;
	position: relative;
}
#mv #slider {
	width: 875px;
	height: 253px;
	position: absolute;
	top: 10px;
	left: 10px;
}


/* #footer
----------------------------------------------------------- */
#footer {
	width: 100%;
	margin-top: 50px;
	clear: both;
}
#footer #backTop {
	width: 900px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
#footer #backTop a {float: right;}
/* #footerlogo */
#footer #footerLogo {
	width: 100%;
	padding: 10px 0;
	background: #fff;
}
#footer #footerLogo .inner ul {
	padding: 0 10px;
	overflow: hidden;
	_zoom: 1;
}
#footer #footerLogo .inner ul li {float: left;}

/* #footerSponcer */
#footer #footerSponcer {
	width: 100%;
	padding: 20px 0;
	background: #fff;
}
#footer #footerSponcer .inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#footer #footerSponcer.inner li {float:left;}

/* #footerLink */
#footer #footerLink {
	width: 100%;
	padding: 20px 0;
	background: #fff;
	text-align: center;
	clear:both;
}
#footer #footerLink .inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#footer #footerLink .inner ul {
	height: 58px;
	float: left;
	overflow: hidden;
	_zoom: 1;
}
#footer #footerLink .inner ul li {float: left;}
#footer #footerLink #pinkribbon a {
	width: 180px;
	height: 58px;
	border: none;
	text-decoration: none;
	float: right;
}
#footer #copyright {
	width: 100%;
	height: 71px;
	background: #e6e6e6;
}
#footer #copyright .inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	text-align: center;
}
#footer #copyright .inner small {
	font-size: 80%;
	color: #333;
}



/* -----------------------------------------------------------

#leftColumn

----------------------------------------------------------- */
/* #sideSponsor */
#sideSponsor {
	margin: 5px 0 10px 0;
	background: url(../images/bg_column.png) 0 0;
}
#sideSponsor .inner{padding: 10px;}

/* #side_exhibitor */
#side_exhibitor {
	width: 200px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	background: url(../images/side_exhibitorFooter.gif) bottom no-repeat;
}
#side_exhibitor .inner{
	padding: 15px;
	background: url(../images/side_exhibitorBody.gif) 0 0 repeat-y;
}
#side_exhibitor ul {font-size: 85%;}
#side_exhibitor ul li {
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #666;
	line-height: 1.4;
}

/* #sideNav */
#sideNav {
	width: 180px;
	_width: 200px;
	margin-bottom: 10px;
	padding: 10px;
	background: url(../images/bg_column.png) 0 0;
}

/* #sideBanner */
#sideBanner li {margin-bottom: 10px;}

/* #eventBanner */
#eventBanner {
	width: 200px;
	padding: 0 0 15px 0;
	background: url(../images/sideEventBanner_foot.gif) 0 bottom no-repeat;
}
#eventBanner ul {
	padding: 10px 9px;
	background: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#eventBanner ul li {}

/* #SponsorBanner */
#SponsorBanner {
	width: 200px;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	background: url(../images/sideEventBanner_foot.gif) 0 bottom no-repeat;
}
#SponsorBanner ul {
	padding: 10px 9px;
	background: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#SponsorBanner ul li {
	border:#333 1px medium;
}
/*
#SponsorBanner ul li img {
	padding:10px 10px 10px 18px;
	border:#333 1px;
}
*/

/* #sideAbout */
#sideAbout {margin-bottom: 10px;}
#sideAbout .logo {
	padding-top: 10px;
	background: #fff;
}
#sideAbout dl {
	padding: 10px;
	background: #fff;
	font-size: 90%;
	line-height: 1.3;
}
#sideAbout dl dt {
	margin: 5px 0 1px 0;
	padding-top: 5px;
	color: #663399;
	border-top: 1px dotted #ccc;
}
#sideAbout dl dd {}	

/* #sidePickup */
#sidePickup {margin-bottom: 10px;}
#sidePickup .inner {
	padding: 10px;
	background: #fff;
}
#sidePickup .inner {
	margin-bottom: 5px;
	font-size: 85%;
	line-height: 1.4;
}
#sidePickup .inner p {padding: 10px 0;}



/* #sideReport */
#sideReport {margin-bottom: 10px;}



/* -----------------------------------------------------------

#rightColumn

----------------------------------------------------------- */
/* #indexAbout
----------------------------------------------------------- */
#indexAbout {padding: 0 5px;}
#indexAbout h2 {margin-left: 0px;}
#indexAbout span {font-size: 80%;}
#indexAbout dl {
	font-size: 90%;
	line-height: 1.4;
}
#indexAbout dl dt {
	width: 60px;
	margin-bottom: 10px;
	color: #639;
	float: left;
	clear: both;
}
#indexAbout dl dd {
	width: 235px;
	margin-bottom: 10px;
	float: left;
}	
/* #indexAbout_left */
#indexAbout #indexAbout_left {
	width: 295px;
	_width: 305px;
	padding: 10px 10px 10px 10px;
	float: left;
}
#indexAbout #indexAbout_left .logo {
	margin: 0 auto 10px;
	text-align: center;
}
/* #indexAbout_right */
#indexAbout #indexAbout_right {
	width: 320px;
	_width: 335px;
	padding: 10px 10px 10px 15px;
	float: right;
	border-left: 1px solid #ccc;
}
#indexAbout #indexAbout_right dl dd {
	width: 260px;
	margin-bottom: 10px;
	float: left;
}


/* #indexPickup
----------------------------------------------------------- */
#indexPickup {padding: 0 5px;}
#indexPickup h2 {margin-left: 0px;}
#indexPickup .pickupBox {
	width: 210px;
	float: left;
}
#indexPickup .pickupBox p {
	padding: 10px 3px;
	font-size: 83%;
	line-height: 1.5;
}
#indexPickup .pickupCenter {
	margin: 0 9px;
	padding: 0 9px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* #contents
----------------------------------------------------------- */
#contents {
	overflow: hidden;
	_zoom: 1;
}
#contents li {float: left;}

/* #newsTicker */
#newsTicker {
	margin-bottom: 10px;
	padding: 10px;
	background: url(../images/bg_column.png) 0 0;
	overflow: hidden;
	_zoom: 1;
}
#newsTicker img {float: left;}
#newsTicker li {font-size: 12px;}
#newsTicker li span {
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #be0000;
	display: block;
}

/* #news */
#news #newsList {padding-top: 30px;}
#news #newsList li {
	width: 690px;
	line-height: 1;
	font-size: 12px;
	margin-bottom: 15px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.6em;
}
#news  #newsList li span {
	margin-right: 5px;
	padding: 3px;
	font-size: 10px;
	color: #fff;
	background: #333;
	border-radius: 3px;
}

/* indexNews */
#indexNews {
	width: 900px;
	margin: 0 auto 15px;
	padding: 10px 0;
	text-align: center;
	background: #FC0;
	font-size: 90%;
}



/* #article
----------------------------------------------------------- */
#article {
	margin-bottom: 10px;
	padding-bottom: 40px;
	background: url(../images/articleFooter.png) bottom no-repeat;
}
#article #articleBody {
	padding: 20px 30px 0;
	background: url(../images/articleBody.png) 0 0 repeat-y;
}
#article #articleBody p.lead {
	padding-bottom: 20px;
	line-height: 1.6;
	font-size: 100%;
}
#article #articleBody p.lead span {
	font-size: 85%;
	font-weight: bold;
}


/* subPage
----------------------------------------------------------- */
/* *******************************************
 stage
******************************************** */
.pageStage{}
.pageStage table {
	width: 630px;
	margin-top: 10px;
	border-collapse: collapse;
	border-spacing: 0;
}
.pageStage table tr {border-bottom: 2px solid #fff;}
.pageStage table td {
	padding: 10px;
	background: #C7E0F5;
}
.pageStage table td.cTime {
	width: 80px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	background:#68A2D7;
	color: #fff;
	vertical-align: middle;
	line-height:1.5em;
}
.pageStage table td.cCast {vertical-align: middle;}
.pageStage table td.cCast span {
	width: 333px;
	height: 200px;
	display: block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	_zoom: 1;
}
.pageStage table td.cCast span img {
	margin-right: 1px;
	float: left;
}
.pageStage table td h3 {
	margin-bottom: 15px;
	font-weight: bold;
}
.pageStage table td h4 {
	margin-bottom: 15px;
	line-height: 1.4;
	color: #1e2188;
	font-size:110%;
	font-weight:bold;
}
.pageStage table td p {
	padding-bottom: 10px;
	font-size: 90%;
	line-height: 1.4;
}
.pageStage table .op_ed {
	background:#fffcd1;
	padding:15px 20px;
	margin-bottom:0px;
}

/* *******************************************
 classroom
******************************************** */
.pageClassroom {}
.pageClassroom #tab {
	width: 630px;
	height: 50px;
}
.pageClassroom #tab img {float: left;}
.pageClassroom .className {
	padding-top: 10px;
	font-size: 130%;
	font-weight: bold;
	margin-bottom:10px;
}
.pageClassroom #classroomA,
.pageClassroom #classroomB {
	margin-top: 20px;
	padding: 10px;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pageClassroom table {
	width: 610px;
	margin-top: 10px;
	border-collapse: collapse;
	border-spacing: 0;
}
.pageClassroom table tr {border-bottom: 2px solid #fff;}
.pageClassroom table td {
	padding: 10px;
	background: #fff9e8;
}
.pageClassroom table td.cTime {
	width: 80px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	background: #ed7b92;
	color: #fff;
	vertical-align: middle;
	line-height:1.5em;
}
.pageClassroom table td.jna{background: #639 !important;}
.pageClassroom table td.cCast {
	width: 230px;
	vertical-align: middle;
	text-align: center;
}
.pageClassroom table td.cCast img {margin-right: 1px;}
.pageClassroom table td h3 {
	margin: 10px 0 15px;
	font-weight: bold;
}
.pageClassroom table td h4 {
	margin-bottom: 15px;
	color: #ed7b92;
}
.pageClassroom table td p {
	padding-bottom: 10px;
	font-size: 90%;
	line-height: 1.4;
}


/* *******************************************
 tradeshow 
******************************************** */
.pageTradeshow {}
.pageTradeshow #exhibitorList{
	overflow: hidden;
	_zoom: 1;
}

.pageTradeshow #exhibitorList .exhibitorLogo {
	width: 196px;
	_width: 206px;
	margin: 0 6px 5px 0;
	border: 5px solid #FCC;
	float:left;
}
.pageTradeshow #exhibitorList .exhibitorLogo2 {
	width: 196px;
	_width: 206px;
	margin: 0 6px 5px 0;
	border: 5px solid #9CF;
	float:left;
}
.pageTradeshow #exhibitorList .exhibitorLogo3 {
	width: 196px;
	_width: 206px;
	margin: 0 6px 5px 0;
	border: 5px solid #FFC;
	float:left;
}
.pageTradeshow #exhibitorList .exhibitorLogo4 {
	width: 196px;
	_width: 206px;
	margin: 0 6px 5px 0;
	border: 5px solid #CCC;
	float:left;
}
.pageTradeshow #exhibitorList .exhibitorLogo .number {
	padding: 5px;
	font-weight: bold;
	background: #FCC;
	color: #000;
}

.pageTradeshow #exhibitorList .exhibitorLogo2 .number2 {
	padding: 5px;
	font-weight: bold;
	background: #9CF;
	color: #000;
}
.pageTradeshow #exhibitorList .exhibitorLogo3 .number3 {
	padding: 5px;
	font-weight: bold;
	background: #FFC;
	color: #000;
}
.pageTradeshow #exhibitorList .exhibitorLogo4 .number4 {
	padding: 5px;
	font-weight: bold;
	background: #CCC;
	color: #000;
}
.pageTradeshow #exhibitorList .last {margin: 0 0 5px 0;}




/* report.php */
.pageReport .report_lead {width:630px;}
.pageReport .report_lead h3 {
	margin-bottom: 15px;
	font-weight: bold;
}
.pageReport .report_lead p{
	margin-bottom:30px;
	line-height: 1.4;
}
.pageReport .report_box {
	width:630px;
	border-bottom:dotted 1px #b1da4d;
	margin-bottom:25px;
	padding-bottom: 24px;
}
.pageReport .report_box h2 {
	margin-bottom: 10px;
	padding: 20px 10px;
	background: #333;
	color: #fff;
	font-size: 120%;
}
.pageReport .report_box h3 {
	padding: 10px 5px 0;
	line-height: 1.4;
	font-weight: bold;
}
.pageReport .report_box p {padding: 10px 5px;}
.pageReport .report_box ul.photo_box {
	width:620px;
	_width:630px;
	padding: 0 5px;
	margin-bottom:1px;
	overflow: hidden;
	_zoom: 1;
}
.pageReport .report_box ul.photo_box li{
	width:155px;
	height:103px;
	float:left;
	margin:0;
}
.pageReport .report_box ul.photo_box li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.pageReport .clear{
	display: none;
	/*
	clear:both;
	_zoom:1;
	height:0;
	*/
}

/* end report 130619add*/
	



.exhibitorBox {
	width: 650px;
	display:none;
	padding: 10px;
	background: url(../images/tradeshow/tradeshowList_bg.gif) no-repeat left bottom #fff;
}
.exhibitorBox .number {
	padding: 5px;
	font-weight: bold;
	background: #FCC;
	color: #000;
}
.exhibitorBox .number2 {
	padding: 5px;
	font-weight: bold;
	background: #9CF;
	color: #000;
}
.exhibitorBox .number3 {
	padding: 5px;
	font-weight: bold;
	background: #FFC;
	color: #000;
}
.exhibitorBox .number4 {
	padding: 5px;
	font-weight: bold;
	background: #CCC;
	color: #000;
}
.exhibitorBox h2 {
	font-size: 105%;
	font-weight: bold;
	padding: 10px 10px 5px;
}
.exhibitorBox p {
	padding: 10px;
	font-size: 85%;
}
.exhibitorBox p.comment {background: #FCC;}
.exhibitorBox .pickupItem {
	padding-top: 15px;
	overflow: hidden;
	_zoom:1;
}
.exhibitorBox p.comment2 {background: #9CF;}
.exhibitorBox p.comment3 {background: #FFC;}
.exhibitorBox p.comment4 {background: #CCC;}

.exhibitorBox .pickupItem h6 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 85&;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;

}
.exhibitorBox .pickupItem img {
	float: left;
	margin-right: 15px;
}
.exhibitorBox .pickupItem .pickupItem_info {}
.exhibitorBox .pickupItem .pickupItem_info p {
	margin-bottom: 15px;
	padding: 0;
	line-height: 1.4;
}
.exhibitorBox .pickupItem .pickupItem_info h5 {
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 100%;
	color: #2599d8;
}

/* *******************************************
 pickup
******************************************** */
.pagePickup {}
.pagePickup #freeTrial ul {
	overflow: hidden;
	_zoom: 1;
}
.pagePickup #freeTrial li {
	width: 294px;
	_width: 315px;
	margin: 0 1px 1px 0;
	padding: 10px;
	font-size: 80%;
	background: #ffeaf0;
	float: left;
}

.pagePickup #presentFor {
	padding: 5px 5px 5px 4px;
	background:white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pagePickup #presentFor h3 {
	padding: 10px 0;
	text-align: center;
	font-size: 105%;
}
.pagePickup #presentFor h3 span {font-size: 85%;}
.pagePickup #presentFor ul {
	width: 620px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	_zoom: 1;
}
.pagePickup #presentFor li {
	width: 154px;
	height: 150px;
	font-size: 80%;
	line-height: 1.6;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	-moz-background-size: contain !important;
	-ms-background-size: contain !important;
	background-size: contain !important;
	float: left;
}

.pagePickup #presentFor li a {
	margin: 0;
	padding: 5px;
	width: 144px;
	_width: 154px;
	height: 140px;
	_height: 150px;
	text-decoration: none;
	border: none;
	display: block;
	position: relative;
}

.pagePickup #presentFor li a:hover {
	width: 134px;
	height: 130px;
	border: 5px solid #eee;
}

.pagePickup #presentFor li a p {
	padding: 3px;
	background: #fff;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.pagePickup #presentFor li a:hover p {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.pagePickup #presentFor li.goods_01 {background: url(../images/lottery/utsumi.jpg) 0 0 #fff;}
.pagePickup #presentFor li.goods_02 {background: url(../images/lottery/airtech.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_03 {background: url(../images/lottery/nes.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_04 {background: url(../images/lottery/eriko.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_05 {background: url(../images/lottery/koko.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_06 {background: url(../images/lottery/juke.jpg) 0 0 #fff;}
.pagePickup #presentFor li.goods_07 {background: url(../images/lottery/sinwa.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_08 {background: url(../images/lottery/takara.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_09 {background: url(../images/lottery/takigawa.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_10 {background: url(../images/lottery/tat.gif) 0 0 #fff;}
<!--.pagePickup #presentFor li.goods_11 {background: url(../images/lottery/cs.gif) 0 0 #fff;}-->
.pagePickup #presentFor li.goods_12 {background: url(../images/lottery/nissin_k.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_13 {background: url(../images/lottery/nu.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_14 {background: url(../images/lottery/ns.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_15 {background: url(../images/lottery/nailpartner.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_16 {background: url(../images/lottery/naillab_r.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_17 {background: url(../images/lottery/bisou.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_18 {background: url(../images/lottery/prian.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_19 {background: url(../images/lottery/marz.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_20 {background: url(../images/lottery/marina.gif) 0 0 #fff;}
.pagePickup #presentFor li.goods_21 {background: url(../images/lottery/wbw.gif) 0 0 #fff;}


.pagePickup #presentFor li p {font-weight:bold;}



/* *******************************************
 cast
******************************************** */
.pageCast #castMsg {
	width: 630px;
	background: #ffffff;
}
.pageCast #castMsg ul {
	width: 568px;
	height: 700px;
	margin: 0 auto;
}
.pageCast #castMsg ul li {float:left;}

/* Column */
.pageColumn {}
.pageColumn ul#columnList {
	overflow: hidden;
	_zoom: 1;
}
.pageColumn ul#columnList li {margin-bottom: 15px;}
/* -- top */

/* -- page */
.pageColumn #articleBody h3 {margin-bottom: 50px;}
.pageColumn #nailistColumn_body {
	margin-bottom: 10px;
	overflow: hidden;
	_zoom: 1;
}
.pageColumn #nailistColumn_body p.question {
	color: #f092a5;
	padding: 10px;
	border-bottom: dotted #f092a5 1px;
}
.pageColumn #nailistColumn_body p.question span {
	font-weight: bold;
	padding: 0 10px 0 0;
}
.pageColumn #nailistColumn_body p.answer {
	padding: 10px;
	margin-bottom: 15px;
	line-height: 1.6;
}
.pageColumn #nailistColumn_body p.cl {clear: both;}
.pageColumn #nailistColumn_body img.left {
	margin: 0 30px 30px 0;
	float: left;
	display: block;
}
.pageColumn #nailistColumn_body img.right {
	margin: 0 0 30px 30px;
	float: right;
	display: block;
}

/* #nailistProfile */
.pageColumn #nailistProfile {
	padding: 15px;
	border: 1px solid #eee;
}
.pageColumn #nailistProfile h4 {
	margin-bottom: 10px;
	font-size: 105%;
}
.pageColumn #nailistProfile .section {
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 1px dotted #666;
}
.pageColumn #nailistProfile .section span {font-weight: bold;}


/* *******************************************
 news
******************************************** */
.pageNews {}
.pageNews #newsPagehead {
	position: relative;
	width: 690px;
	height: 90px;
	background: url(../images/pagehead_null.png) 0 0 no-repeat;
}
.pageNews #newsPagehead h1 {
	position: absolute;
	top: 50px;
	left: 30px;
	font-size: 120%;
	color: #ee849a;
}
.pageNews #newsPagehead p {
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 85%;
	color: #999;
}


/* -----------------------------------------------------------

jQuery ticker

----------------------------------------------------------- */
div.ticker {
	width: 180px;
	height: 80px;
	position: relative;
	overflow: hidden;
	background: #fff;
	float: left;
}
div.ticker ul {
	width: 180px;
	height: 80px;
	padding: 10px 0 0 0;
	/*height: 1.6em;*/
}
div.ticker ul li {
	width: 160px;
	height: 0;
	float: left;
	display: inline;
	clear: both;
	text-align: left;
	list-style-type: none;
	position: relative;
	line-height: 1.2;
	/*
	line-height: 1.6em;
	margin-bottom: -1.6em;
	*/
}


div#longitudinally ul li,
div#fade ul li {
	left: 10px;
}



/* -----------------------------------------------------------

useful

----------------------------------------------------------- */
.ptb15 {padding: 15px 0;}

.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}


.rotate{
	display:block;
	transform:rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);}
