@charset "utf-8";

/* ↓　以下のインポートをFutureShopのオリジナルCSSに切り取って貼り付ける
@import "/css/common.css";
@import "/css/fs.css";
@import "/css/group.css";
@import "/css/item.css";
↑　以下のインポートをFutureShopのオリジナルCSSに切り取って貼り付ける　↑ */


/* --------------------------------------------------------------------------------
	Reset
-------------------------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
	/*
	font-family:Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	*/
}
input,
textarea{
	font-weight:normal;
	font-size:100%;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:'';
	content:none;
}
a{
	overflow:hidden;
	outline:none;
	text-decoration:none;
	color:#333;
}
a:hover,
a:active{
	text-decoration:underline;
}
input[type="text"]:focus{
	outline:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

img{
	max-width:100%;
	height:auto;
	border:none;
	-ms-interpolation-mode:bicubic;
	vertical-align:bottom;
}
a img{
	border:none;
}
a:hover img{
}

/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display:none;
}
.device-sp-inline{
	display:none;
}
.device-pc{
	display:block;
}
.device-pc-inline{
	display:inline;
}


/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
body{
	margin:0;
	padding:0;
	min-width:1200px;
	line-height:1.5;
	font-size:15px;
	text-size-adjust:100%;
	color:#000;
	background: url(/images/common/bg02.jpg) repeat-y 0 121vw;
	background-size:100%;
}


/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.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;
	/**/
}

ul.ul{
	list-style:disc;
	padding:0 0 0 40px;
}
ol.ol{
	list-style:decimal;
	padding:0 0 0 40px;
}

.inner{
	width:1020px;
	margin:0 auto;
}


/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container{
	background: /*url(https://tohokuec.com/images/common/px5_bg.png),*/ url(/images/common/bg01.jpg) no-repeat;
	background-size:100%;
}


/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header {
        width: 100%;
        margin: 0 auto 2em;
        padding: 1em;
		box-sizing: border-box;
        background: #c8e5ff;
    }
#pagetop{
	position:absolute;
	top:0;
}


/* --------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------- */
#wrapper{
	margin: 0 0 90px;
}
.layout_table{
	width: 1020px;
	margin: 0 auto 300px;
	border-radius: 10px;
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#main{
}





/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */


#footer .f-corp{
	text-align: center;
}

