@charset "UTF-8";

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

INIT

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

html {
	color: #333;
	background:#fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote, th, td {
	margin: 0; padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}

caption, th {
 text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	/* font-weight: normal; */
}
q: before, q: after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup{
	vertical-align:super;
	font-size:80%;
} 
sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

input {
	font-family:Arial,Helvetica,sans-serif;
}

textarea {
	font-family:Arial,Helvetica,sans-serif;
}

p { line-height:1.6em;}

@-moz-document url-prefix() {
	input { font-size: 88%; }
	textarea { font-size: 88%;}
}
/**************************************************************************************************

TEXT

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

body, table, select {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP",Meiryo,sans-serif;
	color: #000;
	line-height: 1.2em;
	letter-spacing: 0;
}
body {
	font-size: 20px;
}

/*Androidのテキスト折り返し対策*/
p, td, ul,h1,div.planex {background-image:url("images/transparent.png");}



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

Wordpress用

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

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;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }


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

Page Navi

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

.posts-navi {
	margin: 0px auto;
	padding:20px 0px;
	text-align:center;
}

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

BACKGROUND

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

.over a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


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

LINKTEXT

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

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

LINKTEXT

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

a:link {
	color:#565656;
	text-decoration: none;
}
a:visited {
	color:#565656;
	text-decoration: none;
}
a:hover {
 	color:#f5620a;
	text-decoration: none;
}

a:active {
	color:#565656;
	text-decoration: none;
}

a:link.bgglay {
	text-decoration: none;
}
a:visited.bgglay {
	text-decoration: none;
}
a:hover.bgglay {
	background-color:#e0e0e0 !important;
	text-decoration: none;
}
a:active.bgglay {
	text-decoration: none;
}


.postContents a:link {
	color:#347dc0;
	text-decoration: none;
}
.postContents a:visited {
	color:#347dc0;
	text-decoration: none;
}
.postContents a:hover {
	color:#f5620a;
	text-decoration: none;
}
.postContents a:active {
	color:#347dc0;
	text-decoration: none;
}


a:link.white {
	color:#fff;
	text-decoration: none;
}
a:visited.white {
	color:#fff;
	text-decoration: none;
}
a:hover.white {
	color:#f5f5f5;
	text-decoration: none;
}
a:active.white {
	color:#fff;
	text-decoration: none;
}

a:link.blue {
	color:#347dc0;
	text-decoration: none;
}
a:visited.blue {
	color:#347dc0;
	text-decoration: none;
}
a:hover.blue {
	color:#f5620a;
	text-decoration: none;
}
a:active.blue {
	color:#347dc0;
	text-decoration: none;
}

a:link.red {
	color:#c4302b;
	text-decoration: none;
}
a:visited.red {
	color:#c4302b;
	text-decoration: none;
}
a:hover.red {
	color:#dc40cb;
	text-decoration: none;
}
a:active.red {
	color:#c4302b;
	text-decoration: none;
}

a:link.gold {
	color:#A28422;
	text-decoration: none;
}
a:visited.gold {
	color:#A28422;
	text-decoration: none;
}
a:hover.gold {
	color:#ff0000;
	text-decoration: underline;
}
a:active.gold {
	color:#A28422;
	text-decoration: none;
}

a:link.pink {
	color:#ee5faa;
	text-decoration: none;
}
a:visited.pink {
	color:#ee5faa;
	text-decoration: none;
}
a:hover.pink {
	color:#4182ba;
	text-decoration: underline;
}
a:active.pink {
	color:#ee5faa;
	text-decoration: none;
}


#pankuzuBox a:link {
	color:#565656;
	text-decoration: none;
}
#pankuzuBox a:visited {
	color:#565656;
	text-decoration: none;
}
#pankuzuBox a:hover {
	color:#565656;
	text-decoration: underline;
}
#pankuzuBox a:active {
	color:#565656;
	text-decoration: none;
}
.wp-pagenavi a:link {
	color:#565656;
	text-decoration: underline;
}
.wp-pagenavi a:visited {
	color:#565656;
	text-decoration: underline;
}
.wp-pagenavi a:hover {
	color:#565656;
	text-decoration: none;
}
.wp-pagenavi a:active {
	color:#565656;
	text-decoration: underline;
}

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

CLEAR

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

.clear {
clear:both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
