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

/*/////////////////////////////////////////////////////////
file name: index.css
description: トップページ専用スタイルシート

1.レイアウト
2.スマホ

///////////////////////////////////////////////////////// */


/* ===========  1.レイアウト  =========== */
#topTitle01 {
	background: url(../../images/title01.gif) left top no-repeat;
	height: 30px;
	color: white;
	font-size: 150%;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
}

.boxTxt01 {
	width: 300px;
	float: left;
	margin-right: 20px;
	background: url(../../images/bg_boxTxt01.jpg) left bottom no-repeat;
	height: 286px;
}

.boxImg01 {
	width: 320px;
	float: left;
}

.boxIndex01 {
	width: 330px;
	float: left;
	margin-right: 20px;
}

.boxIndex02 {
	width: 330px;
	float: left;
}

.boxHowto01 {
	width: 84px;
	float: left;
	margin-right: 10px;
}

.boxHowto02 {
	width: 196px;
	float: left;
}

a#btnContact {
	display: block;
	width: 290px;
	height: 32px;
	background: url(../../images/btn_contact.gif) left top no-repeat;
	text-indent: -9999px;
}

a#btnContact:hover {
	background-position: left -32px;
}

ul.listArea {
	margin: 0;
	padding: 0;
	/*width: 125px;*/
	float: left;
	margin-left: 20px;
	display: flex;
  flex-wrap: wrap;
}
ul.listArea li {
	font-size: 14px;
	width: 50%;
}
ul.listArea li.w100 {
	width: 100%;
}
.areamap {
	width: 100%;
	margin-top: 20px;
}



/*新着情報*/
#titleTopics {
	background: url(../../images/hd_topics.gif) left 1px no-repeat;
	padding-left: 22px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 3px solid #e5e5e5;
	padding-bottom: 3px;
}

dl.list-topics {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #626262;
}

dl.list-topics dt {
	width: 120px;
	float: left;
	padding-left: 10px;
	font-weight: bold;
}

dl.list-topics dd.news {
	padding-left: 180px;
	background: url(../../images/icon_news.gif) 120px top no-repeat;

}

/* ===========  2.599px以下スマホ縦横 =========== */
@media screen and (max-width: 667px) {

#mainContent h2 img {
	width: 100%;
}

#topTitle01 {
	background-image: none;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0a9dd9), to(#1976b8));
	background: linear-gradient(#0a9dd9, #1976b8);
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #0a9dd9, #1976b8);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0a9dd9, endColorstr=#FF1976b8);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0a9dd9, endColorstr=#FF1976b8)";
	height: auto;
	color: white;
	font-size: 114.3%;
	font-weight: bold;
	padding: 8px;
}

.boxTxt01 {
	width: 100%;
	float: none;
	margin-right: 0;
	background: none;
	height: auto;
}

.boxImg01 {
	width: 100%;
	float: none;
	text-align: center;
}

.boxImg01 img {
	width: 95%;
}

.boxIndex01 {
	width: 100%;
	float: none;
	margin-right: 0;
}

.boxIndex02 {
	width: 100%;
	float: none;
	margin-top: 20px;
}

.boxIndex01 h2, .boxIndex02 h2 {
	margin-bottom: -10px;
}

section.boxIndex01 h2 img, section.boxIndex02 h2 img {
	width: 100% !important;
	height: auto !important;
}

h3#titleTopics {
	margin-top: -30px;
}

dl.list-topics dt {
	width: 100%;
	float: none;
	padding-left: 0;
	font-weight: bold;
}

dl.list-topics dd.news {
	padding-left: 60px;
	background: url(../../images/icon_news.gif) left top no-repeat;

}

.boxHowto01 {
	display: none;
}

.boxHowto02 {
	width: auto;
	float: none;
}

ul.listArea {
	width: 100%;
	margin-left: 0;
}

ul.listArea li {
	font-size: inherit;
	margin-left: 20px;
}

ul.listArea li {
	width: 40%;
}


}