@charset "utf-8";
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}
body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

ul#top-menu {
    width: 1000px;
    margin: 0 auto;
}

ul#top-menu li a {
    color: #6D6341;
    text-decoration: none;
    border: #6D6341 solid 2px;
    padding: 5px 10px;
    display: block;
    font-size: 11px;
}

ul#top-menu li {
    display: inline-block;
}

ul#top-menu {
    text-align: right;
    padding: 10px 0;
}

p#logo {
    width: 1000px;
    margin: 0 auto 20px;
    text-align: center;
    background: url(img/header-bg.jpg) repeat-x 33px;
}

p#logo img {
    background-color: #fff;
    padding: 0 70px;
}

h2 {
    font-size: 40px;
    text-align: center;
    font-family: arial;
    margin-bottom: 100px;
}

ul.works-box {
    background-color: #EFF7D6;
    text-align: center;
}

.works-box li {
    display: inline-block;
    width: 260px;
    padding-bottom: 20px;
    margin: 0 8px;
}

.works-box h3 {
    background: url(img/bg1.png) no-repeat center top;
    padding-top: 21px;
    margin-top: -83px;
    font-size: 20px;
    margin-bottom: 10px;
}

.works-box span {
    display: block;
    padding-top: 6px;
    font-size: 12px;
}

.works-box p {
    line-height: 19px;
    font-size: 14px;
    text-align: left;
}

h3.webshop-color {
    color: #944C4C;
}

h3.water-color {
    color: #6B8CBC;
}

h3.wedding-color {
    color: #B0AB30;
}

.company-box-in {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 30px;
}

.company-box-left {
    width: 500px;
    float: left;
    padding-top: 25px;
}

.company-box-left h2 {
    margin-bottom: 20px;
}

.company-box {
    background-color: #DFDFB8;
}

table.company th {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 18px;
}

.company td {
    font-size: 20px;
}

th.th1 {
    color: #9FB357;
}

th.th2 {
    color: #857D51;
}

td.td1 {
     color: #688C00;
}

td.td2 {
     color: #3F3000;
}

p.to-top a {
    color: #6C6340;
    border: #6C6340 2px solid;
    display: inline-block;
    padding: 7px 16px 5px;
    text-decoration: none;
}

p.to-top {
    text-align: center;
    margin: 30px 0;
}

p.to-top a:hover {
    background-color: #6c6340;
    color: #fff;
}

ul#top-menu li a:hover {
    background-color: #6D6341;
    color: #fff;
}

div#footer {
    background: url(img/foot-bg.jpg) repeat-x;
    padding: 20px;
}

div#footer ul {
    text-align: center;
}

div#footer ul li {
    display: inline-block;
    margin: 15px;
}

div#footer a {
    color: #fff;
    text-decoration: none;
}

div#footer a:hover {
    color: #E4FE30;
}

p#copy {
    text-align: center;
}
a:hover{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

p.slide-under {
    text-align: center;
    margin-top: -130px;
    position: relative;
    margin-bottom: 30px;
    padding-top: 30px;
}

.button a {
    text-decoration: none;
    color: #fff;
    background-color: #AAA38E;
    padding: 3px 10px;
    display: block;
    border-radius: 4px;
    margin-top: 10px;
}

p.button {
    display: inline-block;
}

.button a:hover {
    background-color: #688C11;
}

p.left {
    width: 320px;
    float: left;
}

.right {
    width: 570px;
    float: right;
    text-align: center;
}

p.concept {
    background-color: #F6EFDB;
    border: 1px solid #AAA38E;
    padding: 20px 30px 17px;
    width: 460px;
    margin: 20px auto 20px;
}
#main{
	width: 890px;
	margin:0 auto;
	border-bottom: 1px dotted #A18E6D;
	padding-bottom: 40px;
}
#main h2{
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px dotted #AEA894;
	padding-bottom: 10px;
	color: #6A634D;
}

#main h2 span {
    display: block;
    font-size: 15px;
    color: #8B7947;
}

ul#g-menu {
    text-align: center;
    margin-bottom: 20px;
}

ul#g-menu li {
    display: inline-block;
}

ul#g-menu li a {
    text-decoration: none;
    color: #3E2B1E;
    margin: 0 10px;
    font-family: "arial";
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover {
    /* background-color: #5D4433; */
    padding: 5px 20px;      display: block;
}

p.topimg {
    text-align: center;
    margin-bottom: 25px;
}

h3 {
    border-bottom: 1px dotted #9D9786;
    color: #6A634D;
    /* display: inline-block; */
    width: 77%;
    font-size: 13px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 5px 20px;
}

ul.inquiry-li li {
    text-align: left;
    width: 77%;
    margin: 0 auto 10px;
    font-size: 12px;
}

ul.inquiry-li li img {
    width: 271px;
    height: auto;
}

span.tel {
    color: #6E5F56;
    font-size: 25px;
    display: block;
}
ul#top-menu li a{
	text-align:center;
}
ul#top-menu li:nth-child(1) a{
	width: 140px;
}
ul#top-menu li:nth-child(2) a{
    width: 140px;
}
ul#top-menu li:nth-child(3) a {
	width: 140px;
}
ul#top-menu li:nth-child(1) a:before {
    content: "WEB SHOP";
}
ul#top-menu li:nth-child(2) a:before {
    content: "WATER SERVER";
}
ul#top-menu li:nth-child(3) a:before {
    content: "DATING AGENCY";
}
ul#top-menu li:nth-child(1) a:hover:before {
    content: "通販事業";
}
ul#top-menu li:nth-child(2) a:hover:before {
    content: "ウォーターサーバー事業";
}
ul#top-menu li:nth-child(3) a:hover:before {
    content: "結婚相談事業";
}
#MenuBar1 li.parent-li:nth-child(1) a:before {
    content: "HOME";
}
#MenuBar1 li.parent-li:nth-child(2) a:before {
    content: "WORKS";
}
#MenuBar1 li.parent-li:nth-child(3) a:before {
    content: "COMPANY";
}
#MenuBar1 li.parent-li:nth-child(4) a:before {
    content: "CONTACT";
}
#MenuBar1 li.parent-li:nth-child(1) a:hover:before {
    content: "ホーム";
}
#MenuBar1 li.parent-li:nth-child(2) a:hover:before {
    content: "事業案内";
}
#MenuBar1 li.parent-li:nth-child(3) a:hover:before {
    content: "会社概要";
}
#MenuBar1 li.parent-li:nth-child(4) a:hover:before {
    content: "お問合せ";
}

ul#MenuBar1 ul.child-li li:nth-child(1) a:before {
    content: "WEB SHOP";
}
ul#MenuBar1 ul.child-li li:nth-child(2) a:before {
    content: "WATER SERVER";
}
ul#MenuBar1 ul.child-li li:nth-child(3) a:before {
    content: "DATING AGENCY";
}
ul#MenuBar1 ul.child-li li a{
	height:24px;
	padding: 11px 10px 4px;
	border: 1px solid rgba(255, 255, 255, 0.59);
	border-collapse: collapse;
	width: 100%;
}
ul#MenuBar1 ul.child-li li :before {
	font-size:12px;
}

ul#MenuBar1 ul.child-li li:nth-child(1) a:hover:before {
    content: "通販事業"!important;
}
ul#MenuBar1 ul.child-li li:nth-child(2) a:hover:before {
    content: "ウォーターサーバー事業"!important;
}
ul#MenuBar1 ul.child-li li:nth-child(3) a:hover:before {
    content: "結婚相談事業"!important;
}
h1{
	width:1000px;
	margin:0 auto;
}


@media screen and (max-width:800px){
@charset "utf-8";
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse;
    border-spacing:0;
    max-width: 100%;
    width: 100%!important;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}
body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

ul#top-menu {
    width: 100%;
    margin: 0 auto 9px;
}

ul#top-menu li a {
    color: #6D6341;
    text-decoration: none;
    border: #6D6341 solid 2px;
    padding: 5px 12px;
    display: block;
    font-size: 11px;
}

ul#top-menu li {
    display: inline-block;
}

ul#top-menu {
    text-align: center;
    padding: 0 0 10px;
}

p#logo {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    background: url(img/header-bg.jpg) repeat-x 33px;
}

p#logo img {
    background-color: #fff;
    padding: 0 44px;
    width: 37%;
    height: auto;
}

h2 {
    font-size: 32px;
    text-align: center;
    font-family: arial;
    margin-bottom: 14px;
}

ul.works-box {
    background-color: #EFF7D6;
    text-align: center;
}

.works-box li {
    display: inline-block;
    width: 260px;
    padding-bottom: 20px;
    margin: 0 8px;
}

.works-box h3 {
    background: url(img/bg1.png) no-repeat center top;
    padding-top: 21px;
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 10px;
}

.works-box span {
    display: block;
    padding-top: 6px;
    font-size: 12px;
}

.works-box p {
    line-height: 19px;
    font-size: 14px;
    text-align: left;
}

h3.webshop-color {
    color: #944C4C;
}

h3.water-color {
    color: #6B8CBC;
}

h3.wedding-color {
    color: #B0AB30;
}

.company-box-in {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 30px;
}

.company-box-left {
    width: 100%;
    float: none;
    padding-top: 25px;
    margin-bottom: 20px;
}

.company-box-left h2 {
    margin-bottom: 20px;
}

.company-box {
    background-color: #DFDFB8;
}

table.company th {
    text-align: center;
    padding-right: 0;
    padding-bottom: 1px;
    font-size: 18px;
    display: block;
    width: 100%;
}

.company td {
    font-size: 20px;
    width: 100%;
    display: block;
    text-align: center;
}

th.th1 {
    color: #fff;
    background: #9FB357;
}

th.th2 {
    color: #fff;
    background: #857D51;
}

td.td1 {
     color: #688C00;
}

td.td2 {
     color: #3F3000;
}

p.to-top a {
    color: #6C6340;
    border: #6C6340 2px solid;
    display: inline-block;
    padding: 7px 16px 5px;
    text-decoration: none;
}

p.to-top {
    text-align: center;
    margin: 30px 0;
}

p.to-top a:hover {
    background-color: #6c6340;
    color: #fff;
}

ul#top-menu li a:hover {
    background-color: #6D6341;
    color: #fff;
}

div#footer {
    background: url(img/foot-bg.jpg) repeat-x;
    padding: 20px;
}

div#footer ul {
    text-align: center;
}

div#footer ul li {
    display: inline-block;
    width: 46%;
    margin: 0;
    margin: 0 auto 10px;
}

div#footer a {
    color: #fff;
    text-decoration: none;
}

div#footer a:hover {
    color: #E4FE30;
}

p#copy {
    text-align: center;
}
a:hover{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

p.slide-under {
    text-align: center;
    margin-top: -100px;
    position: relative;
    margin-bottom: 30px;
    padding-top: 30px;
}

.button a {
    text-decoration: none;
    color: #fff;
    background-color: #AAA38E;
    padding: 3px 10px;
    display: block;
    border-radius: 4px;
    margin-top: 10px;
}

p.button {
    display: inline-block;
    margin-bottom: 20px;
}

.button a:hover {
    background-color: #688C11;
}

p.left {
    width: 90%;
    float: none;
    margin: 0 auto 30px;
}

.right {
    width: 95%;
    float: none;
    text-align: left;
    margin: 0 auto;
}

p.concept {
    background-color: #F6EFDB;
    border: 1px solid #AAA38E;
    padding: 20px 4% 17px;
    width: 90%;
    margin: 20px auto 20px;
    text-align: left!important;
}
#main{
	width: 100%;
	margin:0 auto;
	border-bottom: 1px dotted #A18E6D;
	padding-bottom: 40px;
}
#main h2{
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px dotted #AEA894;
	padding-bottom: 10px;
	color: #6A634D;
}

#main h2 span {
    display: block;
    font-size: 15px;
    color: #8B7947;
}

ul#g-menu {
    text-align: center;
    margin-bottom: 20px;
}

ul#g-menu li {
    display: inline-block;
}

ul#g-menu li a {
    text-decoration: none;
    color: #3E2B1E;
    margin: 0 10px;
    font-family: "arial";
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover {
    /* background-color: #5D4433; */
    padding: 5px 20px;      display: block;
}

h1{
	font-size: 14px;
	text-align: left;
	width: 92%;
	margin: 8px auto 8px;
}

p.slide-under img {
    width: 95%;
    height: auto;
}

iframe {
    width: 92%;
    margin: 0 auto;
    display: block;
}

p.topimg img {
    width: 100%;
}

.right p {
    text-align: center;
}

p.concept br {
    display: none;
}

ul.MenuBarHorizontal li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 100%!important;
}

p.left img {
    width: 100%;
}	
	
}