@charset "utf-8";

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

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

header {
	width:100%;
	padding:50px 0 15px 0;
	background:#284534;
}
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 {
	display:none;
}
header p.topLeadsp {
	color:#ffffff;
	font-size:0.9em;
}
header .backnumber-btn {
  display: block;
  position: relative;
  width: 100%;
  background-color: #a02525;
  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 {
	background:#eeeeee;
}
section.special p.sp-top {
	width:100%;
	margin:0 auto 15px;
	box-shadow:0px 0px 5px #666;
}
section.special p.sp-top img {
	width:100%;
	height:auto;
}
section.special h3 {
	margin-bottom:15px;
}
section.special h3 img {
	height:44px;
	width:auto;
}

/*--------------------------------------------------
Tech
--------------------------------------------------*/
section.tech {
	background-image:url(../img/tech_bg.png);
	background-size:100% auto;
	background-position:0 40px;
	background-repeat:no-repeat;
}
section.tech h3 {
	margin-bottom:120px;
	text-align:right;
}
section.tech h3 img {
	height:44px;
	width:auto;
}
/*--------------------------------------------------
Style
--------------------------------------------------*/
section.styles {
	padding:15px 0;
}
section.styles h3 {
	margin-bottom:15px;
	padding-left:15px;
}
section.styles h3 img {
	height:40px;
	width:auto;
}
section.styles .styleBox {
	padding:15px;
	box-shadow:0px 0px 5px #999;
	overflow:hidden;
}
section.styles h4,
section.styles p.style-img {
	margin-bottom:15px;
}
section.styles h4 img,
section.styles p.style-img img,
section.styles .style-mjuk img {
	width:100%;
	height:auto;
}
section.styles .style-lead img {
	width:60%;
	height:auto;
}
section.styles .style-lead,
section.styles .style-text {
	margin-bottom:10px;
}
/*--------------------------------------------------
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;
}
}
@media screen and (max-width: 480px){
.backnumber-btn {
    display: block;
    position: relative;
    width: 90%;
    background-color: #a02525;
    text-align: center;
    margin-top: 12px;
    padding: 20px 10px;
    color: #fff;
}
.backnumber-btn a {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
.backnumber-btn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .7;
}
.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);
}
}