@charset "utf-8";

* {
	margin:0;
	padding:0;
}

html{
	overflow-x: hidden;
}

body{
	margin:0px;
	padding:0px;
	font-size:75%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif
	/*font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック",sans-serif;*/
	background:#FFF5EE;
	color:#333333;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

p{
	line-height:1.5;
}

a{
	margin:0px;
	padding:0px;
	text-decoration: none; 
	color:#0085B2;
}

a:hover {
	text-decoration:underline;
}

a img:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

ul{
	list-style-type: none;
}

.ime-active{
	height:20px;
	ime-mode:active;
}

.ime-active2{
	ime-mode:active;
}

.ime-disabled{
	height:20px;
	ime-mode:disabled;
}

.clear{
	clear:both;
}

.mt20{
	margin-top:20px !important;
}

.mt10{
	margin-top:10px !important;
}

.mt5{
	margin-top:5px !important;
}

.mb10{
	margin-bottom:10px !important;
}

.mb5{
	margin-bottom:5px !important;
}

/*----------------------------*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*----------------------------*/
.top_inner{
	max-width:1280px;
	min-width:960px;
	margin:0px auto;
	position:relative;
}

#header{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	z-index:9;
	position:relative;
}

#header img{
	margin:0px;
	padding:0px;
}

.header_top{
	background:url(../img/common/header/header_bk.png);
	height:80px;
	overflow:hidden;
}

#header h1{
	position:absolute;
	top:20px;
	left:250px;
	color:#FFF;
	font-size:13px;
	text-align:left;
	width:26%;
}
@media screen and (min-width: 1180px) {
	#header h1{
		width:400px;
	}
}
@media screen and (max-width: 1050px) {
	#header h1{
		width:185px;
	}
}

.header_top p.hd_p{
	font-size:11px;
	color:#FFF;
	position:absolute;
	top:15px;
	padding-left:55px;
}

.header_logo{
	float:left;
	padding:15px 0 0 0;
}

.header_usermenu{
	float:right;
}
.header_usermenu li{
	float:left;
}

.header_menu{
	background:url(../img/common/header/header_menubk.png);
	width:100%;
	min-height:60px;
	margin:0px;
	padding:0px;
}

.header_menu li{
	float:left;
	width:20%;
	height:50px;
	line-height:50px;
	margin:0 0 10px 0;
	position:relative;
}
.header_menu li img{
	width: 100%;
	vertical-align:middle;
}
.header_user{
	margin:0 10px;
}
.header_user p{
	background:url(../img/common/header/mypage_icon.png) no-repeat 0 0;
	margin:10px 0 5px 0;
	font-size:126%;
}
.header_user a{
	color:#FFF;
}
.header_user a:hover {
	text-decoration:none;
}
.search{
	position:absolute;
	z-index:99;
	width:100%;
	background:url(../img/item/item_bk.jpg);
	top:132px;
	left:0;
}
.search_body{
	width:960px;
	margin:0px auto;
}

.keybox{
	font-size:14px;
	width:400px;
	height:25px;
}

.search_left{
	float:left;
	text-align:left;
	margin:10px 0px;
	padding-left:20px;
	width:230px;
}

.search_left p{
	margin-right:10px;
	margin-top:5px;
	font-size:12px;
}

.search_left p a{
	color:#FF6600;
	font-weight:bolder;
}

.search_left p.keyword{
	float:left;
}

.search_right{
	float:right;
	margin:10px 0px;
	width:670px;
}

.search_right table{
	width:100%;
}

.search_right table th{
	font-size:15px;
	color:#663300;
	text-align:left;
	padding:5px 0px;
	width:100px;
}

.search_right table td{
	text-align:left;
	padding:5px 0px;
}

.w20{
	width:20px;
}

.easy{
	margin-right:30px;
	font-size:15px;
	color:#663300;
	font-weight:bolder;
}

.spbtn_area{
	background:#FFF5EE;
	padding-top:5px;
}

/*----------------------------*/

#footer{
	clear:both;
	width:100%;
	position: relative; 
}

.footer_menu{
	background:url(../img/common/footer/footer_menubk.jpg);
	height:49px;
	color:#402000;
	position: relative; 
	overflow: hidden;
}

.footer_menu ul {
	position: relative;
	left: 50%;
	float: left;
}

.footer_menu ul li {
	position: relative;
	left: -50%;
	float: left;
	font-size:110%;
	line-height:49px;
}
.footer_menu ul li:after {
	content:"|";
	margin:0 10px;
}

.footer_menu li a{
	color:#402000;
}


.copy{
	background:url(../img/common/footer/footer_bk.jpg);
	height:81px;
	color:#FFF;
	text-align:center;
}
.copy p{
	line-height:81px;
}
.copy a{
	color:#FFF;
}

.page_top{
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:9;
}
@media screen and (max-width: 1200px) {
	.page_top{
		position:fixed;
		bottom:2px;
		right:2px;
		z-index:9;
	}
}
.page_top a img:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#bottom_section{
	margin:20px 0;
}
.fb_top{
	float:left;
	width:48%;
	background:#FFF;
	text-align:center;
	position:relative;
	float:left;
	overflow:hidden;
}
.top_newbtn{
	width:25%;
	float:left;
	margin:0 0 0 1%;
}
.top_newbtn img{
	max-width:100%;
}
.top_line{
	width:25%;
	float:left;
	margin:0 0 0 1%;
}
.top_line img{
	max-width:100%;
}




/*----------------------------*/

#contents{
	width:960px;
	margin:10px auto;
	overflow:hidden;
}

/*----------------------------*/

#main{
	float:left;
	width:630px;
}

.itembox{
	float:left;
	text-align:center;
	margin-bottom:5px;
	position:relative;
	width:200px;
	height:240px;
	margin:0 0 0 15px;
}
.itembox .itemicon{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}
.itembox .item_user{
	position:absolute;
	top:-10px;
	right:-10px;
	z-index:8;
	width:50px;
	height:50px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.itembox .item_user div{
	width:40px;
	height:40px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.itembox .item_user img{
	height:50px;
}

.itembox .itemtitle{
	margin:3px;
	font-weight:bold;
	font-size:13px;
	text-align:left;
}

.itembox .like{
	color:#FF6699;
	margin-top:3px;
}
.itembox .like img{
	margin-left:5px;
	vertical-align:middle;
}

.itemimg{
	width:200px;
	height:150px;
	border:1px solid #EFEFEF;
	overflow:hidden;
	position:relative;
}

.itemimg img{
	min-height:100%;
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	z-index:7;
}

.itemlist{
	text-align:center;
	margin:20px 0 0 -15px;
}

.nick{
	color:#0099FF;
	font-weight:bolder;
}

.nick2{
	color:#0099FF;
}

.title{
	background:url(../img/common/title_bk.jpg);
	color:#FFF;
	font-size:16px;
	margin-bottom:10px;
	padding:8px 0px 0px 20px;
	height:28px;
}

/*----------------------------*/

#side{
	float:right;
	width:300px;
}

#side .sidebtn{
	margin-bottom:10px;
}

#side .side_line{
	margin:5px 0;
}
#side .side_line img{
	width:100%;
}

.keyranking{
	margin-bottom:20px;
	border:3px solid #E0D3BE;
	background:#FFF;
	font-size:14px;
}

.keyranking li a{
	color:#663300;
}

.keyranking li{
	margin:0 10px;
	border-bottom:1px dotted #8C6900;
	padding:5px 0;
	line-height:27px;
}
.keyranking li:last-child{
	border-bottom:none;
}
.keyranking li img{
	margin-right:5px;
}
.keyranking li span{
	margin:0px 15px 0px 10px;
}

.keyranking li.last span{
	margin:0px 10px 0px 10px;
}

.category{
	margin-bottom:20px;
	border:3px solid #E0D3BE;
	background:#FFF;
}

.category li{
	margin:0 10px;
	padding:10px 0;
	border-bottom:1px dotted #8C6900;
}
.category li:last-child{
	border-bottom:none;
}

.category li img{
	margin:0px 10px 0 5px;
	float:left;
}
.category li div{
	float:left;
	width:190px;
	height:40px;
	padding:5px 0 10px 0;
}
.category p.caption{
	font-size:12px;
	color:#D86C00;
	margin:5px 0 0 5px;
}

.category p.link{
	color:#663300;
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 20px;
	background:url(../img/common/side/side_icon.jpg) no-repeat 0 3px;
}
.category p.link a{
	color:#663300;
}
.side_tab,
.side_tab2{
	width:100%;
	box-sizing: border-box;
	border-left:3px solid #E0D3BE;
	border-right:3px solid #E0D3BE;
	border-top:3px solid #E0D3BE;
}

.side_tab li,
.side_tab2 li{
	float:left;
	width:50%;
	height:40px;
	line-height:40px;
	text-align:center;
	box-sizing: border-box;
	background:#EEE7DC;
}

.side_tab li a,
.side_tab2 li a{
	color:#663300;
	font-weight:bold;
	background:url(../img/common/side/side_tab_icon2.jpg) no-repeat 0 -2px;
	padding:0 0 0 20px;
}

.side_tab li.active,
.side_tab2 li.active{
	background:#FFF;
}

.side_tab li.active a,
.side_tab2 li.active a{
	background:url(../img/common/side/side_tab_icon1.jpg) no-repeat 0 -2px;
}


.tabbox,
.tabbox2{
	background:#FFF;
	border-left:3px solid #E0D3BE;
	border-right:3px solid #E0D3BE;
	border-bottom:3px solid #E0D3BE;
	margin-bottom:10px;
}

.tabbox li,
.tabbox2 li{
	margin:0 10px;
	padding:10px 0;
	border-bottom:1px dotted #E2D9BE;
}

.tabbox li:last-child,
.tabbox2 li:last-child{
	border-bottom:none;
}


.ranking_img{
	width:80px;
	height:60px;
	border:1px solid #E2D5C0;
	float:left;
	text-align:center;
	position:relative;
	overflow:hidden;
}

.ranking_img img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	width:80px;
}

.ranking_title{
	width:180px;
	float:right;
}
.ranking_title a{
	color:#663300;
	font-size:126%;
}
.member_img{
	width:50px;
	height:50px;
	border:1px solid #EEEEEE;
	float:left;
	margin:0 0 0 10px;
}

.member_img img{
	width:50px;
	height:50px;
}

.member_name{
	width:195px;
	float:right;
}

.side_fb{
	border:1px solid #3B5998;
	margin:10px 0;
	height:100px;
	background:#FFF;
	overflow:hidden;
}

.side_fb p{
	background:#3B5998;
	color:#FFF;
	text-align:center;
	padding:5px;
}

/*----------------------------*/

.disnon {
  display: none;
}

#navi{
	color:#663300;
	padding:10px 0;
}

.navi_area{
	width:960px;
	margin:0px auto;
	font-size:13px;
}

.navi_area .navi_menu{
	float:left;
	margin-right:5px;
}

.navi_area .navi_menu a{
	color:#663300;
}

.navi_area h1{
	float:left;
	font-size:13px;
	color:#663300;
	font-weight:normal;
}

.sns_area{
	float:right;
	text-align:right;
}

/*----------------------------*/


.pager-area{
	text-align:center;
}

.pager{
	width:100%;
	margin:10px auto;
}

.pagenum{
	color:#996633;
	font-size:14px;
	margin-bottom:10px;
}

.pagenum span{
	font-size:18px;
	margin:0px 5px;
}

.pagearea{
	float:left;
	text-align:center;
}

.pagearea span.page{
	border:1px solid #CFBCA2;
	padding:4px 7px;
	margin:0px 2px;
}

.pagearea span.page a{
	color:#CFBCA2;
}

.pagearea span.active{
	border:1px solid #CFBCA2;
	padding:4px 7px;
	margin:0px 2px;
	background:#CFBCA2;
	color:#FFF;
}

.pager p.next{
	float:right;
	margin:0px;
	width:100px;
}

.pager p.prev{
	float:left;
	margin:0px;
	width:100px;
}

.pager-num{
	margin-top:10px;
}


.banner_area{
	text-align:center;
	margin-bottom:5px;
}

.banner_area2{
	text-align:center;
	margin:5px 0px 20px 0px;
}

.title_bar{
	background:url('../img/common/bar_onigirio.jpg') #FF99CC;
	background-repeat: no-repeat;
	background-position: 5px 0px;
	height:36px;
	color:#FFF;
	font-size:18px;
	margin-bottom:10px;
}

.title_bar p{
	margin-left:45px;
	padding-top:5px;
}

/*--共通部品--------------------------*/
.item_iconbox{
	width:246px;
	background:#FFF;
	padding:7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.item_icon{
	border-bottom:1px dotted #DDDDDD;
	padding:0 0 5px 0;
}
.item_icon li{
	float:left;
	margin:0 0 0 5px;
}
.item_iconbtn{
	margin:5px 0 0 0;
}
.item_iconbtn .over{
	opacity:0;
}
.item_iconbtn img{
	float:left;
}
.item_iconbtn .item_icon_cnt{
	float:left;
}
.item_icon_cnt {
	position: relative;
	display: inline-block;
	width:50%;
	height: 28px;
	line-height:28px;
	color: #663300;
	text-align: center;
	background: #F6F6F6;
	border: 1px solid #19283C;
	z-index: 0;
	margin:0 0 0 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}
.item_icon_cnt:before {
	content: "";
	position: absolute;
	top: 50%; left: -4px;
	margin-top: -5px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #F6F6F6 transparent transparent;
	z-index: 0;
}
.item_icon_cnt:after {
	content: "";
	position: absolute;
	top: 50%; left: -5px;
	margin-top: -5px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #19283C transparent transparent;
	z-index: -1;
}

.item_iconbtn_like{
	float:left;
	width:32%;
	position:relative;
}
.item_iconbtn_like .over{
	position:absolute;
	bottom:-22px;
	left:5px;
}
.item_iconbtn_like .item_icon_cnt{
	border-color:#FD849B;
}
.item_iconbtn_like .item_icon_cnt:after {
	border-color: transparent #FD849B transparent transparent;
}
.item_iconbtn_comment{
	float:left;
	width:32%;
	margin:0 2%;
	position:relative;
}
.item_iconbtn_comment .over{
	position:absolute;
	bottom:-22px;
	left:5px;
}
.item_iconbtn_comment .item_icon_cnt{
	border-color:#85B200;
}
.item_iconbtn_comment .item_icon_cnt:after {
	border-color: transparent #85B200 transparent transparent;
}

.item_iconbtn_bookmark{
	float:left;
	width:32%;
	position:relative;
}
.item_iconbtn_bookmark .over{
	position:absolute;
	bottom:-22px;
	left:5px;
}
.item_iconbtn_bookmark .item_icon_cnt{
	border-color:#FFBF00;
}
.item_iconbtn_bookmark .item_icon_cnt:after {
	border-color: transparent #FFBF00 transparent transparent;
}

.item_user{
	background:#FFF;
	box-sizing: border-box;
	box-shadow: 3px 3px 3px rgba(204,204,204,0.6);
	padding:5px;
	margin-bottom:10px;
	width:70px;
	height:70px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	overflow:hidden;
}
.item_user div{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	overflow:hidden;
	width:60px;
	height:60px;
	position:relative;
	z-index:5;
}
.item_user img{
	height:70px;
	width:auto;
	position: absolute;
	left: 50%;
	top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
           -ms-transform: translate(-50%, -50%);
          transform: translate3d(-50%, -50%, 0);
}

.search_btn{
	cursor: pointer;
}
