@charset "UTF-8";
@import "css/import.css";
/*  
Theme Name: w-shiya
Author: w-shiya
*/

/* wp
------------------------------------------------------------ */
.aligncenter {
	text-align: center;
	display: block;
	overflow: hidden;
}
.alignleft {
	float: left;
	display: inline;
	clear: both;
	overflow: hidden;
}
.alignright {
	float: right;
	display: inline;
	clear: both;
	overflow: hidden;
}
.wp-caption {
   border: 1px solid #EEDFC7;
   text-align: center;
   background-color: #FBF7F2;
   padding-top: 5px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption p.wp-caption-text {
	line-height: 17px;
	padding: 5px 10px;
	margin: 0;
	text-align: left;
}
#navigation {
	font-size: 13px;
	text-align: center;
	padding: 20px 0px;
	clear:both;
}
#navigation div {
	padding: 0px 10px;
	display: inline;
}

/* 404 search
------------------------------------------------------------ */
#NotFound .box {
	padding-bottom: 100px;
}
#NotFound .box p {
	font-size: 14px;
	text-align: center;
	padding-top: 30px;
}