@charset "utf-8";
/* CSS Document */

/*****************
base
****************/
html {
	height: 100%;
	font-size: 62.5%;
}

body {
	font-size: 1.4em;
	font-family: "Hiragino Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	line-height: 150%;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a:hover {
	text-decoration: none;
	opacity: 0.8;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

ol {
	list-style-type: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#wrapper {
	background: #fff;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
}

.inner {
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 769px) {
.container {
	padding: 0 10px;
}
}

@media screen and (max-width: 480px) {
.pc {
	display: none;
}

.sp {
	display: block;
}	
}

.half-box {
  font-size: 0;
}
.half-box__items {
  display: inline-block;
  width: 50%;
}

.uretan-box {
  font-size: 0;
}
.uretan-box__items {
  width: 45.7%;
  display: inline-block;
}
.uretan-box__items:nth-child(2) {
  width: 54.3%;
}

.goods-detail {
  margin-top: 60px;
}

/****************
confirm-area__box
*************/
.confirm-area__box {
  padding: 15px 0;
  border: 15px #ffef00 solid;
}
.confirm-area__items {
  width: 97.01%;
  margin-left:auto;
  margin-right: auto;
}
.confirm-area__items + .confirm-area__items {
  margin-top: 10px;
}

.sec03 {
  margin-top: 45px;
}
.sec04 {
  margin-top: 100px;
}
.sec05,.sec06 {
  margin-top: 120px;
}

@media only screen and (max-width:768px) {
.sec03 {
  margin-top: 4.5vw;
}
.sec04 {
  margin-top: 6.5%;
}
.sec05,.sec06 {
  margin-top: 12vw;
}
.goods-detail {
  margin-top: 3.9%;
}
.confirm-area__box {
  border: 7px #ffef00 solid;
}
}


/****************
common
*************/
footer {
	margin-top: 80px;
}
@media only screen and (max-width:768px) {
footer {
	margin-top: 9.16%;
}
}
/*ショッピングガイド*/

.shopping_guide{
	max-width: 960px;
	margin: 0 auto 3.75%;
	background: #F8F4F3;
	box-sizing: border-box;
	padding: 15px;
}

.shopping_guide .tit_link{
	margin-bottom: 25px;
}

.shopping_guide .tit_link p{
	float: left;
	background: url(http://fsimg.risetokyo.jp/fs2cabinet/common/guide_tit.jpg) no-repeat left top;
	padding-left: 1.0em;
	line-height: 1.2;
}

.shopping_guide .tit_link ul{
	display: table;
	float: left;
	margin-left: 30px;
}

.shopping_guide .tit_link ul li{
	display: table-cell;
	/*float: left;
	margin-left:10px;*/
	padding-right: 10px;
	vertical-align: middle;
}

.shopping_guide .tit_link ul li a{
	display: block;
	padding-left: 5px;
	border-left: 1px solid #401E02;
	line-height: 1;
}

.shopping_guide .tit_link ul li a.btn_link{
	border: none;
}

.shopping_guide .about_frame01{
	margin-bottom: 15px;
	margin-left: -2%;
}

.shopping_guide .about_frame01 .in{
	float: left;
	width: 31%;
	margin-left: 2.3%;
}

.shopping_guide .about_frame01 .about_tit,
.shopping_guide .about_frame02 .about_tit{
	font-weight: bold;
	padding-left: 1em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #AFAFAF;
}

.shopping_guide .about_frame01 .in .inner,
.shopping_guide .about_frame02{
	font-size: 0.8em;
	padding: 0px 5px;
}

.shopping_guide .about_frame01 .indent{
	padding-left: 1em;
	text-indent: -1em;
}

.shopping_guide .about_frame01 .pl1{
	padding-left: 1em;
}

.shopping_guide .about_frame01 .in .inner .notes{
	color: #671B01;
	font-size: 0.9em;
	line-height: 1.2;
	font-weight: bold;
}

.shopping_guide .about_frame01 p,
.shopping_guide .about_frame02 p{
	line-height: 1.5;
}

.shopping_guide .about_frame01 p b,
.shopping_guide .about_frame02 p b{
	font-weight: bold;
}

.shopping_guide .about_frame01 .mb15,
.shopping_guide .about_frame01 .mb15{
	margin-bottom: 15px;
}

.shopping_guide .table{
	display: table;
}

.shopping_guide .cell{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}

.shopping_guide .icon_black{
	background: url(http://fsimg.risetokyo.jp/fs2cabinet/common/icon_black.jpg) no-repeat left 3px;
	padding-left: 1.4em;
}

.shopping_guide .about_frame02 img{
	display: block;
}

.shopping_guide .about_frame02 .left,
.shopping_guide .about_frame02 .right{
	width: 49%;
}

.shopping_guide .about_frame02 .left{
	float: left;
}

.shopping_guide .about_frame02 .right{
	float: right;
}

.shopping_guide .about_frame02 .tel_number{
	color: #42A73F;
	font-size: 1.7em;
}

@media screen and (max-width: 480px) {
.shopping_guide .about_frame01 .in {
		float: inherit;
		width: 100%;
}
}

/***  SEEEZ 追加  ***/
.FS2_additional_image_thumbnail_container {
	width: 70px !important;
	height: 70px !important;
}

#lowerComment {
	width: 960px;
	margin: 0 auto;
}

.pan {
	padding: 0 !important;
}

#copyRight {
	padding: 1.3% 0;
	background: #090000;
	text-align: center;
}

#copyRight small {
	color: #fff;
}
