/*===============================
ハレパネ専用
===============================*/
#contWrap {
	margin: 0 auto;
	width: 980px;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
		transform: scale(1,1);
	}
}
#contWrap img{
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

#harepaneWrap {
    margin: 0 auto;
    padding: 0;
    max-width: 980px;
	font-size: 14px;
	line-height: 1.5em;
}
@media screen and (max-width: 750px)  {
	#harepaneWrap {
		max-width: 100% !important;
		transform: scale(1,1) !important;
	}
}
#harepaneWrap img {
    width: 100%;
    vertical-align: bottom;
    border: 1px solid #ccc;
}
#harepaneWrap p {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.5em;
}
#harepaneWrap h2 {
	clear: both;
	margin: 5px 0px;
}
#harepaneWrap h3 img {
    border: none;
}
.comment_harepane {
	margin-bottom: 5px !important;
	font-weight: bold;
}

#harepane .contents table {
	width: 980px;
}
#harepane .contents table td.shiyou {
	width: 400px;
}
#harepane .contents table td.text {
	width: 560px;
}
@media screen and (max-width: 750px)  {
	#harepane .contents table {
		width: 100% !important;
		transform: scale(1,1) !important;
	}
	#harepane .contents table td.shiyou {
		width: 40% !important;
		transform: scale(1,1) !important;
	}
	#harepane .contents table td.shiyou img {
		width: 100% !important;
	}
	#harepane .contents table td.shiyou {
		width: 55% !important;
		transform: scale(1,1) !important;
	}
}
#harepane > div {
    padding: 20px 0;
}
#harepane > div > div:nth-child(1) {
    width: 50%;
    float: left;
}
#harepane > div > div:nth-child(2) {
    width: 46%;
    float: right;
}
#harepaneuse > div {
    padding: 0 0 20px 0;
}
#harepaneuse > div > div:nth-child(1) {
    width: 30%;
    float: right;
}
#harepaneuse > div > div:nth-child(2) {
    width: 66%;
    float: left;
}
.btn {
    padding: 5px 0px 3px 0;
    text-align: center;
    background-color: #ea6349;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow:0px 3px 0px 0px #c46f02;
    -moz-box-shadow:0px 3px 0px 0px #c46f02;
    -webkit-box-shadow:0px 3px 0px 0px #c46f02;
    background: #febb46; /* Old browsers */
    background: -moz-linear-gradient(top,  #febb46 0%, #fc8e01 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #febb46 0%,#fc8e01 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #febb46 0%,#fc8e01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febb46', endColorstr='#fc8e01',GradientType=0 ); /* IE6-9 */
}
.btn a:link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.btn a:hover {
    text-decoration: underline;
}

.harepaneDetail {
    margin: 0 0 60px 0;
}
.harepaneDetail h3 {
    margin: 0 0 20px 0;
    padding: 10px 8px;
    height: auto;
    background: none;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    border: 1px solid #ddd;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.harepaneDetail h3 span {
    padding: 5px 10px;
    border-left: 5px solid #fc8e01;
}
#harepaneWrap .harepaneDetail p {
    margin: 0 0 30px 0;
    padding: 0 10px;
}
#harepaneWrap .img {
    width: 180px;
    border: none;
}
.harepaneDetail table {
    width: 100%;
    border-top: 1px solid #aaa;
    border-left: 1px solid #c0c0c0;
}
@media screen and (max-width: 750px)  {
	.harepaneDetail .scroll{
		overflow: auto;
		white-space: nowrap;
		padding-bottom: 5px;
	}
	.harepaneDetail .scroll::-webkit-scrollbar{
		height: 5px;
	}
	.harepaneDetail .scroll::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.harepaneDetail .scroll::-webkit-scrollbar-thumb{
		background: #BCBCBC;
	}
}
.harepaneDetail table td {
    padding: 10px;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    text-align: center;
    vertical-align: middle;
}
#harepaneWrap .harepaneDetail table td img {
    width: 120px;
    border: none;
}
#harepaneWrap .harepaneDetail table .color1 {
    background-color: #c0c0c0;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
#harepaneWrap .harepaneDetail table .color2 {
    background-color: #d3d3d3;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

#harepaneAbout p {
    margin: 0 0 30px 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 18px;
}
#harepaneAbout > div {
    padding: 0 0  20px 0;
}
#harepaneWrap #harepaneAbout img {
    width: 30%;
    float: right;
    
}
#harepaneWrap .btn02 {
    margin: 0 auto 40px auto;
    max-width: 500px;
}
#harepaneWrap .btn02 img {
    border: none;
}

/*
@media screen and (max-width:758px) {
    #harepane > div > div:nth-child(1) {
        margin: 0 auto 10px auto;
        width: 60%;
        float: none
    }
    #harepane > div > div:nth-child(2) {
        margin: 0 auto;
        width: 98%;
        float: none;
    }
    #harepaneWrap .harepaneDetail table td img {
        width: 60px !important;
    }
    .mobile #hare div#right table td {
        font-size: 10px !important;
        vertical-align: middle !important;
    }
}
*/

