@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*=============================================================
 foottrace
=============================================================*/
#foottrace{
	background-color:#b09dd0;
}
/*=============================================================
 TTL
=============================================================*/
#categoryTtl h1{
	color:#b09dd0;
}
#categoryTtl h1:before,
#categoryTtl h1:after{
	background-color:#b09dd0;
}
.pageTtlH2 h2{
	color:#b09dd0;
	border-bottom:1px solid #b09dd0;
}
.pageTtlH2:after{
	background-color:#b09dd0;
}
.pageTtlH3{
	background: url(../img/bg_h3.png) repeat left top;
	background-size:4px 4px;
}
/*=============================================================
 navi
=============================================================*/
.navi li{
	width:25%;
	float:left;
}
.navi li a{
	display: block;
	padding: 10px;
	text-align: center;
	border-right: 1px solid #ccc;
	background: url(../img/arw_navi.png) no-repeat 10px center;
	background-size:16px 16px;
}
.navi li:first-child a{
	border-left:1px solid #ccc;
}
/*=============================================================
 table
=============================================================*/
.boxTable{
	padding-top:10px;
}
table{
	width:100%;
	border-top:1px solid #ccc;
}
table th,
table td{
	padding:10px;
	border-bottom:1px solid #ccc;
}
table th{
	width:30%;
	background-color:#f9f9f9;
	text-align:left;
}
table ul.list{

}
table ul.list li{
	margin-left:1em;
	list-style:disc;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
/*=============================================================
 navi
=============================================================*/
.navi li{
	width:100%;
	float:left;
}
.navi li a{
	border:1px solid #ccc;
	border-top:none;
}
.navi li:first-child a{
	border:1px solid #ccc;
}
/*=============================================================
 table
=============================================================*/	
table th,
table td{
	display:block;
}
table th{
	width:auto;
	border-bottom:none;
}
}

