

/*
*  single
* ************************************************ */

* {
	padding: 0;
	margin: 0;
}

article .archive {
	padding: 48px 24px 24px;
	background: #FFF;
}

article .archive .titlebox {
	margin: 0 0 40px;
}

article .archive .titlebox p.date {
}

article .archive .archive.titlebox h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

article .imgbox {
	padding: 0 0 30px;
	line-height: 180%;
}
article .archive p {
	margin-bottom: 32px;
	line-height: 180%;
}
article .archive p img {
	margin: 16px 0;
}
article .archive p a {
	color: #B1002E;
	text-decoration: none;
}
article .archive p a:hover {
	text-decoration: underline;
}
article .archive table, article .archive table * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

article .archive .imgbox p {
	display: inline;
	margin: 0;
	padding: 0;
}

article .archive .imgbox p.img_l {
	float: left;
}

article .archive .imgbox p.img_r {
	float: right;
}

article .archive_nav_wrapper {
	text-align: center;
	margin: 50px 0 32px;
}

article .archive_nav {
	display: inline-block;
	display: -moz-inline-box;
	/display: inline;
}

article .archive_nav p {
	display:inline-block;
	float: left;
	width: 56px;
	height: 56px;
	padding: 0 24px 0 0;
}

article .archive_nav p.next {
	padding: 0;
}

aside {
	float: left;
	width: 306px;
}

aside h1 {
	margin: 0 0 24px;
}

aside p.headeing {
	margin: 0;
	padding: 11px 0 8px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #9f404a; /* Old browsers */
	background: -moz-linear-gradient(left,  #9f404a 50%, #962b3e 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,#9f404a), color-stop(50%,#962b3e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #9f404a 50%,#962b3e 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #9f404a 50%,#962b3e 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #9f404a 50%,#962b3e 50%); /* IE10+ */
	background: linear-gradient(to right,  #9f404a 50%,#962b3e 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f404a', endColorstr='#962b3e',GradientType=1 ); /* IE6-9 */
}

aside ul{
	margin: 0 0 24px;
	padding: 0 0 24px;
	list-style: none;
	font-size: 12px;
	background: #FFF;
}

aside ul li {
	padding: 24px 24px 0;
}

aside ul li a{
	display: block;
	text-decoration: none;
	color: #000;
}

aside ul li a > img{
	float: left;
	margin-right: 12px;
}

aside ul li a > div{
	margin-right: 12px;
	min-height: 90px;

}

aside ul li a > div p{
	padding: 0 0 6px;
	font-size: 13px;
}

aside ul li a > div p.thumb_title {
	font-size: 12px;
	font-weight: bold;
	line-height: 160%;
}
#event-txt {
	padding: 24px;
	background: #fff;
	border: 1px solid #DDDDDD;
	margin-bottom: 32px;
}
#event-txt h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}
#event-txt p {
	font-size: 13px;
	margin-bottom: 0;
}
.other-thumb {
	width: 90px;
	display: inline;
	float: left;
	height: 90px;
	overflow: hidden;
}
.other-thumb img {
	max-width: none;
}
.other-txt {
	width: 152px;
	display: inline;
	float: right;
}
.thumb_date {
	margin-bottom: 6px;
	line-height: 140%;
	font-size: 10px;
}
.thumb_title {
	font-size: 12px;
	font-weight: bold;
	line-height: 160%;
}
.thumb_title a {
	text-decoration: underline;
}
.thumb_title a:hover {
	text-decoration: none;
}

.tweetBtn {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}
.fb-like {
	display: inline;
	float: left;
}
.titlebox h3 {
	margin-bottom: 16px;
}


@media screen and (min-width: 829px) {

article {
	width: 654px;
	margin-left: 32px;
	float: right;
	position: relative;
}
.socialbtn {
	width: 350px;
}
article h2 {
	background: url(../../img/common/bg_comment.png);
	font-size: 11px;
	text-align: center;
	width: 312px;
	height: 32px;
	padding: 11px 8px 24px;
	position: absolute;
	top: 260px;
	left: 20px;
}

.other-thumb img {
	max-height: 90px;
	width: auto !important;
}

}


@media screen and (max-width: 828px) {

main img {
	width: 100%;
	height: auto;
}
article {
	float: none;
	width: 100%;
	padding-top: 0;
}
.socialbtn {
	width: 100%;
}
article h2 {
	background: url(../../img/common/bg_comment.png);
	font-size: 11px;
	text-align: center;
	padding: 4px 10px 20px;
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 205px;
	height: 22px;
	background-size: cover;
}
article .cover {
	position: relative;
}
article .archive p iframe {
	width: 100%;
}
aside {
	width: 100%;
	float: none;
}
aside h1 {
	display: none;
}
aside ul {
	margin: 0 0 6%;
}
aside ul li .other-thumb {
	width: 25%;
	height: auto;
	margin: 0 5% 0 0;
}
aside ul li .other-txt {
	width: 70%;
	display: inline;
	float: left;
}

#head-sp, .buttons {
	display: none;
}

}
