/**** フラット02 ブルー 1カラム ****/
@import url("//share.cr-cms.net/hp_agency/hpagency.css");

/*-------------------------------------------
Base
-------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
 	font-size: 17px;
 	line-height: 1.8;
    font-weight: normal;
	letter-spacing: 0.05em;
	color: #444;
}

/*-------------------------------------------
Link
-------------------------------------------*/
a {
	color: #06D;
	text-decoration: underline;
  	font-weight: normal;
}
a:hover {
	color: #D82;
	text-decoration: none;
	transition: 0.2s;
}
a img {
	text-decoration:none;
	border:none;
}
#title h1:hover,
#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
#slider .slick-slide a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	transition: 0.3s;
}

/*-------------------------------------------
Image
-------------------------------------------*/
#mainArticles img {
	border-radius: 2px;
}
.mainArticles .article .article_center .image,
.mainArticles .article .article_center .image img {
	max-width: 1024px;
}
.mainArticles .article img {
    margin: 0 0 10px;
}
.mainArticles .article_left .image {
    margin: 0 40px 30px 0;
}
.mainArticles .article_right .image {
    margin: 0 0 30px 40px;
}

/*-------------------------------------------
Wrap
-------------------------------------------*/
#wrap {

}
#wrap_body {
    padding-top: 0;
	min-width: 1024px;
}

/*-------------------------------------------
Title
-------------------------------------------*/
#title{
    padding: 0;
    width: 100%;
    background: #FFF;
    height: 150px;
    margin: 0 0 50px; /* menu height */
}
#title_outer{
	height: 100%;
	width: 1024px;
	margin:auto;
	background: url(/materials/158950271186202.png) no-repeat right 15px;
	padding: 15px 0 0;
}
#title_body {
	width: 1024px;
  	margin: auto;
}
/*ロゴ*/
#title h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 95px;
	width: 260px;
}
#title h1 a {
	background: url(/materials/158950271186201.png) no-repeat scroll left center / contain;
	display: inline-block;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
	height: 100%;
	width: 100%;
}
#title .description {
    color: #a8a8a8;
    font-size: 14px;
    margin: 5px;
    padding: 0;
    text-align: left;
    letter-spacing: 0.5px;
}

/*-------------------------------------------
Mainimage
-------------------------------------------*/
#mainImage {
    margin-bottom: 0;
    width: 100%;
	min-width:1024px;
}
.mainImage img {
    width: 100%;
	min-width: 1024px;
}
/*スライド*/
#slider .slick-slide {
	display: flex;
	justify-content: center;
}
.mainImage #slider li {
	height: auto !important;
}
.mainImage #slider li img {
	max-width: 100%;
	min-width: 1024px;
}

/*-------------------------------------------
Topmenu
-------------------------------------------*/
#topMenu {
	background: #FFF;
    min-height: 50px;
    position: absolute;
  	top: 150px;
}
#topMenu_outer {
	width: 100%;
    margin: 0 auto;
    background: none;
}
#topMenu_body {
    width: 1024px;
	margin: auto;
}
#topMenu .topMenu {
    max-width: 1024px;
}
#topMenu .topMenu li {
    width: 20%;
    height: 100%;
    background: none;
	box-sizing:border-box;
	padding:0;
    position: relative;
}
/*#topMenu .topMenu li.first::before {
    content: "　";
    position: absolute;
    left: 0;
    top: 25%;
	width: 1px;
	background: #048;
}*/
#topMenu .topMenu li::after {
    content: "　";
    position: absolute;
    right: 0;
    top: 25%;
	height: 50%;
	border-right: 1px dashed #999;
}
#topMenu .topMenu li a {
    background: none;
    box-sizing: border-box;
    color: #136;
    font-size: 17px;
  	font-weight: normal;
    letter-spacing: 0;
	padding: 0;
    width: 100%;
	height: 100%;
	line-height: 50px;
}
#topMenu .topMenu li.fifth a {
    border: none;
}
#topMenu .topMenu li.fifth::after {
    content: none;
}
#topMenu .topMenu li a:hover {
	background: #FFF;
    color: #048;
  	font-weight: bold;
}
#topMenu.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: 0 0 5px #999;
}

/*-------------------------------------------
MainContents
-------------------------------------------*/
#mainArticles {
    width: 100%;
  	margin: 0;
}
#mainContents {
    width: 100%;
    margin: 0;
}
/*記事*/
.mainArticles .article, .mainArticles div.gallery {
    width: 100%;
}
.mainArticles .article ,
.mainArticles div.gallery {
    border-bottom: none;
  	padding: 0;
  	margin: 0;
}
.mainArticles .article:last-child ,
.mainArticles div.gallery:last-child {
	padding-bottom: 40px;
}
/*
.mainArticles .article:nth-child(even) ,
.mainArticles div.gallery:nth-child(even) {
	background: #EEE;
}
*/
.mainArticles .article_body {
    width: 1024px;
    margin: 0 auto;
  	padding: 10px 0;
  	box-sizing: border-box;
}

/*ぱんくず*/
#pankuz {
//  background: #666;
	display: none;
}
#pankuz_body {
  	width: 1024px;
  	margin: auto;
}
.pankuz p {
    margin-bottom: 0;
    font-size: 14px;
    color: #FFF;
    text-align: right;
}

/*段落*/
#contents .article p {
	margin-bottom: 0.8em;
}
#contents .article p.ib {
    display: inline-block;
  	vertical-align: middle;
}
#contents .article p.kome {
    text-indent: -1.1em;
  	padding-left: 1.1em;
  	line-height: 1.5;
}
#contents strong {
	margin: 0 2px;
	font-size: 115%;
	color: #333;
}

/*-------------------------------------------
Heading
-------------------------------------------*/
/*font*/
#contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
    letter-spacing: 0.1em;
	font-feature-settings: "palt";
	line-height: 1.5;
}
/*h2*/
#mainArticles h2::before, #mainServices h2::before {
  	position: absolute;
  	content: "";
  	background: #048;
  	width: 20%;
  	height: 5px;
  	left: 40%;
  	bottom: -5px;
}
#mainArticles h2, #mainServices h2 {
    padding: 16px 0;
    border: none;
    font-size: 165%;
    text-align: center;
    color: #048;
    margin: 16px 0;
    background: #FFF;
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: 0.15em;
  	box-sizing: border-box;
  	position: relative;
}

#mainTopics h2, #listTopics h2 {
    color: #048;
    font-size: 165%;
    border: none;
    padding: 0;
    margin: 0;
}

/*h3*/
.mainContents .article h3::before,
.mainContents div.gallery h3::before {
}
.mainContents .article h3,
.mainContents div.gallery h3 {
    position: relative;
    padding: 10px 0 6px;
    font-size: 140%;
    color: #FFF;
    margin: 30px 0;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    background: #048;
    border-bottom: 4px solid #DDD;
}
.mainContents .article h3 a,
.mainContents .article h3 a:hover {
  	color: #FFF;
  	text-decoration: none;
	pointer-events:none;
}

/*h4*/
.mainContents .article h4::after {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #D8D8D8;
}
.mainContents .article h4 {
    position: relative;
    padding: 0 0 0 20px;
    border-left: 6px solid #048;
    border-bottom: none;
    font-size: 125%;
    margin: 0 0 15px;
    color: #048;
    font-weight: normal;
    text-align: left;
}

/*h5*/
/*
.mainContents .article h5::before {
   position: absolute;
    left: 0;
    top: 20%;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #555;
}
*/
  .mainContents .article h5 {
    color: #048;
    font-size: 125%;
    margin: 20px 0 10px;
    padding: 0;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #048;
}

/*-------------------------------------------
SideContents
-------------------------------------------*/
#sideContents {
	background: #EEE;
	border-top: 1px solid #f3f3f3;
	margin: 0;
}
#sideContents_outer {
	width: 1024px;
	padding: 30px 0 10px;
	position: relative;
}
/*SideMenu*/
#sideServices {
    width: 100%;
}
.sideServices h2 {
	font-size: 18px;
	color: #333;
}
.sideServices ul li {
	display: inline-block;
}
.sideServices ul li a {
	font-size: 100%;
	text-decoration: none;
	background: none;
	color: #048;
}
.sideServices ul li a:hover {
	color: #333;
	text-decoration: underline;
}
.sideServices ul li a:before {
	content: "〉";
  	font-family: monospace;
	font-size: 85%;
}
/*SideBlogs*/
.sideBlogCategories h2, .sideBlogDates h2 {
	font-size: 18px;
	color: #333;
}
.sideBlogCategories a, .sideBlogDates a {
	font-size: 16px;
}
/*SideMobile*/
.sideMobile h2 {
	font-size: 18px;
	color: #333;
}
.sideMobile p {
	font-size: 16px;
}
/*SideContact*/
#sideContact {
    position: static;
    margin: 30px auto;
	clear: both;
}
/*sideBanners*/
#sideBanners {
    margin: 15px 0 45px 0;
	width: 100%;
}
#sideBanners li {
    margin-bottom: 25px;
    width: 25%;
    vertical-align: top;
    float: left;
}
#sideBanners li img {
    padding: 0px;
    background-color: #FFF;
}
/*FreeHTML*/
.freeHtml {
	font-size: 100%;
  	min-height: 1px;
	position: relative;
}
.freeHtml_outer {
	padding: 0;
	background: none;
}
.freeHtml h2 {
  	font-size: 165%;
	font-weight: normal;
  	color: #048;
  	text-align: center;
  	margin: 0 0 20px;
}
.freeHtml h3 {
  	font-size: 125%;
	font-weight: normal;
  	margin: 0 0 15px;
}
.freeHtml .sideFree {
  	text-align: center;
}
.freeHtml .sideFree p {
  	margin-bottom: 0.8em;
}
/*bottom*/
.freeHtml .bottomFree {
	height: auto;
	width: 800px;
	margin: auto;
	padding: 30px 0;
	position: relative;
	bottom: -100px;
  	color: #FFF;
  	text-align: center;
}


/*-------------------------------------------
Footer
-------------------------------------------*/
.footer * {
    font-size: 16px;
}
#footer {
	background: #048;
}
.ams-build #footer {
//	padding: 0;
//	margin: 0;
}
#footer_outer {
	width: 100%;
	margin: 0 auto;
}
#footer_body {
    width: 1024px;
    margin: 0 auto;
}
.footer li a::before {
    color: #FFF;
    font-size: 65%;
    margin-right: 15px;
    transform: scaleX(0.75);
    display: inline-block;
    vertical-align: top;
}
.footer li a {
	color: #FFF;
	display: inline-block;
	padding-left: 0;
	font-size: 16px;
  	font-weight: normal;
}
#footer .footer .topMenu li a:hover, 
#footer .footer .services li a:hover, 
#footer .footer .copyright a:hover {
    color: #2BC;
//    text-decoration: underline;
}
.footer .topMenu {
	width: 100%;
}
.footer .topMenu li {
	margin-right: 80px;
}
.footer .topMenu li a::before {
    content: "\025b6";
}
.footer .services {
	background: none;
	display: none;
  	margin: 10px 0 0;
}
.footer .services li {
	margin-right: 50px;
}
.footer .services li a {
	color: #CCC;
	font-size: 13px;
}
.footer .services li a::before {
    content: "\025b6";
}
.footer .copyright {
	padding: 25px 0 0 0;
	text-align: right;
}
.footer .copyright ,
.footer .copyright a {
	color: #FFF;
	font-size: 13px;
	text-align: center;
}
.footer .copyright a:hover {
	text-decoration: none;
	color: #CCC;
}

/*-------------------------------------------
Topics
-------------------------------------------*/
 #mainTopics, #listTopics {
    width: 1024px;
   	border: 2px solid #EEE;;
	background: #FFF;
	margin: 40px auto;
	padding: 20px 0 40px;
}
.mainTopics .topics {
    width: 85%;
    padding: 30px 0;
    margin: auto;
    border: none;
}
#mainTopics .topics li p.date ,
#listTopics .topics li p.date {
    font-size: 14px;
    color: #999;
}
#mainTopics .topics li h3 ,
#listTopics .topics li h3 {
    font-size: 20px;
    font-weight: normal;
}
#mainTopics .topics li p.description ,
#listTopics .topics li p.description {
    color: #666;
    font-size: 16px;
}
/*thumb*/
#mainTopics .topics li .thumb {
    max-width: 120px;
    max-height: 90px;
    margin-right: 30px;
}
#mainTopics .topics li .thumb img {
    max-width: 120px;
    max-height: 90px;
}
#mainTopics .topics li .more a {
    font-size: 14px;
}
#mainTopics .listview a {
    font-size: 14px;
}

/*-------------------------------------------
Blog
-------------------------------------------*/
#mainArticles [id*="blog"] h2 {
	color: #048;
	margin: 0 0 40px;
	background: none;
}
div.blog_date {
//    border-bottom: 1px dotted #CCC;
    padding-bottom: 40px;
}

/*-------------------------------------------
Gallery
-------------------------------------------*/
.gallery_grid {
	margin-top: 40px;
}
.gallery_grid2 li.galleryGrid { width: 50%;}
.gallery_grid3 li.galleryGrid { width: 33.33%;}
.gallery_grid4 li.galleryGrid { width: 25%;}
.gallery_grid5 li.galleryGrid { width: 20%;}

.gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 0 10px 16px;
}
.gallery_grid li.galleryGrid .image {
    margin-bottom: 8px;
}
#mainArticles .gallery_grid li.galleryGrid .image img {
    border-radius: 0;
}
.gallery_grid li.galleryGrid .comment {
	text-align: center;
	font-size: 16px;
  	line-height: 1.5;
}

/*サイト案内*/
.gallery.siteGuide li.galleryGrid .image {
    margin-bottom: 0;
}
.gallery.siteGuide li.galleryGrid .comment {
    background: #048;
    padding: 5px 0 2px;
    color: #FFF;
    text-align: center;
}


/*-------------------------------------------
Table
-------------------------------------------*/
/*default*/
.article table p {
    margin-bottom: 0.4em;
}
.article table:not(.contactTable) {
  	background: #FFF;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    margin: 10px auto;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.article table:not(.contactTable) th {
    background-color: #f7f7f7;
    text-align: center;
}
/*汎用*/
.article table.normalTbl {
	background: #FFF;
    margin: 30px 0;
    border-top: 1px solid #DDD;
    border-left: none;
  	width: 100%;
}
.article table.normalTbl th {
	background: #f0f8ff;
	height: auto;
	line-height: 150%;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
    border-right: none;
  	border-bottom: 1px solid #DDD;
    font-weight:normal;
}
.article table.normalTbl td {
    border-right: none;
  	border-bottom: 1px solid #DDD;
	height: auto;
	line-height: 150%;
	padding: 20px;
}

/*下線バージョン*/
.article table.normalTbl.underLine {
    border: none;
	margin: 10px 0;
}
.article table.normalTbl.underLine th ,
.article table.normalTbl.underLine td {
    border-bottom: 1px solid #bbb;
    border-right: none;
	padding: 20px 30px;
}
.article table.normalTbl.underLine th {
	background: #f0f7fc;
  	color: #048;
	border-bottom: 1px solid #048;
}

/*ストライプ化*/
.article.stripe table tr:nth-child(even) {
	background: #F7F7F7;
}

/*-------------------------------------------
form
-------------------------------------------*/
table.contactTable {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px auto;
	width: 100%;
    background: #fff;
	max-width: 960px;
}
table.contactTable tr th {
	height: auto;
	line-height: 150%;
	padding: 30px 15px;
	text-align: left;
	vertical-align: middle;
  	width: 30%;
    border-bottom: 1px solid #DDD;
}
table.contactTable tr.must th {
    background-position: 95% center;
    background-repeat: no-repeat;
    padding: 30px 40px 30px 15px;
}
table.contactTable td {
	height: auto;
	line-height: 150%;
	padding: 30px 15px;
    border-bottom: 1px solid #DDD;
}
table.contactTable tr:last-child th ,
table.contactTable tr:last-child td {
    border-bottom: none;
}
table.contactTable label input {
	margin-left: 10px;
  	margin-right: 5px;
    border: 0px;
}
table.contactTable input.textField {
	border:solid 1px #999;
	width: 98%;
}
table.contactTable .textField {
    width: 98%;
}
table.contactTable textarea {
    border: solid 1px #999;
}
table.contactTable input.button {
  	display:block;
    margin: 0 auto;
    font-size: 14px;
}
table.contactTable select {
    font-size: 100%;
    width: 100%;
}
table.contactTable label {
    font-size: 100%;
    width: 100%;
    display: inline-block;
}
table.contactTable input[type="text"],
table.contactTable input[type="password"],
table.contactTable input[type="date"],
table.contactTable textarea,
table.contactTable td select { 
    font-size: 100%;
}
table.contactTable input.button {
    background-color: #048;
    border: 2px solid #048;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 50px;
    letter-spacing: 5px;
    margin: 0 auto;
    outline: none;
    font-size: 20px;
  	width: 150px;
    overflow: hidden;
}
table.contactTable input.button:hover {
    background-color:  #FFF;
  	color: #048;
	cursor: pointer;
}
table.contactTable .th_headline {
	font-weight:bold;
	background-color: #eee;
	text-align:center;
}
table.contactTable p.contact-note {
	line-height: 1.5;
	margin: 8px 0;
	color: #666;
	font-size: 90%;
}
/*確認画面の戻る*/
table.contactTable input[type="button"] {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 20px auto;
    padding: 12px 55px;
    text-align: center;
    width: auto;
    border-radius: 2px;
}
table.contactTable input[type="button"]:hover {
    background: #EEE;
    color: #333;
}




/*-------------------------------------------
FAQ
-------------------------------------------*/
dl.faq {
	width: 100%;
	margin: 0 auto;
  	font-size: 112.5%;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 25px;
}
dl.faq dt {
    margin: 0;
    padding: 15px 10px 10px 80px;
    line-height: 40px;
  	font-weight: bold;
	font-size: 115%;
}
dl.faq dt::before ,
dl.faq dd::before {
  	border-radius: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 -60px;
    text-align: center;
    width: 40px;
    color: #FFF;
    font-weight: bold;
	font-family: 'Noto Serif', 'Noto Serif JP', serif;
}
dl.faq dd {
    background: none;
    padding: 15px 10px 10px 80px;
}
dl.faq dt::before {
    background-color: #69D;
    content: "Q";
  	font-size: 22px;
}
dl.faq dd::before {
    background-color: #D99;
    content: "A";
  	font-size: 22px;
}

/*-------------------------------------------
List
-------------------------------------------*/
#contents .article li {
  font-feature-settings: "palt";
}
/*順序リスト*/
ol.orderList {
    padding-left: 2em;
}
ol.orderList li {
    list-style-type: decimal;
    padding: 5px;
}
/*単純リスト*/
ul.simpleList {
    list-style: none;
    padding:0;
    margin:0;
}
ul.simpleList li {
    padding-left: 1em;
    text-indent: -1.1em;
    margin-bottom: 0.5em;
}
ul.simpleList li:before {
    content: "•";
    color: #222;
	line-height: 2;
	margin-right: 0.5em;
}
/*単純リスト*/
ul.simpleList2 {
    list-style: none;
    padding:0;
  	margin-bottom: 1em;
}
ul.simpleList2 li {
    padding: 0 15px 10px 1.5em;
    text-indent: -1.4em;
    font-size: 18px;
    border-bottom: 1px dotted #333;
    overflow: hidden;
    margin: 0 0 15px;
}
ul.simpleList2 li::before {
    content: "■";
    color: #E63;
    line-height: 2;
    margin-right: 1em;
    font-family: monospace;
    font-size: 12px;
    vertical-align: middle;
    text-shadow: 3px 3px 0 #06A;
}
/*No.リスト*/
ol.StyleOrderList {
    counter-reset: number 0;
    list-style: outside none none;
    padding-left: 0;
}
ol.StyleOrderList li::before {
    background: #16C none repeat scroll 0 0;
    color: #fff;
    content: counter(number);
    counter-increment: number 1;
    display: inline-block;
    height: auto;
    text-align: center;
    width: 40px;
    font-size: 135%;
    font-weight: bold;
    text-indent: 0;
    font-family: serif;
    margin-right: 0.7em;
}
ol.StyleOrderList li {
    line-height: 1.4;
    margin-bottom: 0.8em;
    padding-left: 3.0em;
    text-indent: -3.0em;
    font-size: 115%;
    border-bottom: 1px solid #16C;
    padding-bottom: 1em;
}
/*No.リスト*/
ol.StyleOrderList2 {
    counter-reset: number 0;
    list-style: outside none none;
    padding-left: 0;
}
ol.StyleOrderList2 li::before {
	background: #069 none repeat scroll 0 0;
    color: #FFF;
    content: counter(number);
    counter-increment: number 1;
    display: inline-block;
    height: 35px;
    text-align: center;
    width: 35px;
    font-size: 125%;
    font-weight: bold;
    text-indent: 0;
    font-family: serif;
    margin-right: 12px;
    border-radius: 100%;
    line-height: 35px;
}
ol.StyleOrderList2 li {
    line-height: 1.4;
    margin-bottom: 0.8em;
    padding-left: 3em;
    text-indent: -3em;
    font-size: 100%;
    border-bottom: 1px dotted #026;
    padding-bottom: 0.5em;
}
/*チェックマークリスト*/
ul.StyleCheckList {
    list-style: outside none;
    padding-left: 0;
    margin-bottom: 2em;
    box-sizing: border-box;
}
ul.StyleCheckList li {
    position: relative;
    font-size: 105%;
    margin-bottom: 1em;
  	padding-bottom: 0.5em;
  	padding-left: 2em;
    line-height: 1.5;
  	border-bottom: 1px dashed #D8D8D8;
  	overflow: hidden;
}
ul.StyleCheckList li::before {
    display: block;
    content: '';
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 1.0em;
    height: 0.5em;
    border-left: 6px solid #3B8;
    border-bottom: 5px solid #4C9;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
/*チェックマークリスト2*/
ul.StyleCheckList2 {
    list-style: outside none;
    margin-bottom: 25px;
}
ul.StyleCheckList2 li::before {
    content: "\0bb";
    font-size: 100%;
    color: #E49;
    margin-right: 14px;
    display: inline-block;
    font-weight: bold;
}
ul.StyleCheckList2 li {
	font-size: 110%;
    margin-bottom: 0.8em;
    border-bottom: 1px dotted #999;
    overflow: hidden;
    padding: 8px 0 12px 2.5em;
    text-indent: -1em;
    line-height: 1.4;
}

/*-------------------------------------------
Button
-------------------------------------------*/
a.linkbtn {
    background-color: #048;
    border: 2px solid #048;
    border-radius: 50px;
    color: #FFF;
    display: block;
    margin: 30px auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    max-width: 640px;
    font-size: 115%;
    width: 75%;
    box-sizing: border-box;
    letter-spacing: 1px;
	overflow: hidden;
}
a.linkbtn:hover {
    background-color: #FFF;
    color: #048;
}
/*サイト案内*/
#siteGuide a.ibtn {
    display: block;
  	width: 32.3%;
  	float: left;
    background: #2BC url(/materials/158590258842801.png) no-repeat 16px center / 20px;
    color: #fff;
    text-align: left;
    font-size: 20px;
    border-radius: 4px;
    padding: 12px 0 12px 50px;
    box-shadow: 0 3px #eee;
    text-decoration: none;
	box-sizing: border-box;
	margin: 1% 0.5%;
}
#siteGuide a.ibtn:hover {
    background-color: #9C2;
    text-decoration: none;
}


/*-------------------------------------------
Others
-------------------------------------------*/
/*囲い*/
p.envelope {
    background-color: #fffff0;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 20px 0 !important;
    padding: 20px;
	overflow: hidden;
}

/*記事背景色*/
.article.bgGray ,
.gallery.bgGray {
    background-color: #eee;
}
.article.bgBeige ,
.gallery.bgBeige {
    background-color: #fffcec;
}

/*マーカー*/
span[style*="Lime"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, #AEC 0) repeat scroll 0 0;
}
span[style*="Yellow"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, #ED9 0) repeat scroll 0 0;
}
