@charset "utf-8";


/*---------------------------------------------------
* Base Modules
*--------------------------------------------------*/

/*   [header]
---------------------------------------*/
.header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 100px;
	font-size: 78%;
}

/* ロゴ */
.header .logo{
	position: absolute;
	top: 15px;
	left: 10px;
}

/* gナビ */
.header .global-nav {
	position: absolute;
	top: 59px;
	left: 0px;
}

.header .global-nav li {
	float:left;
}

.header .utility {
	position: absolute;
	top: 20px;
	right: 260px;
}

.header .utility li {
	float: left;
	margin-left: 15px;
	padding-left: 7px;
	background: url(../img/icon_arrow_002.gif) no-repeat 0 50%;
}

.header .utility a:link,
.header .utility a:hover,
.header .utility a:visited,
.header .utility a:active {
	color: #666;
	text-decoration: none;
}

.header .utility a:hover {
	text-decoration: underline;
}

.header .search {
	position: absolute;
	top: 10px;
	right: 0;
	width:225px;
}

.header .search * {
	-webkit-appearance: none;
	border:none;
	box-shadow:none;
	background:none;
}

.header .search #gsc-iw-id1 {
	border:1px solid #ccc;
}



#___gcse_0 .gsc-control-cse {
	padding:0!important;
	border:none!important;
	box-shadow:none!important;
}
 	

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right:0!important;
}
#gsc-iw-id1 #gs_id50 {
	border-spacing:0!important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	padding:6px!important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	background:#666!important;
}

.gsc-control-cse .gsib_b {
	border-left:none!important;
}
.header .search .gsc-selected-option-container {
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(center top , whiteSmoke, #f1f1f1);
}
.header .search .gsc-above-wrapper-area-container {
	border:1px solid #ccc;
}
.header .search .gsc-results-wrapper-overlay {
	background:#fff;
	border:1px solid #ccc;
	box-shadow:0 3px 10px rgba(34, 25, 25, 0.4);
}

.header .search .gsc-thumbnail-inside {
	text-align:left;
}
.gsc-cursor-page {
	float:left
}

/*   [container]
---------------------------------------*/

.container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: url(../img/bg_container.jpg) no-repeat 0 0;
}

.container .topic-path {
	font-size: 74%;
	margin: 3px 0;
}

.topic-path,
.topic-path a:link,
.topic-path a:hover,
.topic-path a:visited,
.topic-path a:active {
	color: #9d988f;
}

/*   [contents]
---------------------------------------*/

.contents {
	padding: 38px 40px 30px 40px;
	display: inline;
	float: right;
	width: 660px;
	line-height: 1.6;
	background: #fff url(../img/bg_title1.jpg) no-repeat 20px 15px;
	-moz-box-shadow:0 0 5px #a29987;
	-webkit-box-shadow:0 0 5px #a29987;
	-webkit-border-radius: 2px;    
	-moz-border-radius: 2px;  
}




/*   [sidebar]
---------------------------------------*/

.sidebar {
	width: 210px;
	float: left;
	display: inline;
	margin-right: 5px;
	font-size:90%;
	/font-size:85%;
}

.side-box {
	-moz-box-shadow:0 0 5px #a29987;
	-webkit-box-shadow:0 0 5px #a29987;
	-webkit-border-radius: 2px;    
	-moz-border-radius: 2px;   
	font-size: 84%;
	margin-bottom: 10px;
	padding: 5px;
}

.side-box h2 {
	padding: 0 0 3px ;
}
.side-box h3.area {
    clear: left;
    color: #df4561;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    margin: 15px 0 10px;
    padding-left: 1.125em;
    position: relative;
}
.side-box h3.area::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
}
.side-box h3.faq {
    background: #f7c99b;
    padding: 8px 5px 8px 1.5em;
    font-size: 13px;
    line-height: 1.3;
    position: relative;
}
.side-box h3.faq::before {
    content: "■";
    color: #ee7701;
    position: absolute;
    left: 0.25em;
    top: 0.6em;
}

/* ローカルナビ */

#local-nav {
	background: #ad9878;
	padding-bottom: 5px;
}

#local-nav a:link,
#local-nav a:hover,
#local-nav a:visited,
#local-nav a:active {
	color: #000;
	text-decoration: none;
}


#local-nav li,
#local-nav .section{
	background: #fff url(../img/bg_localnavi.gif) repeat-x 0 100%;
}

#local-nav li a,
#local-nav .section p {
	height: 100%;
	display: block;
	padding: 8px 0 8px 18px;
	border-bottom: 1px solid #d1c9bd;
	background: url(../img/icon_arrow_001.gif) no-repeat 5px 0.9em;
}

#local-nav .section p {
	background: none;
	padding: 15px 0 15px 10px;
}

#local-nav ul a:hover {
	text-decoration: underline;
	background: #f1ede6 url(../img/icon_arrow_001.gif) no-repeat 5px 0.9em;
}

#local-nav ul a.current {
	font-weight: bold;
	background: #f1ede6 url(../img/icon_arrow_001.gif) no-repeat 5px 0.9em;
}



/* 初めての方へ */

#first-visit {
	background: #ea8094;
}

#first-visit .inner {
	background:#fff;
	padding:10px;
}

#first-visit .inner img {
	text-align:center;
}

#first-visit ul {
	margin-top:5px;
}
#first-visit ul::after {
    content: "";
    display: block;
    clear: both;
}

#first-visit ul li {
	background:url(../img/icon_arrow_003.gif) no-repeat 0 0.5em;
	padding-left:8px;
	float:left;
	display:block;
	width:82px;
	margin-bottom:5px;
}

#first-visit ul li a:link,
#first-visit ul li a:visited {
	color:#333;
}
#first-visit ul li a:hover,
#first-visit ul li a:active {
	color:#575757;
}

#first-visit .btn {
	margin-top: 6px;
}


/* お電話からのお問合せ */

#tel-contact {
	background:#ee7700;
}

#tel-contact .holiday {
	text-align:center;
	padding:5px ;
}

#tel-contact .holiday a {
	color:#EE7700;
}


/* CVCニュース取材・放送予定 */
#cvc-shedule {
	background: #7cbbc2;
}

#cvc-shedule .inner {
	background:#fff;
	padding:10px;
}

#cvc-shedule .btn {
	margin-top: 6px;
}


/* ご加入中の方へ */

#user-support {
	background: #82bb4e;
}

#user-support .inner {
	background:#fff;
	padding:10px;
}

#user-support ul li {
	background:url(../img/icon_arrow_004.gif) no-repeat 0 0.7em;
	padding-left:8px;
	line-height:1.8em;
	display:block;
}

#user-support ul li a:link,
#user-support ul li a:visited {
	color:#333;
}
#user-support ul li a:hover,
#user-support ul li a:active {
	color:#575757;
}

/* バナー等 */
.banner li {
	margin-bottom: 10px;
}

.spot-banner {
    padding: 5px;
    background: #ff9c00;
    margin-bottom: 10px;
    -moz-box-shadow:0 0 5px #a29987;
    -webkit-box-shadow:0 0 5px #a29987;
    box-shadow: 0 0 5px #a29987;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


/*   [footer]
---------------------------------------*/

.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-size: 78%;
}

.footer .footer-nav {
	margin:10px 0;
	text-align:center;
}


.footer .footer-nav li {
	display:inline;
	border-right: 1px solid #c6bfb3;
	padding-right: 10px;
	margin-right: 10px;
	font-size:100%;
}


.footer-nav a:link,
.footer-nav a:hover,
.footer-nav a:visited,
.footer-nav a:active {
	color: #666;
	text-decoration: none;
}

.footer-nav a:hover {
	text-decoration: underline;
}


.footer .pagetop {
	text-align: right;
	margin-top: 10px;
	width: 960px;
	margin: 20px auto;
}

/*.footer-navbox {
	clear:both;
	border-top:1px solid #d7d2c9;
	font-size: 78%;
}

.footer-navbox .inner {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align:right;
}

.footer-nav2 li {
	background: url(../img/icon_arrow_002.gif) no-repeat 0 0.4em;
	padding-left: 10px;
	margin-left: 10px;
	display:inline;
}*/


/*   [address]
---------------------------------------*/

.address {
	margin-top: 10px;
	font-size: 78%;
	border-top: 1px solid #d7d2c9;
}


.address .inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: left;
	background: url(../img/logo_footer.gif) no-repeat 0 15px;
}

.address .info {
	padding-left: 69px;
}

.address dl {
	float: left;
	margin-right: 20px;
}

.address dl dt {
	font-weight: bold;
}

.address #copy {
	clear: both;
	padding: 10px 0 ;
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
}


