/*769px以上*/
@media screen and (min-width: 769px) {

    img {
        border: none;
        max-width: 100%;/*test*/
        height: auto;/*test*/
        width /***/: auto;/*test*/
    }

/*ここから共通*/
}
    html{
    }
    body {
        margin: 0px auto;
        padding: 0px;
        background-color: white;
        width: 960px;
        color: #666666;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
        list-style: none;
    }

    a {
        color: #666666;
        text-decoration: none;
    }

    a:hover {
        /*color: #FF4C00;*/
        text-decoration: underline;
    }

    h1 {
        margin: 0px;
        padding: 4px 16px;
        font-size: 14px;
        background-color: #339933;
        color: white;
        font-weight: normal;
    }
    h2{
    font-size: medium;
    margin: 0px;
}
    h3{font-size:16px}

    /*ヘッダー関連*/
    header {
        width: 960px;
        margin: 0px auto;
        overflow: hidden;
    }

    #header-content {
        float: right;
        text-align: right;
    }
    /*ロゴ*/
    #logo{
    margin: 20px 0px 10px 20px ;
}
    #header-menu {
        margin-top: 4px;
    }

    #header-menu a {
        margin-left: 10px;
        font-size: 12px;
    }

/*メニューここから*/
#btnmenu{display: none}

nav div{
    padding: 5px 20px 5px 20px;
    background-color: #68B92E;/*黄緑*/
    /*text-shadow: 1px 1px 1px white;*/
}
nav div ul{
    overflow:auto;
    margin:  0px 0px 0px 0px;
    padding: 0px;
    height: 44px;
    width: 920px;
    /*一番右側仕切り*/
    /*
    background-image: url("image/menu-line.png");
    background-repeat: no-repeat;
    background-position-x: right;
    */
    background-image: url("image/menu.jpg");
    background-repeat: no-repeat;
}
nav div ul li{
    float: left;
    list-style: none;
    padding: 0px 0px;
    width: auto;
    width: 184px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    
}
.menu ul li:hover {
}
nav div ul li a{
    display:block;
    font-weight: bold;
    color: #818181;
}
nav div ul li a:hover{
    background-color: #C2E6A8;
    color: white;

}
nav div ul li ul {
    position: absolute;
    overflow : auto;
display:none;

    width: auto;
    height: auto;
    z-index: 10;
    
}
nav div ul li ul li {
    float: left;
    background-image: url("image/menu_child.jpg");
    background-repeat: repeat-x;
    clear: both;
}


    /*スマホ用ボタン*/
    .menubtn{
        background-color: #339933;
        text-align: center;
        vertical-align: middle;
        color: white;
        font-weight: bold;
        padding: 12px;
        margin-bottom: 3px;
        display: none;
    }

    /*画像フェード*/
    .fadein {
        position: relative;
        height: 284px;
        margin: 4px auto 30px auto;
        /*z-index: -10;*/
    }

    .fadein li {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        overflow: hidden;
    }

    /*お知らせやページのタイトルバー*/
    .titlebar {
        font-weight: bold;
        border: solid 1px #339933;
        background: #E8F4BC; /* Old browsers */
        padding: 0px 0px 0px 34px;
        height: 32px;
        line-height: 32px;            
        margin: 0px 0px 10px 0px;
        background-image: url("image/img_titlearrow.jpg");
        background-repeat: no-repeat;
        background-position: 5px 50%;
    }
.mainlist{
        font-weight: bold;
        font-size: medium;
        border-top: solid 1px lightgray;
        border-right: solid 1px lightgray;
        border-bottom: solid 1px lightgray;
        border-left: solid 4px #339933;
        border-radius: 3px;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
        padding: 10px 10px 10px 20px;
        margin-bottom: 10px;
}
.mainlist span{
        float: right;
        font-weight: normal;
        font-size: small;
        margin-right: 10px;
        height: 26px;
        line-height: 26px;            
}
    /*タイトルバー右寄せの項目*/
    .titlebar span{
        float: right;
        color: #339933;
        font-weight: normal;
        font-size: small;
        margin-right: 10px;
        height: 32px;
        line-height: 32px;            
    }
    .titlebar span:hover{
    text-decoration: inherit;
    }

    /*コンテナー*/
    #container {
        margin-top: 6px;
        margin-bottom: 50px;
        min-height: 400px;
/*        overflow: auto;
        float: left;*/
    }

    /*フォームここから*/
    form {
        margin: 10px 0px;
        padding: 0px;
    }

    input#s {
        margin: 0px;
        padding: 0px;
        border-top: solid 1px #cccccc;
        border-left: solid 1px #cccccc;
        border-right: solid 0px #cccccc;
        border-bottom: solid 1px #cccccc;
        width: 269px;
        height: 25px;
    }

    input#searchsubmit {
        margin: 0px;
        padding: 0px;
        border: solid 1px #cccccc;
        height: 25px;
        vertical-align: top;
    }

/*サムネイル付き投稿*/
.thumb_post {
    overflow: hidden;
    font-size: 14px;
    margin:0px 10px;
}
.thumb_post img{

    float: left;
    margin: 0px 5px 5px 5px;
    width: 150px;
    
}

/*サイドバー*/
#sideL{
    width: 230px;
    padding: 0px 20px 0px 10px;
    float: left;
}
#sideL img{
    width: 150px;
    display: table;
    text-align: center;
    margin: auto;
}
#sideL_upper{

}
#sideR{
    width: 230px;
    padding: 0px 10px 0px 20px;
    float: left;
}
#sideB{
}
#side{
    width: 100%;
    background-color: skyblue;
}
    /*トップページメインコンテンツエリア*/
    #toppage-content {
        float: left;
        width: 700px;
    }

    #toppage-content table {
        color: #d70c19;
        font-size: 14px;
        padding: 0px 10px;
        width: 100%;
    }

    .topics_hr {
        border-top: 1px solid #cccccc;
        border-bottom: none;
        border-left: none;
        border-right: none;
        color: #cccccc;
    }




/*トップのサムネイルの日付*/
    .date {
        color: #d70c19;
        white-space: nowrap;
        width: 100px;
    }

    .date_arrow {
        padding: 0px 10px;
        width: 9px;
    }
 
    /*Footer*/
    #footer {
        clear: both;
        height: 80px;
        background-color: #68B92E;
        text-align: center;
    }

    #footer_content {

    
    }

    #footer_content img {
        margin: 20px 20px 20px 0px;
        width: 120px;
        height: auto;
        vertical-align: middle;
    }


/*パンクズ*/
.pankuzu{
    margin: 10px;
}
/*ページコンテンツエリア*/
#page-content {
    width: 700px;
    float: left;
}
 /*footerのメニュー*/
    #footer_menu{
    display: inline;
    font-size: 12px;
    }
    #footer_menu a{
    margin-right:15px;
    color: white;
    }


    .footer_border-line {
        border: none;
        height: 3px;
        background: url("image/footer_border.png");
        background-repeat: repeat-x;
        color: white;
        margin: 0px;
        padding: 0px;
    }

    #copyright {
        clear: both;
        color: white;
        font-size: 12px;
        text-wrap: none;
        background-color: #68B92E;
        text-align: center;
        padding: 5px 0px;
    }

    .single {
        float: left;
    }
    /*スクロール*/
    #back-top {
        position: fixed;
        bottom: 3%;
        right: 3%;
    }

    #back-top span {
        width: 66px;
        height: 60px;
        display: block;
    }


    /*記事とカテゴリタイトルバー*/
    .page_tt1 {
        position: relative;
        background-image: url('image/title03.png');
        height: 44px;
        padding-left: 20px;
        vertical-align: middle;
        margin: 0px;
    }

    .page_tt1 span {
        position: absolute;
        top: 50%;
        margin-top: -0.5em;
    }

    #pagecontent {
        float: left;
        width: 720px;
    }

    #single-content {
        font-size: 16px;
        color: #666666;
    }

    /*パンクズ*/
    .breadcrumbs {
        color: #808080;
        font-size: 16px;
        width: 960px;
        margin: 20px auto 0px auto;
    }

    /*ページャー*/
    #post_nav a {
        margin-top: 30px;
    }

    #prev_post a {
        float: right;
    }

    #next_post a {
        float: left;
    }


    /*画像バナー*/
    .widget_sp_image {
        text-align: right;
    }

    /* カレンダー comemo-theme-twenty-eleven rev.0.1 */
    #wp-calendar {
        margin: 10px auto 10px auto;
        text-align: center;
    }

    .widget_calendar #wp-calendar th, .widget_calendar #wp-calendar tfoot td {
        border: none;
        background: none;
    }

    .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
        width: 16%;
    }

    #today {
        border: 1px solid #d38110;
        border-radius: 2px;
    }

    #wp-calendar tbody a {
        background-color: #339933;
        border-radius: 12px 12px 12px 12px;
        color: #FFFFFF;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        margin: 1px;
        vertical-align: middle;
        width: 24px;
    }

    .widget_calendar tbody td a, .widget_calendar tbody td a:visited {
        background-color: #DC8110;
        border-radius: 12px 12px 12px 12px;
        color: #FFFFFF;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        margin: 1px;
        vertical-align: middle;
        width: 24px;
    }

    .widget_calendar tbody td a:hover {
        background-color: #e8a870;
        color: white;
    }

    #archives li {
        margin: 10px 0px 10px 30px;
    }


    /*シングル（ブログ）*/
#single-container a{
    /*text-decoration: underline;
    color: #1d3994*/
}
    #single-container {
        /*background-color: #eef9ff;*/
        margin-bottom: 15px;
        clear: both;
        overflow: hidden;
        padding: 0px 5px 5px 5px;
    }
    /*シングル(ブログ）の日付*/
    .single-content-date {
        float: right;
        font-size: small;
        padding-right: 10px;
    }
    /*シングル（ブログのサムネイル）*/
    .single-thumb {
        float: left;
        margin-right: 20px;
        margin-left: 10px;
    }
    /*シングルの画像*/
    #single-container img{
    float: left;
    margin: 0px 10px 10px 10px; 
    width: 150px;
}
    /*シングル（ブログ）の投稿文字*/
    .single-description {
        float: left;
        width: 520px;
        height: 150px;
    }

    .single-button {
        margin-top: 150px;
        text-align: right;
    }


/*--------------------------------------
ページャー
--------------------------------------*/
    .pager {
        text-align: center;
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    #main .pager a {
        text-decoration: none;
        color: #444;
    }

    a.page-numbers, .pager .current {
        background: #fbfaf8;
        border: solid 1px #ddd;
        border-radius: 5px;
        padding: 8px;
        margin: 0;
        display: table-cell;
    }

    .pager .current {
        background: #339933;
        color: #fff;
        border: 0;
    }

    /*トップページ　サムネイル付きブログ情報*/
    #bloginfo {
        overflow: hidden;
        margin-bottom: 10px;
    }

    #bloginfo-img {
        float: left;
        margin-right: 20px;
    }

    #bloginfo table {
        float: left;
        width: 530px;
    }
    #bloginfo_content {
        float: left;
        width: 530px;
    }
     #thumb_date{
        display: inline;
    }

.thumb_box{
    overflow: hidden;
    float: left;
    margin: 0px 5px 5px 0px ;
}
#thumb_box div a img{
    margin: 0px 5px 5px 0px ;
}
img.wp-post-image{
    margin:0px 5px 5px 0px;
}
/*カテゴリ、タグ*/
.eb_cat {
    margin: 3px;
}
.eb_cat a{
    color:white;
    background-color: #339933;
    padding: 0px 0.5em;
    border-radius: 5px;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}  
/*--------------------------------------
prenex
--------------------------------------*/
 #page_pn{
}
#prenex {
        display:table;
        table-layout:fixed;
        width: 100%;
}
  #prenex a{
        display:table-cell;
        background: #fbfaf8;
        border: solid 1px #ddd;
        border-radius: 5px;
        padding: 8px;
        margin: 0;
        vertical-align:middle;
        text-align:center;
}
/*フォルダアイコン*/
i.fa {
	margin: 0 0.5em 0 0;
}
/*プロフィール*/
#profile{
}
#profile div{
	border-bottom:dotted 1px #ccc;
	padding:6px 0px;
}
/*政策*/
.manifesto {
    border-radius: 10px;
    -webkit-border-radius:
    -moz-border-radius: 10px;
    
    overflow: hidden;
    color: black;
    padding: 0px 10px  10px;
    margin-bottom: 10px;
}
.manifesto p {
    margin: 0px;
}
.manifesto div {
    margin-top: 10px;
}
.manifesto ul {
    margin: 0px;
    float: left;
}
.manifesto li{
    margin: 0px 0px 10px 0px ;
}


/*サブメニュー*/
.textwidget{
    /*
        border: solid 1px #cccccc;
        margin-bottom: 20px;
        text-align:center*/
           }
    .textwidget ul {
        margin-top: 1px;
        margin-right: 1px;
        margin-left: 1px;
        padding: 10px 0px 0px 0px;
        /*border-top: solid 2px #339933;*/
    }
.textwidget ul li {
    list-style: none;
}
    .textwidget ul li{
        border-top: solid 1px #cccccc;
        border-left: solid 1px #cccccc;
        border-right: solid 1px #cccccc;
        list-style-position: inside;
        margin: 0px 5px 0px 5px;
        
   }
    /*.textwidget ul li:first-child{
        border: 0px;
         font-weight: bold;
   }*/
    .textwidget ul li:last-child{
        border-bottom: solid 1px #cccccc;
    }
    .textwidget ul li a{
    display: block;
    padding: 10px;
    background-image: url("/wp-content/themes/ctmtheme/image/arrow1.png");
    background-repeat: no-repeat;
    background-position-y: 49%;
    background-position-x:10px;
    padding-left: 30px;

    }
    .textwidget ul li a:hover{
    background-color:#339933;
    color:white;
    }   
    /*サブメニューのカレントを反転させる*/
    #current{
    background-color:#339933;
    color:white;
    }
#bunner_L img{width:150px; display:block;margin:auto;}




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





/*sp_menuを非表示にする*/
.sp_menu{
    display: none;
}
/*アーカイブとシングルのタイトル*/
.titlebar_cat{
    background-color: #339933;
    padding: 10px 10px 10px 30px;
    margin-bottom: 20px;
    color: white;
    background-image: url("/wp-content/themes/ctmtheme/image/title_cat.jpg");
    background-repeat: no-repeat;
    background-position-y: 49%;
    background-position-x: 10px;
    
}
/* editor */
p {
    display: block;
    margin: 1em 0;
}strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
.clearfix p{
    overflow: hidden;
    zoom: 1;
    clear: both;
    margin: 10px;
}
.clearfix p img {
    margin: 5px;
}

/*.textwidget{height:67px;}*/