@charset "utf-8";

body {
	line-height:180%;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",'メイリオ',Meiryo,Verdana,sans-serif;
	font-size:15px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	width: 100%;
}


a,
a:link,
a:visited {
	color:#333;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#333;
	text-decoration:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
 	max-width : 100% ;
 	height : auto ;
 } 	


	

img,img a {
	border:none; vertical-align:bottom;
}

img.top {
	vertical-align:top;
}

img.middle {
	vertical-align:middle;
}

ul,li {
	list-style:none;
}

ul {
	margin: 0px;
	padding: 0px;}



h1,h2,h3,h4{
	margin:0;padding:0;	
}

p { margin-top: 0; margin-bottom: 0;
	color:#333;
}


.c-both {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	display:block;
	margin:0 auto;
	text-align:center;
}

header, article, footer, section, aside, time , nav, cite, figure, figcaption { display: block; width: 100%;}



address{
	font-style: normal;
	font-weight: normal;
}

.al-center{
	text-align:center;	
}






/* clearfix------------------------------------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	min-height: 1px;

}


* html .clearfix {
	height: 1px;
	font-size: 80%;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/}


/* --------------------------------------------------------------------------- */

.wp-pagenavi {
	clear: both;
    margin-top:20px;
	text-align:center;
 
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #993366;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin dotted #993366;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #993366;
    }
.wp-pagenavi span.current{
	color: #fff;
	background-color: #993366;
    }