﻿/*
Theme Name: eqlabo2013
Template: twentyeleven
Theme URI: http://earthquakenet.com/
Author: dix-house
Author URI: http://www.dix-house.co.jp/
Version: 
License: 
License URI: 

*/

/* 2013年2月サイトをワードプレスに移行。////////////////////////////////////////////////////////////////-
株式会社ディスハウス
Twenty Elevenを親テーマとした子テーマ「eqlabo2013」を設置。
 */
 

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;  /*	追加	*/
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	/*padding: 0 2em;*/
	padding: 0 1em;
	
}
#page {
	/*margin: 2em auto;*/
	margin: 1em auto;
	/*max-width: 1000px;*/
	/*max-width: 950px;*/
	width:950px;/*追加*/
}
#branding hgroup {
	/*margin: 0 7.6%;*/
	margin: 0 0;
}
#access div {
	/*margin: 0 7.6%;*/
	margin: 0 0;
}
/*コンテンツ部分の左右の白部分はデフォルトで、7.6%です。
この部分をゼロ指定。
管理画面で右側にコンテンツ配置を選択しているので、
次項のight Contentの調整が必要。*/
#primary {
	float: left;
	/*margin: 0 -26.4% 0 0;*/
	margin: 0 -39% 0 0;
	width: 100%;
}
#content {
	/*margin: 0 34% 0 7.6%;*/
	margin: 0 39% 0 0;
	/*width: 58.4%;*/
	width: 61%;
	font-size:110%;  /*	追加　フォントサイズ拡大	*/
}
#secondary {
	float: right;
	/*margin-right: 7.6%;*/
	margin-right: 0;
	/*width: 18.8%;*/
	width: 31.6%;
	/*border-bottom:1px solid #000;*/
	font-size:108%;  /*	追加　フォントサイズ拡大	*/
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}
.singular #content{
	margin:0 0 0 0; /*	追加	*/
	width:100%; /*	追加	*/
	}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 68.9%;
}

/* Singular *//*固定ページのページ属性において、テンプレートを選択している場合に、
固定ページはfunction.phpの処理により、bodyのクラスにsingularが付く。
メルマガバックナンバーのページは、固定ページだがサイドバーを出現させたいので、不要なマージンを消しています*/
.page-id-174.singular #primary {
	/*margin: 0;*/
	margin: 0 -31.6% 0 0;
	padding:0 0 0 0;
	width: 100%;
}
.page-id-174.singular #content,
.page-id-174.left-sidebar.singular #content {
	/*margin: 0 7.6%;
	position: relative;
	width: auto;*/
	margin: 0 39% 0 0;
	width: 61%;
}
.page-id-174.singular #secondary, 
.page-id-174.left-sidebar.singular #secondary {
	float: right;
	margin-right: 0;
	width: 31.6%;
}
.page-id-174.singular .entry-header,
.page-id-174.singular .entry-content,
.page-id-174.singular footer.entry-meta,
.page-id-174.singular #comments-title {
	margin: 0 auto;
	/*width: 68.9%;*/
	width: 100%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */　　/*固定ページのページ属性において、テンプレートを選択している場合*/
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* mz */　　/*固定ページのページ属性において、テンプレートを選択している場合*/
.page-template-mz-php #primary,
.left-sidebar.page-template-mz-php #primary {
		/*float: left;*/
	/*margin: 0 -26.4% 0 0;*/
	/*margin: 0 -39% 0 0;*/
	margin: 0 -31.6% 0 0;
	padding:0 0 0 0;
	width: 100%;
	/*border:1px solid #000;*/


}
.page-template-mz-php #content,
.left-sidebar.page-template-mz-php #content {
	/*margin: 0 34% 0 7.6%;*/
	margin: 0 39% 0 0;
	/*width: 58.4%;*/
	width: 61%;
	
}
	
.page-template-mz-php #secondary, 
.left-sidebar.page-template-mz-php secondary {
	float: right;
	/*margin-right: 7.6%;*/
	margin-right: 0;
	/*width: 18.8%;*/
	width: 31.6%;
	border-bottom:1px solid #000;
}
.page-template-mz-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-mz-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
/* 管理画面で右側にコンテンツ配置を選択すると有効なる。*/
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	/*margin: 0 7.6% 0 34%;
	width: 58.4%;*/
	margin: 0 0 0 39%;
	width: 61%;
}
.left-sidebar #secondary {
	float: left;
	/*margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;*/
	margin-left: 0;
	margin-right: 0;
	width: 31.6%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	/*color: #373737;*/
	color:#000000;
	/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	/*line-height: 1.625;*/
	line-height: 1.8;
}
body {
	/*background: #e2e2e2;*/
	background: #fff;/*ページ背景を白で指定*/
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	/*color: #373737;*/
	color:#000000;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	/*border-top: 2px solid #bbb;*/
	border-top: none;
	/*padding-bottom: 10px;*/
	padding-bottom: 0;
	position: relative;
	z-index: 9999;
}

#branding hgroup{
	/*width:540px;*/
	/*border:1px solid;*/
	}
#site-title {
	width:262px;
	margin:0 0 10px 30px;/*ボトムマージンで、h1部分のロゴマークとグローバルナビとの隙間確保*/
	padding:0;
	display:block;
}
#site-title-e {
	width:262px;
	margin:-10px auto 80px 300px;/*ボトムマージンで、h1部分のロゴマークとグローバルナビとの隙間確保*/
	padding:0;
	display:block;
	/*英語版のh1部分のロゴマーク*/
}
#site-title a {
	color: #111;
	/*font-size: 30px;*/
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#divdescription{
	width:600px;
	position:absolute;
	top:0;
	left:250px;
	text-align:center;
	}
#site-description {
	color: #7a7a7a;
	/*font-size: 14px;*/
	font-size: 12px;
	text-align:center;	
}
#branding h2#site-description{
	font-size:125%;
	font-weight: normal;
	color:#990000;/*←赤い文字色*/
/*	position:absolute;
	top:-10px;
	left:370px;*/
	/*人の生命と財産を守る*/
	}
#branding h2#site-description span{
	font-size:80%;
	/*＜その願いをこめて＞*/
	}
#branding p#description{
	font-size:115%;
	line-height:1.1em;
/*	position:absolute;
	top:15px;
	left:400px;
	text-align:center;*/
	/*日本語ページ内の英語での説明文*/
	}
#branding #description_e{
	font-size:110%;
	line-height:1.2em;
	position:absolute;
	top:70px;
	/*left:31%;*/
	left:320px;/*見た目で中央に配置*/
	text-align:center;
	/*英語ページ内の英語での説明文*/
	}
#branding #description_e span.txt01{
	font-size:100%;
	font-weight:bold;
	/*英語ページ内の英語での説明文の強調部分。*/
	}
#branding #description_e span.txt02{
	font-size:100%;
	color:#006699;/*←青い文字色*/
	/*英語ページ内の英語での説明文。*/
	}
#branding img {
	height: auto;
	display:block;
	width: auto;
}
#branding table#unvcbox img {
	height: auto;
	display:inline;
	width: auto;
	/*大学のテーブル内画像にディスプレイブロックが掛かっているので、インラインに戻す指定。ブロックのままだと画像の次に余計な改行が表示される。*/
}
#branding table#unvcbox {
	margin:0;
	position:absolute;
	top:10%;
	left:68%;
	/*大学のロゴのポジション*/
	}
#branding table#unvcbox th,
#branding table#unvcbox td{
	text-align:center;
	line-height:1.5em;
	font-size:76%;
	/*大学のテーブル内文字の指定*/
}
#branding p.vlfulfgps{
	font-size:85%;
	position:absolute;
	top:0;
	left:760px;
	/*ヘッター内の「VLF/LF電離層擾乱・ULF電磁放射・GPS衛星電波の解析」の文字。*/
	}
#boxbosai{
	position:relative;
	}
/*BOSAIのロゴ画像をヘッター内に20150321設置*/
.imgbosai{
	width:300px;
	margin:-10px auto 0 auto;
		}
/*F-netのロゴ画像と文章をヘッター内に20160811設置*/
.text2016fnet{
	/*position:absolute;
	top:60px;
	left:0px;*/
	font-size:120%;
	line-height:1.4em;
	text-align: left ;
	padding:8px 0;
	border-bottom: 1px solid #000000;
	}
/*「地震解析ラボ」は、科学とテクノロジーの融合を実現して、、、20160912設置*/
.text2016fnet .text2016labo{
	font-size:1rem;;
	/*margin-bottom:8px;*/
	/*font-weight:bold;*/
	/*color:#006699;*/
	/*←青い文字色*/
	}
.text2016fnet img.logonied{
	/*branding内の画像にディスプレイブロックが指定してある*/
	/*display:inline;*/
	margin-bottom:-4px;
	width:100px;
	height:24px;
	}
/*英語ページに、F-netのロゴ画像と文章をヘッター内に20160915設置*/
#branding .box_nied_e{
	clear:both;
	padding-top:20px;
	/*マージンではなくパティングで位置調整*/
	}
.divnied{
		padding:12px 0;
		line-height:1.2em;
		border-bottom: 1px solid #000000;
		text-align:left;
		}
.divniedtxt{
	font-size:0.8rem;
		margin:0;
		}

#branding img.logonied{
	float:left;
	/*英語ページでNIED画像を左フロート。*/
	}
img.logonied-j{
	float:left;
	margin:-4px 12px 0 60px;
	/*日本語トップ以外のページのロゴはフロートさせる。*/
	}
.divniedtop img.logonied-j{
	/*日本語トップページのロゴはフロートさせない。上書き指定。*/
	float: none;
	margin:-4px 12px 0 0;
	}
#branding .text2016fnet_e{
	font-size:115%;
	line-height:1.2em;
	/*文章を2行組みで設置。*/
	}

	
	
/* =Menu
-------------------------------------------------------------- */

#access {
	
	background: #ffffff;
/*	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#access ul {
	/*font-size: 13px;*/
	font-size: 14px;
	list-style: none;
	/*margin: 0 0 0 -0.8125em;*/
	margin: 0 0 0 0;
	padding-left: 0;
	/*border-left:1px solid #FFF;*/
}
#access li {
	float: left;
	position: relative;
	width:12%;
}
#access ul#menu-english li {
	/*英語ページの水平メニュー*/
	float: left;
	position: relative;
	width:12.4%;
}

#access a {
	color: #000;
	display: block;
	
	background: #c0c9ce; /* Show a solid color for older browsers */
	background: #c0c9ce url("images/nav/nav_bkg_off.png") repeat-x;/* ie用背景画像 */
	background: -moz-linear-gradient(#d0dbdf, #757c81);
	background: -o-linear-gradient(#d0dbdf, #757c81);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0dbdf), to(#757c81)); /* older webkit syntax */
	background: -webkit-linear-gradient(#d0dbdf, #757c81);
	
	/*line-height: 3.333em;*/
	line-height: 2.5em;
	/*padding: 0 1.2125em;*/
	padding: 0 0;
	text-align:center;
	text-decoration: none;
	border-right:2px solid #eee;
	
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}
#access a {
}
#access ul li:first-child a{
		-moz-border-radius:6px 0 0 6px;
	-o-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
	/*メニューの1番目の角丸指定*/
	}
#access ul li:first-child{
	/*メニューの1番目の幅を11％から9％に縮小*/
	}
#access li#menu-item-132{
	width:14%;
	/*「地震予測について」の幅を11％から13％に拡大*/
	}
#access li#menu-item-5273 a{
	-moz-border-radius:0 6px 6px 0;
	-o-border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
	border-right: none;
	/*お知らせの右線を隠す。角丸。*/
	}
#access li#menu-item-1586 a{
	-moz-border-radius:0 6px 6px 0;
	-o-border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
	border-right: none;
	/*英語版のコンタクトの右線を隠す。角丸。*/
	}
	
/*メニュー部ピンク色部。サービス一覧。始まり。*/
/*#access li#menu-item-4311 a{
	background: #FED1E9;
	-pie-background: linear-gradient(#ffeaf5, #FC9EC9);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffeaf5), color-stop(1.00, #FC9EC9));
	background: -webkit-linear-gradient(#ffeaf5, #FC9EC9);
	background: -moz-linear-gradient(#ffeaf5, #FC9EC9);
	background: -o-linear-gradient(#ffeaf5, #FC9EC9);
	background: -ms-linear-gradient(#ffeaf5, #FC9EC9);
	background: linear-gradient(#ffeaf5, #FC9EC9);
	}
#access li#menu-item-4311:hover > a,
#access li#menu-item-4311:focus{
	background: #FC9EC9;
	background: #FC9EC9 url("images/nav/nav_bkg_on.png") repeat-x;
	-pie-background: linear-gradient(#FC9EC9, #ffeaf5);
	background: -moz-linear-gradient(#FC9EC9, #ffeaf5);
	background: -o-linear-gradient(#FC9EC9, #ffeaf5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FC9EC9), to(#ffeaf5));
	background: -webkit-linear-gradient(#FC9EC9, #ffeaf5);
	color: #ffffff;
	}*/
/*メニュー部ピンク色部。サービス一覧。終わり。*/


#access li#menu-item-248 a,
#access li#menu-item-199 a,
#access li#menu-item-150 a, 
#access li#menu-item-1533 a, 
#access li#menu-item-1661 a, 
#access li#menu-item-1951 a{
	/*メニュー部青色部*/
	/*#menu-item-1533は英語ページの日本語トップへのリンク*/
	/*#menu-item-1661は日本語から英語ページへのリンク*/
	margin-left:6px;
	border-right: none;

	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	background: #09C; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#8cc3ddf, #3d7aa9);
	background: -o-linear-gradient(#8cc3dd, #3d7aa9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8cc3dd), to(#3d7aa9)); /* older webkit syntax */
	background: -webkit-linear-gradient(#8cc3dd, #3d7aa9);
}
/*#access ul li:first-child a {
	border-left:2px solid #eee;
	}*/
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	/*top: 3.333em;*/
	top: 2.5em;
	left: 0;
	/*width: 188px;*/
	width: 120px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	/*width: 168px;*/
	width: 110px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	/*background: #efefef;*/
	background: #8f979b;
}
#access li:hover > a,
#access a:focus {
	background: #8f979b; /* Show a solid color for older browsers */
	background: #8f979b url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	background: -moz-linear-gradient(#757c81, #d0dbdf);
	background: -o-linear-gradient(#757c81, #d0dbdf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#757c81), to(#d0dbdf)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#757c81, #d0dbdf);
	color: #ffffff;
}
#access li#menu-item-248:hover > a,
#access li#menu-item-199:hover > a,
#access li#menu-item-150:hover > a,
#access li#menu-item-1533:hover > a,
#access li#menu-item-1661:hover > a,
#access li#menu-item-1951:hover > a,
#access li#menu-item-248:focus,
#access li#menu-item-199:focus,
#access li#menu-item-150:focus,
#access li#menu-item-1533:focus,
#access li#menu-item-1661:focus, 
#access li#menu-item-1951:focus{
	/*青色メニュー部のホーバー時の指定*/
	background: #09C; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#3d7aa9, #8cc3ddf);
	background: -o-linear-gradient(#3d7aa9, #8cc3ddf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3d7aa9), to(#8cc3ddf)); /* older webkit syntax */
	background: -webkit-linear-gradient(#3d7aa9, #8cc3ddf);
	color: #ffffff;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	background: #8f979b; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#757c81, #d0dbdf);
	background: -o-linear-gradient(#757c81, #d0dbdf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#757c81), to(#d0dbdf)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#757c81, #d0dbdf);
	color: #ffffff;
}

/*水平メニューの下の日本語と英語の切り替えボタン。*/
ul.lang{ width:234px;
margin:4px 8px 0 710px;
	font-size: 14px;
	font-weight:bold;
	list-style: none;
	}
ul.lang li a{
	width:106px;
	margin:0 5px 0 0;
	padding:6px 0;
	color:#000000;
	text-align:center;
	line-height:1.2em;
	border:solid 1px #000000;
	border-radius:4px;
	float:left;
	}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 0 0 0;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	/*font-size: 26px;*/
	font-size: 20px;
	/*font-weight: bold;*/
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
	text-align: justify; /* 文字列を両端揃えに。Firefox 用 */
	text-justify: inter-ideograph; /* IE 用。 */
	line-height:1.8em; /* 追加。 */
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
/*	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;*/
	font-size:130%; /*追加。h3のタイトルを拡大、太字、青文字に指定。*/
	font-weight:bold;
	color:#006699;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: none;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}

/* テーブルレイアウト用の初期化。始まり。////////////////////////////////////////////////////////////////-
【使用法】投稿内でテーブルレイアウト方法を使用する時、tableにクラスネームtbinitを付ける。
 */
 
#main #content table#tbinit *,
#main #content table.tbinit *{
	vertical-align:top;
	/*line-height:1.5;*/
	/*頭ぞろえはid名またはクラス名でもOK*/
}
.entry-content table.tbinit,
.comment-content table.tbinit {
	/*border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;*/
	border-bottom:none;
	margin: 0 0 0 0;
	width: auto;
}
.entry-content table.tbinit img,
.comment-content table.tbinit img {
width: auto;
}
.entry-content table.tbinit th,
.comment-content table.tbinit th {
	/*color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;*/
	color: #000;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	line-height:1;
	text-transform: none;
}
.entry-content table.tbinit td,
.comment-content table.tbinit td {
	/*border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;*/
	border-top: none;
	padding:0 0 0 0;
}
/* テーブルレイアウト用の初期化。終わり。////////////////////////////////////////////////////////////////-
 */
 
 
/* テーブルレイアウトで1pxの囲み線での初期化。始まり。////////////////////////////////////////////////////////////////-
【使用法】投稿内でテーブルレイアウト方法を使用する時、tableにクラスネームtbinit1pxを付ける。
 */
.entry-content table.tbinit1px,
.comment-content table.tbinit1px{
	border-bottom: 1px solid #ddd;
	border-right:1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content table.tbinit1px td,
.comment-content table.tbinit1px td {
	border-top: 1px solid #ddd;
	border-left:1px solid #ddd;
	padding: 6px 10px 6px 10px;
}

/* テーブルレイアウトで1pxの囲み線での初期化。終わり。////////////////////////////////////////////////////////////////-
 */

.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	/*color: #373737;*/
	color:#000000;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
	height:auto; /* 追加 */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {

	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: none;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}

article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	/*padding: 4.875em 0 0;*/
	adding: 1em 0 0;
	position: relative;
}
.singular.page .hentry {
	/*padding: 3.5em 0 0;*/
	padding: 1em 0 0;
}
.singular .entry-title {
/*	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;*/
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
	max-width: 100%;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}

.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	/*font-size: 16px;*/
	font-size: 12px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	/*color: #373737;*/
	color:#000000;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}


	/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	/*font-size: 10px;*/
	font-size: 14px;
	/*font-weight: 500;*/
	font-weight: bold;

	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	/*color: #373737;*/
	color:#000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}


/* =Responsive Structure////////全削除
----------------------------------------------- */


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}
}

/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8
----------------------------------------------- */

#ie8 section.feature-image.large img {
	width: 100%;
}
/* 移行前のサイト内共通指定。////////////////////////////////////////////////////////////////-
 */
 
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
  
/*文字のサイズ*/
.text200{
	font-size:200%;
	}
.text180{
	font-size:180%;
	}
.text150{
	font-size:150%;
	}
.text130{
	font-size:130%;
	}
.text120{
	font-size:120%;
	}
.text110{
	font-size:110%;
	}
.text100{
	font-size:100%;
	}
.text90{
	font-size:90%;
	}
.text85{
	font-size:85%;
	}
.text80{
	font-size:80%;
	}
.text70{
	font-size:70%;
	}
.text50{
	font-size:50%;
	}
	
/*色付きの文字（青色）*/
.textcolor, 
.textcolor_blue{
	color:#006699;/*←青い文字色*/
	}
.textcolor_red, 
h1.textcolor_red, 
h2.textcolor_red{
	color:#990000;/*←赤い文字色*/	
	}
.textcolorbluebox{
	color:#ffffff;
	background-color:#006699;
	padding:0 0.5em 0 0.5em;
	}
	
.border_hr{
	margin:4px 0;
	padding:0;
	border-top:#000000 solid 1px;
	font-size:1px;
	height:1px;
	/*水平線の1pxの黒*/
	}
.border_hr_dott{
	margin:4px 0;
	padding:0;
	border-top:#000000 dotted 1px;
	font-size:1px;
	height:1px;
	/*水平線の1pxの黒*/
	}
.border1px{
	margin:4px 0;
	border:#000 solid 1px;
	/*1pxの囲みケイ線*/}
.border1px_364px{
	margin:6px auto;
	width:364px;
	border:#000 solid 1px;
	/*1pxの囲みケイ線。横幅の指定ありの場合。*/
	}
.border1px_180px{
	margin:4px 0 0 0;
	padding:4px;
	width:12em;
	border:solid 1px #006699;
	line-height:1.2em;
	
	/*青色の1pxの囲みケイ線。横幅の指定ありの場合。法人サービス紹介のID申請で使用。*/
	}

#home img{
	width:auto;
	height:auto;
	}


/* ページャー部分の拡大////////////////////////////////////////////////////////////////-
 */
body.archive #wp_page_numbers ul li a{
	font-size:150%;
	}
/* テーブルレイアウト用の初期化は上（ライン1063ごろ）。////////////////////////////////////////////////////////////////-
【使用法】投稿内でテーブルレイアウト方法を使用する時、tableにクラスネームtbinitを付ける。
 */

/* ページidによるスタイルの振り分け指定////////////////////////////////////////////////////////////////-
 */
 
 
.page-id-256 #main #content table{
	width:675px;
	margin:0 auto;}
/*.page-id-256 #main #content table *{
	vertical-align:top;
	line-height:1em;
}*/
.meibo_150px{
	width:150px;
	display:block;
	float:left;
	/*概要ページの名簿の名前の位置ぞろえ*/
	}
	
/*トップページ内の個人・法人・研究者の振り分けメニュー。始まり。*/	
.home ul#navbtn{
	font-size: 14px;
	list-style: none;
	/*margin: 0 0 0 -0.8125em;*/
	margin: 0 15px 0 0;
	padding-left: 0;
	/*border-left:1px solid #FFF;*/
	}
.home ul#navbtn li{	
width: 180px;
}
.home ul#navbtn li a{
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 0 8px 0;
		height:auto;
		padding: 8px 0;
		color: #000;
		text-align:center;
	text-decoration: none;
	line-height:1.1;
	display: block;
	
	background: #c0c9ce; /* Show a solid color for older browsers */
	background: #c0c9ce url("images/nav/nav_bkg_off.png") repeat-x;/* ie用背景画像 */
	-pie-background: linear-gradient(#d0dbdf, #757c81);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#d0dbdf, #757c81);
	background: -o-linear-gradient(#d0dbdf, #757c81);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0dbdf), to(#757c81)); /* older webkit syntax */
	background: -webkit-linear-gradient(#d0dbdf, #757c81);
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
.home ul#navbtn li a span.text200{
	font-size:32px;
	/*font-family:'新ゴ R';*/
	/*個人契約、法人契約、研究者のボタンは、大きな文字なので、新ゴMを指定。*/
	}	
.home ul#navbtn li:hover > a,
.home ul#navbtn a:focus {
	background: #8f979b; /* Show a solid color for older browsers */
	background: #8f979b url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	-pie-background: linear-gradient(#757c81, #d0dbdf);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#757c81, #d0dbdf);
	background: -o-linear-gradient(#757c81, #d0dbdf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#757c81), to(#d0dbdf)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#757c81, #d0dbdf);
	color: #ffffff;
}
/*トップページ内の個人・法人・研究者の振り分けメニュー。終わり。*/

/*トップページ内のパートナー企業。*/		
.home #main #content .pbox{
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
	width:124px;/*(124+10+10+1+1+12)×6＝948*/	
	height:124px;
	margin:0 12px 12px 0;
	padding:10px;
	text-align:center;
	line-height:1.2em;
	border:solid 1px #000000;
	border-radius:6px;
	float:left;
	
	}
/*トップページ内のパートナー企業の土地情報レポートの入口*/	
.home #main #content .pbox .groundin{
	display:block;
	width:100%;
	margin:4px 0;
	line-height:2;
	font-size:150%;
	color:#fff;
	background-color:#804040;/*茶色*/
	text-align:center;
	border-radius:6px;
	}
.home #main #content p.kansoku a .text150{
	display:block;/*マージンと改行を指定*/
	margin:8px -20px 12px -20px;/*マイナスマージンで左右幅を確保*/
	line-height:1.1;
	color:#6C0;
	/*トップページ内のパートナー企業のboxの観測システムは、ミドリ文字。*/
	}
.home #main #content .pbox.fm img{
	margin:10px 0 0 -5px;
	/*トップページ内のパートナー企業のboxのFM局の位置調整。*/
	}
.home #main #content .pbox .tendain{
	display:block;
	width:100%;
	margin:4px 0;
	padding:8px 0;
	line-height:1.2;
	color:#fff;
	background-color:#006699;/*青色*/
	text-align:center;
	border-radius:6px;
	/*id-151は個人契約。*/
	/*トップページ内のテンダ入口*/
	}
.home #main #content .pbox .tendaintxt{
	display:block;
	width:100%;
	margin:4px 0;
	padding:8px 0;
	line-height:1.1;
	font-size:130%;
	color:#fff;
	background-color:#006699;/*青色*/
	text-align:center;
	border-radius:6px;
	/*トップページ内のテンダ入口の「パソコンとフューチャーホン」*/
	}	
.home #main #content .gotocontactlist{
	font-size:130%;
	/*トップページ内の配信解約ページへのリンク*/
	}
.home .btntop2{
	width:725px;
	border:1px solid #000000;
	border-radius:12px;
	margin:0 auto 20px auto;
	}
.home .btntop2 h2{
	padding:4px 0;
	background-color:#f0ea0c;
	color:#000000;
	font-size:200%;
	text-align:center;
	border-radius:12px;
	line-height:1em;
	padding-top:12px;
	}
.home .btntop2 h2 .toph2name{
	font-size:150%;
	line-height:1.3em;
	
	}
.home .btntop2 h2 .new{
	font-size:80%;
	color:#ffffff;
	background-color:#990000;
	border-radius:6px;
	padding:0 0 0 8px;
	margin:0 8px 0 0;
	}
.home .btntop2 h3{
	font-size:200%;
	font-weight:normal;
	}	
.home .btntop2 a.gotofam, 
.home .btntop2 a.gotobiz{
	display:block;
	margin:12px;
	padding:12px;
	background-color:#006699;/*青色*/
	color:#ffffff;
	font-size:150%;
	width:350px;
	text-align:center;
	float:left;
	text-decoration:underline;
	border-radius:6px;
	line-height:1.2;
	}
.home .btntop2 a.gotofam span.text, 
.home .btntop2 a.gotobiz span.text{
	font-size:70%;
	text-decoration:none;
	}
	
/*id-154は法人契約、id-151は個人契約。*/		
.page-id-154 #main #content .pbox, 
.page-id-151 #main #content .pbox{
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
	width:124px;/*(124+10+10+1+1+12)×6＝948*/	
	height:124px;
	margin:0 12px 12px 0;
	padding:10px;
	text-align:center;
	line-height:1.2em;
	border:solid 1px #000000;
	border-radius:6px;
	float:left;	
	}
	
	
/*1週間で出来ること。id-154は法人契約、id-151は個人契約。id-151のweek_lnkはリンク（保険など）。*/	
.page-id-154 #main #content div.week, 
.page-id-151 #main #content div.week_lnk, 
.page-id-151 #main #content div.week{
	margin:0 0 20px 0;
	padding:6px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	zoom:1;/*ie用指定。内容要素の最後にbrを入れてフロートクリア指定済み。*/
	}	
.page-id-154 #main #content div.week .pbox, 
.page-id-151 #main #content div.week_lnk .pbox, 
.page-id-151 #main #content div.week .pbox{
	width:141px;/*(141+5+8+2+1)×6＝942*/	
	height:124px;
	margin:0 5px 0 0;
	padding:0 8px 0 2px;
	text-align:center;
	line-height:1.2em;
	border:none;
	border-right:solid 1px #000000;
	border-radius:0;
	float:left;
	font-size:98%;/*osにより文字サイズが微妙に変化するため、文字のはみ出し対策。*/
	}
.page-id-154 #main #content div.week .pbox h3, 
.page-id-151 #main #content div.week_lnk .pbox h3, 
.page-id-151 #main #content div.week .pbox h3{
	width:100%;
	margin:0 0 4px 0;
	padding:0 0.2em;
	text-align:center;
	color:#990000;
	background-color:#FED8EE;
	border-radius:1em;
	line-height:1.8em;
	}
.page-id-154 #main #content div.week .pbox h3{
	color:#006699;/*法人契約は青色文字*/
	background-color:#BBCFFD;/*水色背景色*/
	}
.page-id-151 #main #content div.week_lnk .pbox h3, 
.page-id-151 #main #content .pbox h3.midori{
	color:#00863B;/*ミドリ色文字。id-151のweek_lnkはリンク（保険など）。*/
	background-color:#C0DC97;/*薄ミドリ色背景色*/
	}
	
.page-id-151 #main #content .pbox .groundin{
	display:block;
	width:100%;
	margin:4px 0;
	line-height:2;
	font-size:150%;
	color:#fff;
	background-color:#804040;/*茶色*/
	text-align:center;
	border-radius:6px;
	/*id-151は個人契約。*/
	/*個人契約ページの土地情報レポートの入口*/
	}

.page-id-151 #main #content .pbox .tendain{
	display:block;
	width:100%;
	margin:4px 0;
	padding:8px 0;
	line-height:1.2;
	color:#fff;
	background-color:#006699;/*青色*/
	text-align:center;
	border-radius:6px;
	/*id-151は個人契約。*/
	/*個人契約ページのテンダ入口*/
	}
.page-id-151 #main #content .pbox .tendaintxt{
	display:block;
	width:100%;
	margin:4px 0;
	padding:8px 0;
	font-size:130%;
	line-height:1.1;
	color:#fff;
	background-color:#006699;/*青色*/
	text-align:center;
	border-radius:6px;
	/*id-151は個人契約。*/
	/*個人契約ページのテンダ入口の「パソコンとフューチャーホン」*/
	}
	
/*1週間で出来ること。id-154は法人契約、id-151は個人契約。終わり。*/	


/*トップページ内の提携企業*/
.home #main #content .alliance{
	width:180px;
	height:50px;
	text-align:center;
	font-size:90%;
	line-height:1.1;
	border:1px solid #000000;
	padding:4px;
	border-radius:6px;
	margin:0 8px 20px 0;
	float:left;
	}


	
/*トップページ内の最新情報*/
.home #main #content #news{
	width:360px;/*(360+20+20+1+1+12)＝414*/	
	min-height:300px;
	max-height:none;
	margin:0 12px 12px 0;
	padding:20px;
	line-height:1.2em;
	border:solid 1px #000000;
	border-radius:6px;
	float:left;
	}
/*トップページ内の最新情報の中の記事をスクロールボックスで表示*/
.home #main #content #news .scrollbox{	
	width:auto;
	height:200px;
	overflow:scroll;
	overflow-x:auto;
	margin:0 0 1.5em 0;
	padding:1em;
	border:1px solid #006699;
	}
/*スクロールボックス内の下側の区切り線*/
.home #main #content #news .scrollbox p{
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:1px dotted #000000;
	}
/*英語のトップページ内の最新情報の中の記事をスクロールボックスで表示*/	
body.page-id-1460 #main #content .scrollbox{	
	width:auto;
	height:200px;
	overflow:scroll;
	overflow-x:auto;
	margin:0 0 1.5em 0;
	padding:1em;
	border:1px solid #006699;
	line-height:1.3em;
	}
/*英語のNewsページ内の最新情報の中の記事をスクロールボックスで表示*/	
body.page-id-3729 #main #content .scrollbox{	
	width:auto;
	height:600px;
	overflow:scroll;
	overflow-x:auto;
	margin:0 0 1.5em 0;
	padding:1em;
	border:1px solid #006699;
	line-height:1.3em;
	}
/*英語のトップページ内のページタイトルを非表示*/	
body.page-id-1460 .entry-header{
	display:none;
	}
/*英語の問合せのメールフォムの送信ボタン。*/	
body.page-id-1584 input.wpcf7-submit{
	padding:10px 30px;
	}
/*英語の論文の先生の名前一覧*/
body.page-id-1688 .entry-content ul#researchersname li{
	margin:14px 0;
	padding:0 0 14px 0;
	border-bottom:dotted 1px #000000;}
body.page-id-1688 .entry-content ul#researchersname li a{
	text-decoration:underline;
	}
/*英語のサイトのご利用とプライバシーポリシーのh3*/
body.page-id-1773 .entry-content h3, 
body.page-id-1777 .entry-content h3{
	color:#000;
	}
	
/*トップページ内の最新情報のなかのh3見出し*/
.home #main #content #news h3{
background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
	margin:0 0 10px 0;
	padding:6px 12px;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 2px #333;
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0, 0.1);
	
	font-weight:bold;
	}
.toppageinformations{
	width:300px;
	}
.home #main #content #news .boxinfo .toppageinformations{
	width:auto;
	border-top:1px solid #999;
	margin:8px 0;
	padding:8px 0;
	}
.home #main #content #news .boxinfo .toppageinformations h3{
	background:#ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( Enabled=0 ); /* IE6-9　グラデーションを解除。 */
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:bold;
	line-height:1.2;
	
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	text-shadow: none;
	-webkit-box-shadow:none;
	}
.home #main #content #news .boxinfo p{
	clear:both;}
.home #main #content #news .boxinfo p.infoall{
	margin:12px 0 4px 0;
	padding:4px;
	background-color:#CCC;
	}
.toppageinformations p{
	margin:0;
	}
.home #main #content #news .boxinfo{
	margin:0 0 1.5em 0;
	padding:12px;
	border:1px solid #006699;
	}
.home #main #content .inarchives{
	width:220px;
	margin:0 0 10px 0;
	line-height:1.3;
	float:left;
	}

/*トップページ内の地震解析ラボTV。*/
.home #main #content #labotv{
	width:480px;/*(480+20+20+1+1+12)＝534*/	
	min-height:300px;
	max-height:none;
	margin:0 12px 12px 0;
	padding:20px;
	line-height:1.2em;
	border:solid 1px #000000;
	border-radius:6px;
	float:left;
	}
/*トップページ内のラボTVのなかのh3見出し*/
.home #main #content #labotv h3{
background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
	margin:0 0 10px 0;
	padding:6px 12px;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 2px #333;
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0, 0.1);
	
	font-weight:bold;
	}

	
/*家族ページ内の振り分けメニュー。始まり。
page-id-151はhttp://earthquakenet.com/blog/family
page-id-335はearthquakenet.com/blog/family/familyinfo
/////////////////////  */	
.page-id-151 ul#famnavbtn{
	width:220px;
	font-size: 18px;
	list-style: none;
	margin: 0 0 0 80px;
	padding-left: 0;
	float:left;
	} 
.page-id-335 ul#famnavbtn{
	font-size: 18px;
	list-style: none;
	margin: 0 15px 0 80px;
	padding-left: 0;
	float:left;
	}
.page-id-151 ul#famnavbtn li, 
.page-id-335 ul#famnavbtn li{	
/*width: 180px;*/
width: 220px;
}
.page-id-151 ul#famnavbtn li h3, 
.page-id-335 ul#famnavbtn li h3{
	/*ボタンの1行目のh3*/
	margin:0 0 0 0;
	line-height:1;
	font-size:110%;
	font-weight:bold;
	color:#006699;/*青文字*/
	color:#990000;/*←赤い文字色*/	
}
.page-id-151 ul#famnavbtn li.text80, 
.page-id-335 ul#famnavbtn li.text80{
	font-size:66%;
	}
.page-id-151 ul#famnavbtn li a, 
.page-id-335 ul#famnavbtn li a{
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 0 8px 0;
		height:auto;
		padding: 8px 0;
		color: #000;
		text-align:center;
		line-height:1.2em;
	text-decoration: none;
	display: block;
	
	background: #c0c9ce; /* Show a solid color for older browsers */
	background: #c0c9ce url("images/nav/nav_bkg_off.png") repeat-x;/* ie用背景画像 */
	-pie-background: linear-gradient(#d0dbdf, #757c81);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#d0dbdf, #757c81);
	background: -o-linear-gradient(#d0dbdf, #757c81);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0dbdf), to(#757c81)); /* older webkit syntax */
	background: -webkit-linear-gradient(#d0dbdf, #757c81);
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
.page-id-151 ul#famnavbtn li.app a, 
.page-id-335 ul#famnavbtn li.app a{
	/* 新アプリ用ボタン。黄色。 */	
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 0 8px 0;
		height:auto;
		padding: 8px 0;
		color: #000;
		text-align:center;
		line-height:1.2em;
	text-decoration: none;
	display: block;
	
background: #FFE100; /* 新アプリ用ボタン。黄色。 */	
	-pie-background: linear-gradient(#fefac8, #d1a300);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fefac8), color-stop(1.00, #d1a300));
background: -webkit-linear-gradient(#fefac8, #d1a300);
background: -moz-linear-gradient(#fefac8, #d1a300);
background: -o-linear-gradient(#fefac8, #d1a300);
background: -ms-linear-gradient(#fefac8, #d1a300);
background: linear-gradient(#fefac8, #d1a300);

	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
.page-id-151 ul#famnavbtn li.magumagu a, 
.page-id-335 ul#famnavbtn li.magumagu a{
	/* まぐまぐ用ボタン。青ミドリ。 */	
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 0 8px 0;
		height:auto;
		padding: 8px 0;
		color: #000;
		text-align:center;
		line-height:1.2em;
	text-decoration: none;
	display: block;
	
background: #87f691; /* まぐまぐ用ボタン。ミドリ。 */
	-pie-background: linear-gradient(#85e089, #28632a);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #85e089), color-stop(1.00, #28632a));
background: -webkit-linear-gradient(#85e089, #28632a);
background: -moz-linear-gradient(#85e089, #28632a);
background: -o-linear-gradient(#85e089, #28632a);
background: -ms-linear-gradient(#85e089, #28632a);
background: linear-gradient(#85e089, #28632a);

	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
.page-id-151 ul#famnavbtn li.magumagu:hover > a,
.page-id-151 ul#famnavbtn li.magumagu a:focus{
	/* まぐまぐ用ホーバ用ボタン。ミドリ。 */
	background: #87f691; /* Show a solid color for older browsers */
	background: #87f691 url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	-pie-background: linear-gradient(#28632a, #85e089);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#28632a, #85e089);
	background: -o-linear-gradient(#28632a, #85e089);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#28632a), to(#85e089)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#28632a, #85e089);
	color: #ffffff;
}
.page-id-151 ul#famnavbtn li.niconico a, 
.page-id-335 ul#famnavbtn li.niconico a{
	/* ニコニコ用ボタン。紺色。 */	
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 0 8px 0;
		height:auto;
		padding: 8px 0;
		color: #000;
		text-align:center;
		line-height:1.2em;
	text-decoration: none;
	display: block;
	
background: #3b5998; /* ニコニコ用ボタン。紺色。 */
	-pie-background: linear-gradient(#B6DBFC, #3b5998);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #B6DBFC), color-stop(1.00, #3b5998));
background: -webkit-linear-gradient(#B6DBFC, #3b5998);
background: -moz-linear-gradient(#B6DBFC, #3b5998);
background: -o-linear-gradient(#B6DBFC, #3b5998);
background: -ms-linear-gradient(#B6DBFC, #3b5998);
background: linear-gradient(#B6DBFC, #3b5998);

	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
.page-id-151 ul#famnavbtn li.niconico:hover > a,
.page-id-151 ul#famnavbtn li.niconico a:focus{
	/* ニコニコ用ホーバ用ボタン。ミドリ。 */
	background: #3b5998; /* Show a solid color for older browsers */
	background: #3b5998 url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	-pie-background: linear-gradient(#3b5998, #B6DBFC);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#3b5998, #B6DBFC);
	background: -o-linear-gradient(#3b5998, #B6DBFC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b5998), to(#B6DBFC)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#3b5998, #B6DBFC);
	color: #ffffff;
}
.page-id-151 ul#famnavbtn li.salonde a, 
.page-id-335 ul#famnavbtn li.salonde a{
	/* フェイスブック（サロンド）用ボタン。紺色。 */	
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 0 8px 0;
		height:auto;
		padding: 8px 0;
		color: #000;
		text-align:center;
		line-height:1.2em;
	text-decoration: none;
	display: block;
	
background: #3b5998; /* フェイスブック（サロンド）用ボタン。紺色。 */
	-pie-background: linear-gradient(#B6DBFC, #3b5998);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #B6DBFC), color-stop(1.00, #3b5998));
background: -webkit-linear-gradient(#B6DBFC, #3b5998);
background: -moz-linear-gradient(#B6DBFC, #3b5998);
background: -o-linear-gradient(#B6DBFC, #3b5998);
background: -ms-linear-gradient(#B6DBFC, #3b5998);
background: linear-gradient(#B6DBFC, #3b5998);

	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
.page-id-151 ul#famnavbtn li.salonde:hover > a,
.page-id-151 ul#famnavbtn li.salonde a:focus{
	/* フェイスブック（サロンド）用ホーバ用ボタン。ミドリ。 */
	background: #3b5998; /* Show a solid color for older browsers */
	background: #3b5998 url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	-pie-background: linear-gradient(#3b5998, #B6DBFC);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#3b5998, #B6DBFC);
	background: -o-linear-gradient(#3b5998, #B6DBFC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b5998), to(#B6DBFC)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#3b5998, #B6DBFC);
	color: #ffffff;
}

.page-id-151 ul#famnavbtn li.benefit a, 
.page-id-335 ul#famnavbtn li.benefit a{
	/* ベネフィット用ボタン。ピンク色。 */	
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 0 8px 0;
		height:auto;
		padding: 8px 0;
		color: #000;
		text-align:center;
		line-height:1.2em;
	text-decoration: none;
	display: block;
	
background: #FED1E9; /* ベネフィット。ピンク色。 */
	-pie-background: linear-gradient(#ffeaf5, #fd9fd1);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffeaf5), color-stop(1.00, #fd9fd1));
background: -webkit-linear-gradient(#ffeaf5, #fd9fd1);
background: -moz-linear-gradient(#ffeaf5, #fd9fd1);
background: -o-linear-gradient(#ffeaf5, #fd9fd1);
background: -ms-linear-gradient(#ffeaf5, #fd9fd1);
background: linear-gradient(#ffeaf5, #fd9fd1);

	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
.page-id-151 ul#famnavbtn li.benefit:hover > a,
.page-id-151 ul#famnavbtn li.benefit a:focus{
	/* ベネフィット用ホーバ用ボタン。ピンク色。 */
	background: #fd9fd1; /* Show a solid color for older browsers */
	background: #fd9fd1 url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	-pie-background: linear-gradient(#fd9fd1, #ffeaf5);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#fd9fd1, #ffeaf5);
	background: -o-linear-gradient(#fd9fd1, #ffeaf5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd9fd1), to(#ffeaf5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#fd9fd1, #ffeaf5);
	color: #ffffff;
}





.page-id-151 ul#famnavbtn li.kaiyaku a, 
.page-id-335 ul#famnavbtn li.kaiyaku a{
	/* 解約用ボタン。紺色。 */	
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 0 8px 0;
		height:auto;
		padding: 8px 0;
		color: #000;
		text-align:center;
		line-height:1.2em;
	text-decoration: none;
	display: block;
	background: #eee; /* 水色。 */
	border:1px solid #000;
	border-radius:6px;
	box-shadow:none;

	}
.page-id-151 ul#famnavbtn li.kaiyaku:hover > a,
.page-id-151 ul#famnavbtn li.kaiyaku a:focus{
	/* 解約用ホーバ用ボタン。紺。 */
	background: #0099cc; 
	color: #ffffff;
}
	

.page-id-151 ul#famnavbtn li.ground a, 
.page-id-335 ul#famnavbtn li.ground a{
	/* 土地情報用ボタン。茶色。 */	
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 0 8px 0;
		height:auto;
		padding: 8px 0;
		color: #000;
		text-align:center;
		/*line-height:1.2em;*/
		line-height:2.4em;/*ボタンの高さを拡大*/
		/*page-id-151(ファミリーのページのボタンの高さは、page-family.php内のaタグに指定。20150814設置。)*/
		
		font-size:110%;/*ボタンの文字を拡大*/
	text-decoration: none;
	display: block;
	
background: #804040; /* 土地情報用ボタン。茶色。 */
	-pie-background: linear-gradient(#fefac8, #804040);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fefac8), color-stop(1.00, #28632a));
background: -webkit-linear-gradient(#fefac8, #804040);
background: -moz-linear-gradient(#fefac8, #28632a);
background: -o-linear-gradient(#fefac8, #804040);
background: -ms-linear-gradient(#fefac8, #28632a);
background: linear-gradient(#fefac8, #804040);

	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
	
.page-id-151 ul#famnavbtn li.ground:hover > a,
.page-id-151 ul#famnavbtn li.ground a:focus{
	/* 土地情報用ホーバ用ボタン。茶色。 */
	background: #804040; /* Show a solid color for older browsers */
	background: #804040 url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	-pie-background: linear-gradient(#804040, #fefac8);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#804040, #fefac8);
	background: -o-linear-gradient(#804040, #fefac8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#804040), to(#fefac8)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#804040, #fefac8);
	color: #ffffff;
}

/*まぐまぐ用のランディングページ内のボタン。始まり--------------------------*/
body.page-id-2095 .gotomagmag a{
	/* まぐまぐ用ボタン。青ミドリ。 */	
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 auto 20px auto;
		font-size:150%;
		width:300px;
		height:auto;
		padding: 15px 0;
		color: #000;
		text-align:center;
		line-height:1.2em;
	text-decoration: none;
	display: block;
	
background: #87f691; /* まぐまぐ用ボタン。ミドリ。 */
	-pie-background: linear-gradient(#85e089, #28632a);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #85e089), color-stop(1.00, #28632a));
background: -webkit-linear-gradient(#85e089, #28632a);
background: -moz-linear-gradient(#85e089, #28632a);
background: -o-linear-gradient(#85e089, #28632a);
background: -ms-linear-gradient(#85e089, #28632a);
background: linear-gradient(#85e089, #28632a);

	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
	
body.page-id-2095 .gotomagmag a:hover,
body.page-id-2095 .gotomagmag a:focus{
	/* まぐまぐ用ホーバ用ボタン。ミドリ。 */
	background: #87f691; /* Show a solid color for older browsers */
	background: #87f691 url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	-pie-background: linear-gradient(#28632a, #85e089);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#28632a, #85e089);
	background: -o-linear-gradient(#28632a, #85e089);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#28632a), to(#85e089)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#28632a, #85e089);
	color: #ffffff;
}
/*まぐまぐ用のランディングページ内のボタン。終わり。--------------------------*/
.page-id-151 ul#famnavbtn li:hover > a,
.page-id-151 ul#famnavbtn a:focus, 
.page-id-335 ul#famnavbtn li:hover > a,
.page-id-335 ul#famnavbtn a:focus {
	background: #8f979b; /* Show a solid color for older browsers */
	background: #8f979b url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	-pie-background: linear-gradient(#757c81, #d0dbdf);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#757c81, #d0dbdf);
	background: -o-linear-gradient(#757c81, #d0dbdf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#757c81), to(#d0dbdf)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#757c81, #d0dbdf);
	color: #ffffff;
}
.page-id-151 ul#famnavbtn li.app a:hover{
	/* 新アプリ用ボタン。黄色。 */	
		behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
	background: #FFE133; /* 法人用新サービスボタン。黄色。 */
	-pie-background: linear-gradient(#d1a300, #fefac8);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fefac8), color-stop(0.00, #d1a300));
background: -webkit-linear-gradient(#d1a300, #fefac8);
background: -moz-linear-gradient(#d1a300, #fefac8);
background: -o-linear-gradient(#d1a300, #fefac8);
background: -ms-linear-gradient(#d1a300, #fefac8);
background: linear-gradient(#d1a300, #fefac8);
}
/*家族ページ内の振り分けメニュー。終わり。*/

/*家族ページ内のテーブルレイアウト初期化。始まり。*/
.page-id-335 .entry-content td, 
.page-id-335 .comment-content td {
border-top: none;
padding:0;
}
/*家族ページ内のテーブルレイアウト初期化。終わり。*/



/*企業ページ内の振り分けメニュー。始まり。/////////////////////  */	
.page-id-154 ul#biznavbtn{
	font-size: 18px;
	list-style: none;
	/*margin: 0 0 0 -0.8125em;*/
	margin: 10px 15px 0 80px;/*メニュー部を左寄せしてから、左マージンで全体を中央に配置。*/
	padding-left: 0;
	/*border-left:1px solid #FFF;*/
	float:left;/*メニュー部を左寄せ。イメージ画像は右側。*/
	}
.page-id-154 ul#biznavbtn li{	
/*width: 180px;*/
width: 220px;
}

.page-id-154 ul#biznavbtn li h3{	/*ボタンの1行目のh3*/
	margin:0 0 0 0;
	line-height:1;
	font-size:110%;
	font-weight:bold;
	color:#006699;/*青文字*/
	color:#990000;/*←赤い文字色*/	
	}
.page-id-154 ul#biznavbtn li.text80{
	font-size:66%;
	}
.page-id-154 ul#biznavbtn li a{
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 0 8px 0;
		height:auto;
		padding: 20px 0;
		color: #000;
		text-align:center;
		line-height:1.2em;
	text-decoration: none;
	display: block;
	
	background: #c0c9ce; /* Show a solid color for older browsers */
	background: #c0c9ce url("images/nav/nav_bkg_off.png") repeat-x;/* ie用背景画像 */
	-pie-background: linear-gradient(#d0dbdf, #757c81);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#d0dbdf, #757c81);
	background: -o-linear-gradient(#d0dbdf, #757c81);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0dbdf), to(#757c81)); /* older webkit syntax */
	background: -webkit-linear-gradient(#d0dbdf, #757c81);
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
.page-id-154 ul#biznavbtn li.new201304 a{
	/* 法人用新サービスボタン。黄色。2014年3月に元のグレーに戻す為、クラス名のnew201304を削除しました。 */
		behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
	background: #FFE100; /* 法人用新サービスボタン。黄色。 */
	-pie-background: linear-gradient(#fefac8, #d1a300);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fefac8), color-stop(1.00, #d1a300));
background: -webkit-linear-gradient(#fefac8, #d1a300);
background: -moz-linear-gradient(#fefac8, #d1a300);
background: -o-linear-gradient(#fefac8, #d1a300);
background: -ms-linear-gradient(#fefac8, #d1a300);
background: linear-gradient(#fefac8, #d1a300);
	}
.page-id-154 ul#biznavbtn li.bebosai a{
	/* 備ボーサイのボタン。ミドリ色。2014年5月設置。 */
		behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	top:-100px;
	left:540px;
	
background: #87f691; /* ボタン。ミドリ。 */
	-pie-background: linear-gradient(#85e089, #28632a);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #85e089), color-stop(1.00, #28632a));
background: -webkit-linear-gradient(#85e089, #28632a);
background: -moz-linear-gradient(#85e089, #28632a);
background: -o-linear-gradient(#85e089, #28632a);
background: -ms-linear-gradient(#85e089, #28632a);
background: linear-gradient(#85e089, #28632a);

	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
.page-id-154 ul#biznavbtn li.bebosai a:hover,
.page-id-154 ul#biznavbtn li.bebosai a:focus{
		/* 備ボーサイ用ホーバ用ボタン。ミドリ。 */
	background: #87f691; /* Show a solid color for older browsers */
	background: #87f691 url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	-pie-background: linear-gradient(#28632a, #85e089);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#28632a, #85e089);
	background: -o-linear-gradient(#28632a, #85e089);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#28632a), to(#85e089)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#28632a, #85e089);
	color: #ffffff;
}
.page-id-154 ul#biznavbtn li:first-child a{
	padding: 10px 0;
	/*始めのliは2行なので、パディング上下を半分に指定して、1行の場合と高さを揃える。*/
	}
.page-id-154 ul#biznavbtn li a span.text200{
	line-height:1.1em;
	/*font-family:'新ゴ R';*/
	/*個人契約、法人契約、研究者のボタンは、大きな文字なので、新ゴMを指定。*/
	}	
.page-id-154 ul#biznavbtn li:hover > a,
.page-id-154 ul#biznavbtn a:focus {
	background: #8f979b; /* Show a solid color for older browsers */
	background: #8f979b url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	-pie-background: linear-gradient(#757c81, #d0dbdf);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#757c81, #d0dbdf);
	background: -o-linear-gradient(#757c81, #d0dbdf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#757c81), to(#d0dbdf)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#757c81, #d0dbdf);
	color: #ffffff;
}
.page-id-154 ul#biznavbtn li.new201304 a:hover{
		behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
	background: #FFE133; /* 法人用新サービスボタン。黄色。 */
	-pie-background: linear-gradient(#d1a300, #fefac8);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fefac8), color-stop(0.00, #d1a300));
background: -webkit-linear-gradient(#d1a300, #fefac8);
background: -moz-linear-gradient(#d1a300, #fefac8);
background: -o-linear-gradient(#d1a300, #fefac8);
background: -ms-linear-gradient(#d1a300, #fefac8);
background: linear-gradient(#d1a300, #fefac8);
	}
	

/*法人向けトライアルの入口ボタン*/	
.page-id-154 #tra_in a{
	width:180px;
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: -100px 120px 8px auto;
		height:auto;
		padding: 1em 1em;
		color: #000;
		/*text-align:center;*/
		text-align: center;
		line-height:1.2em;
	text-decoration: none;
	display: block;
	
	
	background: #FFE100; /* 別色のボタン。オレンジ色。 */
	-pie-background: linear-gradient(#fefac8, #f07202);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fefac8), color-stop(1.00, #f07202));
	background: -webkit-linear-gradient(#fefac8, #f07202);
	background: -moz-linear-gradient(#fefac8, #f07202);
	background: -o-linear-gradient(#fefac8, #f07202);
	background: -ms-linear-gradient(#fefac8, #f07202);
	background: linear-gradient(#fefac8, #f07202);
	
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
	
.page-id-154 #tra_in:hover > a, 
.page-id-154 #tra_in a:focus{
	background: #FFE133; /* 別色のボタン。オレンジ色。 */
	-pie-background: linear-gradient(#f07202, #fefac8);/*PIE.htc用の指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fefac8), color-stop(0.00, #f07202));
background: -webkit-linear-gradient(#f07202, #fefac8);
background: -moz-linear-gradient(#f07202, #fefac8);
background: -o-linear-gradient(#f07202, #fefac8);
background: -ms-linear-gradient(#f07202, #fefac8);
background: linear-gradient(#f07202, #fefac8);
	color: #ffffff;
}
/*法人向けトライアルの入口ボタンの終わり*/	
/*企業ページ内の振り分けメニュー。終わり。///////////////////// */

/*研究ページ内の振り分けメニュー。始まり。///////////////////// */
.page-id-157 ul#navbtn{
	font-size: 18px;
	list-style: none;
	/*margin: 0 0 0 -0.8125em;*/
	margin: 0 0 0 0;
	padding-left: 0;
	/*border-left:1px solid #FFF;*/
	/*float:left;*/
	}
.page-id-157 ul#navbtn li{	
/*width: 180px;*/
width: 380px;
}
.page-id-157 ul#navbtn li:first-child{
	/*ボタンの1行目の説明文*/
	font-size:12px;
	line-height:1.2em;
	margin:0 0 10px 0;
}
.page-id-157 ul#navbtn li a{
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 0 8px 0;
		height:auto;
		padding: 8px 1em;
		color: #000;
		/*text-align:center;*/
		text-align: left;
		line-height:1.2em;
	text-decoration: none;
	display: block;
	
	background: #c0c9ce; /* Show a solid color for older browsers */
	background: #c0c9ce url("images/nav/nav_bkg_off.png") repeat-x;/* ie用背景画像 */
	-pie-background: linear-gradient(#d0dbdf, #757c81);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#d0dbdf, #757c81);
	background: -o-linear-gradient(#d0dbdf, #757c81);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0dbdf), to(#757c81)); /* older webkit syntax */
	background: -webkit-linear-gradient(#d0dbdf, #757c81);
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
	
.page-id-157 ul#navbtn li:hover > a,
.page-id-157 ul#navbtn a:focus{
	background: #8f979b; /* Show a solid color for older browsers */
	background: #8f979b url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	-pie-background: linear-gradient(#757c81, #d0dbdf);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#757c81, #d0dbdf);
	background: -o-linear-gradient(#757c81, #d0dbdf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#757c81), to(#d0dbdf)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#757c81, #d0dbdf);
	color: #ffffff;
}

.page-id-157 ul#researchersname li a{
	text-decoration:underline;
	
	}
.page-id-157 ul#researchersname li{
	line-height:3em;
	}
	
/*　研究ページ内の振り分けメニュー。終わり。///////////////////// */

.page-id-157 #main #primary #content .entry-content .imgco{
	width:300px;
	margin:0 4px 10px 0;
	float:left;
	}

/*　研究ページ内の観測点写真。終わり。///////////////////// */


/*　研究ページ内の各先生の論文。始まり。///////////////////// */
.page-id-894 #main #primary #content p, 
.page-id-904 #main #primary #content p{
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:1px dotted #999;
	line-height:1.2em;
	/*研究ページ内の論文ページは、pの下に線。
	page-id-894は早川先生
	page-id-904は太田先生*/
	}
/*研究ページ内の各先生の論文。終わり。///////////////////// */



.page-id-606 p.img img{
	border:1px solid #000;
	/*法人向け：ログインのマニュアルの画像の線*/
	}
	
/*法人向け：会員画面の説明。始まり。///////////////////// */
.page-id-610 #main #primary #content{
	position:relative;
	height:1500px;
	}
.page-id-610 #main #primary #content #boximg{
	width:460px;/*幅の指定をしないとie8で消失。*/
	margin:100px 0 0 0;
	position:absolute;
	top:0;
	left:0;

	}
.page-id-610 #main #primary #content #boxtext{
	position:absolute;
	top:0;
	left:460px;
	width:480px;/*幅の指定をしないとie8で消失。*/
	margin:100px 0 0 0;
	font-size:96%;
	line-height:1.7em;
	}
.page-id-610 #main #primary #content #boxtext p{
	margin:0 0 0.8em 0;
	}
/*法人向け：会員画面の説明。終わり。///////////////////// */

/*法人向け：サービス案内。始まり。///////////////////// */
.page-id-398 #main #primary #content .entry-content .service_box h2{
	/*タイトル拡大*/
	font-size:150%;
	}
.page-id-398 #main #primary #content .entry-content .service_box{
	/*サービス紹介のbox。背景色グレー。*/
	margin:0;
	padding:2em;
	border:1px solid #000;
	background-color:#eee;
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	}
.page-id-398 #main #primary #content .entry-content p.stepbox{
	/*手順紹介のボックス*/
	margin:0;
	padding:2em;
	border:1px solid #006699;/*青色線*/
	/*background-color:#eee;*/
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	}
.page-id-398 #main #primary #content .entry-content p.stepbox .midasi_step{
	/*手順紹介のボックス内の見出し*/
	font-size:150%;
	color:#006699;/*←青い文字色*/
	}
.page-id-398 #main #primary #content .entry-content .yajirusi{
	margin:20px 100px;
	/*矢印を左から離す*/
	}
/*法人向け：サービス案内。終わり。///////////////////// */

/*法人向けサービス案内の内の振り分けメニュー。始まり。/////////////////////  */	
.page-id-398 ul#biznavbtn{
	font-size: 18px;
	list-style: none;
	/*margin: 0 0 0 -0.8125em;*/
	margin: 0 -90px 30px 0;
	padding-left: 0;
	/*border-left:1px solid #FFF;*/
	}
.page-id-398 ul#biznavbtn li{	
/*width: 180px;*/
width: 240px;
	float:left;
}
.page-id-398 ul#biznavbtn li a{
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	
		margin: 0 10px 10px 0;
		height:auto;
		padding: 10px 10px;
		color: #000;
		text-align:center;
		line-height:1.2em;
	text-decoration: none;
	display: block;

	
	background: #c0c9ce; /* Show a solid color for older browsers */
	background: #c0c9ce url("images/nav/nav_bkg_off.png") repeat-x;/* ie用背景画像 */
	-pie-background: linear-gradient(#d0dbdf, #757c81);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#d0dbdf, #757c81);
	background: -o-linear-gradient(#d0dbdf, #757c81);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0dbdf), to(#757c81)); /* older webkit syntax */
	background: -webkit-linear-gradient(#d0dbdf, #757c81);
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	}
.page-id-398 ul#biznavbtn li:first-child a{
	}	
.page-id-398 ul#biznavbtn li:hover > a,
.page-id-398 ul#biznavbtn a:focus {
	background: #8f979b; /* Show a solid color for older browsers */
	background: #8f979b url("images/nav/nav_bkg_on.png") repeat-x;/* ie用背景画像のホーバー */
	-pie-background: linear-gradient(#757c81, #d0dbdf);/*PIE.htc用の指定*/
	
	background: -moz-linear-gradient(#757c81, #d0dbdf);
	background: -o-linear-gradient(#757c81, #d0dbdf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#757c81), to(#d0dbdf)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#757c81, #d0dbdf);
	color: #ffffff;
}
.page-id-398 #main #primary #content .entry-content ul#biznavbtn li a.login{
	/*ログインボタンを青色指定*/
	
	/*法人向けログインは幅を短く指定*/
	width:150px;

	background: #09C; /* Show a solid color for older browsers */
	-pie-background: #09C;/*PIE.htc用の指定。グラデーションを二重にしていすると角丸が角になるので、ie8は単色指定。*/
	background: -moz-linear-gradient(#8cc3ddf, #3d7aa9);
	background: -o-linear-gradient(#8cc3dd, #3d7aa9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8cc3dd), to(#3d7aa9)); /* older webkit syntax */
	background: -webkit-linear-gradient(#8cc3dd, #3d7aa9);
	-pie-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	}
.page-id-398 ul#biznavbtn li:hover > a.login,
.page-id-398 ul#biznavbtn a.login:focus {
	/*ログインボタンのホーバーを青色指定*/
	background: #09C; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#3d7aa9, #8cc3ddf);
	background: -o-linear-gradient(#3d7aa9, #8cc3ddf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3d7aa9), to(#8cc3ddf)); /* older webkit syntax */
	background: -webkit-linear-gradient(#3d7aa9, #8cc3ddf);
	color: #ffffff;
	}
/*法人向けサービス案内の内の振り分けメニュー。終わり。///////////////////// */


/*新サービスのご案内（2013年4月開始予定）*/
.page-id-1162 #main #primary #content .entry-content p.komejirusi{
	font-size:90%;
	line-height:1.3em;
	}

/*新サービスの強調表示（2017年3月）*/
.page-id-1162 #main #primary #content .entry-content div.servicebasis2017{
	padding:12px;
	background-color:#c1e6f9;
	}

/*個人向け：サービス案内。始まり。///////////////////// */
.page-id-335 #main #primary #content .entry-content .bit_text{
	}
.page-id-335 #main #primary #content .entry-content .iphone_btn{
	width:180px;
	text-align:center;
	line-height:1.1em;
	float:right;
	padding:6px;
		border:1px solid #006699;/*青色線*/
	/*background-color:#eee;*/
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	}
.page-id-335 #main #primary #content .entry-content .service_box{
	margin:0 0 20px 0;
		padding:1em;
		border:1px solid #006699;/*青色線*/
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	}
.page-id-335 #main #primary #content .entry-content .service_box .qr{
	float:right;
	}
.page-id-335 .entry-content table{
	width:auto;
	line-height:1.2;
	border-bottom:none;}
.page-id-335 .entry-content td, 
.page-id-335 .comment-content td {
	border-top: none;
	padding:0;
	/*テーブルの初期化*/
}
.page-id-335 .entry-content td img{
	margin:4px;
	/*テーブルの初期化。画像のマージン指定。*/
	}


.page-id-335 #main #primary #content #mainContent ul#famnavbtn .pause201504{
	width:196px;
	font-size:75%;
	line-height:1.2em;
	background-color:#FC9;
	padding:12px;
	margin:6px 0;
	border-radius:6px;
	/*※システムの関係で新規申込を一時中断させていただきます（2015年4月）。*/
	}
	
/*個人向け：サービス案内。終わり。///////////////////// */

/*個人向け：サービス案内チャート図ページ。始まり。///////////////////// */
.page-id-679 #main #primary #content .entry-content table.servicechart_t{
	border-collapse:collapse;}
.page-id-679 #main #primary #content .entry-content table.servicechart_t, 
.page-id-679 #main #primary #content .entry-content table.servicechart_t th,
.page-id-679 #main #primary #content .entry-content table.servicechart_t td{
	border:1px solid #000;}
.page-id-679 #main #primary #content .entry-content table.servicechart_t td{
	padding:1em;
	}
.page-id-679 #main #primary #content .entry-content table.servicechart_t td.servicecategory{
	background-color:#BCE1ED;
	}
/*個人向け：サービス案内チャート図ページ。始まり。///////////////////// */

/*iフォンアプリの紹介。始まり。///////////////////// */
.page-id-768 .oshirase201309{
	margin:10px 0;
	padding:10px;
	width:520px;
	border:1px solid #000;
	border-radius:6px;
	}
/*iフォンアプリの紹介。終わり。///////////////////// */

/*FAQページの文字を拡大。始まり。///////////////////// */
.page-id-159 #main #primary #content .entry-content p{
	font-size:110%
	}
.page-id-159 #main #primary #content .entry-content p span.textcolor{
		font-size:120%;
		}
/*FAQページの文字を拡大。終わり。///////////////////// */


/*観測システム＆施設　　目標と現状ページの見積部分。始まり。///////////////////// */
.page-id-699 #main #primary #content .entry-content #mitumori{
		margin:0 0 20px 0;
		padding:3em;
		border:1px solid #006699;/*青色線*/
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	}
.page-id-699 #main #primary #content .entry-content .textcolor_red{
	font-weight:bold;
	}
/*観測システム＆施設　　目標と現状ページの見積部分。終わり。///////////////////// */

/*コミュニティFM局。始まり。///////////////////// */
.page-id-537 #main #primary #content .entry-content p.fmmap{
	width:202px;
	margin:0 0 0 1em;
	float: right;
	border:1px solid #006699;/*青色線*/
	}
/*コミュニティFM局。終わり。///////////////////// */


/*メルマガ申込みのメールアドレスの登録。始まり。///////////////////// */
#sp {
   text-align: center;
   border: solid 1px #666666;
}
#sp p {
   font-size: 11px;
   color: #000;
   line-height: 130%;
   border: 0px;
   margin: 0px;
   padding-top: 0px;
   padding-bottom: 4px;
}
#sp th {
   color: #FFFFFF;
   background-color: #666666;
   text-align: left;
   font-size: 12px;
   padding:0 1em;
}
#sp td {
   background-color: #FFFFFF;
   padding:1em;
}
/*メルマガ申込みのメールアドレスの登録。終わり。///////////////////// */
/*ランディングページ。始まり。///////////////////// */
body.page-id-1825 table.tbinit{
	margin:0 0 10px 0;
	
	}
body.page-id-1825 table.tbinit .wp-image-1827{
	width:auto;/*ie8対策*/
	height:240px;
	/*スプラッシュ画像*/
	}
body.page-id-1825 table p{
	margin:0;
	line-height:1.5em;
	font-size:140%;
	
	}
body.page-id-1825 hr{
	margin:10px auto 10px 0;
	width:350px;
	border:0;
	height:1px;
	background-color:#006699;
	}
body.page-id-1825 table img.wp-image-1827{
	/*width:160px;*/
	height:240px;
	/*ie8のテーブル対策。テーブル内の画像はhtml内で横と縦のサイズを指定する。
	しかしie8では横方向がつぶれるので、css内のtable.tbinitでwidth:auto;を指定。
	autoを指定した為、拡大されるので、個別にheightも指定する。*/
	}
body.page-id-1825 table .text_eqp{
	width:450px;
	margin:0 40px 0 0;
	font-size:140%;
	line-height:1.5em;
	}
body.page-id-1825 div.pht1 .text80{
	margin-top:8px;
	line-height:1.2em;
	font-size:100%;
	}
body.page-id-1825 div.pht1{
	margin:0 30px 0 0;
	}
body.page-id-1825 div.pht1 img{
	width:auto;/*ie8対策*/
	height:274px;
	}
body.page-id-1825 div.pht2{
	margin:0 30px 0 0;
	}
body.page-id-1825 div.pht2 img{
	width:auto;/*ie8対策*/
	height:274px;
	}
body.page-id-1825 div.pht3{
	}
body.page-id-1825 div.pht3 img{
	width:auto;/*ie8対策*/
	height:343px;
	}
body.page-id-1825 div.pht1 h3, 
body.page-id-1825 div.pht2 h3, 
body.page-id-1825 div.pht3 h3{
	font-size:90%;
	/*見本画面のh3見出し*/
	}
body.page-id-1825 div.btn_app a{
	font-size:150%;
	margin:10px 0;
	width:300px;
	display:block;
	padding:1em;
	border:1px solid #006699;
	border-radius:6px;
	background-color:#D6EBFA;
	}
body.page-id-1825 div.btn_app a:hover{
	background-color:#FDE9B5;
	}
body.page-id-1825 .bt_link{
	margin:0 0 30px 0;
	/*4つのリンクボタン*/
	}
body.page-id-1825 .bt_link .box1, 
body.page-id-1825 .bt_link .box2, 
body.page-id-1825 .bt_link .box3, 
body.page-id-1825 .bt_link .box4{
	width:290px;
	/*height:290px;*/
	margin:0 20px 20px 0;
	padding:10px;
	float:left;
	font-size:150%;
	text-align:center;
	border:1px solid #006699;
	border-radius:6px;
	/*background-color:#ddeaea;*//*薄い水色*/
	/*4つのリンクの各ボタン*/
	}
body.page-id-1825 .bt_link .box1 a, 
body.page-id-1825 .bt_link .box2 a, 
body.page-id-1825 .bt_link .box3 a, 
body.page-id-1825 .bt_link .box4 a{
	color:#000000;
	/*リンクの文字色を黒*/
	}
body.page-id-1825 .bt_link .box1 img{
	background-color:#ffffff;
	}
body.page-id-1825 .bt_link .box2, 
body.page-id-1825 .bt_link .box4{
	margin:0 0 20px 0;
	/*偶数番目のマージン消去*/
	}
body.page-id-1825 h3#appmihon{
	margin:0;
		padding:6px 0;
		/*border-top:1px solid #006699;*/
		/*アプリの画面見本*/
		}
body.page-id-1825 #border1px{
	margin:10px 0;
		border-top:1px solid #006699;
		/*アプリの画面見本ページ内の区切り線*/
			}
body.page-id-1825 .feature{
	margin:0 0 30px 0;
	font-size:120%;
	/*4つの特徴*/
		}
body.page-id-1825 .text_eqp .textcolor_red, 
body.page-id-1825 .feature .textcolor_red{
	font-weight:bold;
	/*赤文字を太字に指定*/
		}
body.page-id-1825 .feature h3{
	width:460px;
	font-weight:normal;
	margin:20px 0 10px 0;
	padding:4px 10px;
	color:#fff;
	background-color:#006699;
	/*4つの特徴のh3の見出し*/
	}
body.page-id-1825 .feature h3#free{
	width:100%;
	font-weight:bold;
	margin:10px 0 0px 0;
	padding:0px 0px;
	color:#006699;
	background-color:#ffffff;
	/*4つの特徴の無料版のh3の見出し*/
	}
body.page-id-1825 .exp{
	margin:10px 0;
	padding:10px 0 0 0;
	border-top:1px solid #000;
	font-size:110%;
	/*予測方法の説明*/
	}
body.page-id-1825 .exp .wp-image-1927{
	margin:10px auto 10px 70px;
	/*予測方法の電離層の降下の図*/
	}
body.page-id-1825 .caution{
	margin:10px 0;
	padding:10px 0 0 0;
	border-top:1px solid #000;
	font-size:80%;
	line-height:1.5em;
	/*注意事項*/
	}
body.page-id-1825 .disclaimer{
	margin:10px 0;
	padding:10px 0 0 0;
	border-top:1px solid #000;
	font-size:80%;
	line-height:1.5em;
	/*免責事項*/
	}
/*採用情報ページ。始まり。///////////////////// */
body.page-id-148 h3{
	font-size:110%;
	}
body.page-id-148 .box{
	margin:6px 0;
	padding:6px 0;
	border-bottom:1px dotted #000000;
	/*区切り線*/
	}
body.page-id-148 .boxoneline{
	margin:6px 0;
	padding:6px 0;
	border-bottom:1px dotted #000000;
	/*1行組のボックス*/
	}
body.page-id-148 .boxoneline h3{
	width:90px;
	float:left;
	/*1行組のボックス内の見出し。フロートで1行組み。*/
	}
body.page-id-148 .boxoneline p{
	width:550px;
	float:left;
	}
body.page-id-148 .box_pro{
	margin:6px 0;
	padding:12px 24px;
	width:200px;
	border:1px solid #006699;
	border-radius:6px;
	text-align:center;
	/*プロセスの図*/
	}
body.page-id-148 .box_pro b{
	font-size:120%;
	/*プロセスの図の太字*/
	}
body.page-id-148 .box .bt_form_in a{
	display:block;
		margin:6px 0;
	padding:12px 24px;
	width:200px;
	border:1px solid #006699;
	border-radius:6px;
	text-align:center;
	background-color:#FFD;
	font-weight:bold;
	color:#006699;
	font-size:110%;
	/*フォーム入口ボタン*/
	}
	
/*応募者の個人情報について。始まり。///////////////////// */
.page-id-1988 h3{
	font-size:110%;
	}
	
	/*予測検証と予測アーカイブの入口ページ/////////////////////*/
.page-id-136 .box{
	width:280px;
	float:left;
	margin:0 40px 0 0;
	}
	/*アプリ用問合せのページ内のメールフォームの入口ボタン/////////////////////*/
body.page-id-2038 .mailformappin a{
	display:block;
		margin:6px 0;
	padding:12px 0;
	width:300px;
	border:1px solid #006699;
	border-radius:6px;
	text-align:center;
	background-color:#FFD;
	font-weight:bold;
	color:#006699;
	font-size:110%;
	/*フォーム入口ボタン*/
	}
	/*契約先企業一覧のページ/////////////////////*/
body.page-id-486 .entry-content #name p{
	font-size:130%;
	line-height:1.4em;
	}
	/*サービスのご案内《法人向けサービス》からのボタン*/
body.page-id-1162 .btn{
	display:block;
	margin:6px 0;
	padding:12px 0;
	width:400px;
	border:1px solid #006699;
	border-radius:6px;
	text-align:center;
	background-color:#FFD;
	font-weight:bold;
	color:#006699;
	font-size:110%;
	/*入口ボタン*/
	}
	 
	/*備ボーサイの紹介ページからの資料請求ボタン*/
body.page-id-2764 .btn{
	display:block;
	margin:6px 0;
	padding:12px 0;
	width:400px;
	border:1px solid #006699;
	border-radius:6px;
	text-align:center;
	background-color:#FFD;
	font-weight:bold;
	color:#006699;
	font-size:110%;
	/*入口ボタン*/
	}
	
	/*お問い合せページからの「法人向けサービス紹介ページ」へボタン*/
body.page-id-168 .btn{
	display:block;
	margin:6px 0;
	padding:12px 0;
	width:400px;
	border:1px solid #006699;
	border-radius:6px;
	text-align:center;
	background-color:#FFD;
	font-weight:bold;
	color:#006699;
	font-size:110%;
	/*入口ボタン*/
	}
	
	/*トップページの地震の予測結果。20140916設置。*/
body.home .report{
	width:710px;
	margin:0 auto 20px auto;
	padding:20px 0 10px 20px;
	border:1px solid #990000;/*←赤い文字色*/
	/*トップページだけの横幅および囲み罫線の指定。アーカイブおよび単ページでは、横幅は自動。*/
	}
.report h3{
	font-size:120%;
	line-height:1.3em;
	color:#990000;/*←赤い文字色*/	
	}
.report h3 .kuro{
	color:#000000;
	line-height:1.2em;
	}

	
	/*トップページの地震の予測結果の中のアプリ紹介部分。
	.appphotがアプリの写真部分。 .appbtnがアプリのボタン部分。.apptextがアプリの説明文。
	それぞれをフロートして横並び。
	*/	
.report .appphot{
	width:90px;
	border:none;
	float:left;
	}
.report .appbtn{
	width:200px;
	float:left;
	}
.report ul#navbtn li a{
	width:185px;
	font-size:150%;
	}
.report .apptext{
	float:right;
	width:420px;
	line-height:1.2em;
	}
.report .gobiz{
	margin:10px 20px 10px 0;/*右マージンは調節のため20px*/
	padding:15px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}
.report .infoall{
	margin:0 0 10px 0;
	line-height:1.2em;
	/*一覧表示へのボタン*/
	}
	/*トップページの地震の予測結果。終わり。*/
	
/*土地情報レポートのページ/////////////////////*/	
body.page-id-3109 .koumoku{
	font-size:120%;
	}
body.page-id-3109 .price{
	font-size:130%;
	border:1px solid #000;
	padding:12px;
	margin:12px 0;
	border-radius:6px;
	}
body.page-id-3109 .mailformin a{
	display:block;
	margin:40px 0;
	padding:12px 0;
	width:500px;
	border:1px solid #006699;
	border-radius:6px;
	text-align:center;
	background-color:#FFD;
	font-weight:bold;
	color:#006699;
	font-size:130%;
	/*入口ボタン*/
	}
body.page-id-3109 ul.tejyun{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:110%;
	}
body.page-id-3109 ul.tejyun li.text{
	background-color:#9EDAFE;
	border-radius:6px;
	padding:6px;
	margin:8px 0;
	}
body.page-id-3109 ul.tejyun li img{
	margin-left:100px;
	}
	
	/*2015年第3回国連防災世界会議---トップページ内設定の始まり*/
body.page-id-256 #wcdrr{
	/*border-top:1px solid #000;*/
	border-bottom:1px solid #000;
	margin:0px 0 0px 0;
	padding:20px 0 0 0;
	font-size:80%;
	}
body.page-id-256 #wcdrr .h2h3{
		text-align:center;
	}
body.page-id-256 #wcdrr .h2h3 h2{
	
	}
body.page-id-256 #wcdrr .h2h3 h3{
	font-size:150%;
	}
body.page-id-256 #wcdrr .divniedtop{
	width:490px;
	float:left;
/*		padding:12px 0;
		line-height:1.2em;
		text-align:left;
		float:left;
		margin:0 20px 0 40px;*/
		}
body.page-id-256 .divnied{
	display:none;
	/*トップページのNIEDの部分は2回出現する（header.phpとfront-page.php）ので、1回目を非表示指定。20170331設定*/
	}
body.page-id-256 #wcdrr .divniedtxttop{
	font-size:0.8rem;
		margin:0;
		}
body.page-id-256 #wcdrr .divunisdr{
	font-size:100%;
	width:460px;
	float: left;
	}
body.page-id-256 #wcdrr .divunisdr .unisdrlink{
	font-size:1.3em;
	line-height:1em;
	margin:-8px 0 8px 8px;
	}
/*body.page-id-256 #wcdrr h2{	
	font-size:100%;
	line-height:1.1em;
	font-weight:normal;	
	}
body.page-id-256 #wcdrr h3{
	margin:0;
	font-size:100%;
	line-height:1.1em;
	}
body.page-id-256 .divunisdr .kokurnbousai{
	margin:0;
	font-size:9pt;
	line-height:1.2em;
	}
body.page-id-256 .divunisdr .kokurnbousai2{
	margin:0;
	font-size:0.8rem;
	line-height:1.2em;
	}*/


	/*2015年第3回国連防災世界会議---トップページ内設定の終わり*/
	
body.page-id-256 .un2015box{
	margin-bottom:20px;
	padding:0 0 4px 80px;
	border-bottom:1px solid #000000;
	}
body.page-id-256 .un2015{
	width:420px;
	float:left;
	font-size:130%;
	margin:14px 0 0 0;
	padding:0 0;
	line-height:1;
		}
body.page-id-256 .un2015performance{
	width:180px;
	margin:8px auto 4px 10px;
	padding:4px 12px;
	color:#ffffff;
	font-size:100%;
	background-color:#115fad;
	border-radius:6px;
	float:left;
	}



/*トップページににニコニコチャンネルへのリンク。20150321設置*/
body.page-id-256 #niconico{
	width:680px;
	margin-top:10px;
	padding-top:15px;
	border-top:1px solid #000000;
	text-align:center;
	}
body.page-id-256 #niconico p{
	margin:0;
	font-size:140%;
	line-height:1.1em;
	}
/*アーカイブページのページ上部と下部のOlder postsとNewer posts。20160205設置*/
nav#nav-above div.nav-previous a, 
nav#nav-above div.nav-next a, 
nav#nav-below div.nav-previous a, 
nav#nav-below div.nav-next a{
	font-size:150%;
	padding:0 8px;
	border:1px solid #0033CC;
	border-radius:4px;
	}
/*英文トップページの国連写真のテーブルレイアウト。20160205設置*/
#tableUNISDRHattori{
	border:none;
	}
#tableUNISDRHattori tr td{
	vertical-align:top;
	border:none;
	}
/*トップページ。熊本震災。201604設置*/
.info201604{
	font-size:135%;
	line-height:1.4em;
	border-bottom:1px solid #000000;
	padding:10px 0 24px 120px;
	}
/*20160606サービス一覧ページ---------------------------*/
.page-id-4237 .entry-content{
	/*横幅指定*/
	}
.page-id-4237 .entry-content p{
	font-size:120%;
	}
.page-id-4237 .entry-content h2.setumei{
	margin:-20px 0 20px 0;
	padding:8px 4px;
	font-weight:normal;
	font-size:160%;
	color:#ffffff;
	background-color: #FF3300;/*←オレンジ色*/
	text-align:center;
	}
.page-id-4237 .entry-content a.btn{
	display:block;
	margin:0 0 0 0;
	padding:14px;
	color:#000000;
	background-color:#C1E6F9;
	text-decoration:none;
	border-radius:10px;
	}
.page-id-4237 .entry-content a.btn:hover{
	background-color:#8AC7FD;
	}
.page-id-4237 .entry-content a.btncte{
	background-color:#ffffff; border:1px solid #000000;/*GPSアプリ公開時処置。20170407設置*/
	}
.page-id-4237 .entry-content a.btncte:hover{
	background-color:#eeeeee;/*GPSアプリ公開時処置。20170407設置*/
	}
.page-id-4237 .entry-content a.btntenda{
	background-color:#FED1E9;
	/*テンダの背景色はピンク色。*/
	background-color:#ffffff; border:1px solid #000000;/*GPSアプリ公開時処置。20170407設置*/
	}
.page-id-4237 .entry-content a.btntenda:hover{
	background-color:#FDBDDA;
	/*テンダの背景色のホーバー時ピンク色。*/
	background-color:#eeeeee;/*GPSアプリ公開時処置。20170407設置*/
	}
.page-id-4237 .entry-content a.btn .midashi3{
	color:#006699;/*←青い文字色*/
	margin:0 0 4px 0;
	line-height:1.1em;
	font-size:180%;
	}
.page-id-4237 .entry-content a.btntenda .midashi3{
	color:#CC0000;/*←赤い文字色*/
	margin:0 0 8px 0;
	/*テンダ用の指定*/
	}
.page-id-4237 .entry-content a.btncte .midashi3, 
.page-id-4237 .entry-content a.btntenda .midashi3{
	color:#000000;/*GPSアプリ公開時処置。20170407設置*/
	}
.page-id-4237 .entry-content .h2eqsearchnew{
	padding:0 0 0 10px;
	background-color:#990000;
	color:#ffffff;
	border-radius:6px;
	/*GPSアプリ公開時処置。20170407設置*/
	}
.page-id-4237 .entry-content .bnf80{
	color:#006699;/*←青い文字色*/
	line-height:1;
	/*ベネステ用の小文字の指定*/
	}
.page-id-4237 .entry-content .midashi3 .pcgara80{
	font-size:80%;
	/*パソコンとガラケー用の小文字の指定*/
	}
.page-id-4237 .entry-content .midashi3 .magmag80{
	font-size:80%;
	/*まぐまぐ用の小文字の指定*/
	}
.page-id-4237 .entry-content .midashi3 .fb80{
	font-size:80%;
	/*フェイスブック用の小文字の指定*/
	}
.page-id-4237 .entry-content .gotostore{
	margin:-28px 0 20px 0;
	padding:20px 0 10px 110px;/*ボタンの位置を中央に置く*/
	background-color:#C1E6F9;
	border-radius:10px;
	border-top:3px dotted #ffffff;
	/*ボタン2個を囲むdiv*/
	}
.page-id-4237 .entry-content a.gotoand, 
.page-id-4237 .entry-content a.gotoi{
	width:200px;
	margin:0 30px 0 0;
	padding:0 0 0 0;
	display:block;
	font-size:100%;
	line-height:1.2em;
	text-align:center;
	float:left;
/*ボタンをフロートで横並べ*/
	}
.page-id-4237 .entry-content #gotoclearfloat{

	height:1px;
	margin:0;
	color:#ffffff;
	display:block;
	clear:both;
	/*フロートのクリア*/	
	}
.page-id-4237 .entry-content a.gototop{
	display:block;
	margin:0 0 20px 0;
	padding:12px;
	color:#000000;
	text-align:center;
	text-decoration:none;
	border:1px solid #000000;
	border-radius:10px;}
.page-id-4237 .entry-content .charge{
	font-size:150%;
	font-weight:bold;
	line-height:1.6em;
	/*月額文字*/
	}
.page-id-4237 .entry-content .fb10{
	font-size:80%;
	line-height:1.2em;
	margin-bottom:6px;
	/*フェイスブック10人制限*/
	}
.page-id-4237 .entry-content .btnclick{
	font-size:70%;
	margin:0 4px 0 0;
	padding:0 6px;
	color:#ffffff;
	background-color:#006699;/*←青*/
	border-radius:1em;
	vertical-align:0.2em;/*ボタンを上に移動して、文字の中心に合わせる*/
	}
.page-id-4237 .entry-content .kagikakko{
	margin-left:-0.5em;
	}
.page-id-4237 .entry-content .imgapp{
	float:right;
	margin:0 0 0 0;
	}
.page-id-4237 .entry-content .imgbnf{
	float:right;
	margin:0 40px 0 0;
	border-radius:6px;
	}
.page-id-4237 .entry-content .imggarakei{
	float:right;
	margin:0 20px 0 0;
	}
.page-id-4237 .entry-content .imgniconico{
	float:right;
	margin:0 20px 0 0;
	border-radius:6px;
	}
.page-id-4237 .entry-content .imgniconicologo{
	margin:0 6px 0 0;
	padding:0 4px;
	border-radius:6px;
	background-color:#006699;
	/*ニコニコのロゴ*/
		}
.page-id-4237 .entry-content .blomaga{
	vertical-align:10px;
	/*ブロマガの文字の位置調整*/
		}
.page-id-4237 .entry-content .imgmagmag{
	margin:0 10px 0 0;
	}
.page-id-4237 .entry-content .imgfb{
	margin:0 10px 0 0;
	}
.page-id-4237 .entry-content .attention{
	font-size:80%;
	border-top:1px solid #000000;
	margin-top:15px;
	padding-top:15px;
	line-height:1.5em;
    text-align: justify;
    text-justify: distribute; 
    /*メインコンテナ内の本文。文章の両端揃え、IE専用。*/
	}
	
/*観測システムのページ*/
.page-id-345 .fnetimgfukushima{
		border:1px solid #000000;
		/*f-netのシステム画面に*/
		}

/*地震予測についてのページ20160912設置*/
.page-id-130 h2.fnet2015{
	padding:8px 20px;
	border-radius:6px;
	background-color:#006699;
	color:#ffffff;
	font-weight:normal;
	font-size:120%;
	line-height:1.2em;
	text-align:center;
	}
.page-id-130 h2.textcolor_red{
	text-align:center;
	}
	
/*ラボ概要の中のFnetの見出し。20160912設置。*/
.page-id-139 h2.fnet2015{
	padding:8px 20px;
	border-radius:6px;
	background-color:#006699;
	color:#ffffff;
	font-weight:normal;
	font-size:120%;
	line-height:1.2em;
	text-align:center;
	}
/*観測システムの中のFnetの見出し。20160912設置。*/
.page-id-345 h2.fnet2015{
	padding:8px 20px;
	border-radius:6px;
	background-color:#006699;
	color:#ffffff;
	font-weight:normal;
	font-size:120%;
	line-height:1.2em;
	text-align:center;
	}
/*サービス一覧の中のFnetの見出し。20160913設置。*/
.page-id-4237 h2.fnet2015{
	padding:8px 20px;
	border-radius:6px;
	background-color:#006699;
	color:#ffffff;
	font-weight:normal;
	font-size:120%;
	line-height:1.2em;
	text-align:center;
	}
/*サービス一覧の中地震プラスの名称変更のお知らせ。20170828設置。*/
.nameplus20170901{
	background-color:#FF0000;
	color:#FFFFFF;
	margin:0;
	padding:8px;
	line-height:1.5;
	border:none;
	display:inline-block;
	}
/*英文ページの会社概要。2016年9月設置。*/
.company201609e{}
.company201609e h3{
	margin:0 0 1em 0;
	}
.company201609e .companyname{
	font-size:100%;
	}
.company201609e .exec{
	display:inline-block;
	width:200px;
	}
/*英語ページのVLF説明。2016年9月設置。*/
h2.h2vlf_e{
	font-size:200%;
	color:#006699;
	font-weight:bold;
	}
h3.h3vlf_e_red{
	color:#990000;
	}
/*英語ページのfnet説明。2016年9月設置。*/
.divfnet_e{
	border:1px solid #00CCFF;
	border-radius:6px;
	background-color: #ffffee;
	padding:24px 24px 0 24px;
	margin:0 0 24px 0;
	}
h2.h2fnet_e{
	font-size:200%;
	color:#006699;
	font-weight:bold;
	}
.divfnet_e h3.h3fnet_e{
	font-size:110%;
	line-height:1.4em;
	}
table.tablefrequency{
	/*日本語観測システムのページ内の周波数の表組み。20161010設置。*/
	width:80%;
	margin:0 auto 20px auto;
	}
/*20170321アプリ内からサイトページへのリンクのために、
スマホ用の表示を設定。始まり。-----------------------------*/
@media (max-width: 480px) {
	/*iOSアプリの解約方法の始まり*/
	body.page-id-2397 div#page{
		width:auto;
		}
	body.page-id-2397 header#branding{
		display:none;
		}
	body.page-id-2397 #main #primary{
	/*margin: 0 34% 0 7.6%;*/
	margin: 0 0 0 0;
	/*width: 58.4%;*/
	width: 100%;
	}
	body.page-id-2397 #main #primary #content {
	/*margin: 0 34% 0 7.6%;*/
	margin: 0 0 0 0;
	/*width: 58.4%;*/
	width: 100%;
	font-size:110%;  /*	追加　フォントサイズ拡大	*/
	}
	body.page-id-2397 #main #primary #content div.entry-content{
		width:80%;
		}
	body.page-id-2397 #main #primary #content div.entry-content .fltlft{
		float:none;
		/*PC向け表示では幅が広いので、画像を含む.fltlftをフロートで横並べにしているので、スマホではフロートさせない。*/
		display:block;
		margin:0 0 2em 0;
		}
	body.page-id-2397 #footernav a{
		display:none;
		}
	/*iOSアプリの解約方法の終わり*/
		
	/*Androidアプリの解約方法の始まり*/
	body.page-id-2503 div#page{
		width:auto;
		}
	body.page-id-2503 header#branding{
		display:none;
		}
	body.page-id-2503 #main #primary{
	/*margin: 0 34% 0 7.6%;*/
	margin: 0 0 0 0;
	/*width: 58.4%;*/
	width: 100%;
	}
	body.page-id-2503 #main #primary #content {
	/*margin: 0 34% 0 7.6%;*/
	margin: 0 0 0 0;
	/*width: 58.4%;*/
	width: 100%;
	font-size:110%;  /*	追加　フォントサイズ拡大	*/
	}
	body.page-id-2503 #main #primary #content div.entry-content{
		width:80%;
		}
	body.page-id-2503 #main #primary #content div.entry-content .fltlft{
		float:none;
		/*PC向け表示では幅が広いので、画像を含む.fltlftをフロートで横並べにしているので、スマホではフロートさせない。*/
		display:block;
		margin:0 0 2em 0;
		}
	body.page-id-2503 #footernav a{
		display:none;
		}
	/*Androidアプリの解約方法の終わり*/
	
	/*その他のQ&Aの始まり*/
	body.page-id-1929 div#page{
		width:auto;
		}
	body.page-id-1929 header#branding{
		display:none;
		}
	body.page-id-1929 #main #primary{
	/*margin: 0 34% 0 7.6%;*/
	margin: 0 0 0 0;
	/*width: 58.4%;*/
	width: 100%;
	}
	body.page-id-1929 #main #primary #content {
	/*margin: 0 34% 0 7.6%;*/
	margin: 0 0 0 0;
	/*width: 58.4%;*/
	width: 100%;
	font-size:110%;  /*	追加　フォントサイズ拡大	*/
	}
	body.page-id-1929 #main #primary #content div.entry-content{
		width:80%;
		}
/*	body.page-id-1929 #main #primary #content div.entry-content .fltlft{
		float:none;
		display:block;
		margin:0 0 2em 0;
		}*/
	body.page-id-1929 #footernav a{
		display:none;
		}
	/*その他のQ&Aの終わり*/

	}
/*20170321アプリ内からサイトページへのリンクのために、
スマホ用の表示を設定。終わり。-----------------------------*/

/*サービス一覧のページ*/
#diveqplus{
	background-color:#FFC1C4;
	margin:0 0 24px 0;
	padding:24px 24px;
	border-radius:12px;
	}

#diveqsearch{
	background-color:#f0ea0c;
	margin:0 0 24px 0;
	padding:24px 24px;
	border-radius:12px;
	}
.h2eqsearch{
	font-size:200%;
	line-height:1.1em;
	}
.h2eqsearchname{
	font-size:150%;
	}
.applewatchdebut{
	/*アップルウォッチ*/
	background-color: #33CCFF;
	border-radius:12px;
	margin:0 0 24px 0;
	padding:24px;
	}
.applewatchdebut img{
	}
.applewatchdebut h2{
	font-size:200%;
	}
#tbleqsearch{
	border-bottom:none;
	}
#tbleqsearch td{
	border-top: none;
	}
#tbleqsearch p{
	margin:0 0 0 0;
	}
.diveqsearchkingaku{
	font-size:200%;
	font-weight:normal;
	line-height:1.1em;
	}
#divfmeqsearch{
	width:180px;
	background-color:#f0ea0c;
	margin:0 10px 12px 80px;
	padding:20px 20px 0 20px;
	border-radius:12px;
	float:left;
	}
#divfmeqsearch h3{
	font-size:130%;
	line-height:1.2em;
	font-weight:bold;
	}
.divimgfamily{
	width:584px;
	margin:0 50px 0 0;
	float:right;
	}
.topeqsearch{
	width:60%;
	margin:0 auto;
	border-bottom:1px solid #000000;
	/*トップページの地震サーチトピックス*/
	}
.home h2.toph2eqsearch1{
	width:70%;
	margin:0 auto;
	color: #ffffff;
	background-color: #990000;
	/*トップページの地震サーチトピックスのh2*/
	}
.home .topeqsearch h3{
	font-size:130%;
	}
.gotocontactlist201705{
	/*サービス一覧ページ内の問合せへのリンク*/
	border:1px solid #000;
	border-radius:12px;
	margin:0 0 20px 0;
	padding:12px;
	font-size:130%;
	font-weight:bold;
	background-color: #999999;
	color:#FFFFFF;
	}
.gotocontactlist201705 a{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
/*英語ページの地震予測トピックス20170620設置*/
#ereportbox{
	width:800px;
	border:1px solid #000000;
	margin:20px auto;
	padding:12px;
	}
#ereportbox h2{
	font-size:150%;}
#ereportbox h3{
	font-size:120%;
	line-height:1.3em;
	color:#990000;/*←赤い文字色*/	
	}
#ereportbox h3 .kuro{
	color:#000000;
	line-height:1.2em;
	}
	
/*英語ページの地震予測トピックスのアーカイブ内指定。20170621設置*/
body.post-type-archive-ereport #content .page-header{
	display:none;
	/*ページヘッダーが日本語で表示されるので非表示指定。*/
	}
body.post-type-archive-ereport div#main section#primary{
	margin:0 0 0 0;
	/*英語版トピックスのアーカイブページでは、サイドバー無しでの表示。
	テンプレート上でサイドバーを読み込まない指定をして、
	section#primaryと#contentでマージンとwidthを上書き指定。*/
	}
body.post-type-archive-ereport #content{
	width:90%;
	margin:0 auto;
	}
body.post-type-archive-ereport #content .entry-content h3{
	font-weight:normal;
	font-size:120%;
	line-height:1.3em;
	color:#990000;/*←赤い文字色*/	
	}
body.post-type-archive-ereport #content .entry-content h3 .kuro{
	color:#000000;
	line-height:1.2em;
	}
body.post-type-archive-ereport #content .nav-previous, 
body.post-type-archive-ereport #content .nav-next{
	width:40%;
	}

/*トップページ内のパートナー企業。*/		
.plus_renewal_base{
	behavior: url("/PIE.htc");
	position:relative;/*PIE.htc用の指定*/
	width : 500px;
	background-color: #f0ea0c;
	padding:15px 20px 15px 20px;
	margin:12px auto 12px auto;
	text-align:center;
	border:solid 1px #000000;
	border-radius:6px;
	}
.plus_renewal_base a{
	font-weight:bold;
	font-size : 150%;
	color:#000000;
	text-decoration:underline;
	}
.plus_renewal_base .new{
	font-weight:bold;
	font-size : 100%;
	color:#FF0000;
	padding-right:10px;
	}
.btnctepink {
	background-color: #FFB6C1;
    }
/*20190226サイト修正。*/	
#info201902{
	border:none;
	}
#hzmap201902{
	background-color: #06C;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:12px 24px;
	}
#hzmap201902 h3{
	text-align:center;
	font-size:150%;
	}
#hzmap201902 h4{
	text-align:center;
	font-size:120%;
	}
#hzmap201902 h4 a{
	color:#FFF;
	text-decoration:underline;
	}
.info20190226renew{
	font-size:150%;
	margin-bottom:200px;
	}

/*20190313サイト修正。*/	
.sdgs201903{
	padding:10px 0;
	text-align:center;
	border-bottom:1px solid #000;
	}
.sdgs201903 .imgsdgslogo{
		width: 200;
		margin: 20px 0 10px 0;
		}
.sdgs201903 h2{
		font-size:140%;
		line-height:1.4em;
		margin-top:10px;
		}
.sdgs201903biz{
		text-align:center;
		border-bottom:1px solid #000;
		padding:10px 0;
		}		
.sdgs201903biz h2{
	font-size:140%;
	line-height:1.4em;
	}
.sdgs201903biz img{
	margin: 25px 0 25px 0;
	}
	
	.sdgs201903biz .imgsdgslogo1{}
/*20190819サイト修正。*/	
.shutochokka{
	padding:10px 0;
	border-top:1px solid #000;	
	border-bottom:1px solid #000;
	font-size:125%;
	line-height:1.4em;
	margin-top:10px;
	font-weight:bold;
}
.shutochokkaimg{
	height: 237px;
	width: 160px;
	margin: 20px 10px 10px 0;
	float:left;
}
/*20200309サイト修正。*/	
.shuto_chokka {
    padding: 5px
}
.clearfix {
  overflow: left;
}
.shuto_chokka_img {
	float: left
}
.shuto_chokka_content {
	overflow: auto
}
.shuto_chokka_title {
    font-weight: bold;
    font-size: 200%
}



