@charset "UTF-8";

/* =================================================================
	Structure
   ================================================================= */

.main-cont {
    font-size: 88%;

}

.left-area {
    float: left;
    width: 750px;
}

.right-area {
    float: right;
    width: 200px;
}

.box {
    border-bottom: 1px solid #CCC;
    padding: 10px 0 30px;
    font-size: 88%;
    min-height: 250px;
}
.box-list {
    border-bottom: 1px solid #CCC;
    padding: 30px 0 30px;
    font-size: 88%;
}

.box-list .ttl {
    font-size: 135%;
    clear: both;
}
.box .ph,
.box-list .ph {
    float: left;
    width: 130px;
}
.box .info-area,
.box-list .info-area {
    width: 500px;
    float: left;
}
.data,
.box-list .info-area .date {
    font-size: 110%;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    width: 115px;
}

.tag {
    float: left;
    position: relative;
    top: 10px;
}
.tag .post-categories li {
    font-size: 80%;
    text-align: center;
    padding: 0px 2px;
    width: 61px;
    height: 20px;
    float: left;
    display: inline-block;
    margin-right: 5px;
    line-height: 20px;
}
.tag .post-categories li a {
    color: white;
    font-size: 110%;
}
.tag.watayaevent .post-categories li {
    background-color: #FF6600;
}
.tag.watatyanews .post-categories li {
    background-color: #006633;
}
.tag.watayaother .post-categories li {
    background-color: #000;
}
.tag.watayamenu .post-categories li {
    background-color: #CC0000;
}
.box .ph,
.box-list .ph {
    height: 65px;
    overflow: hidden;
    position: relative;
    left: 10px;
    float: left;
    width: 150px;
}
.contents {
    margin-top: 15px;
    clear: both;
    line-height: 1.8;
}
.contents img {
    margin: 10px;
}
ul li.list {
    padding: 0 20px 0 15px;
}

aside#side1 {
    margin-top: 0px;
}

aside#side1 ul {
    list-style: none;
    margin-top: 0px;
}
aside#side1 ul li.widget {
    margin-bottom: 0px;
}
aside#side1 ul li h2 {
    font-size: 100%;
    font-family: "Quicksand", sans-serif;
    padding: 0px 0px;
    background-color: #AC1717;
    color: white;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
}

aside#side1 ul li {
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

aside#side1 ul li a {
    display: block;
}

aside#side1 ul li:last-child {
    border-bottom: none;
}

aside#side1 ul li#categories-3 ul li.cat-item {

}
aside#side1 ul li#categories-3 ul li.cat-item a {
    color: #000;
    text-decoration: none;
}
aside#side1 ul li#categories-3 ul li.cat-item a:hover {
    color: #88673E;
}
aside#side1 ul li#categories-3 ul li.cat-item:before {

    padding-right: 10px;
    font-size: 80%;
}
aside#side1 ul li#tag_cloud-2 .tagcloud a {
    padding: 6px;
    font-size: 100% !important;
    background-color: #EEECE1;
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin-bottom: 5px;
}
aside#side1 ul li#tag_cloud-2 a:hover {
    color: #88673E;
}

.detail .ttl {
    clear: both;
    font-size: 160%;
    padding-bottom: 10px;
}