@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////

[contents]
[navi]

/////////////////////////////////////////////////////////////////// */

html,body{
	margin:0;
	padding:0;
	color:#000;
	height:100%;
	font-family:"supria-sans",sans-serif;
	font-weight:400;
}

a{
	text-decoration:none;
	color:#000;
}

a:link {
	color:#000;
}
a:visited {
}
a:hover {
}
a:active {
}

a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a:hover{
	opacity:0.5;	
}

.clr:after,.issue:after {
	content: "";
	display: block;
	clear: both;
}

/* =========================================================
humberger
========================================================= */

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 20px;
	height: 15px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #333;
	border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
	background-color: #fff;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
	background-color: #fff;
}

#menu{
	position:fixed;
	top:16px;
	left:14px;
	z-index:300;
}
/* =========================================================
contents
========================================================= */
#contents {
	margin-top:90px;
	position:relative;
	z-index:10;
}

#contents .issue {
	width:80%;
	margin:0 auto;
	padding:50px 0 ;
	border-bottom:1px solid #ddd;
}

#contents .issue:nth-child(1){
	padding:00px 0 50px ;
}

#contents .issue .issue_num {
	width:28px;
	margin:0 auto;
	text-align:left;
	font-weight:600;
	font-size:25px;
	position:relative;
	left:0px;
	bottom:3px;
	z-index:6;
	float:left;
}

.issue_right{
	width:80%;
	margin:0 auto;
	/*float:left;*/
}

#contents .issue .issue_img {
	padding-bottom:20px;
	position:relative;
	z-index:5;
}

#contents .issue .issue_img img {
	width:100%;
	height:auto;
	border:1px solid#ddd;
}

#contents .issue .issue_txt_div {
}

div.issue_txt_div_inner{
}


div#contents div.issue div.issue_title {
	font-size:15px;
	font-weight:700;
	padding:0 0 10px 5px;
	float:left;
	width:80%;
	line-height:0.8em;
}

div#contents div.issue div.issue_title span {
	display:block;
	font-size:8px;
	font-weight:400;
	min-height:9px;
}

div#contents div.issue div.issue_txt {
	font-size:9px;
	line-height:1.2em;
	text-align: justify;
	text-justify: inter-ideograph;
	float:left;
	width:100%;
}

#contents .issue a {
}


/* =========================================================
navi
========================================================= */
#logo {
	width:100%;
	position:fixed;
	top:0;
	z-index:100;
	text-align:center;
	background:#fff;
}

h1{
	margin:0;
}

#logo a {
}

#logo a img {
}

/* =========================================================
navi
========================================================= */
#navi {
	width:45%;
	height:100%;
	position:fixed;
	top:0;
	left:-50%;
	z-index:200;
	background:#000;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
 
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */}

div.active_navi{
	left:0px !important;
}

#navi ul {
	margin:0;
	padding:60px 0 0 0;
}

#navi ul li {
	list-style:none;
}

#navi ul li a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	display:block;
	width:90%;
	padding:5px 0 5px 10%;
}

.navi_cap{
	font-size:6px;
	color:#fff;
	padding: 10% 0 0 10%;
	width:70%;
	text-align:justify;	
}

#overlay{
	width:100%;
	height:100%;
	position:fixed;
	z-index:1;
	top:0;
	background:#000;
	opacity:0;
}

div.overlay_on{
	opacity:0.3 !important;
	z-index:190 !important;
}



/* =========================================================
issue
========================================================= */


#issue_img{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

#issue_img_inner{
	width:50000px;
}

#issue_img_inner div.page{
	text-align:center;
	float:left;
}

#issue_img_inner img{
	width:auto;
	height:238px;
	margin:0 auto;
}


.look_navi {
  text-align: center;
  position:relative;
  padding-top:10px;
}

.look_navi_top {
  top:-35px;
    height:1px;

}


.look_navi span {
  display: inline-block;
  width: 2px;
  height: 2px;
  background:#CCC;
 }

.look_navi span.current {
  width: 2px;
  height: 2px;
  background:#555;
 }



/********************************************************************/


.issue_detail {
	width:80%;
	margin:0 auto;
	padding-top:20px;
}



.issue_detail_txt_div_inner {
	width:100%;
}

.issue_detail .issue_detail_num {
	width:8%;
	float:left;
	font-weight:600;
	font-size:28px;
	text-align:left;
	padding-top:4px;
}

div.issue_detail_txt_div_inner_2{
	float:left;
	width:80%;
	padding:8px 0 0  6px;
}

.issue_detail_title {
	font-size:15px;
	font-weight:700;
	padding-left:8px;
	padding-bottom:10px;
	line-height:0.9em;
}

.issue_detail_title span {
	display:block;
	font-size:8px;
	font-weight:400;
}

.issue_detail_txt {
	font-size:9px;
	line-height:1.2em;
	width:100%;
	height:66px;
	text-align: justify;
	text-justify: inter-ideograph;
}




/* =========================================================
about
========================================================= */

div.about{
	width:80% !important;
	margin:0 auto;
}


div.about div{
	padding-bottom:20px;
}

div#contents div#pagetitle{
	font-size:13px;
	font-weight:600;
	text-align:center;
	padding-bottom:30px;
}


div.about div{
	text-align:justify;
	font-size:10px;
}

/* =========================================================
STOCKIST
========================================================= */

div.stockist{
	width:80%;
	margin:0 auto;
}

div.stockist ul{
	margin:0;
	padding:0;	
}

		div.stockist ul li{
			list-style:none;
			font-size:10px;
			font-weight:400;
			display:block;
			padding-bottom:8px;
			min-height:14px;
		}
		
		div.stockist li a{
			text-decoration:none;
			color:#000;
			line-height:1em;
		}

div#contents div.stock_div:first-child{
	width:25% !important;
}

div#contents div.stock_div{
	width:45%;
	padding:0 0 0 5%;
	float:left;
	height:500px;
}

	 div.stock_div div{
		 padding:20px 0 10px;
		 height:18px;
		 font-size:12px !important;
	 }
	 
	 
	 strong{
		 font-weight:600;
	 }
	 
/* ///////////////////////////////////////////////////////////////////
contact
/////////////////////////////////////////////////////////////////// */

div.contact div#pagetitle{
}

div .err {
	width:100%;
	text-align:center;
	font-size:11px;
	padding:0 !important;
}

div .err p {
}

div form {
	width:70%;
	display:block;
	margin:0 16% 0 14%;
}

div form .formdiv {
	float:left;
}

.formsubmit{
	width:100%;
	text-align:center;
}

div form .formsubmit span{
	display:block;
	padding-bottom:15px;
	font-size:11px;
}


div form .formdiv label {
	width:50px;
	display: block;
	padding-bottom:5px;
	font-size:10px;
}

div form .formdiv input {
	width:100%;
}

.formdiv50{
	width:45%;
}

.formdiv50:nth-child(1){
	padding-right:9%;
}

.formdiv100{
	width:100%;
	padding-top:0px;
}

 
#formname {
}


#formmail {
}

#formsub {
	width:99%;
}

#ip04 {
	 background: #000 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    height: 32px;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    width: 99px;
}

input,textarea{
   -webkit-appearance: none;
   border-radius: 0;
}

div.sendok{
	width:100%;
	text-align:center;
	font-size:10px;
}


	 
/* ///////////////////////////////////////////////////////////////////
side
/////////////////////////////////////////////////////////////////// */

.side_logo{
	transform: rotate( -90deg );
	transform-origin:top left;
	
}
