* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, sans-serif;
	line-height: 20px;
	background: #cccccc url(images/bg.gif) repeat left top;
}

a { color: #d81f58; text-decoration: underline; }
a:visited { text-decoration: none; }
a:hover { color: #d81f58; text-decoration: none; }
a:active { text-decoration: none; }
a:focus { outline:none; }

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, sans-serif; }

img { line-height: 0; vertical-align: top; }

a img:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

input,
select,
textarea {
	font-family: Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, sans-serif;
}

/* GLOBAL
----------------------------------------------------------------------*/

section {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.table {
	background-color: #ffffff;
	box-shadow:0px 0px 3px 0px #bbbbbb;
	-moz-box-shadow:0px 0px 3px 0px #bbbbbb;
	-webkit-box-shadow:0px 0px 3px 0px #bbbbbb;
}

.sp { display: none; }

header,
footer {
	color: #ffffff;
	background-color: #222222;
}

header {
	height: 160px;
}

header h1 a {
	display: block;
	float: left;
	width: 205px;
	height: 91px;
	margin: 35px 0 0 0;
	text-indent: -9999px;
	background: url(images/title.gif) no-repeat left top;
}

header h2 { width: 100%; }

header h2 a img {
	display: block;
	width: 50%;
	height: auto;
	margin: 0 auto;
}

header .ad {
	float: right;
	margin: 35px 0 0 0;
}

#menu {
	height: 60px;
	padding: 15px 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	background: #666666 url(images/mbg.gif) repeat left top;
	overflow: hidden;
}

#menu li {
	float: left;
	padding: 0 20px 0 0;
}

#menu li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover { color: #aaaaaa; }

article {
	padding: 60px 0;
}

.main {
	display: table !important;
	width: 100%;
}

.main .left,
.main .center,
.main .right {
	vertical-align: top;
	text-align: left;
}

.main .left {
	display: block;
	width: 190px;
	padding: 0 10px 0 0;
}

.main .content {
	display: table-cell;
	width: 100%;
	padding: 0 10px 0 0;
}

.main .center {
	display: table-cell;
	width: 100%;
	padding: 0 10px 0 0;
}

.main .right {
	display: block;
	width: 336px;
}

.alist {
	margin: 0 0 10px 0;
	padding: 0 20px;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	line-height: 60px;
	background-color: #222222;
	border-radius: 5px;
}

footer {
	height: 60px;
	line-height: 60px;
}

footer ul {
	float: left;
}

footer ul li {
	float: left;
	padding: 0 30px 0 0;
}

footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

footer p {
	float: right;
}

/* INDEX
----------------------------------------------------------------------*/

#index .topic {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

#index .topic h2 {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100px;
	height: 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	background-color: #48419f;
	border-radius:3px 3px 0px 0px ;
	-moz-border-radius:3px 3px 0px 0px ;
	-webkit-border-radius:3px 3px 0px 0px ;
}

#index .topic ul li {
	float: left;
	width: 20%;
	padding: 20px 10px;
}

#index .topic ul li img {
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
}

#index .topic .date {
	font-size: 10px;
	line-height: 30px;
}

#index .banner {
	width: 100%;
	height: 200px;
	margin: 0 0 10px 0;
	background-color: #cccccc;
}

/* CONTENT
----------------------------------------------------------------------*/

.content .himg img {
	width: 100%;
	height: auto;
}

.content .table {

}

.content .header {
	position: relative;
	margin: 0 30px;
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e8;
}

.content .header h3 {
	padding: 0 0 45px 0;
	font-size: 20px;
	line-height: 26px;
}

.content .header .date {
	position: absolute;
	bottom: 30px;
}

.sns {
	height: 35px;
	overflow: hidden;
}

.content .header .sns {
	position: absolute;
	right: -8px;
	bottom: 15px;
}

.content .footer .sns {
	position: absolute;
	right: -8px;
	top: 20px;
}

.sns div {
	padding: 0 0 0 10px;
	height: 35px;
	overflow: hidden;
}

.sns div.fb { width: 90px; }

.content .pnavi {
	height: 150px;
	margin: 0 30px;
	line-height: 58px;
	text-align: center;
	border-top: 1px solid #e8e8e8;
}

.content .pnavi li {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 45px 15px;
	font-weight: bold;
	background-color: #e8e8e8;
	border: 1px solid #e8e8e8;
	border-radius: 30px;
}

.content .pnavi a {
	display: inline-block;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background-color: #ffffff;
}

.content .pnavi a li { background-color: transparent; }
.content .pnavi a li:hover { background-color: #e8e8e8; }

.content .footer {
	position: relative;
	margin: 0 30px;
	padding: 0 0 30px 0;
	border-top: 1px solid #e8e8e8;
}

.content .footer span {
	display: inline-block;
	padding: 0 30px 0 0;
	line-height: 60px;
}

.content .footer div span { padding: 0; }

.content .footer ul {
	color: #ffffff;
	line-height: 60px;
	background: #c8ccce;
	border: 1px solid #b8bfc5;
	border-radius: 3px;
}

.content .footer ul li {
	float: left;
	padding: 0 20px 0 0;
}

.content .footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

.content .footer ul li a:hover { text-decoration: underline; }

.content .footer ul li.ticon {
	width: 60px;
	background: url(images/tag.gif) no-repeat center center;
}

/* ARTICLE
----------------------------------------------------------------------*/

.content .article {
	padding: 45px 30px 30px 30px;
	font-size: 14px;
	line-height: 30px;
}

.content .article h4 {
	clear: both;
	margin: 0 0 45px 0;
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid #e8e8e8;
}

.content .article p { margin: 0 0 25px 0; }

.content .article img {
	max-width: 794px;
	height: auto;
	padding: 2px;
	border: 1px solid #e8e8e8;
}

.content .article img.fl {
	margin: 10px 25px 25px 0;
}

.content .article img.fr {
	margin: 10px 0 25px 25px;
}

.content .article .gallery-item {
	display: table;
	width: 265px !important;
	height: 265px !important;
	margin: -1px 0 0 -1px !important;
	border: 1px solid #e8e8e8 !important;
}

.content .article .gallery { margin: 0 0 35px 0 !important; }

.content .article .gallery-icon {
	max-width: 263px;
	max-height: 263px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	border: 2px solid #ffffff;
}

.content .article .gallery-item img {
	object-fit: cover;
	display: inline-block;
	width: 265.5px;
	height: 265.5px;
	padding: 0;
	border: none !important;
}

.content .article .xfd {
	margin: 0 0 30px 0;
	padding: 0 30px;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #dadada;
	border-radius: 3px;
}

.content .article p + .xfd,
.content .article .xfd + p { margin: 45px 0 0 0; }

.content .article .xfd h5 {
	margin: 0 0 35px 0;
	font-size: 12px;
	line-height: 60px;
	border-bottom: 1px solid #dadada;
}

.content .article .xfd iframe[width="100%"] {
	display: inline-block;
	width: 300px;
	height: 300px;
	margin: 0 15px;
}

.content .article iframe[width="560"] {
	width: 794px;
	height: 445px;
}

.content .article .twitter-tweet-rendered {
	float: left !important;
	width: 251px !important;
	margin: 0 20px 20px 0 !important;
}

.content .article .twitter-tweet-rendered:nth-of-type(3n) {
	margin-right: 0 !important;
}

.content .article b { padding: 0 10px 0 0; }
.content .article .interview_guest { color: #00dd2f; }
.content .article .interview_guest2 { color: #d200ff; }
.content .article .interview_dolce { color: #00b0f9; }
.content .article .interview_redalice { color: #ff0000; }

#ohuzake {
	font-size: 18px;
	line-height: 36px;
}

#ohuzake h4 {
	clear: both;
	margin: 0 0 110px 0;
	padding: 0 15px;
	color: #ffffff;
	font-size: 24px;
	line-height: 60px;
	background-color: #0048ff;
	border-radius: 3px;
}

#ohuzake p { margin: 0 0 125px 0; }

/* INDEX: CENTER
----------------------------------------------------------------------*/

#index .main .entry {
	display: table;
	padding: 20px;
	margin: 0 0 10px 0;
}

#index .main .entry img {
	display: block;
	width: 200px;
	height: auto;
	margin: 0 20px 0 0;
}

#index .main .entry div {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}

#index .main .entry div span,
#index .main .entry div p {
	position: absolute;
	line-height: 20px;
}

#index .main .entry div span.date {
	top: -5px;
	left: 0;
	font-size: 10px;
}

#index .main .entry div span.category {
	top: -5px;
	right: 0;
	font-size: 10px;
}

#index .main .entry div .title {
	position: absolute;
	top: 15px;
	height: 52px;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}

#index .main .entry div .title h3 {
	display: table-cell;
	height: 52px;
	vertical-align: middle;
}

#index .main .entry div p {
	bottom: -5px;
	left: 0;
}

/* COLUMN: LEFT
----------------------------------------------------------------------*/

#index .main .left a.tstore,
#index .main .left a.youtube,
#index .main .left a.lineat {
	display: block;
	width: 180px;
	margin: 0 0 10px 0;
	text-decoration: none;
	text-align: center;
}

#index .main .left a.tstore {
	height: 180px;
	background: url(images/tstore.png) no-repeat left top;
}

#index .main .left a.youtube {
	height: 180px;
	padding: 100px 0 0 0;
	color: #e00000;
	background: url(images/youtube.png) no-repeat left top;
}

#index .main .left a.lineat {
	height: 290px;
	padding: 220px 0 0 0;
	color: #00c300;
	background: url(images/lineat.png) no-repeat left top;
}

#index .main .left .recommend { padding: 0 15px 25px 15px; }

#index .main .left .recommend ul li {
	margin: 30px 0 0 0;
	font-size: 10px;
	text-align: center;
}

#index .main .left .recommend ul li a {
	color: #000000;
	text-decoration: none;
}

#index .main .left .recommend ul li a img {
	display: block;
	width: 125px;
	height: 125px;
	margin: 0 auto;
	padding: 2px;
	border: 1px solid #e8e8e8;
}

#index .main .left .recommend ul li a img:hover {
	padding: 0;
	border: 3px solid #dddddd;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#index .main .left .recommend ul li a span { display: block; }

#index .main .left .recommend ul li a span.title {
	padding: 10px 0 0 0;
	font-weight: bold;
}

#index .main .left h4 {
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}

/* COLUMN: RIGHT
----------------------------------------------------------------------*/

.main .right .ad { margin: 0 0 10px 0; }

.main .right .ad img {
	width: 100%;
	height: 280px;
	background-color: #e8e8e8;
}

.main .right .r_special,
.main .right .r_review,
.main .right .r_poplar {
	margin: 0 0 10px 0;
	padding: 0 15px 15px 15px;
}

.main .right .table h4 {
	padding: 0 0 0 15px;
	font-weight: bold;
	line-height: 60px;
	border-bottom: 1px solid #e8e8e8;
}

.main .right .table ul li a {
	display: block;
	position: relative;
	height: 110px;
	padding: 15px 0;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #e8e8e8;
}

.main .right .table ul li a:hover { background-color: #e8e8e8; }

.main .right .table ul li a span {
	display: block;
}

.main .right .table ul li a .title { padding: 6px 15px 0 0; }

.main .right .table ul li a .date {
	color: #808080;
	font-size: 10px;
}

.main .right .table ul li a img {
	float: left;
	width: 77px;
	height: 77px;
	margin: 0 10px 0 15px;
	padding: 2px;
	border: 1px solid #e8e8e8;
}

.main .right a.more {
	display: block;
	height: 40px;
	margin: 15px 0 0 0;
	color: #ffffff;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
	border-radius: 3px;
}

.main .right a.more:hover {
	background-color: #666666;
}

/* PAGE NAVI
----------------------------------------------------------------------*/

.wp-pagenavi {
	padding: 50px 0 0 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block !important;
	height: 40px !important;
	margin: 0 10px 0 0 !important; 
	padding: 0 10px !important;
	line-height: 40px !important;
	background-color: #ffffff !important;
	border-radius: 3px !important;
}

/* MEDIA ONLY SCREEN
----------------------------------------------------------------------*/

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

	h1, h2, h3, h4, h5, h6 {
		font-size: 12px;
		line-height: 20px;
	}

	.fl,
	.fr {
		float: none !important;
	}

	.sp { display: block !important; }
	.spd_n { display: none !important; }

	article,
	.main .content,
	.content .article {
		display: block;
		padding: 0;
	}

	.container { width: 100%; }

	header {
		height: auto;
		padding: 27px 0 30px 0;
	}

	header .ad,
	.main .left,
	.main .right { display: none; }

	.main .center {
		display: block;
		padding: 0;
	}

	.table {
		background-color: #ffffff;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	#menu {
		height: 60px;
		padding: 15px 5px;
		color: #ffffff;
		font-size: 11px;
		line-height: 30px;
		text-align: center;
		background: #666666;
		overflow: hidden;
	}

	#menu li {
		display: inline-block;
		float: none;
		padding: 0 5px;
	}

	#menu li.search { display: none; }

	footer {
		margin: -1px 0 0 0;
		font-size: 10px;
		text-align: center;
	}

	footer p { float: none; }

	#index .topic h2,
	#index .center h2 {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		color: #ffffff;
		line-height: 60px;
		text-align: center;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}

	#index .center h2 {
		margin: -1px 0 0 0;
		background-color: #4fb327;
	}

	#index .topic {
		position: relative;
		margin: 0;
		padding: 0;
	}

	#index .topic ul li {
		float: none;
		width: 100%;
		padding: 10px 10px 0 10px;
		border-bottom: 1px solid #ebebeb;
	}

	#index .topic ul li img,
	#index .main .entry img {
		float: left;
		width: 30%;
		height: auto;
		margin: 0;
		vertical-align: middle;
		padding: 0 0 10px 0;
	}

	#index .topic .date {
		display: block;
		float: right;
		width: 70%;
		padding: 5px 0 5px 10px;
		font-size: 10px;
		line-height: 100%;
	}

	#index .main .entry div .title h3,
	#index .topic ul li h3 {
		float: right;
		width: 70%;
		height: 45px;
		margin: 0;
		padding: 0 0 10px 10px;
		overflow: hidden;
	}

	#index .main .entry {
		display: block;
		width: 100%;
		margin: 0;
		padding: 10px 10px 0 10px;
		border-bottom: 1px solid #ebebeb;
	}

	#index .main .entry div {
		float: right;
		position: relative;
		width: 70%;
		overflow: auto;
	}

	#index .main .entry div span.date,
	#index .main .entry div span.category,
	#index .main .entry div .title {
		display: block;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	#index .main .entry div p { display: none; }

	#index .main .entry div span.date {
		float: left;
		padding: 0 0 0 10px;
	}

	#index .main .entry div span.category { float: right; }

	#index .main .entry div .title {
		float: left;
		width: 100%;
		line-height: 20px;
	}

	#index .main .entry div .title h3 {
		display: block;
		width: 100%;
	}

	.content .header {
		margin: 0;
	}

	.content .header,
	.content .article { padding: 20px 15px; }

.content .header .sns,
.content .footer .sns {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 20px 0 0 0;
}

.content .header .sns div,
.content .footer .sns div {
	float: left !important;
	height: 20px;
	padding: 0 10px 0 0;
}

	.content .article {
		padding: 30px 15px 5px 15px;
	}

	.content .article img {
		max-width: 100%;
		height: auto;
	}

	.content .article img.fr {
		width: 100%;
		height: auto;
		margin: 0 0 25px 0;
	}

	.content .article h4 {
		margin: 0 0 30px 0;
		padding: 0 0 10px 0;
		font-size: 14px;
		line-height: 28px;
	}

	.content .article p {
		margin: 0 0 25px 0;
		font-size: 14px;
		line-height: 24px;
	}

	.content .header h3 {
		padding: 0 0 10px 0;
		font-size: 16px;
		line-height: 24px;
	}

	.content .header .date {
		position: relative;
		bottom: 0;
		padding: 0 0 20px 0;
	}

	.content .pnavi {
		height: auto;
		margin: 0;
	}

	.content .pnavi li {
		margin: 30px 10px;
	}

	.content .footer {
		margin: 0;
		padding: 20px 15px 25px 15px;
	}

	.content .footer span {
		line-height: 24px;
	}

	.content .footer ul {
		margin: 20px 0 0 0;
		padding: 10px 15px;
		line-height: 26px;
	}

	.content .footer ul li { padding: 0 15px 0 0; }

	.content .footer ul li.ticon {
		width: 30px;
		background-position: 2px 5px;
	}

	.content .article iframe.twitter-tweet-rendered {
		width: 100% !important;
		margin: 0 0 20px 0 !important;
	}

	.content .article .gallery-item {
		width: 33.3% !important;
		height: 33.3% !important;
	}

	.content .article .gallery { margin: 0 0 35px 0 !important; }

	.content .article .gallery-item img {
		width: 100%;
		height: 120px;
	}

	.content .article .xfd {
		padding: 0;
	}

	.content .article p + .xfd, .content .article .xfd + p {
		margin: 30px 0 0 0;
	}

	.content .article .xfd h5 {
		margin: 0 0 20px 0;
		line-height: 45px;
	}

	.content .article .xfd iframe[width="100%"] {
		margin: 0;
	}

	.content .article iframe[width="560"] {
		width: 100%;
		height: 250px;
	}

	.alist { font-size: 12px; }

	#ohuzake img { width: 100%; height: auto; }

}

/* OTHER
----------------------------------------------------------------------*/

.fl { float: left; }
.fr { float: right; }

.clearfix:after {
	clear: both; 
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	overflow: hidden;
}

.clearfix {
	min-height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */