﻿
/* BLP通販案内_css */
html *	{
	box-sizing: border-box;
}
body  {
	margin: 0 auto;
	background-color: #eeeeee;
}
/************* ヘッダー  *************/
header {
	background: #ffffff;
}
.header-container {
	padding: 5px;
}
.header-logo	{
	width: 100%;
	height: 45px;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../blp-topcm/blp-header_90_300.png);
	background-size: 150px 45px;
	background-repeat: no-repeat;
	font-size: 0px;
}

@media screen and (min-width: 768px) {
	/* ヘッダーPC */
	.header-container {
		position: relative;
		top: 0;
		overflow: hidden;
		display: flex;
		width: 100%;
		padding: 0px 0 0 0px
		}
	.header-logo {
		width: 270px;
		height: 81px;
		background-image: url(../blp-topcm/blp-header_90_300.png);
		background-size: 270px 81px;
	}

	.header-moji	{
		position: absolute;
		top: 45;
		left: 300;
		z-index: 30;
		font-size: 22px;
		text-align: center;
		color: #666666;
		font-weight: 500;
		}
}

.un-line {
	height: 4px;
	background-image: url(../blp-button/top-line-gre.png);
	background-repeat: repeat-x;
	margin:  0px;
	padding: 0px;
}

/*********** コンテナ  ***********/
.blp-sellcont	{
	max-width: 800px;
	margin: 0 auto 0 auto;
	padding: 0 3px 2px 3px;
	background: #ffffff;
}

/* 薄薄緑 */
.c007h	{
	width: 100%;
	background-image: url(../blp-button/bt007h_block45-18.jpg);
	background-repeat: repeat-x;
	background-color: #e7fbf1;
	border-bottom: 2px solid #83ffcb;
	border-radius: 8px 8px 0px 0px;
	margin: 7px 0 10px 0;
	padding: 0px 5px 10px 5px;
}
.c007h	 h2{
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	color: #666666;
	font-weight: 500;
	margin: 0px;
	padding-top: 2px;
}
.c007h	 h3{
	font-size: 14px;
	text-align: right;
	line-height: 22px;
	color: #0000ff;
	font-weight: 300;
	margin: -20px 15px 0 0;
	padding: 0 0 0px 0;
}
.c007h	 h4{
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	font-weight: 400;
	color: #555555;
	text-indent: 0px;
	margin: 0 10px 0 10px;
}
/********* リスト文字スタイル *********/
ul#sublist {
	margin: 0;
	padding: 0;
}
ul#sublist li {
	font-size: 14px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	list-style-type:  none;
	margin: 0 0 0px 20px;
	padding: 0 0 3px 25px;
}

/***********************/
/* ※青 */
ul#sublist li#kome-bl {
	background: url(../blp-button/listmark_30_b.png)no-repeat;
	margin: 5px 15px 5px 20px;
}
/* ※赤 */
ul#sublist li#kome-re {
	background: url(../blp-button/listmark_30_re.png)no-repeat;
	margin: 5px 15px 5px 20px;
}
/* ※緑 */
ul#sublist li#kome-gr {
	background: url(../blp-button/listmark_30_gr.png)no-repeat;
	margin: 5px 15px 5px 20px;
}


/********* グレー・文字 ********/
.p12 {
	font-size: 12px;
	color: #444444;
	line-height: 16px;
	text-indent: 5px;
	margin: 0 10px 0 10px;
}

/* ========== Javascript用CSS ========== */
/* タブレットでは非表示。 */
#js-slidemenu {
	display: none;
}
/* パソコン向けではナビゲーションを常に表示 */
@media screen and (min-width: 768px) {
	#js-slidemenu {
		display: block !important; 
	}
}
