@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

#apps {
   text-align:center;
}
.app {
}
.app img {
   float: left;
    width: 46%;
    padding-right: 10px;
    padding-bottom: 10px;
}
.download {
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #00ccff;
    margin-bottom:20px;
}

.dagashi-sozai {
	background-image: url("https://studio.beatnix.co.jp/images/trans-bg.png");
	margin-bottom:20px;
}

.article h2 {
    background-color: #3aad8e;
    border-left: 0 none;
    color: #fff;
    padding: 10px 30px;
}

.my-frame {
     border: medium solid #3399cc;
     padding: 10px;
	border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
	margin-bottom: 30px;
}

/* チュートリアル */
.tutorial-intext {
    display: inline-block;
    position: relative;
    padding: 0px 1px;
    max-height: 20px;
    max-width: 30px;
    margin-top: -4px;
　　　　　margin-left: 3px;
    margin-right: 3px;
    /* bottom: -4px; */
}

.tutorial-tab-ref {
    border-top: 1px solid #D0D1D2;
    border-right: 1px solid #D0D1D2;
    border-left: 1px solid #D0D1D2;
    border-radius: 7px 7px 0px 0px;
    padding: 4px 4px 0px 4px;
    color: #636465;
    background-color: #E6E8E8;
}

.tutorial-motioncolor {
	color: #4A6CD4;
	font-weight: bold;
}
.tutorial-controlcolor {
	color: #cc9e2a;
	 font-weight: bold;
}
.tutorial-sensingcolor {
	 color: #009BD0;
	 font-weight: bold;
}
.tutorial-lookscolor {
	color: #8A55D7;
	 font-weight: bold;
}
.tutorial-eventscolor {
	color: #C88330;
	 font-weight: bold;
}
.tutorial-soundcolor {
	 color: #BB42C3;
	font-weight: bold;
}
.tutorial-operatorscolor {
	 color: #A0CC00;
	font-weight: bold;
}
.tutorial-datacolor {
	 color: #ed6015;
	font-weight: bold;
}
.notice {
	color: #ff0066;
	 font-weight: bold;
}
