html{
	font-size:62.5%;
    color:#333;
    line-height:1.5;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	background-image: url(img/back.png);
}
body {
    font-size:1.4rem;
}
a:link, a:visited {
	color:#845f35;
}
a:hover {
	opacity:0.7;
}
div#wrap{
    width:1100px;
    margin:auto;
    padding-bottom:70px;
}
h2 {
    margin: 10px auto 20px;
    text-align: center;
}
header {
    padding-bottom: 20px;
}
.headparts {
    width:100%;
    background-color:#fff;
}
nav ul li a img {
    height: auto;
}
@media screen and (max-width: 768px) {
    html {
        font-size:52%;
    }
	div#wrap{
		width:100%;
	}
	h1 {
		height:auto;
	}
    h2 img {
        height:auto;
    }
}
/****************global*/

a:focus {
	outline:none;
	border:none;
	text-decoration:none;
}
p{
	margin:0;
}
.hidden{
	display:none;
}

/****************section*/

section{
    display:block;
    width:100%;
	height:auto;
    padding:15px 0;
	margin:0 auto;
    overflow: hidden;
}
.dispriction {
    margin:50px 0 10px;
    text-align: center;
}
.disimg2 {
    margin:20px 0;
}
@media screen and (max-width: 768px) {
	section {
		width:100%;
		height:auto;
        margin: 0 auto;
	}
	section h2 {
		width:95%;
        margin:0 auto;
	}
    section h2 img {
        max-width: 100%;
    }
    .dispriction {
        margin:30px 0 10px;
    }
    .dispriction img {
        width:100%;
    }
    .dispriction .disimg1, .dispriction .disimg2 {
        width: 95%;
    }
    .dispriction .disimg3 {
        max-width:50%;
    }
}

/****************　作品一覧とボタン　*/

.content {
    width:1100px;
    background-image:url("img/middle.png");
    background-repeat: repeat-y;
}
.content_top {
    width:1100px;
    height:75px;
    background-image:url("img/top.png");
}
.content_bottom {
    width:1100px;
    height:75px;
    background-image:url("img/bottom.png");
}
.content ul {
    overflow: hidden;
    margin-left:50px;
    height: 1195px;
}
.content ul li {
    float:left;
    width:315px;
    height: 310px;
    margin-right:30px;
}
.content ul li:nth-child(3n) {
    margin-right: 0;
}
.cover {
    width:150px;
    float:left;
}
.button {
    width:140px;
    float:left;
    margin-left:17px;
    margin-bottom:10px;
}
a.botton {
    float: left;
    display: block;
    width: 130px;
    text-align: center;
    padding: 5px;
    border: solid 2px #2aa9ce;
    margin-bottom: 5px;
    color: #2aa9ce;
    position: relative;
    transition: opacity 0.7s;
    text-decoration: none;
    font-size:12px;
    margin-left: 15px;
}
a.botton:after {
    content:"＞";
    position:absolute;
    right:3px;
    top:7px;
    font-size:1rem;
    font-weight: bold;
}
a.botton:hover {
    text-decoration: none;
    opacity:0.6;
}
.content ul li div {
    clear: both;
    overflow: hidden;
    margin-bottom:5px;
}
.content ul li.first {
    text-align: center;
}
.content ul li.first img {
    width:298px;
}
cite {
    font-weight: bold;
    font-size: 16px;
    margin-top:10px;
    line-height: 1.4;
}
.author {
    font-weight: bold;
    margin-bottom:5px;
    font-size:12px;
}
.catch {
    font-size: 13px;
}
@media screen and (max-width: 768px) {
    .content, .content_top, .content_bottom {
        width:100%;
        background-size: contain;
    }
    .content_top, .content_bottom {
        height: 34px;
        background-repeat: no-repeat;
    }
    .content ul {
        margin:0;
        height:auto;
    }
    .content ul li {
        width: 90%;
        height: 380px;
        float: none;
        margin-left: 5%;
    }
    .content ul li div {
        width: 400px;
        margin: 10px auto;
    }
    .cover {
        width:200px;
    }
    .button {
        width:180px;
    }
    a.botton {
        width: 170px;
        font-size: 13px;
        margin-top: 10px;
    }
    .content ul li.first {
        height:350px;
    }
}

/****************PageTOP*/
#page-top {
	position: fixed;
	bottom: 0;
	right: 40px;
	background-color:transparent;
	padding:10px;
	z-index: 100;
}
#page-top a:link, #page-top a:visited {
	color:#333;
}

/****************footer & global menu*/

#globalmenu {
    background-color: #d82918;
    height: 2.5em;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 10;
}
#globalmenu ul {
    padding: 5px 0;
    text-align: right;
}
#globalmenu li a:link, #globalmenu li a:visited {
    color: #fff;
}
footer {
    background-color:#9ae0f4;;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
	height:auto;
    display:block;
}
footer ul {
    margin: 0.5em;
    padding: 0;
}
#globalmenu li, footer li{
    display: inline;
    margin: 5px 10px;
	border:none;
}
#globalmenu li a:hover,
footer li a:hover {
    opacity:0.7;
}









