/*****************************************************
	Anti Bootstrap
*****************************************************/
/* 以下の指定を削除すると印刷時にリンクのURLが印刷される */
@media print {
	a[href]:after {
		content: "" !important;
	}

	abbr[title]:after {
		content: "" !important;
	}
}
.row {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	margin-right: 0;
}

.for_pc {
	display: block;
}

.for_mobile {
	display: none;
}

/*
	PC / mobile
*/
#pcHeader {
	display: block;
}

#mobileHeader,
.slider {
	display: none;
}


/*
	Common
*/
body {
	font-size: 16px;
	color: #4d4d4d;
	overflow: scroll;
	z-index: 1;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

header {
	color: white;
	font-size: 18px;
	background-color: #1a1a1a;
	height: 70px;
}

a {
	outline:none;
}

/*
	Global Navigation
*/
nav {
	color: white;
	font-size: 18px;
	background-color: rgb(40,93,191);
	height: 50px;
}

.home {
	width: 60px;
	z-index: 2;
}

.menu {
	width: 220px;
	z-index: 2;
}

.environment ul,
#nav ul {
	padding-start: 0;
	padding-left: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}

.triangle {
	margin-left: 10px;
}

/*
	言語選択メニュー
*/
.langueage {
	border: 1px solid white;
	padding: 0 5px;
}

/*
	グローバルナビゲーション
*/
#nav a:hover img {
	opacity:1;
}

#nav a
{
	display: none;
}

#nav li
{
	list-style: none;
	float: left;
	position: relative;
    height:50px;
	line-height:50px;
    background-color: #285dbf;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
	#nav li div
	{
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		line-height: 1.3em;
		height: 100%;
	}

	#nav li div a {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		height: 100%;
	}


	#nav li a
	{
		display: block;
		color: #ffffff;
	    /*width:100%;*/
	    height:100%;
	    text-decoration:none;
	    text-align: center;
   	}
	#nav li a:active,
	#nav li a:hover
	{
		background-color: #1f4793;
	}

/* first level */
#nav > ul
{
	height: 50px;
	background-color: #ffffff;
}

		#nav ul li:hover {
			background-color: #1f4793;
		}

	/* second level */
	#nav li ul
	{
		display: none;
		position: absolute;
		width: 220px;
		color: #ffffff;
	}
		#nav li:hover ul
		{
			display: block;
			width: 220px;
			left: 0;
			right: 0;
		}
			#nav li ul li
			{
				width: 220px;
				background-color: #1f4793;
			}
			#nav li ul a:hover
			{
				background-color: #142f60;
			}
.menu_active {
	background-color: #1f4793 !important;
}

.menu_software_download {
	font-size: 16px;
	line-height: 1.2;
}

/*
	top page
*/

.linkPanelBG {
	width: 100%;
	background-color: rgb(230, 230, 230);
	margin-top: 25px;
}

.additionalBox {
	padding-right: 15px;
	padding-left: 15px;
	margin: 50px auto 25px auto;
}


.linkpanel {
	padding: 50px 0 20px 0;
}

.innerheader {
	/*	height: 100%;*/
/*	width: 100%;*/
	position: absolute;
	bottom: -60px;
}

.container {
	width: 990px;
	padding: 0;
}

#studuino_logo {
	display: flex;
	justify-content: flex-start;
	align-items:flex-end;
	color: white;
	height: 70px;
	padding-bottom: 10px;
}

#corporate_logo {
	display: flex;
	justify-content: flex-end;
	align-items:flex-end;
	color: white;
	height: 70px;
	padding-bottom: 10px;
}
#studuino_logo img,
#corporate_logo img {
	display: block;
}

.title {
	vertical-align: bottom;
}

/* Main Contents */
.main {
	padding-top: 60px;
	padding-bottom: 60px;
	line-height: 1.8;
}

/* Footer */
footer {
	display: block;
	width: 100%;
	color: white;
	background-color: #1a1a1a;
	height: 100px;
    padding-bottom: 20px;
    padding-top: 20px;
}

footer a:link,
footer a:visited,
footer a:active {
	color: white;
}

.footerLink {
	margin-bottom: 15px;
	text-align: center;
}

.copyright {
	font-size: 12px;
	text-align: center;
}

/*
	¥È¥Ã¥×¥Ú©`¥¸£º¸üÐÂÂÄšs
*/

.updateBox {
	border: 1px solid #999999;
	padding: 46px;
	margin: 50px 15px;
}

dl {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

dt {
	font-weight: inherit;
	margin-top: 20px;
}

dl dd {
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}

dl dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.updateBox ul li{
	padding-bottom: 0;
	margin-bottom: 0;
}

/*
	Top Page
*/
#panel {
	background-color: #e6e6e6;
	height: 538px;
	padding: 0 0 50px 0;
}

.tagline {
	font-size: 36px;
	margin-bottom: 10px;
}

.topbox_left {
	display: table-cell;
	width: 515px;
	height: 410px;
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	margin: auto;
	padding-top: 45px;
	padding-left: 60px;
	padding-right: 0;
}

.topbox_right {
	display: table-cell;
	width: 460px;
	height: 410px;
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: right;
	padding-top: 40px;
	padding-left: 0;
	padding-right: 0;
}

.mainVisual {
	height: 410px;
}

.mainVisual ul {
	margin-top: 30px;
	margin-left: 0;
	padding-left: 0;
}

.mainVisual li {
	list-style: none;
	font-size: 17px;
	line-height: 1.8em;
}

.mainVisual mono {
	font-size: 14px;
	color: #cccccc;
	font-family: monospace;
}

.point {
	display: table-cell;
	box-sizing: border-box;
	width: 300px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid rgb(40,93,191);
	margin-bottom: 30px;
	padding: 0;
}

.impact {
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 24px;
}

.subText {
	margin-bottom: 0;
	line-height: 1.8;
}

.linkBox {
	display: flex;
	align-items: center;
	box-sizing:border-box;
	vertical-align: middle;
	width: auto;
	height: 150px;
	background-color: white;
	border: 2px solid #4d4d4d;
	box-shadow: 4px 4px #b3b3b3;
	margin-bottom: 30px;
	font-size: 20px;
}

#TOP .linkbox  {
	width: 466px;
}

#TOP .linkBox.menu {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 60px;
}


a .linkBox {
	color: #4d4d4d;
}

a:hover .linkBox {
	border: 6px solid rgb(40,93,191);
	box-shadow: 4px 4px #b3b3b3;
	color: rgb(40,93,191);
}

.linkBox .content,
.topbox_left .content,
.topbox_right .content {
    vertical-align: middle;
    margin: 0 auto;
}

.point .content {
	display: flex;
	justify-content: center;
	align-content: center;
	height: 190px;
}

.inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
	padding-top: auto;
	padding-bottom: auto;
	/*margin-top: 2px;*/
}

#switch1,
#switch2,
#switch3,
#switch4 {
	display: block;
	width: 100px;
	height: 70px;
	overflow: hidden;
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
	vertical-align: middle;
}

#switch1 img,
#switch2 img,
#switch3 img,
#switch4 img {
	width: 100%;
}

a:hover img {
	opacity:0.6;
}


.downloadLink {
	display: block;
	text-align: center;
	width: 220px;
	height: 40px;
	color: white;
	background-color: #999999;
	margin-top: 38px;
	border-radius: 3px;
}

/*

*/
.introduction {
	margin: 0;
}

.introduction h2 {
	/*height: 40px;*/
	font-size: 18px;
	background-color: #e6e6e6;
	vertical-align: middle;
	padding: 9px 5px;
	margin: 30px 0 0 0;
}

.introduction .description {
	font-size: 16px;
	padding-left: 6px;
	margin-top: 12px;
}

.sectionTitle {
	font-size: 18px;
	padding: 0 10px;
}

.downloadPanel {
	float: left;
	margin-left: 0;
	padding: 0;
}

.downloadPanel li {
	list-style: none;
	float: left;
	margin-right: 30px;
}

.downloadPanel li:last-child {
	list-style: none;
	float: left;
	margin-right: 0;
}

a .downloadButton,
.downloadButton {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 300px;
	height: 80px;
	border-radius: 3px;
	color: #4d4d4d;
	background-color: #bdccd4;
	line-height: 1.2;
}

a:hover .downloadButton {
	opacity:0.6;
}

.osVersion {
	padding-left: 10px;
}

.icon {
	vertical-align: middle;
	width: 2%;
	margin-right: 10px;
}

.note {
	font-size: 14px;
}

.note_manual {
	padding: 30px 15px 0 15px;
}

.manual,
.software {
	margin-top: 60px;
}

.hardware_design {
	margin-top: 30px;
}

.software_design {
	margin-top: 20px;
}

.guide {
	margin-top: 40px;
}

/* ¥Ï©`¥É¥¦¥§¥¢ÙYÁÏ¥ê¥ó¥¯ÓÃ¶¨Áx */
.hardware_design .documentList {
	margin: 0;
	list-style-image: url(../img/pdf_icon_small.png);
}

.hardware_design .documentList li {
	margin-bottom: 8px;
}

.hardware_design .documentList li:last-child {
	margin-bottom: 0;
}

.hardware_design .documentList li span {
	top:-7px;
	position:relative;
}

/* È¡¤ê’Q¤¤ÕhÃ÷•ø¥ê¥ó¥¯ÓÃ¶¨Áx */
.documentList {
	margin: 8px 0 0 0;
	list-style-image: url(../img/pdf_icon_small.png);
}

.documentList li {
	margin-bottom: 20px;
}

.documentList li:last-child {
	margin-bottom: 0;
}

.documentList li span {
	top:-7px;
	position:relative;
}

.documentList .description {
	margin-top: -10px;
	font-size: 14px;
}


/* Studuino mini×¢á‹ÓÃ */
.mini_notice {
	float: left;
	margin-left: 0;
	list-style: none;
}

ul.mini_notice li:before {
	content: '※';
	margin-left:-14px;
}

/* Arduino¥Ú©`¥¸×¢á‹ÓÃ */
.arduino_note {
	list-style: none;
}

ul.arduino_note {
	background-color: #e6e6e6;
	padding: 20px 20px;
}

/* GitHub Icon */
.github {
	margin-top: 8px;
}

/* Border for section title */
h3 {
	font-size: 18px;
	border-top: 1px solid black;
	margin: 0;
	text-align: left;
	padding: 0;
}

h3 span {
	position: relative;
	top: -12px;
	padding-right: 10px;
	background-color: #f9f9f9;
}

/* ¥Ú©`¥¸¥¹¥¯¥í©`¥ë */
#page-top{
	position:fixed;
	display:none;
	width:100%;
	height:0;
	bottom:0px;
	z-index:2;
}
#page-top a{
	position:absolute;
	display:block;
	right:20px;
	width:60px;
	height:60px;
	background-image:url('../img/top_btn.png');
	bottom:110px;
}
#page-top a:hover{
	opacity:0.5;
}

mark {
	background-color: inherit;
	font-family: monospace;
	color: inherit;
}

/* ¤è¤¯¤¢¤ë¤´Ù|†– */
.faq_title {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: -10px;
	margin-bottom: -40px;
}

#TOP h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	background-color: #285dbf;
	line-height: 50px;
	margin-top: 0;
	margin-bottom: 25px;
}

.answer h2,
.faq h2 {
	height: 40px;
	font-size: 18px;
	background-color: #e6e6e6;
	vertical-align: middle;
	padding: 10px 5px;
	margin: 60px 0 30px 0;
}

ul.question {
	margin: 0 0 0 -40px;
	list-style: none;
}

ul.question li{
	border-top: 1px solid #999999;
	background-image:url("../img/faq/q.png");
	background-size: 30px 30px;
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding: 16px 0 16px 52px;
}

ul.question li:last-child{
	border-bottom: 1px solid #999999;
}

.faq .message {
	font-weight: bolder;
}


.faq a:link,
.faq a:visited,
.faq a:active {
	color: inherit;
}

.faq a:hover {
	color: #2196f3;
}

/* FAQ */
ul.answer {
	margin: 0 0 0 -40px;
	list-style: none;
}

ul.answer > li {
	background-image:url("../img/faq/a.png");
	background-size: 30px 30px;
	background-repeat:no-repeat;
	background-position: 0 14px;
	margin-top: 40px;
	padding: 16px 0 0 52px;
}

/* Œ²ß¤Îbox±íÊ¾ÓÃ */
.taisaku {
	margin-left: -50px;
	margin-top: 10px;
	border: 1px solid #999999;
	border-radius: 6px;
	padding: 20px;
	line-height: 1.4em;
	margin-right: 20px;
}

/* Œ²ßbox¤ÎÖÐ¤ÎŒ²ßí—Ä¿±íÊ¾ÓÃ */
ul.taisakuList {
	padding: 0;
}

ul.taisakuList > li {
	background-image:url("");
	list-style: none;
	margin: 0 0 0 3px;
	padding: 0;
}

/* Œ²ß¤ÎÖÐ¤Î¥¹¥Æ¥Ã¥×±íÊ¾ÓÃ */
ol.step li {
	margin: 0 0 60px 0;
}

ol.step li:last-child {
	margin: 0;
}

ol.step li > img {
	margin: 15px 0 15px 0;
}

/* FAQ¤Î»Ø´ð¥Ú©`¥¸¤«¤é‘ø¤ë¥Ü¥¿¥ó */
.faq_back {
	width: 180px;
	height: 30px;
	margin-top: 28px;
}

table {
	width: 800px;
	margin: 20px auto 0 auto;
}

tr {
	height: 32px;
}

tr:nth-child(odd) {
	background-color: white;
}

tr:nth-child(even) {
	background-color: #e6e6e6;
}

th {
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px;
}

td {
	font-size: 14px;
	padding: 5px 15px;
	vertical-align: top;
}

table.contact {
	width: 600px;
	margin: 0 auto 30px auto;
}

.catch_copy {
	font-size: 24px;
	margin: 20px 0;
}

.environment {
	margin: 60px auto 0 auto;
	width: 800px;
}

.environment li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 20px;
}

.information {
	margin-top: 60px;
}

.information img {
	border: 1px solid #c0c0c0;
	width: 280px;
	height: 410px;
}

.table_product {
	box-sizing:border-box;
	width: 680px;
	margin: 0 auto;
}

.image_slider {
	display: none;
}

.coulmn_switch {
	box-sizing:border-box;
	width: 120px;
	vertical-align: top;
	padding: 0;
	margin-right: 20px;
}

.coulmn_image {
	box-sizing:border-box;
	width: 562px;
	height: 392px;
	padding: 0;
	border: 1px solid #c0c0c0;
}

.box_frame1 {
	height: 30px;
	background-image: url("../img/top/corner.png");
	background-size: 30px 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.box_frame2 {
	height: 30px;
	background-image: url("../img/top/corner.png");
	background-size: 30px 30px;
	background-position: 0;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

form {
	width: 400px;
	text-align: left;
	margin: auto;
}

form li {
	text-align: left;
}

form.confirm {
	width: 600px;
}


::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	font-style: italic;
	font-weight: bold;
	color: blue;
}

input {
	margin-bottom: 0;
}

input[type="radio"] {
	margin-left: 0;
	margin-right: 10px;
	text-align: left;
}

textarea,
input[type="email"],
input[type="text"] {
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #c0c0c0;
	padding: 3px 5px;
}

input[type="button"],
input[type="submit"] {
	display: block;
	width: 150px;
	margin: 0 auto;
}

.form_box {
	margin-bottom: 30px;
}

form ul {
	padding-left: 20px;
}

form li {
	list-style: none;
	font-weight: normal;
}

select.language {
	display: block;
	width: 94px;
	height: 23px;
	font-size: 14px;
	background-color: #285dbf;
	color: white;
	border: 1px solid white;
	margin-right: 0;
	margin-left: auto;
	vertical-align: middle;
}

.language option{
	background-color: #e0e0e0;
	color: black;
}
#prodcut_image {
	width:560px;
}

h2.select_title {
	margin-top: 20px;
	margin-bottom: 15px;
}

.boxApp {
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.appName {
	margin-left: 10px;
	font-size: 30px;
    vertical-align: middle;
}

.appDescription {
	min-height: 120px;
}

.design_info {
	margin-top: 60px;
}

.hardware {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.download_title {
	font-size: 22px;
	color: #285dbf;
}

.boxSelect {
	width: 944px;
	margin: 0 auto;
}

.boxSelect > div {
	padding: 0 10px;
}

.linkBox.select {
	height: 200px;
}

.note_robo {
	font-size: 16px;
}

.platform_name {
	font-size: 28px;
	line-height: 1.2em;
	margin-bottom: 0;
}

p.installer {
	margin: 15px 0 30px 0;
	padding: 0 10px;
}

.installerLeft{
	padding-right: 30px;
	padding-left: 10px;
}

.installerRight {
	padding-left: 0;
	padding-right: 10px;
	padding-top: 5px;
}

.installerRight > .description {
	width: 300px;
	/*padding-right: 15px;*/
}

.procedure ol {
	margin-left: 40px;
	padding-left: 0;
}

.procedure ol li {
	margin-top: 5px;
}

ul.remark {
	margin-left: 0;
	padding-left: 0;
}

ul.download_notice {
	width: 300px;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 15px;
}

ul.download_notice li,
ul.download_notice li:last-child,
ul.remark li {
	list-style-type: none;
	margin-top: 0;
	text-indent: -1em;
	margin-left: 1em;
    margin-bottom: 0;
    margin-right: 0;
}

ul.download_notice li::before,
ul.remark li::before {
	content: "※";
}

a.downloadButton:hover  {
	color: #4d4d4d;
	opacity:0.6;
}

.buttonSecond {
	margin-top: 60px;
}

ul.thee_point_en > li {
	margin-left: 20px;
	list-style: disc;
	padding-left: 0;
}

.description.lang_en,
h2.lang_en {
	padding-left: 15px;
}
