@charset "UTF-8";


html,body{
    width: 100%;
}

/*header*/
/*看板*/

header {
	background-image: url(../images/bg/bg_topplate.jpg);
	background-repeat: repeat;
	background-position: center top;
}



#head_toplogo {
	/*background-image: url(../images/bg_topplate.jpg);*/
	background-repeat: repeat;
}


#head_toplogo img {
	/*margin-right: auto;
	margin-left: auto;*/
}



.logo {
	width: 300px;
	height: 100px;
}

.logo h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.area_topbuttom {
	margin-top: 28px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

.member {
	font-size: small;
	text-align: center;
	margin-top: 8px;
	color:#e8211a;
}


/*768px以下	スマートフォンの時*/
@media only screen and (max-width: 768px) {
	
	
.area_topbuttom {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.logo img {
	margin-right: auto;
	margin-left: auto;
}

.logo {
	width: 300px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}
#head_toplogo img {
	margin-right: auto;
	margin-left: auto;
}

}



/**/

section {
	margin-bottom: 8px;
}
#wrapper_headnavi {
	background-image: url(../images/bg/bg_ffdc30.jpg);
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #FEDB2F;
	background-repeat: repeat;	/*box-shadow: 0 0 0 1px #fff inset;*/
}


/*ナビゲーション*/
#head_navi   {
	position: relative;	
}
.menu_present {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	border-radius: 4px;
	margin-bottom: 1px;
	box-shadow: 1px 2px #cccccc;
	margin-top: 2px;
}
.menu_point {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	border-radius: 4px;
	margin-bottom: 1px;
	box-shadow: 1px 2px #cccccc;
	margin-top:2px;
}

.menu_otoku{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 1px;
	border-radius: 4px;
	background-color: #FFFFFF;	/*border: 1px solid #CCCCCC;*/
	margin-bottom: 1px;
	background-image: url(../images/bg/bg_white.png);
	background-position: center top;
	box-shadow: 1px 2px #cccccc;
	margin-top:3px;
}





/*スライドショー*/
#slider {
	/*background-image: url(../images/bg_drop_yellow.jpg);
	background-repeat: repeat;*/
	margin-bottom: 10px;
	box-shadow: inset 0 8px 12px -8px #BAB0B0;
	-webkit-box-shadow: inset 0 8px 12px -8px #BAB0B0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #f0f0f0;
}
#slider .slides li .txt_slid {
	width: 120px;
	word-wrap: break-word;
	font-size: small;
	margin-top: 4px;
}
.flexslider .slides li img {
	border:5px solid #fff;
	 /*影を入れる*/
    -webkit-box-shadow: 0 5px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 5px 8px -6px #8d8c8c;
     box-shadow: 0 5px 8px -6px #8d8c8c;
}

/*サイドバー　タブレットからは非表示*/
#sidebar {
}
#sidebar #side_present {
	
}
#sidebar #side_present h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	background-repeat: repeat;
	background-position: center top;
	color: #fff;
	text-shadow: -1px 1px 0 rgba(0,0,0,0.1);
	margin-top: 0px;
	margin-bottom: 0px;
}



#sidebar #side_present .list-group {
	font-size: small;
	font-weight: bold;
}


#sidebar #side_present .list-group-item.active,
#sidebar #side_present .list-group-item.active:hover,
#sidebar #side_present .list-group-item.active:focus {
	z-index: 2;
	color: #375A0B;
	background-color: #C5F7DF;
	border-color: #FAEBEB;
	font-weight: bold;
}












#sidebar #side_otoku {
	position: relative;
	margin-top: 50px;
}
.select_otoku .list-group-side .list-group-side-item.bg-otoku2 {
	padding-top:70px;
}

#sidebar #side_otoku .select_otoku {
	position: relative;
}


#sidebar #side_otoku .title_otoku {
	position: absolute;
	top: -39px;
	left: 14px;
}



#sidebar #side_otoku h2{
		font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	background-repeat: repeat;
	background-position: center top;
	color: #fff;
	text-shadow: -1px 1px 0 rgba(0,0,0,0.1);
	margin-top: 0px;
	margin-bottom: 0px;
}



#sidebar #side_otoku td{
	color: #FFFFFF;
	font-weight: bold;
}




#sidebar #side_otoku ul {
	margin-left: 0px;
	padding-left: 0px;
}



#sidebar #side_otoku ul li {
	list-style-type: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #eee;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	/*background: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	background: -ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6) );*/
	background-color: #ffffff;
	color: #666666;
	display: inline-block;
	/*text-shadow: 1px 1px 0px #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #ffffff;*/
	font-size: small;
	width: 100%;
	margin-bottom: 4px;
	text-indent: 4px;
	line-height: 200%;
}

#sidebar #side_otoku ul li:hover {
	background-color: #FFA53F;
	color: #FFFFFF;
}

#sidebar #side_otoku ul li:active {
	position:relative;
	top:1px;
}


#sidebar #side_point {
	position: relative;
	margin-top: 50px;
}

#sidebar #side_point h2{
		font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	background-repeat: repeat;
	background-position: center top;
	color: #fff;
	text-shadow: -1px 1px 0 rgba(0,0,0,0.1);
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar #side_point .select_point {
	position: relative;
	font-size: small;
}

#sidebar #side_point .select_point a {
}


#sidebar #side_point .select_point .list-group {
	font-size: small;
	font-weight: bold;
}


#sidebar #side_point .select_point .list-group-item.active,
#sidebar #side_point .select_point .list-group-item.active:hover,
#sidebar #side_point .select_point .list-group-item.active:focus {
	z-index: 2;
	color: #FFA53F;
	background-color: #FAEBEB;
	border-color: #FAEBEB;
	font-weight: bold;
}







#sidebar #side_point .title_point {
	position: absolute;
	top: -50px;
	left: 14px;
}



#sidebar #side_pr {
}

#sidebar #side_pr h3 {
	font-size: small;
	font-weight: bold;
}

#sidebar #side_pr .list-group-sidepr {
	/*Bootsstrapに記載*/
}

#sidebar #side_pr .list-group-sidepr .list-group-item img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}




#sidebar #side_mypage{
	
}
#sidebar #side_mypage h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	background-repeat: repeat;
	background-position: center top;
	color: #fff;
	text-shadow: -1px 1px 0 rgba(0,0,0,0.1);
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar #side_mypage ul {
	margin-left: 0px;
	padding-left: 0px;
}


#sidebar #side_mypage ul li {
	list-style-type: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #eee;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	/*background: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	background: -ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6) );*/
	background-color: #ffffff;
	color: #666666;
	display: inline-block;
	/*text-shadow: 1px 1px 0px #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #ffffff;*/
	font-size: small;
	width: 100%;
	margin-bottom: 4px;
	text-indent: 4px;
	line-height: 200%;
}

#sidebar #side_mypage ul li:hover {
	background-color: #FFA53F;
	color: #FFFFFF;
}

#sidebar #side_mypage ul li:active {
	position:relative;
	top:1px;
}






/*768px以下	スマートフォンの時*/
@media only screen and (max-width: 992px) {
	
/*サイドバー　タブレットからは非表示*/	
#sidebar { 
display:none
}



}







/*中央コンテンツ　タブレットからは12割合*/
#centercontents {
}





/*今だけポイントアップ*/
#topconte_pointup {
}
#topconte_pointup h2 {
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	color: #696969;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFFFFF;
}
#topconte_pointup h3 {
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
}





/*今だけポイントアップ*/
#timesale {
}
#timesale h2 {
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	color: #696969;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFFFFF;
}
#timesale h3 {
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
}




/*今だけポイントアップの隣の広告*/
#topconte_pr {
	
}

/*お知らせ*/

#infonews {
	font-size: small;
}
 
#infonews a {
	color: #51AF80;
}


#infonews .well_info ul li {
	list-style-position: outside;
	list-style-type: circle;
}




#infonews h2 {
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	color: #696969;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFFFFF;
}


#group {
	font-size: small;
}

#group ul li {
	list-style-position: outside;
	list-style-type: circle;
	color: #51AF80;
}




#group h2{
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	color: #696969;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFFFFF;
}



/*新着*/
#topconte_news {
	margin-top: 8px;
}



#topconte_news h2{
padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	color: #696969;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFFFFF;
}


#topconte_news h3 {
	font-size: small;
	line-height: 150%;
}

#topconte_news .area_news a {
	color: #51AF80;
}


#topconte_news .area_news ul {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#topconte_news li {
	list-style-type: none;
}





/*新着の隣の広告*/
#topconte_pr2 {
}

/*とってもお得　12割合*/
#otoku {
	background-repeat: repeat;
	position: relative;
}
#otoku h3 {
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 8px;
	color: #696969;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFFFFF;
}


#otoku .well_otoku .title_otoku {
	position: absolute;
	top: -10px;
}



#otoku .select_otoku  {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.box_otoku {
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 2px;
}


.box_otoku img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 4px;
}



/*ランキング*/
#topconte_ranking {
}


#topconte_ranking h2{
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	color: #696969;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFFFFF;
}
#topconte_ranking .select_ranking {
	margin-top: 8px;
}

#topconte_ranking h3{
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFD13E;
}

#topconte_ranking .select_ranking h4{
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
	text-indent: -1px;
	padding-left: 35px;
	margin-left: 15px;
}

.ranking_star01 {
	background-image: url(../images/ranking/icon_ranking01.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 30px;
}


.ranking_star02 {
	background-image: url(../images/ranking/icon_ranking02.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 30px;
}


.ranking_star03 {
	background-image: url(../images/ranking/icon_ranking03.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 30px;
}

.ranking_star04 {
	background-image: url(../images/ranking/icon_ranking04.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 30px;
}


.ranking_star05 {
	background-image: url(../images/ranking/icon_ranking05.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 30px;
}



/*タブニュース*/
#topconte_tabinfo {
}



/*ランキングとタブニュースの隣の広告*/
#topconte_pr3 {
}


/*マイページ*/
#topconte_mypage {
}
#topconte_mypage h2 {
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	color: #696969;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFFFFF;
}
#topconte_mypage h3 {
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
}
#topconte_mypage #frend_press {
}



/*ポイントページ*/


#point_lineup {
}

#point_lineup h1 {
padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	color: #696969;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFFFFF;
}

#point_lineup h2 {
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
}


#point_lineup h3 {
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
}


#point_lineup h4 {
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
}



/*とってもお得*/


#riversi h2 {
padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	color: #696969;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFFFFF;
}

#riversi2 h2 {
padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	color: #696969;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFFFFF;
}

#topconte_mypage #omikuji {
	background-image: url(../images/bg/bg_omikuji.png);
	background-position: center top;
	background-repeat: repeat;
	padding-bottom: 20px;
}



.wsujitable {
	min-width: 100px;
	min-height: 100px;
	border-collapse: separate;
}


.wsujitable td {
	text-align: center;
	background-color: #FF9900;
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF #AA9999 #AA9999 #FFFFFF;
}


/*
#riversi h3{
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFD13E;
}
*/


.comic {
  display:flex;
  flex-wrap:wrap;
  margin:0;
  padding:0;
/*  padding:1vmin; */
}
 
.panelb {
	flex: 1 1;
	margin: 1vmin;
	overflow: hidden;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}
 
.panelb:nth-child(1) {
  flex-basis: 140px;
}
.panelb:nth-child(2) {
  flex-basis: 140px;
}
.panelb:nth-child(3) {
  flex-basis: 140px;
}
.panelb:nth-child(4) {
 flex-basis: 140px;
}
.panelb:nth-child(5) {
 flex-basis: 140px;
}
.panelb:nth-child(6) {
 flex-basis: 140px;
}
.panelb:nth-child(7) {
 flex-basis: 140px;
}
.panelb:nth-child(8) {
 flex-basis: 140px;
}
.panelb:nth-child(9) {
  flex-basis: 140px;
}











/*footer*/

footer  {
	padding-top: 20px;
	/*background-image: url(../images/bg_e3e3de.jpg);*/
	background-repeat: repeat;
	margin-top: 40px;
	background-color: #FFFFFF;
	background-image: url(../images/bg/bg_ffdc30.jpg);
}

/*footer 姉妹サイト*/

#footer_add  {
}

/*footer ロゴ*/

#footer_logo {
}

#footer_logo img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}





/*footer メニュー*/
#footer_menu {
}
