@charset "UTF-8";

/* CSS Document */


/* GENERAL */

html,
body {
    height: 100%;
}

body {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-family: "FOT-ロダン Pro M";
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    background: url(../images/back.jpg)repeat;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 15px;
}

a {
    color: #444;
    text-decoration: none;
}

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

a img {
    vertical-align: top;
}

a {
    outline: none;
}

a img:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}


/* CLEARFIX */

.clearfix {
    zoom: 1;
}

.clearfix:after,
.floatBox:after,
z .floatBox2:after,
.newsList:after,
.photoList:after,
.floorList:after,
.newsListPage:after,
.thumList:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

strong {
    font-weight: bold;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
}


/* ------------------------------------------
LAYOUTs
------------------------------------------ */
#logo h1{
    display: none;
}
h1 {
 
}

h2{
 
}

h3{
    font-family: "FOT-ロダン ProN B";
    font-size: 19px;
    color: #0071b9;
    padding-bottom: 5px;
}

h4 {
    font-size: 22px;
    line-height: 1.3;
}

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

#contents {
    height: auto;
    width: 100%;
    padding: 10px 5% 50px;
}

h1 img,h2 img{
	width: 100%;
	height: auto;
}
#main{
	width: 90%;
	margin: 0 auto 0;
	max-width: 950px;
	clear: both;
}

#sidebar01{
	width: 40%;
	float: left;
	margin-left: 8%;
	text-align: right;
}
#sidebar02{
	width: 40%;
	float: right;
	margin-right: 8%;
}

#sidebar01 img,#sidebar02 img{
	width: 100%;
	padding-bottom: 10px;
}

.toyama{
	width: 124%;
	margin-left:-24%;
	display: block;
}


#foot{
	clear: both;
	background: #004097;
	text-align: center;
	color: #fff;
	padding: 8px 0;
	margin-top: 40px;
	font-size: 11px;
}

#center {
	width: 40%;
	margin-left: 23%;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
	
}

@media only screen and (max-width: 480px) {

}


.kanazawa{
    width: 90%;
    margin: 40px 5% 0;
}
