@charset "utf-8";

/*
Theme Name:mynavi-seowp
Theme URI: https://www.ig-s.co.jp/
Version: 1.2.2
Description: SEO Liquid two column 
Author: IGS
Author URI: https://www.ig-s.co.jp/
Tags: seo
*/


/*
	GENERAL STYLES
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body				{
	line-height: 1;
	/*background:url(images/bg.gif);*/
}

body {
  /*フォントの指定*/
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*行間の指定*/
  line-height: 1.4;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
}

ol, ul				{ list-style-image:none; list-style-type:none; list-style-position:outside; }
blockquote, q		{ quotes: none; }
blockquote:before,
blockquote:after,
q:before, q:after	{ content: ''; content: none; }
:focus				{ outline: 0; }
ins					{ text-decoration: none; }
del					{ text-decoration: line-through; }
table				{ border-collapse: collapse; border-spacing: 0; }

/*
	LAYOUT TOOLS
*/
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; font-size: 1px;line-height:1px;}
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }

/*
	PRINT TOOLS
*/
.page-break 		{ page-break-before: always; }

/*
	TYPOGRAPHIC TOOLS
*/
.error				{ border: 1px solid #fb4343; padding: 3px; color: #fb4343; }
.warning			{ border: 1px solid #d4ac0a; padding: 3px; color: #d4ac0a; }
.success			{ border: 1px solid #149b0d; padding: 3px; color: #149b0d; }
.callOut			{ font-size: 125%; font-weight: bold; }
.strikeOut			{ text-decoration: line-through; }
.underline			{ text-decoration: underline; }
.resetTypeStyle		{ font-weight: normal; font-style: normal; font-size: 100%; 
					  text-decoration: none; word-spacing: normal; 
					  letter-spacing: 0px; text-transform: none; text-indent: 0px; }

/* 
	STYLING EXTRAS
*/
/*
a[href^="mailto"]	{ background: url(images/emailIcon.png) left center no-repeat; padding-left: 10px; }
a[href~=".pdf"]		{ background: url(images/pdfIcon.png) left center no-repeat; padding-left: 10px; }
a.button			{ color: black; border: 1px solid black; padding: 3px; }
	a.button:hover	{ background: black; color: white; }
.transpBlack		{ background: url(images/transpBlack.png); }
*/

/*
	DISPLAY VALUES
*/
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }

/*
	CAPTIONS
*/
.aligncenter,
div.aligncenter		{ display: block; margin-left: auto; margin-right: auto; }
.wp-caption			{ border: 1px solid #C9C9C9; text-align: center; background-color: #F3F3F3; padding-top: 4px;
					  margin:0 10px 10px 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px;
					  -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img		{ margin: 0; padding: 0; border: 0 none; }
.wp-caption
p.wp-caption-text	{ font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

/*
	IMAGES
*/
p img				{ padding: 0; max-width: 100%; border:1px solid #C9C9C9; }
img.centered		{ display: block; margin-left: auto; margin-right: auto; }
img.aligncenter		{ display: block; margin-left: auto; margin-right: auto; text-align:center; }
img.alignright		{ padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft		{ padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright			{ float: right; }
.alignleft			{ float: left; }

/*
	CLEARFIX
*/
div					{ zoom:1; }

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

/*
	ORIGINAL
*/
table				{
	border:1px solid #C9C9C9;
	margin:10px;
	width:97%;
	line-height:1.6;
}
table th			{
	background: #F3F3F3;
	border:1px solid #C9C9C9;
	font-weight:bold;
	padding:10px;
	text-align:center; }
table td			{
	background: #FFFFFF;
	border:1px solid #C9C9C9;
	padding:10px;
}
blockquote			{
	border-left: 10px solid #0A0C0D;
	margin:20px 40px;
	padding:10px;
	text-align: left;
	background-color:#999;
	color:#FFF;
}
blockquote p		{ margin:.4em 0 .4em 0; }
.imedisabled		{ ime-mode: disabled; }
.input				{ border:1px solid #C9C9C9; padding:3px 4px; }
.textarea			{ border:1px solid #C9C9C9; padding:3px 4px; }
.more-link			{ }
.bold				{ font-weight:bold; }

body				{ margin:0; padding:0; color:#000000; border:0; width:100%; min-width:1280px; line-height:1.3em;
					/*margin:0; padding:0; color:#000000; border:0; width:100%; min-width:950px; line-height:1.3em;*/
					  font-size:0.9em; text-align:center; }
a					{ color:#7c7055; text-decoration:underline; }
a:hover				{ color:#7c7055; text-decoration:none; }
h1, h2, h3,
h4, h5, h6,			{ margin:.8em 0 .2em 0; padding:0; }
p					{ margin:.4em 0 .8em 0; padding:0; }
img					{ margin:0 0 10px; }

.red				{
	color:#ea4f31;
}
.blue				{
	color:#0033CC;
}
.fontM				{
	font-size:medium;
}
.fontL				{
	font-size:large;
}

#container			{ position:relative; width:100%; margin:0 auto; padding:0; border:0; }
/* * html body div#container {	width: expression(document.body.clientWidth < 952? "950px" : "auto"); }*/
* html body div#container {	width: expression(document.body.clientWidth < 1282? "1280px" : "auto"); }

/*
	HEADER
*/
#headerbox			{
	/*border-bottom:3px solid #F7F6F6;
	border-left:1px solid #E2DDDE;
	border-right:1px solid #E2DDDE;
	width:900px;*/
	width:822px;
	margin:0 auto;
}
#header				{
	background:#FFFFFF;
	color:#0A0C0D;
	height:120px;
	padding:0;
	position:relative;
	text-align:right;
}
#header h1			{
	font-size:1em;
	margin:0;
	padding:20px 20px 0 20px;
	font-weight:normal;
}
#header p			{
	margin:0;
	padding:10px 20px 0 0;
}
#header h2			{
	bottom:30px;
	font-size:0.9em;
	position:absolute;
	right:20px;
	font-weight:normal;
}
#header h3			{
	font-weight:normal;
	left:20px;
	margin:0 0 0 20px;
	padding:0;
	position:absolute;
	top:155px;
	text-align:left;
	width:300px;
}
#header img			{
	left:20px;
	margin:0 0 0 -24px;
	padding:0;
	position:absolute;
	top:10px;
}
* html body #header img {
	behavior: expression(IEPNGFIX.fix(this));
}
#header a			{
	color:#7c7055;
	text-decoration:none;
}
#header a:hover		{
	background:none;
}
#header h2 a:hover	{
	color:#7c7055;
	text-decoration:none;
}
/***********************************************/
/* 2021/03/24 設定 *
/***********************************************

/* グローバルナビゲーション 余ったスペース分配 */
#global-nav {
	width:822px;
	margin:8px auto 24px;
}
#global-nav ul {
	margin:12px;
	display: flex;
	justify-content: flex-start; /* デフォルト(なんでも) */
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}
#global-nav li {
	flex: 1 0 auto;
	display: flex;
	height:32px;
}
#global-nav a {
	flex: 1 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #333;
	/*padding: 10px 20px 10px;*/
	height:32px;
}
#global-nav a:hover,
#global-nav a:active {
	color:#48cbca;
}
#global-nav li.active a{
	color:#48cbca;
}

#global-nav li.nav01{
	border-left:none;
}
#global-nav li.nav02{
	border-left:1px solid #666;
}

div.topimg{
	width:100%;
	margin:24px auto;
	text-align:center;
}

/*
	NAVIGATION
*/
#navigation			{ background:#FFFFFF; height:40px; left:0; margin:0 auto;
					  overflow:hidden;padding:0; position:absolute; text-align:left; top:160px; width:100%;
					  border-bottom:1px solid #E2DDDE; }
* html body #navigation { behavior: expression(IEPNGFIX.fix(this)); }
#navigation ul		{ list-style:none; }
#navigation ul li	{ display:inline; list-style:none; margin:0; padding:0; }
#navigation ul li a	{ color:#7c7055; display:block; float:left; left:15px; line-height:1.3em; margin:0 0 0 1px;
					  padding:11px 20px; position:relative; text-align:center; text-decoration:none; }
#navigation ul li a:hover 			{ background:#F9F7F8; color:#7c7055; }
#navigation ul li a span			{ display:block; }

/*
	CONTAINER
*/
.colmask			{
	background:#FFFFFF;
	clear:both;
	overflow:hidden;
	position:relative;
	text-align:left;
	/*width:900px;
	width:1024px;*/
	width:822px;
	margin:24px auto;
	/*border-left:1px solid #E2DDDE;
	border-right:1px solid #E2DDDE;*/
}
.rightmenu			{
	background:#FFFFFF;
}
.rightmenu .colleft {
	position:relative;
	background:#FFFFFF;
	/*float:left;
	margin-left:-245px;*/
	margin:0 auto;
	width:100%;
}
.rightmenu .col1wrap {
	/*float:left;
	width:50%;
	width:50%;
	position:relative;
	left:50%;*/
}
.rightmenu .col1	{
	margin:0 auto;
	padding:0;
	overflow:hidden;
	border:none;
}
.rightmenu .col2	{
	float:right;
	width:240px;
	position:relative;
	/*left:240px;*/
	left:240px;
}

/*
	ENTRY
*/
.midashi h2	{

	width:100%;
	font-size:1.6em;
	letter-spacing: 0.2em;
	text-align:center;
	padding:8px;
	border:5px #d9e0e5;
	box-sizing: border-box;

	/*padding: 1rem 2rem;
  	color: #fff;
	font-size:1.4em;
  	border-radius: 10px;
  	background-image: -webkit-gradient(linear, left top, right top, from(#008db7), to(#a0d8ef));
  	background-image: -webkit-linear-gradient(left, #008db7 0%, #a0d8ef 100%);
  	background-image: linear-gradient(to right, #008db7 0%, #a0d8ef 100%);*/


	/*background:url(images/mynavi-cate.gif) no-repeat top left;
	color:#FFF;
	font-size:1.4em;
	line-height:2;
	text-align:center;
	overflow:hidden;
	height:40px;
	margin:0 0 20px;
	padding:5px 10px;*/
}
.midashi h2 a			{ 
	color:#fff;
	text-decoration:none;
}
.midashi h2 a:hover	{ 
	background:none;
}

.entry				{ margin:0 0 30px 0; }
.entry h2			{

	width:100%;
	font-size:1.6em;
	letter-spacing: 0.2em;
	text-align:center;
	padding:16px;
	margin:24px auto 48px;
	border:8px solid #d9e0e5;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;

	/*padding: 1rem 2rem;
  	color: #fff;
	font-size:1.4em;
  	border-radius: 10px;
  	background-image: -webkit-gradient(linear, left top, right top, from(#008db7), to(#a0d8ef));
  	background-image: -webkit-linear-gradient(left, #008db7 0%, #a0d8ef 100%);
  	background-image: linear-gradient(to right, #008db7 0%, #a0d8ef 100%);

	/*background:url(images/mynavi-title.gif) no-repeat top left;
	color:#473b33;
	font-size:1.4em;
	margin:0;
	line-height:1.5em;
	overflow:hidden;
	padding:5px 30px;*/
}
.entry h2 a			{ 
	color:#666;
	text-decoration:none;
}
.entry h2 a:hover	{ 
	background:none;
}
.entry p.exerpt		{ border:1px dotted #C9C9C9; margin:10px; padding:10px; }
.entry-body			{ margin:20px 0; }
.entry-body p		{
	margin:.4em 1em 1.3em 1em;
	line-height:1.6;
}
.entry-body blockquote p	{
	margin:0;
}
.entry-body ul		{ margin:10px 20px; }
.entry-body ol		{ margin:10px 20px; }
.entry-body dl		{
	margin:10px 15px;
	line-height:1.6;
}
.entry-body dl dt	{
	font-weight:bold;
	color:#FF0000;
	padding-left:20px;
	background:url(images/dl_arrow.gif) no-repeat left 4px;
}
.entry-body dl dd	{
	margin-left:20px;
}
.entry-body ul li	{ background:#FFFFFF; list-style-type:disc; list-style-position:outside; margin-left:25px; }
.entry-body ol li	{ background:#FFFFFF; list-style-type:decimal; list-style-position:outside; margin-left:25px; }
.entry-body h3		{
	position:relative;
	width:100%;
	margin:48px auto;
	padding-bottom:16px;
	text-align:center;
	color:#65bfd6;
	font-size:1.1em;
	border-bottom:1px solid #9ba8ab;

	/*position: relative;
	padding: 1rem .5rem;
	font-size:1.1em;*/

	/*background:#ffdfdf;
	border-left:6px solid #FF0000;
	border-bottom:2px dotted #FF0000;
	color:#FF0000;
	height:36px;
	line-height:38px;
	margin:20px 10px;
	padding:0 10px;
	overflow:hidden;*/
 }
.entry-body h3:after{
	content:"";
	display:block;
	width:502px;
	height:5px;
	background-color:#83cee1;
	position:absolute;
	bottom:0px;
	left:160px;

	/*position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
	background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);*/
}
.entry-body h4 {
	font-size:1.2em;
	font-weight:bold;

	color:#333;
	margin:28px 0;
	padding:0;
	text-align:left;

	/*background:#f3f3f3;
	border-left:6px solid #CCCCCC;
	color:#0A0C0D;
	height:32px;
	line-height:32px;
	margin:20px 10px;
	padding:0 10px;
	overflow:hidden;*/
}
.entry-body h4::before {
	content:'＞  ';
	transform: scale(2.0, 1);

}
.entry-body h5		{ background:#0A0C0D; color:#FFFFFF; height:32px; line-height:32px;
					  margin:10px 10px; padding:0 10px; overflow:hidden; }
.entry-body h6		{ background:#0A0C0D; color:#FFFFFF; height:32px; line-height:32px;
					  margin:10px 10px; padding:0 10px; overflow:hidden; }
.entry-footer		{ text-align:right; padding-bottom:10px; border-bottom:1px dotted #E2DDDE; }

ul.tags				{ text-align:right; line-height:1.6; }
ul.tags li			{ float:right; background:url(images/tag.gif) no-repeat left center; padding-left:18px; margin-left:5px; }
span.comment		{ background:url(images/comment.gif) no-repeat left center; padding-left:18px; }
span.datetime		{ background:url(images/datetime.gif) no-repeat left center; padding-left:18px; }
span.category		{ background:url(images/category.gif) no-repeat left center; padding-left:18px; }
span.author			{ background:url(images/author.gif) no-repeat left center; padding-left:18px; }
span.rss			{ background:url(images/rss_feed.gif) no-repeat left center; padding-left:22px;}

div.post_navi		{ background:#F9F7F8; border:1px solid #C4BFC2; margin-top:-10px;}
div.post_previous	{ float:left; margin:10px 0 10px 10px; width:45%; }
div.post_next		{ float:right; text-align:right; margin:10px 10px 10px 0; width:45%; }
div.breadcrumb		{ margin-bottom:15px; }

div.related_posts	{}
div.related_posts_head	{ background:#F3F3F3; border:1px solid #C9C9C9; font-weight:bold; line-height:2em;
						  margin:0 0 10px 0; padding:3px 10px; }
ul.st-related-posts		{ background:#FFFFFF; margin-left:15px; position:relative; }
ul.st-related-posts li	{ background:#FFFFFF url(images/post.gif) no-repeat; padding-left: 25px; margin:0 0 3px; }
div.related_posts		{ margin:30px 0; }

div.adv				{ background:#F3F3F3; border:1px solid #C9C9C9; margin:20px 0; padding:15px; }
#searchform			{ background:#F3F3F3; padding:10px 0; text-align:center; }
div.comment			{ margin:30px 0; }
div.comment p		{ padding-left:15px; }
.nocomments			{ display:none; }
.comments-head		{ background:#F3F3F3; border:1px solid #C9C9C9; line-height:2em; margin:0 0 10px 0; padding:3px 10px; }
.comment-footer		{ margin:-5px 0 20px 0; }
div.comment #author	{ width:200px; }
div.comment #email		{ width:200px; }
div.comment #url		{ width:300px; }
div.comment #comment	{ width:500px; }
ul.commentlist			{ padding-left: 15px; }
ul.commentlist .reply	{ margin-bottom:10px; }
ul.commentlist li ul.children	{ padding-left:25px; }
div.comment-navi	{ margin-top:10px; }

.ddsg-wrapper ul	{ margin:5px 10px; }
.ddsg-wrapper ul li	{ list-style-image:none; list-style-type:none; width:100%; }
.ddsg-wrapper ul li	{ margin-left:20px; background:#FFFFFF url(images/post.gif) no-repeat;padding-left: 25px;}
ul.archive li		{ background:#FFFFFF url(images/post.gif) no-repeat; list-style-image:none;
					  list-style-type:none; padding-left: 25px; }

.wp-pagenavi			{ text-align:center; line-height:2em; }
.wp-pagenavi a,
.wp-pagenavi a:link		{ padding: 2px 4px 2px 4px;	margin: 2px; text-decoration: none;	border: 1px solid #0A0C0D;
						  color: #0A0C0D; background-color: #FFFFFF; }
.wp-pagenavi a:visited	{ padding: 2px 4px 2px 4px;	margin: 2px; text-decoration: none;	border: 1px solid #0A0C0D;
						  color: #0A0C0D; background-color: #FFFFFF; }
.wp-pagenavi a:hover	{ border: 1px solid #0A0C0D; color: #FFFFFF; background-color: #0A0C0D; }
.wp-pagenavi a:active	{ padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #C9C9C9;
						  color: #C9C9C9; background-color: #FFFFFF; }
.wp-pagenavi span.pages { padding: 2px 4px 2px 4px;	margin: 2px 2px 2px 2px; color: #C9C9C9; }
.wp-pagenavi span.current {	padding: 2px 4px 2px 4px; margin: 2px; font-weight: bold; border: 1px solid #C9C9C9;
						  color: #C9C9C9; background-color: #FFFFFF; }
.wp-pagenavi span.extend { padding: 2px 4px 2px 4px; margin: 2px; border: 1px solid #C9C9C9;
						  color: #C9C9C9; background-color: #FFFFFF; }

/*
	SIDEBAR
*/
.sidebar			{
	background:#FFFFFF;
	margin:0;
	padding:0;
}
.sidebar div.sidebar_div	{
	padding:20px 0 0 0;
	margin:0;
}
.sidebar ul.sidebar_ul		{ margin:0; padding:0; height: auto !important; height: 1%; }
.sidebar .search	{
	font-size:13px;
	height: 15px;
	width: 100px;
	vertical-align: top;
	padding:2px;
}
li#contact {
	margin:0 10px;
}
li.box				{
	margin:0 10px 0;
	padding-bottom:20px;
	width:220px;
}
li.box h3,
li.box h4			{

	width: 100%;
        height: 40px;
	color:#FFF;
	text-align:center;
	line-height:3;
        background-color: #008db7;
        border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;

	/*background:url(images/mynavi-titlebg.gif) no-repeat top left;
	height:40px;
	color:#FFF;
	margin:0;
	text-align:center;
	line-height:3;*/
}
/*li.box h4				{
	background:url(images/mynavi-titlebg.gif) no-repeat top left;
	height:40px;
	color:#FFF;
	margin:0;
	text-align:center;
	line-height:3;
}*/
li.box h5			{
	margin:0;
	line-height:2.5;
	text-align:center;
	border-bottom:1px solid #008db7;
	border-right:1px solid #008db7;
	border-left:1px solid #008db7;
	text-decoration:none;
	display:block;
	background-color:#FFF;

	/*margin:0;
	line-height:2.5;
	text-align:center;
	border-bottom:1px solid #FF0000;
	border-right:1px solid #FF0000;
	border-left:1px solid #FF0000;
	text-decoration:none;
	display:block;
	background-color:#FFF;*/
}
li.box p			{ background:#FFFFFF; padding:10px 10px; margin:0; }
li.box ul			{
	margin:0;
}
li.box ul li a		{
	margin:0;
	padding-left: 30px;
	line-height:36px;
	border-bottom:1px solid #008db7;
	border-right:1px solid #008db7;
	border-left:1px solid #008db7;
	text-decoration:none;
	display:block;
	font-size:12px;
}
li.box ul li a		{
	background:url(images/sidebg.gif) no-repeat;
}
li.box ul li.comment a		{ background:url(images/comment.gif) no-repeat; }
li.box ul li.categorytab a	{ background:url(images/category.gif) no-repeat; }
li.box ul li.hometab a		{ background:url(images/home.gif) no-repeat; }
li.box ul li.sitemap-page a	{ background:url(images/sitemap.gif) no-repeat; }
li.box ul li.contact-page a	{ background:url(images/contact.gif) no-repeat; }
.st-tag-cloud				{
	border-bottom:1px solid #FF0000;
	border-right:1px solid #FF0000;
	border-left:1px solid #FF0000;
	padding:5px;
	background:#faf9f8;
}
li.box ul.st-tag-cloud li	{
	line-height:1.2;
	display:inline;
	padding:3px;
}
li.credit			{ overflow:hidden; }
li.box ul li a 		{
}
li.box ul li a:hover 		{
	text-decoration:underline;
}
/*
	FOOTER
*/
/*#footer				{
	background:#FF0000;
	clear:both;
	color:#FFFFFF;
	margin:0 auto;
	position:relative;
	padding:20px 0;
	text-align:right;
	width:100%;
	height:40px;
	font-weight:normal;
}
#footer a:hover 	{
	background:none;
}
#footer h3			{
	margin:0 20px;
	padding:10px 0 0;
	line-height:35px;
}
#footer h3 a		{
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}
#footer h3 a:hover	{
	color:#FFF;
	line-height:1;
}
#footer img			{ left:20px; margin:0; position:absolute; top:16px; padding:0; }
* html body #footer img { behavior: expression(IEPNGFIX.fix(this)); }*/


#breadcrumb {
	position:absolute;
	top:130px;
	left:16px;

	zoom:1;
	overflow:hidden;
	padding:0 0 15px 0;
}
#breadcrumb li {
	float:left;
	margin:0 0.5em 0 0;
	font-size:12px;
}
#breadcrumb li a {
	margin:0 0.5em 0 0;
	font-size:12px;
}


/* 2021 追加*/


header{background-color: #fff;}
 
.header-inner{ background-color: #fff; height: 100px;}
 
.container {background-color: #9db2ea; }
 
.contents {background-color: #fff; }
 
#sidebar{background-color: #aefffc; }
 
footer{background-color: #fff; }
 
.footer-inner{background-color: #fff; height: 188px; }
.footer-inner2{background-color: #d3dbdc; height: 188px; }
/*------------------------*/

	
/*コンテンツのサイズ指定*/
.header-inner,
.container,
.footer-inner,
.footer-inner2 {
  box-sizing: border-box;
  /*max-width: 1280px;*/
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  /*padding: 1.25rem;*/
  padding: 0;
}

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

.site-title-wrap {
  text-align: left;
}
 
/*タイトルを画像にする場合*/
.site-title a {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
 
.site-title a img {
  display: inline-block;
  margin-left:39px;
  margin-top:14px;
  width: 117px;

  border:none;
}
 

/*ナビメニュー*/

.header-inner {
  position: relative;
}
 
.navbutton {
  display: none;
}
 
.header-nav-wrap {
  position: absolute;
  top: 60%;
  right: 17.5%;
  margin-left: 20%;
  width:860px;
}
 
.header-nav {
  font-size: 0;
}
 
.header-nav li {
  font-size: 0.9rem;
  display: inline-block;
  /*margin-right: 2.5rem;*/
  margin-right: 1.2rem;
}
 
.header-nav li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #000;
}
.header-nav li.current a {
  color: #29abd3;
}
 
.header-nav li a:hover {
  opacity: .6;
}

.header-inquiry{
  position: absolute;
  top: 0;
  right: 0;
  width:212px;
}
.header-inquiry .active{
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.2s;
}
.header-inquiry:hover .active,
.header-inquiry:active .active{
  opacity: 1;
}
.header-inquiry img{
  width:212px;
}



/*----------*/
/* footer */
/*----------*/

.footer-logo-wrap {
  text-align: left;
}
 
/*タイトルを画像にする場合*/
.footer-logo a {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
 
.footer-logo a img {
  display: inline-block;
  margin-left:120px;
  margin-top:50px;
  width: 135px;
  height: 81px;
}

.footer-inner,
.footer-inner2{
  position:relative;
  font-size:0.9rem;
  text-align:left;
}
.footer-inner .footer-txtwrap,
.footer-inner2 .footer-txtwrap {
  position: absolute;
  top: 54px;
  left: 313px;
}
.footer-inner .footer-txtwrap p,
.footer-inner2 .footer-txtwrap p{
	margin-bottom:4px;
} 

/*---------------------------------------------------------
パンくず
---------------------------------------------------------*/

.contents{
	position:relative;
	width:1280px;
	height:160px;
	margin:auto;
}

.contents > ul#bread{
	position:absolute;
	top:130px;
	left:16px;
}

.contents > ul#bread li{
	display:inline;
	font-size:1em;
}
.contents > ul#bread li.last{
    padding:0 0 0 24px;
}
.contents > ul#bread li a{
    padding:0 24px;
    background:transparent url("images/bg_bread1.png") no-repeat 100% 45% scroll;
}
.contents > ul#bread li a:link    {color:#666; text-decoration:none;}
.contents > ul#bread li a:visited {color:#666; text-decoration:none;}
.contents > ul#bread li a:hover   {color:#666; text-decoration:underline ;}
.contents > ul#bread li a:active  {color:#666; text-decoration:underline ;}




/* フローティングボタン */

#gotoremote{
  position: fixed;
  bottom: 40px; 
  right: 10px;
  width:212px;
  height:260px;
}


/* フロートメニュー*/

#mediamenue{
  position: fixed;
  bottom: 40px; 
  left: 10px;
  width:150px;
  height:300px;
  z-index:1000;
  text-align:left;
}
#mediamenue p{
	width:150px;
	text-align:center;
	background-color:#95a5b0;
	color:#fff;
}

#mediamenue ul{
	list-style-type:none;
}
#mediamenue ul li{
	margin:12px 0;
}

#mediamenue ul li a{
	text-decoration:none;
	color:#000;
	font-size:12px;
}

#mediamenue ul li a:hover,
#mediamenue ul li a:active {
  color:#29abd3;
}

