﻿@charset "utf-8";


/* ========== サブページレイアウト =========== */

hr{
	border:1px dashed #ddd;
}
hr.style01{
	border:1px dashed #fff;
}


#topImage{
	margin:0 auto;
	padding:0;
	width:960px;
	height:160px;
	background:#ccc;
}
#topImage h2{
	margin:0; padding:0;
}


.product200{
	width:174px;
	margin:20px 18px 0 18px;
	border:1px solid #999;
}
.product200 h2{
	margin:0; padding:0;
}
.product200 dl{
	margin:10px;
}
.product200 ul{
	list-style-type:none;
	margin:0; padding:0;
}
.product200 li{
	margin:0; padding:0;
	height:49px;
}
.list01Top{
	height:50px !important;
}

.toiawase200{
	width:174px;
	margin:20px 18px 0 18px;
}


/* Go to Page top */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    /* background: #666; */
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    /* background: #999; */
}

/* 開閉アクション */
#english {
        cursor: pointer;
}
#english:hover {
        text-decoration: underline;
}
#englishText {
        display: none;
        /* background: #f2f2f2;
        margin-left: 1em;
        padding: 10px; */
}

