@charset "utf-8";

/*
Theme Name: name
Theme URI:
Description:
Version:
Author:
Author URI:
*/

html, body {height: 100%; letter-spacing:0.2em; font-size:14px;}

div{-moz-box-sizing: border-box; box-sizing: border-box;}

.menu-item{ text-align:center;}

/* ************************************************ 
*	基本設定
* ************************************************ */	

/* リンク */

a{
color: #666;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

a:hover{
color:#666;
}

a:active, a:focus {
outline: 0;
}



/* ************************************************ 
*	トップナビゲーション
* ************************************************ */	


#nav {
margin: 0 auto 0px auto;
/*
border-top: double 3px #ccc;
border-bottom: double 3px #ccc;
*/
}

#nav ul {
list-style: none;
margin: auto;
}

.main-navigation {
clear: both;
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
}

/*何列にするかで％が変わる*/
.nav-menu li {
float:left;
position: relative;
margin: 0 0;
width:calc(100%/6);
text-align:center;
}
@media only screen and (max-width: 640px) { .nav-menu li {width:33%;} }

/*メニューボタンすべてに*/
.nav-menu li a {
color: #fff;
font-size: 14px;
text-decoration: none;
padding:4px 0px 4px 0px;
margin:4px 0px 4px 0px;
text-align:center;
}

/*ロールオーバー時*/
.nav-menu li:hover > a,
.nav-menu li a:hover {
/*background-color:rgba( 255, 255, 255, 0.30);*/
}

.nav-menu .sub-menu,
.nav-menu .children {
background-color:rgba( 255, 255, 255, 0.93);
display: none;
padding: 0;
position: absolute;
z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
border-left: 0;
left: 100%;
top: 0;
}

/*ロールオーバー時のプルダウンの色など*/
ul.nav-menu ul a,
.nav-menu ul ul a {
color: #333;
margin: 0px;
width: 160px;
font-size:12px;
background-color:rgba( 0, 0, 0, 0.1);
}

/*ロールオーバー時のプルダウンのロールオーバー時の色*/
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
background-color: #dedede;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;
}

/*アクティブの時*/
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
color: #333333;
/*background-color:rgba( 255, 255, 255, 0.8);*/
}


@media only screen and (max-width: 640px) {
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
font-weight:bold !important;
/*background-color:rgba( 255, 255, 255, 0.8);*/
}
}



/* ギャラリーレイアウト */	

/*
li.item {
height: 210px;
margin-bottom: 30px;
}

.item-img {
margin: 0 0 5px 0;
height: 150px;
overflow: hidden;
text-align:center;
}

.item-date {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:80%;
color:#999;
padding: 0 0 0px 0;
margin: 0 0 0px 0;
border-bottom: 0px solid #dedede;
}

.item h2 {
font-size:14px;
line-height: 150%;
font-weight: normal;
}

.item-title {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 0 0 0px 0;
}

.item-title a {
font-size:14px;
color:#444;
}

.item-title a:hover {
color:#999;
}

.item-text p {
font-size:13px;
color:#444;
}*/




/* ページャー */

#next {
font-size:85%;
font-weight:lighter;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

#next-archives {
font-size:85%;
text-align: center;
margin-top: -50px;
padding-bottom: 30px;
}

.next-pagenavi{
text-align:center;
margin-top:10px;
}




/* 階層表示 */

#sidebar ul.children{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}


#sidebar ul.sub-menu{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}






@media only screen and (max-width: 999px) {

}

@media only screen and (max-width: 760px) {
	
}

@media only screen and (max-width: 510px) {

}