@charset "UTF-8";

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
header, nav, article, aside, section, footer {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, ol {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    display: block;
    max-width: 100%;
    margin: auto;
    border: none;
}
body {
    width: 100%;
    color: #1a1a1a;
    background: #fcfcfc;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
a:link, a:visited {
    color: #1a1a1a;
    text-decoration: underline;
}
a:hover, a:active {
    color: #cc0000;
    text-decoration: none;
}

/* header */

.headerMain h1 {
    padding: 5px 0 0 10px;
    font-size: 12px;
    color: #666;
}
.headerLogo a {
    display: block;
    float: left;
    width: 250px;
    height: 50px;
    margin: 10px;
    text-indent: -9999px;
    background: url(../../img/logo.png) no-repeat left center;
}
.headerExtra {
    float: right;
    margin-right: 10px;
    padding: 5px 5px 0 0;
}
.headerExtra p {
    line-height: 1.5;
    font-size: 80%;
    text-align: right;
}
.headerExtra p span {
    margin-left: 5px;
    color: #81ba32;
    font-weight: bold;
}

/*googleカスタム検索用*/

#___gcse_0, #___gcse_1{
	margin-bottom: 0px;
}

.gsc-input-box {
	float: right;
	width: 300px;
	border: none!important;
}

td#gs_tti50, div#___gcse_1{
	border: 3px solid #eee;
	padding: 10px;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2{
	padding: 5px!important;
	border: none!important;
	border-radius: 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-color: none!important;
	background-color: none!important;
	background-image: none!important;
	background: none!important;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.gsc-search-button-v2 svg {
	fill: #aaa!important;
	width: 20px;
	height: 20px;
}

td.gsc-search-button{
	position: relative;
	width: 0;
}

P.slabel {
	padding-right: 200px;
	font-size: 80%;
	color: #aaa;
}

.gsc-search-box-tools .gsc-search-box .gsc-input{
	padding-right: 0;
}
/* nav */
#wrap {
    clear: both;
    border-top: 5px solid #81ba32;
}
#tmenu ul {
    border-left: 1px solid #ccc;
}
#tmenu ul:after {
    content: "";
    display: block;
    clear: both;
}
#tmenu li {
    float: left;
    width: 25%;
}
#tmenu li a {
    display: block;
    padding: 15px 3px;
    border-right: 1px solid #ccc;
    text-decoration: none;
    text-align: center;
}
#inner {
    border-top: 1px solid #ccc;
}

/* article */
.topicpath {
    margin: 10px;
    font-size: 80%;
}
.topicpath li {
    display: inline;
}
.topicpath li a {
    padding-right: 10px;
    background: url(../../img/topicpath.gif) no-repeat right center;
}
.totop {
    margin-top: 30px;
    font-size: 75%;
    text-align: right;
}

#main h1 {
    margin-bottom: 10px;
    padding: 10px;
    border-left: 10px solid #b3d13a;
    background: #cee571;
    font-weight: bolder;
    font-size: 120%;
}

/* contact */

#contact {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}
#contact h2 {
    margin: 10px 0;
    padding: 5px;
    border-left: 5px solid #b3d13a;
    border-bottom: 1px solid #b3d13a;
}
#contact p {
    padding-left: 10px;
}
#contact dl:after {
    content: "";
    display: block;
    clear: both;
}
#contact dt {
    float: left;
    padding-left: 30px;
    color: #81ba32;
    font-weight: bolder;
}
#contact table {
    width: 100%;
    margin-top: 10px;
}

#contact th, #contact td {
    padding: 10px 15px;
    border: solid 1px #ccc;
}
#contact th {
    width: 30%;
    background: #eee;
}
#contact span {
    color: #c00;
}
.error_coution {
    color: #c00;
}
.question_submit {
    text-align: center;
    margin-top: 20px;
}
input.button {
    padding: 5px;
}

input.s, input.m, input.l {
    height: 20px;
}
input.s {
    width: 50px;
}
input.m {
    width: 80%;
}
input.l {
    width: 100%;
}
textarea {
    width: 100%;
    height: 200px;
}

/* footer */
#footer {
    padding-top: 10px;
    border-top: 1px solid #ccc;
    background: #eee;
    color: #666;
    font-size: 80%;
}
#footer a {
    color: #666;
    text-decoration: none;
}
#footer a:hover, a:active {
    color: #cc0000;
}
.shopinfo h1 {
    font-weight: bold;
    font-size: 150%;
}
.copyright {
    padding: 5px;
    text-align: center;
}
#fbox:after {
    content: "";
    display: block;
    clear: both;
}
.shopinfo {
    float: left;
    width: 37%;
    text-align: left;
}
.menu1, .menu2, .menu3 {
    float: left;
    width: 21%;
}
.menu2 {
    margin-top: 20px;
}
