@charset "utf-8";



.ch{
    float: left;
}
.bb .ch {   /* 50%, 50% */
    width:50%;
}
.bb1 .ch:first-child {   /* 40%, 60% */
    width:60%;
}
.bb1 .ch:last-child {   /* 40%, 60% */
    width:40%;
    border-right: none;
}
.bb2 .ch:first-child {   /* 60%, 40% */
    width:40%;
}
.bb2 .ch:last-child {   /* 60%, 40% */
    width:60%;
    border-right: none;
}
.bb3 .ch:last-child {   /* 30%, 70% */
    width:30%;
    border-right: none;
}
.bb3 .ch:last-child {   /* 30%, 70% */
    width:70%;
    border-right: none;
}
.bb4 .ch:last-child {   /* 70%, 30% */
    width:70%;
    border-right: none;
}
.bb4 .ch:last-child {   /* 70%, 30% */
    width:30%;
    border-right: none;
}


.cc .ch {   /* 33.33%, 33.33%, 33.33% */
    width: 33.33%;
}
.cc .ch:nth-of-type(3n){
    border-right: none;
}

.dd .ch {   /* 33.33%, 33.33%, 33.33% */
    width: 25%;
}

.dd .ch:nth-of-type(4n){
    border-right: none;
}

.dd .ch:last-child {  
    width:25% !important;
    margin-right: none !important;
}

/* 子要素右側余白 */
.ch1{
    border-right: 1px solid transparent;
    box-sizing: border-box;    
}
.ch2 {
    border-right: 20px solid transparent;
    box-sizing: border-box;
}
.ch3 {
    border-right: 10px solid transparent;
    box-sizing: border-box;
}
.ch4 {
    border-right: 20px solid transparent;
    box-sizing: border-box;
}
.ch5 {
    border-right: 30px solid transparent;
    box-sizing: border-box;
}
.ch6 {
    border-right: 40px solid transparent;
    box-sizing: border-box;
}
.ch7 {
    border-right: 50px solid transparent;
    box-sizing: border-box;
}

.ch10 {
    border-left: 50px solid transparent;
    box-sizing: border-box;
}

/* 孫要素画像 */


.gcimg {
    text-align: center;
}
.gcimg img{
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}


.iframe-box {
    position: relative;
    width: 100%;
    padding: 54% 0 0 0;
}
.ch iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ---------------------------------------------------------------------
構成
--------------------------------------------------------------------- */


p.wp-caption-text {
	margin: 0px !important;
	padding: 5px !important;
	font-size: 12px;
	text-align: left;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

p.nospace {
	margin: 0px;
	padding: 0px;
}


/* ---------------------------------------------------------------------
　　ヘッダー
--------------------------------------------------------------------- */


h1 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 2em;
	height: 28px;
}

.h_l {
	float: left;
	width: 450px;
	height: 110px;
	text-align: left;
}
.h_r {
	width: 500px;
	height: 110px;
	vertical-align: top;
	float: right;
	text-align: right;
}

/* ---------------------------------------------------------------------
　　共通部分
--------------------------------------------------------------------- */
.main-contents {
/*	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: #f8f7f3;
	background-image: url(../images/main-contents_bg.gif);
	background-repeat: no-repeat;
	background-position: top;*/
}

/*.topic1 {
	float: left;
	width: 650px;
}*/

.topic0 {
	width: 1000px;
}

.topic1 h1 {
	width: 100%;
	font-size: 125%;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 8px;
	padding-left: 25px;
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
}

.topic1 h2 {
	width: 100%;
	font-size: 125%;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 8px;
	padding-left: 25px;
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
}

.topic1 h3 {
	width: 100%;
	font-size: 115%;
	color: #000000;
	padding-top: 5px;
	padding-left: 10px;
}

.topic1 h4 {
	margin-right: 0px;
	font-size: 95%;
	color: #000000;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
}

.topic2 {
	width: 220px;
	box-sizing: border-box;
}
@media(max-width:600px){
	.topic2 {
		width: 100%;
	}
}

.topic2-inner {
	/*margin-left: 10px;*/
	margin-bottom: 15px;
}

.topic2 p {
	margin-bottom: 10px;
}

.btn_list a img {
	margin-bottom: 10px;
}

/*　プライバシーポリシー　サイトマップ　相互リンク */
.abox {
	width: 250px;
	font-size: 110%;
	background-image: url(../images/abox-body.gif);
	background-repeat: repeat-y;
}

.abox ul {
	left: 30px;
	position: relative;
}

.abox li {
	background-image: url(../images/icon1.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 13px;
	line-height: 2em;
	padding-top: 7px;
	padding-left: 30px;
}


/* ---------------------------------------------------------------------
新着記事一覧
--------------------------------------------------------------------- */

/*#top01 {
	font-size: 80%;
	width: 270px;
	float: left;
	margin-right: 49px;
}

#top02 {
	width: 310px;
	float: left;
}*/
#top02 h2 {
	margin-bottom: 30px;
}

/*end for recna*/

/*#top-news {
	width: 310px;
	padding-bottom: 5px;
	line-height: 1.3em;
}*/

#top-news .day {
	color: #666;
	font-weight: bold;
}

#top-news .title {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #ccc;
}

/*#top-news a {
	text-decoration: none;
	color: #333333;
}

#top-news a:hover {
	text-decoration: underline;
	color: #0099CC;
}*/

/*#top-news .line {
	border-bottom: 1px dotted #CCCCCC;
	margin: 3px 0px 5px 0px;
}*/

/*一覧へのリンク*/
#top-news p {
	text-align: right;
}
#top-news p a {
	padding: 0 0 0 10px;
	background: url(../img/arrow_blue.png) 0 45% no-repeat;
}

/* ------------------------------------------------------- */

#top-left p {
}

#top-left p a img {
	margin-bottom:10px !important;
}

#top-right {
	float: right;
	width: 280px;
	font-size: 80%;
}

#top-right p {
}

#top-right p a img {
	margin-bottom:10px !important;
}


/* ---------------------------------------------------------------------
　　フッター
--------------------------------------------------------------------- */



/* ---------------------------------------------------------------------
　　サブページ
--------------------------------------------------------------------- */

.sub-frame {
	/*font-size:80% !important;
	line-height: 170% !important;
	width: 645px;*/
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.sub-frame0 {
	/*font-size:80% !important;
	line-height: 170% !important;*/
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sub-frame p {
	margin-bottom: 20px;
}

.sub-frame0 p {
	margin-bottom: 20px;
}

#option-table {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sub-title {
	background-image: url(../images/sub-title.gif);
	height: 30px;
	font-size: 14px;
	line-height: 2.2em;
	font-weight: bold;
	padding-left: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.mail-frame {
	width: 80%;
	border: 1px solid #E7E7E7;
	background-color: #FCFBF4;
}


/*　contact　*/
.font-smallred {
	font-size: 70%; !important
	color: #FF3300; !important
}

table.mailform {
	width: 100%;
	padding: 10px;
	text-align: left;
	font-size: 100%;
}

.mfptr input,
.mfptr textarea,
.sub-frame input,
.sub-frame textarea,
.sub-frame0 input,
.sub-frame0 textarea
 {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 3px;
}



table.mailform tr td {
	padding: 7px 10px 7px 10px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 100%;
}
table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}

/* サイトマップ */
.sitemap-frame {
	width: 574px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.sitemap-frame list {
	margin-bottom:3em;
}

.sitemap-frame ul {
	list-style:none;
}
.sitemap-frame li a:link {
	display:block;
	margin-bottom:0.25em;
	background: url('../images/icon2.gif') no-repeat 2px 8px;
	color:#333333;
	text-decoration: underline;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 25px;
}


.sitemap-frame li a:visited {
	display:block;
	margin-bottom:0.25em;
	background: url('../images/icon2.gif') no-repeat 2px 8px;
	color:#333333;
	text-decoration: underline;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 25px;
}

.sitemap-frame li a:hover {
	color:#0099CC;
	text-decoration: none;
}

.sitemap-frame ul ul{
	list-style:none;
	margin-left: 45px;
}


/* ---------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　　　　　end ページ構成
--------------------------------------------------------------------- */



/* ---------------------------------------------------------------------
　　ブログ
--------------------------------------------------------------------- */

.blog-title {
	width: calc(100% – 25px);
	font-size: 115%;
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 8px;
	padding-left: 25px;
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	background-position: 0px 4px;
}

.sub-frame .blog-title a:link,
.sub-frame0 .blog-title a:link {
	color: #000000;
}

.sub-frame .blog-title a:visited,
.sub-frame0 .blog-title a:visited {
	color: #000000;
	text-decoration: underline;
}

.sub-frame .blog-title a:hover,
.sub-frame0 .blog-title a:hover {
	color: #CCC;
	text-decoration: none;
}

.the-date {
	color: #0099CC;
	text-align: right;
}

.archive-title {
	background-image: url(../images/sub-title.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 100%;
	font-size: 14px;
	line-height: 2.2em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 20px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.archive-title a:link,
.archive-title a:visited
 {
	color: #FFFFFF;
	text-decoration: none;
}
.archive-title a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.entry-asset {
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.asset-header {
	padding:0;
}

.asset-name {
	background: url('../images/arrow01.gif') no-repeat 8px center;
	color:#333;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:115% !important;
	font-size:110%;
	border-bottom: 1px dotted #FF9900;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.page-asset .asset-name{
	padding:4px 10px 0px 15px;
	margin:0 0 0px 0;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
	color:#633195;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666699;
}

.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
	text-decoration: none;
}

.asset-body {
	margin:0px;
}

.asset-more {
	margin:0px;
}

.more-link {
	_height:1px;
	clear:both;
	display: block;
	margin:10px 0;
	padding:0 0 0 15px;
	background: url('../images/arrow_sitemap01.gif') no-repeat left center;
}


.asset-meta {
	text-align:right;
	margin:0px;
	font-size:100%;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

/* ---------------------------------------------------------------------
サイドバー　Widget：[サイド]共通
--------------------------------------------------------------------- */
#beta .widget {
	margin-bottom: 10px;
}

#beta-inner {
	/*margin-left: 10px;*/
	margin-top: 10px;
}

#beta a:link,
#beta a:visited {
}

#beta a:hover {
	text-decoration: underline;
}

#beta .widget-header {
	font-size: 90% !important;
	height: auto;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 1.3em;
	/*	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #78B000;*/
	background-color: #666;
	padding: .3em .5em;
}

#beta .widget select {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#beta .widget ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

#beta .widget ul ul {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 1em;
}

#beta .widget li {
	background-image: url(../img/arrow_blue.png);
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 10px;
	font-size: .85em;
	background-position: 0px 8px;
	line-height: 1.5em;
	border-top: 1px dashed #ccc;
}
#beta .widget li:first-child {
	border: none;
}
#beta .widget ul ul li {
	font-size: 1em;
}

/* ---------------------------------------------------------------------
コメント&トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	margin:10px 0;
}

#comment-text {
}

#trackbacks .trackbacks-header,
#comments .comments-header,
.comments-open-header {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
}

.trackbacks-info {
	padding:10px;
}

#comments {
	margin:10px 0 0;
}


#comments .comments-content {
	padding:0 10px;
}
.comment {
	margin:10px;
}

.comment .inner {
	padding:5px 10px;
	border:1px solid #999;
	background:#eee;
	_height:1px;
}

.comment .comment-header {
	padding:0 5px;
	margin:0 0 5px;
}


.comment .comment-content{
	padding:0 5px;
}

.comments-open {
	margin-top: 20px;
}

.comments-open-content {
	padding:10px;
}

#comment-submit {
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #cccccc;
	padding:2px;
	height:1.7em;
}

.comment-footer {
	text-align:right;
	margin:0;
	padding:5px;
	border-top: 1px dotted #999;
	font-size:95% !important;
	font-size:90%;
}

/* end */

/*:link,:visited {
    text-decoration: none;
}/*
img{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	vertical-align: bottom;
}


html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr {
    margin: 0;
    padding: 0;
}


h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

/*table,tbody,td {
	border-spacing: 0;
	margin: 0px;
}*/

fieldset,img,abbr,acronym {
	border: 0;
	margin: 0px;
	padding: 0px;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

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

a {
    text-decoration: underline;
    outline: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

a img,:link img,:visited img {
	border: none;
	margin: 0px;
	padding: 0px;
}

address {
    font-style: normal;
    display: inline;
}

/* Utilities ----------------------------------------------------------------- */
#content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    line-height: 0;
}

#content-inner {
	display: inline-block;
}

/* no ie mac \*/
#content-inner { display: block; }


/* Assets */
.asset-body,
.asset-more,
.more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.trackbacks-info,
.trackback-content,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}


.asset-name {
    margin-bottom: .25em;
}

.asset-meta {
	font-size: 12px;
	padding-top: 2px;
	font-weight: normal;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

a:link .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px !important;
    text-align: center !important;
}

a:link .alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

/* Feedback */
.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
	margin:0;
	padding:0;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    margin-left: 15px;
}

.widget li {
    /*margin-top: 5px;
    margin-bottom: 5px;*/
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.widget-search ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li {
    margin: 5px 0;
}

/* Layout ----------------------------------------------------------------- */
#header, #content, #alpha, #beta, {
    position: relative;
}

/*#alpha, #beta {
	display: inline;
	float: left;
	vertical-align: top;
}*/

#header-inner, #content-inner, 
#alpha-inner, #beta-inner {
    position: static;
}

#header-inner, #content-inner, {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
    overflow: hidden;
	padding: 0;
}


/* -- サイトマップ・お問合せリンク -- */
#header .sub-contents {
	padding:0 15px 5px 0;
	font-size:85% !important;
	font-size:80%;
	text-align:right;
}


/* -- 検索フォーム -- */
#header .header-search {
	font-size:85% !important;
	font-size:80%;

}

#header .header-search .box {
	width:120px;
}

#header .search-content {
	padding:0 15px 5px 0;
}

#header .search-content label {
}

#header .header-search .submit {

	background-color: #F4F4F4;
	color:#333333;
	border:1px solid #C9C9C9;
	padding:0 2px;
	height:22px;
}



/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-not-found {
	margin:10px;
}

.search-form-header {
	padding:4px 10px 4px 15px;
	margin:0 0 7px 0;
	border-top:2px solid #a62811;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
	color:#993400;
	background:#fcefab;
}

.search-form-content {
	padding:20px;
	border:1px solid #A88F06;
	text-align:center;
	width:70%;
	margin:auto;
	background:#FEFAE0;
}

.search-results-header {
	margin:20px 0 5px;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
	color:#000;
}

.search-form-content .box {
	width:200px;
}

.search-form-content .submit{
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #cccccc;
	padding:2px;
	height:1.7em;
}

#search-options {
	padding-top:10px;
}


/* ---------------------------------------------------------------------
Widget：[サイド]当サイトのRSSを購読
--------------------------------------------------------------------- */
.rss {
	width:168px;
	margin:0 0 15px 15px;
}

.rss-content {
	background: url('../images/rss.gif') 0 center no-repeat;
	padding-left:18px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rssフィード
--------------------------------------------------------------------- */
.widget-header a.rsswidget {
	text-decoration:underline;
}

.widget-header a.rsswidget:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content {
	font-size:90% !important;
	font-size:85%;
	width:150px;
	background: #B58401;
	margin: 5px 0 15px 15px;
	padding: 10px;
	color:#ffffff;
	border: 3px solid #9A7001;
	overflow: hidden;
}

.free-content a {
	color:#ffffff;
}

/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget_calendar caption {
	text-align:center;
	margin-bottom:5px;
}

.widget_calendar #calendar_wrap {
	width:160px;
	margin:0 auto;
}

.widget_calendar #calendar_wrap table {
	text-align:center;
	margin:0 auto;
	width: 100%;
}

.widget_calendar #calendar_wrap table td {
	padding:1px 3px;
}

.widget_calendar #calendar_wrap table td a {
	font-weight:bold;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}


/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */


#header-inner {
	z-index:15;
	position: relative; /* important */

}

#header-contents {
	width:100%;
}

#header-contents .left {
	width:60%;
	float:left;
}

#header-contents .right {
	width:40%;
	float:right;
	text-align:right;
	padding:8px 0 5px 0;
}

#header-description {
	font-size:95% !important;
	font-size:90%;
	line-height: 1.2;
	width:815px;
	padding:20px 0 7px 15px;
}


.faq_waku {
	line-height: 2em;
}


/*ページナビ用*/
.tablenav {
	color: #0099CC;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
	background-color: #FFFFFF;
}

a.page-numbers, .tablenav .current {
	color: #0099CC;
	padding: 2px .4em;
	border:1px solid #0099CC;
	text-decoration:none;
}

a.page-numbers:hover {
	color:#FFFFFF;
	background-color: #0099CC;
}

.tablenav .current {
	color: white;
	font-weight:bold;
	background-color: #0099CC;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-weight:normal;
}

.tablenav .page-numbers:hover {
	color:#FFFFFF;
	background-color: #0099CC;
}

/*end ページナビ用*/



/* -----　single-normal next previous　----- */
.previous-navi {
	float: left;
	font-size: .8em;
	line-height: 1.3;
}

.next-navi {
	padding-top: 10px;
	float: right;
	font-size: .8em;
	line-height: 1.3;
}


/* ------------------------------------- */

h2.font01a {
	width:93%;
	background: none;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5E318E;
	border-bottom-color: #5E318E;
	padding:10px 3px 10px 15px;
}

h2.font01b {
	width:93%;
	background: none;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #53C2F0;
	border-bottom-color: #53C2F0;
	padding:10px 3px 10px 15px;
}

h2.font01c {
	width:93%;
	background: none;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #39B54A;
	border-bottom-color: #39B54A;
	padding:10px 3px 10px 15px;
}

h2.font01d {
	width:93%;
	background: none;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCEE21;
	border-bottom-color: #FCEE21;
	padding:10px 3px 10px 15px;
}

h2.font01e {
	width:93%;
	background: none;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FBB03B;
	border-bottom-color: #FBB03B;
	padding:10px 3px 10px 15px;
}

h2.font01f {
	width:93%;
	background: none;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	padding:10px 3px 10px 15px;
}


