@charset "utf-8";

#trouble-title{
	clear: both;
	margin: 20px 0;
	padding: 0 0 0 70px;
	font-size: 2.0em !important;
	font-weight: normal !important;
	line-height: 3.0em;
	background: url(../img/logo_trouble.png) no-repeat left;
}

#lead-box{
	margin: 0 0 40px 0;
	padding: 25px;
	line-height: 1.3em;
	font-size: 1.1em;
	background-color: #fff0ed;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

#case-list li{
	float: left;
	width: 300px;
	margin: 0 30px 30px 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#case-list li:nth-child(3n+3){
	margin-right: 0;
}

#case-list li p.photo{
	margin: 0;
}

#case-list li p.photo img{
	width: 100%;
	border: 2px solid #f1f1f1;
}

#case-list li p.trouble-numner{
	margin: 0;
	padding: 5px;
	background-color: #f1f1f1;
}

#case-list li h2{
	margin: 20px 0 !important;
	font-size: 1.8em;
	font-weight: normal !important;
	text-align: center;
}

#case-list li p.trouble-comment{
	margin: 0 20px 10px !important;
}

.btn-detail{
	clear: both;
	width: 60%;
	margin: 0 auto 10px;
	padding-top: 10px;
}

.btn-detail a{
	display: block;
	width: 100%;
	padding: 3px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/case_arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px top 8px;
	background-color: #802618;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.btn-detail a:hover{
	background-color: #a23d2e;
}


/* 詳細ページ */
#title-block{
	clear: both;
	margin: 40px 0;
	background: url(../img/bg_title.png);
}

#title-block .photo{
	float: right;
	margin-bottom: 0;
}

#title-block .number{
	margin: 0 0 0 20px;
	padding-top: 20px;
}

#title-block h1{
	margin: 60px 0 0 20px;
	line-height: 1.5em;
	font-size: 2.0em !important;
	font-weight: normal !important;
}


.point-area{
	margin: 40px 0;
	padding: 42px 0 0;
	background-image: url(../img/bg_point.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.point-box{
	padding: 15px;
	border: 1px solid #e8e8e8;
}

.point-box p{
	padding: 0 0 0 30px;
	color: #990000;
	font-size: 1.1em;
	background: url(../img/ico_check.png) no-repeat left;
}

.line{
	margin-top: 40px;
	padding-top: 40px;
	background: url(../img/line.png) repeat-x top;
}

/* ボタン */
.btn-nakoudo{
	clear: both;
	width: 60%;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	background-color: #de7d1e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
}

.btn-nakoudo a{
	position: relative;
	display: block;
	margin: 40px 0;
	padding: 15px;
	background-color: #de7d1e;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-nakoudo a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #fff;
}

.btn-nakoudo a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 12px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #de7d1e;
}

.btn-nakoudo a:hover,
.btn-nakoudo a:active,
.btn-nakoudo a:hover:after,
.btn-nakoudo a:active:after{
	background-color: #f08f2f;
}

#pager .backnum{
	float: left;
	width: 150px;
	text-align: center;
	background-color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(68,68,68,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(68,68,68,1);
	box-shadow: 0px 4px 0px 0px rgba(68,68,68,1);
}

#pager .backnum a{
	position: relative;
	display: block;
	padding: 5px;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#pager .backnum a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #fff;
}

#pager .backnum a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	left: 12px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #666;
}

#pager .backnum a:hover,
#pager .backnum a:active,
#pager .backnum a:hover:after,
#pager .backnum a:active:after{
	background-color: #999;
}

#pager .nextnum{
	float: right;
	width: 150px;
	text-align: center;
	background-color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(68,68,68,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(68,68,68,1);
	box-shadow: 0px 4px 0px 0px rgba(68,68,68,1);
}

#pager .nextnum a{
	position: relative;
	display: block;
	padding: 5px;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#pager .nextnum a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #fff;
}

#pager .nextnum a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #666;
}

#pager .nextnum a:hover,
#pager .nextnum a:active,
#pager .nextnum a:hover:after,
#pager .nextnum a:active:after{
	background-color: #999;
}




@media screen and (max-width:420px){ /* 〜420px */

#trouble-title{
	margin: 20px 0;
	font-size: 1.3em !important;
	line-height: 1.4em;
}

#lead-box{
	margin: 0 0 20px 0;
	padding: 10px;
	font-size: 0.9em;
}

#case-list li{
	float: none;
	margin: 0 auto 30px;
}

#case-list li:nth-child(3n+3){
	margin-right: auto;
}

#case-list li h2{
	margin: 15px 0 !important;
	line-height: 1.3em;
	font-size: 1.6em;
}

#case-list li p.trouble-comment{
	margin: 0 20px 5px !important;
}

.btn-detail{
	width: 80%;
}


/* 詳細ページ */
#title-block{
	clear: both;
	margin: 40px 0 20px;
	background: url(../img/bg_title.png);
}

#title-block .photo{
	float: none;
}

#title-block .photo img{
	width: 100%;
}

#title-block .number{
	margin: 0 0 0 10px;
	padding-top: 10px;
}

#title-block h1{
	margin: 10px 0 20px 10px;
	font-size: 1.4em !important;
}

.point-area{
	margin: 30px 0;
	padding: 42px 0 0;
	background-image: url(../img/bg_point.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.point-box{
	padding: 15px;
	border: 1px solid #e8e8e8;
}

.point-box p{
	padding: 0 0 0 30px;
	color: #990000;
	font-size: 1.1em;
	background: url(../img/ico_check.png) no-repeat left;
}

.line{
	margin-top: 40px;
	padding-top: 40px;
	background: url(../img/line.png) repeat-x top;
}


/* ボタン */
.btn-nakoudo{
	width: 96%;
	font-size: 1.0em;
}

}