@charset "utf-8";
/* CSS Document */

/*===============
base
=================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
margin:0;
padding:0;
}  
img{
border:0;
vertical-align: top;
}

body{
font-size:80%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height:1.4;
color:#333;
background:#fff;
}

/*スマートフォンのウインドウサイズ（768px）以下の場合の指定*/
@media screen and (max-width: 768px){
body{
min-width: 320px;
}
}

a:link,
a:visited,
a:active{
color:#069;
text-decoration:none;
}

a:hover{
color:#066;
text-decoration:none;
}

ul,ol{
list-style: none;
}

/*clearfix*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




p,dd{
font-size:1.2em;
}

/*footerの背景指定*/
html{
background:#dedede;
}

.nonpc{
display: none;
}

.pc{
display:block;
}

/*タブレットのウインドウサイズ（1024px）以下の場合の指定*/
@media screen and (max-width: 1024px){
.nonpc{
display:block;
}
.pc{
display:none;
}
}

dd {
margin-left:1em;
padding-left:2em;
text-indent:-1em;
}
/*==================
header
====================*/

#header{
width:100%;

}

/*タブレットのウインドウサイズ（1024px）以下の場合の指定*/
@media screen and (max-width: 1024px){
#header{
background:none;
}
}

#header_top{
padding:25px 0;
width:960px;
margin:0 auto;
} 

/*タブレットのウインドウサイズ（1024px）以下の場合の指定*/
@media screen and (max-width: 1024px){
#header_top{
width:100%;
} 
}



/*グローバルナビゲーション*/

#nav{
width:960px;
margin:0 auto;
padding:5px 0 5px 0;
border-top: 3px #6A90B3 solid;
border-bottom: 3px #6A90B3 solid;
}

/*タブレットのウインドウサイズ（1024px）以下の場合の指定*/
@media screen and (max-width: 1024px){
#nav{
width:768px;
padding:5px 0 5px 0;
border-top: 3px #6A90B3 solid;
border-bottom: 3px #6A90B3 solid;
}
}
/*スマートフォンのウインドウサイズ（768px）以下の場合の指定*/
@media screen and (max-width: 768px){
#nav{
width:100%;
padding:5px 0 5px 0;
border-top: 3px #6A90B3 solid;
border-bottom: 3px #6A90B3 solid;
}
}

#nav li{
float:left;
font-size:1.4em;
}

/*タブレットのウインドウサイズ（1024px）以下の場合の指定*/
@media screen and (max-width: 1024px){
#nav li{
padding-bottom: 10px;
}
}
/*スマートフォンのウインドウサイズ（768px）以下の場合の指定*/
@media screen and (max-width: 768px){
#nav li{
float:left;
padding-bottom: 20px;
padding-left: 10px;
}
}

/*==================
contents
====================*/
#contents{
width:920px;
margin:0 auto;
}

/*タブレットのウインドウサイズ（1024px）以下の場合の指定*/
@media screen and (max-width: 1024px){
#contents{
width:768px;
}
}
/*スマートフォンのウインドウサイズ（768px）以下の場合の指定*/
@media screen and (max-width: 768px){
#contents{
width:100%;
}
}



.section{
width:316px;
float:left;
margin-right:26px;
}

/*スマートフォンのウインドウサイズ（768px）以下の場合の指定*/
@media screen and (max-width: 768px){
.section{
width:100%;
margin-right:0;
}
.section p{
	padding-right:10px;
}
}



/*更新情報*/

#news h2 {
margin:20px 0 10px 0;
font-size:1.3em;
border-bottom:1px dashed #ccc;
}
#news h3 {
background-color:#dcdcdc;
margin:10px 0 10px 0;
}

#news ul {
font-size:1.3em;
}


#news ul.itaku {
margin:10px 0;
padding:10px 0 5px 1.0em;
text-indent:-1em;
background-color:#C6D6FC;
}

#news ul.kaitou {
text-indent:1.25em;
}

#news ul.map {
position: relative;
width: 600;
height: 450;
padding-top: 75%; /* 比率を4:3に固定 */
}

/*スマートフォンのウインドウサイズ（768px）以下の場合の指定*/
@media screen and (max-width: 768px){
#news h2 {
margin:20px 0 10px 0;
}

#news h3 {
margin:10px 0 10px 0;
}
#news dt{
margin:20px 10px 10px;
border-bottom:1px dashed #ccc;
}


#news dt span{
font-weight:normal;
padding-left:20px;
}


#news dd{
padding-bottom:12px;
margin-right:26px;
}
}

/*スマートフォンのウインドウサイズ（768px）以下の場合の指定*/
@media screen and (max-width: 768px){
#news dd{
padding:0 10px 12px;
}
}

#news ul {
padding-left:10px;
}


/*==================
footer
====================*/

#footer{
width:100%;
margin:0 auto;
background:#dedede url(../images/footer_bg.gif) repeat-x;
margin-top:60px;
margin-bottom:20px;
text-align:left;
}

#footer_inner{
width:960px;
margin:0 auto;
}

/*タブレットのウインドウサイズ（1024px）以下の場合の指定*/
@media screen and (max-width: 1024px){
#footer_inner{
width:100%;
}
#footer_inner p {
	line-height:1.2;
}
}
/*スマートフォンのウインドウサイズ（768px）以下の場合の指定*/
@media screen and (max-width: 768px){
#footer_inner{
width:100%;
}
}

#footer_inner address{
padding:15px 0 4px;
font-size:1.2em;
}

/*タブレットのウインドウサイズ（1024px）以下の場合の指定*/
@media screen and (max-width: 1024px){
#footer_inner address{
padding:15px 15px 4px;
}
#footer_inner p{
padding:0 15px 20px 15px;
font-size:1.2em;
}
}

