@charset "UTF-8";
/* CSS Document */
body {
	color: #333;
	font-size: 14pt;
	font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	}
h1 {
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 13pt;
	margin: 0;
	padding: 0;
    font-weight: normal;
    position: absolute;
    bottom: 32px;
}
.h3style {
    font-size: 11pt;
    font-weight: normal;
    position: relative;
    color: white;
    padding:0.2em 0.5em 0.2em 1.4em;
    background-color: #008db7;
    margin: 0;
}
 
.h3style:after {
    position: absolute;
    top: 50%;
    left:0;
    transform:translateY(-50%);
    content: '';
    width: 18px;
    height:4px;
    background-color: #fff;
}
	
/* ----------------------------------------------------------------*/

img {
	border: 0;
	}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}

/*indexのみ*/
body#index {

	}

/* ----------------------------------------------------------------*/

#container {
	width: 1180px;
    height: 100%;
	margin: 0 auto;
	padding: 0;
	}

/* ----------------------------------------------------------------*/
#header {
	height: 70px;
	font-size: 12px;
	}
#logo {
    width: 250px;
    height: 70px;
    position: relative;
}
#logo img {
    position: absolute;
    bottom: 0;
}
/* ----------------------------------------------------------------*/
#contents {
	margin: 20px 0 0 0;
    overflow:  hidden;
	}
#contents:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
	}
/* ----------------------------------------------------------------*/
#product_list {
    width: 800px;
	float: left;
    padding: 0;
    margin-right: 10px;
	}
#product_list p {
    font-size: 18pt;
}
#product_list_tb {
    margin: 10px 0 0 10px;
    padding: 0;
    font-size: 10pt;
    border-collapse: collapse;
}
#product_list_tb th, #product_list_tb td{
    border: 1px solid #000;
}
#product_list_tb th {
    background-color: #87ceeb;
    text-align: center;
    font-weight: normal;
    padding: 2px 10px;
}
#product_list_tb td {
    font-weight: normal;
    padding: 2px 10px;
}
.kakaku_list {
    text-align: right;
}
.hanbai_list {
    text-align: right;
}
/* ----------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #ff7f50;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

