/************************************************************
 * 共通CSS
 * Copyright (C)SHIFT PLUS Inc. All Rights Reserved.
 ************************************************************/
 
/*
 *	Elements
 */
html, body {
	height: 100%;
	-webkit-text-size-adjust: none;
}

/**
 * ヘッダー
 */
h1.header {
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	background: url("images/logo_title.PNG") 0% 50% no-repeat;
	/*height: 95px;*/
	margin: 0;
}

/**
 * 全般
 */

.button {
	-webkit-border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,.1) 1px 1px 3px; background: #B0C4DE;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,
	from(rgba(255, 255, 255, 0.4)),
	to(rgba(255, 255, 255, 0.1)),
	color-stop(.5,rgba(230, 230, 230, 0.3)),
	color-stop(.5,rgba(230, 230, 230, 0.2)));
}
a {
	-webkit-tap-highlight-color: rgba(255,255,555,0.5); /*白背景・不透明度50％*/
}
.paragraph {
	line-height: 1.8;/* 1.6から1.8推奨 */
}

dl.list dt {
  margin		: 0.8em 0.6em 0.6em 0;
  /*width			: 90%;*/
  border-left	: solid 10px #696969;
  border-bottom	: 1px solid #696969;
  padding		: 0 0 5px 7px;
  color			: #000;
}

dl.list dd {
  margin: 0.7em 1em;
  border-bottom: 1px dashed #B5B5B5;
  line-height: 1.5em;
}

/**
 * フッダー
 */
.ui-footer h4.ui-title {
	font-size: 11px;
	text-align: center;
	overflow: visible;
	margin: 0.6em 0.6em 0.8em;	
}

/**
 * 検索部分
 */
.site_search {
	vertical-align: middle;
	width: 100%;
}

.site_search .ui-input-search {
	float: left;
	width: 42%;
	vertical-align: middle;
}
.site_search .ui-btn {
	float: left;
	margin: 0 5px;
}

.site_search .ui-btn-inner {
	padding: 0.35em 20px;
}


/**
 * お問合わせ
 */
.form_err {
	color: #FF0000;
	font-size: 90%;
	margin: 5px 0;
	text-shadow: none;
	/*padding: 10px 3px 3px 20px;
	background: url("images/warn.gif") 0px 55% no-repeat;*/
}

.form_listmark {
    border-left: 8px solid #5F5F5F;
    color: #000000;
    margin: 0.5em 0;
    padding-left: 5px;
    text-shadow: none;
}
.ui-content span.form_listmark {
    font-size: 14px;
    margin : 4px 0 0 0;
}
.require_icon {
	 margin: 0 5px 0 10px;
}

/**
 * ニュース
 */
.news_area {
 	margin: -1px 0 0 0;
 	width: 100%;
 	height: 100%;
}
.icon-disp {
	width:20px;
	height:20px;
	float: right;
}
.icon-point {
    display:block;            /* リンク範囲をブロックに変換 */
    width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/icons-18-white.png);
    background-position: -108px 0;
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
}
.open_date {
	font-size: 90%;
	text-align: right;
    border-bottom: 1px dashed #FFF;
    margin: 0 5px 12px 0;
    padding: 5px 0;
    width: 100%;
    text-shadow: none;
}
.news_text {
	background-color:#fff;
	color: #000;
	padding:10px;
	height: auto;
	text-shadow: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	-moz-border-radius-topleft: 		.6em;
	-webkit-border-top-left-radius: 	.6em;
	border-top-left-radius: 			.6em;
	-moz-border-radius-topright: 		.6em;
	-webkit-border-top-right-radius: 	.6em;
	border-top-right-radius: 			.6em;
	-moz-border-radius-bottomleft: 		.6em;
	-webkit-border-bottom-left-radius: 	.6em;
	border-bottom-left-radius: 			.6em;
	-moz-border-radius-bottomright: 	.6em;
	-webkit-border-bottom-right-radius: .6em;
	border-bottom-right-radius: 		.6em;
}

.news_text h2, .news_text h3, .news_text h4 {
    border-left: 10px double #5F5F5F;
    /*border-left: 10px double #2489CE;*/
    font-weight: bold;
    font-size: 100%;
    margin: 10px 0;
    padding: 0 0.8em;
	text-shadow: none;
}

.news_text .listmark {
	padding: 3px 3px 3px 20px;
	line-height: 22px;
	background: url("images/point_red.gif") 0px 40% no-repeat;
	font-weight: bold;
	text-shadow: none;
}

h3.topics {
    font-weight: bold;
    margin: 0 5px 10px 0;  
    border-left: 7px solid #5F5F5F;   
    border-bottom: 1px dashed #5F5F5F;
    /*
    border-left:7px solid #2489CE;   
    border-bottom:1px dashed #2489CE;
    */
    padding: .5em .8em;
    font-size: 105%;
    text-shadow: none;
}
#morebutton {
	margin: 1em 0 0 0;
	padding: 0.7em 15px 0.7em 15px;
    text-align: center;
    border: 1px solid #000;
    background: #000;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 1px 1px #fff;  
    /*background-image: -moz-linear-gradient(top,#FFA500, #FF8C00);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFA500),color-stop(1, #FF8C00));
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorStr='#FADB4E', EndColorStr='#FF8C00')";
	*/
}
#morebutton a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
}

#morebutton:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #363636;
	background: #363636;
	/*background-image: -moz-linear-gradient(top, #FADB4E, #FFA500);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FADB4E),color-stop(1, #FFA500));
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorStr='#FFB90F', EndColorStr='#FFA500')";*/
}

.ui-content p {
	font-size: 12px;
}

p.content_text {
	font-size: 95%;
	margin: 7px 0;
}

#privacy h4 {
	margin: 12px 0 5px 0;
}

.input_notice {
	font-size: 11px;
	color: #FF0000;
}

/*
 *
 */
span.title {
	color:#fff;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0px 0px 1px #ffffff,
	  0px 0px 10px #ffd700,
	  0px 0px 20px #ffd700,
	  0px 0px 30px #ffd700,
	  0px 0px 40px #ffd700;
}
#price_sample table {
	border-collapse: collapse;
	color: #FFF;
	font-size: 12px;
}
#price_sample th {
	width: 120px;
	text-align: left;
	text-shadow: none;
	padding : 5px;
	border: 1px solid #FFF;
}
#price_sample td {
	width: 200px;
	padding : 5px;
	border: 1px solid #FFF;
	font-size: 14px;
}

span.point {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 0 10px #fefcc9;
}	  

span.point_red {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-shadow: 0 0 10px #FF2B60;
}	  

.image_right {
	float: right;
}
.image_right dl {
	width: auto;
	margin-top: 0;
	margin-bottom: 4px;
}
.image_right dl img {
	margin: 0;
}
.image_right dl dd {
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
	text-shadow: none;
	font-size: 73%;
	width: 155px;
}
.txt_left {
	/*float:left;
	width: 130px;*/
	text-shadow: none;
}
.txt_left p {
	font-size: 95%;
	margin: 0;
}
p.link {
	padding: 3px 3px 3px 20px;
	background: url("images/point_01.gif") 0px 40% no-repeat;
	text-shadow: none;
	font-size: 95%;
	margin: 4px 0;
}

.event p {
	text-shadow: none;
	font-size: 95%;
	margin: 3px 0;
}

h3.warning {
	padding: 10px 5px 10px 50px;
	background: url("images/warning.gif") 0px 40% no-repeat;
	text-shadow: none;
	font-size: 110%;
	margin: 5px 0;
}

/**
 * clearfix
 */
.clearfix:after{
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html.clearfix { height: 1%;}
.clearfix {	display: block;}
/* End hide from IE-mac */


