@charset"utf-8";
/* トップ
========================================*/
.blok2{
	width:132px;
	height:132px;
	background-color:#29ABE2;
	display:inline-block;
	color:#fff;
}
span.blok2 h2{
	font-size:13px;
	position:relative;
	background-color:#29ABE2;
	top:90px;
}
#mainNav a:nth-of-type(1) span.blok2{
	background-image:url(../image/top/post.png);
	background-repeat:no-repeat;
	background-position:46px 30px;
	-webkit-background-size: 63px 57px;
	margin-left:2px;
	
}
#mainNav a:nth-of-type(2) span.blok2{
	background-image:url(../image/top/blog.png);
	background-repeat:no-repeat;
	background-position:center 30px;
	-webkit-background-size: 37px 49px;
	/*margin-left:25px;*/
	margin-left:19px;
}

#mainNav span.blok2{
	background-image:url(../image/top/blog.png);
	background-repeat:no-repeat;
	background-position:center 30px;
	-webkit-background-size: 37px 49px;
	/*margin-left:10px;*/
}


.blok3{
	width:88px;
	height:88px;
	border:solid 1px #29ABE2;
	display:inline-block;
	color:#29ABE2;
	box-sizing:border-box;
	margin:20px 0px 10px 0px;
}
span.blok3{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#mainNav span.blok3{
	background-image:url(../image/top/edit.png);
	background-repeat:no-repeat;
	background-position:10px 15px;
	-webkit-background-size: 69px 55px;
	
}

.blok4{
	width:88px;
	height:88px;
	border:solid 1px #29ABE2;
	display:inline-block;
	color:#29ABE2;
	box-sizing:border-box;
	margin:20px 0px 10px 0px;
}

span.blok4{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#mainNav span.blok4{
	background-image:url(../image/top/easy.png);
	background-repeat:no-repeat;
	background-position:14px 15px;
	-webkit-background-size: 59px 61px;
	margin-left:13px;
	margin-right:13px;
}

.blok5{
	width:88px;
	height:88px;
	border:solid 1px #29ABE2;
	display:inline-block;
	color:#29ABE2;
	box-sizing:border-box;
	margin:20px 0px 10px 0px;
}

span.blok5{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#mainNav span.blok5{
	background-image:url(../image/top/setting.png);
	background-repeat:no-repeat;
	background-position:center 15px;
	-webkit-background-size: 40px 52px;
}
/* 記事を投稿する
========================================*/
.postInfo{
	font-size:12px;
}
/* 投稿ナビ
================================================== */
#pnav{
	padding:0px;
	background-color:#0071BC;
}
#pnav a:nth-of-type(1) nav{
	float:left;
	width:25%;
	height:44px;
	background-image:url(../image/nav/post_etting.png);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: 72px 21px;
}
/*
#pnav  a:nth-of-type(2) nav{
	float:left;
	width:25%;
	height:44px;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	background-image:url(../image/nav/photo_add.png);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: 57px 30px;
	
	box-sizing:border-box;
}
*/

nav.photo_add{
	float:left;
	width:25%;
	height:44px;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	background-image:url(../image/nav/photo_add.png);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: 57px 30px;
	
	box-sizing:border-box;
}

nav.photo_add-disable{
	float:left;
	width:25%;
	height:44px;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	background-image:url(../image/nav/photo_add_disable.png);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: 57px 30px;
	
	box-sizing:border-box;
}


nav.post_submit{
	float:left;
	width:50%;
	height:44px;
	padding:0px 10px;
	box-sizing:border-box;
}
nav.post_submit span{	
	display:block;	
	box-sizing:border-box;
	height:36px;
	background-color:#eee;
	border-bottom:solid 2px #888;
	background-image:url(../image/nav/post_submit.png);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: 86px 17px;
	margin-top:4px;
}
#pnav  a nav.Active{
	background-position:center bottom;
}
/* ドロワーエリア
================================================== */
.drawerMenu{
	color:#fff;
}
.drawerMenu li span{
	font-size:10px;
}
.drawerMenu h4{
	width:180px;
	font-weight:normal;
}
.drawerMenu select{
	color:#B8B5B5;
	width:185px;
	box-sizing:border-box;
	padding:5px;	
	border:solid 1px #362102;
	-webkit-appearance:none;
    border-radius:0px;
	-webkit-border-radius:0px;  
	-moz-border-radius:0px;
}
.drawerMenu select.mSize{
	width:70px;
	padding:5px;
}
.drawerMenu select.sSize{
	width:50px;
	padding:5px;
}
.drawerMenu input[type=checkbox]{
    -webkit-appearance:none;
    position:relative;
	left:-2px;
    margin-right:5px;
	border:solid 1px #362102;
	background-color:#fff;
    -webkit-box-sizing border-box;
    width:28px;
    height:28px;
}
.checkboxTxt{
	font-size:11px;
	line-height:14px;
	position:relative;
	top:2px;
}
