@charset "utf-8";
/* CSS Document */

#title{
	margin: 0 5px;
}
#title h2{
	border-bottom:2px #dc0047 solid;
	padding:0 10px 5px 50px;
	margin-bottom: 10px;	
	font-size:1.8rem;
	color:#dc0047;
	line-height:29px;
}
#title h2.list{
	background-image: url(../common/img/ico_list.png);
	background-repeat: no-repeat;
}
#title h2.detail{
	background-image: url(../common/img/ico_detail.png);
	background-repeat: no-repeat;
}
#title h2.backno{
	background-image: url(../common/img/ico_backno.png);
	background-repeat: no-repeat;
}
#title h2.backnorev:before{
	content: "";
	background-image: url(../common/img/ico_backno_reverse.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
#title h2.contact{
	background-image: url(../common/img/ico_mail.png);
	background-repeat: no-repeat;
}
#title h2.contact{
	background-image: url(../common/img/ico_mail.png);
	background-repeat: no-repeat;
}
#title h2.no-style{
	padding:0 10px 5px 10px;
}

#mainArea {
	line-height: 1.2;
	font-size: 1.4rem;
}

#mainArea #new h2{
	border-bottom:2px #dc0047 solid;
//	padding:0 10px 5px 10px;
	margin-bottom: 10px;
}
#mainArea #new_magagin h2{
	text-align: center;
	background-color:#dc0047!important;
	vertical-align: middle;
    color: #FFF;
	padding: 4px 0;
	margin-bottom: 10px;
	letter-spacing: 1em;
}



#mainArea a{
	color:#000;
}
#mainArea .date{
	font-size:1.0rem;
	margin-bottom:5px;
}
#mainArea .category{
	border:1px #000 solid;
	font-weight: bold;
	line-height:13px;
	width:auto;
	padding: 4px 4px;
	display: inline-block;
	margin-bottom:10px
}
#mainArea .new_entry{
	display: inline-block;
	margin-left:5px;

}
#mainArea p.link{
	text-align: right;
	color:#dc0047;
}
#mainArea p.link a{
	color:#dc0047;
	display: block;
	padding: 15px 10px 15px 0;
}
#new{
	margin-bottom: 20px;
}
#new .container{
	border-bottom:1px #ccc solid;
	padding:10px 10px 15px;
}
#new .container a{
	display: block;
}
#new .container h3{
	font-size: 1.6rem;
	margin-bottom:10px;
}
#new .container h3 span{
	font-size: 1.2rem;
	font-weight: normal;
}

#new .container img.photo{
	width:30%;
	height:auto;
	max-width: 120px;
	float:right;
	margin:0 0 1% 2%;
}
#new_magagin{
	margin-bottom: 20px;
}


#new_magagin .container{
	border-bottom:1px #ccc solid;
	padding:10px 10px 15px;
	margin-bottom: 15px;
}

#new_magagin .month h4{
	margin-bottom:10px;
}

#new_magagin .other h4{

	margin-bottom:10px;
}

#new_magagin .container{
	border-bottom:1px #ccc solid;
	padding:10px 10px 15px;
	margin-bottom: 15px;
}

#new_magagin .photo_area{
	text-align: center;
}
#new_magagin h3{
	text-align: center;
	margin-bottom: 10px;
	color: #dc0047;
	font-size: 18px;
}
#new_magagin .photo_area img{
	width:50%;
	height:auto;
	max-width: 150px;
	margin:0 auto 15px auto;
}
#new_magagin .about{
	margin-bottom: 20px;
}
#new_magagin .about p{
	margin-bottom: 10px;
}
#new_magagin .link_area{
	text-align:center;
}
#new_magagin ul{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width:310px;
}
#new_magagin li{
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 5px;
}
#new_magagin li:nth-child(2n){
	margin-right: 0%;
}
#new_magagin li a{
	display: block;
	width: 100%;
	padding: 5px 0;
	border: 1px #000 dotted;
}
#new_magagin .link_area a{
	display: block;
	width: 100%;
	padding: 10px 0;
	border: 1px #000 dotted;
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media only screen and (min-width:761px){
	#mainArea a:hover{
		color:#666;
	}
	#mainArea p.link a:hover{
		color:#F94594;
	}
	#mainArea .caption{
		display: table;
		margin-bottom: 15px;
	}
	#mainArea .category{
		border:1px #000 solid;
		font-weight: bold;
		line-height:13px;
		width:auto;
		padding: 4px 4px;
		display: table-cell;
		margin-bottom:10px
	}
	#mainArea .new_entry{
		display: table-cell;
		margin-left:5px;

	}
	
	#mainArea .date{
		float:right;
		font-size:1.2rem;
	}
/*	#new .container h3{
		float:right;
		font-size: 1.6rem;
		margin-bottom:10px;
		text-align: left;
		width:75%;
		max-width: 700px;
	}*/
	#new .container p{

	}
	#new .container img.photo{
		float: left;
		width:30%;
		height:auto;
		max-width: 120px;
		margin:0 2% 1% 0;
	}
	
	#mainArea #new_magagin h2{
		background-color:#dc0047!important;
		text-align: left;
		padding:4px 10px;
		margin-bottom: 20px;
	}
	#new_magagin .photo_area{
		float:left;
		width:22%
	}
	#new_magagin .photo_area img{
		width:100%;
		margin-right:15px;
	}
	#new_magagin h3{
		text-align: left;
		margin-bottom: 15px;
		border-bottom:2px solid #df1a5a;
		padding-bottom: 5px;
		font-size: 24px;
	}
	#new_magagin .about{
		width:77%;
		margin-left:27%;
	}
	#new_magagin .link_area{
		width:77%;
		margin-left:27%;
		text-align:center;
	}
	#mainArea p.link{
		margin-top:20px;
		border-top:1px #ff0000 solid;
	}
	#mainArea p.no-line{
		border-top:0px #ff0000 solid;
	}
	#new_magagin .container{
		border-bottom:0px #ccc solid;

	}
	#new_magagin .link_area a{
		text-align:center;
		display: block;
		width: 150px;
		padding: 5px 0;
		border: 1px #000 dotted;
	}
}


/* Ranking */
#sideRanking{
	position: relative;
}

#sideRanking .rank_update_time{
	position: absolute;
	top: 38px;
	right: 6px;
	font-size: 12px;
	color: #999;
}

#sideRanking #sideRankingInner {
	padding:1px;
	border: none;
//	box-shadow: none;
	box-shadow: 1px 1px 3px rgba(0.3, 0.3, 0.3, 0.6);
}

.module {
	clear:both;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 1px 1px 3px rgba(0.3, 0.3, 0.3, 0.6);
//	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.module .titlebar {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 20px 0 !important;
	color:#dc0047;
}

#sideRanking ol {
	font-size: 12px;
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}

#sideRanking ol li {
	position: relative;
	padding-left: 0px;
	padding-right: 2px;
	margin-bottom: 5px;
	list-style: none;
	height:70px;
}
#sideRanking ol li:before {
	position: absolute;
	left: 0;
	width: 15px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#sideRanking ol li:after {
	content: '';
	display: block;
	clear: both;
}

/*
#sideRanking ol li.rank1:before {
	content: "1";
}
#sideRanking ol li.rank2:before {
	content: "2";
}
#sideRanking ol li.rank3:before {
	content: "3";
}
#sideRanking ol li.rank4:before {
	content: "4";
}
#sideRanking ol li.rank5:before {
	content: "5";
}
#sideRanking ol li.rank6:before {
	content: "6";
}
#sideRanking ol li.rank7:before {
	content: "7";
}
#sideRanking ol li.rank8:before {
	content: "8";
}
#sideRanking ol li.rank9:before {
	content: "9";
}
#sideRanking ol li.rank10:before {
	content: "10";
}
*/
#sideRanking ol .thumbnail {
	float: left;
	margin-left: 9px;
	margin-right: 5px;
	display: inline-block;
	overflow: hidden;
	width: 80px;
	height: 70px;
}
#sideRanking ol .thumbnail img {
	max-width: 100%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

#sideRanking ol .ltxt {
//	float: right;
//	margin-left: 5px;
//	display: inline-block;
//	overflow: hidden;
//	width: 80px;
//	height: 60px;
}

#sideRanking ol li:nth-of-type(1):before,
#sideRanking ol li:nth-of-type(1) a {
	color: #000;
//	color: #F00;
}
#sideRanking ol li:nth-of-type(2):before,
#sideRanking ol li:nth-of-type(2) a {
	color: #000;
//	color: #F80;
}
#sideRanking ol li:nth-of-type(3):before,
#sideRanking ol li:nth-of-type(3) a {
	color: #000;
//	color: #FA0;
}
#sideRanking ol li:nth-of-type(4):before,
#sideRanking ol li:nth-of-type(4) a {
	color: #000;
}
#sideRanking ol li:nth-of-type(5):before,
#sideRanking ol li:nth-of-type(5) a {
	color: #000;
}
li:nth-of-type(6):before,
li:nth-of-type(6) a {
	color: #000;
}
li:nth-of-type(7):before,
li:nth-of-type(7) a {
	color: #000;
}
li:nth-of-type(8):before,
li:nth-of-type(8) a {
	color: #000;
}
li:nth-of-type(9):before,
li:nth-of-type(9) a {
	color: #000;
}
li:nth-of-type(10):before,
li:nth-of-type(10) a {
	color: #000;
}

#sideRanking .text{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#sideRanking ol li a:hover {
	text-decoration: underline;
}
