/* ▼いじるな▼ */
@media screen and (max-width: 768px){
img{
	max-width:100%;
	height:auto;
	width /***/:auto;
	border:0;
}
body{
	margin:0;
	padding:0;
	color:#000000; /* 全体の文字色 */
	text-align:center;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	background-color:#eeeeee;

}
/* --- 全体のリンクテキスト --- */
a:link{color:#0000ff;}
a:visited{color:#000090;}
a:hover{color:#ff8000;}
a:active{color:#ff0000;}

/* --- コンテナ --- */
#container{
	width:100%;
	margin:0 auto 0 auto; /* センタリング */
	background:#ffffff; /* コンテナの背景色 */
	padding:0px;
	text-align:left;
}
/* ▲いじるな▲ */

/* ここからCSSを記入 */


/* ========================================
head
===========================================*/

header{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ffffff;
	text-align:right;
}
header p{
	font-size:13px;
	margin:0px 10px 0px 0px;
	padding:10px;
}
#headmenu{
	width:100%;
	margin:0 auto;
	padding:0px;
	background-color:#454545;
	border-bottom:1px #cccccc dashed;
	border-top:1px #cccccc dashed;
}
nav{
	margin:0 auto;
	padding:0px;
	background-color:#454545;
}
ul.list1{
	height:auto;
	margin:0 auto;
	padding:0px;
	padding-left:1px;
	background-color:#454545;
	text-align:center;
}
ul.list1 li{
	height:auto;
	list-style-type:none;
	margin:0px;
	padding:15px;
	float:left;
	background-color:#454545;
	font-size:12px;
}
ul.list1 li a{
	color:#ffffff;
}

ul.list1 li a:hover{
	color:#999999;
}

.listBr{
	border-right:1px solid #000;
}

#pankuzu{
	margin-top:15px;
	margin-left:15px;
	font-size:12px;
	color:#454545;
}
#pankuzu div{
	float:left;
}

/* ========================================
box
===========================================*/

#box{
	margin-left:auto;
	margin-right:auto;
	height:auto;
	text-align:left;
	background-color:#eeeeee;
}
#main{
	height:auto;
	margin:10px;
}
section{
	border:1px solid #cccccc;
	margin-bottom:15px;
}
section p{
	margin:15px;
	font-size:13px;
	line-height:200%;
	color:#454545;
	letter-spacing: 0.15em;
}
section p img{
	margin:0px 0px 15px 0px;
}

.point1{
	margin:0px;
	padding:10px 15px 10px 15px;
	font-size:20px;
	color:#454545;
	font-weight:bold;
	letter-spacing: 0.15em;
}
.point2{
	margin:0px;
	padding:10px 15px 10px 15px;
	font-size:20px;
	color:#999999;
	font-weight:bold;
	letter-spacing: 0.15em;
}
.point3{
	margin:0px;
	padding:10px 15px 10px 15px;
	font-size:20px;
	color:#454545;
	font-weight:bold;
	letter-spacing: 0.15em;
}

/* ========================================
記事用ボックス
===========================================*/

#cont1 {
	background-color: #FFF;
	border:7px solid #454545;
}
#cont2 {
	background-color: #FFF;
	border:7px solid #999999;
}
#cont3 {
	background-color: #FFF;
	border:7px solid #454545;
}

/* ========================================
menu
===========================================*/
#side{
	margin:0px;
}
#side h3{
	margin:0px;
	padding:10px 15px 10px 15px;
	font-size:20px;
	color:#ffffff;
	background-color:#454545;
	border:3px solid #999999;
}
#side h4{
	margin:0px;
	padding:10px 15px 10px 15px;
	font-size:20px;
	color:#ffffff;
	background-color:#454545;
	border:3px solid #999999;
}
#side h5{
	margin:0px;
	padding:10px 15px 10px 15px;
	font-size:20px;
	color:#ffffff;
	background-color:#454545;
	border:3px solid #999999;
}
ul.cate{
	margin:0px 0px 15px 0px;
	padding:0px;
	border-top:1px solid #cccccc;
	background-color:#ffffff;
}

ul.cate li{
	list-style-type:none;
	margin:0px;
	padding:7px;
	font-size:13px;
	line-height:140%;
	border-bottom:3px solid #eeeeee;
}
ul.cate a li {
	text-decoration:none;
	color:#454545;
}
ul.cate a:hover li {
	text-decoration:none;
	color:#ff0000;
}
ul.cate li img{
	width:50px;
	height:50px;
	margin:0px 10px 0px 0px;
	vertical-align:middle;
}

ul.list2{
	height:500px;
	overflow:scroll;
	margin:0px 0px 15px 0px;
	padding:0px;
	border-top:1px solid #cccccc;
	background-color:#ffffff;
}
ul.list2 li{
	list-style-type:none;
	margin:0px;
	padding:10px;
	font-size:14px;
	line-height:140%;
	border-bottom:3px solid #eeeeee;
}
ul.list2 li a{
	text-decoration:none;
	color:#454545;
}
ul.list2 li a:hover{
	text-decoration:none;
	color:#ff0000;
}

ul.list3{
	margin:0px 0px 15px 0px;
	padding:0px;
	border-top:1px solid #cccccc;
	background-color:#ffffff;
}
ul.list3 li{
	list-style-type:none;
	margin:0px;
	padding:10px;
	font-size:14px;
	line-height:140%;
	border-bottom:3px solid #eeeeee;
}
ul.list3 li a{
	text-decoration:none;
	color:#454545;
}
ul.list3 li a:hover{
	text-decoration:none;
	color:#ff0000;
}

/* ========================================
footer
===========================================*/
footer{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:15px;
	padding:10px 0px 10px 0px;
	background-color:#454545;
	color:#ffffff;
}
/* ========================================
飾り
===========================================*/

#clear{
	clear:both;
}
.clear{
	clear:both;
}
b.b1{
	font-size:15px;
	color:#ff0000;
}
strong{
	color:#ff4500;
	font-size:18px;
	font-weight:bold;
}
font{
	color:#ff4500;
	font-size:18px;
	font-weight:bold;
}
a:hover img{
	opacity: 0.6;
}

/* ========================================
table
===========================================*/
table.table1{
	width:90%;
	margin:15px;
	padding:0px;
	border-collapse:collapse;
}
table.table1 th{
	border:1px solid #cccccc;
	margin:15px;
	padding:10px;
	background-color:#e4e4e4;
}
table.table1 td{
	border:1px solid #cccccc;
	margin:15px;
	padding:10px;
}
table.td1{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}
table.td1 th{
	border:1px solid #cccccc;
	margin:15px;
	padding:5px;
	background-color:#e4e4e4;
	font-size:13px;
	font-weight:normal;
}
table.td1 td{
	border:1px solid #cccccc;
	margin:15px;
	padding:5px;
	font-size:11px;
}

/* ========================================
業者一覧
===========================================*/
.itiran{
	margin:10px;
	border-bottom:1px dashed #cccccc;
	padding-bottom:15px;
}
.itiran img{
	margin:0 auto;
	border:1px solid #cccccc;
	position:relative;
}
.itiran a:hover img{
	opacity: 0.6;
}
.itiran p{
	font-size:12px;
}

/* ========================================
button
===========================================*/
.topbt{
	font-size:20px;
	font-weight:bold;
	width:96%;
	margin:15px;
	padding:15px 3px 15px 3px;
	background-color:#00bfff;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;

}
a .topbt{
	color:#ffffff;
}
a:hover .topbt{
	color:#999999;
}

.bt1{
	width:47%;
	margin:0px;
	padding:7px 3px 7px 3px;
	background-color:#ff4500;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;

}
a .bt1{
	color:#ffffff;
}
a:hover .bt1{
	color:#999999;
}

.bt2{
	width:47%;
	margin:0px;
	padding:7px 3px 7px 3px;
	background-color:#008000;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;

}
a .bt2{
	color:#ffffff;
}
a:hover .bt2{
	color:#999999;
}
/* ========================================
Q&A
===========================================*/
ul.qa{
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#ffffff;
}

ul.qa li{
	list-style-type:none;
	margin:0px;
	padding:7px 20px 7px 20px;
	font-size:13px;
	line-height:140%;
	border-bottom:3px solid #eeeeee;
	text-decoration:none;
	font-weight:bold;
}
ul.qa a li {
	text-decoration:none;
	color:#454545;
}
ul.qa a:hover li {
	text-decoration:none;
	color:#ff0000;
}


/* ここまでCSSを記入 */
}