/* Pc.css */

@charset "utf-8";
body {
	background-color:#eee;
}
.wrapper {
	background-color:#fff;
}
.container-fluid {
	width:100%;
	max-width: 1200px;
}
.clearboth {
	clear: both;
}
/* サイドバーのバナー サイドバー幅 370Px?*/
.sidebarBannerForPc {
	margin:0 auto;
	width:350px;
	height:350px;
	border:solid #000 1px;
	background-image: url(img/1go1eiBanner-1.png);
	position:relative;
}
.sidebarBannerForPc .text0 {
	width:100%;
	padding:0 10px;
	color:yellow;
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	position:absolute;
	top:90px;
	left:0px;
}
.sidebarBannerForPc a {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}
.sidebarBannerForPc p {
	width:100%;
	padding:0 10px;
	color:#eee;
}
.sidebarBannerForPc .text1 {
	color:#fff;
	line-height:1.8em;
	position:absolute;
	top:130px;
	left:0px;
}
.sidebarBannerForPc .text2 {
	font-weight:bold;
	color:#000;
	text-align:center;
	position:absolute;
	top:250px;
	left:0px;
}
.sidebarBannerForPc .text3 {
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:300px;
	left:0px;
}
/* サイドバーの動画バナー サイドバー幅 370Px */
.sidebarMp4BannerForPc {
	margin:2.0em auto;
	width:96%;
	position:relative;
}
.sidebarMp4BannerForPcContent {
	width:100%;
	margin:0 auto;
}
.sidebarMp4BannerForPcContent video {
	width:100%;
	margin:0 auto;
	border:solid #ccc 1px;
}
.sidebarMp4BannerForPcContent img {
	width:50%;
	max-width:250px;
	margin:0 auto 0.5em;
}
/* 
slick slider 
display:noneで最初は表示せずにJQueryでshow()する。
*/
.slick-slider-panel{
	margin:0;
	padding:0px;
	display:none;
	background-color:#337ab7;
}
/* Sliser 表示エリアを確保して表示時のガタツキを無くす */
.slick-slider-outer {
	width:100%;
	height:146px;
}
.slick-slider{
	margin:0 auto;
	width:95%;
}
.slick-slider p{
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;

	border:1px solid #337ab7;
    border-top: 1px solid transparent;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.slick-slider a{
	display:block;
	padding:1px;
}
.slick-slider a img{
	height:100px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before{
    color:white;
}

.slick-slider-sidebar {
	margin:0;
	width:90%;
	padding:0px;
	display:none;
}
.slick-slider-sidebar a{
	display:block;
	padding:1px;
}
.slick-slider-sidebar a img{
	text-decoration:none;
	height:280px;
}
.slick-slider-sidebar p{
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;

	border:1px solid #fff;
    border-top: 1px solid transparent;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.slick-slider-sidebar .slick-prev:before,
.slick-slider-sidebar .slick-next:before{
    color:grey;
}

/* CSS 上書き */

.table td a {
	display:block;
	text-decoration: none;
}
.table td .inl {
	display:inline-block;
	text-decoration: none;
}
.list-group hr {
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px dashed #aaa;
}
/* Header */
.pc-header {
}
/* index.php TAB */
.toptab .table .borderon {
	border-top:1px solid #aaa;
}
.toptab .h4{
	margin:0px;
	margin-top:6px;
}
.toptab .table{
	border:none;
}
.toptab .table tr{
	border:none;
}
.toptab .table td{
	padding:4px;
	border:none;
}
/* Gooogle Map */
/* spa.php 地図用 */
#map {
	width:100px;
	height:300px;
	background-image: url("img/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
}
/* printform teiseiform */
#gmap {
	width:100%;
	height:400px;
}
.teiseiform #gmap {
	width:100%;
	height:200px;
}
.gmap_Info { width:100%; }
@media (max-width: 400px) {
	#gmap { width:100%; height:400px; }
	#map { width:100%; height:400px; }
	.gmap_Info { width:100%; }
}
@media (min-width:500px) {
	#gmap { width:100%; height:450px; }
	#map { width:100%; height:500px; }
	.gmap_Info { width:100%; }
}
@media (min-width:800px) {
	#gmap { width:100%; height:500px; }
	#map { width:100%; height:700px; }
	.gmap_Info { width:450px; }
}

/* Google Adsense */
.adsense_style
{
	margin-top:20px;
	margin-bottom:20px;
}

/* margin */
.little-margin {
	margin-top:7px;
	margin-bottom:7px;
}
.middle-margin {
	margin-top:15px;
	margin-bottom:15px;
}
.large-margin {
	margin-top:30px;
	margin-bottom:30px;
}
.huge-margin {
	margin-top:60px;
	margin-bottom:60px;
}

/* padding */
.little-padding {
	padding-top:7px;
	padding-bottom:7px;
}
.middle-padding {
	padding-top:15px;
	padding-bottom:15px;
}
.large-padding {
	padding-top:30px;
	padding-bottom:30px;
}

/* carousel */
.carousel-top{
	height: 100px;
	width:100%;
}
.carousel-top-img{
	height: 100px;
}
/* Etc. */
.wordwrap{
	word-wrap: break-word;
}
.wordbrak{
	word-break: break-all;
}
.light-padding{
	padding:5px;
}
/* text Wrap */
.textwrap{
	white-space: pre-wrap;
}
/* text color */
.text-white {
	color:#fff;
}
.text-red {
	color:red;
}
.text-orange {
	color:orange;
}
.text-yellow {
	color:yellow;
}
.text-green {
	color:green;
}
.text-forestgreen {
	color:ForestGreen;
}
.text-lime {
	color:lime;
}
.text-blue {
	color:blue;
}
.text-navy {
	color:navy;
}
.text-skyblue {
	color:deepskyblue;
}
.text-cyan {
	color:cyan;
}
/* text size */
.normal-size {
	font-size:100%;
}
.light-large {
	font-size:120%;
}
.extra-large {
	font-size:150%;
}
.very-small {
	font-size:60%;
}
.extra-small {
	font-size:70%;
}
.light-small {
	font-size:80%;
}

.listitem-detail
{
	margin:0;
	margin-top:10px;
	padding-left:1em;
}
.no-margin-tb
{
	margin-top:0px;
	margin-bottom:0px;
}
.no-padding-lr
{
	padding-left:0px;
	padding-right:0px;
}
.indent-1em
{
	margin-left:1em;
}
/* fa-stack Hack */
.fa-stack15
{
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
}
.fa-stack10
{
	width:1em;
	height:1em;
	line-height:1em;
}
.fa-stack-15x
{
	font-size:1.5em;
}
.fa-stack-10x
{
	font-size:1.0em;
}
.fa-stack-08x
{
	font-size:0.8em;
}
/* 規約 */
.KiyakuBox
{
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:3px;
	border: solid #aaa 1px;
	width:100%;
	height:200px;
	overflow:auto;
	text-align:left;
}
/* Google カスタム検索 サイト内検索 */
.gserch {
	margin-top:0px;
	margin-bottom:30px;
	height:40px;
	width:100%;
}
.gsc-control-cse * {	/* bootstrap 対応 (検索ボタンが小さく潰れてしまう) */
    box-sizing: content-box;
}
.gsc-input {	/* bootstrap 対応 (検索ボタンが小さく潰れてしまう) */
    line-height: 1;
}
/* お知らせ */
.newsTitle {
	margin-top:20px;
	margin-bottom:0px;
}
#NewsBox
{
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:3px;
	border: solid #aaa 1px;
	width:100%;
	height:400px;
	overflow:auto;
	text-align:left;
}
#NewsBox .Date{
	margin:0 1.0em ;
	padding-top:5px;
	font-size:10pt;
	color:green;
	font-weight:bold;
	border-top-style:solid;
	border-top-color:#999900;
	border-top-width:1px;
}
#NewsBox .Title{
	margin:0;
	margin-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	border-top-style:dotted;
	border-top-color:#999900;
	border-top-width:1px;
}
#NewsBox .Memo{
	margin:0;
	margin-left:20px;
	font-size:10px;
}
#NewsBox .ImageBlog{
	width:100px;
}

.newsInfomation img {
	max-width:150px;
	width:70%;
	height:auto;
	display:block;
	margin:1em auto;
}
/* お知らせページ */
.newsres .ImageBlog{
	max-width:400px;
}
.newsInfomationPage img {
	max-width:250px;
	width:70%;
	height:auto;
	display:block;
	margin:1em auto;
}
/* 週間ランキング */
#Ranking_det {
	width: 100%;
	height: 200px;
	margin-left: 0px;
	overflow: auto;
	border: 1px solid #999900 ;
	border-radius: 6px;
	overflow:auto;
	text-align:left;
}
#Ranking_sisetsu {
	margin-left:10px;
	font-size: 8pt;
}
#Ranking_pref {
	font-size: 10pt;
	margin-left:30px;
}

/* 口コミ */
#Kuchikomi_det {
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:3px;
	border: solid #aaa 1px;
	width:100%;
	height:400px;
	overflow:auto;
	text-align:left;
}
#Kuchikomi_sisetsu{
	padding-top:5px;
	font-weight:bold;
	border-top-style:solid;
	border-top-color:#999900;
	border-top-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#999900;
	border-bottom-width:1px;
	font-size:12px;
}
#Kuchikomi_member{
	margin-left:5px;
	padding-top:5px;
	border-bottom-style:dotted;
	border-bottom-color:#999900;
	border-bottom-width:1px;
	font-size:11px;
}
#Kuchikomi_title{
	padding-top:5px;
	margin-left:10px;
/*
	border-bottom-style:dotted;
	border-bottom-color:#999900;
	border-bottom-width:1px;
*/
	font-size:12px;
}
#Kuchikomi_comm{
	padding-top:5px;
	margin-left:10px;
/*
	border-bottom-style:dotted;
	border-bottom-color:#999900;
	border-bottom-width:1px;
*/
	font-size:10px;
	width:95%;
}
#Kuchikomi_comm pre {
	color: #555;
	background-color:#fcfcfc;
	font-size:10px;
	word-break: break-all;
	word-wrap: break-word;
}
/* 続きをみる */
.truncate_more{
	word-break: break-all;
	word-wrap: break-word;
	width:100%;
}
/* マイページ */
.mypage-box {
	border:solid 1px #eee;
	width:100%;
	height:3600px;
	overflow:auto;
}
.mypage-box .Name {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:1em;
	background-color:#337ab7;
}
.mypage-box .Name a {
	color:white;
}
.mypage-box .Name a hover{
	color:white;
}
.mypage .Indent {
	margin-left:1em;
	margin-top:3px;
}
/* 特集 */
.topix
{
/*
	border:solid #ff4500 1px;
*/
}
.topix .Title a{
	color:#333;
/*
	color:#fff;
*/
}

/* フッター */
#footer {
	padding-top:15px;
	padding-bottom:15px;
	font-size:10px;
}

#footer a{
	color:#fff;
	text-decoration:underline;
}
/* 備考画像 */
.pc-bikou {
	margin:0;
	padding:8px;
}
.pc-bikou img {
}
.pc-bikou-image {
	display:block;
	margin:0 auto;
}
