@charset "utf-8";

/* 松田楽器店のスタイルシート（グローバル）
--------------------------------------------------------------------------------------------*/

p,img,ul,ol,li,dl,dt,dd,h1,body,form {
	margin:0;
	padding:0;
}

h2{
	margin-top:30px;
}

h2#third{
	margin-top:0px;
}

h3{
	margin:5px 0 0 0;
	padding-left: 8px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6600;
	background-color: #FFF;
	color: #333;
}


div.borderh3{
	padding: 10px 0 8px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #FFF;
	color: #333;
}


h4{
	margin:5px 0 3px 0;
	clear:both;
	font-size:120%;
}

body {
	margin:0;
	padding:0;
	font-family: arial,'lucida grande','lucida sans unicode','bitstream vera sans','dejavu sans','trebuchet ms',sans-serif;
	font-size: medium;
	color: #333;
	background: url("../img/bgtop.gif") #E4F3FA repeat-x top;

	line-height: 130%;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:link {
	color:#004FA2;
}

a:visited {
	color:#004FA2;

}

a:hover {
	text-decoration: underline;
	color:#004FA2;

}

a:active {
	color:#09F;

}

a img {
	border-style: none;
}

.red{ color: #CC3300;}

.green{ color: #006600;}

.blue{ color: #005EAD;}

.orange { color: #f28f0e;}

.brown{ color: #993300;}


hr {
	display:none;
}

.boxclear{
	clear: both;
}

.textleft{
	text-align: left;
}

.textright{
	text-align: right;
}

.textcenter{ 
	text-align: center;
}

div#mainimg{
	margin-left:10px;
}


/*松田楽器店のスタイルシート（配置レイアウト）
--------------------------------------------------------------------------------------------*/

div#wrapper{
	margin:10px 0 0 0;
	padding:0;
}

div#headerarea{
	margin:0 auto;
	padding:0;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
	height: 80px;
}

div#headerarea #header{
	margin:0 auto;
	padding:0;
	width: 960px;
}

div#logo{
	width: 250px;
	height:80px;
	float:left;
}

div#subheader{
	margin-right: 5px;
	padding-top:2px;
	_width: 475px;
	height:25px;
	float:right;
	color:#333;
	ffont-size: 90%;
}

p.address{
	font-size: 120%;
	ttext-align:right;
	margin-bottom:5px;
}

div#mainnavi{
	background:#0095D8;
	height: 40px;
	background-image: url(../img/bgnavi.gif);
	background-repeat: repeat-x;
	border-bottom:#182D80 5px solid;
	margin:0;
}

div#mainnavi ul{
	margin: 0 auto;
	width: 960px;

}

div#mainnavi ul li{
	float:left;
	margin-right:20px;
	margin-bottom:0;
}

div#container { 
	width: 960px;
	margin: 0 auto;
	background:#FFF;
	padding:0;
	font-size:88%;
}

div#mainimgleft{
	float:left;
	width:739px;
}


div#mainimgright{
	float:left;
	margin-left:1px;
	width:200px;
}



div#new{
	float:left;
	width:340px;
	margin:0;
	padding-top:10px;
	padding-left:10px;
}

p#titlenew {
	margin-top:5px;	
}

div#new .news li{
	line-height:150%;
	margin-bottom:8px;
}


p#newlist{
	margin-top:15px;
	margin:5px;
	padding:0;
	text-align:right;	
}

div#online{
	float:left;
	width:585px;
	margin-top:0px;
	margin-left:10px;
	overflow:scroll;
	height:380px;

}

div#online_new{
	float:left;
	width:585px;
	margin-top:0px;
	margin-left:10px;
	overflow:scroll;
	height:520px;

}
div#online_ban{
	float:left;
	width:585px;
	margin-top:0px;
	margin-left:10px;
	height:auto;
}
div#online_ban ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#online_ban li:first-child{
	width:585px;
}
div#online_ban li{
	width:285px;
    display: inline-block;
    margin-bottom: 10px;
}
div#online_ban li a img:hover{
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
div.item{
	clear:both;
	margin-bottom:1em;
}

div.itemphoto{
	width:100px;
	height:100px;
	margin-right:5px;
	float:left;
}

div.itemtext{

}

div.itemtext h2{
	font-size:110%;
}

div#shopinfo{
	marin:10px;
	padding:10px;
}

div#firstfloor{
	width:308px;
	float:left;
}

div#secondfloor{
	margin-left:7px;
	width:308px;
	float:left;
}

div#thirdfloor{
	margin-left:7px;
	width:308px;
	float:left;
}

p.floorbanner{
	margin:0;
	
}

p.shopinfotext{
	font-size:130%;
	margin:0;
}


div#banner{
	margin-bottom:0;
}

div#banner a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}

div#twitter{
	margin-top:0;
	width:308px;
}


div#yama_banner{
margin: 10px;
display: flex;
    justify-content: space-between;
}
div#yama_banner p {
    display: inline-block;
}
div#yama_banner a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
div#mainimg a img:hover {
    filter: alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    }

/*セカンドページ
--------------------------------------------------------------------------------------------*/

div#secondcontainer{
	margin:10;
	padding:10px;
}

div#secondcontainer h2{
	margin:0;
	clear:both;
}


div#leftcontents{
	margin:0;
	float:left;
	width:625px;
}
div#leftcontents.contact {
    margin: 0 auto;
    float: initial;
    padding: 25px 0;
}
div#rightcontents{
	margin:0 0 0 10px;
	float:left;
	width:305px;
}

div#rightcontents p.contentstitle{
	margin-bottom:5px;
	border-bottom:#999 solid 1px;
	font-size:110%;
	color:#0033CC;
}

div#rightcontents ul li{
	line-height: 180%;
}

div.contentsbox{
	margin-top:10px;
}

div.contentstext{
	margin-right:5px;
	width:406px;
	float:left;
}

div.contentsphoto{
	float:left;
}

p.onlinebtn{
	text-align:center;
}

div#bottominfo{
	marin:10px;
	padding:10px;
}

div#company{
	width:308px;
	float:left;
	background: url(../img/companybg.gif) no-repeat;
}

div#auction{
	margin-left:7px;
	width:308px;
	float:left;
}

div#access{
	margin-left:7px;
	width:308px;
	float:left;
}

dl.section{
	width: 300px;
}

dt {

}

dt.last-child {
	border-bottom: none;
}

dd {
    height:200px;
	background: #fff;
}
dd.rightmenu {
    height:auto;
	background: #fff;
}

dd#rightmenu01 {
}

dd#rightmenu02 {
}

dd#rightmenu03 {
}

dd#rightmenu04 {
}

dd#rightmenu05 {
}

dd#rightmenu06 {
}

dd#rightmenu07 {
}

dd#rightmenu08 {
}

dd#rightmenu09 {
}

dd#rightmenu10 {
}

dd#rightmenu11 {
}

dd#rightmenu12 {
}

dd#rightmenu13 {
}

dd#rightmenu14 {
}

dd#rightmenu15 {
}

dd#rightmenu16 {
}

dd#rightmenu17 {
}

dd#rightmenu18 {
}

table.halltable {
    margin: 0 0 1em;
    width: 600px;
}

table.halltable {
    border-collapse: collapse;
}

table.halltable th {
    background-color: #F4F4F4;
    border: 1px solid #636363;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    width: 140px;
}

table.halltable td {
    border: 1px solid #636363;
    padding: 5px;
}



table#formtable {
    margin: 0 0 1em;
    width: 600px;
}

table#formtable {
    border-collapse: collapse;
}

table#formtable th {
    background-color: #F4F4F4;
    border: 1px solid #636363;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    width: 140px;
}

table#formtable td {
    border: 1px solid #636363;
    padding: 5px;
}

table#coursetable {
    border-collapse: collapse;
}

table#coursetable{
    margin: 0 0 1em;
    width: 600px;
}

table#coursetable th {
    background-color: #F4F4F4;
    border: 1px solid #636363;
    font-weight: normal;
    padding: 5px;
}

table#coursetable td {
    border: 1px solid #636363;
    padding: 5px;
}

div#footer{
	margin:20px auto 20px auto;
	padding:10px;
	text-align:center;
	background: url("../img/bgfooter.gif") repeat-x top;
	color:#FFF;
}

div#footer a{
	color:#FFF;
}




/* フロートバグ補助 
--------------------------------------------------------------------------------------------*/

/* clearfix（修正） */
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

/* IE用印刷設定CSS 
--------------------------------------------------------------------------------------------*/

@media print{

body {
    _zoom: 76%;  /*WinIE only */
}
}

