@charset "utf-8";

/********* HTML再定義 ***********************************************/

html {
	overflow-y: scroll;
	font-size: 62.5%;
	font-size: 10px;
}
body {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto;
	background-color: hsla(0,0%,100%,1.00);
	color: hsla(212,9%,41%,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


a:link {
	color: #3C65B2;
	text-decoration: none;
	outline: none;
}


a:visited {
	color: #73C0F3;
	text-decoration: none;
	outline: none;
}
a:hover,
a:active {
	color: #00F;
	text-decoration: none;
	outline: none;
}

span{
	display: inline-block;
}

hr{
	border-left: 0 solid black;
	border-right: 0 solid black;
	border-bottom: 0 solid black;
	border-top: 1px solid hsla(0,0%,75%,1.00);
	background-color: #fff;
	width:100%;
}


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


#header{
	background-color: rgba(255,255,255,1.00);
	width: 100%;
	height: 70px;
	}
#header p.sitemap{
		display: none;
	}

#header h1 {
	height:70px;
}
#header h1 img {
	height:55px;
	width:auto;
	margin-top:5px;
	margin-left:5px;
	padding:0;
}

@media screen and (min-width: 980px) {
div#header {
	background-position: center top;
	background-image: url(../files/medias/common/title_refulex.jpg);
	display: flex;
	justify-content: space-between;
}



#header p.sitemap {
	display: inline;
}

#header p.sitemap a:link, #header p.sitemap a:visited {
	border: 1px solid #426BA6;
	color: #3C65B2;
	background-color: #FFF;
	margin: 10px;
	padding: 2px 4px;
	font-size: 10px;
	line-height: 1em;
}
#header p.sitemap a:hover, #header p.sitemap a:active {
	color: #FFF;
	background-color: #92B0CD;
}
}

/********* メニュー *************************************************/
@media screen and (max-width: 979px) {

#menu {
	position: fixed;
	top:0;
    z-index:10000;
	}

.nav-wrap {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	background-color: rgba(233,233,233,0.98);
	width: 100%;
	height: 100%;
}
.nav {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	padding:50px 15px 20px 15px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.nav li{
	display: block;
	margin: 0;
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 1px dotted hsla(0,0%,79%,1.00);
	border-top: 0px none;
	height: 50px;
	width: 100%;
}
.nav li a {
	color: #2A2A2A;
	font-size: 1.8rem;
	text-decoration: none;
	display: block;
	height:50px;
	line-height:50px;
	width:100%;
	padding-left:15px;
}
.nav a:link,
.nav a:visited {
	color: #2A2A2A;
}
.nav a:hover,
.nav a:active {
	color: #2A2A2A;
	background-color: hsla(0,0%,80%,1.00);
}
/*メニューボタンのエフェクト*/
.nav-button, .nav-button span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.nav-button {
	z-index: 300;
	position: fixed;
	top:15px;
	right:15px;
	width: 32px;
	height: 28px;
}
.nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #A2A2A2;
}
.nav-button span:nth-of-type(1) {
	top: 0;
}
.nav-button span:nth-of-type(2) {
	top: 12px;
}
.nav-button span:nth-of-type(3) {
	bottom: 0;
}
.nav-button.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
	opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}

.nav-wrap.open {
	display: block;
}
.nav-wrap.close {
	display: none;
}

	.nav-button::after {
	position: absolute;
	left: 0;
	bottom: -20px;
	content: 'MENU';
	display: block;
	width: 100%;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	transition: all .4s;
	color: #4F4F4F;
	}

}



@media screen and (min-width: 980px) {
	#menu {
	position: relative;		
	background: #8ca5b9;
background: -moz-linear-gradient(top,  #8ca5b9 0%, #91a7b5 50%, #698296 51%, #859ba8 100%);
background: -webkit-linear-gradient(top,  #8ca5b9 0%,#91a7b5 50%,#698296 51%,#859ba8 100%);
background: linear-gradient(to bottom,  #8ca5b9 0%,#91a7b5 50%,#698296 51%,#859ba8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca5b9', endColorstr='#859ba8',GradientType=0 );	
	border-top: thin solid rgba(61,91,107,1.00);
	border-bottom: thin solid rgba(61,91,107,1.00);
	}
	.nav-button {
	display: none;
}
	ul.nav {
	display: flex;
		height:40px;
		line-height:40px;
	margin: 0;
	padding: 0;
		text-align: center;
}
	ul.nav li {
		list-style: none;
		height:40px;
	}
	
	
	ul.nav a {
		display: block;
		padding:0 18px;
    text-decoration: none;
		border-right: thin solid rgba(61,91,107,1.00);
		color: hsla(0,0%,100%,1.00);
		font-size:1.5rem;
}

ul.nav a:hover,
ul.nav a:active,
ul.nav a.now{
	background: #607c94;
	background: -moz-linear-gradient(top,  #607c94 0%, #617d93 50%, #41607c 51%, #527792 100%);
	background: -webkit-linear-gradient(top,  #607c94 0%,#617d93 50%,#41607c 51%,#527792 100%);
	background: linear-gradient(to bottom,  #607c94 0%,#617d93 50%,#41607c 51%,#527792 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607c94', endColorstr='#527792',GradientType=0 );
	
}


}





/********* メイン囲い *****************************************************/
div#container {
	width: 100%;
	clear: both;
	display: block;
}
/*page*/
div#container .container_in{
	width:980px;
	margin:0 auto;
}
/*entry,category*/
#common-in{
	width:980px;
	margin:0 auto;
}

@media screen and (max-width: 979px) {
	
div#container .container_in {
	width:100%;
}
#common-in {
	width:100%;
}
}


/********* 内容 *****************************************************/
/*-----ぱんくずリスト----*/
.pankuzu{
	font-size: 1.2rem;
	line-height:1.3em;
	padding-left: 15px;
	border-top:none;
	clear: both;
}
@media screen and (max-width: 979px) {
.pankuzu{
	font-size: 1.2rem;
	border-top: 1px solid hsla(0,0%,86%,1.00);
	margin-top: -10px;
}
}


/********* エントリー記事 *****************************************************/
	div#content {
	float: none;
	width: 100%;
	max-width:700px;
	padding:0px 10px 20px 10px;
	margin: 0 auto;
}
	
	div#utility {
	float: none;
	width: 100%;
	background-color: #F3F5F6;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}


@media screen and (min-width: 980px) {
div#content {
	float: left;
	width: 74%;
	padding: 0px 10px 50px 10px;
	margin-top:0px;
}

div#utility {
	float: right;
	width: 25%;
	margin-top: 0px;
	padding: 0px 10px 50px 10px;
	background-image : none;
	background: none;
}
}




/********* エントリー ***********************************************/

div#entry h2 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: normal;
	color: hsla(136,24%,34%,1.00);
}

@media screen and (min-width: 980px) {
	div#entry h2 {
	text-align: left;
}
}

div#entry header{
	border-bottom: 0px none;
}
div#entry .entry {
	width: 100%;
	margin: 10px 0 30px 0;
	border: 1px solid hsla(136,24%,34%,1.00);
	padding: 10px;
	background-color: hsla(0,0%,100%,1.00);
}

@media screen and (min-width: 768px) {
	div#entry .entry {
	padding: 20px;
}
}
div#entry .entry h3 {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size:1.9rem;
}
div#entry .entry h3 a:link, div#entry .entry h3 a:visited {
	color: #222222;
	text-decoration: none;
}
div#entry .entry h3 a:active, div#entry .entry h3 a:hover {
	color: #777777;
	text-decoration: none;
}
div#entry .entry .content {
	margin: 0 10px;
}
div#entry .entry ul.information {
	margin: 2px 10px 15px 10px;
	padding-top: 2px;
	border-top: 1px solid #CCCCCC;
	font-size: 1.2rem;
	color: hsla(0,0%,49%,1.00);
}
div#entry .entry ul.information li {
	display: inline;
	margin-right: 5px;
}
div#entry .entry ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
	font-size:1.2rem;
}
div#entry .entry ul.link li {
	display: inline;
	margin-left: 5px;
}

div#entry div#entry_link h3 {
	display: none;
}
div#entry div#entry_link ul.entry_link {
	margin: 0 auto;
	font-size:1.3rem;
	text-align: center;
}
div#entry div#entry_link ul.entry_link li {
	display: inline;
	list-style: none;
	margin-right: 5px;
	margin-left: 5px;
}
div#entry div#entry_link ul.entry_link li.home {
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#entry div#entry_link ul.entry_link li.previous:before {
	content: "<< ";
}
div#entry div#entry_link ul.entry_link li.next:after {
	content: " >>";
}


/********* ユーティリティ *******************************************/


div#utility h2 {
	display: none;
}
div#utility .utility {
	margin: 0px auto;
	line-height:1.3em;
	max-width: 700px;
	padding:15px 10px 20px 10px;
}
@media screen and (min-width: 980px) {
	div#utility .utility {
	padding:0px 10px 20px 10px;
}
}
div#utility .utility h3 {
	font-size: 1.3rem;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid hsla(136,24%,34%,1.00);
	color: hsla(136,24%,34%,1.00);
}
div#utility .utility .content {
	margin: 0px;
}
div#utility .utility ul {
	margin: 0;
}

div#utility .utility ul li {
	margin-bottom: 4px;
	list-style-type: none;
	border: 1px solid hsla(132,59%,22%,1.00);
}

div#utility .utility ul li a {
	display: block;
	color: hsla(0,0%,100%,1.00);
	padding: 8px 10px;
	font-size: 1.5rem;
	background-color: hsla(148,53%,42%,1.00);
}
div#utility .utility ul li a:hover{
	background-color: hsla(148,53%,29%,1.00);
}

div#utility .utility ul li ul {
	margin: 0;	
}

div#utility .utility ul li ul li {
	margin:0;
	border:none;
	border-top: 1px solid hsla(132,59%,22%,1.00);
}

div#utility .utility ul li ul li a {
	background-color: hsla(194,10%,66%,1.00);
	font-size: 1.4rem;
}

div#utility .utility ul li ul li a:hover {
	background-color: hsla(191,9%,45%,1.00);
}


div#utility .utility dl {
	margin-top: 0;
	margin-bottom: 0;
	
}

div#utility .utility dl dt {
	font-size: 1.5rem;
	line-height:1.2em;
}

div#utility .utility dl dd {
	margin: 0 0 7px 0;
	font-size: 1.1rem;
	color: hsla(0,0%,64%,1.00);
	line-height: 1.2em;
	padding-bottom: 7px;
	border-bottom: 1px dotted hsla(136,24%,46%,1.00);
}

@media screen and (min-width: 980px) {
	div#utility .utility .content {
	margin: 0;
}
}


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

/*------------------------------Footer-design------------------------------*/

div#footer {
	text-align: center;
	clear: both;
	width: 100%;
}



#footer h2 {
	display:none;
}

div#footer address {
	background-color: #A5B2BD;
	font-size: 1.5rem;
	color: #FFF;
	padding: 10px 0px;
	margin-bottom: 10px;
}

div#footer address span{
	display: inline-block;
}

#footer p.copy {
	font-size: 1.2rem;
	line-height: 1em;
	padding: 7px;
}

#footer .footlink {
	padding-bottom: 15px;
}

#footer .footlink a {
	background-image: url(../files/medias/common/footlink_bt.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
	margin: 5px;
	font-size: 1.3rem;
	line-height:1.3em;
	display: inline-block;
}

#footer ul.bannerlink li{
	display: inline;
}

/*-----------footer NSN　リンク-----------------*/

#footer .snslink {
    padding:10px 5px 5px 5px;
}



/*-----------------  ページ下：：page-top ボタン  -----------------*/
/*--------------------------------------------------*/

p#page-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index: 200;
	font-weight: bold;
	line-height:1;
	margin:0;
	padding:0;
}

p#page-top a {
	background-color: hsla(0,0%,49%,0.29);
	text-decoration: none;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	border-radius: 25px;
	font-size:1.35rem;
}
p#page-top a:hover {
	text-decoration: none;
	background-color: hsla(0,0%,40%,0.90);
	color: #FFFFFF;
}


/* -------------------------------------------------------------------------------- */
/*      div#entry_page ul.entry_page
*/
/*              エントリーページ移動表示部分
*/
/* -------------------------------------------------------------------------------- */
div#entry_pagelink {
	clear:both; margin:0
}

div#entry_pagelink h2 {
	display:none;
}
div#entry_pagelink ul.entry_pagelink {
	text-align: center;
	margin: 20px 0;
	font-size: 1.4rem;
	color: #989898;
}
div#entry_pagelink ul.entry_pagelink li {
    display:inline;
    list-style: none;
    margin-right: 10px;
}

/*マウスオーバーアニメふわっと変わる*/
@-webkit-keyframes anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}