/*
	Theme Name:postaku
	Description:postaku ホームページ用オリジナルテーマです。
	Version:1.0
*/



/****************************************

          General Setting

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

html{
	overflow-y:scroll;
}
*{
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
caption, th{
	text-align:left;
}
q:before ,q:after{
	content:'';
}
object, embed{
	vertical-align:top;
}
hr, legend{
	display:none;
}
h1, h2, h2, h3, h5, h6{
	font-size:100%;
}
img, abbr, acronym, fieldset, video{
	border:0;
	vertical-align:top;
}
li{
	list-style-type:none;
}  
body{
	color:#231815;
	background-color:#f9faf9;
																	/*background-image:url(images/@design.png);
																	background-repeat:no-repeat;
																	background-position:center top;
																	height:6335px;*/
}
a{
	color:#231815;
	text-decoration:none;
}
a:hover, .btn:hover{
	opacity:0.7;
	cursor:pointer;
}
.center{
	margin-left:auto;
	margin-right:auto;
}
.centering{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.flex_container_yoko{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	flex-direction:row;
	
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.display_none{
	display:none;
}
.bold{
	font-weight:bold;
}
.border_bottom{
	border-bottom:solid 1px #bcbfb7;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}


/****************************************

          Typography
		  
*****************************************/
body, .gothic{
	font-family:"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",
	"メイリオ",
	Meiryo,
	Osaka,
	"ＭＳ Ｐゴシック",
	"MS PGothic",
	sans-serif
}
.mincho{
	font-family:"ＭＳ Ｐ明朝",
	"MS PMincho",
	"ヒラギノ明朝 Pro W3",
	"Hiragino Mincho Pro",
	serif
}


/****************************************

          header
		  
*****************************************/
header{
	z-index:990;
	position:fixed;
	width:100%;
	min-width:700px;
}
	header > div{
		z-index:999;
		position:absolute;
		height:42px;
		width:100%;
		background-color:#eff0ec;
	}
		header > div h1{
			position:absolute;
			top:13px;
			left:24px;
		}
		header > div p{
			position:absolute;
			top:11px;
			right:19px;
		}
	header #menu{
		z-index:998;
		position:absolute;
		height:auto;
		width:100%;
		background-color:#eff0ec;
	}
		header #menu ul{
			max-width:900px;
			margin-top:69px;
		}
			header #menu ul li{
				height:18px;
				width:150px;
				margin-bottom:13px;
				float:left;
				text-align:center;
			}
		header #menu > p{
			float:left;
			width:100%;
			margin:10px 0 15px 0;
			text-align:center;
		}
		header #menu div{
			position:absolute;
			right:16px;
			bottom:17px;
		}
			header #menu div p{
				float:left;
				margin-left:7px;
			}


/****************************************

          wrapper
		  
*****************************************/
.wrapper{
	z-index:0;
	position:relative;
	top:42px;
	height:auto;
	width:100%;
	min-width:700px;
	overflow:hidden;
	text-align:center;
}


/****************************************

          footer
		  
*****************************************/
#footer{
	z-index:990;
	position:inherit;
	height:auto;
	width:100%;
	min-width:700px;
	padding-top:76px;
	text-align:center;
}
	#footer p{
		padding:40px 0 58px 0;
		font-size:10px;
		letter-spacing:0.02em;
	}


/****************************************

          Pagenation
		  
*****************************************/
.pagenation {
    margin: 0 auto;
	width: 690px;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}


/********************************************************************************

         メディアクエリ

*********************************************************************************/
@media(max-width:700px){/*横幅700px以下*/

	a:hover, .btn:hover{
		opacity:1;
	}
}
