@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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body {
	color: #333;
	font-size: 14px;
	font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background-color: #38caf7;
}


a{
	color: #0066FF;
}
a:hover{color:#006699;}
a:active, a:focus {
	outline: 0;
	text-align: right;
}
#topbar1 {
	background-color: #575757;
}
#topbar1 .topbar2 {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #FFF;
	line-height: 24px;
}




#wrapper{
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
}

.inner{
margin:0 auto;
width:100%;
}


#header{
	height: 120px;
}

#header h1{
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
}

.logo{
	float: left;
	margin-left: 12px;
}

.logo span{display:block;}

.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{font-size:11px;}

.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}


#mainBanner{
margin:17px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
padding:5px 10px;
line-height:1.4;
background-color: rgba(0,0,0,0.4);
color:#fff;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
color:#fff;
}


.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.box{
margin:0 5px;
padding:10px;
border:1px solid #ebebeb;
}

.box img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}


section.content article{
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	overflow: hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}
h2.heading{
	font-weight: bold;
	line-height: 36px;
	color: #FFF;
	background-color: #666666;
	font-size: large;
	margin-top: 17px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
h2.img-title {
	margin-top: 17px;
	margin-bottom: 10px;
}

h3.heading {
	font-weight: bold;
	padding: 0 10px;
	line-height: 36px;
	color: #333;
	background: #f1f1f1;
	border: 1px solid #CCC;
}


section.content img{
max-width:100%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid img,.border,ul.list img{border:4px solid #ebebeb;}



table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
	border-collapse: collapse;
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


#sidebar ul{padding:10px;}

#sidebar li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{

}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
background:#f3f3f3;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
color:#333;
}

ul.footnav{
float:right;
width:650px;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:11px;	
border-right:1px solid #b6b6b6;
}

#footer a{color:#333;}
#footer a:hover{color:#888;}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:10px;
color:#333;
background:#dbdbdb;
}


	#header,#wrapper,.inner{
	width: 960px;
	padding: 0;
	margin: 0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav#mainNav{
	clear: both;
	overflow: hidden;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background: #FFFFFF;
	}
	
	nav#mainNav .inner{
	width:932px;
	padding:0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li.last{border-right:1px solid #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float: left;
	font-size: 13px;
	width: 184px;
	height: 35px;
	padding-top: 10px;
	color: #666;
	border-left: 1px solid #ebebeb;
	background-color: #FFFFFF;
	text-decoration: none;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display: block;
	font-weight: bold;
	}

	nav#mainNav ul li a span{
	color: #999999;
	font-size: 10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color: #909090;
	padding-top: 10px;
	background-color: #eee;
	background-image: url(images/nav-bg-on.png);
	background-repeat: no-repeat;
	}
	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:15px auto;}
	
	#main{
	float: right;
	width: 667px;
	padding-right: 15px;
	margin-top: 17px;
	}
	
	#sidebar{
	float: left;
	width: 245px;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	}
	
	#sidebar article{
	padding: 7px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	overflow: hidden;
	}
	
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}



.kakaku {
	font-size: x-large;
	font-weight: bold;
	color: #C30;
}
.p_title {
	font-size: x-large;
	font-weight: bold;
	color: #009;
}

.h3-title {
	font-size: large;
	font-weight: bold;
	color: #333;
}

.kakakutorikesi {
	text-decoration: line-through;
}
.product_title {
	font-size: 30px;
	font-weight: bold;
	color: #666;
}
.footer-link {
	color: #666;
}
.bold {
	font-weight: bold;
}

.chuki {
	font-size: x-small;
	color: #666;
}
.boldshort {
	font-weight: bold;
	color: #F03;
}
.bold3000 {
	font-weight: bold;
	color: #C00;
}
.bold5000 {
	font-weight: bold;
	color: #336600;
}
.bold10000 {
	font-weight: bold;
	color: #006;
}
.gray {
	background-color: #F5F4E7;
}
.mokuji {
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.up {
	vertical-align: top;
}
.fsize18 {
	font-size: 18px;
}
.content {
	background-color: #FFF;
}
