@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/labo/ for jQuery Samples

++++++++++++++++++++++++++++++++++++++++ */

html {
	height: 100%;
}

body {
	background: #333;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a,
.popupNote {
	display: inline-block;
	color: #36a;
	cursor: pointer;
	transition: .2s;
}
a:hover {
	opacity: .7;
}

#container {
	overflow: hidden;
	min-width: 1200px;
	padding-top: 120px;
}

h1 {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	min-width: 1200px;
	padding: 20px 0;
	background: #eee;
	text-align: center;
	letter-spacing: .2em;
	font-size: 30px;
	line-height: 1;
}

article {
	position: relative;
	width: 660px;
	min-height: 620px;
	margin: auto;
	padding: 0 520px 0 20px;
}

section {
	position: relative;
	z-index: 1;
}
section section,
.featureBox ul,
#update ul {
	padding: 20px;
	border-radius: 10px;
	background: #eee;
	text-align: left;
}
section section {
	width: 580px;
	margin: 30px auto 0;
}
section section p {
	margin-top: 10px;
	font-size: 90%;
}

h2 {
	margin-bottom: 20px;
	background: #eee;
	letter-spacing: .1em;
	font-size: 20px;
	line-height: 40px;
}

h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px;
	font-size: 18px;
	line-height: 1;
}

h4 {
	padding-left: 10px;
	border-left: solid 4px #333;
	font-size: 16px;
	line-height: 1;
}

ol li {
	position: relative;
	margin-top: 10px;
	padding-left: 30px;
	counter-increment: list;
}
ol li:before {
	content: counter(list);
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	border-radius: 10px;
	background: #999;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
ol li:first-child {
	margin-top: 0;
}

.btn {
	display: inline-block;
	position: relative;
	width: 220px;
	margin: 30px auto 0;
	border: 0;
	border-radius: 10px;
	background: #36a;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}
.btn:before,
.btn:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	border: solid 8px transparent;
	border-left-color: #fff;
	border-right-width: 0;
	vertical-align: middle;
}
.btn:after {
	right: 13px;
	border-left-color: #36a;
}
.btn+.btn {
	margin-left: 20px;
}

.popupNote {
	border-bottom: dashed 1px #fc6;
	color: #fc6;
}

.popupNoteContents {
	display: none;
	position: absolute;
	z-index: 10;
	box-sizing: border-box;
	max-width: 90%;
	max-height: 90%;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 5px;
	background: rgba(51,51,51,.8);
	text-align: left;
	color: #fff;
	font-size: 90%;
}
.popupNoteContents.open {
	display: block;
}

.popupNoteClose {
	display: block;
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	margin: 0 0 5px 5px;
	border: 0;
	border-radius: 5px;
	background: #999;
	color: #fff;
}
.popupNoteClose:before,
.popupNoteClose:after {
	content: '';
	position: absolute;
	left: 2px;
	top: 14px;
	height: 2px;
	width: 26px;
	background: #fff;
}
.popupNoteClose:before {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.popupNoteClose:after {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}


/* ----------------------------------------
	main
---------------------------------------- */

#main {
	z-index: 2;
	padding: 0 20px;
}
#main h2 {
	margin: 0 -20px 20px;
}

/* note
---------------------------------------- */

#note li {
	padding: 0 10px 10px;
	background: #eee;
	color: #f66;
}
#note li:before {
	content: '※';
}
#note li:first-child {
	position: relative;
	margin-top: 10px;
	padding-top: 36px;
}
#note li:first-child:after {
	content: '注意事項';
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	font-size: 16px;
	line-height: 1;
}

/* btnOpen
---------------------------------------- */

#btnOpen {
	display: none;
}

/* menu
---------------------------------------- */

#menu .btn,
#menu .close {
	display: none;
}

#optTagBox,
#optTag div,
#htmlTagBox {
	padding: 10px;
	background: rgba(255,255,255,.5);
}
#htmlTagBox {
	display: block;

	box-sizing: border-box;
	width: 100%;
	height: 200px;
	font: inherit;
}

#optTag h4 {
	margin: 20px 0 10px;
}

#optTagBox {
	margin: 0;
	font: inherit;
}

/* #menu.js */

#menu.js {
	z-index: 1;
	margin-top: 10px;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	background: #36a;
}
#menu.js>li {
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
#menu.js .btn {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 36px 0 10px;
	background: #fff;
	color: #36a;
	font-size: 14px;
	line-height: 40px;
}
#menu.js .btn:before,
#menu.js .btn:after {
	margin-top: -4px;
	border-left-color: transparent;
	border-right-width: 8px;
	border-top-width: 0;
	border-bottom-color: #36a;
	transition: .2s;
}
#menu.js .btn:after {
	right: 10px;
	margin-top: -1px;
	border-bottom-color: #fff;
}
#menu.js section {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 100%;
	margin: 0 0 0 -10px;
	border-radius: 10px 0 10px 10px;
	background: rgba(0,0,51,.8);
	color: #fff;
	transition: .2s;
}
#menu.js h3,
#menu.js h4 {
	border-color: #fff;
}
#menu.js section a {
	color: #fff;
}

#menu.js .close {
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 30px;
	border-radius: 0 10px 10px 0;
	text-align: left;
	text-decoration: none;
	font-size: 30px;
	line-height: 60px;
	background: rgba(0,0,51,.8);
}
#menu.js .close:after {
	content: '×';
}
#menu.js .close:hover {
	opacity: 1;
	color: #ccc;
}

/* open */

#menu.js .open {
	overflow: visible;
}
#menu.js .open .btn {
	background: #003;
	color: #fff;
}
#menu.js .open .btn:before,
#menu.js .open .btn:after {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
#menu.js .open .btn:before {
	border-bottom-color: #fff;
}
#menu.js .open .btn:after {
	margin-top: -7px;
	border-bottom-color: #003;
}
#menu.js .open section {
	opacity: 1;
	margin: 0 0 10px;
}

#menu.js .open #htmlTagBox {
	border-color: #fff;
	color: #fff;
}

/* changed */

#menu .changed .btn {
	text-decoration: underline;
	color: #030;
}
#menu .changed .btn:before {
	border-bottom-color: #030;
}

#menu .open.changed .btn {
	background: #030;
}
#menu .open.changed .btn:after {
	border-bottom-color: #030;
}

#menu .open.changed section {
	background: rgba(0,51,0,.8);
}
#menu .open.changed .close {
	background: rgba(0,51,0,.8);
}


/* ----------------------------------------
	featureBox
---------------------------------------- */

.featureBox {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 1;
	width: 480px;
	height: 60px;
	padding-top: 560px;
}
.featureBox:hover {
	z-index: 2;
}

#btnClose {
	display: none;
}

.featureBox section {
	position: absolute;
	left: 0;
	top: 60px;
	bottom: 80px;
	z-index: 1;
	width: 100%;
}
.featureBox h2 {
	position: absolute;
	left: 0;
	top: -60px;
	width: 100%;
	border-radius: 5px 5px 0 0;
	transition: .2s;
}
.featureBox section>div {
	position: absolute;
	height: 100%;
	transition: .3s;
}

/* Multi Column
---------------------------------------- */

.featureBox[data-col] h2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -10px;
	border: solid transparent;
	border-width: 6px 10px 0;
	border-top-color: #eee;
	transition: .2s;
}
.featureBox[data-col] h2:hover:before,
.featureBox[data-col] .on h2:before {
	border-top-width: 12px;
}

.featureBox[data-col] :not(.on) h2 {
	top: -50px;
	font-size: 90%;
	line-height: 30px;
	background: #666;
	color: #fff;
	cursor: pointer;
}
.featureBox[data-col] :not(.on) h2:before {
	border-top-color: #666;
}

.featureBox[data-col='2'] h2 {
	width: 49%;
}
.featureBox[data-col='2'] section+section h2 {
	left: auto;
	right: 0;	
}

.featureBox[data-col] section>div {
	visibility: hidden;
	opacity: 0;
}

.featureBox[data-col] .on {
	z-index: 2;
}
.featureBox[data-col] .on>div {
	visibility: visible;
	opacity: 1;
}

/* List
---------------------------------------- */

.featureBox ul {
	overflow-x: hidden;
	box-sizing: border-box;
	height: 100%;
}
.featureBox li {
	padding: 5px 0;
	transition: .2s;
}
.featureBox dl {
	text-align: left;
	line-height: 30px;
}
.featureBox dt {
	float: left;
	width: 90px;
	text-align: right;
	white-space: nowrap;
}
.featureBox dt:after {
	content: ':';
}
.featureBox dd {
	margin-left: 100px;
}

.featureBox .block dt {
	float: none;
	width: auto;
	text-align: left;
}

.featureBox input,
.featureBox select {
	box-sizing: border-box;
	width: 140px;
	height: 30px;
	margin-right: 10px;
	padding: 0 10px;
	border: 0;
	border-radius: 5px;
	font: inherit;
}
.featureBox p,
.featureBox .html dd {
	margin: 5px 0 0;
	padding: 5px 10px;
	background: rgba(255,255,255,.5);
	font-size: 90%;
	line-height: 1.75;
}

.featureBox input[type="text"]:disabled {
	opacity: .3;
	background: #000;
	color: #fff;
}

.featureBox .changed {
	background: #9c6;
	color: #fff;
}
.featureBox .changed p {
	background: rgba(0,0,0,.1);
}

.featureBox .error {
	background: #c33;
	color: #fff;
}
.featureBox dd .error {
	margin-top: 5px;
	padding: 0 5px;
}

.featureBox .html {
	margin-top: 20px;
}
.featureBox .html dt {
	float: none;
	width: auto;
	text-align: left;
	white-space: normal;
	line-height: 1.5;
}

/* btnReboot
---------------------------------------- */

#btnReboot {
	position: absolute;
	left: 0;
	top: 100%;
	width: 480px;
}
#btnReboot:before,
#btnReboot:after {
	right: auto;
	left: 10px;
	margin-top: -12px;
	border-width: 12px;
	border-left-width: 0;
	border-right-color: #fff;
}
#btnReboot:after {
	left: 24px;
}

/* methodList
---------------------------------------- */

#methodList {
	bottom: 0;
}
#methodList dd {
	position: relative;
}
#methodList a {
	position: absolute;
	right: 100%;
	top: 35px;
	margin-right: 10px;
	padding: 0 10px;
	border-radius: 0 5px 5px 0;
	background: #36a;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	line-height: 30px;
}
#methodList a:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	border: solid transparent;
	border-width: 15px 15px 15px 0;
	border-right-color: #36a;
}


/* ----------------------------------------
	update
---------------------------------------- */

#update {
	margin: 30px auto 0;
}
#update li {
	position: relative;
	margin-top: 5px;
	padding-left: 14ex;
}
#update li:first-child {
	margin-top: 0;
}
#update time {
	position: absolute;
	left: 0;
	top: 0;
	width: 12ex;
	background: #999;
	text-align: center;
	color: #fff;
}


/* ----------------------------------------
	footer
---------------------------------------- */

footer {
	margin-top: 50px;
	background: #eee;
	line-height: 40px;
}



/* ++++++++++++++++++++++++++++++++++++++++

	for Smart Devices

++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width: 768px){
	
body {
	padding-top: 50px;
	font-size: 12px;
}

.optOpen {
	height: 100%;
	overflow: hidden;
}

#container {
	min-width: 320px;
	padding-top: 20px;
}

h1 {
	min-width: 320px;
	padding: 0;
	font-size: 20px;
	line-height: 50px;
}

article {
	width: auto;
	padding: 0;
}

h2 {
	margin: 0 -3.5% 20px;
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
	line-height: 1.3
}

section section,
.featureBox ul,
#update ul {
	padding: 6.67%;
}
section section {
	width: auto;
	margin-top: 15px;
}

.btn {
	display: block;
	line-height: 40px;
	margin-top: 15px;
}
.btn+.btn {
	margin-left: auto;
}

.popupNoteContents {
	min-width: 50%;
}


/* ----------------------------------------
	main
---------------------------------------- */

#main {
	padding: 0 3.125%;
}

#btnOpen {
	display: block;
}

/* menu
---------------------------------------- */

#optTag h4 {
	margin: 10px 0;
}

/* #menu.js */

#menu.js {
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: none;
}
#menu.js>li {
	overflow: auto;
	display: list-item;
	margin: 0;
}
#menu.js .btn,
#menu.js .close {
	display: none;
}
#menu.js section,
#menu .open.changed section {
	opacity: 1;
	position: static;
	margin: 15px 0 0;
	border-radius: 10px;
	background: #eee;
	color: #333;
}
#menu.js h3,
#menu.js h4 {
	border-color: #333;
}
#menu.js section a {
	color: #36a;
}

#menu.js .open {
	overflow: auto;
}
#menu.js .open section {

	margin: 15px 0 0;
}

#menu.js #htmlTagBox {
	border-color: #b4b4b4;
	color: #333;
}


/* ----------------------------------------
	featureBox
---------------------------------------- */

.featureBox {
	opacity: 0;
	position: fixed;
	right: -100%;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding-top: 0;
	background: rgba(0,0,0,.75);
	transition: .3s;
}

.featureBox.open {
	opacity: 1;
	right: 0;
}

#btnClose {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	width: 30px;
	height: 30px;
}
#btnClose:before,
#btnClose:after {
	content: '';
	position: absolute;
	left: 10%;
	top: 50%;
	width: 80%;
	height: 2px;
	margin-top: -1px;
	background: #fff;
}
#btnClose:before {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}
#btnClose:after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.featureBox section {
	left: 3.125%;
	right: 3.125%;
	top: 130px;
	width: auto;
}
.featureBox h2 {
	margin: 0;
}

.featureBox :not(.on) h2 {
	opacity: 1;
}

.featureBox ul {
	padding: 6.67% 3.33%;
	background: rgba(255,255,255,.8);
}
.featureBox li {
	padding: 10px;
	border-top: solid 1px #333;
}
.featureBox li:first-child {
	padding-top: 0;
	border: 0;
}
.featureBox dl {
	line-height: 20px;
}
.featureBox dt {
	float: none;
	width: auto;
	margin-bottom: 5px;
	text-align: left;
	font-size: 14px;
}
.featureBox dd {
	margin-left: 0;
}
.featureBox input,
.featureBox select {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

/* btnReboot
---------------------------------------- */

#btnReboot {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	margin-top: 20px;
}

/* methodList
---------------------------------------- */

#methodList {
	bottom: 20px;
}
#methodList a {
	display: block;
	position: relative;
	right: 0;
	top: 0;
	margin: 10px 0 0 15px;
	padding-right: 25px;
	text-align: center;
}


/* ----------------------------------------
	update
---------------------------------------- */

#update {
	margin-top: 15px;
	padding: 0 3.125%;
}


/* ----------------------------------------
	footer
---------------------------------------- */

footer {
	margin-top: 30px;
}

/* Break Point */
}