@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;
}

.boxLead p {
	line-height: 2.2;
	font-size: 116%;/*14px*/
	margin-left: 15px;
	margin-right: 15px;
}

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

.boxTxt01 p {
	line-height: 2.2;
	font-size: 116%;/*14px*/
}
	

.boxImg01 {
	width: 300px;
	float: right;
	/*text-align: right;*/
}

.boxImg02 {
	width: 300px;
	float: left;
	margin-right: 40px;
}

.boxImg01 h2, .boxImg02 h2 {
	border-bottom: 1px dotted black;
	padding-bottom: 3px;
	font-weight: bold;
	background: url(../images/hd_boxInfo.gif) left 2px no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	font-size: 133%;/*16px*/
}

.boxIndex01 {
	width: 330px;
	float: left;
	margin-right: 20px;
	/*background: url(../../images/bg_boxTxt01.jpg) center bottom no-repeat;*/
}

.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.listArea01 {
	margin: 0;
	padding: 0;
	width: 125px;
	float: left;
}

ul.listArea02 {
	margin: 0;
	padding: 0;
	width: 165px;
	float: left;
}

ul.listArea01 li {
	font-size: 14px;
	width: 105px;
	margin-left: 20px;
}

ul.listArea02 li {
	font-size: 14px;
	width: 145px;
	margin-left: 20px;
}

.title05 {
	border-bottom: 3px solid #e5e5e5;
	font-size: 14px;
	padding-bottom: 3px;
	font-weight: 700;
	padding-left: 5px;
}

ul.listArea {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

ul.listArea li {
	font-size: 13px;
	width: 50%;
	float: left;
	margin-top: 5px;
}



/*新着情報*/
#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: 599px) {

#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;
	line-height: 1.6;
}

.boxLead p {
	line-height: 1.8;
}

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

.boxTxt01 p {
	line-height: 1.8;
	font-size: 100%;
}

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

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

.boxImg01 p img, .boxImg02 p img {
	width: 100%;
}

ul.listArea li {
	font-size: 14px;
	width: 100%;
	float: none;
	margin-top: 5px;
}

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

.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.listArea01 {
	width: 50%;
}

ul.listArea02 {
	width: 50%;
}

ul.listArea01 li {
	font-size: inherit;
	width: auto;
	margin-left: 20px;
}

ul.listArea02 li {
	font-size: inherit;
	width: auto;
	margin-left: 20px;
}


}

/*スマホ横*/
@media only screen and (max-device-width:480px) and (orientation:landscape) {

.boxImg01 p, .boxImg02 p {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 20px;
}

.boxImg01 p img, .boxImg02 p img {
	width: 300px;
}

ul.listArea li {
	font-size: 14px;
	width: 33%;
	float: left;
	padding-left: 0px;
}

}