@charset "utf-8";



/* --------------------------------------------------------------------------------
	html & body
-------------------------------------------------------------------------------- */
html{
	
}
body {
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	line-height: 1.5;
	text-size-adjust: 100%;
	
	background:#fff;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

table img{
	/*max-width:none;*/
	/*height: auto;*/
}
body#FS2_GoodsSearchList table img{
	max-width:5rem;
	height: auto;
}

address{
	font-style: normal;
}


/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */

.fs-l-header {
    padding-top: 0;
}

/* --------------------------------------------------------------------------------
	共通 リセット タグ等
-------------------------------------------------------------------------------- */
.common {
	font-size: 4vw;
}

.common * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

.common h1,
.common h2,
.common h3,
.common h4,
.common h5,
.common h6 {
	font-size: 1em;
}
.common ol,
.common ul {
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
.common a,
.common a:link,
.common a:visited {
	text-decoration:underline;
	color:#333;
    -webkit-tap-highlight-color:rgba(0,0,0,0.1);
	tap-highlight-color:rgba(0,0,0,0.8);
}
.common a:hover,
.common a:active {
	text-decoration: none;
}

input,
select,
textarea{
	outline: none !important;
	box-shadow: none !important;
}


/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
br.clear{
	display:block;
	margin:0;
	padding:0;
	clear:both;
	height:0;
	border:none;
	visibility:hidden;
	font-size:0;
}
.clearfix::after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1%;
}
* html .clearfix{
	height:1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/********** プレースホルダー **********/
::-webkit-input-placeholder{
	color:#000;
}




/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display:block;
}
.device-sp-inline{
	display:inline;
}
.device-pc{
	display:none;
}
.device-pc-inline{
	display:none;
}




/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container{
}




/* --------------------------------------------------------------------------------
	header-sp
-------------------------------------------------------------------------------- */

#header-sp{
	background:#fff;
}
#header-sp .h-signboard{
	margin:0 0 1.5%;
	/*padding:0 2%;*/
	border-top:solid 0.2em #c00;
	background:url(../images/common/h-bg.png) repeat-x 0 0;
	background-size:auto 100%;
}
#header-sp h1{
	float:left;
	width:71.5%;
	margin:0;
}
#header-sp .h-btn-tel{
	float:right;
	width:28.5%;
}

#header-sp ul{
	list-style:none;
	padding:0;
	margin:0;
}

#header-sp .h-nav{
	padding:0 2%;
}

#header-sp .h-nav ul li{
	float:left;
	width:20%;
}
#header-sp .h-nav ul li{
	width:calc(100%/5);
}

/********** 検索窓 **********/
#header-sp .search-area form{
	margin:0;
	padding:3%;
}
#header-sp .search-area form ul li.txt-search{
	float:left;
	width:90%;
}
#header-sp .search-area form ul li.txt-search input.FS2_Search_textarea{
	width:95%;
	height:2.2em;
	padding:0 3%;
	line-height:1;
	font-size:90%;
	border-radius:0.25em;
	box-shadow: 3px 3px 5px 0 #777;
	-webkit-appearance:none;
	appearance:none;
	-webkit-box-shadow:inset 0 0 0.2rem #cbcbcb;
	box-shadow:inset 0 0 0.2rem #cbcbcb;
}
#header-sp .search-area form .FS2_Search_textarea{
	border:solid 1px #ccc;
	width:92%;
}
#header-sp .search-area form ul li.btn-search{
	float:left;
	width:10%;
}
#header-sp .search-area form ul li.btn-search input{
	margin:0.1em 0 0;
	height:2.2em;
	font-size:90%;
	border-radius:0;
}




#cat .fsamp_bannerTable{
 width:96%;
 margin:0 auto;
}

#cat .fsamp_bannerTable tr td{ 
 width:50%;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 -ms-box-sizing:border-box;
 box-sizing:border-box;
 text-align:center;
}

#cat .fsamp_bannerTable tr td img{
 width:96%;
 text-align:center;
 padding-bottom:2%
}



#mpp .fsamp_bannerTable{
 width:100%;
}

#mpp .fsamp_bannerTable tr td{ 
 width:33.3%;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 -ms-box-sizing:border-box;
 box-sizing:border-box;
 text-align:center;
}

#mpp .fsamp_bannerTable tr td img{
 width:95%;
}

#mpp .fsamp_bannerTable tr td p{
	color:#333;
	font-size:70%;
	 
}

#mpp .fsamp_bannerTable tr td h2{
	padding:3% 0;
	background:#FFF;
	margin:3% 0;
	
}





#rec .fsamp_bannerTable{
 width:100%;
}

#rec .fsamp_bannerTable tr td{ 
 width:33.3%;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 -ms-box-sizing:border-box;
 box-sizing:border-box;
 text-align:center;
}

#rec .fsamp_bannerTable tr td img{
 width:95%;
}

#rec .fsamp_bannerTable tr td p{
	color:#333;
	font-size:65%;
	height:30px;
	overflow:hidden; 
}

#rec .fsamp_bannerTable tr td h2{
	padding:3% 0;
	background:#FFF;
	margin:3% 0;
	
}

/* --------------------------------------------------------------------------------
	footer-sp
-------------------------------------------------------------------------------- */

#footer-sp{
	padding:5% 0 0;
}

#footer-sp ul#FS2_groupList{
	list-style:none;
	margin:0;
	padding:0;
}


/********** フッターメニュー **********/
#footer-sp .f-menu{
	margin:0 2% 4%;
	border-radius:0.1em;
	border:solid 1px #ccc;
	background:#eee;
}
#footer-sp .f-menu ul{
	list-style:none;
	margin:0;
	padding:1%;
}
#footer-sp .f-menu ul li{
	float:left;
	width:49%;
	padding:0 0.5% 1%;
}
#footer-sp .f-menu ul li:nth-child(2n){
	float:right;
}
#footer-sp .f-menu ul li:last-child,
#footer-sp .f-menu ul li:last-child(2){
	padding:0;
	background:#f00;
}
#footer-sp .f-menu ul li img{
	vertical-align:bottom;
}


/********** フッターカテゴリ **********/
.FS2_contents_container_footer{
	background:#fff;
	margin:4px;
	padding:3px;
	-webkit-box-shadow: 0px 0px 5px #cfcfcf;
	-moz-box-shadow: 0px 0px 5px #cfcfcf;
	box-shadow: 0px 0px 5px #cfcfcf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.FS2_contents_container_footer li.FS2_iconArrow {
    padding: 10px 3px;
}
.FS2_contents_container_footer li.FS2_iconArrow {
    border-bottom: 1px dotted #ddd;
    line-height: 1.1;
}

.FS2_contents_container_footer li.FS2_iconArrow a {
    display: block;
    background: url(../images/common-device/arrow_r.gif) no-repeat right center;
    color: #000;
    margin: 0 5px 0 0;
	text-decoration: underline;
	font-size:16px;
}

.user_content.FS2_upper_comment.FS2_SeniorDesign_comment .FS2_contents_container_footer li {
    padding: 10px 10px !important;
    font-size: 105% !important;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 5px;
}


/********** ボタン **********/
#footer-sp .f-btns ul{
	list-style:none;
	margin:0;
	padding:0 4% 6% 2%;
}
#footer-sp .f-btns ul li{
	float:left;
	width:25.1%;
}
#footer-sp .f-btns ul li:nth-child(3){
	float:right;
	width:22%;
}

/********** ロゴ **********/
#footer-sp .f-logo{
	padding:0 0 5%;
	text-align:center;
}
#footer-sp .f-logo img{
	width:62%;
}

/********** コピーライト **********/
#footer-sp .copyright{
	padding:0 0 2.5%;
	text-align:center;
	font-size:70%;
}

/********** 注意文 **********/
#footer-sp .f-att{
	padding:0 0 2.5%;
	text-align:center;
	font-size:70%;
}

/********** 表示モード **********/
#footer-sp .btn-device-select{
	padding:2.8% 3%;
	text-align:center;
	background:#dbb84d;
	text-shadow:none !important;
}
#footer-sp .btn-device-select .heading{
	float:left;
	width:25%;
	margin:0 2%;
	padding:1% 2%;
	background:#fff;
	color:#c90;
}
#footer-sp .btn-device-select ul{
	float:left;
	width:55%;
	list-style:none;
	margin:0;
	padding:1% 0;
	text-align:center;
}
#footer-sp .btn-device-select ul li{
	display:inline;
	color:#fff;
}
#footer-sp .btn-device-select ul li p{
	display:inline !important;
	margin:0 !important;
}
#footer-sp .btn-device-select ul li:nth-child(1){
	color:#c90;
}
#footer-sp .btn-device-select ul li:nth-child(2){
	font-weight:bold;
}
#footer-sp #FS2_SystemNav{
	display:block;
}
#footer-sp .FS2_SystemNav_btnPC {
	cursor: pointer !important;
	color: white !important;
	width: auto !important;
	margin: 0 !important;
	color: #fff !important;
	padding: 0px 8px !important;
	background: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

#FS2_SystemNav{
	display:none;
}


/********** 表示モード **********/
#footer-sp .btn-device-select{
	padding:2.8% 10%;
	text-align:center;
	font-size:75%;
	background:#300;
}
#footer-sp .btn-device-select .heading{
	display:block;
	margin:-1% 2% 0;
	padding:1% 3.5%;
	background:#fff;
	color:#300;
}
#footer-sp .btn-device-select .btn-smp{
	padding:0 5%;
	border-right:solid 1px #fff;
	color:#714d4d;
}
#footer-sp .btn-device-select a{
	padding:0 5%;
	border-left:solid 1px #fff;
	color:#fff;
}







.FS2_additional_image_thumbnail_main a img {
max-width: 25%;
display:inline;
padding: 1%;

}


