@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	font-family: sans-serif, Meiryo; */
}

/* -------------------------------------*/
a {
	text-decoration: none;
	color: #3366cc;
}
a.topic {
	text-decoration: none;
	color: #ffffff;
}
 
a:hover {
	text-decoration: underline;
}
/*--------------------------------------*/

.cf:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

nav.gm {
	margin-bottom: 0px; /* 12/22 16⇒0 */
	background-color: #333333;
	padding: 4px 4px 4px 4px;
}

nav.gm ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav.gm ul li {
	margin-bottom: 4px;
	border: 1px solid #666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#020202), to(#7d7d7d));
}

nav.gm ul li a {
	display: block;
	padding: 14px 14px 9px 20px;
	color: #ffffff;
	text-decoration: none;
}

nav.gm ul li a:after {
	float: right;
	width: 16px;
	height: 16px;
	content: '';
	margin-top: 4px;
	background-image: url('../images/arrow.png');
	background-size: 16px 16px;
}

footer {
	padding: 4px 5px 3px 4px;/*12/22 修正 10px */
}

footer #banners {
	marbgin: 16px 0;
	padding-bottom: 16px;
}

footer #banners .mini-banner {
	float: left;
	width:100%;
	border: 1px solid #808080;
	text-align: center;
	margin-bottom:4px;/*12/18追加*/
	border-radius:4px;/*12/22追加*/
}

footer #banners .mini-banner a {
	display: block;
	width: 100%;
	height: 46px;/*12/22修正 height: 64px;*/
	padding: 4px 0;
}
/*12/22追加*/
footer #banners .facebook {
	background-color: #375794;
}
/*12/22追加*/
footer #banners .twitter {
	background-color: #33ccff;
}

footer #banners #banner-left {
}

footer #banners #banner-center {
	margin-left: 10px;
	margin-right: 10px;
}

footer #banners #banner-right {
}

footer #addition #copies {
	float: left;
}

footer #addition #copies #minshu {
	height: 48px;
	margin-bottom: 4px;
}

footer #addition #copies #copyright {
	font-size: 0.6em;
	color: #999999;
}

footer #addition #globalsign {
	float: right;
}

/*6/18追加*/
#footer_tokusetsu_area{
	width:100%;
	margin:0 auto;
	padding:10px 10px 25px 10px;
	box-sizing:border-box;
	text-align:center;
}
#footer_tokusetsu_area img{
	width:100%;
	height:auto;
}