

#modal { display: none; }

#modal h2{
    font-size:18px;
	color:#00f2d6;
    border-bottom:1px solid #000;
}
#modal li{
	padding:15px;
	border-bottom:1px dotted #fff;
    list-style-type:none;
	background-color:#ffe0ff;
}

#modal li a{
	 font-family: 'Chewy', cursive;
     color:#00f2d6;
     text-decoration:none;
}
.close{ 
 font-weight:bold; 
}    
.close a{ 
color:#000; 
padding:0px 0px; 
background:#ccc; 
} 

.open{ 
display:block; 
padding:7px; 
 float:right; 
margin-top:0px; background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #fdc8fd)); 
background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); 
background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%); 
-webkit-background-size:20px 20px; 
border-radius:3px; 

border:1px solid #e0e0e0; 

} 
.open img{ 

vertical-align:middle; 

}

body{
    line-height:1;
    margin:0;
	background:#ffffff !important;
	color:#666;
}

#contentbk{
	background:url(../../images/8words.png)repeat; 
	width:100%;
	height:100%;
	color:#666;
	padding-top:50px;
}

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, font, 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 {  
    margin: 0;  
    padding: 0;  
    background: transparent;  
    border: 0;  
    outline: 0;
    font-size:1em;  

}   
#content{
	padding:10px;
}

a{
	text-decoration:none;
}

.header{
	background:#fe0321;
	padding:5px;
	margin-bottom:0px;
	overflow:hidden;
	box-shadow: 0 0 0 0px rgba(0,0,0,0.0);
}

.header h1{
	float:left;
	width:100px;
}
.header img {
     max-width: 100%;
     height: auto;
     }

/*  MENU START
 ---------------------------------------------------- */

 #topmenu ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
 text-align: left;
 }

 #topmenu li {
 background-color: #ffdeff;
 display:block;
 }

 /*  divタグを入れるとテキストが矢印に被らなくなります */
 #topmenu li div {
 padding: 0px 20px 0px 0px ;
 }

 #topmenu ul li a {
 background: url(../images/dnt.png) right center no-repeat;
 background-size:40px;
 background-position:right center;
 -webkit-background-origin: content;
 font-family: 'Chewy', cursive;
 color: #00f2d6;
 font-size:16px;
 display:block;
 margin:0px;
 padding: 12px 0px 12px 12px ;
 text-decoration: none;
 border-bottom: 1px solid #ffffff;
 -webkit-box-shadow: 1px 1px 1px #eeeeee;
 }

 /*  MENU end */

.clearfix:after {  content: " "; display: block; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; }

/*---------- TOP ----------*/

.blackTitle a{
	background-color:#00f2d6;
	color:#FFF;
	font-family: Garamond,serif;
	line-height:32px;
	padding-left:12px;
	text-decoration:none;
	color:#FFF;
}
.blackTitle{
	background-color:#fe0321;
	color:#FFF;
	font-family: Garamond,serif;
	line-height:32px;
	padding-left:12px;
	text-decoration:none;
	color:#FFF;
}

#newsList li a{
	background:url(http://www.jinrikisha-matukaze.com/sp/images/line01.gif) repeat-x bottom;
	padding:17px 12px 17px 12px;
	display:box;
	display: -webkit-box;縲/* Safari,Google Chrome逕ｨ */
}

#newsList .img img{
	width:72px;
	height:auto;
}

#newsList .img{
	width:30%;	
}
#newsList .text{
	width:50%;	
}
#newsList .title{
	font-weight:bold;
        text-align: center;	
	text-shadow:#ffffff 1px 1px 1px;
	padding:5px 0
}
#newsList #textOnly{
	width:100%;	
}
#newsList li dt{
	color:#666666;
	text-shadow:#ffffff 1px 1px 1px;
}
#newsList li dd{
	color:#000000;
	text-shadow:#ffffff 1px 1px 1px;
}
#newsList li img{
	float:left;
	margin-right:14px;
	width:72px;
	height:auto;
}
#newsList li:last-child{
	background:none;
	padding-bottom:29px;
}
#more{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FA58F4), color-stop(0.50, #FA58F4), color-stop(0.50, #f25c8c), color-stop(0.00, #FA58F4));
	background: -webkit-linear-gradient(top, #FA58F4 0%, #f25c8c 50%, #FA58F4 50%, #FA58F4 100%);
	background: -moz-linear-gradient(top, #FA58F4 0%, #f25c8c 50%, #FA58F4 50%, #FA58F4 100%);
	background: -o-linear-gradient(top, #FA58F4 0%, #f25c8c 50%, #FA58F4 50%, #FA58F4 100%);
	background: -ms-linear-gradient(top, #FA58F4 0%, #f25c8c 50%, #FA58F4 50%, #FA58F4 100%);
	background: linear-gradient(top, #FA58F4 0%, #f25c8c 50%, #FA58F4 50%, #FA58F4 100%);
	border-radius:4px;
	text-align:center;
	line-height:32px;
	width:50%;
	margin:0 auto;
	font-family: Garamond,serif;
	margin-bottom:28px;
}
#more a{
font-size:16px;
color:#ffffff;
display:block;
text-decoration:none;
}

#newsBlock #news li{
	background:url(http://www.jinrikisha-matukaze.com/sp/images/line01.gif) repeat-x bottom;
}

#copyRight{
	text-align:center;
	color:#ffffff;
	background-color:#000000;
	line-height:20px;
	font-size:8px;	
}

/*---------- news.html ----------*/
#news li{
	background:url(../images/line01.gif) repeat-x top;
}
#news .img{
	width:30%;	
}
#news .img img{
	width:72px;
	height:auto;
}
#news .text{
	width:70%;	
}
#news .date{
	font-size:10px;	
}
#news .title{
	font-weight:bold;
	padding:3px 0;
}
#news{
	padding-bottom:26px;	
}
#news li a{
	padding:14px;
	display:box;
	display: -webkit-box;縲/* Safari,Google Chrome逕ｨ */
}
#news li .text a{
	display:inline;
	padding:0 8px;
	text-decoration:underline;
	color:rgb(18, 42, 173);
}
.news_detail{
	padding:14px;
	padding-bottom:0;
	display:box;
	display: -webkit-box;縲/* Safari,Google Chrome逕ｨ */
}
.news_detail img{
	display:block;
	margin-bottom:10px;	
}
#logo{
  margin:10 0 0 40px;
  position:absolute;
}

table.brwsr1 {
    margin: 0 auto;
    width: 90%;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #f5f5f5;
}
 
table.brwsr1 th {
    vertical-align: middle;
    height: auto;
    width: 30%;
    border-bottom: solid 1px #fff;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: ;
    font-weight: bold;
}
 
table.brwsr1 td.data {
    padding: 0;
    margin: 0;
    height: auto;
    width: 20%;
    border: none;
    color: #666;
    font-size: 30%;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
 
table.brwsr1 td:fst-child {
    padding: 0 0 0 10px;　
    vertical-align: middle;
}
 
table.brwsr1 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}

#shopimg{
	margin:5px auto;

}

#sns{
	width: 100%;
    margin: 0px auto;
	background-color:#ffffff;
	padding-top:5px;
	padding-bottom:3px;
	}
	
.rnk{
	text-align:center;
	font-size:18px;
	color:#B8B7B7;
	font-weight:bold;
}

.rnk_name{
	font-size:12px;
	color:#000000;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


.rnk_price{
	font-size:10px;
	color:#000000;
	font-weight:bold;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
-->
#lanavi{
	background-color: rgba(51,51,51,0.6);
	color:#ffffff;
    overflow:auto;
	margin:0 10% 50px;
	width:80%;
}

#lanavi .galaxxxy{
	display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top:20px;
}

#lanavi .rocks{
	display: block;
 margin-left: auto;
 margin-right: auto;
  margin-top:20px;
}

#lanavi .inter{
	display: block;
 margin-left: auto;
 margin-right: auto;
 margin-bottom:20px;
   margin-top:10px;
}

#lanavi .jp{
	display: block;
 margin-left: auto;
 margin-right: auto;
   margin-top:10px;
}
