html,body {
	width:100%;
	height:100%;	
}


img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

body {
	background:url(../img/body_bg.jpg) repeat-y left top #f1f1f1;
}

/*------------------------------------------------

		side
		
------------------------------------------------*/

#side {
	width:220px;
	background:#ffffff;
	float:left;
	display:inline;
	z-index:10;
	position:relative;
	margin:0 0 0 10px;
	border-right:1px solid #efefef;
}

#side h1 {
	width:148px;
	height:146px;
	padding-top:10px;
	margin:0 auto 15px;	
}

#side h2 {
	width:auto;
	text-align:center;
	padding-top:20px;
	border-top:1px solid #e5e5e5;
	margin-bottom:20px;
}

#side #tabHead {
	width:220px;
	height:30px;
	margin-bottom:20px;
	background:url(../img/line_bg.jpg) repeat-x bottom left;
}

#side #tabHead li a{
	width:98px;
	height:19px;
	border:1px solid #e5e5e5;
	text-align:center;
	float:left;
	padding-top:9px;
	display:block;
	cursor:pointer;
}

#side #tabHead .daily a {
	margin-left:10px;
	display:inline;
	border-right:0;
	width:99px;
}

#side #tabHead .ui-tabs-selected a{
	border-bottom:1px solid #ffffff;
	
}

#side .listBase {
	width:200px;
	margin:0 auto;
}

#side .listBase ul {
	margin-bottom:20px;
	
}

#side .listBase li {
	width:200px;
	padding:0 0 8px 0;
	border-bottom:1px dotted #e5e5e5;
	margin-bottom:8px;
	line-height:1.3;
	clear:left;
}

#side .listBase li:last-of-type {
	border-bottom:none;
	padding-bottom:0;
	
}

#side .listBase li a {
	display:block;
	width:175px;
	padding:4px 0 4px 25px;
	text-decoration:none;

}

#side .listBase li a:hover {
	text-decoration:underline;
	
}

.ui-tabs-hide {
	display:none;
	
}
#side #dailyList li a,
#side #monthlyList li a {
	background:url(../img/icon_01.jpg) no-repeat left top;
	line-height:1.3;
	display:block;
	float:left;
}

#side #dailyList li a .num,
#side #monthlyList li a .num {
	width:24px;
	display:block;
	float:left;
}


#side #dailyList li a .text,
#side #monthlyList li a .text {
	width:151px;
	display:block;
	float:left;
}

#side #dailyList li a .text:hover,
#side #monthlyList li a .text:hover {
	text-decoration:underline;
}


#side #recentList li a {
	background:url(../img/icon_02.jpg) no-repeat left top ;
}

#side .sideBanner {
	width:auto;
	height:600px;
	margin:0 auto 8px;
	display:block;
	text-align:center;
	border-top:1px solid #e5e5e5;
	padding-top:8px;
}

#side #twitterWidget {
	width:200px;
	margin:0 auto 20px;
	
}


#side #likeBox {
	width:200px;
	margin:0 auto;	
}

#side #likeBox .uiStreamHomepage .uiStreamStory .actorPhoto {
	display:none !important;
	
}

.uiStreamHomepage .uiStreamStory:first-child .actorPhoto {
	display:none !important;
	
}

.uiStreamStory .storyContent .storyInnerContent {
	margin:0 !important;
	
}


/*
	02 first-letterを使ってやってみる。
----------------------------------------------------------- */
#side .tagSearch {
	margin:0 auto 30px;
	line-height: 1.6em;
	width:200px;
}
#side .tagSearch a {

}
#side .tagSearch .tagRank1{
	font-size: 1em;

}
#side .tagSearch .tagRank2{
	font-size: 1.2em;
}
#side .tagSearch .tagRank3 {
	font-size: 1.4em;

}
#side .tagSearch .tagRank4 {
	font-size: 1.6em;
}
#side .tagSearch .tagRank5 {
	font-size: 1.8em;

}
#side .tagSearch .tagRank6 {
	font-size: 2em;

}
#side .tagSearch .tagRank7 {
	font-size: 2.2em;

}
#side .tagSearch .tagRank8 {
	font-size: 2.4em;
}
#side .tagSearch .tagRank9 {
	font-size: 2.6em;

}
#side .tagSearch .tagRank10 {
	font-size: 2.8em;
}
#side .tagSearch a {
	color: #000;
	text-decoration: none;
}
#side .tagSearch .tagRank1 a {
	color: #000;
}
#side .tagSearch .tagRank2 a {
	color: #111;
}
#side .tagSearch .tagRank3 a {
	color: #222;
}
#side .tagSearch .tagRank4 a {
	color: #333;
}
#side .tagSearch .tagRank5 a {
	color: #444;
}
#side .tagSearch .tagRank6 a {
	color: #555;
}
#side .tagSearch .tagRank7 a {
	color: #666;
}
#side .tagSearch .tagRank8 a {
	color: #777;
}
#side .tagSearch .tagRank9 a {
	color: #888;
}
#side .tagSearch .tagRank10 a {
	color: #999;
}
#side .tagSearch a:hover {
	color: #FF0000;
}





/*------------------------------------------------

		#header

------------------------------------------------*/
#header  {
	width:100%;
	z-index:5;
	position:fixed;
	top:0;
	left:10px;
	overflow:hidden;
	padding-left:221px;
	margin-bottom:20px;
}

#header .hInner {
	width:100%;
	background:#ffffff;
	-webkit-box-shadow: 2px 2px 0px rgba(231, 231, 231, 1);
	-moz-box-shadow:    2px 2px 0px rgba(231, 231, 231, 1);
	box-shadow:         2px 2px 0px rgba(231, 231, 231, 1);
	float:left;
	position:relative;
}

#header h1 {
	display:none;
}


#header .menu {
	width:325px;
	margin-top:20px;
	margin-bottom:20px;
	float:right;
	margin-right:211px;
}

#header .menu .searchArea {
	width:200px;
	height:25px;
	float:left;
	margin-right:11px;
}

#header .menu .searchArea .formText{
	width:165px;
	height:25px;
	float:left;
	margin-right:5px;
}

#header .menu .searchArea .formText input {
	width:161px;
	border:1px solid #e7e7e7;
	height:21px;
	padding:2px;
	background:#ffffff;
}

#header .menu .searchArea .btn {
	width:26px;
	height:26px;
	float:left;	
}

#header .menu .socialLink {
	width:93px;
	height:26px;
	float:left;
}

#header .menu .socialLink li{
	width:26px;
	height:26px;
	float:left;
	margin-right:5px;
}

#header #categoryLink {
	width:auto;
	clear:both;
	border-top:1px solid #e7e7e7;
	padding:6px 10px 0;
	
}
#header #categoryLink ul {
	width:80%;
	float:left;
	padding-right:100px;
	
}

#header #categoryLink ul li{
	color:#333;
	float:left;
	padding:0 10px;
	border-left:1px dotted #333;
	font-weight:bold;
	border-right:1px dotted #333;
	margin-bottom:10px;
}

#header #categoryLink ul li a{
	width:auto;
	text-decoration:none;
	display:block;	
}

#header #categoryLink ul li a:hover{
	text-decoration:underline;
}

#header .headBanner {
	width:728px;
	height:90px;
	float:left;
	margin:10px 0 10px 10px;
	display:block;
}

#header .socialArea {
	padding-top:10px;
	height:20px;
	clear:both;
	margin:0 0 10px 10px;
}

#header .socialArea p {
	float:left;
	margin-right:10px;
	
}



/*------------------------------------------------

		#main

------------------------------------------------*/

#main {
	padding-left:260px;
	padding-top:200px;
}

#main #pankuzu {
	width:auto;
	margin-bottom:40px;
	line-height:1.5;
	padding:0 100px 0 0;
	text-align:center;
	
}

#main #entryList {
	padding-top:35px;
	overflow:visible !important;
}

#main #entryList #recommend #recommendIcon {
	width:81px;
	height:137px;
	position:absolute;
	z-index:4;
	top:-35px;
	left:20px;
	background:url(../img/recomend_icon.png) no-repeat left top;
}

#main #entryList #recommend {
	width:500px;
	height:320px;
	background:#ffffff;
	padding:10px 0;	
	margin-right:20px;
	margin-bottom:20px;
	-webkit-box-shadow: 2px 2px 0px rgba(231, 231, 231, 1);
	-moz-box-shadow:    2px 2px 0px rgba(231, 231, 231, 1);
	box-shadow:         2px 2px 0px rgba(231, 231, 231, 1);
}

#main #entryList #recommend .recommendLink {
	width:480px;
	text-align:right;	
}

#main #entryList #recommend .recommendLink a{
	background:url(../img/arrow.jpg) no-repeat left;
	padding-left:15px;
	display:block;
	float:right;
}

#main #entryList .entry {
	width:240px;
	margin-right:20px;
	margin-bottom:20px;
	background:#fff;
	padding:10px 0;
	position:relative;
	-webkit-box-shadow: 2px 2px 0px rgba(231, 231, 231, 1);
	-moz-box-shadow:    2px 2px 0px rgba(231, 231, 231, 1);
	box-shadow:         2px 2px 0px rgba(231, 231, 231, 1);
}

#main #entryList .entry:hover {
	cursor:pointer;

	-webkit-box-shadow: 0px 0px 0px rgba(231, 231, 231, 1);
	-moz-box-shadow:    0px 0px 0px rgba(231, 231, 231, 1);
	box-shadow:         0px 0px 0px rgba(231, 231, 231, 1);
}

#main #entryList .entry .img,
#main #entryList .entry .title,
#main #entryList .entry .text {
	width:220px;
	margin:0 auto 10px;
}

#main #entryList .entry .title {
	color:#ff0000;
	padding-bottom:10px;
	border-bottom:1px dotted #b5b5b5;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.3;
}

#main #entryList .entry .text {
	line-height:1.3;
	word-break: break-all;
	word-wrap: break-word;
}

#main #entryList .entry .other {
	width:220px;
	height:26px;
	background:#b5b5b5;
	margin:0 auto;
	color:#ffffff;
}

#main #entryList .entry .other .date {
	float:left;
	height:19px;
	margin-left:10px;
	width:75px;
	border-right:1px dotted #ffffff;
	padding-top:7px;
	line-height:1.1;
}

#main #entryList .entry .other .tag {
	float:left;
	height:19px;
	margin-left:10px;
	width:95px;
	padding-top:7px;
	line-height:1.1;
	background:url(../img/category.jpg) no-repeat left;
	padding-left:20px;
}

#main #entryList .entry a {
	text-decoration:none;
	
}

#main #pagination {
	display:block;
	text-align:center;
	line-height:21px;
	clear:both;
	font-weight:normal;
	margin-bottom:15px;
	padding-top:50px;
	margin-bottom:50px;
}

#main #pagination a:link, #main #pagination a:visited{
	padding:6px 8px;
	border:1px solid #aaaaaa;
	margin:0 5px;
	text-decoration:none;
	background-color:#ffffff;
	color:#333;
	width:22px;
	font-size:0.9em;
	font-weight:normal;
}

#main #pagination a:hover {
	background-color:#b5b5b5;
	border:1px solid #b5b5b5;
	color:#fff;	
}

#main #pagination .active {
	padding:6px 8px;
	border:1px solid #b5b5b5;
	margin:0 5px;
	text-decoration:none;
	background-color:#b5b5b5;
	color:#fff;
	cursor:default;
	font-weight:bold;
}

#main #pagination .disabled {
	padding:6px 8px;
	border:1px solid #EBEBEB;
	margin:0 5px;
	text-decoration:none;
	background-color:#ffffff;
	color:#D7D7D7;
	cursor:default;
}

#main .footBanner {
	width:336px;
	height:280px;
	margin:0 auto 20px;
	display:block;
}

#main .linkArea {
	width:580px;
	border-bottom:1px solid #ddd;

}

#main .linkArea dl {
	width:560px;
	margin: 0 auto;	
}

#main .linkArea a {
	display:block;
	text-decoration:none;
	padding:20px 0 10px;
}

#main .linkArea a:hover {
	display:block;
	background:#fafafa;
	text-decoration:none;
}

#main .linkArea dt {
	font-size:1.4em;
	height:20px;
	margin-bottom:10px;
	font-weight:bold;
	padding-left:30px;
	background:url(../img/icon_02.jpg) no-repeat left;
}

#main .linkArea dd {
	margin:0 0 10px 30px;
	line-height:1.5;
	
}

#main #paginationLink {
	display:block;
	text-align:center;
	line-height:21px;
	clear:both;
	font-weight:normal;
	margin-bottom:15px;
	padding-top:50px;
	margin-bottom:50px;
}

#main #paginationLink a:link, #main #paginationLink a:visited{
	padding:6px 8px;
	border:1px solid #aaaaaa;
	margin:0 5px;
	text-decoration:none;
	background-color:#ffffff;
	color:#333;
	width:22px;
	font-size:0.9em;
	font-weight:normal;
}

#main #paginationLink a:hover {
	background-color:#b5b5b5;
	border:1px solid #b5b5b5;
	color:#fff;	
}

#main #paginationLink .active {
	padding:6px 8px;
	border:1px solid #b5b5b5;
	margin:0 5px;
	text-decoration:none;
	background-color:#b5b5b5;
	color:#fff;
	cursor:default;
	font-weight:bold;
}

#main #paginationLink .disabled {
	padding:6px 8px;
	border:1px solid #EBEBEB;
	margin:0 5px;
	text-decoration:none;
	background-color:#ffffff;
	color:#D7D7D7;
	cursor:default;
}


/*----------------------------------------
	ローテーションバナー
----------------------------------------*/
#slides {
	width:480px;
	margin:0 auto 20px;
}

#slides div{
	z-index:3;
}

#slides .item a{
	width:480px;
	height:250px;
	display:block;
}


#slides .slidesjs-navigation {
  margin-top:5px;
}

a.slidesjs-next,
a.slidesjs-previous{
	display:none;
}

a.slidesjs-next {
}


a.slidesjs-previous {
}

a.slidesjs-play {
	display:none;
}

a:hover.slidesjs-play {
	display:none;
}

a.slidesjs-stop {
	display:none;
}

a:hover.slidesjs-stop {
  display:none;

}

.slidesjs-pagination {
	width:116px;
	list-style: none;
	margin:10px auto;
	text-align:center;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 5px;
}

.slidesjs-pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 13px;
  background:url(../img/pagination_off.jpg)  no-repeat left top;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background:url(../img/pagination_on.jpg)  no-repeat left top;
}

.slidesjs-pagination li a:hover {
  background:url(../img/pagination_off.jpg)  no-repeat left top;
}

#slides a:link,
#slides a:visited {
  color: #333
}

#slides a:hover,
#slides a:active {
  color: #9e2020
}


/*----------------------------------------
	footer
----------------------------------------*/

#footer {
	width:100%;
	overflow:hidden;
}

#footer .fInner {
	width:100%;
	height:100px;
	background:#fff;
	float:left;
	margin-left:231px;
	margin-bottom:20px;
}

#footer .fInner .fNavi {
	padding-top:30px;
	margin-left:28px;
	line-height:1.5;
	margin-right:20px;
}

#footer #copyright {
	width:auto;
	margin-bottom:20px;
	float:left;
	clear:left;
	text-align:center;
	color:#ccc;
	margin-left:259px;

}


#entryPage {
	width:640px;
	background:#fff;
	margin:0 auto 50px;
	-webkit-box-shadow: 2px 2px 0px rgba(231, 231, 231, 1);
	-moz-box-shadow:    2px 2px 0px rgba(231, 231, 231, 1);
	box-shadow:         2px 2px 0px rgba(231, 231, 231, 1);
}

#entryPage .inner {
	padding:25px 0;
	width:580px;
	margin:0 auto;
}

#entryPage .inner .date {
	margin-bottom:20px;
	line-height:1.2;
	width:auto;	
}

#entryPage .inner h2 {
	margin-bottom:30px;
	font-size:1.6em;
}

#entryPage .inner .socialArea {
	height:20px;
	border-top:1px dotted #b5b5b5;
	border-bottom:1px dotted #b5b5b5;
	margin-bottom:20px;
	padding:10px 0;
}

#entryPage .inner .socialArea p {
	float:left;
	margin-right:10px;
	
}

#entryPage .inner .mainImg {
	width:auto;
	margin-bottom:20px;	
}

#entryPage .inner .tagArea {
	width:auto;
	height:15px;
	padding:15px 0 10px 40px;
	background:url(../img/tag_page.jpg) no-repeat left top #b5b5b5;
	margin-bottom:25px;
}

#entryPage .inner .tagArea a {
	color:#fff;
	text-decoration:none;
}

#entryPage .inner .tagArea a:hover {
	color:#fff;
	text-decoration:underline;
}

#entryPage .inner #detail {
	margin-bottom:40px;	
}

#entryPage .inner #detail h3 {
	width:auto;
	background:url(../img/icon_01.jpg) no-repeat left ;
	padding:10px 0 10px 30px;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:15px;
}

#entryPage .inner #detail h1 {
	font-size:2em;
	font-weight:bold;
}

#entryPage .inner #detail p {
	margin-bottom:15px;
	line-height:1.5;
}

#entryPage .inner #detail img {
	margin-bottom:15px;
	
}

#entryPage .inner .nextprev {
	width:auto;
	height:33px;
	display:block;
	margin:0 auto 20px;
}

#entryPage .inner .nextprev .prev a{
	width:150px;
	background:#000;
	display:block;
	padding:10px 0;
	text-align:center;
	float:left;
	color:#fff;
	text-decoration:none;

}

#entryPage .inner .nextprev .next a{
	width:150px;
	background:#000;
	display:block;
	padding:10px 0;
	text-align:center;
	float:right;
	color:#fff;
	text-decoration:none;
}

#entryPage .inner .nextprev .prev a:hover,
#entryPage .inner .nextprev .next a:hover {
	background:#b5b5b5;
}

#entryPage .inner .recentTitle {
	width:auto;
	font-size:1.2em;
	margin-bottom:10px;
	background:url(../img/icon_02.jpg) no-repeat left top ;
	padding:10px 0 10px 30px;
	font-weight:bold;
}

#entryPage .inner .recentEntries {
	width:auto;
	height:200px;
	margin-bottom:20px;	
}

#entryPage .inner .recentEntries ul {
	margin:0 auto;
	
}

#entryPage .inner .recentEntries ul li {
	width:120px;
	float:left;
	margin-right:10px;
}

#entryPage .inner .recentEntries ul li:nth-type-of(4) {
	margin-right:0;
	
}

#entryPage .inner .recentEntries ul li .img {
	margin-bottom:5px;
}

#entryPage .inner .recentEntries ul li .text a {
	text-decoration:none;
}

#entryPage .inner .recentEntries ul li .text a:hover {
	text-decoration:underline;
}

#entryPage .inner #sourceArea {
	width:auto;
	padding:10px;
	background:#fafafa;
	border:1px solid #f1f1f1;
	margin:0 auto 40px;
}

#entryPage .inner #sourceArea dl dt {
	margin-bottom:5px;
	line-height:1.2;	
}


#entryPage .inner #sourceArea dl dd a {
	text-decoration:none;
	color:#666;
	
}

#entryPage .inner #sourceArea dl dd a:hover {
	text-decoration:underline;	
}

#entryPage .inner .about {
	font-size:1.2em !important;
	line-height:1.5 !important;
}

#entryPage .inner .policy span {
	font-weight:bold;
	
}




@media screen and (min-width: 1024px) and (max-width: 1281px)  {
	#side {
		margin-right:10px;
		margin-left:10px;

	}

	#pankuzu {
		padding: 0 20px 0 0 !important;	
	}
	


	#main #entryList #recommend {
		margin-right:10px;	
	}


	#main #entryList .entry {
		margin-right:10px;	
	}

	
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	#side {
		margin-right:20px;
		margin-left:10px;

	}


	#main {
		padding-top:250px;
	}


	#pankuzu {
		padding: 0 10px 0 0 !important;	
	}

	
	#header #categoryLink ul {
		width:75%;
		float:left;
		padding-right:100px;
		
	}
	
	#main #entryList #recommend {
		margin-right:10px;	
	}


	#main #entryList .entry {
		margin-right:10px;	
	}

	
	#main #entryList div:nth-type-of(3n) {
		margin-right:0;
	}
	
		
	

}


@media screen and (min-width: 641px) and (max-width: 769px) {
	#side {
		margin-right:20px;
		margin-left:10px;

	}
	
	
	#main {
		padding-top:250px;
	}
	
	#pankuzu {
		padding: 0 10px 0 0 !important;	
	}

	#main #entryList #recommend {
		margin-right:10px;	
	}

	#main #entryList .entry {
		margin-right:10px;	
	}
	#main #entryList div:nth-type-of(2n) {
		margin-right:0;
	}
}
