/*
投稿ページ追加CSS
*/

#nav li.search, div.search {
    top: 132px;
    position: absolute;
}



.single #container, .page #container, .single #footer, .page #footer {
    overflow: inherit;
}

/*------------------------------------------------------------
 幅690px以下
------------------------------------------------------------*/
@media only screen and (max-width: 690px){

/*-------------------------------------
	全体
-------------------------------------*/


#header {
    width: 100%;
    float:none;
    text-align:center;
}

#header .logo {
    height:100%;
}


#content {
    float:none;
}

div.titles h2 {
    display:none;
}

div.menu,div.search {
    display:none;
}

}