<!--{if false}-->
bloc_alpha.css
<!--{/if}-->

@charset "utf-8";
/******************
 インヘッダーブロック
****************** */
#headerInternalColumn {
	margin-top: 5px;
	float: right;
	width: 520px;
	height: 35px;
}

/* ログイン（ヘッダー用）
------------------------------------ */
#header_login_area {
}
#header_login_area ul.formlist {
	margin-top: 5px;
	letter-spacing: 0em;
}

#header_login_area ul.formlist li {
	float: left;
}
#header_login_area ul.formlist li.mail {

}
#header_login_area ul.formlist li.password {
	padding-right: 5px;
}
#header_login_area ul.formlist li.login_memory,#header_login_area ul.formlist li.accounts {
	padding-right: 5px;
	margin: 5px 0 0 8px;
	font-size: 90%;
}
#header_login_area ul.formlist li.loginKeep {
	font-size: 90%;
	position: absolute;
	top: 30px;
	left: 76px;
}
#header_login_area ul.formlist li.loginKeep a,#header_login_area ul.formlist li.forgot a {
	color: #999;
}
#header_login_area ul.formlist li.loginKeep a:hover,#header_login_area ul.formlist li.forgot a:hover {
	text-decoration: underline;
}
#header_login_area ul.formlist li.forgot {
	font-size: 90%;
	position: absolute;
	top: 30px;
	right: 152px;
}
#header_login_area ul.formlist li.btn {
	margin-left: 26px;
}
#header_login_area p.btn {
	height: 20px;
	padding-top: 15px;
	vertical-align: middle;
}
#header_login_area p.btn .btnLogout {
	float:right;
	margin-top:-5px;
}
#header_login_area p.btn input[type=image] {
	vertical-align: middle;
}

/* ***********************************************
追加ブロック
************************************************ */
/* 共通
----------------------------------------------- */
#container .block_outer #banner_area .block_body {
	border: none;
}

/* 【メイン】バナーエリア_02
-----------------------------*/
#main_column .block_outer #banner_area .block_body ul {
	width: 100%;
}
#main_column .block_outer #banner_area .block_body ul li {
	float: left;
}
#main_column .block_outer #banner_area .block_body ul li.sub_01 {
	padding-right: 8px;
}
#main_column .block_outer h3{
  margin:0;
  text-align:left;
}

#main_column .block_outer h5{
  margin:0;
  text-align:left;
}

#main_column .block_outer span.rss{
  float:right;
  margin-top:5px;
}
.block_outer #search_area h3{
  margin:0;
}
#main_column div.top_appealblock{
	width:720px;
	padding: 15px 10px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 3px #D8D8D8;
}
#main_column h1.appealblock{
	border-bottom:none;
	color:#333333;
	font-size:20px;
	line-height:25px;
	width:450px;
	margin:0 10px 10px 10px;
}
#main_column .top_appealblock h1 span{
	color:#e60d0c;
}

#main_column h2.appealblock{
	border-bottom:none;
	color:#444;
	font-size:20px;
	line-height:28px;
	width:450px;
	margin: 0 10px 2px;
}
#main_column div.ab_bannerarea{
	float:right;
	padding:0 15px;
}
#main_column .top_appealblock h2 span{
	color:#e60d0c;
}

div.ab_square{
border: 2px solid #999999;
	width:202px;
	margin: 5px 2.5px 0;
	float:left;
	padding: 0 12px;
}
.ab_square h3{
	display:table-cell;
	vertical-align:middle;
	color:#009DD1;
	font-size:16px;
	font-weight:900;
	margin:0;
	background-color:#fff;
	height:60px;
	padding:5px 0;
	line-height:20px;
	white-space: nowrap;
}
.ab_square p{
	display:table-cell;
	vertical-align:middle;
	color:#00aaf0;
	font-size:16px;
	font-weight:900;
	margin:0;
	height:60px;
	padding:5px 0;
	line-height:20px;
	white-space: nowrap;
	padding-left: 0 !important;
}
.ab_square img{
	float:left;
}
a.ab_link {
  display: block;
  text-align:center;
  width: 188px;
  color: #fff;
  border:2px solid #e60d0c;
  background-color:#e60d0c;
  font-weight: bold;
  padding: 10px 0;
  margin:0 auto;
  border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
}
a.ab_link:hover{
	border:2px solid #e60d0c;
	background-color:#fff;
	color: #e60d0c;
	text-decoration: none;
}
div.top_ichiranlink{
    margin-bottom: 15px;
    margin-top: 15px;
    width: 740px;
}
.top_ichiranlink a{
	display: block;
	text-align:center;
	text-decoration:none;
	width: 229px;
	color: #e60d0c;
	font-size: 14px;
	border:2px solid #e60d0c;
	background-color:#fff;
	font-weight: bold;
	padding: 10px 0;
	margin:0;
	margin-left:20px;
	border-radius:5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	float:left;
}
.top_ichiranlink a:first-child{
	margin:0;
}
.top_ichiranlink a:hover{
	border:2px solid #e60d0c;
	background-color:#e60d0c;
	color: #fff;
	text-decoration: none;
}
div.editlink{
	float: right;
	width:340px;
	height:180px;
	padding: 10px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 3px #D8D8D8;
	position: relative;
}
div.editlink a {
	position: absolute;

}
div.editlink:first-child{
	margin-right:10px;
}
div.editlinkbtn{
	float:left;
	width:300px;
	padding: 0 20px 10px 20px;
	margin: 0 5px;
	background-color:#fff;
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
}

div.edit_appeal{
	width:740px;
	padding:0;
	margin:0;
}
div.editlinktext{
	margin-top: 25px;
	margin-left: 20px;
	width:220px;
	float: left;
}
.editlinkImg {
	margin-left: 20px;
	float: left;
}
.editlinkImgR {
	margin-right: 10px;
	float: right;
}

.editlinktext p{
	font-size:9px;
	line-height:130%;
}
.editlink h2{
	border-bottom:none;
	color:#333333;
	font-size:20px;
	line-height:30px;
	margin:0;
}

.editlink h4{
	border-bottom:none;
	color:#333333;
	font-size:20px;
	line-height:30px;
	text-align: right;
	margin-right: 20px;
}

.editlink span.red{
	color:#e60d0c;
}
.editlink a{
	display: block;
	text-align:center;
	width: 188px;
	color: #fff;
	border:2px solid #e60d0c;
	background-color:#e60d0c;
	font-weight: bold;
	padding: 10px 0;
	margin:0 auto;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
}
.editlink a{
	position: absolute;
   bottom: 15px;
}
div.ea_block{
	margin:10px 0;
}

.block_outer .topItemWrap .topItemInner div{
	float:left;
	background-color:#FFF;
	width:33%;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
	border-left:1px dotted #cacaca;
}
.block_outer .topItemWrap .topItemInner div:first-child{border:none;}
.block_outer .topItemWrap h3 a{color:#fff;}
.block_outer .topItemWrap div a{text-decoration: none; color:#333;}
.block_outer .topItemWrap div a:hover{text-decoration: underline;}
.block_outer .topItemWrap h4{margin:0 10px 7px;}
.block_outer .topItemWrap ul{margin:0 10px 10px;}
.block_outer .topItemWrap ul li{line-height: 14px;}
.block_outer .topItemWrap ul li:before{content:"・";}
.block_outer .topItemWrap ul li a{display: inline;}
.block_outer .topItemWrap{
	background-color: #FFF;
    margin-bottom: 5px;
    margin-left: 5px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0 0 3px #D8D8D8;
	-moz-box-shadow: 0 0 3px #D8D8D8;
	-o-box-shadow: 0 0 3px #D8D8D8;
	-ms-box-shadow: 0 0 3px #D8D8D8;
width: 710px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
}
.block_outer .topItemInner{
	overflow: hidden;
	margin-top: 10px;
}
#news_area,
.case_list {
	width: 710px;
	background-color: #FFF;
padding: 15px 15px 10px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 3px #D8D8D8;
}
.case_list ul li {
	float: left;
	margin: 10px 0 0 15px;
}
.case_list ul li:first-child {
	float: left;
	margin-left: 0;
}
.case_list ul li p {
	font-size: 14px;
	padding-top: 10px;
}
.case_list h3,
.topItemWrap h3 {
	position: relative;
}
.case_list h3 a,
.topItemWrap h3 a {
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 12px;
}

/*販促スペース*/

.sale_list2 {
	width: 710px;
	background-color: #FFF;
	padding: 15px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 3px #D8D8D8;
}
.sale_list2 .area_s {
	display: block;
	height: 170px;
}
.area_s a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.area_s #position {
	position: relative;
	top: -125px;
}
.area_s h3 {
	width: 690px
}
.area_s ul li {
	float: left;
	margin: 10px 0 0 10px;
}
.area_s ul li:first-child {
	float: left;
	margin-left: 0;
}
.area_s ul li p1 {
	color: #444;
	font-weight: bold;
	font-size: 160%;
	margin-left: 10px;
}
.area_s ul li p2 {
	color: #444;
/*	font-size: 80%;*/
	margin-left: 10px;
/*	line-height: 14px;*/
}
.area_s ul li p3 {
	color: #e60d0c;
	font-size: 105%;
	font-weight: bold;
	margin-left: 10px;
	line-height: 18px;
}
.area_s ul li:hover{
     opacity: 0.7;
}
#img_back {
	height: 119px;
	width: 230px;
}
.banner_ap {
	position: relative;
	float: right;
	text-align: right;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	top: -150px;
	right: 15px;
}

/*トップ　３つのボタン*/
	#appeal_top {
		float: left;
		margin-bottom: 5px;
	}
	#appeal_top a {
		margin-right: 13px;
		float: left;
		text-decoration: none;
		width: 206px;
		color: #444;
		border: 1px solid #ccc;
		padding: 10px;
	}
	#appeal_top a:hover {
		opacity: 0.7;
	}
	span#box_link {
		background: #e60d0c;
		border-radius: 5px;
		font-size: 13px;
		color: #ffffff;
		line-height: 40px;
		padding: 0 10px;
		font-weight: bold;
		margin: auto;
		margin-top: 5px;
		text-align: center;
		width: 140px;
		display: block;
	}
	span#img_box {
		width: 206px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		display: table;
		margin-bottom: 5px;
	}
	span#img_box img {
		display: block;
		margin: auto;
	}
	#appeal_top ul li {
		margin: 0;
	}


/*用途から選ぶ*/

.use_area {
	width: 710px;
	background-color: #FFF;
	padding: 15px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 3px #D8D8D8;
}
.use_area h5 {
    background-color: #808080;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
}
.use_area .use_block {
	display: block;
	width: 177.5px;
	margin-bottom: -5px;
	float: left;
}
.use_area .use_block p {
	padding-top: 7px;
	font-weight: bold;
	font-size: 13px;
}
.use_area .use_block p.border {
	border-top: 1px dotted #ccc;
	margin-top: 6px;
}
.use_area .use_block ul {
	display: block;
	margin-top: 5px;
}
.use_area .use_block ul li {
	margin-bottom: 3.6px;
}
.use_area .use_block ul li a {
	text-decoration: none;
	padding-left: 10px;
}
.use_area .use_block ul li a:hover {
	color: red;
	text-decoration: underline;
}

/* 【サイド】バナーエリア_01
--------------------------------------- */
/* 【サイド】バナーエリア_02
--------------------------------------- */
#leftcolumn .block_outer #banner_area .block_body ul li,
#rightcolumn .block_outer #banner_area .block_body ul li {
	margin-bottom: 8px;
}

.free_design{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px #d8d8d8;
	text-align: center;
	padding: 10px 0;
	width: 200px;
}
.free_design a:hover{
	opacity: 0.7;
}
.free_design .block_item{
	background: #e6e6e7 none repeat scroll 0 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    margin: 5px 10px;
    text-align: center;
}
.about_iso{
	border: solid 1px #e6e6e6;
	border-bottom: none;
	background-color: #fff;
	width: 200px;
	border-radius: 0 0 5px 5px;
}
.left_block{
	width: 200px;
	background: #fff;
	box-shadow: 0 0 3px #d8d8d8;
	text-align: center;
	padding: 10px 0;
}
.left_block a:hover{
  opacity: 0.7;
}

/* おすすめ商品エリア
--------------------------------------- */
.strong-price {
    color: #1d99f0;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.pricing {
margin-bottom: 5px;
    margin-top: 5px;
    color: #444;
    font-size: 80%;
    line-height: 14px;
}

/* お客様紹介エリア
--------------------------------------- */
.customer{
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 3px #d8d8d8;
	margin: 0;
	padding: 15px;
	width: 710px;
}
.customer .scrollarea{
	border: 0px #ccc solid;
	border-top: none;
	margin-top: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 510px;
	padding: 10px 20px 0px 0;
}
.customer .introduction{
	width: 700px;
	float: left;
}
.introduction .title{
	width: 685px;
	border-bottom: 1px #f2f2f2 solid;
	margin-bottom: 10px;
	font-size: 120%;
}
.introduction .title p{
	background: #f2f2f2 none repeat scroll 0 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 0;
    margin-right: 10px;
}
.introduction .imgbox{
	float: left;
	width: 165px;
}
.introduction .imgbox img{
	width: 165px;
	height: 145px;
}
.introduction dl{
	float : left;
	width: 510px;
	margin: 0 0 0 10px;
}
.introduction dl dt{
	clear: left;
	float: left;
	margin-bottom: 5px;
	width: 100px;
	text-align: center;
	background: #f2f2f2;
}
.introduction dl dd{
	width: 400px;
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
}
