@charset "utf-8";
/* =============================================================================
   sp_index.css
   ========================================================================== */
   


.entry_list a:hover dl{
	background-color:#eeeeee;
}
.entry_list dl{
	border-top:#c0bdbd 1px solid;
	background-image:url(../img/common/icon02.png);
	background-repeat:no-repeat;
	background-position:98%;
	background-size:15px 15px;
	padding-left: 1.82%;
	padding-right: 1.82%;
	margin-top:0;
	margin-bottom:0;
	font-size: 1.4rem;
}
.entry_list dt{
	padding-top:8px;
	padding-bottom:5px;
	font-size: 1.2rem;
	color:#555555;
}
.entry_list dd{	padding-top:0;padding-bottom:10px; margin-left:0}

/* コンテンツ */
.entry_day{
	text-align:right;
	border-bottom:#b2b2b2 1px dashed;
	padding:10px 0 5px;
	margin-left: 2.1%;
	margin-right: 2.1%;
}
.w_entrytxt{
	margin:0 1.8%;
}
.w_entrytxt ul,.w_entrytxt ol{
	margin:0 2.1%;
	padding-left:0 2.1%;
	list-style-position:inside;
}
.w_entryphoto{
	margin:15px auto 5px;
	text-align:center;
}
/* 音声再生ボタン */
.voice_wrap{
	padding-top:10px;
}
.voice_area{
	border:#a4c0e2 1px solid;
	padding-top:2px;
	padding-bottom:5px;
	padding-left: 1.82%;
	padding-right: 1.82%;
	margin-left: 2.1%;
	margin-right: 2.1%;
} 
.voice_btn_area{
	clear:both;
}
.voice_txt,.voice_haishin_ttl{
	float:left;
	margin-right:10px;
}
.voice_btn div{
	border: 1px solid #007bc4;
	text-align: center; 
	width: 11.4%;
	height:32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#DBE5F0));
	background: -webkit-linear-gradient(#ffffff, #DBE5F0);
	background: -moz-linear-gradient(#ffffff, #DBE5F0);
	background: -ms-linear-gradient(#ffffff, #DBE5F0);
	background: -o-linear-gradient(#ffffff, #DBE5F0);
	background: linear-gradient(#ffffff, #DBE5F0);
	float:left;
	margin-left: 1.1%;
	margin-top:5px;
} 
a.voice_btn01_off,a.voice_btn02_off,
a.voice_btn01_gry,a.voice_btn02_gry{
	background-size:18px 18px;
	background-position:center;
	display:block;
	text-indent:-9999px;
	height:32px;
}
a.voice_btn01_off{
	background-image: url(../img/info/voice01_off.png);
	background-repeat:no-repeat;
}
a.voice_btn01_gry{
	background-image: url(../img/info/voice01_gry.png);
	background-repeat:no-repeat;
}
a.voice_btn02_off{
	background-image: url(../img/info/voice02_off.png);
	background-repeat:no-repeat;
}
a.voice_btn02_gry{
	background-image: url(../img/info/voice02_gry.png);
	background-repeat:no-repeat;
}
.voice_haishin{
	background-color:#EFEFEF;
	padding-top:1px;
	padding-bottom:3px;
	padding-left: 1.82%;
	padding-right: 1.82%;
	clear:both;
	/*height:36px;*/
}
.voice_haishin_ttl{
	border-right:#c4c3c3 1px solid;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;
	line-height:1;
}
.voice_haishin_txt{
	padding-top:0;
	padding-bottom:0;
	line-height:1;
}

.nodata {
	padding-top:15px;
	margin-left:10px;
}

/* 画像 */
.image_area
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
.entry_barcode{
	width:100%;
	text-align:center;
}
.entry_barcode img{width:200px;}

.txt_barcode {
	padding-left:9.95%;
	padding-right:9.95%;
}
.txt_barcode textarea{
	width: 100%;
}

/* マップ */
.entry_map{
	border:#CCC 1px sold; 
	text-align:center; 
	margin-top:10px;
	margin-bottom:10px;
	padding-left:2.95%;
	padding-right:2.95%;
}
.google_maps_area{
	margin-left:7px;
	width:685px;
	height:420px;
	border:1px solid #999999;
}
.google_maps{
	width:684px;
	height:419px;
}

/* flick */
.flickSimple {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #eee;
	width: 100%;
	position:relative;
	overflow:auto;	
}
.flickSimple ul {
	display:block;
	width:500%;
	margin:0px;
	padding:0px;
}
.flickSimple ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	width:20%;
}
.flickSimple ul li a img{
	max-width: 80%;
}

.indicator {
	text-align: center;
	margin: 10px auto;
}
.indicator a{
	margin-left: 15px;
	margin-right: 15px;
}

/*ページング*/
.page_count{
	text-align: center;
	margin-top: 15px;
}
.pager_space{
	text-align: center;
	margin-top:5px;
	margin-bottom: 15px;
}
.paging, .paging td{
	text-align: center;	
	border:none;
	margin:auto;
	vertical-align:middle;
}
.paging td select {
	border:1px solid;
	padding: 5px;
	zoom: 1;
}
.paging td a {
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	margin:0px 10px;
	border: 1px solid #007bc4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#DBE5F0));
	background: -webkit-linear-gradient(#ffffff, #DBE5F0);
	background: -moz-linear-gradient(#ffffff, #DBE5F0);
	background: -ms-linear-gradient(#ffffff, #DBE5F0);
	background: -o-linear-gradient(#ffffff, #DBE5F0);
	background: linear-gradient(#ffffff, #DBE5F0);
	padding-left:10px;
	padding-right:10px;
}
.paging td a.noselect {
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgb(232, 228, 217)));
}

/*  エラー時  */
.error{
	color: #ff0000;
}

/* お問い合わせ */
.input_btn a{
	display:block;  
	border: 1px solid #9fabcf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#DEE0E1));
	background: -webkit-linear-gradient(#ffffff, #DEE0E1);
	background: -moz-linear-gradient(#ffffff, #DEE0E1);
	background: -ms-linear-gradient(#ffffff, #DEE0E1);
	background: -o-linear-gradient(#ffffff, #DEE0E1);
	background: linear-gradient(#ffffff, #DEE0E1);
	-pie-background: linear-gradient(#ffffff, #DEE0E1);
	filter: progid: 
	DXImageTransform.Microsoft.gradient(  
	startColorstr='#ffffff', endColorstr='#DEE0E1', GradientType=0);  
	-ms-filter: 	"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#DEE0E1', GradientType=0)"; 
	text-align:center;
	color:#000000;
	margin:0 auto;	
	width:60%;
	height:34px;
	font-size:1.4rem;
	vertical-align:middle;
	margin:0 auto;
	margin-top:20px;
	padding-top:18px;
	cursor: pointer;
}
.input_btn a:hover{ 
	color:#6e0cca;
}

@media only screen and (max-width: 479px) {

}
/* タブレットレイアウト : 480 px ～  */
@media only screen and (min-width: 480px) {
.input_btn a{
	color:#000;
	width:40%;
}
}
@media only screen and (min-width: 640px) {
	}