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

.photo {
	color: #FF0000;
}

.txtBold {font-weight: bolder;}

.txtColA {color:red;}

/* 回り込みパターン */

.ptn-left,
.ptn-right {
   overflow: hidden;
   height: auto;
}

.ptn-left img {
   float: left;
   margin: 0 20px 0 0 !important;
   padding: 0 !important;
   border: 0 !important;
}

.ptn-right img {
   float: right;
   margin: 0 0 0 20px !important;
   padding: 0 !important;
   border: 0 !important;
}

.ptn-left p,
.ptn-right p {
   overflow: hidden;
   height: auto;
}




.tbl_hata01 table tbody tr:nth-child(2n+1) {
background-color:#696969;
color: white;
}
.tbl_hata01 table tbody tr:nth-child(2n+0) {
background-color:#f5f5f5;
color: white;
}




.tbl_hata01 tr th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.tbl_hata01 tbody tr td {
	padding-right: 10px;
	padding-left: 10px;
}

.tbl_hata01 tbody tr td {
	padding-right: 20px;
	padding-left: 20px;
}

@media screen and (max-width:480px){
 
	h2 {
	font-size: 24px;
	color: #333333;
	width: 680px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
}
@media screen and (min-width:781px){
  /*画面幅が781px以上の時*/
}

