/*
Theme Name: 100gallery
Theme URI: http://100gallery.moo.jp
Author: 100gallery
Description: The original theme for gallery
Author URL: http://100gallery.moo.jp 
Version: 1.0
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}

/* reset */
html, body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li,p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
img{
	height: auto;
	font-size: 0;
	line-height: 0;
	border 0;
}
ol,ul{
	list-style: none;
}

/* common */
body{
	background: #ffffff;
	font-family: sans-serif;
	font-size: 13px;
	color: #505050;
	line-height: 1;
	text-align: left;
	letter-spacing: 0.2em;
	vertical-align: baseline;
}
a{
	color: #505050;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}
a:hover{
	opacity: 0.5 ;
	filter: alpha(opacity=50);/* Ie用 */
}
img{
    max-width: 100%;
    height: auto;
}

/* container */
#container{
	width: 100%;
}

/* header */
#header{
	width: 70%;
	height: 50px;
	margin: 60px auto 0 auto;
	position:relative;
}
#logo{
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* menu */
#menu{
	position: absolute;
	bottom: 0;
	right: 0;
}


#menu li{
	float: left;
	margin: 0 0 0 30px;
	display: block;
}

/* contents */
#contents{
	width: 70%;
	margin: 100px auto 100px auto;
	}
#thumb{
	padding-right: 40px;
}
.one{
	float: left;
	width: 50%;
	margin-right: 40px;
	margin-bottom: 40px;
}
.two{
	float: left;
	width: 50%;
	margin-right: -40px;
	margin-bottom: 40px;
}
#page_navi ul.prev{
	float: left;
}
#page_navi ul.next{
	float: right;
}
#contents h2{
	font-size: 20px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: #cccccc solid 2px;
}
#contents h3{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: #DCDCDC solid 1px;
}
#contents h3.keireki{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#contents ul{
	margin-bottom:40px;
}
#contents li{
	font-size: 12px;
	margin-bottom:10px;
	line-height: 1.5em;
}
#contents p{
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom:20px;
}
#contents p.archive-title,
#contents p.tax-title{
	background: #F5F5F5;
	font-size: 12px;
	border-radius: 4px;
	padding: 10px 10px 10px 15px;
	margin-bottom:40px;
}
/* blog */
#blog-page{
	padding-right: 80px;
}
#blog-ichiran{
	float: left;
	width: 70%;
	margin-right: 80px;
}
#blog{
	margin-bottom: 80px;
}
#blogdiv{
	border-bottom: #DCDCDC solid 1px;
}	
#blog div p.blog-title{
	float:left;
	font-size: 12px;
}
#blog div p.blog-date{
	float:right;
	font-size: 10px;
}
#blog img{
	width: 100%;
}

/* single */
#illust,
#illust-archive{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}
#illust img{
	margin-bottom: 40px;
}
#contents p.illust-title{
	font-size: 13px;
	padding-bottom: 20px;
	margin-bottom: 80px;
	border-bottom: #DCDCDC solid 1px;
}
#contents span.illust-date{
	font-size: 10px;
	float: right;
}

/* sidebar */
#sidebar{
	float: left;
	width: 30%;
	margin-right: -80px;
	margin-bottom: 40px;
}
#sidebar h2{
	font-size: 11px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #DCDCDC solid 1px;
}
#sidebar li{
	list-style: none;
}
/* footer */
#footer{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
#widgets{
 	padding-right: 80px;
 	margin: 40px 0;
}
#widgets ul li{
 	margin-bottom: 13px;
}
#widgets h2{
	font-size: 11px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #cccccc solid 1px;
}
ul.cell{
 	float: left;
 	width: 33.33%;
	margin-right: 40px;
	text-size: 12px;
}
ul.cell.last{
	margin-right: -80px;
}
#credit p{
	font-size: 12px;
	margin-bottom: 40px;
}
/* コンタクトフォーム */
.wpcf7{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea{
	background: #F5F5F5;
	border: 0px;
	width: 70%;
	font-size: 14px;
	border-radius: 4px;
	margin-top: 5px;
	padding: 10px;
}
.wpcf7 input[type="submit"]{
	background: #F5F5F5;
	border: 0px;
	width:40%;
	border-radius: 4px;
	font-size: 12px;
	padding: 10px;
}