@charset "utf-8";

/* ****************************************************
Title: base.css
Created: 2010-10-15
Last Modified: 2010-10-16
Editor(s): Kenta Uota - liberal design
Last Editor: Kenta Uota - liberal design
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# body
# layout
# header
# nav
# topicPath
# keyvisual
# content
# sidebar
# footer
# clearfix
# common classes

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


/* # General Elements
---------------------------------------------------------------------------- */



/* # body
---------------------------------------------------------------------------- */


/* # layout
---------------------------------------------------------------------------- */
#spNav {
	display: none;
}

/* # header
---------------------------------------------------------------------------- */



/* # nav
---------------------------------------------------------------------------- */


/* # topicPath
---------------------------------------------------------------------------- */


/* # content
---------------------------------------------------------------------------- */
.flexslider {
	margin-bottom: 10px !important;
}

#content {
	padding-top: 30px;
}
section.slider {
	width: 950px;
	margin: 0 auto;
	overfloaw: hidden;
}

section.slider .flexslider {
	background-color: #fff;
	padding: 10px;
	width: 930px !important;
}

.flex-control-nav {
	width: 930px !important;
	background-color: #fff;
	padding: 15px 0 !important;
}


/* aside */

aside {
	width: 230px;
}

section.hirubeerbu {
	width: 230px;
	margin-bottom: 10px;
}

section.fblikebox {
	margin-bottom: 10px;
	width: 230px;
}

section.news {
	margin-bottom: 10px;
}

section.news h2 {
	background: url(../../images/ttl_news.png) 0 0 no-repeat;
	width: 230px;
	height: 60px;
	text-indent: -9999px;
}

section.news ul {
	background-color: #fff;
	width: 230px;
	font-size: 93%;
}

section.news ul li {
	padding: 15px 10px;
	border-top: 1px solid #ccc;
}

section.news ul li.first {
	border-top: none;
}

section.news ul li span {
	display: block;
	font-weight: bold;
	color: #d80c18;
}

section.news p.more {

}

section.news p.more a {
	display: block;
	width: 230px;
	padding: 15px 0;
	text-align: center;
	color: #a6937c;
	background-color: #f8f7ed;
	text-decoration: none;
}

section.news p.more a:hover {
	color: #a6937c;
	background-color: #f2f0e0;
}
section.bnrRecruit {
	width: 230px;
	margin-bottom: 10px;
}

/* artice */
article {
	
}

article section {
	
}

article section ul {
	
}

article section ul li {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

article section ul li.pnl01,
article section ul li.pnl04,
article section ul li.pnl07,
article section ul li.pnl08,
article section ul li.pnl10 {
	margin-left: 0;
}

article section ul li a {
	display: block;
	background-color: #fff;
}

article section ul li a:hover img {
	opacity: 0.8;
}



/* # footer
---------------------------------------------------------------------------- */




/* # clearfix
---------------------------------------------------------------------------- */
.cFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.cFix {
	display: inline-table;
	min-height: 1%;
}
 
/* Hides from IE-mac */
* html .cFix {
	height: 1%;
}
.cFix {
	display: block;
}
/* End hide from IE-mac */


/* # common classes
---------------------------------------------------------------------------- */
#mqJudge {
	display: none;
}
.rhino-toggle, .rhino-btn, .disabled, .rhino-play {
	display: none !important;
}

#adv {
	height: 0;
	font-size: 0;
	display: none;
}

#adv img {
	height: 0;
	font-size: 0;
	display: none;
}



