@charset "utf-8";

/*====================================
トップテンプレート
====================================*/

/*メインイメージ*/
#main_image {
    width: 100%;
}

#main_image_wrap {
    width: 980px;
    margin: 0 auto;
}

.fullslider {
    width: 100%;
    height: auto;
    max-height: 700px;
    overflow: hidden;
    position: relative;
}

.fullslider img {
    width: 100%;
}

.fullslider #main_image_wrap {
    width: 100%;
    height: auto;
}


/*3つのページリンク*/
#pagelink_wrap {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 30px;
}

#pagelink_wrap .link {
    width: 230px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

#pagelink_wrap .link .thumbnail {
    width: 220px;
    margin-bottom: 5px;
    padding: 4px;
    border: 1px solid #DDDDDD;
}

#pagelink_wrap .link:first-child,
#pagelink_wrap .link:nth-child(3n+1) {
    margin-left: 0;
}

#pagelink_wrap .link .thumbnail img {
    width: 220px;
    height: auto;
}

#pagelink_wrap .link .title {
    font-size: 14px;
}

#pagelink_wrap .link .title a {
    text-decoration: none;
}

#pagelink_wrap .link .title a:hover {
    text-decoration: underline;
}

#pagelink_wrap .link .desc {
    font-size: 10px;
    line-height: 1.6;
    color: #999999;
}


/*新着記事・お知らせ*/
#blog_wrap,
#news_wrap,
#instagram_wrap {
    margin-bottom: 30px;
    position: relative;
}

#blog_wrap .more,
#news_wrap .more {
    float: right;
}

#blog_wrap .more a,
#news_wrap .more a {}

#blog_wrap .more a:hover,
#news_wrap .more a:hover {}

#blog_wrap #post_count {
    float: right;
    font-weight: normal;
}

#instagram_wrap .instagram_widget {
    margin-top: -10px;
}

#instagram_wrap .instagram_widget li {
    width: 138px;
    margin: 10px 10px 0 0;
    float: left;
}

#instagram_wrap .instagram_widget li:nth-child(5n) {
    margin-right: 0;
}

#instagram_wrap .instagram_widget li img {
    width: 100%;
    border-radius: 4px;
}

.info {
    clear: both;
}

.info dt {
    float: left;
    margin-bottom: 15px;
    clear: both;
}

.info dd {
    margin-bottom: 15px;
    padding-left: 100px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #DDDDDD;
}

.info dd .thumb {
    width: 60px;
    padding: 2px;
    margin-left: 15px;
    float: right;
    border-bottom: 1px dotted #DDDDDD;
}

.info dd .thumb img {
    width: 60px;
}

.info dd .title {}

.info dd .title a {}

.info dd .title a:hover {}

.info dd .excerpt {}

.info dd .excerpt a {}

.info dd .excerpt a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.info dd img {
    vertical-align: middle;
}

.info dd .new {
    margin-left: 10px;
}