@charset "UTF-8";
*{
	outline:none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:top;
	background:transparent;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul.sp_list{
	margin-left:0 !important;
}
ul.sp_list li {
	list-style: none;
}
ol{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
}
ol.sp_list{
	margin-left:0 !important;
}
ol.sp_list li {
	list-style: none;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
	font-style:italic;
	padding:0 3em;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:top;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
th {
	font-weight: normal;
	text-align: left;
}

hr {
	/*
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
    */
    margin: 0;
}

input, select {
	vertical-align:middle;
}


body, table, form, select, input, textarea {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body {
	font-size: 12px;
}

a{
	color: #000;
	text-decoration:none;
	outline: none;
	transition: opacity .4s;
}
a:hover,a:visited{
	color: #000;
	text-decoration: none;
	opacity: 0.8;
}
img{
	max-width: 100%;
	height: auto;
}

/* from pagenavi-css  */

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* ***********************************************************************
	clearFix
*********************************************************************** */
.clearFix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/*
.clearFix {
	display: inline-block;
}
* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}
*/
.clear{
	clear:both;
}

