@charset "utf-8";

/*
Theme Name: nekoyama2014-2015
auther: ini
*/

/*--------------------------------------
  リセット
--------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

textarea {
	width: 100%;
}

input {
	max-width: 100%;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 50%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span.futo {
	font-weight: bold;
}

span.futoaka {
	font-weight: bold;
	color: #ff0000;
}

span.futomido {
	font-weight: bold;
	color: #149b14;
}

/*--------------------------------------
  ボックス
--------------------------------------*/

.gray_box {
	width: 85%;
	margin: 1em auto 1em auto;
	padding: 5%;
	background-color: #efefef;
	overflow: hidden;
}

.gray_box p {
	margin: 0;
}

#entry_body .gray_box ul:last-child {
	margin-bottom: 0;
}

blockquote {
	width: 85%;
	background: url(images/bq24.png) left top no-repeat;
	margin: 1em auto 1em auto;
	padding: 30px 5% 1% 3%;
	border-left: 3px solid #777777;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  youtubeレスポンシブ化
---------------------------------------*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/

.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/

img {
	max-width: 100%!important;
	height: auto;
}

img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 10px 0 0;
}
img.float-right {
	float: right;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*--------------------------------------
  リンク
--------------------------------------*/

a {
	color: #1122cc;
}

a:hover {
	color: #c03;
}

/*--------------------------------------
  全体定義
--------------------------------------*/

html {
	font-family : verdana, sans-serif;
	font-size : 100%;
	line-height : 1.5;
	background: #fdfdff;
	color: #333;
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	/*margin-bottom: 24px;*/
}

h1 {
	/*font-size: 48px;
	line-height : 1;*/
}

h2 {
	/*font-size: 36px;
	line-height: 1.3333;*/
}

h3 {
	/*font-size: 24px;
	line-height: 1;*/
}

/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/

#header {
    overflow:hidden;
    background: #ffffff;
    border-bottom: 3px solid #007bbb;    
    background:url(images/nekoparts/topback.gif);
}

#header .hgroup h1{
    font-size: 11px;
    color:#007bbb;    
}

#header .hgroup h2{
    text-align: center;
}

#header .hgroup h3{
    font-size: 12px;
    background: #fff;    
    text-align: center;
}

/*--------------------------------------
  ナビゲーション
--------------------------------------*/
nav{
        border-bottom: 3px solid #007bbb;
}        

nav#menu {
	/*margin-bottom: 24px;*/
	/*background-color: #444;*/
        background-color: #ffffff;
}

.togmenu {
	display:none;
        background-color: #ffffff;
}

.menubtn {
	padding: 5px;
	background: #ffffff;
	color: #007bbb;
	text-align: left;
        font-weight: bold;        
        border-bottom: 3px solid #007bbb;
}

nav#menu ul {
	overflow: hidden;
	/*margin-bottom: 24px;*/     
}

nav#menu ul li {
	width: 100%;
	text-align: center;
	background-color: #007bbb;        
	border-bottom: 1px solid #fcfcfc;
        font-weight: bold;
}

nav#menu ul li a {    
	display: block;
        font-size: 75%;
	color : #fff;
	padding : 8px 0;
}

nav#menu ul li a:hover {
	color: yellow;
	background-color: #A2DCFF;
        text-shadow:
            0 1px 0 #007bbb,
            1px 0 0 #007bbb,
            0 -1px 0 #007bbb,
            -1px 0 0 #007bbb,
            -1px -1px 0 #007bbb,
            1px -1px 0 #007bbb,
            -1px 1px 0 #007bbb,
            1px 1px 0 #007bbb
            ;        
}

nav#menu ul .sub-menu li {
	border-top: 2px dotted #fcfcfc;
        border-bottom: none;
}

/*--------------------------------------
  TOPスライド画像指定
--------------------------------------*/
#top_slide {
        width: 93%;
	margin: 15px auto 15px auto;
}

/*--------------------------------------
  コンテンツエリア
--------------------------------------*/

#contents {
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 20px 10px;        
	text-align: left;
	line-height: 1.6;
        background-color: #ffffff;
        overflow: hidden;
}

#contents p {
	margin-bottom: 24px;
	text-align: left;
}

#contents #main {
	background-color: #ffffff;
	/*padding: 20px 10px;*/
	/*border: 1px solid #ddd;*/
}

#contents #main .home_area {
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
}

#contents #main .date-time {
	font-size: 80%;
	text-align: center;
}


/*--------------------------------------
  コンディション指定
--------------------------------------*/
#condition_body {
        overflow: hidden;
        /*border: solid 5px orange ;*/
        padding: 10px 10px 0px 10px;
	margin-bottom: 40px;
        background:url(images/nekoparts/condition_back_04.png);
        /*background:url(http://nekoyama.net/win/wp-content/themes/neko2014-15/images/nekoparts/condition_back_01.jpg);*/
        border-radius: 10px;        
}

#condition_title {
        height: 24px;    
	margin-bottom: 8px; 
        /*border: solid 1px red ;*/
}

#condition_datetime {
        height: 24px;    
	margin-bottom: 8px; 
        font-size: 12px;
        /*border: solid 1px red ;*/
}

#condition_weather_link {
        height: 20px;    
	margin-bottom: 5px; 
        font-size: 12px;
        font-weight: bold;        
        /*border: solid 1px red ;*/
}

#condition_roadnavi_link {
        height: 20px;    
	margin-bottom: 5px; 
        font-size: 12px;
        font-weight: bold;        
        /*border: solid 1px blue ;*/
}

#w_condition {
        background-color: #FCF8E3;
        /*background-color: #fcefa1;*/
        padding: 5px 5px 5px 10px;
	margin-bottom: 10px;        
        /*border: solid 2px #FEBF04 ;*/
        /*border: solid 2px #ff5555 ;*/
        border-radius: 5px;
}

#g_condition {
        background-color: #FCF8E3;
        /*background-color: #fcefa1;*/
        overflow: hidden;
        padding: 5px 5px 5px 10px;
	margin-bottom: 10px;        
        /*border: solid 2px #FEBF04 ;*/
        /*border: solid 2px #ff5555 ;*/
        border-radius: 5px;
}

#g_condition_title {
        height: 24px;
        overflow: hidden;
	margin-bottom: 8px;
}

#g_condition_info {
        height: 24px;
        overflow: hidden;
        font-size: 12px;        
	margin-bottom: 8px;          
        /*border: solid 1px blue ;*/
}

#g_condition img {
        padding: 3px ;
        vertical-align: central;
        
}

#c_condition {
        font-size: 12px;
	margin-bottom: 16px;        
        /*border: solid 1px green ;*/
}

#l_condition {
        font-size: 12px;
        margin-bottom: 16px;        
        /*border: solid 1px pink ;*/
}


/*--------------------------------------
  記事内指定
--------------------------------------*/
#entry_body {
	margin-top: 1em;
        margin-bottom: 40px;
	border: 3px dotted #007bbb;
	border-radius: 10px;
        background-color: #ffffff;        
}

#entry_body ul {
	list-style:inside;
	/*margin-bottom: 24px;*/
}

#entry_body a {
	text-decoration: underline;
}

#entry_body_contents {
        padding: 0px 10px 24px 15px;
        /*border: #666666 2px solid; /* 枠線のスタイル */        
}
/*--------------------------------------
  スタッフブログ指定
--------------------------------------*/
#blog_body {
	margin-bottom: 40px;
	border: 3px dotted #007bbb;
	border-radius: 10px;
        background-color: #ffffff;                
}
#blog_body_contents {
        padding: 0px 10px 24px 15px;
}

#blog_body_contents table{
}

#blog_body_contents tr{    

}

#blog_body_contents td{
        border: none;
        font-size: 12px;
	font-weight: bold;
        padding : 3px 3px 3px 3px;
}

.c_n{        
        border: solid 2px orange;    
        background: #ffd65e;    
	border-radius: 5px;           
}

#blog_table{
        height: 140px; 
        overflow-y: scroll;
}

/*--------------------------------------
  イベント指定
--------------------------------------*/
#event_body {
	margin-bottom: 40px;
	border: 3px dotted #007bbb;
	border-radius: 10px;
        background-color: #ffffff;                
}

#event_body_contents {      
        padding: 0px 10px 24px 15px;    
}

#event_body_contents tr td {      
        border: 0;    
}

.event_new {
        /*overflow: hidden;*/
        float: left;       
        width: 30%;        
        min-width: 110px;          
        border: 1px solid #007bbb;
        border-radius: 5px;
        margin-top: 10px;
        margin-right: 2%;
        padding: 5px 0px 5px 0px;
}

.event_new table{
        width: 100%;        
}

.event_thumb {
        text-align: center;
}

.event_thumb img{
        border: none;
}

.event_date{
        text-align: center;
}

.event_title{
        text-align: center;
}

.event_more{
        margin-top: 15px;
        text-align: right;
}

/*--------------------------------------
  イベント一覧指定
--------------------------------------*/
#event_list_body {
	margin-bottom: 40px;
	border: 3px dotted #007bbb;
	border-radius: 10px;
        background-color: #ffffff;                
}

#event_list_body_contents {      
        padding: 0px 10px 24px 15px;    
}

#event_list_body_contents tr td {      
        border: 0;    
}

.event_list_new {       
        border: 1px solid #007bbb;
        border-radius: 5px;
        margin-top: 15px;
        margin-right: 2%;
        padding: 5px 0px 5px 0px;
}

.event_list_new table{
        width: 100%;
        /*background-color: skyblue;*/
}

.event_list_new td{ 
        /*background-color: lightyellow;*/
}

.event_list_thumb {
        width:100px;
}

.event_list_thumb img{
        border: none;
}

.event_list_date{  
        padding: 0 0 0 20px;
        font-size: 20px;
}

.event_list_title{
        padding: 0 0 0 20px;
        font-size: 20px;
}

        
/*--------------------------------------
  facebook指定
--------------------------------------*/
#facebook_body {
        /*display:none;*/
	margin-bottom: 40px;
	border: 3px dotted #007bbb;
	border-radius: 10px;
        background-color: #ffffff;                
}
#facebook_body_contents {
        padding: 10px 30px;
}

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
    width: 100% !important;
}
/*--------------------------------------
  メイン画像
--------------------------------------*/

#contents #main img {
	/*margin-bottom: 24px;*/
}

#contents #main #entry_body img {
	/*margin-bottom: 24px;*/
}

/*--------------------------------------
  トップ新着記事見出し
--------------------------------------*/

#entry_body h3.new_entry_title {
	border: 0;
	line-height: 1.2;
}

#entry_body h3.new_entry_title a {
	text-decoration: none;
}

/*--------------------------------------
  記事見出し
--------------------------------------*/

#contents #main #single_title {
        position: relative; /*相対配置*/
        top: -1.0em; /* ボックスの高さ調節 */
        width:auto; /* ボックスのサイズ*/
        margin: 0px 10px 0px 10px; /* センタリング*/
        padding: 1px 10px 2px 10px; /* テキストと枠線の間の余白 */
        font-size: 18px; /* 文字サイズ */
        text-align:center; /* ボックス内の文字のセンタリング*/
        border: #007bbb 2px solid; /* 枠線のスタイル */
	color: #fff;
        text-shadow:
            0 1px 0 #007bbb,
            1px 0 0 #007bbb,
            0 -1px 0 #007bbb,
            -1px 0 0 #007bbb,
            -1px -1px 0 #007bbb,
            1px -1px 0 #007bbb,
            -1px 1px 0 #007bbb,
            1px 1px 0 #007bbb
            ;
        background: #00A8EF;
        /*background: url(images/nekoparts/single_title_back_01.png) ;*/
}

#post_title {
        padding: 2px 0px 2px 0px; /* テキストと枠線の間の余白 */
        font-size: 18px; /* 文字サイズ */
	color: #00A8EF;
}

#post_title_line {
        height: 14px;
        background: url(images/nekoparts/post_title_line.png) ;
}


#entry_body h2{
	font-size: 20px;
	text-align: left;
	border-left: 2px solid #444;
	margin: 0 0 24px -10px;
	padding: 3px 0 3px 10px;
}

#entry_body h3{
	font-size: 16px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin: 0 0 24px 0;
	padding: 10px 0 5px 0;
}

/*--------------------------------------
  メタボックス
--------------------------------------*/

.meta_box {
	font-size: 12px;
	border-bottom: 1px dashed #ccc;
	margin: 0 0 24px 0;
	/*background-color: #A2DCFF;*/
}

#entry_body .meta_box p {
        text-align: right;
        padding: 5px 10px 5px 0px;
        margin: 0;
}

/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/

#cat_tag {
	margin-bottom: 24px;
	padding: 0 0 12px 0;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	word-break: keep-all;
	line-height: 2em;
}

#cat_tag a {
	color: #fff;
	background-color: #444;
	margin: 0 0.2em 0 0;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

#cat_tag a:hover {
	color: #ffd700;
}

/*--------------------------------------
  記事下広告
--------------------------------------*/

#entry_footer_ad {
	margin: 10px auto;
}

/*スマホ非表示*/
#entry_footer_ad .efa_right {
	display: none;
}

/*--------------------------------------
  個別記事SNS
--------------------------------------*/

#entry_snsbox {
	border-top: 1px dashed #ccc;
        padding: 5px;
	text-align: center;
	margin: 100px 0 24px 0;
}

#entry_snsbox ul {
	margin: 10px 0;
	list-style: none;
}

#entry_snsbox li {
	float: left;
	margin-right: 10px;
	min-height: 100px;
}

a.feedlyButton {
	color: #777777;
	text-align: center;
	text-decoration: none;
}

a.feedlyButton:hover {
	color: #333333;
}
a.feedlyButton:visited {
	color: #777777;
}
.arrow_box_feedly {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	height: 35px;
	width: 66px;
	margin-bottom: 8px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.arrow_box_feedly:after, .arrow_box_feedly:before {
	border: medium solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}
.arrow_box_feedly:after {
	border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box_feedly:before {
	border-color: #CCCCCC rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_feedly img {
	margin: 0;
	border: none;
}
.arrow_box_feedly span {
	line-height: 35px;
}

/*--------------------------------------
  記事下関連記事
--------------------------------------*/

#relations {
	margin: 0 0 24px 0;
}

#relations ul {
	list-style: none;
}

#relations li {
	margin-bottom: 24px;
}

/*--------------------------------------
  パンくず
--------------------------------------*/

.pankuzu {
	font-size: 13px;
        margin-bottom: 24px;
	color: #222;
	text-align: left;
}

div#breadcrumb {
	clear: both;
}
div#breadcrumb a {
        font-weight: bold;
	color: #007bbb;
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}

/*--------------------------------------
  コメント
--------------------------------------*/

h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

#comment_box {
	text-align: left;
	/*background-color: #ddd;*/
	padding: 10px 20px;
	margin-bottom: 20px;
}

#comment_box ul {
	list-style: none;
}

#comment_box p a {
	color: #999;
}
#comment_box p {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#comment_box label {
	display: block;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

.comment-body {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}
.fn {
	font-style: normal;
}
.says {
	font-size: 80%;
}
.commentmetadata {
	font-size: 70%;
	padding: 5px;
}
.reply {
	font-size: 90%;
	text-align: right;
}

.comment-reply-link{
	border: 1px solid #ccc;
	padding: 2% 4%;
	background-color: #999;
	color: #fcfcfc;
	text-decoration: none;
}

#comment_box #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comment_box #commentlist img {
	padding: 10px;
}

/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/

#page_pn {
	margin: 0 0 20px 0;
}

#page_pn_prev {
        font-size: 12px;
        font-weight: bold;
        float: left;
}

#page_pn_next {
        font-size: 12px;
        font-weight: bold;
        float: right;
}

/*--------------------------------------
  ページャー
--------------------------------------*/

.pager{
	text-align: center;
}
a.page-numbers,
.pager .current{
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 8px;
	margin: 10px 2px 0 2px;
}
.pager .current{
	background: #444;
	border: 0;
	color: #fff;
}

/*--------------------------------------
  サイド
--------------------------------------*/

#sub {
	font-size: 100%;
	overflow: hidden;
        background-color: #ffffff;
}

#sub h4 {
	border-bottom: 1px dotted #aaa;
}

#sub .side_ad {
	margin-bottom: 24px;
}

#sub .side_contents dl {
	text-align: left;
	margin-bottom: 24px;
}

#sub .side_contents ul {
	text-align: left;
	margin-bottom: 24px;
}

#sub .side_contents ul li {
	margin-bottom: 0.3em;
}

#sub .side_contents ul.children {
	margin: 12px 0 12px 0;
}

#sub .side_contents {
	margin-bottom: 24px;
}

.side_new {
	margin: 0 0 15px 0;
	text-align: left;
}

#sub .side_new a {
	display: block;
}

#searchform {
	margin-bottom: 24px;
}

#sub a:hover {
	text-decoration: underline;
}

.textwidget {
	margin-bottom: 24px;
}

#sub .side_contents .g-search {
	text-align: left;
	margin: 24px 0;	
}

#side_live_camera {
        position: relative;
        text-align: center;
        padding: 0 0 8px 0;   
}

#side_live_camera_camflame {
}

#side_live_camera_camimg {
        position: absolute;
        top:44px;
        left:50%;
        max-width: 264px;
        margin-left: -131px;
        z-index: 0;        
}

#side_cm{
        margin: 0 0 8px 0;  
}

#side_link {
        text-align: center;
        padding: 0 0 8px 0;
}

#side_link li{
        padding: 0 0 8px 0;
}

#side_link img{
        width: 300px;
}

.side_twitter #twitter-widget-0{
        width:100% !important;
}

/*-----------------------------------
  カレンダー
------------------------------------*/

#calendar_wrap{
	margin-bottom: 24px;
}
#wp-calendar {
	border-collapse: collapse;
	border: 1px solid #999;
	width: 80%;
	margin-left: 35px;
}
#wp-calendar tr, #wp-calendar th{
	border: 1px solid #999;
}
#wp-calendar td {
	border: 1px solid #999;
	text-align: center;
	padding: 3%;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}
#wp-calendar tbody tr #today {
	background-color: #000c69;
	color: #ffd700;
}

/*--------------------------------------
  フッター
--------------------------------------*/

#footer {       
  	padding: 24px 0 24px 0;
        font-size: 12px;
	/*color: #fff;
	text-align: center;*/
	background-color : #A2DCFF;
	overflow: hidden;
}

#copyright {
	font-size: 10px;    
        color:#333;
	text-align: center;
	background-color : #FFF;
	overflow: hidden;
}

#footer-in {
	margin-bottom: 24px;
	text-align: left;
	width: 90%;
	margin: 0 auto;        
}

#footer-in img {
	margin-bottom: 16px;
}

#footer-in h2 {
	font-size: 16px;
}

#footer-in h3 {
	font-size: 16px;
}

#footer-in a {
        color: #007bbb;    
}

#footer-in ul {
	margin-bottom: 24px;
}

#footer-in ul li ul {
	margin-bottom: 0;
}

.footer_l, .footer_c, .footer_r {
	margin-bottom: 24px;
}


#mt_neko_club{
        padding: 2px 8px 2px 8px;
        color: #ffffff;
        background-color: #007bbb;
}        

#keitai_site{
        color: red;
        font-weight: bold;
}


/*--------------------------------------
  TOPへ戻る
--------------------------------------*/

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 12px;
}
#page-top a {
	background: #22ac38;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #90d59b;
	color: #444;
}

/*--------------------------------------
  copyright
--------------------------------------*/

#copyright {
	/*padding: 24px 0;    */
        color:#333;
	text-align: center;
	background-color : #FFF;
	overflow: hidden;
}

/*--------------------------------------
  固定ページ用
--------------------------------------*/

/*--------------------------------------
  リフト料金指定
--------------------------------------*/
#lift table {
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;         
}

#lift table th, #lift table td{
    padding: 2px 8px 2px 8px;
    border-width: 1px;
    /*text-align: center;*/

    border-width: 2px;
    border-color: #7eaaed;
    border-style: solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;   
}

#lift table th{
    background-color: #C8EDFF;
}

#lift h1 {
        width: 98%;
	font-weight: bold;
	background-color:  #C8EDFF;
	color: #000000;
	padding: 2px 2px 2px 10px;
        margin-bottom: 10px;
}

#even{
 background-color: #F5F5F5;
}

/*--------------------------------------
  レンタル指定
--------------------------------------*/
#rental table {
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;         
}

#rental table th, #rental table td{
    padding: 2px 8px 2px 8px;
    border-width: 1px;
    /*text-align: center;*/

    border-width: 2px;
    border-color: #7eaaed;
    border-style: solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;   
}

#rental table th{
    background-color: #C8EDFF;
}

#rental h1 {
        width: 98%;
	font-weight: bold;
	background-color:  #C8EDFF;
	color: #000000;
	padding: 2px 2px 2px 10px;
        margin-bottom: 10px;
}

/*--------------------------------------
  Mt.ネコクラブ指定
--------------------------------------*/
#nekoclub table {
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;         
}

#nekoclub table th, #nekoclub table td{
    padding: 2px 8px 2px 8px;
    border-width: 1px;
    /*text-align: center;*/

    border-width: 2px;
    border-color: #7eaaed;
    border-style: solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;   
}

#nekoclub table th{
    background-color: #C8EDFF;
}

#n_red{
 color: #ff0000;
 display: inline;
}

#n_red_small{
 font-size: 12px;
 color: #ff0000;
 display: inline;
}

#nekoclub h1 {
        width: 98%;
	font-weight: bold;
	background-color:  #C8EDFF;
	color: #000000;
	padding: 2px 2px 2px 10px;
        margin-bottom: 10px;
}
/*--------------------------------------
  お食事処指定
--------------------------------------*/
#restaurant {
    font-size: 80%;      
}
#restaurant table {
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;         
}

#restaurant table th, #restaurant table td{
    padding: 2px 8px 2px 8px;
    border-width: 1px;
    /*text-align: center;*/

    border-width: 2px;
    border-color: #7eaaed;
    border-style: solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;   
}

#restaurant table th{
    background-color: #C8EDFF;
}

#restaurant h1 {
        width: 98%;
	font-weight: bold;
	background-color:  #C8EDFF;
	color: #000000;
	padding: 2px 2px 2px 10px;
        margin-bottom: 10px;
}

/*--------------------------------------
  snowpark指定
--------------------------------------*/
#snowpark_body {
	margin-bottom: 40px;
	border: 3px dotted #007bbb;
	border-radius: 10px;
        background-color: #ffffff;                
}

#snowpark_body_contents {      
        padding: 0px 10px 24px 15px;    
}

#snowpark_body_contents tr td {      
        border: 0;    
}

#snowpark_body_contents h1 {
        width: 98%;
	font-weight: bold;
	background-color:  #C8EDFF;
	color: #000000;
	padding: 2px 2px 2px 10px;
        margin-bottom: 10px;
}

#snowpark_main {
	border: 2px solid orange;
	border-radius: 8px;    
        background-color: #FCF8E3;
	padding: 10px 10px 10px 10px;        
}

#snowpark_main_title {
	font-weight: bold;
}

#snowpark_main_item {
	padding: 5px 5px 5px 5px;  
}

#snowpark_creo {
	border: 2px solid blue;
	border-radius: 8px;    
	background-color: #e5f7ff;
	padding: 10px 10px 10px 10px;        
}

#snowpark_creo_title {
	font-weight: bold;
}

#snowpark_creo_item {
	padding: 5px 5px 5px 5px;  
}

#snowpark_hike {
	border: 2px solid #ff99ff;
	border-radius: 8px;    
	background-color: #ffe9e9;
	padding: 10px 10px 10px 10px;        
}

#snowpark_hike_title {
	font-weight: bold;
}

#snowpark_hike_item {
	padding: 5px 5px 5px 5px;  
}

/*--------------------------------------
  駐車場指定
--------------------------------------*/
#parking h1 {
        width: 98%;
	font-weight: bold;
	background-color:  #C8EDFF;
	color: #000000;
	padding: 2px 2px 2px 10px;
        margin-bottom: 10px;
}

/*--------------------------------------
  宿泊指定
--------------------------------------*/
#stay {
    font-size: 80%;      
}
#stay table {
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;         
}

#stay table th, #stay table td{
    padding: 2px 8px 2px 8px;
    border-width: 1px;
    /*text-align: center;*/

    border-width: 2px;
    border-color: #7eaaed;
    border-style: solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;   
}

#stay table th{
    background-color: #C8EDFF;
}

#stay h1 {
        width: 98%;
	font-weight: bold;
	background-color:  #C8EDFF;
	color: #000000;
	padding: 2px 2px 2px 10px;
        margin-bottom: 10px;
}

#s_small{
 font-size: 9px;
 display: inline;
}

#t_nashi table {
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;         
}

#t_nashi table th, #t_nashi table td{
    padding: 2px 8px 2px 8px;
    border-width: 1px;
    /*text-align: center;*/

    border-width: 0px;
    border-color: #ffffff;
    border-style: solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;  
}

/*--------------------------------------
  スクール指定
--------------------------------------*/
#school table {
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;         
}

#school table th, #school table td{
    padding: 2px 8px 2px 8px;
    border-width: 1px;
    /*text-align: center;*/

    border-width: 2px;
    border-color: #7eaaed;
    border-style: solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;   
}

#school table th{
    background-color: #C8EDFF;
}

#school h1 {
        width: 98%;
	font-weight: bold;
	background-color:  #C8EDFF;
	color: #000000;
	padding: 2px 2px 2px 10px;
        margin-bottom: 10px;
}

/*--------------------------------------
  周辺施設案内指定
--------------------------------------*/
#s_link table {
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;         
}

#s_link table th, #s_link table td{
    padding: 2px 8px 2px 8px;
    border-width: 1px;
    /*text-align: center;*/

    border-width: 2px;
    border-color: #7eaaed;
    border-style: solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;   
}

#s_link table th{
    background-color: #C8EDFF;
}

#s_link h1 {
        width: 98%;
	font-weight: bold;
	background-color:  #C8EDFF;
	color: #000000;
	padding: 2px 2px 2px 10px;
        margin-bottom: 10px;
}

/*--------------------------------------
  スキーバス指定
--------------------------------------*/
#skibus table {
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;         
}

#skibus table th, #skibus table td{
    padding: 2px 8px 2px 8px;
    border-width: 1px;
    /*text-align: center;*/

    border-width: 2px;
    border-color: #7eaaed;
    border-style: solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;   
}

#skibus table th{
    background-color: #C8EDFF;
}

#skibus h1 {
        width: 98%;
	font-weight: bold;
	background-color:  #C8EDFF;
	color: #000000;
	padding: 2px 2px 2px 10px;
        margin-bottom: 10px;
}

/*--------------------------------------
  前売り指定
--------------------------------------*/

#maeuri_1 {
	font-weight: bold;
	background-color:  #007bbb;
	color: #ffffff;
	padding: 2px 2px 2px 10px;
}
#maeuri_2 {
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #007bbb;
}
#maeuri_2 a{
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #007bbb;
}
#maeuri_2 a:link            { color:#007bbb;}
#maeuri_2 a:visited             { color: #19448e;}
#maeuri_2 a:hover           { color: #f06;}


#maeuri_3 {
	letter-spacing: 0.1em;
	padding: 0px 0px 0px 30px;
}
#maeuri_4 {
	color: #ff0000;
}
#maeuri_5 {
	vertical-align: 20px;
	font-weight: bold;
	font-size: 20px;
	display: inline;
}

#maeuri_table table{
	font-size: 12px;
	letter-spacing: 0.05em;
	padding: 0px 0px 0px 10px;
	line-height : 15pt;
	margin-left : 0 ;
	margin-right : auto ;
}

#maeuri_table table tr td{
	 vertical-align: top;
         padding-bottom: 10px;
}

#maeuri_article{
        width:45px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #007bbb;
}

/*--------------------------------------
  切替 768px
--------------------------------------*/

@media screen and (min-width : 768px){

/*--------------------------------------
  768px ヘッダ見出し
--------------------------------------*/

#header .hgroup {
    width:  92%;
    margin: 0 auto;    
}

#header .hgroup h2{
    /*border: 2px solid red;*/
    width: 60%;
    float: left;
    text-align: left;
}

#header .hgroup h3{
    /*border: 2px solid green;*/
    width: 30%;    
    float: right;
    background: none;
    padding-top: 75px;
}

/*--------------------------------------
  768px ナビ
--------------------------------------*/

nav#menu ul {
	width:  90%;
	margin: 0 auto;
}

.menubtn {
	display:none;
}

.togmenu {
	display:block;
}

nav#menu ul li {
	float: left;
	width: auto;
	text-align: center;
	margin: 3px 2px 3px 2px;
        background-color: #ffffff;
	border: 2px solid #007bbb;
	border-radius: 8px;
}

nav#menu ul li a {
	display: block;
        position: relative;
        color : #007bbb;
	padding : 8px 1em;
	border-radius: 8px;        
}

nav#menu li ul {
        display:none;
}

nav#menu ul li:hover > ul {    
        display:block;        
        position: absolute;
        z-index: 1;
        width: 30%;
        background: #fff;
	border: 2px solid #007bbb;
	border-radius: 8px;        
}

nav#menu ul .sub-menu li {
        float: none;
	border: 2px solid #007bbb;
	border-radius: 8px;
}

nav#menu ul .sub-menu li a { 
        background: #fff;      
}

nav#menu ul .sub-menu li a:hover {
	background-color: #A2DCFF;    
}

/*--------------------------------------
  768px コンテンツ
--------------------------------------*/

#contents #main {
	float: left;    
        width: 68%;    
}

#contents #main .home_area .entry_box {
	text-align: left;
}

#contents #main .date-time {
	font-size: 80%;
	text-align: left;
}

/*--------------------------------------
  768px コンディション指定
--------------------------------------*/
#condition_title {
        float: left;      
        width: 45%;
}

#condition_datetime {
        float: right;    
        width: 50%;
        text-align: right;
}

#condition_weather_link { 
        clear:both;    
        text-align: right;
}

#condition_roadnavi_link {   
        text-align: right;
}

#w_condition {
        height: 140px;
        float: left;      
        width: 29%;
}

#w_condition ul{
        height: 100%;
        overflow: hidden;
        /*border: solid 1px green;*/
}

#w_condition li{
        height: 23%;
        /*border: solid 1px red;*/
}

#g_condition {
        height: 140px;
        float: right;    
        width: 62%;
}

#g_condition_title {
        float: left;      
        width: 40%;            
}

#g_condition_info {
        float: right;      
        width: 55%;            
}


#c_condition {
        float: left;      
        width: 50%;    
}

#l_condition {
        float: right;    
        width: 45%;
}

/*--------------------------------------
  768px 記事見出し
--------------------------------------*/

#entry_body h2{
	font-size: 20px;
	text-align: left;
	border-left: 5px solid #444;
	margin: 0 0 24px -35px;
	padding: 8px 0 8px 10px;
}

#entry_body h3{
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin: 0 0 24px 0;
	padding: 0 0 5px 0;;
}

/*--------------------------------------
  768px メタボックス
--------------------------------------*/

#entry_body .meta_box {
}

#entry_body .meta_box p {
}

/*--------------------------------------
  768px カテゴリー・タグ
--------------------------------------*/

#cat_tag {
	margin: 36px 0 24px 0;
	padding: 0 0 12px 0;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}

#cat_tag a {
	color: #fff;
	background-color: #444;
	margin: 0 0.2em 0 0;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*--------------------------------------
  768px 記事下広告
--------------------------------------*/

#entry_footer_ad {
	margin: 10px auto;
}

#entry_footer_ad .efa_left {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

#entry_footer_ad .efa_right {
	display: block;
	float: left;
}

/*--------------------------------------
  768px 記事下関連記事
--------------------------------------*/

#relations {
	margin: 0 0 24px 0;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}

#relations ul {
	list-style: none;
	margin: 0 auto;
	font-size: 95%;
}

#relations li {
	float: left;
	width: 140px;
	height: 280px;
	margin: 0;
	vertical-align: top;
	padding: 24px 5px 0 5px;
	border-bottom: 1px solid #ccc;
}

/*--------------------------------------
  768px コメント
--------------------------------------*/

h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

#comment_box {
	text-align: left;
	/*background-color: #ddd;*/
	padding: 10px 20px;
	margin-bottom: 20px;
}

#comment_box p {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 15px 0;
}

.comment-reply-link{
	border: 1px solid #ccc;
	padding: 1% 2%;
	background-color: #999;
	color: #fcfcfc;
}

/*--------------------------------------
  768px 前の記事・次の記事
--------------------------------------*/

/*--------------------------------------
  768px サイド
--------------------------------------*/
#sub{
        width: 30%;
	float: right;
}

.side_thumb{
	float: left;
	margin: 0 5px 15px 0;
	width: 100px;
	height: 100px;
}
.side_title {
	font-size: 90%;
}

#side_live_camera_camimg {
        top:13.5%;
        left:50%;
        width:90%;
        max-width: 268px;
        margin-left: -45%;   
}

/*--------------------------------------
  768px フッター
--------------------------------------*/
#footer {
	width: 100%;
        /*border: pink 2px solid;*/
	margin: 0 auto;
}

#footer-in {
	width: 90%;
        /*border: orange 2px solid;*/
}

.footer_l {
	float: left;
        margin: 0px 2px 0px 2px; 
        /*border: #000000 2px solid;*/
	width: 30%;
}

.footer_c {
	float: left;    
        margin: 0px 2px 0px 2px; 
        /*border: blue 2px solid;*/
	width:  15%;
}

 .footer_r {
	float: left;
        margin: 0px 2px 0px 2px; 
        /*border: red 2px solid;*/
	width:  50%;
}

/*--------------------------------------
  copyright
--------------------------------------*/

}/*768end*/


/*--------------------------------------
  切替 1024px
--------------------------------------*/

@media screen and (min-width : 1024px) {

/*--------------------------------------
  1024px ヘッダー
--------------------------------------*/

header {
	text-align: left;	
}

#header .hgroup {
	width: 950px;    
}

/*--------------------------------------
  1024px ナビゲーション
--------------------------------------*/

nav#menu ul {
	width: 950px;
}

/*--------------------------------------
  TOPスライド画像指定
--------------------------------------*/
#top_slide {
        width: 960px;
}
    
/*--------------------------------------
  950px コンテンツ
--------------------------------------*/

#contents {
	width: 950px;
}    

}/*950end*/