@charset "EUC-JP";

#happyou {
	color:#2E8B57;
	font-size:30px;
	font-style:bold;
	text-align:center;
	position:relative;
	
}

#ct_box{
	width:495px;
	height:160px;
	padding:15px;
	margin:10px auto 0 auto;
	padding:20px;
	background-color:#efeae1;
	/* background-color:#D9C5BF; */
	border-radius: 10px;
	line-height:18px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align:left;
}

.jushou_box{
	width:750px;
	margin:30px auto;
	padding-bottom:20px;
	clear:both;
}

.jushou_h{
	color:#86531A;
	font-size: 24px; 
    font-weight: bold;
	padding-top:20px;
	margin-bottom:5px;
	clear:both;	
	text-indent:78px;
	background-image:url('//gigaplus.makeshop.jp/inazuma007/images/ct2016/crown.png');
 	background-repeat:no-repeat;
 }

.jushou_img{
	width:300px;
	height:200px;
	margin-right:15px;
	float:left;	
}

.jushou_name{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

.jushou_title{		
	margin-bottom:5px;
}

.jushou_review{
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
background-color:#3CB371;
	/* background-color:#7F3762; */
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:200px;
	text-decoration:none;
	text-align:center;
	margin-bottom:5px;
}

.jushou_item{
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
background-color:#2E8B57;
	/* background-color:#7C8993; */
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:200px;
	text-decoration:none;
	text-align:center;
	margin:5px 0px;
	margin-right: 10px;
	
}

.s_title {
	clear:both;
	display:block;
	padding:0px;
	width:750px;
	height:25px;
	margin:80px auto 10px auto;
	font-size:16px;
	line-height:25px;
	border-bottom:1px dotted #7C8993;
}

.s_wrapper {
	width:500px;
	height:100%;
	margin:0px auto 50px auto;
	clear:both;
}

.s_box {
	width:200px;
	float:left;
	margin-left:30px;
	margin-right:10px;
	margin-bottom:30px;
}

.s_box span{
	display:block;
	margin-bottom:10px;
}


.s_name {
	font-weight:bold;
	text-align:center;
	margin:5px auto;
	clear:both;	
}
	 

.s_img {
	width:200px;
	height:150px;
}

.s_review{
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	background-color:#c19797;
	display:inline-block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	width:170px;
	text-decoration:none;
	text-align:center;
	clear:both;
	margin:0px 15px 5px 15px;
}

.s_item{
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	background-color:#98FB98;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	width:170px;
	text-decoration:none;
	text-align:center;
	margin-bottom:5px;
	clear:both;
	margin:0px 15px 5px 15px;
}

.s_item_link{
	text-align: center;
}

.jushou_box a,a:hover,a:visited{
	text-decoration:underline;
}

.jushou_box a:hover{
	text-decoration:underline;
	color:#7F3762;
}

.s_box a,a:visited{
	text-decoration:underline;
}

.s_box a:hover{
	text-decoration:underline;
	color:#7F3762;
}

/* 菴遵  TOP */
.sf-back-to-top {
    background-color: #c19797; /* button color */
    color: white; /* text/arrow color */ 
    display: none;
    z-index: 999;
    /* float in bottom right corner */
    /* 20 pixels from edge */
    position: fixed;
    right: 20px;
    bottom: 50px;
    /* size of button is 50 pixels*/
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    /* round button */
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

a.sf-back-to-top {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 3px;
	padding-top: 15px;  
	text-decoration: none;  
}

a.sf-back-to-top:visited{
	color: white; /* text/arrow color */ 
}


a.sf-back-to-top .arrow:before {
    content: "\e02d";
    font-family: 'squarespace-ui-font';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e02d";
    text-align: center;
    display: block;
    vertical-align: middle;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    cursor: pointer;
    margin-left: -4px;
}