@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

#wrapper {
	height: auto;
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 25px;
	width: 200px;
	margin-top: 35px;
	margin-right: 35px;
	margin-left: 35px;
}

#side {
	width:200px;
	float: left;
	margin-left: 35px;
}

.globalNavi ul {
	margin-top:30;
	width:200px;
	margin-left: 0;
	padding-left: 0;
	float: left;
}

.globalNavi li {
	list-style:none;
	font-size: 23px;
	line-height:40px;
	font-family: 'Alegreya Sans SC', sans-serif;
}

.globalNavi ul li a { 
	color: #333333; 
	text-decoration:none;
}

.globalNavi ul li a:hover {
	border-bottom: 2px solid;
	padding-bottom: 1px;
}

#copyright {
	width:200px;
	margin-top: 255px;
	margin-left: 0px;
	float: left;
	font-size: 14px;
	font-family: 'Alegreya Sans SC', sans-serif;
}

#top {
	width: 650px;
	margin: 0 auto;
	margin-right: 60px;
}

body { 
	color: #333333; 
	margin: 0;
	margin-bottom:120px;
}

#about {
	width: 500px;
	margin: 0 40px 0 350px;
	padding-top:85px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono,'Alegreya Sans SC', sans-serif;
}

#about h3 {
	width: 150px;
	float: left;
	margin: 0;
	font-size: 18px;
}

#about h4 {
	width: 150px;
	float: left;
	margin: 0;
	font-size: 17px;
	font-family: 'Alegreya Sans SC', sans-serif;
}

#about p { 
	width:650px;
	margin-top: 15px;
	font-size: 15px;
	float: left;
	line-height:25px;
}

#contact {
	width: 500px;
	margin: 0 40px 0 400px;
	padding-top:115px;
	font-family: 'Open Sans', sans-serif;
}

#contact img {
	margin:0;
	padding:0;
	vertical-align:text-bottom;
	vertical-align:-10px;
}

#contact p { 
	margin:0;
	padding:0;
	font-size:18px; 
}

#works{
	width: 650px;
	margin: 0 auto;
	margin-right: 60px;
}

#works li {
	list-style-type:none;
	float: left;
	padding: 3px;
	margin: 0;
	background-color:#fff;
	display:block;
}

#works ul li a:hover {
	transitional:all 0.5s ease;
	opacity: 0.5;
	filter: alpha(opacity=50);
	 -moz-opacity:0.5;
}

#category {
	width: 650px;
	margin: 0 60px 60px auto;
}

#category li {
	list-style-type:none;
	padding: 1px;
}

#category h3 {
	font-size:16px;
	line-height:10px;
	font-family: 'Open Sans', sans-serif;
}

#category p {
	font-size:12px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
}

.ac-container label {
	font-family: 'Alegreya Sans SC', sans-serif;
	color:#999;
	font-size:15px;
	margin:0;
	padding:0;
}

input[type="checkbox"].on-off{
    display: none;
}

.ac-container  {
	width:550px;
	height:auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a  {color: #66cdaa}

.ac-container label:hover {
	color:#CCC;
	border-bottom:#CCC 2px solid;
}

.ac-container article p {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:12px;
	font-size:14px;
}

input[type="checkbox"].on-off + p{
    height: 0;
    overflow: hidden;
	margin-bottom:auto;
}

input[type="checkbox"].on-off:checked + p{
    height: auto;
}