/*質問内容1*/
.box {
    width: 1000px;
    margin: 2em auto;
    padding: 1px 2em;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;    
}
.box p {
    margin: 0; 
    padding: 0;
}
.yazirushi {
    position: relative;
    top: -23px;/*ここで場所変更*/
    left: 70px;/*ここで場所変更*/
    width: 30px;
    height: 10px;
    background-color: red;
}
.yazirushi1 {
  width: 0;
  height: 0;
  position: relative;
  top: -5px;/*基準は"yazirushi"*/
  left: 30px;/*基準は"yazirushi"*/
  border-left: 10px solid red;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.traiangle {
  width: 0;
  height: 0;
  position: relative;
  top: 25px;
  left: -13px;
  border-left: 10px solid gold;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.komidashi {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  top: -33px;
  left: 0;
  background-color: green;
  text-align: center;
  line-height: 50px;
  border-radius: 20px;
}

/*ここまで*/




.numberbox {
  width: 200px;
  height: 200px;
  border: 20px solid red;
  border-rudius: 100%;

}

ol.sample1{
  margin: 10px 1em;
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.sample1 li{
  position:relative;
  padding: 0 0 0 30px;
  margin: 14px 0 7px 0;
  font-weight: bold;
  font-size:28px;
  line-height: 58px;
  border: dashed 1px transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
ol.sample1 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -30px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  line-height:60px;
  background: #0099FF;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.sample1 li:hover{
  border-bottom: 5px ridge #0099FF;
}


ol.sample2 li{
  position:relative;
  padding: 0 0 0 30px;
  margin: 14px 0 7px 0;
  font-weight: bold;
  font-size:20px;
  line-height: 58px;
  list-style:none;
  border: dashed 1px transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
ol.sample2 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height:40px;
  background: #0099FF;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.sample2 li:hover{
  border-bottom: 5px ridge #0099FF;
}
/*sample2に使う矢印*/
.yazirushi2-box {
  position: relative;
  top: 0;
  left: 25px;
  width: 10px;
  height: 20px;
  background-color: red;
}
.yazirushi2 {
  position: relative;
  top: 20px;
  left: -5px;
  border-top: 10px solid red;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.box2 {
    width: 90%;
    margin: 2em auto;
    padding: 2px 2em;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;    
}

.box2 p {
    margin: 0; 
    padding: 0;
}

.example-surround {
  margin: 10px auto;
  padding: 5px 4px 10px;
  width: 95%;
  border: 4px groove #9966ff;
}
p.goal-box {
  margin: 10px auto;
  padding: 5px 2px;
  width: 95%;
  border: 4px outset;
  border-radius: 20px;
  text-align: center;
}

.epbox {
  width: 95%;
  margin: 10px auto;
  padding: 5px;
  border-radius: 35px;
  background-color: #FFFFCC;
  border: 2px dotted #66CC00;
}
/*ep = explanation*/
.ep-komidashi {
  width: 8%;
  height: 5%;
  margin: 0;
  padding: 2px 2px 0px 2px;
  background-color: #CCFFFF;
  position: relative;
  top: -25px;
  left: 30px;
  border: 1px outset #CCFFCC;
  border-radius: 20px;
  color: #3366FF;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 2px 2px silver;
}

.brokenline {
  margin: 10px 10px;
  border-bottom: 3px dashed #008800;
}

.link-box {
  padding: 5px;
  display: inline-block;
  margin: 0;
  border: 2px inset silver;
  text-shadow: 2px 2px 2px silver;
  font-size: 4;
  text-align: center;
  border-radius: 20px;
}
/*キャラクター紹介*/
.cover-box {
  width: 100%;
  height: 500px;
  margin: 10px 0;
  position: relative;
}

.cover-box2 {
  width: 100%;
  height: 250px;
  margin: 10px 0;
  position: relative;
}
.character-box {
  width: 28%;
  margin: 10px;
  padding: 15px;
  position: relative;
  background-color: #6699FF;
  border-radius: 20px;
  box-shadow: 3px 3px 2px silver;
  border: 2px dashed #0000CC;
  float: left;
}
.box-pictuere {
  width: 42%;
  padding: 0px;
  margin: 0 5px 0 0;
  float:left;
}
.box-text {
  width: 53%;
  background-color: white;
  float:left;
  border: 3px inset green;
}
.name-text {
  color: ;
  text-shadow: 1px 1px 2px silver;
  text-style: bold;
}
.character-box2 {
  width: 20%;
  margin: 10px;
  padding: 15px;
  position: relative;
  background-color: #CCFFFF;
  border-radius: 20px;
  box-shadow: 3px 3px 2px silver;
  border: 2px dashed #00FFFF;
  float: left;
}
.box-pictuere2 {
  width: 51%;
  padding: 0px;
  margin: 0 5px 0 0;
  float:left;
}
.box-text2 {
  width: 44%;
  background-color: white;
  float:left;
  border: 3px inset green;
}
.name-text {
  color: ;
  text-shadow: 1px 1px 2px silver;
  text-style: bold;
}
/*ここまで*/
/********************************************************/
/*		　　　HTMLテンプレート			*/
/*<div class="parent">					*/
/*<div class="whatback">ひとつ前の頁の題名</div>	*/
/*<div  class="whatnext">ひとつ後の頁の題名</div>	*/
/*</div>						*/
/********************************************************/
.parent {
	width: 100%;
	height: 100px;
}
.whatnext {
	width: auto;
	color: #000088;
	text-weight: bold;
	text-shadow: 1px 1px 2px #000044;
	border-bottom: 2px dotted #8EF1FF;
	position: absolute;
	right: 3%;
}
.whatnext:before {
	content: 'NEXT:';
	color: #111111;
	text-shadow: 1px 1px 2px #000044;

}

.whatback {
	color: #000088;
	text-weight: bold;
	text-shadow: 1px 1px 2px #000044;
	border-bottom: 2px dotted #8EF1FF;
	position: absolute;
	width: auto;
}
.whatback:before {
	content: 'BACK:';
	color: #111111;
	text-shadow: 1px 1px 2px #000044;

}

/********************************************************************************************************/
/*第N章を表すCSSを埋め込むBOX										*/
/*<div class="title-box">										*/
/*<div class="title-text"><font color="green"><a class="title-text1">第N章</a>　--題名--　</font></div>	*/
/*</div>												*/
/********************************************************************************************************/
.title-box {
	width: 65%;
	position: relative;
	top: -120px;
	left: 250px;
	border: 2px #00BB00 inset;	
	padding: 3px;
	text-align: center;
}
.title-text {
	text-shadow: 1px 1px 2px silver;
	font-size: 180%;
}
.title-text1 {
	color: #00BB00;
	font-size: 175%;
	text-shadow: 2px 2px #fff, 5px 5px rgba(0, 188, 212, 0.4);
}
.title-text2 {
	text-shadow: 1px 1px 2px silver;
	font-size: 110%;
	position: relative;
	top: -10px;
	left: 0%;
	width: 80%;
}
.title-text12 {
	color: #00BB00;
	font-size: 105%;
	text-shadow: 2px 2px #fff, 5px 5px rgba(0, 188, 212, 0.4);
}
@media screen and (min-width:1189px) {
  .title-text2 {
    display: none;
  }
}
/*****************************************************************/
/*英語ページへ飛ぶためのボタンのcss				 */
/*****************************************************************/
@-webkit-keyframes english-button {
   0% {
	transform: rorate(0deg);
	animation-timing-function: linear;	
}

   100% {
	transform: rotate(360deg);
	
}

}

@keyframes english-button {
   0% {
	transform: scale(1.0,1.0);
	animation-timing-function: linear;	
}
   50% {
	transform: scale(1.1,1.1);
}

   100% {
	transform: scale(1.0,1.0);	
}

}

img.e-button {
	transform: scale(1.0,1.0);
	width: 150px;
	height: auto;
	position: relative;
	top: 0px;
	left: 70%;

}

img.e-button2 {
	transform: scale(1.0,1.0);
	width: 100px;
	height: auto;
	position: relative;
	top: 0px;
	left: 50%;

}
img.e-button:hover {
	-webkit-animation-name: english-button;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-name: english-button;
	animation-duration: 0.8s;
	animation-iteration-count: infinite;	
}
img.e-button2:hover {
	-webkit-animation-name: english-button;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-name: english-button;
	animation-duration: 0.8s;
	animation-iteration-count: infinite;	
}
/******************************************************/
/*会社の説明*/
.kaishya-box {
  width: 30%;
  margin: 10px 35%;
  padding: 4px;
  background-color: #FFCC33;
  border-radius: 20px;
  box-shadow: 3px 3px 2px silver;
  border: 2px dashed #99CCFF;
  float: left;
}
.fashionable-box{
  width: 80%;
  padding: 3px;
  margin: 2px auto;
  text-align: center;
  box-shadow: 0 0 3px 3px #FF6600, 0 0 3px 2px #FF9900 inset;
  border-radius: 10px;
  background: #fff3e0;
}

img.syamei-logo {
  width: 50%;
  height: auto;
  margin: 0 auto;
  box-shadow: 1px 1px 2px silver;
}
.box-text3 {
  width: 96%;
  padding: 2%;
  margin: 0px auto;
  background-color: white;
  float:left;
  border: 3px inset green;
  word-wrap: break-word;
}
.box-text3 a {
  color: black;
}

.box-text3 a:before {
  content: '\02714';
  color: green;
  text-shadow: 1px 1px 2px silver;
  text-style: bold;
  font-size: 120%;
}
a.clear_text:before {
	content: initial;
}
img.others-picture {
	width: 200px;
	height: auto;
	margin: 0px 5px;
	position: relative;
	top: 0;
	left: 20px;
	border: 3px inset green;
	box-shadow: 2px 2px 2px silver;
}
.explain-box {
	width: 100%;
	position: relative;
	margin: 2em auto;
	padding: 0.5em 1em;
	border: solid 3px #95ccff;
	border-radius: 8px;
}
.explain-box .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 32px;
	background: #FFF;
	color: #95ccff;
	font-weight: bold;
	text-shadow: 2px 2px 2px silver;
}
.explain-box2 {
	width: 60%;
	position: relative;
	margin: 2em auto;
	padding: 0.5em 0.5em;
	border: solid 3px #FFAD90;
	border-radius: 8px;
}
.explain-box2 .box-title2 {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 32px;
	background: #FFF;
	color: 	#FFAD90;
	font-weight: bold;
	text-shadow: 2px 2px 2px silver;
}
.explain-box p {
	text-align: center;
	margin: 5px 0; 
	padding: 0;
}

.yazirushi-tate {
	position: relative;
	left: 46%;
	width: 40px;
	height: 90px;
	background-color: red;
}
.yazirushi-tate:after {
	content: "";
	position: relative;
	top: 120%;
	left: -25%;
	width: 0px;
	height: 0px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid red;
}


.traiangle2 {
  width: 0;
  height: 0;
  position: relative;
  top: 30px;
  left: 24px;
  border-left: 10px solid gold;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}