@charset "utf-8";
/* popup window unique style */

/* common style */

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
#local-nav{
    position: relative;
}
.local-nav-style1 .title {
    width: auto;
}
.local-nav-style1 .title .title-logo{
    width: 100px;
    display: inline-block;
    margin-right: 2%;
}
#local-nav p{
    height: 33px;
    margin: 0;
    font-weight: normal;
    line-height:15px;
}
#local-nav:after{
    display: block;
    content: "";
    width: 100%;
    height: 45px;
    background: #ffffff;
    position: absolute;
    bottom: -46px;
    left: 0;
    z-index: 0;
}
#local-nav ul {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    height: 44px;
    z-index: 10;
}
#local-nav  ul li {
    display: block;
    float: left;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    border-right: 1px solid #eb5505;
    border-bottom: none;
    font-size: 16px;
    border-top: 1px solid #eb5505;
    border-bottom: 1px solid #eb5505;
}
#local-nav  ul li.active,#local-nav  ul li:hover{
    background-color:#fff5ef;
}

#local-nav  ul li.link-search span {
    padding-right:20px;
}

#local-nav  ul li.link-search span:after{
    content: url(../images/common/icon/search-icon.png);
    vertical-align: middle;
    margin-left: 5px;
    height: 22px;
    position:absolute;
    top: -4px;
}
#local-nav  ul li.link-search.active span:after,#local-nav  ul li.link-search:hover span:after{
    content: url(../images/common/icon/search-icon-on.png);
    display: inline;
    vertical-align: middle;
    margin-right: -5px;
    margin-left: 5px;
    height: 22px;
}
#local-nav  ul li.active a,#local-nav  ul li:hover a{
    color: #eb5505;
    border-bottom: 5px solid #eb5505;
}
#local-nav  ul li:first-child {
    border-left: 1px solid #eb5505;
}
#local-nav  ul li a{
    color: #333;
    text-decoration: none;
    display: block;
    height: 45px;
}

#local-nav  ul li a img{
    width: auto;
}
#local-nav  ul li a span{
    margin: 12px 5px 0;
    vertical-align: middle;
    display:inline-block;
    position: relative;
}
@media screen and (max-width: 768px) {
    #local-nav{
        padding: 12px 0 0 0;
    }
    #local-nav p{
        margin: 0 1.96%;
    }
    #local-nav ul{
        position: absolute;
        height: 94px;
        border: solid 1px #eb5505;
        border-bottom: none;
    }
    #local-nav:after{
        height: 92px;
        bottom: -93px;
    }
    #local-nav  ul li {
        border-top: none;
        width: 50%;
        font-size: 14px;
        border-bottom: 1px solid #eb5505;
        height: 46px;
    }
    #local-nav  ul li:first-child {
        border-left: none;
    }
    #local-nav  ul li:nth-child(2n) {
        border-right: none;
    }
}

@media screen and (max-width: 340px) {
    #local-nav  ul li {
        font-size: 11px;
    }
}

#breadListWrap{
    padding: 0 1.96%;
}

.breadList {
    width: 100%;
    max-width: 980px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    max-height: 100%;
    font-size: 75%;
    margin: 97px auto 50px;
}
.breadList ul {
    display: block;
}
@media screen and (max-width: 768px) {
    .breadList{
        margin: 97px auto 0;
    }
    .breadList ul li {
        margin-bottom: 2%;
    }
}
.breadList ul li {
    display: inline-block;
    vertical-align: top;
    padding-left: 22px;
    text-indent: -22px;
    color: #333333;
}
.breadList ul li.category {
    padding-right: 10px;
}
.breadList ul li:first-child:before {
    content: "";
    padding: 0;
    margin: 0;
}
.breadList ul li:before {
    content: "＞";
    padding-right: 10px;
    color: #333333;
    vertical-align: middle;
}

.breadList ul li a, .breadList ul li a:link {
    color: #0066aa;
    text-decoration: underline;
}

.tutorial_link {
    width: 100%;
    max-width: 980px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    max-height: 100%;
    font-size: 90%;
    margin: 75px auto 15px;
}
.tutorial_link_back {
    width: 100%;
    max-width: 980px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    max-height: 100%;
    font-size: 90%;
    margin: 0 1.96%;
    /*margin: 75px auto 15px;*/
}
.tutorial_link ul {
    display: block;
}
.tutorial_link_back ul {
    display: block;
}
@media screen and (max-width: 768px) {
    .tutorial_link{
        margin: 110px auto 15px;
    }
    .tutorial_link ul li {
        margin-bottom: 2%;
    }
    .tutorial_link_back ul li {
        margin-bottom: 2%;
    }
}
.tutorial_link ul li {
    display: inline-block;
    vertical-align: top;
    padding-left: 22px;
    text-indent: -22px;
    color: #333333;
}
.tutorial_link_back ul li {
    display: inline-block;
    vertical-align: top;
    padding-left: 22px;
    text-indent: -22px;
    color: #333333;
}

.tutorial_link ul li a, .tutorial_link ul li a:link {
    color: #0066aa;
    text-decoration: underline;
}
.tutorial_link_back ul li a, .tutorial_link_back ul li a:link {
    color: #0066aa;
    text-decoration: underline;
}

#main-cont .main-inner{
    margin: 0 auto;
    width: 96.08%;
    max-width: 980px;
}
@media screen and (max-width: 768px) {
    #main-cont .main-inner{
        padding: 0 1.96%;
    }
}
div.main-menu{
    position: relative;
}
.main-menu:after {
    content: "";
    clear: both;
    display: block;
}

#search fieldset {
    padding: 10%;
}
#search .kw_area .title_str {
    float: left;
    width: 100px;
    font-size: 75%;
    line-height: 1.75;
    font-weight: bold;
}

#search .kw_area #search-submit {
    padding: 0 10px;
    color: #ffffff;
    background-color:#000000;
}


.container{
    max-width: 600px;
    margin: 0 auto;
    border: solid 1px #ddd;
    box-sizing: content-box;
    position: relative;
    overflow: hidden;
}
.deviceImage {
    position: relative;
    max-width: 200%;
    height: 640px;
    left: -50%;
    width: 1200px;
}
.deviceImageLoad {
    pointer-events:none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#deviceImage {
    height: auto;
    width: 200%;
    left: -50%;
    position: relative;
}
#Loader{
    width: 20%;
    height: 20%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#BG{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 9999;
    display:none;
}
#HelpGrayLayer,
#GrayLayer{
    display:none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
}
.switchBox{
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.switch{
    width: 50%;
    margin: 15px 0;
    padding: 10px 0;
    display: inline-block;
    background-color: #f3f3f3;
    border: solid 1px #d6d3d3;
    float: left;
    color: #0066aa;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
.switch{
    width: 50%;
    margin: 0 0 15px;
    padding: 10px 0;
    display: inline-block;
    background-color: #f3f3f3;
    border: solid 1px #d6d3d3;
    float: left;
    color: #0066aa;
    text-decoration: none;
}
}
.switch.active,.switch:hover{
    background-color: #fff5ef;
    border: solid 1px #eb5505;
    color: #eb5505;
}


/** -----------------
* カテゴリ検索
--------------------*/

a.non_border{
	color: #000;
	text-decoration: none;
	display: block;
}

div#goaisatsu{
	margin: 0 auto;
}

div#g_area{
	border: 1px solid #d1d1d1;
	background-image: url("../images/category_search/ss_arrow.jpg");
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-color: #fff5ef;
}
div#g_area:hover{
	border: 1px solid #eb5505;
}
div#g_area .borderwrap{
	height: 100%;
	border: 2px solid transparent;
}
div#g_area:hover .borderwrap{
	border: 2px solid #eb5505;
}

div#g_left{
	display:inline;
	width: 35%;
	padding-left: 30px;
	text-align: center;
	font-weight: bold;
	color: #eb5505;
}

div#g_right{
	display:inline;
	padding-left: 20px;
	width: 65%;
}

div#g_area:after{
	display: block;
	clear: both;
}


div#category_menu_area{
	max-width: 980px;
	margin: 0 auto;
	overflow:auto;
}

ul#category_menu{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

ul#category_menu li{
    list-style-type: none;
    float: left;
    vertical-align: middle;
    width: 22%;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	margin-right: 4%;
	margin-bottom: 45px;
	background-color: #fff5ef;
}
ul#category_menu li:hover{
	border: 1px solid #eb5505;
}
ul#category_menu li a{
	text-decoration: none;
	display: block;
	border: 2px solid transparent;
    overflow: hidden;
}
ul#category_menu li a:hover{
	border: 2px solid #eb5505;
}

ul#category_menu li div.pss_name{
	display: table;
	width: 100%;
}

ul#category_menu li div.pss_name div.ss_name{
	display: table-cell;
	text-align: center;
	font-size: 18px;
	height: 50px;
	color: #eb5505;
	font-weight: bold;
}

ul#category_menu li img{
	padding: 2px;
	border-bottom: 1px solid #d1d1d1;
	background-color: #FFFFFF;
    -moz-transition: -moz-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    transition: transform 0.4s linear;
}
ul#category_menu li img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


@media screen and (min-width: 769px) {
	div#goaisatsu{
		max-width: 385px;
	}

	div#g_area{
		line-height: 50px;
		margin-bottom: 50px;
	}

	ul#category_menu li{
	}
	
	ul#category_menu li:nth-child(4n){
		margin-right: 0;
	}
}

@media screen and (min-width: 500px) and  (max-width: 768px) {
	
	div#goaisatsu{
		width: 100%;
	}
	div#g_area{
		margin-bottom: 20px;
	}
	
	div#g_left{
		display:inline-block;
		width: 100%;
		padding-top: 10px;
		padding-left: 40px;
		text-align: left;
	}

	div#g_right{
		display:inline-block;
		width: 100%;
		padding-top: 10px;
		padding-left: 40px;
                padding-bottom: 10px;
	}
	
	ul#category_menu li {
		width: 32%;
		border: 1px solid #d1d1d1;
		margin: 0 2% 15px 0;
	}
	
	ul#category_menu li:nth-child(3n){
		margin-right: 0;
	}
	
	ul#category_menu li div.pss_name div.ss_name{
		font-size: 14px;
	}

}

@media screen and (max-width: 499px){
	div#goaisatsu{
		width: 100%;
	}
	div#g_area{
		margin-bottom: 20px;
	}
	
	div#g_left{
		display:inline-block;
		width: 100%;
		padding-top: 10px;
		padding-left: 40px;
		text-align: left;
	}

	div#g_right{
		display:inline-block;
		width: 100%;
		padding-top: 5px;
		padding-left: 40px;
                padding-bottom: 10px;
	}
	
	ul#category_menu li {
		width: 33.333333333333%;
		border: 1px solid #d1d1d1;
		margin: 0 0 15px 0;
	}
	
	ul#category_menu li:nth-child(3n){
		margin-right: 0;
	}
	
	ul#category_menu li div.pss_name div.ss_name{
		font-size: 14px;
		height: 60px;
		max-height:60px;
	}
}
@media screen and (max-width: 350px){
	ul#category_menu li div.pss_name div.ss_name{
		font-size: 12px;
	}
}
/** -----------------
* 困ったとき
--------------------*/
div.q_and_a{
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 15px;
	overflow:auto;
}

ul.qa_menu{
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	letter-spacing: -.4em;
}

ul.qa_menu li{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

ul.qa_menu:before{
	clear:both;
}
li.qa_arrow.dummy{
	display:none;
}
@media screen and (min-width: 769px) {
	li.qa_arrow{
		background-color:#e6e6e6;
		position:relative;
		padding-left: 30px;
		width: 30%;
		font-weight: bold;
	}
	li.qa_arrow.dummy{
		display: inline-block;
		background-color: transparent;
	}
	li.qa_arrow:after{
		border:50px solid transparent;
		border-left-color:#e6e6e6;
		border-right-width:0;
		width:0;
		right:-50px;
		content:"";
		display:block;
		top:0px;
		position:absolute;
	}
	li.qa_arrow.dummy:after{
		border-left-color:transparent;
	}
	
	li.qa_contents{
		width: 28%;
	}
	
	li.qa_contents a{
		text-decoration: none;
		display: block;
		color: #000;
	}

	li.qa_contents:nth-child(2),
	li.qa_contents:nth-child(5),
	li.qa_contents:nth-child(8){
		margin-left: 10%;
	}

	li.qa_contents:nth-child(3),
	li.qa_contents:nth-child(6),
	li.qa_contents:nth-child(9){
		margin-left: 4%;
	}
}
.qa_contents a{
    margin-bottom: 10px;
    border: 1px #d1d1d1 solid;
}
.qa_contents a:hover{
    border: 1px #eb5505 solid;
}
div.qac_title{
    display: table;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border: 2px transparent solid;
    position: relative;
    z-index: 100;
    background-color: #fff5ef;
	height: 60px;
    color: #eb5505;
}
div.qac_title:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 2px;
    display: block;
    z-index: -1;
    background: #fff5ef;
	background-image: url("../images/category_search/ss_arrow.jpg");
	background-position: 95% 50%;
	background-repeat: no-repeat;
}
div.qac_title:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 2px;
    display: block;
    z-index: -5;
    background: #fff5ef;
}

li.qa_contents a:hover div.qac_title{
    border: 2px #eb5505 solid;
}

div.table_cell{
	display: table-cell;
	text-align: center;
}
div.table_cell-left{
	display: table-cell;
	text-align: left;
}
div.qac_table{
	display: table;
	width: 100%;
	height: 100px;
}
div.qac_info{
	font-size: 14px;
	line-height: 1.3;
}
div.qac_info.mb5p{
    margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
	li.qa_arrow{
		background-color:#f3f3f3;
		position:relative;
		width: 100%;
		font-weight: bold;
	}
	
	li.qa_contents{
		width: 100%;
	}
	
	div.qac_table{
		height: 50px;
	}
	.dummy div.qac_table{
		height: 0px;
	}
	
	div.qac_info{
		margin: 10px;
		line-height: 1.5;
	}
	div.qac_info.mb5p{
		margin: 10px;
	}
}

/** -----------------
* 便利な使い方
--------------------*/
div.hint{
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 50px;
	overflow:auto;
}

div.hint_title{
	display: table;
	width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
	font-weight: bold;
    border: 3px #eb5505 solid;
    position: relative;
    z-index: 100;
    background-color: #fff5ef;
	height: 60px;
}
div.hint_title:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px #eb5505 solid;
    margin: 2px;
    display: block;
    z-index: -1;
    background: #fff5ef;
}
div.hint_title:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px #eb5505 solid;
    margin: 2px;
    display: block;
    z-index: -5;
    background: #fff5ef;
}

div#hint_contents{
	margin-top: 50px;
}

div#hint_contents li{
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0 20px 30px;
	background-image: url("../images/category_search/ss_arrow.jpg");
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: 4px 7px;
}
div#hint_contents li.category{
    border-bottom: none;
}
div#hint_contents li.category.child{
    background-image: none;
    padding-left: 50px;
    border-bottom: none;
    padding-top: 0;
}
div#hint_contents li.category.child:before {
    display: inline-block;
    content: "・";
    color: #333333;
    vertical-align: middle;
}
div#hint_contents li.category.child a{
    display: inline-block;
}
div#hint_contents li.category.child.childlast{
    border-bottom: 1px solid #e5e5e5;
}
div#hint_contents li a{
	color: #0066aa;
	text-decoration: none;
	display: block;
}

@media screen and (max-width: 768px) {
	div#hint_contents{
		margin-top: 20px;
	}
	div.hint_title{
		font-size: 20px;
	}
}

/** -----------------
* 質問に答えながら設定する（セルフケア）
--------------------*/
#selfcare_alert{
    margin-top: 20px;
    padding-bottom: 20px;
}
#selfcare_alert .title{
    background-color: #fff;
    position: relative;
    display: inline;
    top: 15px;
    left: 10px;
    padding: 0 20px;
}
#selfcare_alert .text{
    border: 1px solid #333;
    padding: 20px 10px 10px 10px;
}

/*機能追加*/
.icon_mark{
    width: 150px;
    height: 150px;
}

.icon_block {
    position: relative;
}
.icon_mark{
    z-index: 0;
}

.icon_cont{
    width: 150px;
    height: 150px;
display: none;    
position: absolute;
top: 0px;
left: 0px;
    z-index: 10;
}

.icon_cont:hover {
    display:block;
}
.pos_r{
    position: relative;
}
#controlBtn{
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
}
.loading #prev,.loading #next{
    display: none;
}

/*操作説明*/
span.buttonTxt svg{
	width:20px;
	height:20px;
	margin-top:-10px;
}
g.buttonImg circle.st0{
	opacity:0.1;fill:#EB5505;
}
g.buttonImg circle.st1{
	fill:none;stroke:#EB5505;stroke-miterlimit:10;
}
g.buttonImg polygon.st2{
	fill:#EB5505;
}

/*機能追加*/

.frame03_00 #prev ,.frame03_00 #next, .frame04_00 #prev ,.frame04_00 #next {pointer-events : none;background-color:#dddddd;color:#666;}
.frame03_12 #prev ,.frame03_12 #next, .frame04_12 #prev ,.frame04_12 #next {pointer-events : none;background-color:#dddddd;color:#666;}
.frame03_24 #prev ,.frame03_24 #next, .frame04_24 #prev ,.frame04_24 #next {pointer-events : none;background-color:#dddddd;color:#666;}
.frame03_36 #prev ,.frame03_36 #next, .frame04_36 #prev ,.frame04_36 #next {pointer-events : none;background-color:#dddddd;color:#666;}

.frame01_00 #prev .st0,.frame01_00 #next .st0, .frame00_00 #prev .st0,.frame00_00 #next .st0,
.frame01_12 #prev .st0,.frame01_12 #next .st0, .frame00_12 #prev .st0,.frame00_12 #next .st0,
.frame01_24 #prev .st0,.frame01_24 #next .st0, .frame00_24 #prev .st0,.frame00_24 #next .st0,
.frame01_36 #prev .st0,.frame01_36 #next .st0, .frame00_36 #prev .st0,.frame00_36 #next .st0,
.frame03_00 #prev .st0,.frame03_00 #next .st0, .frame04_00 #prev .st0,.frame04_00 #next .st0,
.frame03_12 #prev .st0,.frame03_12 #next .st0, .frame04_12 #prev .st0,.frame04_12 #next .st0,
.frame03_24 #prev .st0,.frame03_24 #next .st0, .frame04_24 #prev .st0,.frame04_24 #next .st0,
.frame03_36 #prev .st0,.frame03_36 #next .st0, .frame04_36 #prev .st0,.frame04_36 #next .st0{opacity:0.1;fill:#dddddd;}

.frame01_00 #prev .st1,.frame01_00 #next .st1, .frame00_00 #prev .st1,.frame00_00 #next .st1,
.frame01_12 #prev .st1,.frame01_12 #next .st1, .frame00_12 #prev .st1,.frame00_12 #next .st1,
.frame01_24 #prev .st1,.frame01_24 #next .st1, .frame00_24 #prev .st1,.frame00_24 #next .st1,
.frame01_36 #prev .st1,.frame01_36 #next .st1, .frame00_36 #prev .st1,.frame00_36 #next .st1,
.frame03_00 #prev .st1,.frame03_00 #next .st1, .frame04_00 #prev .st1,.frame04_00 #next .st1,
.frame03_12 #prev .st1,.frame03_12 #next .st1, .frame04_12 #prev .st1,.frame04_12 #next .st1,
.frame03_24 #prev .st1,.frame03_24 #next .st1, .frame04_24 #prev .st1,.frame04_24 #next .st1,
.frame03_36 #prev .st1,.frame03_36 #next .st1, .frame04_36 #prev .st1,.frame04_36 #next .st1{fill:none;stroke:#dddddd;stroke-miterlimit:10;}

.frame01_00 #prev .st2,.frame01_00 #next .st2, .frame00_00 #prev .st2,.frame00_00 #next .st2,
.frame01_12 #prev .st2,.frame01_12 #next .st2, .frame00_12 #prev .st2,.frame00_12 #next .st2,
.frame01_24 #prev .st2,.frame01_24 #next .st2, .frame00_24 #prev .st2,.frame00_24 #next .st2,
.frame01_36 #prev .st2,.frame01_36 #next .st2, .frame00_36 #prev .st2,.frame00_36 #next .st2,
.frame03_00 #prev .st2,.frame03_00 #next .st2, .frame04_00 #prev .st2,.frame04_00 #next .st2,
.frame03_12 #prev .st2,.frame03_12 #next .st2, .frame04_12 #prev .st2,.frame04_12 #next .st2,
.frame03_24 #prev .st2,.frame03_24 #next .st2, .frame04_24 #prev .st2,.frame04_24 #next .st2,
.frame03_36 #prev .st2,.frame03_36 #next .st2, .frame04_36 #prev .st2,.frame04_36 #next .st2{fill:#dddddd;}

.frame01_00 #prev ,.frame01_00 #next, .frame00_00 #prev ,.frame00_00 #next {pointer-events : none;background-color:#dddddd;color:#666;}
.frame01_12 #prev ,.frame01_12 #next, .frame00_12 #prev ,.frame00_12 #next {pointer-events : none;background-color:#dddddd;color:#666;}
.frame01_24 #prev ,.frame01_24 #next, .frame00_24 #prev ,.frame00_24 #next {pointer-events : none;background-color:#dddddd;color:#666;}
.frame01_36 #prev ,.frame01_36 #next, .frame00_36 #prev ,.frame00_36 #next {pointer-events : none;background-color:#dddddd;color:#666;}

.btnTable{position: absolute;right: 0;top:0; width: 26%; height:100%;}
.btnTable div.control_btn {
    position: relative;
    width:100%;
    height:calc(100% / 6);
    background-color: #f3f3f3;
    border: solid 1px #d6d3d3;
    text-align: center;
    cursor: pointer;

box-shadow: -1px -1px 3px rgba(255,255,255,0.5), -1px -1px 3px rgba(0,0,0,0.5) inset;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #c3c3c3);
  background-image: linear-gradient(to bottom, #f3f3f3, #c3c3c3);
}
.btnTable div.control_btn span {
    display: inline-block;
    height: 25px;
    width: 90%;
    color: #0066aa;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .btnTable div.control_btn span {
        font-size: 14px;
        line-height: 14px;
        height: 19px;
    }
}

.btnTable div.control_btn.active {
    cursor: auto;
}

.btnTable div.control_btn.active,
.btnTable div.control_btn:hover {
    background-color: #fff5ef;
    border: solid 1px #eb5505;

box-shadow: 1px 1px 3px rgba(255,255,255,0.5), 1px 1px 3px rgba(0,0,0,0.5) inset;
  background-image: -webkit-linear-gradient(top, #fff5ef, #fff5ef);
  background-image: linear-gradient(to bottom, #fff5ef, #fff5ef);
}
.btnTable div.control_btn.active span,
.btnTable div.control_btn:hover span {color: #eb5505;}

.btnRow{display:table-row;}
.btnCell{display:table-cell;width: 33.3%;}
.controllerWrap{
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(50 / 50 * 100%);
}
.controllerWrap svg{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.controllerImg{width: 10%;height: auto;}
.controller .st0{opacity:0.1;fill:#EB5505;}
.controller .st1{fill:none;stroke:#EB5505;stroke-miterlimit:10;}
.controller .st2{fill:#EB5505;}

.controller:hover .st0{fill:#FFFFFF;}
.controller:hover .st1{opacity:0.6;fill:#EB5505;stroke:#FFFFFF;stroke-miterlimit:10;}
.controller:hover .st2{fill:#FFFFFF;}
