
@charset "utf-8";

/*------------------------ common ------------------------*/ 

html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;	
	vertical-align: baseline;
}

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

body {
	margin:0;
	padding:0;
	background:url("../images/bg.gif") #fff fixed;
	color:#333;
	font-family: 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings : "palt";
	letter-spacing:1px;
	font-size: 1.6rem;/* 16px */
	line-height:1.8;

}

h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-family: 'Noto Serif', serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}

br{
letter-spacing:0;
}

del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	background-color:#FFF;	
	border: none;	
	vertical-align:text-bottom;
}
a img {
	background-color:#FFF;
	border: none;	
	vertical-align:text-bottom;
}

/* CLEAR FIX*/
.clearfix {
	display: inline-table;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac ¥*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* CLEAR FIX END*/

.clear {
	clear:both;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	filter:alpha(opacity=70); /* IE 6と7*/
	-ms-filter: "alpha(opacity=70)"; /* IE 8と9 */
	-moz-opacity:0.7; /* Firefox , Netscape */
	-khtml-opacity: 0.7; /* Safari 1系 */
	opacity:0.7;
	zoom:1; /*IE*/

}



/*------------------------ header ------------------------*/

header {
	width:100%; 
	margin:0 0 50px 0;
	padding:15px 0;
	background:#fff;
	border-bottom:dotted 1px #ccc;
}

header h1 {
	width:70px;
	margin:0 auto;
	padding:0;
	line-height:0;

}
header h1 a {
	margin:0;
	padding:0;

}
header h1 a img {
	margin:0;
	padding:0;
	vertical-align: bottom;
}


/*------------------------ wrapper ------------------------*/ 

#wrapper{
	width:990px;
	height:auto;
	margin:100px auto;
	padding:0;

}

/*------------------------ main ------------------------*/ 

#catalog h2{
	margin:0 0 40px 0;
	padding:5px 0 0 0;
	font-size:2.4rem;
	letter-spacing:0.1em;
	display:block;
	text-align:center;
}





#catalog ul#backnumber{
	width:990px;
	margin:0;
	padding:0;
}

#catalog ul#backnumber li{
	width:475px;
	margin:0 40px 80px 0;
	padding:0;
	float:left;
}

#catalog ul#backnumber li:nth-child(even){
	width:475px;
	margin:0 0 80px 0;
	padding:0;
	float:left;
}
#catalog ul#backnumber li img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
#catalog ul#backnumber li .season{
	margin:15px 0 0 0;
	font-size:1.4rem;
	letter-spacing:0.1em;
	font-style:italic;
	text-align:center;
	font-family: 'Noto Serif', serif;
}
#catalog ul#backnumber li .title{
	margin:0 0 2px 0;
	font-size:1.8rem;
	letter-spacing:0.1em;
	font-style:italic;
	text-align:center;
	font-family: 'Noto Serif', serif;
}
#catalog ul#backnumber li .txt{
	margin:0;
	font-size:1.2rem;
}




/*------------------------ footer ------------------------*/ 

#pagetop {
	width:100%;
	margin:0;
	padding:0;
}
#pagetop a {
	width:100px;
	height:50px;
	margin:0 auto;
	padding:0;
	background:url('../images/pagetop.png');
	display:block;
	text-indent:-9999px;
}
footer {
	width:100%; 
	margin:20% 0 0 0;
	padding:0;
}
footer #copyright {
	width:100%; 
	margin:0;
	padding:3% 0;
	background:#fff;
	border-top:dotted 1px #ccc;
	font-size:1.0rem;
	text-align:center;
}



/*-------------------------------------
 SP
-------------------------------------*/

@media ( max-width : 767px ) {

/*------------------------ wrapper ------------------------*/ 

#wrapper{
	width:90%;
}

/*------------------------ main ------------------------*/ 

#catalog ul#backnumber{
	width:100%;
}

#catalog ul#backnumber li{
	width:100%;
	margin:0 0 80px 0;
	float:none;
}

#catalog ul#backnumber li:nth-child(even){
	width:100%;
	margin:0 0 80px 0;
	padding:0;
	float:none;
}





}


