#page {
	position: relative;
}

/* ---------------------------- header ---------------------------- */
#globalHeader p {
	padding-bottom: 4px;
	font-size: 10px;
} 
header#globalHeader,
header#globalHeader-page {
	position: relative;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 8px 12px 5px;
	background: #FFF;
	box-sizing: border-box;
}
header ul#header-inner {
	width: 100%;
	display: table;
}
header #header-inner li {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
header #header-l {
	padding: 0px 12px 0px 0px;
}
header #header-m {
	padding: 0px 12px 0px 0px;
	text-align: right;
}
header #header-r {
	text-align: right;
}

header #header-l img {
	height: auto;
	max-width: 180px;
	width: 100%;
}

header .menu-bt {
}
header .menu-bt a {
	border-radius: 10px;
	font-size: 94%;
	line-height: 1.2em;
	background: #a0794c;
	padding: 9px;
	white-space: nowrap;
	display: block;
	text-align: center;
	color: #FFF;
}

header #menu {
	display: inline-block;
	position: relative;
	width: 26px;
	height: 16px;
}
header #menu-icon {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 26px;
	height: 16px;
	margin: 0px 0 0 0px;
	text-align: left;
	text-indent: -9999px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
header #menu-icon:before, header #menu-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 26px;
	height: 2px;
	background: #000000;
}





/* 必要なのか？ */
header#globalHeader .menuArea,
header#globalHeader-page .menuArea {
	position:fixed;
	top:22px;
	z-index:9999;
}
header#globalHeader .menuArea p.menu,
header#globalHeader-page .menuArea p.menu {
	position:static;
	margin-bottom:10px;
	opacity:.85;
}
header#globalHeader p.btn {
	text-align:center;
	position:absolute;
	top:6px;
	right:5px;
}
header#globalHeader-page p.btn {
	text-align:center;
	position:absolute;
	top:5px;
	right:4px;
}

header#globalHeader p.menutop {
	position:absolute;
	top:6px;
	left:5px;
	z-index:100;
	height: 31px;
	width: 50px;
	display: table;
}
header#globalHeader p.menutop a {
	color:#fff;
	font-size:93%;
	line-height:1.2em;
	background: url(../img/backButton.png) no-repeat 0px 0px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 31px;
	width: 50px;
	-webkit-background-size:46px auto;
	-moz-background-size:46px auto;
	-ms-background-size:46px auto;
	-o-background-size:46px auto;
	background-size:46px auto;
	font-weight: bold;
}



/* ---------------------------- searchArea ---------------------------- */ 
.searchArea {
	box-sizing: border-box;
	background: #000000;
	margin: 0px;
	padding: 10px;
}
.searchArea #search-inner {
	width: 100%;
}
.searchArea #search-inner {
	vertical-align: middle;
}
.searchArea #search-inner #search-r {
	box-sizing: border-box;
	width: 100%;
}
#search-l .index-bt {
}
#search-l .index-bt a {
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 100%;
	line-height: 1.2em;
	background: #d81118;
	display: table-cell;
	text-align: center;
	color: #FFF;
	padding-right: 9px;
	padding-left: 9px;
	height: 38px;
	vertical-align: middle;
	white-space: nowrap;
}
/*
#search-l .index-bt a:hover {
	background: #3CF;
}
*/
.searchArea .searchform {
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	height: 38px;
	padding: 5px;
	width:100%;
}
.searchArea .word {
	box-sizing: border-box;
	height: 28px;
	width:90%;
	background:none;
	border:none;
}
.searchArea .submit {
	position: absolute;
	top: 5px;
	right: 5px;
	border: 0px;
	width: 28px;
	height: 28px;
	background: url(../img/serch_icon.png) no-repeat center center;
	background-size: 28px;
	text-indent: -9999px;
}



/* ---------------------------- guest button ---------------------------- */
.guest-button {
	box-sizing: border-box;
	background: #000000;
	margin: 0px;
	padding: 10px;
}
.guest-button ul {
	display:table;
	width:100%;
}
.guest-button ul li {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	width: 25%;
}
.guest-button a {
	color: #FFF;
	box-sizing: border-box;
	vertical-align: bottom;
	display: inline-block;
	padding: 26px 0px 0px;
}

.guest-button ul li.suma-bt-in,
.guest-button ul li.suma-bt-free,
.guest-button ul li.suma-bt-contents {
	border-right: 1px solid #404040;
}
/*.guest-button ul li.suma-bt-in a {
	background: url(../img/icon_info.png) no-repeat center top;
	background-size: 23px;
}*/
.guest-button ul li.suma-bt-in a {
	background: url(../img/icon_write.png) no-repeat center top;
	background-size: 23px;
}
.guest-button ul li.suma-bt-free a {
	background: url(../img/icon_limit.png) no-repeat center top;
	background-size: 23px;
}
.guest-button ul li.suma-bt-loin a {
	background: url(../img/icon_login.png) no-repeat center top;
	background-size: 23px;
}
.guest-button ul li.suma-bt-contents a {
	background: url(../img/icon_contents.png) no-repeat center top;
	background-size: 23px;
}

div.guest-button ul li {
}




/* 必要なのか？ */
.user-menu {
	margin: 0px;
	padding: 0px 10px 12px;
	display: block;
	width: auto;
}
.user-name {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #CCC;
}
.user-name strong {
	font-size: 18px;
	font-weight: bold;
	color: #e80e21;
}
.user-menu .suma-bt-wh a {
	display:table-cell;
	padding: 0px;
}
.user-menu .suma-bt-wh a span {
	display:table-cell;
	padding:6px 24px;
}







/* ---------------------------- main-images ---------------------------- */
#main-images {
	display: none;
}
#main-images li img {
	height: auto;
	width: 100%;
}




/* ---------------------------- navArea ---------------------------- */
#navArea {
	box-sizing: border-box;
	position: relative;
	height: 44px;
	overflow: hidden;
	margin: 12px 0px 0px;
}
#navArea nav {
	/* -webkit-overflow-scrolling: touch; */
	width: 636px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#navArea ul {
	height: 44px;
	font-size: 0;
	display: table;
	width: 100%;
}
#navArea ul li {
	font-size: 15px;
	display: table-cell;
	border-radius: 4px;
	height: 46px;
	width: 86px;
	letter-spacing: normal;
	margin: 0px;
	position: relative;
	border-right: 1px solid #FFF;
}

#navArea ul li a {
	display: block;
	color: #fff;
	box-sizing: border-box;
	display: block;
	text-align: center;
	margin: 6px 0px 0px;
	padding: 12px 0px 0px;
	height: 46px;
	background: #000;
	overflow: hidden;
	white-space: nowrap;
}
#navArea ul li.nav_bt01 {
	background: #ff0000;
}
#navArea ul li.nav_bt02 {
	background: #d6e21a;
}
#navArea ul li.nav_bt03 {
	background: #48e469;
}
#navArea ul li.nav_bt04 {
	background: #5856d4;
}
#navArea ul li.nav_bt05 {
	background: #088cf2;
}
#navArea ul li.nav_bt06 {
	background: #FF9900;
	width: 100px;
}
#navArea ul li.nav_bt07 {
	background: #ff60c5;
}
#page-top #navArea ul li.nav_bt01 a,
#page-news #navArea ul li.nav_bt02 a,
#page-special1 #navArea ul li.nav_bt03 a,
#page-entame #navArea ul li.nav_bt04 a,
#page-rensai #navArea ul li.nav_bt05 a,
#page-interview #navArea ul li.nav_bt06 a,
#gallery #navArea ul li.nav_bt07 a {
	background: #FFFFFF;
	color: #000;
}






#page-catnav {
	padding: 5px;
}
#page-catnav ul {
	box-sizing: border-box;
	width: 100%;
	display: table;
}
#page-catnav ul li {
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	width: 33.33%;
}
#page-catnav ul li a {
	display: table-cell;
	font-size: 115%;
	line-height: 1.3em;
	background: #efefef;
	display: block;
	padding: 10px 5px;
	border: 1px solid #a9a9a9;
	border-radius: 7px;
	white-space: nowrap;
}
#page-catnav ul li.nav_bt01 a {
	color:#ff0000;
}
#page-catnav ul li.nav_bt02 a {
	color:#b0bb00;
}
#page-catnav ul li.nav_bt03 a {
	color:#48e469;
}
#page-catnav ul li.nav_bt04 a {
	color:#5856d4;
}
#page-catnav ul li.nav_bt05 a {
	color:#088cf2;
}
#page-catnav ul li.nav_bt06 a {
	color:#ff40d9;
}
#page-catnav ul li.nav_bt07 a {
	color:#FF9900;
}

#page-catnav .page-catnav-h {
	width: 32%;
}
#page-catnav .page-catnav-s {
	width: 34%;
}


#page-catnav .page-catnav-h:active,
#page-catnav .page-catnav-s:active {
	background:#ff0000;
	background:-moz-linear-gradient(top, #ff0000 0%, #CC0000 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #CC0000));
	background:-webkit-linear-gradient(top, #ff0000 0%, #CC0000 100%);
	background:-o-linear-gradient(top, #ff0000 0%, #CC0000 100%);
	background:-ms-linear-gradient(top, #ff0000 0%, #CC0000 100%);
	background:linear-gradient(to bottom, #ff0000 0%, #CC0000 100%);
	border:1px solid #ff0000;
}
















/* ---------------------------- articleList ---------------------------- */
#page-top #Article-section {
}

#contents section h2,
.relation-entry .relation-title {
	position: relative;
	top: -1px;
	padding: 14px 7px 13px;
	background: #000;
	color: #FFFFFF;
	border-left: 6px solid #e70012;
	font-size: 1.2em;
	font-weight: bold;
	display: block;	/* margin: 10px 0px 5px; */
}

#Article-cont,
#newArticle-cont,
#newsArticle-cont,
#specialArticle-cont,
#entameArticle-cont,
#rensaiArticle-cont,
#interviewArticle-cont {
	display: block;
}

#contents section .articleList article .image {
	position:relative
}
#contents section .articleList article,
#contents .relation-entry .he-osu li {
	border-bottom:1px solid #929292;
}
#contents section .articleList article .image img.newicon,
#contents section .articleList article .image img.freeicon {
	position: absolute;
	height: 50px;
	width: 50px;
	left: 0px;
	top: 0px;
}


#contents section .articleList article a,
#contents .relation-entry .he-osu li a {
	position: relative;
	display: block;
	padding: 9px 10px;
	color: #333;
}

#contents .relation-entry .he-osu li {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

#contents .relation-entry .he-osu li {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}
	

#Article-arrow .Article_navR,
#Article-arrow .Article_navL {
	position: fixed;
	top: 50%;
	margin-top: -22px;
	height: 45px;
	width: 25px;
	text-indent: -9999px;
	z-index: 300;
	/* display: none; */
}
#Article-arrow .Article_navL {
	left: -100px;
	background: url(../img/arrow_prev.png) no-repeat 0 0px;
	background-size: 25px 45px;
}

#Article-arrow .Article_navR {
	right: -100px;
	background: url(../img/arrow_next.png) no-repeat 0px 0px;
	background-size: 25px 45px;
}










#contents section .articleList article .image {
	margin: 0;
	display: table-cell;
	padding: 0px 10px 0px 0px;
}
#contents section .articleList article .image img {
	width:80px;
}
#contents section .articleList article h3 {
	margin: 0;
	font-size: 130%;
	color: #161616;
	line-height: 1.4em;
	display: table-cell;
}
#contents section .rank-list .rank-l-title {
}
#contents section .articleList article h3 span {
	margin-left:5px
}
#contents section .articleList article h3 span img.rsicon {
	width:16px;
	height:16px
}
#contents section .articleList article .sub {
	color: #161616;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
#contents .more.loadMore,
#contents .close.loadMore,
#contents .toplink {
	text-align:center;
	background:#dedede;
}
#contents .more.loadMore a,
#contents .close.loadMore a,
#contents .toplink a {
	display: block;
	padding: 15px 0;
	color: #161616;
	font-size: 120%;
}
#contents .more.loadMore a:before,
#contents .toplink a:before {
	content:"";
	padding-left:24px;
	background:url(../img/mark_white_03.png) no-repeat left center;
	background-size:20px auto
}
#contents .close.loadMore a:before {
	content:"";
	padding-left:24px;
	background:url(../img/mark_white_01.png) no-repeat left center;
	background-size:20px auto;
}
#contents .close.loadMore {
	display: none;
}

#Article-section .more.loadMore,
#Article-section .toplink {
	display: none;
}
/*
#Article-section .toplink {
	background: #F90;
}
*/

#page-top #Article-section .more.loadMore,
#page-news #Article-section .more.loadMore,
#page-special1 #Article-section .more.loadMore,
#page-entame #Article-section .more.loadMore,
#page-rensai #Article-section .more.loadMore,
#page-interview #Article-section .more.loadMore {
	display: block;
}




#contents section.rankingSection header .rank-up {
	display:none
}
#contents section.rankingSection .ranking article a {
	padding-left:0
}
#contents section.rankingSection .ranking article p {
	display:table-cell;
	vertical-align:middle
}
#contents section.rankingSection .ranking article .no {
	text-align: center;
	width: 22px;
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 105%;
}
#contents section.rankingSection .ranking article .image {
	display: table-cell;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
#contents section.rankingSection .ranking article .image span {
	display:block;
	height: 50px;
	width: 50px;
	overflow: hidden;
}
#contents section.rankingSection .ranking article .image img {
	width:50px;
	height: auto;
}
#contents section.rankingSection .ranking article h3 {
	font-size:108%;
	display:table-cell;
	vertical-align:middle;
	padding-left:10px
}
#contents section.rankingSection .ranking article .sub {
	display:none
}


#contents article.rank1 .rank-num {
	background: url(../img/num1.png) no-repeat center center;
	text-indent: -9999px;
	background-size: 22px;
}
#contents article.rank2 .rank-num {
	background: url(../img/num2.png) no-repeat center center;
	text-indent: -9999px;
	background-size: 22px;
}
#contents article.rank3 .rank-num {
	background: url(../img/num3.png) no-repeat center center;
	text-indent: -9999px;
	background-size: 22px;
}




#contents section .articleList.testread article {
	background: #fff8d3;
}

#contents section .articleList.testread article span,
#contents section .articleList.recommend article span {
	display: block;
}








/* ---------------------------- footer ---------------------------- */

footer#globalFooter {
	position: relative;
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: 10px;
}
footer#globalFooter a {
	color:#fff;
}
footer#globalFooter .footer-button {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 4px;
}
footer#globalFooter p.pageTop {
	position:absolute;
	right:10px;
	bottom:0;
	background:#fff;
	text-align:center;
	border-radius:5px 5px 0 0;
}
footer#globalFooter p.pageTop a {
	box-sizing: border-box;
	width: 50px;
	height: 53px;
	padding-top: 30px;
	display: block;
	color: #161616;
	text-decoration: none;
	font-size: 130%;
	background: url(../img/top_bt2.png) no-repeat center 10px;
	background-size: 24px auto;
	font-weight: bold;
}
footer#globalFooter .footer-But2 {
	margin-bottom: 5px;
}
footer#globalFooter .footer-But2 a {
	font-size: 13px;
	text-align: center;
	display: block;
	margin: 0 5px 0 0px;
	padding: 5px 7px;
	top: 8px;
	right: 6px;
	background: #4f4f4f;
	border-radius: 3px;
}
footer#globalFooter #footer-copy {
	padding: 5px 0px 0px;
	display: block;
}





/* ---------------------------- side ---------------------------- */
#side-over {
	z-index:9997;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

#side {
	display: none;
	padding: 0px;
	color: #fff;
	background: #888;
	height: 100%;
}
#side .navlogin {
	text-align: center;
	display: block;
	padding: 25px 25px 15px;
}
#side .navlogin a {
	box-sizing: border-box;
	font-size: 120%;
	background: #d81118;
	display: block;
	padding: 10px;
	width: 100%;
}

#side .close a {
	background: url(../img/cross_w.png) no-repeat;
	background-size: 24px;
	display: block;
	padding: 0px;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	margin: 0px;
	position: fixed;
	left: 20px;
	top: 15px;
	z-index: 9998;
}
#side nav {
	z-index: 9999;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
	/* background: #262626; */
}
#side a {
	color:#fff;
	text-decoration:none;
}
#side ul {
	list-style:none
}
#side ul.basicList li {
	border-bottom: 1px solid #000
}
#side ul.basicList li a {
	box-sizing: border-box;
	display: block;
	padding: 12px 25px;
	font-size: 120%;
}
#side .close {
}
#social-out {
	margin: 0px 20px;
}
#side ul.socialList {
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding: 0px;
}
#side .socialList li {
	box-sizing: border-box;
	vertical-align: middle;
	display: table-cell;
	padding: 12px 5px;
	text-align: center;
}
#side .socialList li a {
	box-sizing: border-box;
	background: #39599f;
	text-align: center;
	display: block;
	padding: 10px 0px;
	width: 100%;
}
#side .socialList li.socialtwitter a {
	background: #45b0e3;
}


#pageslide {
	display: none;
	position: fixed;
	top: 0;
	width: 260px;
	height: 100%;
	z-index: 999999;
	width: 85%;
	padding: 1%;
	background-color: #888;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 3px 3px #444;
	-moz-shadow: inset 0 0 3px 3px #444;
	box-shadow: inset 0 0 3px 3px #444;	
}



.adsenseArea {
	width: 319px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	padding: 0px 0px 12px;
}
.adsenseArea2 {
	width:319px;
	overflow:hidden;
	text-align:center;
}
.adsenseArea.ad01 {
	text-align: center;
	padding: 12px 0px;
}









/* ---------------------------- contents ---------------------------- */
.stxt {
	font-size: 12px;
	line-height: 1.4em;
}

#content .left {
/*
	float: left;
	margin: 0 20px 20px 0;
	*/
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}
#content .center {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}
#content .right {
/*
	float: right;
	margin: 0 0 20px 20px;
	*/
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.ura-box {
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	height: auto;
	width: auto;
	background: #EEEEEE;
	font-size: 14px;
	line-height: 1.4em;
}

#content blockquote {
	color: #666666;
	padding-left: 12px;
	border-left: 2px solid #666666;
	margin: 0px;
}


#entrybody {
	padding: 10px 10px 20px;
	line-height:1.6em;
	font-size:124%;
}
.entrybody {
	padding: 10px;
	line-height:1.6em;
	font-size:124%;
}
#entrybody p,
.entrybody p{
	padding: 0.2em 0px 1em;
	line-height: 1.6;
	font-size: 16px;
} 
#entrybody strong,
.entrybody strong{
  font-size: larger;
  font-weight: bold;
  color:#000;
}

#entrybody .sns_bts,
#content .sns_bts {
	margin: 5px;
	padding: 5px 0 0 0;
	text-align: center;
}
#content .sns_bts li,
#content .sns_bts li {
	display: inline-block;
	vertical-align: top;
}
#entrybody pre img {
	max-width:100%;
	height: auto;
}
/*
iframe.twitter-share-button {
    width: 65px!important;
}
*/
#entrybody pre img {
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 400px;
}


#content h2 {
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 10px 12px;
}

#content .page-catch {
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px 10px 10px;
}
.contents-title {
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
	font-size: 18px;
}
.contents-title a {
	color: #000000;
}
.contents-title a:hover {
	color: #C31400;
	text-decoration: underline;
}
.contents-body {
	padding: 25px;
	border: 1px solid #B2B2B2;
	margin-bottom: 20px;
}
.contents-photo {
	float: left;
	padding-right: 10px;
	overflow: hidden;
}
.contents-photo img,
.contents-photo-r img {
	border: 1px solid #CCCCCC;
}
.contents-text {
	float: left;
}
.contents-sub {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.contents-catch {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25em;
}
.contents-catch .ct1 {
	background: url(../../common/imgs/icon_sp1.gif) no-repeat 0px 2px;
	padding-left: 44px;
}
.contents-catch .ct2 {
	background: url(../../common/imgs/icon_sp2.gif) no-repeat 0px 2px;
	padding-left: 44px;
}
.contents-catch .ct3 {
	background: url(../../common/imgs/icon_sp3.gif) no-repeat 0px 2px;
	padding-left: 44px;
}
.contents-list {
	font-size: 12px;
	line-height: 1.6em;
}
.contents-list span {
	color: #C31400;
}

.contents-ent a,
.contents-ent a:link,
.contents-ent a:visited{
	color:#B28D59;
}
.contents-ent a:hover,
.contents-ent a:active{
	color:#666;
}
#content .contents-ent h2 {
	font-weight:bold;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0px;
	display: table;
	padding-left: 43px;
}

.contents-ent-box {
	margin-bottom: 12px;
}
.contents-text-l {
	float: left;
	overflow: hidden;
	margin-right: 20px;
	display: table;
}
.contents-photo-r {
	float: left;
	overflow: hidden;
	display: table;
}
.ent1 {
	background: url(../../common/imgs/icon_sp1.gif) no-repeat 0px 7px;
}
.ent2 {
	background: url(../../common/imgs/icon_sp2.gif) no-repeat 0px 7px;
}
.ent3 {
	background: url(../../common/imgs/icon_sp3.gif) no-repeat 0px 7px;
}
.contents-ent2 {
	color:#B28D59;
	font-weight:bold;
	font-size: 1.28em;
	line-height: 1.3em;
}


.info-banner {
	text-align: center;
}
.info-banner img {
	height: auto;
	max-width: 640px;
	width: 100%;
}



#contents .entry-head {
	display: table;
	width: 100%;
}
#contents .cat-icon {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	width: 100px;
}
#contents .entry-title {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #000;
	display: table-cell;
	padding: 10px 0px 10px 5px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.1em;
}
#contents .articleList .mokuji-bold {
	padding: 7px 5px 6px;
	background: #ddd;
	border-left:8px solid #e70012;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	color: #000;
}
#contents .cat-icon.catsp {
	background: #f5af1c;
}
#contents .cat-icon.catnews {
	background: #bed641;
}
#contents .cat-icon.catren {
	background: #be91c0;
}
#contents .cat-icon.catinter {
	background: #65c4dd;
}
#contents .toppack-bt {
	text-align: center;
	padding: 5px 0px 15px;
}





/* ---------------------------- gallery ---------------------------- */

#galleryPickup {
	display: table;
	padding: 10px 0px 0px;
	margin: 0 -5px;
}
#galleryPickup .galleryPickupBox {
	display: table-cell;
	width: 32%;
	vertical-align: top;
	padding: 0 5px;
	position:relative;
}
#galleryPickup .galleryPickupBox .photo {
	max-height:93px;
	overflow:hidden;
	margin: 0px 0px 4px;
}
#galleryPickup .galleryPickupBox .photo img {
	height: auto;
	width: 100%;
}
#galleryPickup .text h3 {
	font-weight: normal;
}
#gallery .articleList {
	padding: 0px 10px 20px;
}

#galleryPickup .galleryPickupBox .rankNumber{
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  padding: 10px 10px 10px 0px;
  top: -6px;
  left: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#galleryPickup .galleryPickupBox .rankNumber:before{
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 27px solid;
  border-bottom: 27px solid transparent;
  border-left: 27px solid;
  border-right: 27px solid transparent;
  position: absolute;
  top: 6px;
  left: -17px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#galleryPickup .galleryPickupBox:nth-of-type(1) .rankNumber:before{
  border-top-color: #f8ba2b;
  border-left-color: #f8ba2b;
}
#galleryPickup .galleryPickupBox:nth-of-type(2) .rankNumber:before{
  border-top-color: #bcbcbc;
  border-left-color: #bcbcbc;
}
#galleryPickup .galleryPickupBox:nth-of-type(3) .rankNumber:before{
  border-top-color: #d7702b;
  border-left-color: #d7702b;
}
#galleryPickup .galleryPickupBox .rankNumber > span{
  position: relative;
  z-index: 2;
  color:#fff;
}


.gr-ent-line {
	display: table;
	padding: 10px 0px 0px;
	box-sizing: border-box;
	width: 100%;
}
.gr-ent-line .gr-ent-tr {
	display: table-row;
}
.gr-ent-line .gr-ent-box {
	box-sizing: border-box;
	display: table-cell;
	width: 48.5%;
	vertical-align: top;
	padding: 0px 0px 15px;
}
.gr-ent-line .gr-ent-photo {
	box-sizing: border-box;
	height: auto;
	width: 100%;
	border: 1px solid #CCC;
	margin: 0px 0px 4px;
	overflow: hidden;
}
.gr-ent-line .gr-ent-photo {
    position: relative;
}
.gr-ent-line .gr-ent-photo {
    content:"";
    display: block;
    padding-top: 64%;
}
.gr-ent-line .gr-ent-photo .ent-photo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.gr-ent-line .gr-ent-photo img {
	height: auto;
	width: 100%;
}
.gr-ent-line .gr-ent-box a {
	color: #000;
}
.gr-ent-line .gr-ent-box .gr-ent-text span{
	color:red;
}
.gr-ent-line .gr-ent-sp {
	vertical-align: top;
	display: table-cell;
	width: 3%;
}
.gr-ent-line .gr-ent-photo img.grnouser,
.photoVisual img.grnouser{
	filter: alpha(opacity=55);
	-moz-opacity:0.5;
	opacity:0.5;
}


#gallery #gallery-slide2 li.bx-clone img {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}





#galleryLarge {
	margin-bottom: 30px;
	background: #2e2a29;
	position: relative;
}
#galleryLarge .galleryPhoto {
	text-align: center;
}
#galleryLarge .galleryPhoto > div {
	/* padding: 20px 0px; */
	display: none;
}
#galleryLarge .galleryPhoto .photoVisual img {
	height: auto;
	width: 100%;
}

#galleryLarge .photoCaption {
	padding: 0px 0 0px 0px;
	position: relative;
	text-align: left;
	margin: 0px auto;
	display: block;
}
#galleryLarge .galleryPhoto h2 {
	padding: 0px;
}
#galleryLarge .galleryPhoto h2 a {
	color: #fff;
	text-align: center;
	display: block;
	padding: 10px;
	background: #2e2a29;
}
#galleryLarge .galleryPhoto h2 a:hover {
}

#galleryLarge .galleryPhoto > div > a.photoPrev,
#galleryLarge .galleryPhoto > div > a.photoNext {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	height: 45px;
	width: 25px;
	text-indent: -9999px;
	z-index: 300;	/* display: none; */
}
#galleryLarge .galleryPhoto > div > a.photoPrev {
	left: 0px;
	background: url(../img/arrow_prev.png) no-repeat 0 0px;
	background-size: 25px 45px;
}
#galleryLarge .galleryPhoto > div > a.photoNext {
	right: 0px;
	background: url(../img/arrow_next.png) no-repeat 0px 0px;
	background-size: 25px 45px;
}
#galleryLarge .galleryPhoto > div > a.photoZoom {
	width: 40px;
	height: 39px;
	top: 0px;
	right: 0px;
	position: absolute;
	background-position: -31px -176px;
	z-index: 300;
	display: none;
}


.split, #navInner #logo, #pageNav > span a, #entryheader .subInfo .readitlater span, #lp-navinner #logo {
  display: block;
  overflow: hidden;
  background: url(../../img/bg2.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
#pageNav {
	clear: both;
	width: 100%;
	font-size: 150%;
	text-align: center;
	padding: 20px 0px;
	position: relative;
	z-index: 100;
}
#pageNav span,
#pageNav a {
	box-sizing: border-box;
	display: inline-block;
	*display:inline;
	zoom: 1;
	vertical-align: middle;
	background: #FFF;
}
#pageNav #nav-title {
	font-size: 12px;
}
#pageNav .previousTxt,
#pageNav .nextTxt {
	width: 10px;
	height: 15px;
	padding: 0px 8px;
}
#pageNav .nextTxt a {
	width: 10px;
	height: 15px;
	background-position: 0px -176px;
	text-indent: -9999px;
}
#pageNav .previousTxt a {
  width: 10px;
  height: 15px;
  background-position: -10px -176px;
	text-indent: -9999px;
}
#pageNav a.link_page {
	padding: 6px 8px 4px;
}
#pageNav a.link_page:hover {
}
#pageNav .current_page {
	padding: 6px 10px 4px;
	background: #000;
	color: #fff;
}





/* ---------------------------- mokuji ---------------------------- */
.indexArticle h2 {
	box-sizing: border-box;
	position: relative;
	display: block;
	height: 42px;
	width: 100%;
}
.indexArticle h2 .indexopen,
.indexArticle h2 .indexclose {
	background: url(../img/arrow_wd.png) no-repeat 95% center;
	height: 42px;
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-size: 20px;
	text-indent: -9999px;
	display: block;
}
.indexArticle h2 .indexclose {
	background: url(../img/arrow_gu.png) no-repeat 95% center;
	background-size: 20px;
	display: none;
}
.indexArticle h2 .indexopen a,
.indexArticle h2 .indexclose a {
	display: block;
	height: 42px;
	width: 100%;
}

.indexArticle {
	padding: 0px 0px 2px;
}
.contents_list {
	display: none;
}
.contents_list div {
}
.contents_list ul {
	/* display: none; */
}
.contents_list ul li {
	display: block;
	text-align: center;
	padding: 15px 0px;
}
.contents_list ul li a {
	color: #000;
}
.contents_list ul li img {
	display: block;
	height: 260px;
	width: 192px;
	margin: 0px auto 4px;
}
.contents_list ul li .indextitle {
	font-size: 125%;
	text-align: center;
	display: block;
	font-weight: bold;
}
.contents_list ul li .tokusyulist {
	box-sizing: border-box;
	text-align: left;
	display: inline-block;
}


#cyzo-box {
	padding: 0px 10px;
	line-height:1.6em;
	font-size:124%;
}
#cyzo-box-top {
	display: table;
	margin: 0px 0px 6px;
}
#cyzo-hyoushi {
	display: table-cell;
	width: 63px;
	text-align: left;
	vertical-align: middle;
}
.cyzo-title {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
}

#cyzo-box-bot {
}
.cyzo-box-title {
	display: block;
}
ul.cyzo-box-title li {
	margin: 0px 4px 4px 0px;
	float: left;
}
ul.cyzo-box-title li a {
	display: block;
	color: #fff;
	padding: 8px 20px 8px 6px;
	text-shadow: 0 1px 0 #000000;
	white-space: nowrap;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
	background: #000;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}
ul.cyzo-box-title li a:after {
	content:"";
	display:block;
	background:url(../img/mark_black_03.png) no-repeat right center;
	-webkit-background-size:20px auto;
	-moz-background-size:20px auto;
	-ms-background-size:20px auto;
	-o-background-size:20px auto;
	background-size:20px auto;
	position: absolute;
	height: 24px;
	width: 20px;
	top: 4px;
	right: 0px;
}

.articleList .mokuji-text li a {
	position:relative;
	margin:0;
	font-size:124%;
	color:#333;
	border-bottom:1px solid #ccc;
	font-weight: bold;
	padding:6px 24px 6px 10px;
	display:block;
}
.articleList .mokuji-text li a:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:20px;
	height:100%;
	background: url(../img/mark_white_02.png) no-repeat right center;
	-webkit-background-size:20px auto;
	-moz-background-size:20px auto;
	-ms-background-size:20px auto;
	-o-background-size:20px auto;
	background-size:20px auto;
	padding: 0px 24px 0px 0px;
}
.articleList .mokuji-text li .allow-black,
.articleList .mokuji-text li span {
	position:relative;
	margin:0;
	font-size:124%;
	color:#aaa;
	background:-moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #eeeeee));
	background:-webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
	background:-o-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
	background:-ms-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
	background:linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
	border-bottom:1px solid #ccc;
	font-weight: bold;
	padding:6px 24px 6px 10px;
	display:block;
}






/* sp *******************************************************************/
.sp-maint{
	padding:0;
	margin:0;
}
.sp-maint a,
.sp-maint a:link,
.sp-maint a:visited{
	color:#B28D59;
}
.sp-maint a:hover,
.sp-maint a:active{
	color:#666;
}
#content .sp-maint h2{
	background-repeat: no-repeat;
	font-weight:bold;
	font-size: 1.2em;
	line-height: 1.2em;
	margin:0;
	padding:0 0 0 45px;

}
.sp-maint h1 {
	font-weight:bold;
	font-size: 2.45em;
	line-height: 1.2em;
	margin-top:0;
	margin: 5px 0 7px ;
	padding:0;
}
#content .sp-maint.sp1 h2{
	background-image:url(../../common/imgs/blogsp1.jpg) ;
}
#content .sp-maint.sp2 h2{
	background-image:url(../../common/imgs/blogsp2.jpg) ;
}
#content .sp-maint.sp3 h2{
	background-image:url(../../common/imgs/blogsp3.jpg) ;
}


.sp-sub {
	font-size: 0.86em;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.sp-line {
	background: url(../../common/imgs/line1.gif) repeat-x 0px 30px;
	clear: both;
	height: 2px;
	padding-top: 30px;
	padding-bottom: 35px;
}
.sp-title {
	font-size: 1.43em;
	font-weight: bold;
	color: #C41400;
}


/* contents Utilities *******************************************************************/



#content .komidashi {
	background: url(../../common/imgs/line_k_top.gif) repeat-x left top;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}
#content .komidashi h4 {
	background: url(../../common/imgs/line_k_bot.gif) repeat-x left bottom;
	padding-bottom: 10px;
	padding-right: 12px;
	padding-left: 12px;
	color: #B38E5C;
	font-size: 1.14em;
}
#content .komidashi {
	background: url(../../common/imgs/line_k_top.gif) repeat-x left top;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}


#content .memo {
	float: right;
	background: url(../img/memo_mid.gif) repeat-y 0px 0px;
	width: 180px;
	margin-bottom: 20px;
	margin-left: 8px;
	font-size: 0.86em;
	line-height: 1.5em;
	color: #333333;
	overflow: hidden;
}
#content .memo-cont {
	background: url(../img/memo_top.gif) no-repeat 0px 0px;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 30px;
}
#content .memo-bottom {
	background: url(../img/memo_bot.gif) no-repeat;
	height: 6px;
}
#content img.memo-icon {
	vertical-align: baseline;
}


#content .box-contents,
#content pre.box-contents {
	background: #E8EBEA no-repeat 0px 0px;
	margin: 20px 0px;
	padding: 0px;
}
#content .box-contents-in,
#content pre.box-contents-in {
	padding: 10px;
}
#content .box-title,
#content pre.box-title {
	color: #B38E5C;
	font-size: 1.14em;
	line-height: 1.4em;
	padding-bottom: 10px;
}


#content .komidashi2 {
	background: url(../../common/imgs/line_k_top.gif) repeat-x left top;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}
#content .komidashi2 h4 {
	background: url(../../common/imgs/line_k_bot.gif) repeat-x left bottom;
	padding-bottom: 10px;
	padding-right: 12px;
	padding-left: 12px;
}
#content .komidashi2 {
	background: url(../../common/imgs/line_k_top.gif) repeat-x left top;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}

#content .komidashi2 h3 {
	background: url(../../common/imgs/line_k_bot.gif) repeat-x left bottom;
	padding-bottom: 10px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.28em;
}
#content .asset-body strong {
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#content .head_co {
	background: #EEEEEE;
}
#content .odd_co {
	background: #F9F9F9;
}
#content .accessmap {
	background: #F7F7F7;
	text-align: center;
	padding: 5px;
	border: 1px solid #999999;
}

/* ///////////////////2011.6.15 20:00 /////////////*/

#content div.navlink {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body > ul > li > a.link_before,
body > ul > li > a.link_center,
body > ul > li > a.link_next {
	background: url(none);
	display: inline!important;
	margin: 0px !important;
	padding: 0px !important;
}
#content .navleft {
	float: right;
	width: 120px;
	text-align: left;
}
#content .navcenter {
	float: right;
	width: 50px;
	text-align: center;
}
#content .navright {
	float: right;
	width: 120px;
	text-align: right;
}
#content .navleft a,
#content .navcenter a,
#content .navright a {
	color: #FF0000;
	text-decoration: none;
}

#content .navleft a[selected],
#content .navcenter a[selected],
#content .navright a[selected],
#content .navleft a:active,
#content .navcenter a:active,
#content .navright a:active {
	background: url(none) !important;
	color: #000000 !important;
}


/* ///////////////////2012.03.22 15:00 ///////////// */
.entpagelink {
	text-align: center;
}
.entpagelink .current_page {
	background: #CCC;
	border: 1px solid #999;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-right: 2px;
}
.entpagelink a.link_page {
	border: 1px solid #CCC;
	margin-right: 2px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.entpagelink a.link_next {
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-left: 2px;
}
.entpagelink a.link_before {
	border: 1px solid #CCC;
	margin-right: 2px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}




/* /////////////////// 検索結果 ///////////// */
#cse {
	width:100%;
	min-height:120px;
	padding:0px;
	margin: 0px;
}
#cse .gsc-control-cse {
	padding-top:0;
	font-family:"メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif
}
#cse .gsc-url-top, #cse .gsc-thumbnail-inside {
	padding:0
}
#cse .gsc-control-cse .gsc-table-result {
	font-family:"メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif
}
#cse .gsc-tabHeader.gsc-tabhInactive {
	border-color:#CCCCCC;
	background-color:#fff
}
#cse .gsc-tabHeader.gsc-tabhActive {
	border-color:#CCCCCC;
	border-bottom-color:#fff;
	background-color:#fff
}
#cse .gsc-tabsArea {
	border-color:#CCCCCC
}
#cse .gsc-webResult .gsc-result {
	padding:10px;
	margin:0 -16px 0 -13px
}
#cse .gsc-result .gs-title {
	margin-bottom:5px
}
#cse .gsc-webResult.gsc-result, #cse .gsc-results .gsc-imageResult {
	border-bottom:1px solid #ccc;
	background-color:#fff
}
#cse .gs-webResult.gs-result a.gs-title {
	color:#11499e
}
#cse .gs-webResult.gs-result a.gs-title b {
	color:#11499e
}
#cse .gsc-cursor-page {
	color:#f00000
}
#cse a.gsc-trailing-more-results:link {
	color:#f00000
}
#cse .gs-webResult .gs-snippet, #cse .gs-imageResult .gs-snippet, #cse .gs-fileFormatType {
	color:#222222
}
#cse .gs-webResult div.gs-visibleUrl, #cse .gs-imageResult div.gs-visibleUrl {
	color:#999999
}
#cse img.gs-image {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px
}
#cse .gs-webResult div.gs-visibleUrl-short {
	color:#f00000
}
#cse .gs-webResult div.gs-visibleUrl-short {
	display:none
}
#cse .gs-webResult div.gs-visibleUrl-long {
	display:block
}
#cse .gs-promotion div.gs-visibleUrl-short {
	display:none
}
#cse .gs-promotion div.gs-visibleUrl-long {
	display:block
}
#cse .gsc-cursor-box {
	border-color:#fff
}
#cse .gsc-results .gsc-cursor-box {
	margin:20px 0
}
#cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
	display:inline-block;
	margin:0 2px 5px;
	padding:4px 10px;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	font-size:124%;
	background:#333333;
	background:-moz-linear-gradient(top, #333333 0%, #000000 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background:-webkit-linear-gradient(top, #333333 0%, #000000 100%);
	background:-o-linear-gradient(top, #333333 0%, #000000 100%);
	background:-ms-linear-gradient(top, #333333 0%, #000000 100%);
	background:linear-gradient(to bottom, #333333 0%, #000000 100%);
	border:1px solid #000;
	border-bottom-color:#870606;
	color:#fff;
	text-shadow:0 1px 1px #000;
	box-shadow:inset 1px 0 0 #000, inset 0 1px 0 #000, inset -1px 0 0 #000, inset 0 -1px 0 #000
}
#cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	border-color:#ccc;
	background:#fff;
	color:#666;
	font-weight:normal
}
#cse .gsc-webResult.gsc-result.gsc-promotion {
	border-color:#F6F6F6;
	background-color:#F6F6F6
}
#cse .gsc-completion-title {
	color:#f00000
}
#cse .gsc-completion-snippet {
	color:#222222
}
#cse .gs-promotion a.gs-title:link, #cse .gs-promotion a.gs-title:link *, #cse .gs-promotion .gs-snippet a:link {
	color:#11499e
}
#cse .gs-promotion a.gs-title:visited, #cse .gs-promotion a.gs-title:visited *, #cse .gs-promotion .gs-snippet a:visited {
	color:#11499e
}
#cse .gs-promotion a.gs-title:hover, #cse .gs-promotion a.gs-title:hover *, #cse .gs-promotion .gs-snippet a:hover {
	color:#11499e
}
#cse .gs-promotion a.gs-title:active, #cse .gs-promotion a.gs-title:active *, #cse .gs-promotion .gs-snippet a:active {
	color:#11499e
}
#cse .gs-promotion .gs-snippet, #cse .gs-promotion .gs-title .gs-promotion-title-right, #cse .gs-promotion .gs-title .gs-promotion-title-right * {
	color:#333333
}
#cse .gs-promotion .gs-visibleUrl, #cse .gs-promotion .gs-visibleUrl-short {
	color:#009933
}

/* rensai navi */
.categoryNeighbor {
  margin-bottom: 20px;
  width: 100%;
  display: table;
  background-color: #F1F1F1;
}
.categoryNeighbor:after {
  display: none;
}
.categoryNeighbor div {
  display: table-cell;
  width: 50%;
  padding: 25px 10px;
  vertical-align: top;
  text-align: center;
}
.categoryNeighbor div a {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  color: #333;
}
.categoryNeighbor div a:before {
  content: '';
  display: block;
  margin: 0 auto 15px;
  height: 32px;
  width: 100px;
  border-radius: 3px;
  background-color: #A0794C;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/img/common/arrow_next.png);
  background-size: 30px;
}
.categoryNeighbor div:last-child a:before {
  transform: rotate(180deg);
}

/* ちょい読み */
#entrybody .entryThumbnail{
	width: 80px;
	float: right;
	margin-left: 10px;
}
#entryReadMore{
	clear: both;
	text-align: center;
	margin-top: 10px;
}
#entryReadMore a{
	font-size: 185%;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #A0794C;
	display: block;
	padding: 20px 0;
	border-radius: 5px;
	white-space: nowrap;
}

/* 入会ボタン */
.btnRegistr{
	margin: 20px 0;
}
#entrybody + .btnRegistr{
	margin-top: 0;
}
.btnRegistr .regText{
	padding: 0 10px;
	font-size: 16px;
	margin-bottom: 20px;
}
.btnNote{
	text-align: center;
	margin-bottom: 20px;
}
.btnNote a{
	margin-bottom: 10px;
}

.header_contents {
	box-sizing: border-box;
	margin:4px;
	padding:5px;
	background: #000;
}
.header_contents-title {
	color:#fff;
	margin-bottom: 6px;
	padding-left: 4px;
	border-left: 3px solid #e70012;
}
.header_contents a {
	display: table;
	height: 80px;
}
.header_contents .photo {
	display: table-cell;
	width: 80px;
	padding-right: 4px;
	position: relative;
}
.header_contents .photo img {
	position: absolute;
	top:0;
}
.header_contents .text {
	display: table-cell;
	padding: 6px;
	background: #fff;
}
.header_contents h4 {
  font-size: 1.1em;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.header_contents p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.latest_magazine {
	text-align: center;
}
#contents .more.latest_magazine_more a:before {
	padding-top: 4px;
	background: url(../img/mark_white_02.png) no-repeat left center;
	background-size: 20px auto;
}
