@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
/* reset */

/*--------------------------
  　サブページデザイン
----------------------------*/	

/* サブページ広告*/	
.koukoku2 {
    padding: 40px 0;
}

/* 時間一覧ページ*/	
section#sec_sab_02 {
    background-color: #ffffff;
}

.lin_p  {
margin: 1em;
    padding-bottom: 1rem;
    clear: both;
}

.lin_p a {
    display: block;
    padding: 0.5em;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background-color: #ff0000;
	border-radius: 5px;
	max-width: 800px;
    margin: 0 auto;
}

/* 時間ごとのアイテム排出一覧,過去10分間の星345一覧*/	
span.day {
	margin: 0;
	padding: 3px 0;
	color: #564242;
	text-align: center;
	font-weight: bold;
	display: block;
}
span.text {
	font-size: .8rem;
}

/* パンくずリスト*/
.coment_box {
    background-color: #ffffff;
}

.pankuzu_in {
    text-align: center;
    background-color: #000000;
    height: 50px;
}

.pankuzu_in li {
    display: inline;
    list-style: none;
    font-weight: bold;
}

.pankuzu_in li:after {
  content: '>';
  padding: 0 3px;
  color: #909090;
}

.pankuzu_in li:last-child:after {
  content: '';
}

.pankuzu_in li a {
    text-decoration: none;
    color: #52b5ee;
    padding: 0.5em;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin: 0 0.5em;
    font-size: 16px;
}

.pankuzu_in li a:hover {
  text-decoration: underline;
}


/* アイテム別のリマセラ情報*/	
span.color_blue {
    font-size: 1.7em;
    font-weight: bold;
    color: #419fe5;
}

span.color_red {
    font-size: 1.2em;
    font-weight: bold;
    color: #ff0000;
}

ul.menu_list li,h2.item_neme{
	padding: 0.5em;
    font-size: 18px;
	font-weight: bold;
}

ul.menu_list li {
    border-bottom: 1px solid #999999;
}

li.first_midasi {
    background-color: #ff0000;
    color: #fff;
	border-radius: 5px;
}

h2.item_neme {
    margin: 0;
}

img.item_info_img {
	margin: 0.5em auto;
}

/* おすすめリンクページ*/	
.osusumelink {
    text-align: center;
    display: block;
    background: url(../img/top1.jpg)no-repeat 100% 100% fixed;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
}		

.osusumelink_wrap {
background-color: #dec59c;
    border-radius: 10px;
    border: double 5px #c59e62;
}

.osusumelink li {
    padding-left: 18px;
    background-image: url(../img/l_icon.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    display: inline-block;
    width: 95%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.osusumelink li a {
    color: #000000;
	margin-left: 14px;
}

/* アイテムの評価・コメント一覧*/	
.coment_box_wrap {
    text-align: center;
    margin: 0 auto;
}

h3.coment_title {
    font-size: 1.8em;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
}

span.color_h {
    margin: 1em;
    color: #bfbfbf;
    font-size: 14px;
}

/* コメントボタン*/	
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 0.6em 1em;
    padding-left: 50px;
    background: url(../img/fukidasi.png) no-repeat left;
    background-color: #00c4ff;
    background-size: contain;
    height: 10%;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

h2.top10_midasi {
	margin: 1em 0;
	color: #424242;
	font-size: 1.5em;
	background: #f0f0f0;
	padding: 10px 0 10px 20px;
	font-weight: bold;
}

.kakuritu {
	padding: 0 0.5em;
	margin: 1em 1.7em 1em;
	color: #424242;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

p.data {
    display: inline-block;
    font-size: 0.8em;
}


li.item_i_i a:hover{
	text-decoration: none;
}


fieldset div {
	display: flex;
	align-items: center;
	margin-bottom: .5em;
}
fieldset label {
	order: 1;
	width: 4em;
	padding-right: 0.5em;
	text-align: left;
}

fieldset input, fieldset textarea, fieldset select {
	order: 2;
	flex: 1 1 auto;
	padding: .3em;
}
fieldset input[type="text"]{
	max-width: 15em;
}

fieldset input[type="submit"]{
	max-width: 5em;
}
#kakikomi {
	margin: .5em 0;
	height: 40px;
}
#kakikomi span{
	font-size: 1.2em;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 0.2rem;
	cursor: pointer;
	background-color: #333;
	color: #FFF;
	padding: .5em 1rem;
}

#bbs_block{
	text-align: left;
}

#bbs_form{
	margin: 1em 0;
	display: none;
}

/* ###################### 799px以下 ###################### */
@media only screen and (max-width: 799px){	

/* 共通*/	
li.item_i_i,li.item_i_i_2 {
    width: 47%;
    float: left;
    padding: 0px 1.5%;
	margin: 0 auto 20px;
}	
	
/* 時間一覧ページ*/	
.sec_sab_02_wrap {
   padding: 40px 20px;	
}		
	
/* 時間ごとのアイテム排出一覧*/
li.item_i_i {
    width: 47%;
    float: left;
    padding: 0px 1.5%;
	margin: 0 auto 20px;
}
		
/* アイテム別のリマセラ情報*/
img.item_info_img {
    width: 150px;
}	
			
/* おすすめリンクページ*/	
.osusumelink {
    padding: 40px 20px;
}
	
.osusumelink_wrap {
    padding: 15px;
}
	
/* アイコンの評価・コメント一覧*/		
h3.coment_title {
    padding: 5px 40px;
    letter-spacing: 0.1em;
    font-size: 22px;
    line-height: 1.3;
}

.coment_box_wrap {
    padding: 15px;
}
	
/*過去10分間のモンスター*/
.div01_2 {
    display: inline-block;
}

h2.top10_midasi {
	font-size: 1em;
}

}

/* ###################### 800px以上 ###################### */
@media only screen and (min-width: 800px){	

/* 共通*/	
.sec_sab_02_wrap,.coment_box_wrap,.osusumelink_wrap {
    padding: 80px 100px;
}
	
li.item_i_i,li.item_i_i_2 {
	float: left;
	margin-bottom: 20px;
	width: 19%;
	padding: 0 3%;
}
/* 時間ごとのアイテム排出一覧*/


/* アイテム別のリマセラ情報*/		
img.item_info_img {
    width: 400px;
}	
	
/* おすすめリンクページ*/	
.osusumelink {
    padding: 60px 20px;
}
	
.osusumelink_wrap {
    padding: 40px;
}
	
/* アイテムの評価・コメント一覧*/	
.coment_box_wrap {
    padding: 40px;
}	
	
/* 過去10分間の星345一覧*/	
p.data {
    margin-right: 1em;
}		
}

/* ###################### 1200px以上 ###################### */
@media only screen and (min-width: 1200px) {
	
/* 共通*/
ul.item_itiran,ul.item_itiran_2 {
    max-width: 800px;
    margin: 0 auto;
    display: block;
}	
}
	
	

