@charset "utf-8";

/********************************************************

	/index.html	（トップページ）

********************************************************/
#mainVisual {
	width: 100%;
	background-color: #f7f6f1;
	padding-bottom: 25px;
}

#navContents{
	text-align: center;
	background: #f7f6f1;
}

#navContents ul {
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
	background-color: #f7f6f1;
	padding: 0 0 10px;
}

#navContents li {
	width: 33%;
}

#navContents li a {
	display: block;
	text-decoration: none;
	line-height: 1.2;
	color: #53a0e3;
	font-size: 11px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	margin-left: 5px;
}

#navContents li a div {
	background-image: url(../../../img/cont_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 7px 0 17px;
	border: 1px solid #FFFFFF;
	vertical-align: middle;
	display: table-cell;
	height: 36px;
}

#navContents li a span {
	display: none;
}

#asideBnr01 {
	display: none;
}

#tab {
	margin-top: 15px;
}

#tabMenu li {
	width: 33%;
	float: left;
}

#tabMenu li:nth-child(3) {width: 34%}

#tabMenu li a {
	background: url(../../../img/tabmenu.gif) no-repeat 5px top;
	padding: 0 0 5px 35px;
	display: block;
	border-bottom: 3px solid #e9e5f4;
	color: #979797;
	text-decoration: none;
	font-size: 14px;
}

#tabMenu li .cu {
	background: url(../../../img/tabmenu_cu.gif) no-repeat 5px top;
	color: #7e69b4;
	border-bottom: 3px solid #c5bcdd;
}

#tabMenu li a:hover {
	color: #7e69b4;
}

#tabMenu li span {
	display: none;
}

.tabPanel {
	display: none;
}

.tabPanel li {
	background: url(../../img/dotline.gif) repeat-x left bottom;
	padding: 10px 12px;
}

.tabPanel li .date {
	display: block;
}

.tabPanel li .text {
	display: none;
}

.tabPanel li a {
	display: block;
	font-size: 16px;
	color: #7e69b4;
	text-decoration: none;
	margin-bottom: 2px;
}

.tabPanel li a:hover {
	color: #c7acf0;
}

.tabPanel .more {
	text-align: right;
	margin: 8px 12px 0 0;
	color: #3366cc;
}

#contentsR section h1 {
	color: #97883a;
	font-weight: bold;
	font-size: 14px;
}

#blog {
	background-color: #efead2;
	padding: 5px 10px 10px;
	margin-top: 15px;
}

#blog h1 {
	background: url(../../../img/cont_blog.gif) no-repeat left center;
	padding-left: 28px;
	margin: 4px 0;
}

#blog ul {
	background-color: #FFFFFF;
	padding: 0 10px;
}

#blog li {
	background: url(../../img/dotline.gif) repeat-x left bottom;
	padding: 8px 0;
}

#contentsR section li a {
	display: block;
}

#blog p {
	background-color: #FFFFFF;
	color: #3366cc;
	padding: 6px 10px;
	text-align: right;
}

#photo {
	display: none;
}

#asideBnr02 {
	display: none;
}

.navContentsAppli{
	display: inline-block;
	width: 46%;
	padding: 0 1%;
	height: auto;
	margin: 0 0 10px 0;
}

.navContentsAppli a{
	display: block;
	width: 100%;
	text-align: center;
	height: auto;
}

.navContentsAppli a img{
	max-width: 100%;
	height: auto;
}

/* Flexslider ******************************************************/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0 auto; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; left: 0; bottom: -16px; text-align: center; line-height: 0; font-size: 0;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 38px; height: 8px; display: block; background: #facaca; cursor: pointer; text-indent: -9999px; border: 1px solid #FFF;}
.flex-control-paging li a:hover { background: #e24545; }
.flex-control-paging li a.flex-active { background: #e24545; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}