/* ------------------------------------------------------------------------- *
 *  Base Styles
 /* ------------------------------------------------------------------------- */

p {
	display: block;
	/*margin: 1em 0;*/
}
h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

/*  base : img
 /* ------------------------------------ */
.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 15px;
}
.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
img[class*="wp-image-"], img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}

/*  base : clear
 /* ------------------------------------ */
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*  page navi
 /* ------------------------------------ */
.wp-pagenavi {

	font-size: 15px;
	display: block;
	clear: both;
	padding: 20px 0px 20px 0px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active {
	padding: 6px 9px 6px 9px;
	margin: 3px;
	text-decoration: none;
	border: 1px solid #C8C8C2;
	background: #FCFCFC;
	color: #999;
}

.wp-pagenavi a:hover {
	border: 1px solid #a7a7a3;
	color: #444;
}

.wp-pagenavi span.pages {
	padding: 6px 9px 6px 9px;
	margin: 3px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #999;
}

.wp-pagenavi span.current {
	padding: 6px 9px 6px 9px;
	margin: 3px;
	text-decoration: none;
	border: 1px solid #a7a7a3;
	background: #FCFCFC;
	font-weight: bold;
	color: #444;
}

.wp-pagenavi span.extend {
	padding: 6px 9px 6px 9px;
	margin: 3px;
	text-decoration: none;
	border: 1px solid #C8C8C2;
	background: #FCFCFC;
}

.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi {
	margin-left: auto !important;
	margin-right: auto; !important
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.extend {
	margin: 0 5px !important;
	padding: 7px 17px !important;
	background: #fff !important;
	color: #2680ba !important;
	border: 0;
	-webkit-box-shadow: 0px 0 2px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0 2px 0px rgba(204,204,204,1);
	box-shadow: 0px 0 2px 0px rgba(204,204,204,1);
}
.wp-pagenavi a:hover{
	background: #e3f3ff !important;
}
.wp-pagenavi span.current {
	margin: 0 5px !important;
	padding: 7px 17px !important;
	background: #2680ba !important;
	color: #fff !important;
	border: 0;
	-webkit-box-shadow: 0px 0 2px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0 2px 0px rgba(204,204,204,1);
	box-shadow: 0px 0 2px 0px rgba(204,204,204,1);
}
.wp-pagenavi span.pages {
	color: #ffffff !important;
}
.wp-pagenavi {
	font-size: 15px !important;
}

/* form */
.sbmt_area{
margin: 20px 0 20px 0;
padding: 10px;
text-align: center;
}

.sbmt_area input[type=submit]{
margin: 0 auto;
padding: 15px 10px;
background: #00357d;
display: block;
color: #fff;
width: 300px;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}

.sbmt_area input[type=submit]:hover{
background: #6bc0ff;
-webkit-transition: 0.4s ;
transition: 0.4s ;
}

.mod_area{
margin: 0 0 50px 0;
padding: 10px;
text-align: center;
}

.mod_area input{
margin: 0 auto;
padding: 15px 10px;
background: #bdbdbd;
display: block;
color: #fff;
width: 300px;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}

.mod_area input:hover{
background: #98bee1;
-webkit-transition: 0.4s ;
transition: 0.4s ;
}
.btnline{
margin: 40px auto;
padding: 0;
width: 680px;
display: table;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}

.btnline .btnline_left,
.btnline .btnline_right{
margin: 0;
padding: 0;
display: table-cell;
text-align :center;
vertical-align:top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}

.btnline .btnline_left .mod_area,
.btnline .btnline_right .sbmt_area{
margin: 0;
padding: 0;
}

