@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
$共通
$1280px
$960px
$768px
$480px
*/


/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/


@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.title {
    font-size: 36px;
	font-family: 'Petit Formal Script', cursive;
	font-weight: bold;
    color: #fff;
    padding: 32px 18px 0;
    position: fixed;
    display: inline-block;
    z-index: 5;
}
.left_nav {
	float: left;
	width: 20%;
	position: fixed;
	top: 40%;
}
.left_nav ul {
	list-style: none;
	font-style: oblique;
}
.left_nav ul li {
	margin: 20px;
	width: 4em;
	font-size: 16px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all  0.15s ease;
}
.left_nav ul li:hover {
	font-size: 22px;
}
.left_nav ul li a {
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 4px;
	color: #000;
	text-decoration: none;
}
.webzine_header {
    background-color: #898989;
    background-image: url("../img/single-media/webzine_header.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 125px;
    width: 100%;
}
.contents {
    /*float: right;*/
    margin: 1% 0 0;
    width: 80%;
    margin: 0 auto;
    padding: 3% 0;
	min-width: 1000px;
	max-width: 1400px;
}
.contents ul {
	list-style: none;
}
#articles {
	margin: 0;
}
.article_wrap {
	float: left;
	width: 70%;
}
.article {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
    background: #fff none repeat scroll 0 0;
    border-bottom: 3px solid #eee;
    border-right: 3px solid #eee;
    color: #555;
    /*float: left;*/
    padding: 20px;
    position: relative;
    width: 100%;
	margin-bottom: 1%;
}
.article a {
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.article a:hover {
}
/*
.article:nth-child(2n) {
	margin: 0.5%;
}*/
.article img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	transform: scale(1.0);
}

.article:hover img {
	transform: scale(1.2);
	opacity: 0.7;
}

.thumbnail {
	overflow: hidden;
	border-radius: 5px;
	width: 42%;
	float: left;
}

.article h1, .article h2, .article h3,{
    border-bottom: 1px solid #d5d5d5;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    width: 100%;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.article:hover h1, .article:hover h2, .article:hover h3 {
	color: #E3CFB1;
}
.caption > h2 {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    padding-bottom: 10px;
}

.caption {
	float: right;
    padding: 0 1% 0 3%;
    position: relative;
    width: 58%;
}
.caption p {
    font-size: 14px;
    line-height: 24px;
}
.date {
    color: #aaa;
    font-family: serif;
    font-size: 12px;
	text-align: right;
    letter-spacing: 2px;
}

ul[data-liffect="slideBottom"] li {
    opacity: 0;
    position: relative;
    -webkit-animation: slideBottom 600ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: slideBottom 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: slideBottom 600ms ease both;
    -o-animation-play-state: paused;
    animation: slideBottom 600ms ease both;
    animation-play-state: paused;
}

ul[data-liffect="slideBottom"].play li {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideBottom {
    0% { opacity: 0; top: 30px; }
    100% { opacity: 1; top: 0; }
}

@-moz-keyframes slideBottom {
    0% { opacity: 0; top: 30px; }
    100% { opacity: 1; top: 0; }
}

@-o-keyframes slideBottom {
    0% { opacity: 0; top: 30px; }
    100% { opacity: 1; top: 0; }
}

@keyframes slideBottom {
    0% { opacity: 0; top: 30px; }
    100% { opacity: 1; top: 0; }
}

/*---------------------------------------------------------------*\
	$1280px （PCディスプレイの主要サイズ）
\*---------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
}



/*---------------------------------------------------------------*\
	$960px （大きめのタブレット・ノートPC）
\*---------------------------------------------------------------*/
@media screen and (max-width: 960px) {
}



/*---------------------------------------------------------------*\
	$768px （大きめのスマホ・小さめのタブレット用、iPadなど）
\*---------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.left_nav {
	float: none;
	display: none;
}
.contents {
	float: none;
	width: 100%;
	margin: 20px 0 0 0;
}
.article {
	width: 100%;
}
.contents ul {
	padding: 0;
}
.article:nth-child(2n) {
	margin: 0;
}
}



/*---------------------------------------------------------------*\
	$480px  (スマホ用、iPhone6以下)
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
}


