@charset "utf-8";

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

Style Name: style.css
Since:      2007-09-01
Modified:   2012-10-15
Version:    1.0
Auther:     algoRhythm graphics

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

@media all and (max-width: 640px) {

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

browser style clear

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

* {
margin: 0;
padding: 0;
/*background: transparent;*/
}

html {
background-color: #fff;
height: 100%;
overflow-y: scroll;
}

ul,li,dl,dt,dd{
list-style:none;
}

img{
vertical-align: top;
}

a img{
border: none;
}

a:hover img {
/*opacity:0.5;
filter:alpha( opacity=50 );
-ms-filter: "alpha( opacity=50 )";
-webkit-filter: alpha( opacity=50 );
-moz-filter: alpha( opacity=50 );
-o-filter: alpha( opacity=50 );*/


opacity:0.7;
filter:alpha( opacity=70 );
-ms-filter: "alpha( opacity=70 )";
-webkit-filter: alpha( opacity=70 );
-moz-filter: alpha( opacity=70 );
-o-filter: alpha( opacity=70 );

transition: opacity .25s ease-in-out;
-ms-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
}

a{
color: #000000;
text-decoration: underline;
}

a:link{
color: #000000;
text-decoration: none;
}

a:visited{
/*color: #666666;*/
color: #000000;
}

a:hover{
color: #006699;
text-decoration: underline;
}

a:active{
color: #666666;
}

body {
background-color: #ffffff;
font-family: Meiryo, メイリオ;
color: #000000;
font-size: 16px;
font-style: normal;
font-weight: normal;
line-height: 1.45;
letter-spacing: 1px;
}

h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 0;
}

p {
margin: 0 0 1em 0;
}


.red {
color: #ff0000;
}

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

wireframe

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

#container {
margin: 0 auto;
width: 100%;
}


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

menuSP

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

.js #menu {
display: none;
}
	
.js .slicknav_menu {
display: block;
}

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

header

------------------------------------------*/
#header {
display: none;
}

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

belowHead

------------------------------------------*/
#belowHead {
width: 100%;
border-bottom: 0px;
padding: 0;
}

#belowHead .left {
width: 94%;
float: none;
padding: 18px 0;
margin: 0 auto;
border-bottom: 1px solid #ececec;
}

#belowHead .right1 {
width: 109px;
margin: 0 auto;
float: none;
/*margin-bottom: 2em;*/
}

#belowHead .right2 {
width: 247px;
margin: 0 auto;
float: none;
/*margin-bottom: 2em;*/
}

#belowHead .right3 {
width: 359px;
margin: 0 auto;
float: none;
/*margin-bottom: 2em;*/
}

#belowHead .right1 ul li,
#belowHead .right2 ul li,
#belowHead .right3 ul li {
float: right;
}

#belowHead .right1 ul li,
#belowHead .right2 ul li.normal,
#belowHead .right3 ul li.normal {
margin-right: 3px;
}


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

title

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

#title {
width: 100%;
/*height: 48px;*/
background: url(../images/ttl_bar.gif) no-repeat 0 bottom;
margin-bottom: 40px;
margin-top: 30px;
}

/*#result #title {
width: 100%;
height: 48px;
background: url(../images/ttl_bar.gif) no-repeat 0 bottom;
margin-bottom: 20px;
}*/

#title .name {
font-size: 1.8em;
float: none;
margin-left: 20px;
}

#title .area {
font-size: 0.85em;
float: none;
margin: 17px 20px 0 0;
text-align: center;
margin-bottom: 1em;
}


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

footerLinks

------------------------------------------*/
#footerLinks {
display: none;
}


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

footer

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

#footer {
width: 100%;
background-image: url(../images/bg_footer.gif);
background-repeat: repeat-x;  
margin-top: 20px;
background-color: #ffffff; 
}

.footerInner {
width: 90%;
/*height: 65px;*/
margin: 0 auto;
text-align: center;
padding-top: 25px;
}

.footerInner .left {
font-size: 0.6em;
float: none;
}

.footerInner .right {
margin: 0 auto;
margin-top: 15px;
width: 270px;
float: none;
margin-bottom: 20px;
}


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

top

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

#mainImage {
width: 100%;
height: auto;
background: url(../images/bg_top.png) no-repeat 40% top;
background-size: 120% auto;
-webkit-background-size: 120% auto;
-moz-background-size: 120% auto;
-o-background-size: 120% auto;
-ms-background-size: 120% auto;
}

#mainImage .button img {
width: 35%;
height: 35%;
margin-top: 7%;
margin-left: 35%;
margin-bottom: 12%;
float: none;
}

/*#mainImage .button a:hover img {
filter: invert(100%);
-webkit-filter: invert(100%);
-moz-filter: invert(100%);
-o-filter: invert(100%);
-ms-filter: invert(100%);
}*/

#mainImage .links {
float: none;
/*padding-top: 27px;
padding-right: 31px;*/
width: 96%;
margin: 4px auto;
}

#mainImage .links ul{
display: table;
margin: 0 auto;
}

#mainImage .links ul li {
padding-bottom: 8px;
padding-right: 2px;
display: table-cell;
}

#mainImage .links ul li img {
width: 100%;
}

#mainImage .links ul.left {
/*padding-right: 8px;*/
}

#mainImage .links ul li.end {
padding-right: 0px;
}

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

top slider

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

#index iframe {
margin-top: 1px;
width: 100%;
height: 176px;
}

.infiniteslide1 ul li {
width: 234px;
margin-right: 1px;
}

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

map

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

#areaMap {
display: none;
}


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

result

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

#result {
/*background-color: #d8eeff;*/
}

#main {
width: 100%;
/*display: table;
margin-bottom: 20px;*/
}

/*#main .name {
margin: 6px 5px 4px 5px;
margin-bottom: 5px;
text-align: center;
font-weight: bold;
}

#main .space {
width: 0px;
height: 0px;
display: table-cell;
}*/

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

result pages

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

#pages,
#pagesB {
display: none;
}

#pagesBSP{
margin-bottom: 15px;
}

#pagesBSP ul {
display: table;
margin: 0 auto;
padding-left: 22px;
}

#pagesBSP ul li {
/*width: 40px;*/
font-size: 0.9em;
font-weight: bold;
display: table-cell;
}

#pagesBSP ul li.link {
/*width: 40px;*/
display: block;
color: #ee7900;
background-color: #fff0e2;
padding: 5px 10px 3px 10px;
border: solid 2px #ee7900;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
margin-bottom: 5px;
font-weight: bold;
}

#pagesBSP ul li.link a {
color: #ee7900;
}

#pagesBSP ul li.nolink {
/*width: 40px;*/
display: block;
color: #ee7900;
background-color: #fff0e2;
padding: 5px 10px 3px 10px;
border: solid 2px #ee7900;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
margin-bottom: 5px;
padding-left: 1.8em;
font-weight: bold;
/*background: #fff url(../result/images/icon_pager.png) no-repeat 4px 4px;*/
opacity:0.3;
filter:alpha( opacity=30 );
-ms-filter: "alpha( opacity=30 )";
-webkit-filter: alpha( opacity=30 );
-moz-filter: alpha( opacity=30 );
-o-filter: alpha( opacity=30 );
}

#pagesBSP ul li.current a {
/*width: 40px;*/
display: block;
color: #336699;
background-color: #ffff93;
padding: 5px 10px 3px 10px;
border: solid 2px #336699;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
margin-bottom: 5px;
}

#pagesBSP ul li a:hover {
/*width: 40px;*/
opacity:0.5;
filter:alpha( opacity=50 );
-ms-filter: "alpha( opacity=50 )";
-webkit-filter: alpha( opacity=50 );
-moz-filter: alpha( opacity=50 );
-o-filter: alpha( opacity=50 );
}

#pagesBSP .space {
width: 25px;
height: 10px;
display: table-cell;
}


#pagesBSP ul li.nolink {
/*width: 40px;*/
display: block;
color: #ee7900;
background-color: #fff0e2;
padding: 5px 10px 3px 10px;
border: solid 2px #ee7900;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
margin-bottom: 5px;
font-weight: bold;
opacity:0.3;
filter:alpha( opacity=30 );
-ms-filter: "alpha( opacity=30 )";
-webkit-filter: alpha( opacity=30 );
-moz-filter: alpha( opacity=30 );
-o-filter: alpha( opacity=30 );
}


.MT30 {
margin-top: 30px;
}


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

result area

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

#main .area {
display: none;
}

#main .area ul {
width: 108px;
margin: 0 auto;
}

#main .area ul li {
width: 91px;
font-size: 0.9em;
}

#main .area ul li a {
width: 91px;
display: block;
background: #fff url(../result/images/mark_red.png) no-repeat 0 10px;
padding: 7px 5px 4px 10px;
border: solid 1px #e7a7a7;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
margin-bottom: 5px;
}

#main .area ul li.current a {
width: 91px;
display: block;
background: #ffff93 url(../result/images/mark_red.png) no-repeat 0 10px;
padding: 7px 5px 4px 10px;
border: solid 1px #e7a7a7;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
margin-bottom: 5px;
}

#main .area ul li a:hover {
width: 91px;
opacity:0.5;
filter:alpha( opacity=50 );
-ms-filter: "alpha( opacity=50 )";
-webkit-filter: alpha( opacity=50 );
-moz-filter: alpha( opacity=50 );
-o-filter: alpha( opacity=50 );
}


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

result shop

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

#main .shop {
display: none;
}

#main .shopSP {
width: 100%;
float: none;
}

#main .shopFrame {
width: 94%;
margin: 0 auto;
margin-bottom: 10px;
}

#main .shopFrame .shopPaid {
width: 100%;
background-color: #fff;
border: solid 1px #dede7e;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;	
vertical-align: top;
}

#main .shopFrame .shopFree {
width: 100%;
background-color: #fff;
border: solid 1px #cecece;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;	
vertical-align: top;
}

.shopPaid .photo,
.shopFree .photo {
margin: 12px;
width: 115px;
float: left;
}

.photo .button {
width: 104px;
margin: 0 auto;
margin-top:10px;
}

.shopPaid .info,
.shopFree .info {
/*width: 100%*/
width : -webkit-calc(100% - 160px);
width : calc(100% - 160px);
margin: 12px 12px 12px 0;
float: right;
/*border: 1px solid #003399;*/
}

.shopPaid .info .coupon {
margin: 0 auto;
margin-top: 3px;
margin-bottom: 6px;
padding: 6px 5px 4px 5px;
width: 186px;
background-color: #fd85d4;
color: #fff;
font-size: 0.7em;
text-align: center;
}

.shopPaid .info .shopName {
margin-top: 3px;
margin-bottom: 6px;
padding: 8px 5px 5px 5px;
background-color: #fbfcc2;
font-size: 0.95em;
font-weight: bold;
}

.shopPaid .info .shopName a {
/*width: 196px;*/
color: #660033;
}

.shopFree .info .shopName {
margin-top: 8px;
padding-bottom: 5px;
/*width: 196px;*/
color: #660033;
font-size: 0.95em;
font-weight: bold;
}

.info .address,
.info .access,
.info .phone,
.info .time,
.info .closed {
/*width: 195px;*/
font-size: 0.8em;
}

.info .address,
.info .access,
.info .phone,
.info .time {
margin-bottom: 4px;
}

.oddSpace {
width: 350px;
display: table-cell;
}


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

result category

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

.category {
display: none;
}

#main .category ul {
width: 138px;
margin: 0 auto;
}

#main .category ul li {
width: 120px;
/*padding: 7px 5px 4px 10px;
background: #fff url(../result/images/mark_blue.png) no-repeat 0 10px;
border: solid 1px #666699;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
margin-bottom: 5px;*/
font-size: 0.9em;
}

#main .category ul li a {
width: 120px;
display: block;
background: #fff url(../result/images/mark_blue.png) no-repeat 0 10px;
padding: 7px 5px 4px 10px;
border: solid 1px #666699;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
margin-bottom: 5px;
}


#main .category ul li.current a {
width: 120px;
display: block;
background: #ffff93 url(../result/images/mark_blue.png) no-repeat 0 10px;
padding: 7px 5px 4px 10px;
border: solid 1px #666699;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
margin-bottom: 5px;
}

#main .category ul li a:hover {
width: 120px;
opacity:0.5;
filter:alpha( opacity=50 );
-ms-filter: "alpha( opacity=50 )";
-webkit-filter: alpha( opacity=50 );
-moz-filter: alpha( opacity=50 );
-o-filter: alpha( opacity=50 );
}


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

shop

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

.titleBlue {
font-size: 1.6em;
color: #006afe;
width: 94%;
margin: 0 auto;
margin-bottom: 10px;
line-height: 1.2;
}

.titleGreen {
font-size: 1.6em;
color: #57c739;
width: 94%;
margin: 0 auto;
margin-bottom: 0.5em;
line-height: 1.2;
}

.caption {
font-size: 0.8em;
width: 94%;
margin: 0 auto;
margin-top: 7px;
line-height: 1.2;
}


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

shop articleUpper

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

#articleUpper {
width: 94%;
margin: 0 auto;
margin-bottom: 20px;
}

#articleUpper .left {
width: 100%;
float: none;
}

#articleUpper .left img {
width: 100%;
}

#articleUpper .right {
width: 100%;
padding-top: 33px;
float: none;
}

#articleUpper .right img {
width: 100%;
margin-top: 20px;
}

.mainShopName {
width: 100%;
margin: 0 auto;
font-size: 1.8em;
color: #333333;
line-height: 1.2;
margin-bottom: 0.5em;
margin-top: 30px;
}


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

shop articleLower

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

#articleLower {
width: 94%;
margin: 0 auto;
margin-bottom: 15px;
}

#articleLower .left img {
width: 100%;
/*padding: 20px 0 20px 20px;*/
float: none;
}

#articleLower .right {
width: 100%;
/*padding: 20px;*/
float: none;
margin-top: 20px;
}

#articleLower .article .articleLeft {
width: 100%;
float: none;
}

#articleLower .article .articleRight {
/*width : -webkit-calc(100% - 20px);
width : calc(100% - 20px);
padding: 10px;
background-color: #cccc99;
float: none;
margin-top: 15px;*/
display: none;
}

#articleLower div.text {
width: 65%;
margin-right: 10px;
margin-top: 4px;
float: left;
}

#articleLower div.qr {
width: 100px;
margin: 10px auto;
float: right;
}


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

shop links

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

#links {
width: 94%;
margin: 0 auto;
background-color: #cccccc;
margin-bottom: 25px;
}

#links ul {
/*width: 296px;*/
margin: 0 auto;
padding-top: 20px;
}

#links ul li.normal {
width: 296px;
margin: 0 auto;
padding-right: 0;
margin-bottom: 15px;
}

#links ul li#btMap {
width: 196px;
margin: 0 auto;
margin-bottom: 15px;
}

#links ul li.end {
width: 186px;
margin: 0 auto;
padding-left: 0px;
margin-bottom: 25px;
/*margin-left: 55px;*/
}

#links ul li#btPrint {
display: none;
}


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

shop blackboard

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

#shop .blackboard {
width: 94%;
margin: 0 auto;
width : -webkit-calc(94% - 20px);
width : calc(94% - 20px);
padding: 10px;
background-color: #006f3b;
}

#shop table {
margin: 0 auto;
width: 100%;
color: #fff;
/*margin-top: 10px;*/
/*margin-bottom: 55px;*/
}

#shop th {
font-weight: bold;
padding: 10px;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
vertical-align: middle;
}

#shop td {
padding: 10px;
border-bottom:1px solid #cccccc;
color: #ffffcc;
}

#shop td.bottom,
#shop th.bottom {
border-bottom:0px;
}

#shop .underTable {
margin: 0 auto;
margin-top: 20px;
margin-bottom: 25px;
color: #fff;
width: 100%;
}


#shop .canvas {
margin: 0 auto;
width: 100%;
margin-top: 10px;
margin-bottom: 25px;
background-color: #fff;
}

#shop .canvas .left {
width: 100%;
float: none;
/*margin: 15px 0 15px 0;*/
}

#shop .canvas .left img {
width : -webkit-calc(100% - 20px);
width : calc(100% - 20px);
/*width: 198px;*/
margin: 0 auto;
padding: 10px;
}

#shop .lowCanvas .right img {
width: 100%;
margin-bottom: 15px;
}

#shop .canvas .right {
width: 90%;
margin: 10px auto;
float: none;
}

#shop .shopName {
width : -webkit-calc(100% - 20px);
width : calc(100% - 20px);
font-size: 1.8em;
color: #333333;
margin-bottom: 12px;
line-height: 1.1;
}

#shop .shopAddress {
width : -webkit-calc(100% - 20px);
width : calc(100% - 20px);
font-size: 16px;
color: #333333;
}

#shop .shopPhone a {
width : -webkit-calc(100% - 20px);
width : calc(100% - 20px);
font-weight: bold;
font-size: 24px;
color: #ff0000;
background: url(../shop/images/phone.gif) no-repeat 0 2px;
padding-left: 35px;
}

#shop .lowCanvas {
margin: 0 auto;
width: 100%;
margin-top: 10px;
margin-bottom: 0px;
}

#shop .lowCanvas .left {
width: 100%;
float: left;

}

#shop .lowCanvas .right {
width: 100%;
float: left;
}

.url a {
color: #ff0000;
text-decoration: underline;
}


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

shop map

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

#gmap {
width: 94%;
height: 250px;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 40px;
}


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

shop print

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

#print {
width: 630px;
height: 930px;
margin: 0 auto;
}

#print #gmap {
width: 630px;
height: 300px;
margin-top: 20px;
margin-bottom: 20px;
}

#print .canvas {
width: 630px;
margin-top: 15px;
margin-bottom: 25px;
}

#print .canvas .left {
width: 200px;
float: left;
}

#print .canvas .right {
width: 410px;
float: right;
}

#print .shopName {
font-size: 1.5em;
color: #333333;
margin-bottom: 12px;
line-height: 1.1;
}

#print .shopAddress {
font-size: 16px;
color: #333333;
}

#print .shopPhone {
font-weight: bold;
font-size: 24px;
color: #ff0000;
background: url(../shop/images/phone.gif) no-repeat 0 2px;
padding-left: 35px;
}

#print table {
margin: 0 auto;
width: 630px;
}

#print th {
font-weight: normal;
padding: 10px;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
vertical-align: middle;
}

#print td {
padding: 10px;
border-bottom:1px solid #cccccc;
}

#print td.bottom,
#print th.bottom {
border-bottom:0px;
}

#print .underTable {
margin: 0 auto;
margin-top: 20px;
width: 630px;
}

#print .footer {
font-size: 0.85em;
width: 630px;
text-align: center;
}

#print .pButton {
margin-top: 20px;
padding: 15px;
margin-bottom: 30px;
text-align: center;
background-color: #ccc;
width : -webkit-calc(100% - 30px);
width : calc(100% - 30px);
}


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

shop coupon

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

#coupon {
width: 90%;
margin: 0 auto;
}

#coupon #head {
width: 100%;
margin: 0 auto;
}

#coupon #head img {
width: 100%;
}

#coupon .pButton {
padding: 15px;
margin-bottom: 30px;
text-align: center;
background-color: #ccc;
width : -webkit-calc(100% - 30px);
width : calc(100% - 30px);
}

#coupon .coupon {
width : -webkit-calc(100% - 2em);
width : calc(100% - 2em);
padding: 1em;
margin-bottom: 25px;
border: 1px solid #ccc;
}

#coupon .coupon .title {
padding: 10px;
width: 90%;
margin: 15px auto 0 auto;
text-align: center;
border: 1px solid #ff0000;
font-size: 1.3em;
font-weight: bold;
}

#coupon .coupon .contents {
padding: 10px;
width: 90%;
margin: 20px auto;
}

#coupon .coupon table {
width: 85%;
margin: 0 auto;
margin-bottom: 15px;
border: 1px solid #ccc;
}

#coupon .coupon table th,
#coupon .coupon table td {
background-color: #fff;
padding: 10px;
}

#coupon .coupon table th {
/*width: 100px;*/
}

#coupon .coupon .date {
color: #ff0000;
}


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

	
	policy
	
	
----------------------------------------------------------------*/

p.text {
width: 94%;
margin: 0 auto;
}

.subT {
width: 94%;
margin: 0 auto;
border-bottom: solid 1px #ff0000;
font-size: 1.2em;
margin-bottom: 1em;
color: #ff0000;
}

.TandP p,
.TandP ul,
.TandP dl {
/*margin-left: 2em;*/
width: 94%;
margin: 0 auto;
}

.TandP li {
width: 90%;
margin-left: 1.5em;
list-style-type: decimal;
margin-bottom: 0.4em;
}

.bottomP {
margin-bottom: 2.5em;
}

.bottomPDOWN {
margin-bottom: 4em;
}

.subUL li {
margin-top: 0.5em;
list-style-type: lower-roman;
}

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

recent

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

#main .areaRecent {
width: 118px;
}

#main .categoryRecent {
width: 148px;
}

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

alllist

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

.shopList {
width: 100%;
}

.shopList ul li {
list-style-type: disc;
margin-left: 4em;
float: left;
}

#alllist table td,
#alllist table th {
border: 1px solid #999;
padding: 5px;
}

#alllist table th {
background-color: #fffde0;
text-align: center;
}

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

sitemap

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

#sitemap p.text {
width: 94%;
margin: 0 auto;
}

#sitemap .child {
margin-left: 3em;
}

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

tenant

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

#tenant dt {
width: 94%;
/*margin: 0 auto;*/
margin-bottom: 0.5em;
color: #ff0000;
/*border: 1px solid #ff0000;*/
border: 1px solid #ccc;
padding: 0.5em;
}

#tenant dd {
/*width: 94%;*/
margin-bottom: 1.5em;
}

#tenant table td,
#tenant table th {
border: 1px solid #999;
padding: 5px;
}

#tenant table th {
background-color: #fffde0;
text-align: center;
vertical-align: middle;
}

#tenant table {
width: 94%;
margin: 0 auto;
margin-bottom: 30px;
margin-top: 15px;
}

#tenant textarea {
/*width: 100%;*/
height: 6em;
}

#tenant .address {
/*width: 100%;*/
}

.goButton {
/*border: 1px solid #ccc;*/
padding: 15px;
margin-bottom: 30px;
text-align: center;
background-color: #ccc;
}

input[type="submit"] {
padding: 1.5em 2em;
}

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

	
	department
	
	
----------------------------------------------------------------*/

#department #store {
display: none;
}


#department .red {
display: inline-block;
border: 1px solid #da3774;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;	
background-color: #da3774;
color: #fff;
padding: 0 5px;
margin-right: 10px;
}

#department .orange {
display: inline-block;
border: 1px solid #f18c00;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;	
background-color: #f18c00;
color: #fff;
padding: 0 5px;
margin-right: 10px;
}

#department .orangeWide {
display: inline-block;
border: 1px solid #f18c00;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;	
background-color: #f18c00;
color: #fff;
padding: 0 10px;
margin-right: 10px;
}

#department .blue {
display: inline-block;
border: 1px solid #6699cc;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;	
background-color: #6699cc;
color: #fff;
padding: 0 10px;
margin-right: 10px;
}

#department .green {
display: inline-block;
border: 1px solid #3dc155;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;	
background-color: #3dc155;
color: #fff;
padding: 0 10px;
margin-right: 10px;
}


.background-t {
background-color:#d8eeff;
}

.background-d {
background-color:#FFF9EA;
}

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

	
	howto
	
	
----------------------------------------------------------------*/

.icon01 {
float: left;
margin-right: 15px;
height: 44px;
width: 296px;
}

.icon02 {
float: left;
margin-right: 15px;
height: 44px;
width: 196px;
}

.icon03 {
float: left;
margin-right: 15px;
height: 44px;
width: 196px;
}

.icon04 {
float: left;
margin-right: 15px;
height: 44px;
width: 186px;
}

.icon05 {
float: left;
margin-right: 15px;
height: 44px;
width: 176px;
}

.icon06 {
float: left;
margin-right: 15px;
height: 44px;
width: 216px;
}

p.iconText {
margin-left: 0;
float: left;
display: block;
padding-top: 12px;
width: auto;
margin-bottom: 30px;
}

p.iconText2 {
margin-left: 0;
float: left;
display: block;
padding-top: 12px;
width: auto;
margin-bottom: 30px;
}

p.iconText3 {
margin-left: 0;
float: left;
display: block;
padding-top: 12px;
width: auto;
margin-bottom: 30px;
}

p.iconText4 {
margin-left: 0;
float: left;
display: block;
padding-top: 12px;
width: auto;
margin-bottom: 30px;
}

.ML {
width:90%;
margin-left: 1em;
}


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

	
	clearfix
	
	
----------------------------------------------------------------*/

.clearfix:after {
 content:".";
 height:0px;
 clear:both;
 display: block;
 visibility:hidden;
 /*
 font-size: 0.1em;
 line-height: 0;
 */
}

.clearfix {
	zoom : 1; 
}

.clearfix {
 display: inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


}

@media screen and (max-width: 446px) {
.slicknav_menu img {
margin-top: 5px;
width: 80%;
}


}