@charset "UTF-8";

.grid {
    margin: 10px auto 20px;
	z-index: 2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.grid-item {
    width: 250px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
	  background: #fffcf7;
}

.user_name {
    font-size: 15px;
    padding: 8px 0 0 3px;
    color: #538a25;
    font-weight: bold;
}

.user_image {
    text-align: center;
}

.user_image img {
    max-width: 230px;
}

.user_profile_area {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 5px 0 0;
    color: #333;
    font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.user_icon img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    display: none;
}

.user_gender {
    font-size: 12px;
    display: none;
}

.user_stars {
    color: #ffe138;
}

.user_text {
    margin: 10px 5px;
    font-size: 14px;
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
	color: #333;
    text-align: justify;
}

.user_count {
    font-size: 13px;
    margin: 0 10px 10px;
}

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

btn

-----------------------------------------------*/
#buzzes-telop-btn-container{
    width: 100%;
	padding: 15px 0;
  margin: 0 auto;
	text-align:center;
	position: relative;
    z-index: 2;
}

#buzzes-telop-btn-container li{
	display: inline-block;
    width: 200px;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
}

#buzzes-telop-btn-container li:last-child{
	margin:0 auto;
}

#buzzes-telop-btn-container li a{
	text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
	letter-spacing: 2px;
    width: 100%;
	color:#000;
	background-color:#fff227;
    text-decoration: none;
    padding: 20px 10px;
    font-weight: normal;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
	transition: 1.0s ;
}
#buzzes-telop-btn-container li a:hover{
	background-color:#ebde15;
}


@media screen and (max-width: 960px){

.grid {
    margin: 10px auto 20px;
    z-index: 2;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 90%!important;
}

.grid-item {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    background: #F7F7F4;
    margin: 0 auto 15px!important;
}
	
	.grid-item:nth-child(n + 11) {
    display: none;
}

.user_image {
    text-align: center;
}

.user_image img {
    width: 100%;
	max-width: 480px;
}

.user_profile_area {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 5px 0 0;
}

.user_icon img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.user_gender {
    font-size: 12px;
	    color: #333;
}

.user_stars {
    color: #ffe138;
}

.user_text {
    margin: 10px 5px;
    font-size: 14px;
	  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
	color: #333;
    text-align: justify;
}

.user_count {
    font-size: 13px;
    margin: 0 10px 10px;
}
	
/*----------------------------------------------

btn

-----------------------------------------------*/
#buzzes-telop-btn-container{
    width: 100%;
	padding: 15px 0 10vw;
    margin: 0 auto;
	text-align:center;
	position: relative;
	z-index: 2;
}

#buzzes-telop-btn-container li{
    box-sizing: border-box;
	display: block;
    margin: 0 auto 10px;
    width: 80%;
}

#buzzes-telop-btn-container li:last-child{
	margin:0 auto;
}

#buzzes-telop-btn-container li a{
	text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
	letter-spacing: 2px;
    width: 100%;
	color:#000;
	background-color:#fff227;
    text-decoration: none;
    padding: 20px 10px;
    font-weight: normal;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
	transition: 1.0s ;
}
#buzzes-telop-btn-container li a:hover{
	background-color:#ebde15;
}


}
