@import url(https://connectortv.net/css/styles-category.css);
@import url(https://connectortv.net/css/styles-common.css);
@import url(https://connectortv.net/css/styles-content.css);
@import url(https://connectortv.net/css/styles-module.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

header {
    visibility: hidden;
    display: none;
}

#flowerdivcontainer {
	width: 426px;
	height: 550px;
	}

#sd .block_t {
max-width: 280px;
margin: 8px 0px;
padding: 0px;
font-family: "Lucida Grande", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
line-height: 1em;
text-align: center;
color: #fff;
}

.twitter-timeline {
max-width: 280px;
text-align: center;
}

/*===== タブレット用 =====*/

@media screen and (max-width: 959px) {

body {
	overflow-x: hidden;
}

header {
    visibility: visible;
    display: block;
  padding: 10px 0px;
  background-color: #ffd000;
}

/*ヘッダー*/
.l-header {
  background-color: #ffd000;
  width: 100%;
  height: 40px;
  position: relative;
  top: 0;
  left: 0;
    z-index: 999;
}

/*ドロワー*/
.l-drawer {
  position: relative;
}

.l-drawer img.title_jp {
	margin: 0px 0px 0px 10px;
	}

.l-drawer__checkbox {
  display: none;
}
.l-drawer__icon {
  cursor: pointer;
  display: block;
  width: 56px;
  height: 40px;
  position: fixed;
  right: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #009be2;
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  content: " ";
}
.l-drawer__icon-parts:before {
  top: 16px;
}
.l-drawer__icon-parts:after {
  top: -16px;
}
.l-drawer__overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
.l-drawer__menu {
  background-color: rgba(0,0,0,0.6);
  color: #000;
  max-width: 100%;
  width: 320px;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -320px;
}
.l-drawer__icon {
  z-index: 4;
}
.l-drawer__menu {
  z-index: 3;
}

.l-drawer__menu h1 {
	margin: 41px 5px 0px 5px;
	padding: 0px;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
	}

.l-drawer__menu dl {
width: 95%;
margin: 0px 5px;
padding: 0px;
	border-top: 1px dotted #009be2;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
font-size: 16px;
font-weight: normal;
list-style-type: none;
text-align: left;
}

.l-drawer__menu dl dt.no a { color: #009be2; text-decoration: none; display: block; padding: 12px 0px 10px 25px; background-image: url(../img/li_man_off.png); background-repeat: no-repeat; background-position: 5px 10px; }
.l-drawer__menu dl dt.no a:hover { color: #fff; background: #0839ed; text-decoration: underline; display: block; padding: 12px 0px 10px 25px; background-image: url(../img/li_man_on.png); background-repeat: no-repeat; background-position: 5px 10px; }

.l-drawer__menu dl dt.parent {
margin: 0px;
padding: 12px 0px 10px 25px;
border-bottom: 1px dotted #009be2;
background-image: url(../img/li_man_off.png);
background-repeat: no-repeat;
background-position: 5px 10px;
color: #009be2;
text-decoration: none;
display: block;
line-height: 1em;
z-index: 200;
position: relative;
}

.l-drawer__menu dl dt.parent:hover {
margin: 0px;
padding: 12px 0px 10px 25px;
border-bottom: 1px dotted #009be2;
background-color: #0839ed;
background-image: url(../img/li_man_on.png);
background-repeat: no-repeat;
background-position: 5px 10px;
color: #fff;
text-decoration: underline;
display: block;
line-height: 1em;
position: relative;
}

.l-drawer__menu dl  dd {
width: 96px;
height: 300px;
margin: -276px 0px 0px 106px;
padding: 0px;
position: absolute;
overflow: hidden;
display: none;
background: #fff;
z-index: 200;
opacity: 0;
}

.l-drawer__menu dl ul {
width: 199px;
margin: 0px;
padding: 0px;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
font-size: 14px;
font-weight: normal;
list-style-type: none;
text-align: left;
}

.l-drawer__menu dl dd ul a {
width: 80px;
margin: 0px;
padding: 7px 0px 5px 16px;
border-bottom: 1px dotted #009be2;
background-color: #0839ed;
background-image: url(../img/li_man_on.png);
background-repeat: no-repeat;
background-position: left;
color: #fff;
text-decoration: none;
display: block;
line-height: 1em;
}

.l-drawer__menu dl dd ul a:hover {
width: 80px;
margin: 0px;
padding: 7px 0px 5px 16px;
background-color: #fff;
border-bottom: 1px dotted #009be2;
background-image: url(../img/li_man_off.png);
background-repeat: no-repeat;
background-position: left;
color: #009be2;
text-decoration: underline;
display: block;
line-height: 1em;
}

.l-drawer__menu dl dd ul li {
margin: 0px;
padding: 0px;
line-height: 1em;
}

.l-drawer__overlay {
  z-index: 2;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.3;
  pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#container {
	width: 100%;
	}

img {
	max-width: 100%;
	height: auto;
}

.top {
  background-size: 150%;
  background-position: -120px 0px;
	}

#container .header {
	width: 100%;
	}

#container .header img {
	width: 100%;
	}

#container .header img.spacer_delete {
    visibility: hidden;
    display: none;
	}

#ad,
#bd,
#cd,
#ed {
    visibility: hidden;
    display: none;
	}

#md {
	width: 66%;
	margin: 95px 0px 0px 10px;
	padding: 0px;
    float: left;
	}

#md iframe {
width: 100%;
	max-height: 320px;
}

#flowerdivcontainer {
	height: 480px;
	}

#sd {
	width: 30%;
	margin: 95px 5px 0px 0px;
	padding: 1px 0px 10px 10px;
	background-repeat: repeat;
	text-align: center;
    float: right;
	}

#sd .fb-like {
margin: 10px 0px 0px 3px;
padding: 10px 0px 0px 0px;
}

#sd .block_t {
	margin: 10px 10px -30px 10px;
text-align: center;
	}

#menu {
    max-width: 95%;
clear: both;
}

#menu .rounded_input {
    visibility: hidden;
    display: none;
}

#grid-content .block {
	width: 27%;
}

#grid-content .block .summary p {
	font-size: 14px;
	line-height: 1.6em;
	}

#main,
#library {
	width: 97%;
	margin: 12px 0px 10px 8px;
	padding: 8px 0px;
	float: none;
	background-image: none;
	}

#main .block {
	margin: 0px;
	padding: 8px;
	text-align: left;
}

#main .block .content,
#library .block .content {
	width: 98%;
	}

#main .block .content p,
#library .block .content p {
	margin: 5px 0px 10px 5px;
	font-size: 16px;
	line-height: 1.8em;
	}

#main .youtube {
	margin: 5px 10px 0px 0px;
	padding: 0px;
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	text-align: right;
	}

#main .block .summary,
#main .block .related,
#main .block .equipment,
#library .block .summary {
	width: 97%;
	}

#main .block .summary p,
#library .block .summary p {
	font-size: 15px;
	line-height: 1.7em;
	}

#main .block .credit,
#library .block .credit {
	width: 94%;
	padding: 10px;
	}

#main .block .credit p,
#library .block .credit p {
	font-size: 14px;
	line-height: 1.6em;
	}

#main .block .related p {
	margin: 5px 0px 15px 10px;
	font-size: 14px;
	line-height: 1.7em;
	}

#main .block .equipment p {
	font-size: 13px;
	line-height: 1.6em;
	}

#main .block #containers iframe {
	width: 100%;
min-height: 360px;
}

#main .pages {
	margin: 5px 10px 0px 0px;
	}

#library .block {
	margin: 5px 15px 5px 16px;
	padding: 5px 0px;
	border-top: dotted #999 1px;
	clear: both;
}

#library .order {
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

#footer {
	width: 95%;
	margin: 16px 0px 16px 8px;
	padding: 8px;
	}

}




/*========== スマホ用 ==========*/

@media screen and (max-width: 559px) {

body {
	overflow-x: hidden;
}

header {
    visibility: visible;
    display: block;
  padding: 10px 0px;
  background-color: #ffd000;
}

/*ヘッダー*/
.l-header {
  background-color: #ffd000;
  width: 100%;
  height: 40px;
  position: relative;
  top: 0;
  left: 0;
    z-index: 999;
}

/*ドロワー*/
.l-drawer {
  position: relative;
}

.l-drawer img.title_jp {
	margin: 0px 0px 0px 10px;
	}

.l-drawer__checkbox {
  display: none;
}
.l-drawer__icon {
  cursor: pointer;
  display: block;
  width: 56px;
  height: 40px;
  position: fixed;
  right: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #009be2;
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  content: " ";
}
.l-drawer__icon-parts:before {
  top: 16px;
}
.l-drawer__icon-parts:after {
  top: -16px;
}
.l-drawer__overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
.l-drawer__menu {
  background-color: rgba(0,0,0,0.6);
  color: #000;
  max-width: 100%;
  width: 320px;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -320px;
}
.l-drawer__icon {
  z-index: 4;
}
.l-drawer__menu {
  z-index: 3;
}

.l-drawer__menu h1 {
	margin: 30px 5px 0px 5px;
	padding: 0px;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
	}

.l-drawer__menu dl {
width: 95%;
margin: 0px 5px;
padding: 0px;
	border-top: 1px dotted #009be2;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
font-size: 16px;
font-weight: normal;
list-style-type: none;
text-align: left;
}

.l-drawer__menu dl dt.no a { color: #009be2; text-decoration: none; display: block; padding: 12px 0px 10px 25px; background-image: url(../img/li_man_off.png); background-repeat: no-repeat; background-position: 5px 10px; }
.l-drawer__menu dl dt.no a:hover { color: #fff; background: #0839ed; text-decoration: underline; display: block; padding: 12px 0px 10px 25px; background-image: url(../img/li_man_on.png); background-repeat: no-repeat; background-position: 5px 10px; }

.l-drawer__menu dl dt.parent {
margin: 0px;
padding: 12px 0px 10px 25px;
border-bottom: 1px dotted #009be2;
background-image: url(../img/li_man_off.png);
background-repeat: no-repeat;
background-position: 5px 10px;
color: #009be2;
text-decoration: none;
display: block;
line-height: 1em;
z-index: 200;
position: relative;
}

.l-drawer__menu dl dt.parent:hover {
margin: 0px;
padding: 12px 0px 10px 25px;
border-bottom: 1px dotted #009be2;
background-color: #0839ed;
background-image: url(../img/li_man_on.png);
background-repeat: no-repeat;
background-position: 5px 10px;
color: #fff;
text-decoration: underline;
display: block;
line-height: 1em;
position: relative;
}

.l-drawer__menu dl  dd {
width: 96px;
height: 300px;
margin: -250px 0px 0px 106px;
padding: 0px;
position: absolute;
overflow: hidden;
display: none;
background: #fff;
z-index: 200;
opacity: 0;
}

.l-drawer__menu dl ul {
width: 199px;
margin: 0px;
padding: 0px;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
font-size: 14px;
font-weight: normal;
list-style-type: none;
text-align: left;
}

.l-drawer__menu dl dd ul a {
width: 80px;
margin: 0px;
padding: 7px 0px 5px 16px;
border-bottom: 1px dotted #009be2;
background-color: #0839ed;
background-image: url(../img/li_man_on.png);
background-repeat: no-repeat;
background-position: left;
color: #fff;
text-decoration: none;
display: block;
line-height: 1em;
}

.l-drawer__menu dl dd ul a:hover {
width: 80px;
margin: 0px;
padding: 7px 0px 5px 16px;
background-color: #fff;
border-bottom: 1px dotted #009be2;
background-image: url(../img/li_man_off.png);
background-repeat: no-repeat;
background-position: left;
color: #009be2;
text-decoration: underline;
display: block;
line-height: 1em;
}

.l-drawer__menu dl dd ul li {
margin: 0px;
padding: 0px;
line-height: 1em;
}

.l-drawer__overlay {
  z-index: 2;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.3;
  pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#container {
	width: 100%;
	}

img {
	max-width: 100%;
	height: auto;
}

.top {
  background-size: 180%;
  background-position: -120px 0px;
	}

#container .header {
	width: 100%;
	}

#container .header img {
	width: 100%;
	}

#container .header img.spacer_delete {
    visibility: hidden;
    display: none;
	}

#ad,
#bd,
#cd,
#ed {
    visibility: hidden;
    display: none;
	}

#md {
	width: 96%;
	height: 360px;
	margin: 100px 0px 0px 10px;
	padding: 0px;
    clear: left;
    float: none;
	}

#flowerdivcontainer {
	width: 100%;
	height: 360px;

	}

#md iframe {
	width: 100%;
	height: auto;
}

#md .block .summary {
	width: 100%;
	}

#md .block .all {
    visibility: hidden;
    display: none;
	}

#md .modernbricksmenu2 {
    visibility: hidden;
    display: none;
}

#sd {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 10px 12px;
	background-repeat: repeat;
	text-align: center;
    clear: both;
    float: none;
	}

#sd .fb-like {
    clear: both;
}

#sd .block_t {
	margin: 50px 10px -30px 10px;
text-align: center;
	}

#menu {
    visibility: hidden;
    display: none;
	}


#grid-content .block {
	width: 90%;
}

#grid-content .block .summary p {
	font-size: 14px;
	line-height: 1.6em;

	}

#main,
#library {
	width: 94%;
	margin: 12px 0px 10px 8px;
	padding: 8px 0px;
	float: none;
	background-image: none;
	}

#main .block {
	margin: 0px;
	padding: 8px;
	text-align: left;
}

#main .youtube {
	margin: 5px 10px 0px 0px;
	padding: 0px;
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	text-align: right;
	}

#main .block .content,
#library .block .content {
	width: 98%;
	}

#main .block .content p,
#library .block .content p {
	margin: 5px 0px 10px 5px;
	font-size: 16px;
	line-height: 1.8em;
	}

#main .block .summary,
#main .block .related,
#main .block .equipment,
#library .block .summary {
	width: 97%;
	}

#main .block .summary p,
#library .block .summary p {
	font-size: 15px;
	line-height: 1.7em;
	}

#main .block .credit,
#library .block .credit {
	width: 94%;
	padding: 10px;
	}

#main .block .credit p,
#library .block .credit p {
	font-size: 14px;
	line-height: 1.6em;
	}

#main .block .related p {
	margin: 5px 0px 15px 10px;
	font-size: 14px;
	line-height: 1.7em;
	}

#main .block .equipment p {
	font-size: 13px;
	line-height: 1.6em;
	}

#main .block #containers iframe {
	width: 100%;
	height: auto;
	min-height: 200px;
}

#main .pages {
	margin: 5px 10px 0px 0px;
	}

#library .block {
	margin: 5px 15px 5px 16px;
	padding: 5px 0px;
	border-top: dotted #999 1px;
	clear: both;
}

#library .block .cover {
	margin: 0px;
	padding: 10px 0px;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	float: none;
}

#library .order {
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

#footer {
	width: 90%;
	margin: 16px 0px 16px 8px;
	padding: 8px;
	}

#footer .menu {
    visibility: hidden;
    display: none;
	}

}