/*
Theme Name: 150423_mura_1_I03_T02_001
Author: ZEL
*/

@import url("css/color.css");

/* Reset
-------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-style:normal;
}
body,div,pre,p,blockquote,form,fieldset,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,button{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	font-weight: normal;
}
body {
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 14px;
    overflow-y: scroll;
    word-break: break-all;
}
select,input,textarea,option {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img{
	border: 0;
	margin: 0px;
	padding: 0px;
}
a img{
	border-style: none;
	border:0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	font-style: normal;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
	clear: both;
}
a {
    outline: medium none;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
*:after { clear:both; }

/* Common
-------------------------------------------------------------- */
h1 {
    font-size: 85%;
}
h2 {
    font-size: 150%;
    margin-bottom: 10px;
    padding-left: 10px;
}
h3 {
    font-size: 130%;
    margin-bottom: 10px;
    padding-left: 10px;
}
h3 a {
    text-decoration: none;
}
article {
}
.inner {
	max-width: 960px;
	margin:auto;
	overflow:hidden;
}
.text {
	line-height: 1.7em;
}
.status {
    font-size: 80%;
    padding: 5px 0;
}
.arrow {
    padding: 0 10px 30px 10px;
}
.arrow li {
    line-height: 1.8em;
    padding-left: 15px;
    position: relative;
}
.arrow li::before {
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 6px;
    width: 0;
}

/* Layout
-------------------------------------------------------------- */
#wrapper {
    overflow: hidden;
}
#headerWrap {
    overflow: hidden;
}
#containerWrap {
    overflow: hidden;
}
    #primary {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }
#secondary {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

/* Style
-------------------------------------------------------------- */
/* header */
#logo p {
    font-size: 130%;
    font-weight: bold;
    padding: 5px;
}
#logo a {
    text-decoration: none;
}
#headerWrap h1 span {
    display: block;
    font-weight: bold;
    line-height: 20px;
    padding: 2px 5px;
    text-align: right;
}
#headerWrap nav {
    padding: 0 10px;
}
#breadcrumb {
    padding: 10px;
}
#breadcrumb ul li {
    display: inline-block;
}
#breadcrumb ul li:first-child {
    padding-left: 5px;
}
#breadcrumb ul li:before {
    content: ">";
    font-size: 75%;
    padding: 0 5px;
    vertical-align: middle;
}
#breadcrumb ul li:first-child:before {
    content: "";
    padding: 0;
}
#breadcrumb ul li > * {
	font-size: 80%;
}


/* index */
#primary .inner > h2,#page h2 {
    margin: 10px 10px 20px;
    padding: 0 10px;
}
#contents_header {
    width: 100%;
    overflow: hidden;
}
#menu-box {
    float: right;
    width: 20%;
}
#menu {
    margin: 0 auto;
    max-width: 980px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
#menu li {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
#menu li a {
    display: block;
    padding: 12px 0 10px;
    text-align: center;
    text-decoration: none;
}
#toggle { 
    display: none;
}
#mainImg {
    float: left;
    width: 80%;
}
#mainImg img {
    height: auto;
    margin: 0 auto;
    vertical-align: bottom;
    width: 100%;
}
#section {
    overflow: hidden;
    width: 100%;
}
#section figure {
    overflow: hidden;
}
#section figure img {
    height: auto;
    vertical-align: bottom;
    width: 100%;
}
.inner_s1,.inner_s2 {
    width: 50%;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.inner_s1 > div,.inner_s2 > div,.sectionLink {
    padding: 10px 10px 30px;
}
.inner_s1 {
    float: left;
}
.inner_s2 {
    float: right;
}
.sectionLink {
}


/* category */
#catBox {
    float: left;
    overflow: hidden;
    width: 80%;
}
#catBox h2 {
    margin: 10px;
}
#catList {
}
#catList li {
    padding: 20px 10px;
}
#catList li:first-child {
    border-top: none;
    padding: 10px 10px 20px;
}
#catList li .date {
    margin-bottom: 10px;
}
#catList li .text p {
    margin: 10px 0;
    text-align: right;
}
#catList li .text p .more {
    border-radius: 5px;
    padding: 5px 10px;
}


/* single */
#postArticle {
    float: left;
    width: 80%;
}
.Article_main {
    padding: 10px;
}
#postArticle .text {
    margin: 5px 0 30px;
}
#postArticle > h2 {
    margin: 10px;
    padding-left: 10px;
}
#postNavi {
    margin-bottom: 30px;
    padding-top: 10px;
}
#postNavi ul {
    overflow: hidden;
}
#postNavi ul li {
	font-size:80%;
}
#postNavi ul li.prev {
    float: left;
}
#postNavi ul li.next {
    float: right;
}
#relatedPost ul li {
    line-height: 1.8em;
}


/* page */
#page {
    float: left;
    width: 80%;
}
#page section {
    margin-bottom: 30px;
}


/* sidebar */
#secondary h2 {
    color: #eee;
    padding: 10px 10px 0;
}
#newPost,#category {
    width: 50%;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
#newPost { 
    float: left;
    width: 70%;
}
#category {
    float: right;
    width: 30%;
}


/* footer */
#footerWrap aside {
    float: left;
}
.copyright {
    font-size: 80%;
    line-height: 4em;
    text-align: center;
}


/* Media Queries
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    #section figure {
    }
    #section figure img {
    }
    .inner_s1,.inner_s2 {
    }
    #newPost {
    }
    #category {
    }
}
@media screen and (max-width: 480px) {
    #menu-box {
        width: 100%;
    }
    #catBox,#page,#postArticle {
        width: 100%;
    }
    #mainImg {
        width: 100%;
    }
    #section figure {
    }
    #section figure img {
    }
    .inner_s1,.inner_s2 {
        width: 100%;
        float: none;
    }
    #newPost {
        width: 100%;
    }
    #category {
        width: 100%;
    }
    
}
@media screen and (max-width: 330px) {
    .copyright {
        line-height: 2em !important;
    }
    .copyright a {
        display: table;
        text-align: center;
        width: 100%;
    }
}


/* Media Queries [menu]
-------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    #menu li{
        border-bottom: 1px solid #444;
    }
}
@media only screen and (max-width: 480px) {
    #menu{
        display: none;
        margin: 0;
        padding: 0;
    }
    #menu li{
        width: 100%;
    }
     #toggle{
        display: block;
        position: relative;
        width: 100%;
        background: #222;
    }
    #toggle a{
        display: block;
        position: relative;
        padding: 12px 0 10px;
        border-bottom: 1px solid #444;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }
    #toggle:before{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff;
    }
    #toggle a:before, #toggle a:after{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 4px;
        background: #222;
    }
    #toggle a:before{
        margin-top: -6px;
    }
    #toggle a:after{
        margin-top: 2px;
    }
}