/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

@charset "UTF-8";
/* CSS Document */

<style type="text/css">

*  { 
          padding : 0px ; 
          margin : 0px ; 
} 

#site-box {
          width : 100%;
          #border: 1px solid #FF9900;
	margin :5px auto
}

#title {
          #border-bottom: 1px solid #005522;

}

#navi {
	width : 100%;
}

#menu {
          width: 100%;


}

#main {
	width: 100%;
        font-size: 100%;


}
#link {
          clear: both;
          width: 100%;
          font-size: 100%;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #005522;
}
#footer {
          clear: both;
          width: 100%;
          background-color: #CCCCCC;
          font-size: 90%;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

h1{font-size:90%;line-height:100%;color: blue;text-align: center;}
h2 {
    margin: 0 0 1%;
    padding: 0.4em;
          font-size: 100%;
	line-height:130%;
	color: red;
	text-align: center;
}

h3, h4 { margin: 0; padding: 0; }
h3 {
    margin: 0 0 0 0;
    padding: 0.4em;
          font-size: 100%;
          color: #FFFFFF;
          background-color: #005522;
          font-weight: bold;
          text-align: center;
	text-align: center;
}
h4{
    margin: 10px 0 3px 0;
    padding: 0.5em;
    border-left: 7px solid #806040;
    border-bottom: 1px dashed #806040;
    font-size: 100%;
    font-weight: bold;
    color: #000000;
    text-align: left;
    background-color: #FFEECC;
    line-height:180%;
}

p {
          font-size: 100%;
	margin: 10px
	line-height: 150%;
}

.category {
          font-size: 100%;
          color: #FFFFFF;
          background-color: #005522;
	padding: 5px;
	          font-weight: bold;
	text-align:center;
}
.category2 {
          font-size: 100%;
          color: #FFFFFF;
          background-color: #806040;
          text-align: center;
          font-weight: bold;
	padding: 5px;
}
.style1 {font-size: 100%;line-height:150%;}
.style2 {font-size: 120%;line-height:130%;}
.style3 {font-size: 150%;ling-height:130%;}
.style4 {font-size: 80%;line-height:130%;}
.style5 {font-size: 90%;line-height:130%;}
.style6 {font-size: 90%;line-height:180%;}
.style7 {font-size: 100%;line-height:150%;}
a {
font-size: 100%;
font-weight: bold;
color: #005522;
text-decoration: none;
}
a:hover {
color: #9900FF;
text-decoration: underline;

}


hr.style-two {border: 0;border-bottom: 1px dashed #052; background: #FFF;
}

ul li {
	position: relative;
	line-height: 180%;
	font-size: 90%;
}
ul li::after,
ul li::before {
	display: block;
	content: '';
	position: absolute;
}
ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#topmenu{
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0;
  font-size: 90%;
}
#topmenu li{
  display: block;
  float: left;
  width: 49.5%;
    border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin: 0;
  padding: 0; }
#topmenu li a{
  display: block;
  padding: 12px 0 10px;
  background: #008855;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#topmenu li a:hover{
  background: #005522;
}
#toggle{ 
 display: none;
}

#classmenu{
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0;
}
#classmenu li{
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }
#classmenu li a{
  display: block;
  padding: 0px auto;
  background: #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#classmenu li a:hover{
  background: #fff;
}
#toggle{ 
 display: none;
}

#trialmenu{
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0;
}
#trialmenu li{
  display: block;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0; }
#trialmenu li a{
  display: block;
  padding: 0px auto;
  background: #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#trialmenu li a:hover{
  background: #fff;
}
#toggle{ 
 display: none;
}

#sidemenu{
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0;
  font-size: 120%;
}
#sidemenu li{
  display: block;
  float: left;
  width: 100%;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  margin: 0;
  padding: 0; }

#sidemenu li a{
  display: block;
  padding: 12px 0 10px;
  background: #008855;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#sidemenu li a:hover{
  background: #005522;
}
#toggle{ 
 display: none;
}


</style>


