/**
 * 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 60px;
	padding: 0;
	*zoom: 1;
}

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

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

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*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(images/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(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) 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(images/controls.png) -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(images/controls.png) -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;
}
@charset "UTF-8";

/*--------------------
reset
--------------------*/

*{
	margin:0px;
	padding:0px;
	border:0px;
}
html{
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body{
	font-family:sans-serif;
}

a, header, footer, section, fieldset{
	display:block;
}
img{
	display:block;
	-webkit-touch-callout:none;
}
ul{
	list-style:none;
}
table{
	border-collapse:separate;
	border-spacing:0px;
}
a{
	text-decoration:none;
	color:inherit;
}
p, span, li, th, td{
	max-height:999999px; /*android bug fix*/
}

/*--------------------
clearfix
--------------------*/

.cf{
	zoom:1; /*ie bug fix*/
}
.cf:after{
	content:"";
	display:block;
	clear:both;
	height:0px;
}
.cf+*{
	clear:both; /*ie bug fix*/
}
@charset "UTF-8";

html, body{
width:100%;
height:100%;
color: #fff;
background-color: #4a423b;
}

body{
font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",　sans-serif;
font-size: 14px;
line-height: 1;
}

#wrapper{
overflow:hidden;
width: 100%;
min-width:320px;
min-height:100%;
background: url(../img/bg_wrapper.jpg) repeat center top;
background-size: 320px 160px;
}

img {
width: 100%;
height: auto;
}

a,
a:link,
a:hover,
a:visited {
color: #fff;
text-decoration: none;
}

ul, li {
/*list-style: none;*/
}

.block-section {
position: relative;
box-sizing: border-box;
max-width: 320px;
max-width: 1200px;
padding: 20px 20px 0 20px;
margin: 0 auto;
}

/*---------------------------------------------
	News ICON
---------------------------------------------*/

.icon-news {
position: relative;
display: block;
width: 72px;
height: 19px;
border-radius: 3px;

}
.icon-news:before {
display: block;
position: absolute;
box-sizing: border-box;
width: 100%;
height: 100%;
left: 0;
top: 0;

background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,0.25) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.25) 100%);
background: linear-gradient(135deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.25) 100%);

border: solid 1px #fff;
border-radius: 3px;
content: '';
}
.icon-news:after {
display: block;
position: absolute;
box-sizing: border-box;
width: 100%;
height: 100%;
left: 0;
top: 0;
line-height:1;
margin:0;
padding: 4px 4px 0 4px;
overflow: hidden;
text-align: center;
text-shadow: 1px 1px 1px rgba(0,0,0,0.25),
	-1px 1px 1px rgba(0,0,0,0.25),
	1px -1px 1px rgba(0,0,0,0.25),
	-1px -1px 1px rgba(0,0,0,0.25);

font-weight: 900;
font-size: 10px;
white-space: nowrap;
content: 'アイコン';
}

.icon-important { background-color: #cd0027; }
.icon-important:after { content: '重要'; }

.icon-maintenance { background-color: #43b13b }
.icon-maintenance:after { content: 'メンテナンス'; }

.icon-info { background-color: #de9700 }
.icon-info:after { content: 'お知らせ'; }

.icon-fault { background-color: #0088de; }
.icon-fault:after { content: '障害'; }

.icon-event { background-color: #c545b4; }
.icon-event:after { content: 'イベント'; }

.icon-update { background-color:#eb7128; }
.icon-update:after { content: 'アップデート'; }

.icon-support {
position: relative;
display: block;
width: 100px;
height: 19px;
border-radius: 3px;

}
.icon-support:before {
display: block;
position: absolute;
box-sizing: border-box;
width: 100%;
height: 100%;
left: 0;
top: 0;

background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,0.25) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.25) 100%);
background: linear-gradient(135deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.25) 100%);

border: solid 1px #fff;
border-radius: 3px;
content: '';
}
.icon-support:after {
display: block;
position: absolute;
box-sizing: border-box;
width: 100%;
height: 100%;
left: 0;
top: 0;
line-height:1;
margin:0;
padding: 4px 4px 0 4px;
overflow: hidden;
text-align: center;
text-shadow: 1px 1px 1px rgba(0,0,0,0.25),
	-1px 1px 1px rgba(0,0,0,0.25),
	1px -1px 1px rgba(0,0,0,0.25),
	-1px -1px 1px rgba(0,0,0,0.25);

font-weight: 900;
font-size: 10px;
white-space: nowrap;
content: 'アイコン';
}

.icon-faq_frequently { background-color: #de9700; }
.icon-faq_frequently:after { content: 'よくある質問'; }

.icon-faq_request { background-color: #43b13b; }
.icon-faq_request:after { content: 'ご意見ご要望'; }

.icon-faq_other { background-color: #0088de; }
.icon-faq_other:after { content: 'その他'; }


.icon-help_battle { background-color: #43b13b; }
.icon-help_battle:after { content: 'バトル'; }

.icon-help_scenario { background-color: #eb7128; }
.icon-help_scenario:after { content: 'シナリオ'; }

.icon-help_amulet { background-color: #8b008b; }
.icon-help_amulet:after { content: 'アミュレット'; }

.icon-help_shop { background-color: #808000; }
.icon-help_shop:after { content: 'ショップ'; }

.icon-help_unit { background-color: #00008b; }
.icon-help_unit:after { content: 'ユニット'; }

.icon-help_menu { background-color: #ffc0cb; }
.icon-help_menu:after { content: 'メニュー'; }

.icon-help_other { background-color: #7cfc00; }
.icon-help_other:after { content: 'その他'; }


/*---------------------------------------------
	News List
---------------------------------------------*/

#block-newsList {
position: relative;
}

/*  TAB  */

#block-newsList ul.tab-newsList {
display:-webkit-box; /*--- Android ---*/
display:-ms-flexbox; /*--- IE10 ---*/
display:-webkit-flex;/*--- safari（PC）---*/
display:flex;

border: solid 1px #000;
border-radius: 6px;
-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 3px;
-moz-box-shadow:    rgba(0,0,0,0.2) 0px 0px 3px 3px;
box-shadow:         rgba(0,0,0,0.2) 0px 0px 3px 3px;
}

#block-newsList ul.tab-newsList li {
display: block;
position: relative;
box-sizing: border-box;
width: 25%;
min-height: 20px;
margin-left: 1px;

background: -moz-linear-gradient(top, rgba(36,118,153,1) 0%, rgba(83,208,217,1) 100%);
background: -webkit-linear-gradient(top, rgba(36,118,153,1) 0%,rgba(83,208,217,1) 100%);
background: linear-gradient(to bottom, rgba(36,118,153,1) 0%,rgba(83,208,217,1) 100%);

border-top:    solid 1px rgba(85,222,245,1);
border-right:  solid 1px rgba(0,0,0,0.25);
border-bottom: solid 1px rgba(64,157,163,1);
border-left:   solid 1px rgba(85,222,245,0.5);
}

#block-newsList ul.tab-newsList li.current {
background: -moz-linear-gradient(top, rgba(18,59,100,1) 0%, rgba(41,184,198,1) 100%);
background: -webkit-linear-gradient(top, rgba(18,59,100,1) 0%,rgba(41,184,198,1) 100%);
background: linear-gradient(to bottom, rgba(18,59,100,1) 0%,rgba(41,184,198,1) 100%);

border-top:    solid 1px rgba(42,193,228,1);
border-bottom: solid 1px rgba(32,108,117,1);
}

#block-newsList ul.tab-newsList li:first-child {
border-radius: 6px 0 0 6px;
padding-left: 0px;
}

#block-newsList ul.tab-newsList li:last-child {
border-radius: 0 6px 6px 0;
}

#block-newsList ul.tab-newsList li a {
display: block;
line-height: 1.25;
padding: 9px 0;
font-size: 12px;
font-weight: bold;
text-align: center;

text-shadow: 1px 1px 0px rgba(18,59,100,11),
			-1px 1px 0px rgba(18,59,100,1),
			1px -1px 0px rgba(18,59,100,1),
			-1px -1px 0px rgba(18,59,100,1);  
}

#block-newsList select.tab-newsList {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(/wp-content/uploads/2017/03/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(/wp-content/uploads/2017/03/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}


/*  News List  */

#block-newsList #box-header {
position: relative;
padding: 24px 0 21px 5px;
border-bottom: solid 1px rgba(255,255,255,0.2);

background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
}
#block-newsList #box-header .title {
font-size: 18px;
font-weight: 600;
line-height: 1.2em;
color: #fff;
}

/*
#block-newsList #box-headerSupport {
position: relative;
padding: 15px 0 12px 5px;
border-bottom: solid 1px rgba(255,255,255,0.2);

background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
}
#block-newsList #box-headerSupport .title {
font-size: 15px;
font-weight: 600;
line-height: 1.2em;
color: #fff;
}
*/

#block-newsList ul.list-newsList {
display: none;
margin-top: 10px;
}
#block-newsList ul.list-newsList li,
#block-newsList ul.list-newsList li a,
#block-newsList ul.list-newsList li span {
display: block;
}
#block-newsList ul.list-newsList li {
position: relative;
border-bottom: solid 1px rgba(255,255,255,0.2);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
}
#block-newsList ul.list-newsList li a,
#block-newsList ul.list-newsList li span {
border-bottom: solid 1px rgba(0,0,0,0.5);
}
#block-newsList ul.list-newsList li a {
padding: 13px 22px 14px 220px;/*13 22 14 210 36 22 16 80*/
background: url(../img/arrow_newslist_01_r.png) no-repeat right center;
background-size: 13px 23px;
}
#block-newsList ul.list-newsList li span {
padding: 36px 0 14px 80px;
}
#block-newsList ul.list-newsList li .date {
position: absolute;
left: 0;
top: 16px;/*12*/
color: #d88b0d;
font-size: 13px;
}
#block-newsList ul.list-newsList li .icon-news {
position: absolute;
left: 130px;/*125 0*/
top: 13px;/*37*/
}
#block-newsList ul.list-newsList li .icon-support {
position: absolute;
left: 0px;/*125 0*/
top: 13px;/*37*/
}
#block-newsList ul.list-newsList li .title {
font-size: 14px;
line-height: 20px;
}

#block-newsList #pc_view {
	display: none;
}
#block-newsList #sp_view {
	display: block;
}
@media screen and (min-width: 1024px) {
	#block-newsList #pc_view {
		display: block;
	}
	#block-newsList #sp_view {
		display: none;
	}
}

/*  Pager  */

#block-newsList .pager {
position: relative;
margin-top: 20px;
}
#block-newsList .pager .btn-prev,
#block-newsList .pager .btn-next,
#block-newsList .pager .btn-backTop,
#block-newsList .pager .btn-more {
border: solid 1px #000;
box-sizing: border-box;
border-radius: 6px;

-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 3px;
-moz-box-shadow:    rgba(0,0,0,0.2) 0px 0px 3px 3px;
box-shadow:         rgba(0,0,0,0.2) 0px 0px 3px 3px;
}
#block-newsList .pager .btn-prev,
#block-newsList .pager .btn-next {
width: 52px;
position: absolute;
top: 0;
background: -moz-linear-gradient(top, rgba(36,118,153,1) 0%, rgba(83,208,217,1) 100%);
background: -webkit-linear-gradient(top, rgba(36,118,153,1) 0%,rgba(83,208,217,1) 100%);
background: linear-gradient(to bottom, rgba(36,118,153,1) 0%,rgba(83,208,217,1) 100%);

border-top:    solid 1px rgba(85,222,245,1);
border-right:  solid 1px rgba(0,0,0,0.25);
border-bottom: solid 1px rgba(64,157,163,1);
border-left:   solid 1px rgba(85,222,245,0.5);
}
#block-newsList .pager .btn-prev { left : 0; }
#block-newsList .pager .btn-next { right: 0; }

#block-newsList .pager .btn-backTop,
#block-newsList .pager .btn-more {
width: 35%;
margin: 0 auto;
}
#block-newsList .pager .btn-backTop,
#block-newsList .pager .btn-more {
background: -moz-linear-gradient(top, rgba(160,62,31,1) 0%, rgba(221,182,96,1) 100%);
background: -webkit-linear-gradient(top, rgba(160,62,31,1) 0%,rgba(221,182,96,1) 100%);
background: linear-gradient(to bottom, rgba(160,62,31,1) 0%,rgba(221,182,96,1) 100%);

border: solid 1px #ca9260;
}
#block-newsList .pager .btn-prev.dim,
#block-newsList .pager .btn-next.dim {
opacity: 0.25;
}

#block-newsList .pager .btn-prev a,
#block-newsList .pager .btn-next a,
#block-newsList .pager .btn-backTop a,
#block-newsList .pager .btn-more a {
position: relative;
display: block;
font-size: 12px;
font-weight: 600;
}
#block-newsList .pager .btn-prev a,
#block-newsList .pager .btn-next a {
background-repeat: no-repeat;
background-size: 8px auto;
text-shadow: 1px 1px 0px rgba(18,59,100,11),
			-1px 1px 0px rgba(18,59,100,1),
			1px -1px 0px rgba(18,59,100,1),
			-1px -1px 0px rgba(18,59,100,1);  
}
#block-newsList .pager .btn-prev a { padding: 10px 8px 10px 8px; text-align: right; background-position:16% center; background-image: url(../img/arrow_pager_01_l.png); }
#block-newsList .pager .btn-next a { padding: 10px 8px 10px 8px; text-align:  left; background-position:84% center; background-image: url(../img/arrow_pager_01_r.png); }

#block-newsList .pager .btn-backTop a,
#block-newsList .pager .btn-more a {
padding: 10px 0;
text-align: center;
text-shadow: 1px 1px 0px rgba(89,44,23,1),
			-1px 1px 0px rgba(89,44,23,1),
			1px -1px 0px rgba(89,44,23,1),
			-1px -1px 0px rgba(89,44,23,1);  
}

#block-newsList .pager .navi-pager {
position: relative;
display: block;
margin: 0 55px 24px 55px;
text-align: center;
}
#block-newsList .pager .navi-pager li {
position: relative;
box-sizing: border-box;
display: inline-block;
margin: 4px;
border: solid 1px rgb(83,208,217);
background: -moz-linear-gradient(top, rgba(36,118,153,1) 0%, rgba(83,208,217,1) 100%);
background: -webkit-linear-gradient(top, rgba(36,118,153,1) 0%,rgba(83,208,217,1) 100%);
background: linear-gradient(to bottom, rgba(36,118,153,1) 0%,rgba(83,208,217,1) 100%);
}
#block-newsList .pager .navi-pager li.current {
border: solid 1px rgb(255,255,255);
}

#block-newsList .pager .navi-pager li a {
display: block;
box-sizing: border-box;
min-width: 2.5em;
padding: 8px 0;
font-size: 9px;
line-height: 1;
text-align: center;
text-shadow: 1px 1px 0px rgba(89,44,23,1),
			-1px 1px 0px rgba(89,44,23,1),
			1px -1px 0px rgba(89,44,23,1),
			-1px -1px 0px rgba(89,44,23,1);  
}

#block-newsList .pager .navi-pager li.current a {
background: rgba(0,64,112,0.5);
cursor: default;
}

/*---------------------------------------------
	News Detail
---------------------------------------------*/

#block-newsDetail {
position: relative;
}

/* Header */

#block-newsDetail #box-header {
position: relative;
padding: 24px 0 21px 84px;
border-bottom: solid 1px rgba(255,255,255,0.2);
color: #fff;

background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
}

#block-newsDetail #box-header:after {
display: block;
position: absolute;
width: 100%;
left: 0;
bottom: 0;
content: '';
border-bottom: solid 1px rgba(0,0,0,0.5);
}

#block-newsDetail #box-header .date {
position: absolute;
right: 0;
top: 0;
color: #d88b0d;
font-size: 13px;
}
#block-newsDetail #box-header .icon-news {
position: absolute;
left: 0;
top: 24px;
}
#block-newsDetail #box-header .icon-support {
position: absolute;
left: 0;
top: 24px;
}
#block-newsDetail #box-header .title {
font-size: 18px;
font-weight: 600;
line-height: 1.2em;
color: #fff;
}
#block-newsDetail #box-header .titleSupport {
padding: 0 0 0 20px;
font-size: 18px;
font-weight: 600;
line-height: 1.2em;
color: #fff;
}
#block-newsDetail #box-header .titleCharacter {
padding: 0 0 0 20px;
font-size: 18px;
font-weight: 600;
line-height: 1.2em;
color: #fff;
}

/*  Text  */

#block-newsDetail a,
#block-newsDetail a:link,
#block-newsDetail a:hover,
#block-newsDetail a:visited {
display: inline;
color: #d88b0d;
text-decoration: underline;
}/**/

#block-newsDetail #box-text {
font-size: 14px;
line-height: 1.5em;
color: #fff;
}

#block-newsDetail #box-text h1,
#block-newsDetail #box-text h2 {
margin-top: 1.3125em;
padding: 10px 0;
border-top: solid 1px #e9d027;
border-bottom: solid 1px #e9d027;
color: #e9d027;
font-size: 16px;
font-weight: 600;
}

#block-newsDetail #box-text h3,
#block-newsDetail #box-text h4 {
margin-top: 1.4em;
padding: 2px 0 0 14px;
border-left: solid 8px #d88b0d;
color: #fff;
font-size: 15px;
font-weight: 600;
}

#block-newsDetail #box-text h5,
#block-newsDetail #box-text h6 {
margin-top: 1.4em;
color: #fff;
font-weight: 600;
}

#block-newsDetail #box-text p,
#block-newsDetail #box-text ul,
#block-newsDetail #box-text ol,
#block-newsDetail #box-text dl {
margin-top: 1.5em;
}

#block-newsDetail #box-text hr {
position: relative;
margin: 24px 0 21px;
border-bottom: solid 1px rgba(255,255,255,0.2);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
}

#block-newsDetail #box-text hr:after {
display: block;
position: absolute;
width: 100%;
left: 0;
bottom: 0;
content: '';
border-bottom: solid 1px rgba(0,0,0,0.5);
}

#block-newsDetail #box-text .notes {
font-size: 13px;
}

#block-newsDetail #box-text .caption {
margin-top: 0.5em;
font-size: 12px;
}

#block-newsDetail strong {
font-weight: 600;
}

#block-newsDetail .color-01 { color: #d88b0d !important; }
#block-newsDetail .color-02 { color: #e9d027 !important; }
#block-newsDetail .color-03 { color: #ff1202 !important; }
#block-newsDetail .color-04 { color: #e2a066 !important; }

#block-newsDetail .align-left  { text-align: left; }
#block-newsDetail .align-right { text-align: right; }
#block-newsDetail .align-center{ text-align: center; }

#block-newsDetail #box-text ul li,
#block-newsDetail #box-text ol li,
#block-newsDetail #box-text dl dt { margin-top: 0.25em; }

/*
#block-newsDetail #box-text ul li { list-style: inside disc; }
#block-newsDetail #box-text ol li { list-style: inside decimal; }
*/
#block-newsDetail #box-text ul li,
#block-newsDetail #box-text ol li{
  margin-left: 40px;
  list-style-position: outside !important;
  list-style: inherit;
}
#block-newsDetail #box-text dl dt { color: #e9d027 }
#block-newsDetail #box-text dl dd { padding-left: 1em; }

#block-newsDetail table {
/*width: 100%;*/
margin-top: 1.5em;
border-color: #96765b;
border-style: solid;
border-width: thin;
/*border-collapse: collapse;*/
/*
border:  solid 1px #96765b;
*/
}

#block-newsDetail table td,
#block-newsDetail table th {
border-color: #96765b;
border-style: solid;
border-width: thin;
/*border: solid 1px #96765b;*/
padding: 4px 6px;
}

#block-newsDetail table th {
background-color: #3c3128;
color: #e9d027;
}

#block-newsDetail table td {
background-color: rgba(0,0,0,0.1);
}

#block-newsDetail blockquote {
display: block;
margin-top: 1.5em;
font-style: italic;
}

#block-newsDetail q {
font-style: italic;
}

/*---------------------------------------------
	Maintenance
---------------------------------------------*/

#maintenance #wrapper{
background: url(../img/bg_maintenance.jpg) repeat center top;
background-size: 320px 160px;
}

#block-maintenance {
position: relative;
}

#block-maintenance article {
border-radius: 6px;
color: #3E2310;
}

/*  Text  */

#block-maintenance #box-text {
font-size: 16px;
line-height: 1.5em;
}

#block-maintenance #box-text p,
#block-maintenance #box-text ul,
#block-maintenance #box-text ol,
#block-maintenance #box-text dl {
margin-top: 1.5em;
}

#block-maintenance #box-text .notes {
font-size: 13px;
}

#block-maintenance #box-text .caption {
margin-top: 0.25em;
font-size: 12px;
}

#block-maintenance strong {
font-weight: 600;
}

#block-maintenance a,
#block-maintenance a:link,
#block-maintenance a:hover,
#block-maintenance a:visited {
display: inline;
color: #d33c32/*#ff1202*/;
text-decoration: underline;
}

#block-maintenance .color-01 { color: #d88b0d !important; }
#block-maintenance .color-02 { color: #e9d027 !important; }
#block-maintenance .color-03 { color: #ff1202 !important; }
#block-maintenance .color-04 { color: #e2a066 !important; }

#block-maintenance .align-left  { text-align: left; }
#block-maintenance .align-right { text-align: right; }
#block-maintenance .align-center{ text-align: center; }

/*---------------------------------------------
	Top Menu
---------------------------------------------*/

#block-topMenu {
position: relative;
}
#block-topMenu .btn-back {
box-sizing: border-box;
width: 24%;
max-width: 76px;

background: -moz-linear-gradient(top, rgba(160,62,31,1) 0%, rgba(221,182,96,1) 100%);
background: -webkit-linear-gradient(top, rgba(160,62,31,1) 0%,rgba(221,182,96,1) 100%);
background: linear-gradient(to bottom, rgba(160,62,31,1) 0%,rgba(221,182,96,1) 100%);

border: solid 1px #ca9260;
border-radius: 6px;

-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 3px;
-moz-box-shadow:    rgba(0,0,0,0.2) 0px 0px 3px 3px;
box-shadow:         rgba(0,0,0,0.2) 0px 0px 3px 3px;
}


#block-topMenu .btn-back a {
position: relative;
display: block;
padding: 8px 18px;
background-repeat: no-repeat;
background-position:16% center;
background-image: url(../img/arrow_pager_01_l.png);
background-size: 10px auto;

font-size: 12px;
font-weight: 600;

text-align: right;
text-shadow: 1px 1px 0px rgba(89,44,23,1),
			-1px 1px 0px rgba(89,44,23,1),
			1px -1px 0px rgba(89,44,23,1),
			-1px -1px 0px rgba(89,44,23,1);  
}

/*---------------------------------------------
	Bottom Menu
---------------------------------------------*/

#block-bottomMenu {
margin-top: 24px;
padding: 12px 12px 24px 12px;
background: rgba(0,0,0,0.25);

-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 3px inset;
-moz-box-shadow:    rgba(0,0,0,0.2) 0px 0px 3px 3px inset;
box-shadow:         rgba(0,0,0,0.2) 0px 0px 3px 3px inset;
}

#block-bottomMenu ul.list-iconMenu,
#block-bottomMenu ul.list-iconMenu li,
#block-bottomMenu ul.list-iconMenu li a {
display: block;
}

#block-bottomMenu ul.list-iconMenu {
position: relative;
width: 100%;
}

#block-bottomMenu ul.list-iconMenu:after {
display: block;padding-right: 0;
content:'';
clear: both;
}

#block-bottomMenu ul.list-iconMenu li {
float: left;
width: 21%;
margin: 14px 2% 0 2%;
}

#block-bottomMenu ul.list-iconMenu li a .nav-icon {
position: relative;
}

#block-bottomMenu ul.list-iconMenu li a .nav-icon img {
display: block;
border-radius: 6px;
-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 3px;
-moz-box-shadow:    rgba(0,0,0,0.2) 0px 0px 3px 3px;
box-shadow:         rgba(0,0,0,0.2) 0px 0px 3px 3px;
}

#block-bottomMenu ul.list-iconMenu li a p {
padding-top: 5px;
text-align: center;
font-size: 10px;
line-height:1.2;
white-space: nowrap;
overflow: hidden;
}

/*---------------------------------------------
	Support
---------------------------------------------*/
.List-Menu {
	list-style: none;
	overflow: hidden;
	width: 80%;
	padding: 0;
	margin: 50px auto 100px;
}
.List-Menu li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a9b1d8;
}
.List-Menu li:last-child {
	border-bottom: 0px;
}
.List-Menu li a {
	display: block;
	position: relative;
	z-index: 10;
	height: 40px;
	margin: 0;
	padding: 0px 10px 0px 40px;
	background: #3244a1;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
}
.List-Menu li a:hover {
	background: #a9b1d8;
}

#Support-List li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
#Support-List li a:hover:before {
	left: 15px;
}

.Font-White {
color: #ffffff;
}


/*---------------------------------------------
	Footer
---------------------------------------------*/

footer {
display: block;
width: 100%;
margin: 24px 0 0 0;

border-top: solid 1px rgba(0,0,0,0.5);
-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 3px;
-moz-box-shadow:    rgba(0,0,0,0.2) 0px 0px 3px 3px;
box-shadow:         rgba(0,0,0,0.2) 0px 0px 3px 3px;
}

footer .footer-inner {
position: relative;
border-top: solid 1px rgba(255,255,255,0.2);
padding: 12px 20px 24px 12px;
}

footer ul#list-footerMenu {
display: block;
max-width: 1200px;
margin: 0 auto 20px auto;
text-align: center;
}

footer ul#list-footerMenu li {
display: inline-block;
padding: 2px 14px;
border-left: solid 1px rgba(255,255,255,0.5);
font-size: 12px;
}
footer ul#list-footerMenu li:first-child {
border-left: none;
}

footer .copyright {
max-width: 1200px;
margin: 0 auto;
}

footer .copyright p {
display: block;
font-size: 9px;
text-align: center;
}


/*---------------------------------------------
	Contact
---------------------------------------------*/
.contact {
    background-color:#000;
}
.contact--container{
    width: 300px;
    margin: 30px auto;
    color: #fff;
}
.contact--container input,.contact--container select{
    color: #000;
}

.contact-button {
    margin-bottom:10px;
    color: #fff !important;
}
.contact-button-return {
    margin-bottom:10px;
    color: #191c32 !important;;
}

div.margin_10{
    margin: 10px;
}
span .wpcf7-not-valid-tip{
    margin-top:10px;
}
.contact .mb30{
    margin-bottom:30px;
}

.panel-body {
    color: black;
}
@charset "UTF-8";

/*---------------------------------------------
	Main Visual
---------------------------------------------*/

#block-mainVisual {
position: relative;
/*box-sizing: border-box;*/
max-width: 320px;
max-width: 1200px;
/*padding: 12px 24px 0 24px;*/
margin: 0 auto 20px auto;/*0 auto*/
}
#mainVisual {
padding: 0px;/*2*/
/*background: rgba(0,0,0,0.25);*/
/*-webkit-box-shadow: rgba(0,0,0,0.4) 0px 0px 3px 3px inset;
-moz-box-shadow:    rgba(0,0,0,0.4) 0px 0px 3px 3px inset;
box-shadow:         rgba(0,0,0,0.4) 0px 0px 3px 3px inset;*/
}
#mainVisual #slider {
position: relative;
/*padding-top: 25%;*/
/*margin-bottom: 2px;*/
}
#mainVisual #slider li {
display: block;
/*position: absolute;*/
width: 100%;
/*left: 0;
top: 0;*/
/*opacity: 0;*/
/*transition: linear 0.1s;*/
}
#mainVisual #slider li a {
display: block;
}
#mainVisual #slider li img {
display: block;
padding:2px;
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#mainVisual #slider li.current {
/*opacity: 1;*/
}
#mainVisual #slider .bx-wrapper {
/*padding: 0 38px;*/
margin: 0 auto 0 auto;
}
#slider .bx-wrapper .bx-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
height: auto !important;
box-shadow: none;
border: none;
left: auto;
background: #211d19;
padding:0px;
}
#mainVisual #carousel .bx-wrapper {
padding: 0 38px;
margin: 0 auto 38px auto;
}
#carousel .bx-wrapper .bx-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
height: auto !important;
box-shadow: none;
border: none;
left: auto;
background: none;
}
#carousel .bx-wrapper .bxslider {
display: block;
}
#carousel .bx-wrapper .bxslider li { 
display: block;
box-sizing: border-box;
}
#carousel .bx-wrapper .bxslider li a {
display: block;
background: #7b5631;
box-sizing: border-box;
padding: 2px;
transition: 0.3s
}
#carousel .bx-wrapper .bxslider li.current a {
background: #f66;
}
#carousel .bx-wrapper .bxslider li a img {
display: block;
}

.bx-wrapper .bx-controls-direction a {
position: absolute;
box-sizing: border-box;
width: 36px;
height: 100%;
top: 0;
bottom: 0;
background: -moz-linear-gradient(top, rgba(36,118,153,1) 0%, rgba(83,208,217,1) 100%);
background: -webkit-linear-gradient(top, rgba(36,118,153,1) 0%,rgba(83,208,217,1) 100%);
background: linear-gradient(to bottom, rgba(36,118,153,1) 0%,rgba(83,208,217,1) 100%);

border-top:    solid 1px rgba(85,222,245,1);
border-right:  solid 1px rgba(0,0,0,0.25);
border-bottom: solid 1px rgba(64,157,163,1);
border-left:   solid 1px rgba(85,222,245,0.5);
z-index: 10;
}
.bx-wrapper .bx-controls-direction a:after {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background-position: center center;
background-repeat: no-repeat;
background-size: auto 16px;
}
.bx-wrapper .bx-controls-direction a.bx-prev { left:  0; margin: 0 2px 2px 0px; }
.bx-wrapper .bx-controls-direction a.bx-prev:after { background-image: url(../img/arrow_mainvisual_01_l.png); }

.bx-wrapper .bx-controls-direction a.bx-next { right: 0; margin: 0 0px 2px 2px; }
.bx-wrapper .bx-controls-direction a.bx-next:after { background-image: url(../img/arrow_mainvisual_01_r.png); }

.bx-wrapper .bx-pager {
width: 100%;
position: absolute;
left: 0;
bottom: -25px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	box-sizing: border-box;
	background: #000;
	border: solid 1px #7b5631;
}

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

/*---------------------------------------------
	Footer
---------------------------------------------*/

footer {
margin-top: 0;
}

