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

#acMenu h2{
	display:block;
	width:100%;
	height:60px;
	padding-left:-15px;
	line-height:60px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
	background-repeat:repeat-x;
	font-size: 1.7em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../../img/list_bg.gif);
	color:#0a61af;
    }


#acMenu dd{
    background:#FFFFFF;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
    display:none;
	margin:0;
	font-size: 1.2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
	

h2		{margin:0}
.acMenubox{
    display: none;
    width: 100%;
	text-align:center;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
    margin: 0;
    padding: 0;
    background: #00a0e9;
	font-size: 1.2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 
.acMenubox ul{
    margin-top: 0;
	margin-bottom: 10px;
}

.acMenubox li{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #aaa;
	list-style: none;
}
 
.acMenubox li:last-child{
    border-bottom: none;
}

.acMenubox li a{text-decoration:none;
			color:#fff}

#acMenu h2 a {
	color: #0a61af;
}

#acMenu h2 img {
	margin-top:-14px;
	border-style: none;