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

body {
	margin: 0 auto;
	padding: 0;
	font: 80%/160% "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", verdana, arial, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #3a2e26 url(images/bg.jpg) repeat left top scroll;
	color:#604c3f;
}


/*
TEMPLATE STYLE--------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------
*/

/*リセット*/
/*h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:1em;padding-top:0px;padding-right:0px;padding-bottom:0px;}
ul li {list-style-type:none; margin:0; padding:0;}
a img {border:0;}
p,form {margin: 0px;padding: 0px;}
a:hover, a:active{
	outline:none;
}*/

/*下部マージン調節*/
.m_b_5 {margin-bottom: 5px;}
.m_b10 {margin-bottom: 10px;}
.m_b20 {margin-bottom: 20px;}
.m_b30 {margin-bottom: 30px;}

/*リンク設定*/

a {/*ベース(未設定の場合の基準)*/
	color:#333;
	text-decoration:none;
}
a:link {/*未訪問*/}
a:visited {/*訪問済*/}
a:hover {/*マウスオーバー*/}

.pkg:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.pkg {
	min-height: 1px;
}
* html .pkg {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;/**/
}


/*
ORIGINAL STYLE--------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------
*/

img {
	max-width: 100%;
	height: auto;
}
.align-center {
	text-align: center;
}
.contents{
	position: relative;
	margin: 0 auto;
	width: 950px;
	background-color: #fff;
}
.unit {
	margin: 60px 0;
}
.contents-inner {
	padding: 10px 70px 30px;
	box-sizing: border-box;
}

h1.title {
	margin-bottom: 60px;
	text-align: center;
}
.contents p{
	font-size: 128%;
	line-height: 1.8em;
}

.point {
	overflow: hidden;
	zoom: 1;
}
.point .column-6 {
	width: 50%;
	padding: 0 30px;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-left: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.point .column-6:first-child {
	border: 0;
}
.point .column-6 h2 {
	margin: 0 0 16px;
	color: #604c3f;
}
.point .column-6 h2 span {
	margin-right: 10px;
}
.point .column-6 h2 span img {
	vertical-align: middle;
}
.point .column-6 p {
	margin: 0 0 10px;
	font-size: 100%;
}

.point .column-6 a.btn-second {
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #604c3f;
	padding: 4px 0;
	width: 80%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.sell .actor {
	margin: 30px 0;
	border: 8px solid #e9e5e3;
	padding: 30px;
	overflow: hidden;
	zoom: 1;
}
.sell .actor img.img-calendar {
	float: left;
	margin-right: 20px;
}
.sell .actor .detail-calendar {
	padding-top: 30px;
}
.sell .actor img.detail-calendar {
	float: left;
}
.sell .actor img.btn-detail {
	margin: 40px auto 0;
	display: block;
}

#footer{
	padding:50px;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #fff;
}

@media only screen and (max-width: 499px) {
	body {
		font-size: 70%;
	}
	.contents {
		width: 100%;
	}
	.unit {
		margin: 30px 0;
	}
	h1.title {
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.point .column-6 {
		width: 100% !important;
		margin: 10px 0 !important;
		padding: 0;
		border: 0;
	}
	.contents-inner {
		padding: 10px;
	}
	.sell .actor {
		margin: 20px 0;
		border: 4px solid #e9e5e3;
		padding: 20px;
	}
	.sell .actor img.img-calendar {
		margin-bottom: 10px;
	}
	.sell .actor img.btn-detail {
		margin: 20px auto 0;
		display: block;
	}
}



.btn{/*絶対値ボタンを作る場合*/
	position:absolute;
	text-indent:-9999px;
	display:block;
}

a:hover{/*絶対値ボタンを作る場合*/
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.backBtn a{
	box-shadow:0px 0px 8px rgba(0,0,0,0.2);
	font-size:90%;
	position:fixed;
	display:block;
	padding:10px;
	background:#FFF;
	top:10px;
	left:10px;
	border-radius:4px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	color:#666;
}


.backBtn a:hover{
	text-decoration:none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
