@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:#c0287d;
}
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:0 0 30px;
	background: #fffcf1;
}
section.special .sp-img,
section.special .sp-h3 {
	display: none;
}
section.special .sp {
	display: block;
}
section.special p.sp-img {
	margin-bottom: 30px;
}
section.special p.sp-img img {
	width:100%;
	height:auto;
}
section.special h3 {
	width:80%;
	height:auto;
	padding:0 15px;
	margin-bottom:15px;
}
section.special h3 img {
	width:70%;
	height:auto;
}
section.special .sp-text {
	padding:0 15px;
}
section.special .sp-img02 img {
	width: 100%;
	height:auto;
	margin-top: 20px;
}


/*--------------------------------------------------
moose
--------------------------------------------------*/
section.moose {
	padding:30px 0;
	background: #ffffff;
}
section.moose .sp-img,
section.moose .sp-h3,
section.moose .moose-img {
	display: none;
}
section.moose .sp {
	display: block;
}
section.moose p.sp-img {
	margin-bottom: 30px;
}
section.moose p.mo-img img {
	width:100%;
	height:auto;
	margin-bottom:15px;
}
section.moose h3 {
	width:100%;
	height:auto;
	padding:0 15px;
	margin-bottom:15px;
}
section.moose h3 img {
	width: 80%;
	height:auto;
}
section.moose .mo-text {
	padding:0 15px;
}

/*--------------------------------------------------
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:70%;
	height:auto;
	margin-bottom:10px
}
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;
}

/*--------------------------------------------------
Back Numbers
--------------------------------------------------*/
section.bnumbers h3 {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #c9c9c9;
}
section.bnumbers ul {
	width: 100%;
	overflow:hidden;
}
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);
}
}