/*################################################################

新着情報ページレイアウト設定

################################################################*/
@CHARSET "UTF-8";

/*-----------------------------------------------------------------
検索結果
-----------------------------------------------------------------*/
.item_notfound{
    font-size: 150%;
    margin: 20px 0px 20px 20px;
}
/*-----------------------------------------------------------------
設定
-----------------------------------------------------------------*/
#wrapper {
    background-image: url("img/common/wrapper_bg.png");
    background-repeat: repeat-x;
    background-position: center 175px;
}
.blog,
.single,
.search,
.archive {
    text-align: left;
    font-size: 100%;
    line-height: 1.3em;
    color:#3b3b3b;
}
.contentBox,
.sideBox{
    line-height: 1.5em;
}
h3.entry_title{
    background:url(img/others/info_subtitle_bg.png) no-repeat;
    padding:7px 0 0 23px;
    height:29px;
    font-weight:bold;
    font-size:110%;
    margin-bottom:2px;
    color:#ffffff;
}
h4.entry_title{
    background:url(img/others/info_subtitle_bg.png) no-repeat;
    padding:7px 0 0 23px;
    height:29px;
    font-weight:bold;
    font-size:110%;
    margin:15px 0 2px 0;
    color:#ffffff;
}
.entry_title a{
    color:#ffffff;
}
.entry_title a:hover{
    color:#ffffff;
    text-decoration:underline;
}
.entry_list{
    margin:20px 20px;
    padding-bottom:13px;
    border-bottom:1px dotted #333333;
}
.entry_list img{
    vertical-align:middle;
}
.postinfo{
    text-align:right;
    font-size:90%;
    margin-bottom:10px;
}
.post_detail{
    padding:0 10px;
    margin-bottom:30px;
}
.post_detail img{
    margin:5px;
}
.post_detail a{
    text-decoration:underline;
}
/*見出し画像*/
.title01{
    background:url(img/common/titlebar_bg.png) no-repeat;
	width:773px;
    height:58px;
	line-height:49px;
	text-indent:25px;
    font-weight:bold;
    font-size:120%;
    margin:20px auto;
    color:#333;
}
/*-----------------------------------------------------------------
サイドバー
-----------------------------------------------------------------*/
.sideBox h2{
    margin:0;
}
.sideBox li{
    list-style:none;
    background:url(img/info/info_footer_bg.png) no-repeat center bottom;
    margin-bottom: 20px;
    padding-bottom: 6px;
    width: 201px;
}
.sideBox a{
    text-decoration:underline;
}
.widgettitle{
    background:url(img/info/info_header_bg.png) no-repeat;
    width: 201px;
    height: 28px;
    padding: 11px 0 0 15px;
    font-weight:bold;
    font-size:14px;
    color:#ffffff;
}
.widget div{
    width: 175px;
    padding: 15px 13px 4px;
    margin:0 0 0 0px;
    background:url(img/info/info_bg.png) repeat-y center top;
}
.widget ul{
    width: 175px;
    padding: 15px 13px 4px;
    margin:0 0 0 0px;
    background:url(img/info/info_bg.png) repeat-y center top;
    
}
.widget ul li{
    background:url(img/info/info_icon.png) no-repeat 0 5px;
    width: auto;
    margin: 0 0 8px;
    padding: 0 0 8px 14px;
    border-bottom: 1px dotted #999999;
}
#calendar_wrap{
    text-align:center;
    padding-bottom:20px;
}
#wp-calendar{
    width:100%;
}
#wp-calendar caption{
    margin:10px 0 5px;
    font-weight:bold;
    font-size:110%;
    color:#008bcd;
}
.side_banner{
    margin-top:10px;
}

/*-----------------------------------------------------------------
ページナビ
-----------------------------------------------------------------*/
.single_prev{
    height:80px;
    border-top:1px dotted #999;
    margin-top:30px;
    padding-top:20px;
    text-align:center;
}
.single_prev a{
    color: #008bcd;
    padding: 5px 8px;
    border:solid 1px #ccc;
    text-decoration:none;
}
.single_prev a:hover{
    color: white;
    padding: 5px 8px;
    background: #008bcd;
    border:solid 1px #ccc;
    text-decoration:none;
}
.tablenav {
    margin: 1em auto;
    line-height:2em;
    text-align:center;
}

a.page-numbers, .tablenav .current {
    color: #008bcd;
    padding: 2px .4em;
    border:solid 1px #ccc;
    text-decoration:none;
    font-size:smaller;
}

a.page-numbers:hover {
    color:white;
    background: #008bcd;
}

.tablenav .current {
    color: white;
    background: #008bcd;
    border-color: #ccc;
    font-weight: 800;
}

.tablenav .next, .tablenav .prev {
    border:0 none;
    background:transparent;
    text-decoration:underline;
    font-size:smaller;
    font-weight:bold;
}

/*-----------------------------------------------------------------
FEED
-----------------------------------------------------------------*/
.feed{
    padding-top:20px;
}
.feed_icon{
    vertical-align:middle;
    margin-right:3px;
}

/*-----------------------------------------------------------------------------------
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
------------------------------------------------------------------------------------*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    /*  background: #f1f1f1;*/
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #000;
    font-size: 110%;
    margin: 5px;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #000;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 10px solid #f1f1f1;
}
.gallery br+br {
    display: none;
}
#content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}