/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/controls.png?t=1412299602) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/controls.png?t=1412299602) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/controls.png?t=1412299602) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/controls.png?t=1412299602) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

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

Global settings

------------------------------*/
body {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #333;
}

.body {
	-webkit-text-size-adjust: 100%;
}

a {
	color: ;
}

a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

.cfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.cfix {
	display: inline-table;
	min-height: 1%;
}
 
* html .cfix {
	height: 1%;
}
.cfix {
	display: block;
}

.clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	border: none;
}

.page {
	width: 960px;
	margin: 0 auto;
}

.inline {
	display: inline;
}

/*list resets*/
.j-text ul,.j-text ul li,
.j-textWithImage ul,.j-textWithImage ul li,
.j-htmlCode ul,.j-htmlCode ul li,
.j-text ol,.j-text ol li,
.j-textWithImage ol,.j-textWithImage ol li,
.j-htmlCode ol,.j-htmlCode ol li,
.j-table ul,.j-table ul li,
#globalNavi ul,#globalNavi ul li,
#mainVisual ul,#mainVisual ul li,
#topNavi ul,#topNavi ul li,
#subNavi ul,#subNavi ul li,
#headNavi ul,#headNavi ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

Layout settings

------------------------------*/
#header {
	padding-top: 20px;
	border-top: 5px solid #6EB345;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/header-bg.png?t=1412299656) 50% bottom no-repeat;
}

#header #siteLogo {
	float: left;
	padding-right: 400px;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/head-catch.png?t=1412299646) right 50% no-repeat;
}

#header .tel {
	float: right;
	padding-top: 10px;
}

#globalNavi {
	margin-top: 20px;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/gnav-bg.png?t=1412299621) 50% 0 no-repeat #4F992C;
}

#globalNavi .inset {
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/gnav-bg-shadow.png?t=1412299617) 0 bottom repeat-x;
}

#globalNavi ul li {
	display: inline;
}

#globalNavi ul li a {
	display: inline-block;
	padding: 20px 20px 15px;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/gnav-line.png?t=1412299628) right 50% no-repeat;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}

#topContents {
	position: relative;
	display: none;
	padding-top: 5px;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/top-contents-bg.png?t=1412299723) 50% 0 no-repeat;
}

.cc-indexpage #topContents {
	display: block;
}

#mainVisual {
	position: relative;
	z-index: 0;
	height: 335px;
	overflow: hidden;
}

#topNavi {
	position: relative;
	z-index: 5;
	top: -70px;
	margin-bottom: -70px;
}

#topNavi ul li {
	float: left;
	margin-right: 15px;
}

#topNavi ul li.lc {
	margin-right: 0;
}

#contents {
	margin: 30px 0 80px;
}

#contents .page {
	width: 970px;
}

#main {
	float: left;
	width: 670px;
}

#sub {
	float: right;
	width: 270px;
}

.cc-indexpage #subNavi {
	display: none;
}

#subNavi {
	margin: 0 5px;
}

#subNavi .mainNav2 {
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
}

#subNavi ul li a,#subNavi ul li a span {
	display: block;
}

#subNavi ul li a {
	padding: 13px 0;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	text-decoration: none;
	color: #444;
	font-weight: bold;
}

#subNavi ul li a.level_2 span {
	padding-left: 15px;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/list02.png?t=1412299666) 0 4px no-repeat;
}

#subNavi ul li a.level_3 {
	padding-left: 15px;
	background: #eee;
}

#footer {
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/footer-bg.png?t=1412299609) 0 0 repeat-x #6DB244;
	color: #fff;
}

#footer .page {
	position: relative;
	padding: 35px 0;
}

#footer #contentfooter a {
	color: #fff;
}

#footer #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

#totop {
	position: absolute;
	right: 0;
	top: -40px;
}

#totop img {
	display: inline;
}

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

Style settings

------------------------------*/
h1,h2,h3,h4,h5 {
	line-height: 1.3;
	overflow: hidden;
	zoom: 1;
}

#main h1,#sidebar h1 {
	margin-bottom: 10px;
	padding: 15px;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/h1bg.png?t=1412299634) 0 0 repeat-x #E5F1C6;
	border: 1px solid #CEE596;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#main h2,#sidebar h2 {
	margin-bottom: 5px;
	padding: 5px 5px 14px 5px;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/h2bg.png?t=1412299640) 0 bottom repeat-x;
}

#main h3,#sidebar h3 {
	position: relative;
	padding: 5px 10px 10px 15px;
	border-bottom: 1px solid #ccc;
}

#main h3:before,#sidebar h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 4px;
	height: 30px;
	background: #6EB345;
}

.j-text ul,
.j-textWithImage ul,
.j-htmlCode ul,
.j-table ul,
.j-text ol,
.j-textWithImage ol,
.j-htmlCode ol,
.j-table ol {
}

.j-text ul ul,
.j-textWithImage ul ul,
.j-htmlCode ul ul,
.j-table ul ul,
.j-text ol ol,
.j-textWithImage ol ol,
.j-htmlCode ol ol,
.j-table ol ul {
}

.j-text ul li,
.j-textWithImage ul li,
.j-htmlCode ul li,
.j-table ul li {
	margin-bottom: 10px;
	padding-left: 16px;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/list01.png?t=1412299662) 0 6px no-repeat;
}

.j-text ol li,
.j-textWithImage ol li,
.j-htmlCode ol li,
.j-table ol li {
	list-style: decimal;
	margin-left: 25px;
	margin-bottom: 5px;
}

.j-table table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.j-table table th {
	padding: 15px a10px;
	background: #E5F1C6;
	border: 1px solid #ccc;
}

.j-table table td {
	padding: 15px 10px;
	border: 1px solid #ccc;
}

.table01 table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.faq {
	padding: 10px 10px 5px;
	margin-bottom: 10px;
	border: 5px solid #CEE596;
}

.faq dt {
	margin: 0;
	padding: 10px 15px 15px 45px;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/faq-q.png?t=1412302095) 5px 5px no-repeat;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

.faq dd {
	margin: 0;
	padding: 20px 15px 15px 45px;
	background: url(https://u.jimcdn.com/cms/o/s90e4ae0a529c8e17/userlayout/img/faq-a.png?t=1412302087) 5px 16px no-repeat;
	border-top: 1px dotted #666;
}

.cc-pagemode-default .faq dd {
	display: none;
}