/* reset css */
body{
    margin: 0; 
	font-size:120%;
    padding: 0;
}
html{
    overflow-y: scroll;
}


h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p{
    margin: 0; 
    padding: 0;
}
ol, ul, dl{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
fieldset, img{
    border:0;
}
img {
	vertical-align:bottom;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
/*
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
*/
a {
	display:block;
}
/** reset css */


/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */

body {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	color:#333;
}
.clear {
	clear:both;
}
#header {
	width:800px;
	margin:0 auto;
}
#header p {
	margin-top:50px;
	float:left;
}

#contents {
	clear:both;
}

#mainVisual {
	width:800px;
	height:450px;
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}
#mainVisual.ex {
	margin-bottom:0 !important;
}
#mainVisual img {
	position:absolute;
	top:0;
	left:0;
}
#mainVisual #textBg,#mainVisual #visualText {
	position:absolute;
	top:380px;
	left:0;
	width:100%;
	height:70px;
	z-index:1000;
}
#mainVisual #textBg {
	background:#8c8c8c;
}
#mainVisual p {
	padding:10px 0 0 10px;
	font-weight:bold;
	color:#fff;
}
#mainVisual div p.text1 {
	font-size:200%;
}
#mainVisual div p.text2 {
	font-size:150%;
	padding-top:0;
}

#contents .view_cart {
	margin:10px 20px 10px 0;
	display:block;
	float:right;
}
#thumbnailBox {
	width:800px;
	height:100px;
	margin-bottom:20px;
}
#thumbnailBox img{
	float:left;
	margin-right:12px;
}
#thumbnailBox img.last_img {
	margin-right:0;
}
#contentsBox {
	clear:both;
	width:800px;
}
#leftColumn {
	float:left;
	width:520px;
	line-height:1.8em;
}
#leftColumn h2{
	width:520px;
	margin-right:20px;
	margin-bottom:30px;
}
.date{
	margin-bottom:0;
}
.linkThumb{
	margin-bottom:10px;
}
table{
	width:100%;
}
tr{
	border-bottom:1px dotted #8c8c8c;
	padding:10px 0 15px;
}
td.row1{
	width:120px;
}
td{
	vertical-align:top;
	line-height:2em;
	padding-top:10px;
	padding-bottom:20px;
}
#images {
	margin-top:40px;
}
#images li {
	display:inline;
	float:left;
	margin-right:29px;
}
#images .last{
	margin-right:0;
}
#images .last li{
	margin-right:0;
}
#images .block {
	width: 150px;
}
#images .rt{
	margin-bottom:10px;
}
#all{
	margin-bottom:60px;
}
#flow{
	margin-bottom:100px;
}
.step{
	margin-bottom:50px;
}
.step img{
	margin-bottom:30px;
}
.campany {
	margin-top:50px;
	margin-bottom:10px;
}
.post_nav {
	font-size: 1.6em;
	width:60%;
	margin:0 auto;
}
.prev_post {
	float:left;
}
.next_post {
	float:right;
}

#rightColumn {
	float:right;
	width:260px;
}
.block{
	display:block;
}
.small{
	font-size:small;
	font-weight:normal;
}
.right{
	width:100%;
	float:right;
	text-align:right;
}

/** フッター */
#footer {
	clear:both;
	width:800px;
	margin:50px auto 0;
	padding:50px 0 0;
}
#footer #copyright {
	padding:20px 0 30px 0;
	text-align:center;
	display:block;
	clear:both;
	border-top:2px solid #8C8C8C;
}
/** フッター */

/** おすすめ商品 */
.pickup_list {
	width:800px;
	/*height:230px;*/
	background:#8c8c8c;
	display:none;
	position:relative;
}
#pickupBox {
	position:relative;
	background:#fff;
	width:614px;
	height:117px;
	padding-bottom:34px;
	float:center;
	overflow:hidden;
}
#pickupBox ul {
	width:10000px;
	background:#fff;
}
#pickupBox ul li {
	float:left;
	padding:0 60px 10px 0;
	width:107px;
	height:107px;
	position:relative;
	background:#fff;
}
#pickupBox ul li img {
	position:relative;
	top:0;
	left:0;
}
#pickupBox ul li a {
	text-decoration:none;
}
#pickupBox ul li span {
	height:90px;
	display:block;
	
	/***/
	color:#fff;
	font-size:150%;
	margin-top:10px;
	position:relative;
	font-weight:bold;
	
	word-break:break-all;
	word-wrap:break-word;
	/***/
}
#pickupText {
	width:614px;
	/*height:117px;*/
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#pickupText ul {
	width:10000px;
}
#pickupText ul li {
	float:left;
	padding:0 60px 10px 0;
	width:107px;
	font-size:150%;
	margin-top:10px;
	position:relative;
	font-weight:bold;
	
	word-break:break-all;
	word-wrap:break-word;
}
#pickupText ul li a {
	color:#fff;
	display:block;
	text-align:center;
}
#pickupText ul li a span {
	display:block;
	font-size:80%;
}

.pickup_list p {
	width:93px;
	height:107px;
	float:left;
	background:#fff;
	padding:10px 0 34px 0;
}
.pickup_list p a {
	text-align:center;
}
.pickup_list p img {
	margin-top:60px;
	vertical-align:middle;
}
.pickup_list .next {
	float:right;
	padding-left:-60px;
}
/** おすすめ商品 */

/** メニュー */
ul.menu {
	margin:66px auto 20px;
	text-align:center;
}
ul.menu li {
	border-right:1px solid #57585A;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	padding:0 10px;
}
ul.menu li.last_child {
	border:none;
}
ul.menu li a {
	text-decoration:none;
}

#header ul.menu {
	float:right;
}
#header ul.menu li {
	float:right;
}
#footer ul.menu {
	/*float:left;*/
	padding-bottom:5px;
}

ul.menu .about {
	position:relative;
}
ul.menu .about ul{
	position:absolute;
	left:0;
	/*margin-left: -70px;*/
}
ul.menu li.about ul li {
	clear: both;
	position:absolute;
	border:none;
}
ul.menu li.about ul li.in1 {
	bottom:2.5em;
}
ul.menu li.about ul li.in2 {
	bottom:0.75em;
}

/** フッターメニュー */

form {
	margin: 0px;
	padding: 0px;
	}


div {
	margin: 0px;
	padding: 0px;
	}

img {
	border: 0px;
	}

a, a:link, a:visited{
	color: #8c8c8c;
}
a {
	text-decoration: none;
	display:block;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

#contents {
	margin: 0px auto;
	width: 800px;
}


#thumbnailBox {
	width:800px;
}
#thumbnailBox img {
	float:left;
	margin:20px 0;
}
#thumbnailBox img.small {
	margin-right:50px;
}
#thumbnailBox img.last_img {
	margin-right:0;
}
#contentsBox {
	clear:both;
	width:800px;
}
#leftColumn,#rightColumn {
	float:left;
}
#leftColumn {
	width:520px;
	padding-right:20px;
	color:#57585a;
}
#leftColumn #descriptionItem p,
#leftColumn #shoppingItem p {
	font-weight:bold;
	font-size:150%;
	margin:20px 0 10px 0;
}
#leftColumn #shoppingItem p {
	margin-bottom:20px;
}
#leftColumn #descriptionItem div {
	width:520px;
	word-wrap:break-word;
	word-break:break-all;
}
#leftColumn #shoppingItem div table {
	width:285px;
}
#leftColumn #shoppingItem div table tr {
	/*font-size:80%;*/
	/*font-size:120%;*/
	font-weight:normal;
}
#leftColumn #shoppingItem div table tr th {
	*position:relative;
}
#leftColumn #shoppingItem div table tr th p {
	padding:5px 0 5px 5px;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	width:125px;
	display:block;
	margin-bottom:10px;
}
#leftColumn #shoppingItem div table tr td {
	*position:relative;
	*left:-27px;
}
#leftColumn #shoppingItem div table tr td p {
	padding:5px 5px 5px 0;
	text-align:right;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	width:125px;
	display:block;
	margin-bottom:10px;
	margin-left:-28px;
}
#leftColumn #itemReference form table {
	width:520px;
	margin-top:20px;
	border-top:1px dotted #57585A;
}
#leftColumn #itemReference form table th {
	border-bottom:1px dotted #57585A;
	width:130px;
	padding:10px 0 20px 0;
}
#leftColumn #itemReference form table td {
	border-bottom:1px dotted #57585A;
	width:410px;
	padding:5px 0 10px 0;
}
#leftColumn #itemReference form table td p,select {
	width:130px;
	text-align:right;
}
#leftColumn #itemReference form table td p {
	text-align:right;
}
select {
	text-align:left;
}
#leftColumn #addCart {
	margin:20px 0 50px 0;
}

#rightColumn {
	width:260px;
}


#thumbnailBox {
	width:800px;
	height:100px;
	/*margin-bottom:20px;*/
}
#thumbnailBox img{
	float:left;
	margin-right:12px;
}
#thumbnailBox img.last_img {
	margin-right:0;
}

/**
	エキシビジョン
*/
.post_date {
	font-size:120%;
	display:block;
	margin:30px 0 0 0;
}
.post_title {
	font-size:150%;
	font-weight:bold;
	margin:10px 0;
}
.entry p {
	width:520px;
	word-wrap:break-word;
	word-break:break-all;
	line-height:200%;
}
.post_nav {
	width:200px;
	margin:30px auto 0;
}
.post_nav p {
	float:left;
}
.post_nav p.next_post {
	float:right;
}
/**
	news
*/
#leftColumn .time {
	margin:20px 0 10px 0;
	display:block;
	clear:both;
}
#leftColumn .title {
	margin:0 0 10px 0;
	display:block;
	word-break:break-all;
	word-wrap:break-word;
}
ul.news {
	width:520px;
	margin-top:20px;
	display:block;
}
ul.news li {
	color:#666;
	border-bottom:1px dotted #666;
	margin:10px 0 0 0;
}
ul.news li p.date {
	display:block;
}
ul.news li p.post_title a {
	font-size:60%;
	display:block;
	margin:0 0 20px 20px;
	color:#666;
	font-weight:normal;
	word-wrap:break-word;
	word-break:break-all;
}

.text_body {
	width:520px;
	word-wrap:break-word;
	word-break:break-all;
	margin-bottom:20px;
}
.news .text_body p {
	width:520px;
	word-break:break-all;
	word-wrap:break-word;
	display:block;
	/*text-decoration:underline;*/
}
.text_body.gallery .thumbnail {
	margin-bottom:30px;
	margin-top:20px;
}
.text_body.gallery .thumbnail:after {
	content:"";
	display:block;
	clear:both;
}

a:hover, a.active {
	color:#111;
}

.gallery #leftColumn{
	width:100%;
}
.gallery li{
	display:inline-block;
	float:left;
	width:191px;
	margin: 0 12px 12px 0;
}
#contentsBox.gallery .post ul li a{
	position:relative;
	width:191px;
	height:191px;
	display:block;
	overflow:hidden;
}
#contentsBox.gallery .post li a img{
	position:relative;
}
.gallery li.right{
	margin-right: 0;
}

iframe {
	position:relative;
	z-index:100;
}

/* link_item */
#link_item {
	margin-bottom: 13px;
}
#link_item ul {
	display: table;
	width:  100%;
}
#link_item li {
	display: table-cell;
	vertical-align: middle;
	width:  33%;
}
#link_item li.daycoltd {
	padding-left: 10px;
	text-align: left;
}
#link_item li.day_horn {
	text-align: center;
}
#link_item li.daystore {
	text-align: right;
}
#link_item a {
	display: inline-block;
}
#link_item li.daycoltd a ,
#link_item li.day_horn a {
	vertical-align: top;
	margin: 20px 0 0 5px;
}


.top #leftColumn ,
.top #leftColumn h2 ,
.top #leftColumn ul.news {
	width: 100%;
	padding-right: 0;
}
.top #leftColumn h2 {
	background: #aaabab;
}

.top .thumnail {
	align-items: center;
	background: #eee;
	display: flex;
	height: 100px;
	justify-content: center;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
	width: 800px;
}
.top .thumnail img {
	height: auto;
	max-width: 100%;
}
