/*CSS Reset*/
body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
acronym, abbr, fieldset, img {
	border: 0;
}
:focus {
	outline: 0;
}
/* コンテンツ：共通：「詳しくはこちら」 */
.aboutlink {
	width:550px;
	padding-top:3px;
	margin-bottom:20px;
	clear:both;
}
a.detailButton, a.movieButton, a.startButton {
	position : relative;
	left : 680px;
	display : block;
	margin-top : 12px;
	width : 140px;
	height : 35px;
	text-indent : -9999px;
	overflow : hidden;
}
/* コンテンツ：共通：「詳しくはこちら」 */
/* コンテンツ：共通：「詳しくはこちら」「動画を見る」hover設定 */
a.movieButton:hover, a.detailButton:hover {
	background-position : -140px;
}
/* 共通
---------------------------------------------------------*/

/* =Clearfix (all browsers)
--------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */ 
* html .clearfix {
	height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
}
/* Common Parts
--------------------------------*/

body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 160%;
	margin: 0;
	padding: 0;
	color: #333;
	background-repeat: repeat-x;
}
/* for lte ie6 */
* html body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: baseline;
	text-align: center;
	background-repeat: repeat-x;
}
/* for ie7 */
*:first-child+html body {
	font-size: 82%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat-x;
}
/* for ie8 */
html>/**/body {
	font-size: 82%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat-x;
}
/* for modern browser not ie8 */
html:not(:target) body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat-x;
}
a, a:link, a:visited, a:active {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #D11377;
	text-decoration: underline;
}
/* 共通フレーム
---------------------------------------------------------*/

#mainContents {
	background: white;
	margin: 0px auto 0px auto;
	background: #FFF;
}
#header {
	background-repeat: no-repeat;
	height: 50px;
	margin: 15px auto 15px auto;
	width: 1120px;
}
#mainLogo {
	float: left;
	width: 500px;
	height: 50px;
}
#mainLogo img{
	width:100%;
}
h1 {
	width: 500px;
	height: 50px;
	//background-image: url(../images/logo.png);
	display: block;
	//text-indent: -5000px;
	overflow: hidden;
}
#headerMidR {
	width: 600px;
	float: right;
	text-align: right;
}
#headerJust {
	padding: 0px 0px 0px 217px;
}
#headerJust a, #headerJust a:link, #headerJust a:visited, #headerJust a:active #headerJust a:hover {
	width: 83px;
	height: 44px;
	background : url(../images/heaven_logo.gif);
	text-indent: -5000px;
	overflow: hidden;
	display: block;
}
.selectSearchMarker {
	width: 212px;
	height: 23px;
	border: 1px solid #ddd;
}
.mainVisual100 {
	width: 100%;
}
#mainVisual {
	width: 1120px;
	height: 540px;
	margin: 0px auto 0 auto;
	background-image: none;
	background-repeat: no-repeat;
	position:relative;
}

/* メニュー
---------------------------------------------------------*/
.cds-navi {
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
}
.cds-navi li {
	display: inline;
	margin-right:1px;
	float:left;
}
.cds-navi ul .li-last {
	margin-right:0px;
}
.cds-navi li a {
	text-align: center;
	padding: 5px 0;
	width: 183px;
	display: block;
	text-decoration: none;
	border: 1px solid;
}
.cds-navi li a:hover {
	color: #ff0000;
}

/* コンテンツエリア
---------------------------------------------------------*/
#top .wrapper {
	margin: 0 auto;
	width:1140px;
}

#contentsArea {
	width: 1120px;
	margin: 0px auto 0px auto;
}
#contentsArea02 {
	width: 1120px;
	margin: 70px auto 0px auto;
	clear: both;
}
.toptext {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #454545;
}
.contentsbox {
	margin: 0 auto;
	padding: 30px 0 10px;
	width: 1120px;
	clear:both;
	border-top: 1px solid;
}
.contentsbox .box-right {
	float:left;
	width:560px;
	margin-bottom: 20px;
}
.contentsbox p {
	line-height: 2.1;
	padding-top: 40px;

}
.contentsbox .box-left {
	float:left;
	width:560px;
	margin-bottom: 20px;
}

.contentsbox .box-left p{
	padding-right: 40px;
}
.box-left .btn {
	padding: 40px 150px;
}
.contentsbox li {
	display: inline;
	float: left;
	padding: 5px 20px 40px;
	width: 280px;
}
.contentsbox li img {
	margin-bottom: 14px;
}
.contentsbox li span.title {
	display: block;
	font-size: 22px;
	color: #000;
	padding-bottom: 10px;
	text-shadow: 1px 1px 0 white;
}
.contentsbox li span.text {
	color: #666;
	font-size: 12px;
}

/* お試しいただく場合、管理画面をお渡しいたしま～のくだり部分
---------------------------------------------------------*/
div.information {
	width:1080px;
	display:block;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color: black;
	margin: 30px 10px 0;
	padding: 10px;
	clear: both;
	background: #ffffff; /* Old browsers */
}
div.information span {
	font-size: 16px;
}
div.information span.red {
	font-size: 16px;
	font-weight: bold;
	color: #F60;
	display: block;
}

/* オフィシャルサイトビルダーはどんどん進化します～のくだり部分
---------------------------------------------------------*/
div.information2 {
	background-color: #2D2C2C;
	width:1080px;
	display:block;
	border: 1px solid #000;
	margin: 20px 10px 0 10px;
	padding: 10px;
	color: #FFF;
}
div.information2 p {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
}
div.information2 p span {
	color: #FF3;
}


/* 掲載店一覧
---------------------------------------------------------*/

/* 店舗 */
div.information2_2 {
	width:1120px;
	display:block;
	margin: 0 auto;
	padding: 10px 0 10px 0px;
	text-decoration:none;
}
div.information2_2 a{
	text-decoration:none;
}
div.information2_2 img{
	width : 190px;
}
div.information2_2 strong{
	font-weight:bold;
}
div.information2_2 span.area{
	font-size: 85%;
}
.box-tenpo {
	width:190px;
	border: 1px solid #808080;
	margin: 0 27px 20px 10px;
	float:left;
	text-align:center;
	
}

.box-tenpo:nth-child(5n+5){
	margin: 0 0 20px 0;
}

div.information2_2 .hp-title{
	background-color:#000000;
	color:#FFFFFF;
}
div.information2_2 .hp-url{
	font-size:80.5%;
	color: #666;
}
div.information2_2 .hp-page{
	font-size: 85.5%;
 	color:#000;
}
/* 帯 */
div.information2_1 {
	background-color: #2683FF;
	width:1080px;
	display:block;
	margin: 40px 10px 0 10px;
	padding: 10px;
	color: #FFF;
	font-size:16px;
	font-weight:bold;
	clear:both;
	position:relative;
}

div.information2_1 p.date {
	position: absolute;
    right: 10px;
    text-align: right;
    top: 10px;
	font-size: small;
}

/* 動画プレイマーカー
---------------------------------------------------------*/
#playmark {
	position:absolute;
	left: 48%;
	top:250px;
	z-index: 1;
}
#playmark:hover {
	opacity:0.5;
}
.mail {
	bottom: 10px;
	right: 5px;
	z-index: 2;
}
a.myButton {
	background-color:#F2184B;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:30px;
	font-weight:normal;
	padding:20px;
	text-decoration:none;
	margin-top:10px;
}
a.myButton:hover {
	background-color:#006699;
	opacity:0.8;
}
a.myButton:active {
	position:relative;
	top:1px;
}
a.temButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f89306), color-stop(1, #f89306));
	background:-moz-linear-gradient(top, #f89306 5%, #f89306 100%);
	background:-webkit-linear-gradient(top, #f89306 5%, #f89306 100%);
	background:-o-linear-gradient(top, #f89306 5%, #f89306 100%);
	background:-ms-linear-gradient(top, #f89306 5%, #f89306 100%);
	background:linear-gradient(to bottom, #f89306 5%, #f89306 100%);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306', endColorstr='#f89306', GradientType=0);
	background-color:#f89306;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:21px;
	font-weight:normal;
	padding:0px 21px;
	text-decoration:none;
}
a.temButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f89306), color-stop(1, #f89306));
	background:-moz-linear-gradient(top, #f89306 5%, #f89306 100%);
	background:-webkit-linear-gradient(top, #f89306 5%, #f89306 100%);
	background:-o-linear-gradient(top, #f89306 5%, #f89306 100%);
	background:-ms-linear-gradient(top, #f89306 5%, #f89306 100%);
	background:linear-gradient(to bottom, #f89306 5%, #f89306 100%);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306', endColorstr='#f89306', GradientType=0);
	background-color:#f89306;
	opacity:0.8;
}
a.temButton:active {
	position:relative;
	top:1px;
}

/* トップヘボタン
---------------------------------------------------------*/
div.tothetopfixed {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 1500;
}    
 
div.tothetopfixed a {
    display: block;
    color: white;
    padding: 10px;
    margin: 0;
    background-color: #72b352;
    border-radius: 5px;
    font-size: 0.8em;
	text-decoration: none;
}
 
div.tothetopfixed a:hover {
    background: #0044CC;
    color: #ffffff;
}
.slide{
    position: relative;
    overflow: auto;
}
 
.slide li {
    list-style: none;
}
.slide ul li {
    float: left;
}
.slide img{
	width : 1120px;
	height : 537px;
}
/* フッター
---------------------------------------------------------*/
#footer {
}
#footerCopy {
	width:  1120px;
	margin: 0px auto 0px auto;
	padding-bottom: 30px;
	padding-top: 20px;
	font-size: 11px;
	clear: both;
}
#footerCopy a, #footerCopy a:link, #footerCopy a:visited, #footerCopy a:active {
	color: #666;
}
#copy {
	float: left;
	margin-left:10px;
}


