@charset "utf-8";

/******************** review ********************/
p.aisatsu {
    background: #f6f5f6;
    padding: 20px;
    font-weight: bold;
    line-height: 190%;
}
.review {
    background: #f6f5f6;
    padding: 0 60px 20px;
    display: flex;
    flex-wrap: wrap;
}
.review a {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+62,eaeeef+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 62%, rgba(234,238,239,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 62%,rgba(234,238,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 62%,rgba(234,238,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeeef',GradientType=0 ); /* IE6-9 */
    border: 3px solid #d0c27f;
    border-radius: 5px;
    display: block;
    width: 420px;
    margin: 10px 30px 20px;
    text-align: left;
}
.review a button {
    background: url("../img/review_icon.png") no-repeat 25px center;
    background-size: 55px;
    border: 0;
    padding: 10px 10px 10px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #484848;
    display: table-cell;
    width: 450px;
    text-align: center;
}
.review .pink {
    font-size: 20px;
}



/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}

@media screen and (min-width: 320px) and (max-width: 650px){
}

