@charset  "utf-8";

/*
-----------------
created 2016.09.26
-----------------
up date 2018.03.01
-----------------
table of contents
-----------------
01.default
02.header
03.wrapper
04.sidebar
05.footer
06.ohter
*/


/*
01.default
---------------------------------------------------------------------------------------*/
hr {
	display: none;
}
a {
	color: rgb(30,30,255);
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
/*a:hover,
input[type="image"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration: none;
}*/
a:active {
	color: rgb(102,102,102);
}
#lineup-font-size-sampler {
	display: none;
}


/*
02.header
---------------------------------------------------------------------------------------*/


/*
03.wrapper
---------------------------------------------------------------------------------------*/


/*
04.sidebar
---------------------------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 300px;
	margin: 0 0 0 -300px;
	padding: 20px 0 0;
}

#sidebar ul li {
	text-align: center;
	padding: 0 0 10px;
}

#sidebar dl.menu {
	background-color: rgb(242,242,242);
	margin: 0 0 30px;
}
#sidebar dl.menu dt {
	font-size: 1.4em;
	font-weight: 200;
	padding: 10px 0 5px 10px;
}
#sidebar dl.menu dd {
	padding: 0 10px 10px;
	background-color: rgb(242,242,242);
	font-size: 1.2em;
}
#sidebar dl.menu dd ul {
	background-color: rgb(255,255,255);
}
#sidebar dl.menu dd ul li {
	border-bottom: dotted 1px rgb(204,204,204);
	padding: 0 10px 0 0;
	text-align: left;
}
#sidebar dl.menu dd ul li:last-child {
	border-bottom: none;
}
#sidebar dl.menu dd ul li a {
	background: url(../../img/object/ico_triangle.png) no-repeat 100% 50%;
	padding: 10px;
	display: block;
	color: rgb(51,51,51);
}

#sidebar p {
	font-size: 1.4em;
	font-weight: 200;
	text-align: center;
	padding: 0 0 5px;
}
#sidebar .post a {
	margin: 0 0 20px;
	color: rgb(50,50,50);
	text-decoration: none;
	display: block;
	position: relative;
}
#sidebar .post a:hover::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,0.8);
	
	-moz-animation: ac_hover 0.5s forwards;
	-webkit-animation: ac_hover 0.5s forwards;
	-o-animation: ac_hover 0.5s forwards;
	-ms-animation: ac_hover 0.5s forwards;
	animation: ac_hover 0.5s forwards;
}
#sidebar .post a dl {
	background: rgb(255,255,255) no-repeat 50% 50%;
	background-size: cover;
	height: 180px;
}
#sidebar .post a:nth-of-type(1) dl {
	height: 240px;
}
#sidebar .post a dl dt {
	padding: 5px 10px;
	font-size: 1.2em;
	background-color: rgb(211, 209, 210);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	box-sizing: border-box;
	
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	transition: 0.3s linear;
}
#sidebar .post a:hover dl dt {
	position: relative;
	top: 0;
	height: 180px;
	padding: 0 40px;
	font-size: 2em;
	color: rgb(255,255,255);
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	display: table-cell;
	vertical-align: middle;
	
	-moz-animation: ac_hover 0.3s 0.3s forwards;
	-webkit-animation: ac_hover 0.3s 0.3s forwards;
	-o-animation: ac_hover 0.3s 0.3s forwards;
	-ms-animation: ac_hover 0.3s 0.3s forwards;
	animation: ac_hover 0.3s 0.3s forwards;
}
#sidebar .post a:nth-of-type(1):hover dl dt {
	height: 240px;
}
#sidebar .post a dl dd.date {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	min-height: inherit;
	text-align: right;
	color: rgb(255,255,255);
	z-index: 100;
}
#sidebar .post a dl dd.date span {
	padding: 2px 10px;
	display: block;
	text-align: center;
}
#sidebar .post a dl dd.date span.d {
	background-color: rgba(0,0,0,0.9);
}
#sidebar .post a dl dd.date span.c {
	background-color: rgba(52,204,224,0.9);
}


/*
05.footer
---------------------------------------------------------------------------------------*/
footer {
	background-color: rgb(247,247,247);
	padding: 25px 0;
}
footer ul {
	text-align: center;
	padding: 0 0 10px;
}
footer ul li {
	display: inline;
	border-right: solid 1px rgb(204,204,204);
	font-size: 1.2em;
}
footer ul li:last-child {
	border-right: none;
}
footer ul li a {
	padding: 0 5px;
	color: rgb(102,102,102);
}
footer ul li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration: none;
}

footer p,
footer address {
	font-size: 1.2em;
	color: rgb(0,0,0);
	text-align: center;
	padding: 0 0 10px;
}
footer p a,
footer address a {
	color: rgb(0,0,0);
}
footer p a:hover,
footer address a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*
06.ohter
---------------------------------------------------------------------------------------*/
aside.ohter {
	overflow: hidden;
}
* html aside.ohter {
	height: 1%;
}
aside.ohter .cell {
	float: left;
	width: 400px;
	margin: 0 0 30px 30px;
}
aside.ohter .cell.narrow {
	display: none;
}
aside.ohter .cell iframe {
	border:none;
	overflow:hidden;
	width:400px;
	height:290px;
}
