@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
---------------------------------------------------------------------------- */
article, aside, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
}

a							{ color: #333333; text-decoration: underline; }
a:hover	{ color: #b22222; text-decoration: none; }

section.entry_side {
	display: none;
}

/* # body
---------------------------------------------------------------------------- */
body {
	background-color: #fff;
	color: #666;
	font:13px/1.231 Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 12px;
	overflow-x: hidden;
}

body {
	margin: 0 auto;
	background-color: #e9e4c3;
	border: none;
}

body.gr {
	background: #fff url(../../images/samplebg00.jpg) repeat;
}
.disnone {
	display: none;
}


/* # layout
---------------------------------------------------------------------------- */


/* # header
---------------------------------------------------------------------------- */
header {
	background-color: #d80c18;
	display: block;
	padding: 1em 0;
	margin: ;
}

header .description {
	display: none;
}

header h1,
footer section.bottom p.logo {
	width: 156px;
	height: 42px;
	margin: 0 auto;
}

header h1 a,
footer section.bottom p.logo a {
	display: block;
	width: 156px;
	height: 42px;
	background: url(../../images/logo_sp.png)  0 0 no-repeat;
	text-indent: -9999px;
}

/* # 検索窓
----------------------- */

header .wrap .search{
	display: none;
}


/* # nav
---------------------------------------------------------------------------- */
nav#globalNav {
	display: none;
}


/* # topicPath
---------------------------------------------------------------------------- */
#topicPath {
	padding: 4px 0;
	margin: 0 0;
	width: 100%;
	background-color: #fff;
}

#topicPath ul {
	margin-left:10px;
}

#topicPath li {
	float: left;
	padding-right:5px;
	color:#1b1b1b;
	}

#topicPath li a{
text-decoration:underline;
color:#d00110;

	}

#topicPath li a:hover{
text-decoration:none;
	}

#topicPath li.crumb_current {
padding-right:0;
}

#topicPath li.crumb_current:before{
  content: ">";
margin-right:5px;
	}

#topicPath li.arrow:before{
  content: ">";
margin-right:5px;
	}




/* # content
---------------------------------------------------------------------------- */

.flex-direction-nav {
	padding-bottom: 10px !important;
}

#content {
	width: 100%;
}

#content article {
	margin-bottom: 10px;
}

body.top #content article {
	margin-bottom: 0;
}

#content section.mainSec01,
#content section.mainSec02,
#content section.mainSec03,
#content section.mainSec04 {
	background-color: #fff;
}

#content section.mainSec01 {
	margin-bottom: 10px;
	padding: 0 !important;
}

#content section.mainSec01 img {
	width: 100%;
	height: auto;
}


/* content: aside */

aside {
/*
	display: none;
*/
}

aside section.side_menu {
	display: none;
}

aside section.side_bnr01 {
	display: none;
}

aside section.sNavi {
	display: none;
}

aside section.schedule {
	display: none;
}

aside section.banner {
	display: none;
}




.sp_cont {

}

.sp_cont li {

}

.sp_cont li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.sp_cont.bnr {
	padding: 20px;
	background-color: #f8f7ed;
}

.sp_cont.bnr li {

}




/* # footer
---------------------------------------------------------------------------- */
.btn_top {
	display: none;
}

footer {
	background-color: #d80c18;
}
footer section {
	margin: 0;
	padding: 0;
}

footer .pageLink,
footer .outsideLink {

}

footer .pageLink a,
footer .outsideLink a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ad0510;
	color: #fff;
	font-size: 116%;
	text-decoration: none;
}

footer .pageLink span,
footer .outsideLink span {
	display: none;
}

footer br {
	display: none;
}

footer .bottom {
	padding: 2em 0;
	color: #fff;
}

footer .bottom p.logo {
	margin-bottom: 2em !important;
}

footer .bottom p.copyright {
	padding: 0 10px;
}

footer .bottom p.copyright span {
	display: block;
	text-align: center;
}

footer .bottom p.copyright span.company {
	margin-bottom: 1em;
}

/* # common classes
---------------------------------------------------------------------------- */
#main article section p {
	color: #666;
}

/* # clearfix
---------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* # common classes
---------------------------------------------------------------------------- */


#mqJudge {
	display: none;
}

.fnt10 { font-size:  84%; }
.fnt11 { font-size:  92%; }
.fnt12 { font-size: 100%; }
.fnt13 { font-size: 109%; }
.fnt14 { font-size: 117%; }
.fnt15 { font-size: 125%; }
.fnt16 { font-size: 134%; }
.fnt17 { font-size: 142%; }
.fnt18 { font-size: 150%; }
.fnt19 { font-size: 159%; }
.fnt20 { font-size: 167%; }

.bold {
	font-weight: bold;
}

#tabCont { display: none; }


/* @media
----------------------------------------------------------------- */

@media only screen and
	(-webkit-min-device-pixel-ratio: 1.5) {

header h1,
footer section.bottom p.logo {
	width: 117px;
	height: 31px;
	margin: 0 auto;
}

header h1 a,
footer section.bottom p.logo a {
		-webkit-background-size: 117px 31px;
}


}


@media only screen and
	(-webkit-min-device-pixel-ratio: 2) {

header h1,
footer section.bottom p.logo {
	width: 117px;
	height: 31px;
	margin: 0 auto;
}

header h1 a,
footer section.bottom p.logo a {
		-webkit-background-size: 117px 31px;
}


}
