@charset "utf-8";

/*--------------------------------------------------
powerd by travision Inc. 
recent status 2015.09.01
--------------------------------------------------*/
@media screen and (max-width: 480px){

/*--------------------------------------------------
header
--------------------------------------------------*/

header {
	width:100%;
	padding:50px 0 15px 0;
	background:#7b2133;
}
header h1{
	width:90%;
	margin:0 auto 15px;
}
header .front {
	width:80%;
	margin:0 auto 15px;
}
header hgroup {
	width:90%;
	margin:0 auto;
}
header h2 {
	margin-bottom:15px;
}
header img {
	width:100%;
	height:auto;
}
header p.topLead {
	color:#ffffff;
}
header .backnumber-btn {
  display: block;
  position: relative;
  width: 100%;
  background-color: #1f3f77;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  color: #fff;
}
header .backnumber-btn a {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
header .backnumber-btn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .7;
}
header .backnumber-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*--------------------------------------------------
Special
--------------------------------------------------*/
section.special {
	padding:30px 0;
	background: #fcf6ec;
}
section.special .sp-img,
section.special .sp-h3 {
	display: none;
}
section.special .sp {
	display: block;
}
section.special p.sp-img img {
	width:100%;
	height:auto;
}
section.special h3 {
	width:95%;
	height:auto;
	padding:0 15px;
}
section.special h3 img {
	height:50px;
	width:auto;
}
section.special .sp-text {
	padding:0 15px;
}

/*--------------------------------------------------
technology
--------------------------------------------------*/
section.technology {
  padding:30px 0;
}
section.technology .tech-h3,
section.technology .tech-img02 {
	display: none;
}
section.technology .sp {
	display: block;
}
section.technology .tech-img {
	margin:0 auto 15px;
}
section.technology .tech-img img {
	width:100%;
	height:auto;
}
section.technology h3 {
  margin-bottom:25px;
	padding:0 15px;
}
section.technology h3 img {
  width:auto;
  height:50px;
}
section.technology .sp-text {
	padding:0 15px;
}
section.technology .tech-img02 {
	margin:15px auto 0;
}
section.technology .tech-img02 img {
	width:100%;
	height:auto;
}


/*--------------------------------------------------
Others
--------------------------------------------------*/
section.others h3 {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #c9c9c9;
}
section.others article {
	margin-bottom:15px;
}
section.others article h4 {
	padding:8px;
	background:#eeeeee;
	margin-bottom:10px;
}
section.others article h4 img {
	height:35px;
	width:auto;
}

/*--------------------------------------------------
Back Numbers
--------------------------------------------------*/
section.bnumbers h3 {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #c9c9c9;
}
section.bnumbers ul {
	width: 100%;
}
section.bnumbers li {
  width:30%;
  float:left;
   margin-right: 5%;
  text-align:center;
	margin-bottom:10px;
}
section.bnumbers li.last {
	margin: 0;
}
section.bnumbers li img {
  width: 100%;
  height:auto;
}
section.bnumbers li p.jacket {
  margin:0 0 5px 0;
}
section.bnumbers li a {
  color:#000000;
  text-decoration:underline;
}
section.bnumbers li a:hover {
  color:#000000;
  text-decoration:none;
}
section.bnumbers .backnumber-btn {
    display: block;
    position: relative;
    width: 100%;
    background-color: #1f3f77;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 10px;
    color: #fff;
}
section.bnumbers .backnumber-btn a {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
section.bnumbers .backnumber-btn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .7;
}
section.bnumbers .backnumber-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
}