/*----------------------------------------------------------
    reset
------------------------------------------------------------*/
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;
}
/*p, blockquote, q, pre, address, hr, code, samp,
dl, ol, ul, form, table, fieldset, menu {
    margin-bottom: 1.5em;
}*/
html {
    font-size: 100%;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro Pro W3",'メイリオ','Meiryo',"Osaka",Arial,sans-serif;
    font-size: .875em;
    min-width: 1000px;
}

img {
    border: 0;
    margin:0;
    padding:0
}



ul li { list-style-type: none;}
ol { list-style: decimal outside none; }


.clear {
    clear: both;
}

.clearfix {zoom:1;}
.clearfix:after{
    content: "";
    display: block;
    clear: both;}


a .hover_img1{
    transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
    }
a:hover .hover_img1{
    opacity: 0.5;/*要素の透明度を指定*/
    filter: alpha(opacity=50); /*ie6、7の透明度指定*/
    /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
    }


a { color:#;000100; text-decoration:none;}
a:hover { color:#;000100; text-decoration:none;}
a:visited { color:#;000100; text-decoration:none;}
a:active { color:#;000100; text-decoration:none;}


/*----------------------------------------------------------
                frame
------------------------------------------------------------*/


#bg { background-color:#fff;}

#cover{
	width:1000px;
	height: 864px;
	margin:0 auto;
	background-image:url(../images/slide-1.png);
	background-repeat:no-repeat;
	
}


h1{
	width:613px;
	height: 505px;
	/*background: url(../images/h1.jpg) no-repeat;*/
	z-index: 0;
	text-indent: -9999px;
	overflow: hidden;
	top: 59px;
	left: 849px;
	margin-left: -475px;
	position: absolute;

}


#cnt { width:1000px;
    height:2220px;
	margin: 0 auto;
    position: relative;
    z-index: 999;}


/*ボックス全体*/
.switchbox {
    margin: 10px 0;
    padding: 0;
}
/*ラベル*/
.switchbox label {
    display: block;
    font-weight: bold;
    cursor :pointer;
}
/*チェックボックスを非表示にする*/
.switchbox input {
    display: none; 
}
/*中身を非表示にしておく*/
.switchbox div.hihyouji {
    height: 0;
    overflow-y: hidden;
    transition: 0.8s;/*ゆっくり表示させる*/
    opacity: 0;
}
/*クリックで中身を表示*/
.switchbox input:checked + label + div {
    height: auto;
    opacity: 1;
}

.kenmei{ font-size:30px; color:#5c5c5c; float:left; margin:0 28px 0 0;}

.tokyo_bg { background-color:#e4fae5; padding:13px 0;}

.kanagawa_bg { background-color:#e6edff; padding:13px 0;}

.saitama_bg { background-color:#ffe5e6; padding:13px 0;}

.chiba_bg { background-color:#ffffe5; padding:13px 0;}

.tokyo_l { float:left; width:520px;}

.tokyo_r { float:right; width:480px;}

