@charset "utf-8";

html {
	font-size: 16px;
}

html * {
	box-sizing: border-box;
}
body {
	margin: 0;
	/*background: url(../images/bg.png);*/
	font-family: sans-serif;
        background-color:#006633; /*#5F9EA0/#8FBC8F*/
        background-repeat: repeat;
        background-position: 50% 50%;
        background-attachment:fixed;  
}
/* ヘッダー */
header {
	position: relative;
	background: #000000;
}
.header-container {
	padding: 10px;
        height: 40px
}
.header-logo {
	margin: 0;
	width: 150px;
	height: 20px;
	background-image: url(../images/logo.png);
	background-size: 150px 20px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.header-navbtn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;
	width: 40px;
	height: 40px;
	background-image: url(../images/navbtn.png);
	background-size: 40px 40px;
}
.header-navbtn:hover, .header-navbtn:active {
	background-color: #8bb15a;
}

a {text-decoration: none;}

h1, h2, h3, h4, h5 {
                font-family: "Mplus 1p";
                font-weight: 900;

	margin: 1.414em 0 0.5em;
	font-weight: inherit;
	line-height: 1.2;
}

h1 {
	margin-top: 0;
	font-size: 3.157em;
}

h2 {
	font-size: 2.369em;
	font-weight: 300;
}

h3 {
	font-size: 1.777em;
}

h4 {
	font-size: 1.333em;
}

input[type=text] {
   width: 100%;
   box-sizing: border-box;
}
textarea{
   width: 100%;
}

/* ナビゲーション */
 ul {
   list-style-type: none;
 }

nav {
	font-size: 0.78rem;
	background: #000000;
}

.nav-container {
	position: absolute;
	top: 40px;
	right: 0;
	z-index:13;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #000000;
	box-shadow: 0px 5px 5px  rgba(0,0,0,0.4);
        border-radius: 15px 0 15px 15px;
}
.globalnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.globalnav li a {
	display: block;
	padding: 15px 20px;
	/*border-bottom: 1px solid #8bb15a;*/
	text-decoration: none;
	line-height: 100%;
	color: #ffffff;
        border-radius: 15px 0 0 0;
}
.globalnav li a:hover,
.globalnav li a.current {
	background: #8bb15a;
	color: #ffffff;
}

 .child{
   z-index: 13;
   margin: 0;
   padding: 0;
   width: 200px;
   background: #0B614B;
 }

 .child li a {
   display: block;
   /*padding: 10px 20px;*/
   border-bottom: 1px solid #8bb15a;
   text-decoration: none;
   line-height: 100%;
   color: #ffffff;
 }

/*profile nva*/ 
.p-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.p-nav li a {
	display: block;
	padding: 5px 0px 5px 40px;
	text-decoration: none;
        text-align:left;
	line-height: 100%;
	color: #000000;
}
.p-nav li a:hover,
.p-nav li a.current {
	background: #8bb15a;
	color: #ffffff;
}

/*↓ PC */
@media screen and (min-width: 768px) {

 html {
   font-size: 14px;
 }
 .header-navbtn {
   display: none;
 }

 /*Header*/
 .header-container {
   padding: 10px;
 }
 .header-logo {
   padding: 10px;
   width: 150px;
   height: 20px;
   background-size: 150px 20px;
 }

 
input[type=text] {
   width: 50%;
   box-sizing: border-box;
}
textarea{
   width: 100%;
} 
.process td textarea {
   width: 100%;
}
.p-table td input[type=text] {
   width: 100%;
}
.process td img {
            margin: 0 5px 5px 0;
            max-width: 160px;
            vertical-align: bottom;
}

.group-order {
   display: inline-block; 
   _display: inline;   
}

.group-order input[type=text]{
   width:40px;
}

.o-word {
   display: inline-block; 
   _display: inline;   
}

.o-word input[type=text]{
   width:100px;
}

 /*Navi*/
 nav {
   font-size: 1rem;
 }
 .nav-container {
   position: relative;
   top: 0;
   left: 0;
   padding: 0 20px 0 20px;
   width: 100%;
   background: none;
   box-shadow: none;
 }
 .globalnav {
   display: flex;
 }
 .my-icon {
	position:relative;
	left:0px;
	top:50%;
	margin-top:-10px;
 }
 .globalnav li {
   flex: 0 0 12%;
 }

 .globalnav li a {
   border-radius: 15px 15px 0 0;
   display: block;
   padding: 15px 20px;
   text-decoration: none;
   text-align: center;
   line-height: 100%;
   color: #ffffff;
 }
 .globalnav li a:hover,
 .globalnav li a.current {
 }
 
  .globalnav li div ul li a:hover{
   border-radius: 15px 15px 15px 15px; 
  }
  
 .child{
   position: absolute;
   z-index: 13;
   margin: 0;
   padding: 0;
   width: 200px;
   background: #0B614B;
   box-shadow: 0px 5px 5px  rgba(0,0,0,0.4);
   border-radius: 0 15px 15px 15px; 
 }

 .child li a {
   display: block;
   padding: 10px 20px;
   /*border-bottom: 1px solid #8bb15a;*/
   text-decoration: none;
   line-height: 100%;
   color: #ffffff;
 }

 .p-nav {
  text-align: left;
   margin: 0 0 10px 0;
 }
 .p-nav li {
  display: inline-block;
 }
 .p-nav li a {
   border-style: solid;
   border-width: 1px;
   margin: 1px;
   padding: 6px;
   text-decoration: none;
   text-align: center;
   line-height: 100%;
   color: #000000;
 }
 .p-nav li a:hover,
 .p-nav li a.current {
 }

}


/*↑ PC */





/* メインコンテンツレイアウト部分 スマフォ*/
.row-line{
	padding: 0 0 0 20px;
	/*background: #ffffff;*/
}

.main-contents {
}
.main-contents-container {
	padding: 0 0 40px 0;
	/*background: #ffffff;*/
}
.column1 {
	margin: 0 5px 0 2px;
	padding: 5px 0 0 0;
}
.column2 {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;

}
.column3 {
	margin: 0 2px 0 5px;
	padding: 5px 0 0 0;
}
.center {
	margin: 10px 5px 10px 5px;
	padding: 5px 5px 5px 5px;
        background: #ffffff;
        border-radius: 15px;
        
}

.column-no {
	margin: 0 5px 0 5px;
	padding: 5px 0 5px 0;
}

@media screen and (min-width: 768px) {  /*pc*/
	.main-contents {
	}
	.main-contents-container {
	        display: flex;
	}
	.column1 {
		margin: 0 3px 0 5px;
	        width: 245px;
	}
	.column2 {
		margin: 0 2px 0 2px;
	        width: 60%;
		/*flex: 0 1 70%;*/
	}
	.column3 {
		margin: 0 5px 0 3px;
	        width: 257px;
	}
	.center {
                flex: 0 1 70%;
		margin: 10px 250px 10px 250px;
                text-align: center;
                padding: 10px 10px 10px 10px;
                background: #ffffff;
                border-radius: 20px;
	}
	.column-no {
		margin: 0 10px 0 10px;
		flex: 1 0 auto;
	}
}

/* 1コラム目 */
.column1 h1 {
	margin: 0 0 10px 0;
	font-size: 1.4rem;
	color: #7bae34;
}
.column1 h2 {
	margin: 10px 0 10px 0;
	font-size: 1.2rem;
	color: #7bae34;
}
.column1 h3 {
	margin: 10px 0 10px 0;
        font-size: 1.2em;
        font-weight: 500; 
	color: #7bae34;
  	padding: 1px 7px;
  	letter-spacing: 0.05em;
}

.column1 h5 {
	margin: 10px 0 10px 0;
	font-size: 1.0rem;
	color: #7bae34;
	text-align: center;
}

.subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px dashed #dadada;
}
.subnav li {
	padding: 2px;
	border-bottom: 1px dashed #dadada;
}
.subnav li a {
	text-decoration: none;
	color: #000000;
}
.subnav li a:hover,
.subnav li a.current {
	color: #7bae34;
}
@media screen and (min-width: 768px) {
	.column1 h1 {
		font-size: 2rem;
	}
	.subnav li {
		padding: 20px;
	}
}

/* 2コラム目 */
.news {
       border: 1px solid #dadada;
       padding: 20px 10px 20px 10px;
       background-color: #ffffff;
       margin: 0px 5px 0px 5px;
       border-radius: 20px;
}

.news h1 {
	margin: 5 0 10px 0;
	font-size: 1.5rem;
        font-family: Shin Go Bold;
}

.news h1.back-green{
        padding: 15px 10px 15px 10px;
        border-radius: 10px;
        border: 1px solid #008B8B;
        background-color: #008080;
        color: #FFFFFF;
}
.news h1.back-blue{
        padding: 15px 10px 15px 10px;
        border-radius: 10px;
        border: 1px solid #819FF7;
        background-color: #08298A;
        color: #FFFFFF;
}

.news h2 {
	margin: 0 0 5px 0;
	font-size: 1.2rem;
}

.news-contents {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-contents li {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #dadada;
        word-wrap:break-word;
}
.news-contents li img {
	float: left;
	/*margin-right: 10px;*/
        margin: 0 5px 5px 0;
        max-width: 160px;
        vertical-align: bottom;
}

.news-contents li p {
	margin: 0;
}
/* 3コラム目 */
.column3 {
}
.map h2 {
	margin: 0;
	padding: 10px;
	background-color: #7bae34;
	border-radius: 10px 10px 0 0;
	font-size: 0.9rem;
	text-align: center;
	color: #fff;
}	
.map-image {
	margin: 0 0 20px 0;
	font-size: 0;
}
.map-image img {
/*
	border-radius: 0 0 10px 10px;
	width: 100%;
*/
            margin: 0 5px 5px 0;
            max-width: 160px;
            vertical-align: bottom;
}
.map p {
	margin: 0;
	font-size: 0.9rem;
}

/*area-1*/
.area {
       border: 1px solid #dadada;
       padding: 20px;
       word-wrap:break-word;
}
.area h2 {
	margin: 0 0 20px 0;
	font-size: 1.2rem;
}

.area li {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #dadada;
}
.area li img {
	float: left;
	margin-right: 10px;
}

/* area-l*/
.area-l {
       /*border: 1px solid #dadada;*/
       padding: 30px;
       text-align: left;
}
.area-l h2 {
	margin: 0 0 20px 0;
	font-size: 1.2rem;
}

.area-l li {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #dadada;
}
.area-l li img {
	float: left;
	margin-right: 10px;
}



/*検索*/
 
#keywords1  {  
    width: 160px;  
    height: 25px;
    background: url(../images/search.png) no-repeat 8px 3px; 
    border: 1px solid #00CED1;  
    padding: 2px 2px 2px 26px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}  
#searchBtn1 {  
    color: #7d8383;
    width: 40px;
    height: 25px;
    background-color: #ece8e6; 
    border: 1px solid #00CED1;
    padding: 2px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
} 

/* フッター */
footer { }
.footer-container {
	padding: 20px;
	border-radius: 0 0 10px 10px;
	background: #000000;	
}
.footer-nav {
	display: flex;
	justify-content: space-around;
	color: #ffffff;
}
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8rem;
}
.footer-nav a {
	text-decoration: none;
	color: #afafaf;
}
.footer-nav a:hover {
	color: #ffffff;
}
.footer-copyright {
	margin: 30px 0 0 0;
	font-size: 0.8rem;
	text-align: right;
	color: #ffffff;
}
.copyright {
	margin: 0;
	font-size: 0.8rem;
	color: #ffffff;
	text-align: center;
}


/* pc　768px以上 */
.wrap{
	/* サイドメニューとバナーエリアの基点に設定 */
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

/* メインカラム */
.main{
	width: 540px;
	/* サンプル用に高さを指定 */
	height: 300px;
	margin-left: 230px;
	background-color: #ccc;
}

/* サイドメニュー */
.side-menu{
	/* 左端に設置 */
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	border-top: 1px solid #333;
}
.side-menu li a{
	display: block;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #333;
	text-decoration: none;
	color: #333;
}

/* バナーエリア */
.banner-area{
	/* 右端に設置 */
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}
.banner-area div{
	margin-bottom: 20px;
}
.banner-area div a{
	display: block;
	height: 70px;
	line-height: 70px;
	background-color: #333;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

/* footer */
footer{
	height: 40px;
	line-height: 40px;
	background-color: #333;
	text-align: center;
	color: #fff;
}

.footer-info a:link{
    color: #FFFFFF;
    text-decoration: none;
}
.footer-info a:visited {
    color: #90EE90;
    text-decoration: none;
}
.footer-info a:hover {
    background: #8bb15a;
    color: #F0F8FF;
    text-decoration: none;
}
.footer-info a:active{
    color: #ADFF2F;
    text-decoration: none;
}

/* スマホ　767px以下 */
@media only screen and (max-width: 767px) {
	.wrap{
		/* position: relative;を解除 */
		position: static;
		width: 90%;
	}

	/* メインカラム */
	.main{
		width: 100%;
		/* サンプル用に高さを指定 */
		height: 200px;
		margin-left: 0;
		margin-bottom: 30px;
	}

	/* サイドメニュー */
	.side-menu{
		/* position: absolute;を解除 */
		position: static;
		width: 100%;
		margin-bottom: 30px;
	}

	/* バナーエリア */
	.banner-area{
		/* position: absolute;を解除 */
		position: static;
		width: 100%;
	}
}



/* メインコンテンツレイアウト部分 */
.main-contents { }
.main-contents-container {
	padding: 0 0 40px 0;
	/*background: #ffffff;*/
}
.keyvisual {
	font-size: 0;
}
.keyvisual img {
	width: 100%;
}
.maincopy {
	margin: 0;
	padding: 40px 20px 0 20px;
	text-align: center;
	font-size: 1.5rem;	
}


/* ========== Javascript用CSS ========== */
/* ナビゲーションを最初は非表示。 */
#js-slidemenu {
	display: none;
}
/* パソコン向けではナビゲーションを常に表示 */
@media screen and (min-width: 768px) {
	#js-slidemenu {
		display: block !important; 
	}
}
/* ナビゲーションが開いたときに画面を暗くする処理のためのCSS */
.dark-effect {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.modal-effect {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

/*部品 ボタン*/


.btn {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 5px 1px 5px 1px;
    text-decoration: none;
    color: #67c5ff;
    border: dashed 1px #67c5ff;
    background: #f2fcff;
    border-radius: 3px;
    transition: .4s;
}

.btn:hover {
    background: #cbedff;
    color: #FFF;
}

.btn-a {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 5px 1px 5px 1px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    transition: .4s;
}
.btn-a:hover{
    background-image: -webkit-linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
    background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}

/*btn-basic*/
a.btn-basic,
a.btn-basic:hover,
a.btn-basic:visited{
  display: block;
  height: 28px;
  width: 117px;
  display: inline-block;
  padding-left:1px;
  margin: 5px 0 15px 0;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  color: #7d8383;
  text-shadow: 0px 1px 0px #fafafa;
  background: #fbfaf4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf4), to(#ece8e6));
  background: -moz-linear-gradient(top,  #fbfaf4,  #ece8e6);
  background: -o-linear-gradient(top,  #fbfaf4,  #ece8e6);
  background: -ms-linear-gradient(top,  #fbfaf4,  #ece8e6);
  background: linear-gradient(top,  #fbfaf4,  #ece8e6);
  border: 1px solid #dcd9d8;
  border-bottom: 1px solid #c1c1bd;
  -webkit-box-shadow:  0 0 1px #c7c5c1;
  -moz-box-shadow:  0 0 1px #c7c5c1;
  box-shadow:  0 0 1px #c7c5c1;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

/*btn-del*/
.btn-del,
.btn-del:hover,
.btn-del:visited{
  display: block;
  display: inline-block;
  padding:2px 4px 2px 4px;
  margin: 5px 0 15px 0;
  text-decoration: none;
  text-align: center;
  color: #7d8383;
  text-shadow: 0px 1px 0px #fafafa;
  background: #fbfaf4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf4), to(#ece8e6));
  background: -moz-linear-gradient(top,  #fbfaf4,  #ece8e6);
  background: -o-linear-gradient(top,  #fbfaf4,  #ece8e6);
  background: -ms-linear-gradient(top,  #fbfaf4,  #ece8e6);
  background: linear-gradient(top,  #fbfaf4,  #ece8e6);
  border: 1px solid #dcd9d8;
  border-bottom: 1px solid #c1c1bd;
  -webkit-box-shadow:  0 0 1px #c7c5c1;
  -moz-box-shadow:  0 0 1px #c7c5c1;
  box-shadow:  0 0 1px #c7c5c1;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.btn-right{
  text-align: right;  
}
 
.btn-basic:hover {
  color:#9a9f9f;
  background: #fbfbf9;
}
 
.btn-basic:active{
  background:#ece8e4;
  border: none;
  box-shadow:  0 1px 1px #cccbc9, inset 0 0 1px rgba(0, 0, 0, 0.3);
}


/*modal エリア*/
#modal-layer {
	position:relative;
        top: -200px;
	background: #FFFFFF;
        padding: 20px 30px 20px 30px;
	z-index: 15;
}

/*sns機能*/
.sns {
	top: 62px;
	right: 50px;
	margin: 0;
	padding: 2px 0 3px 0;
	width: 100%;
	background: #000000;
	box-shadow: 0px 5px 5px  rgba(0,0,0,0.4);
 }
 .sns-info {
   display: flex; 
   margin: 0 30px;
 }
 .your-icon {
	position:relative;
	left:0px;
	top:50%;
 }
 .sns-info li {
}
 .sns-info li a {
   display: inline;
   padding: 5px 25px 2px 25px;
   text-decoration: none;
   text-align: center;
   line-height: 100%;
   color: #ffffff;
 }
 .sns-info li a:hover,
 .sns li a.current {
    background: #ADFF2F;
    color: #20B2AA;
 }
 .sns-child{
   position: absolute;
   z-index: 22;
   margin: 0;
   padding: 0;
   width: 300px;
   background: #FFFFFF;
   box-shadow: 0px 5px 5px  rgba(0,0,0,0.4);
 }

 .sns-child li a {
   display: block;
   padding: 10px 20px;
   /*border-bottom: 1px solid #8bb15a;*/
   text-decoration: none;
   line-height: 100%;
   color: #ffffff;
 }

/*サイドバー共通*/
.internal-left{
   text-align: left;
   padding: 10px;
}
.internal-left ul{
   padding-left: 15px;   
}

.internal-right{
   text-align: right;
   padding: 10px;
}
.internal-center{
   text-align: center;
   padding: 10px;
}

.side-frame{
   border-style: solid;
   border-radius: 20px;
   border-width: 1px;
   background-color: #ffffff;
   border-color: #E6E6FA;
   margin: 0px 0px 5px 0px;
   padding: 10px 0 20px 0;
   text-decoration: none;
   word-wrap:break-word;
}

.side-frame-blue{
   border-style: solid;
   border-radius: 20px;
   border-width: 1px;
   background: rgba(173,261,230, 0.5);
   border-color: #E6E6FA;
   margin: 0px 0px 5px 0px;
   padding: 10px 0 20px 0;
   text-decoration: none;
   word-wrap:break-word;
}

.side-frame-topic{
   border-style: solid;
   border-radius: 20px;
   border-width: 1px;
   border-color: #ADFF2F;
   background-color: #F0FFF0;
   margin: 0px 0px 5px 0px;
   padding: 10px 0 20px 0;
   text-decoration: none;
   word-wrap:break-word;
}

.side-frame-back{
   border-style: solid;
   border-radius: 5px;
   border-width: 1px;
   border-color: #E6E6FA;
   background-color: #FFFFFF;   
   margin: 0px 0px 5px 0px;
   padding: 10px;
   text-decoration: none;
   text-align: left;
   word-wrap:break-word;
}

.side-frame-back h5{
    color:#4B0082;
    word-wrap:break-word;
}

.side-frame-notice{
   border-style: solid;
   border-radius: 3px;
   border-width: 1px;
   border-color: #E6E6FA;
   background-color: #FFFFFF;   
   margin: 0px 0px 5px 0px;
   padding: 3px;
   text-decoration: none;
   word-wrap:break-word;
}


.side-frame-green{  
   border-style: solid;
   border-radius: 20px;
   border-width: 1px;
   border-color: #ADFF2F;
   background-color: #F0FFF0;
   margin: 0px 0px 5px 0px;
   padding: 10px 0 20px 0;
   text-decoration: none;
   word-wrap:break-word;
}

.side-frame-white{
   border-style: solid;
   border-radius: 10px;
   border-width: 1px;
   margin: 10px 0 10px 0;
   padding: 30px 0 30px 0;
   text-decoration: none;
   line-height: 100%;
   color: #ADFF2F;
   word-wrap:break-word;
}

.alert-message{  
   border-style: solid;
   border-radius: 10px;
   border-width: 1px;
   border-color: #ADFF2F;
   background-color: #F0FFF0;
   margin: 0px 0px 5px 0px;
   padding: 10px;
   text-decoration: none;
   word-wrap:break-word;
}

/*テーブル*/
/*
.p-table {
    	margin: 0 20px 0 20px;
}
*/
/* すべてのテーブル要素をdisplay: block;に */
.p-table,
.p-table tr,
.p-table th,
.p-table td {
	display: block;
}

.p-table img{	
        margin: 0 5px 5px 0;
        max-width: 160px;
        vertical-align: bottom;
}


@media screen and (min-width: 768px) {
	.p-table {
		display: table;
		border-collapse: collapse;
		width: 100%;
	}
	.p-table tr {
		display: table-row;
	}
	.p-table th,
	.p-table td {
		display: table-cell;
	}
}

/* テーブルで表示しないときのスタイル */
.p-table th,
.p-table td {	
	padding: 0.3rem;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
.p-table th {
	background-color: #37b9d5;
	color: #ffffff;
	font-size: 1rem;
	text-align: left;
	border-top: 1px solid #dadada;
}

/* テーブルで表示するときのスタイル */
@media screen and (min-width: 768px) {
	.p-table th,
	.p-table td {
		border: 1px solid #dadada;
	}
	.p-table th {
		white-space: nowrap;
	}
}

/*ページネイション*/
.pagenation {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagenation li {
	float: left;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	background: #e0e0e0;
}
.pagenation li:first-child {
	border-radius: 10px 0 0 10px;
}
.pagenation li:last-child {
	border-right: 1px solid #b9b9b9;
	border-radius: 0 10px 10px 0;
}
.pagenation li:hover {
	background: #d1d1d1;
}
.pagenation li a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #3e5358;
}
.pagenation li.current {
	background: #f6d7b6;
}

/*typing エリア*/
#type-layer {
        position: fixed;
        top: 10px;
        left:20%;
        height: 600px;
	/*background: #FFFFFF;*/
        background-size: cover;
        background-color:#FFFFFF;
        padding: 20px 15px 20px 15px;
	z-index: 16;
	border: 1px solid #FFFF00;
	border-radius: 5px;
}

.type-effect {
	width: 100%;
	height: 100%;
	background: #000;
	/*opacity: 0.4;*/
	position:relative;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 13;
}

.frame-line{
        position: relative;
	background: #FFFFFF; 
        width: 700px;
        height: 150px;
        white-space: nowrap;
        overflow:hidden;
        margin-bottom: 10px;
	z-index: 17;
	border: 1px solid #FFFF00;
	border-radius: 5px;
}

.type-layer-header{
        position: absolute;
        padding: 3px;
        z-index:18;
}

.frame-keyboard{
	background: #FFFFFF; 
        padding: 15px 15px 5px 15px;
	z-index: 17;
	border: 1px solid #FFFF00;
	border-radius: 5px;
        text-align: center; 
        filter:	alpha(opacity=90);
        -moz-opacity: 0.9;
        opacity: 0.9;
}

/*typing start button*/

.t_btn {
    display: inline-block;
    padding: 30px 40px 30px 40px;
    margin: 20px 10px 20px 10px;
    text-decoration: none;
    color: #67c5ff;
    font-size: 2em;
    border: dashed 1px #67c5ff;
    background: #2F4F4F;
    border-radius: 10px;
    transition: .4s;
}

.t_btn:hover {
    background: #cbedff;
    color: #FFF;
}

.t_btn-a {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 5px 1px 5px 1px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    transition: .4s;
}
.t_btn-a:hover{
    background-image: -webkit-linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
    background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}

.type-center {
  font-family: 'Courier New', sans-serif;
  text-align: center;     
}

#c {
  position: absolute;
  top:22px;
  font-size: 13px;
  left:50px;
  letter-spacing: 3px;
}


.info {
  position: absolute;
  top:105px;
  left:150px;
  color: #ccc;
  text-align: center;   
}

#m {
  position: absolute;
  top:17px;
  width: 600px ;
  font-size: 20px;
  left:50px;
  letter-spacing: 3px;
}

#a {
  position: absolute;
  right:585px;
  top:65px;
  font-family: "Mplus 1p";
  font-weight: 900;
  font-size: 25px;
  color:#A9A9A9;
  margin-left:10px;
  letter-spacing: 3px;
  display:inline;
}

#w {
  position: absolute;
  left:115px;
  top:65px;
  font-family: "Mplus 1p";
  font-weight: 900;
  font-size: 25px;
  margin-right: 10px;
  letter-spacing: 3px;
  display:inline;
}

.close {
  position: absolute;
  top: 490px;
  right:35px;  
}

/*SVG key*/  
.small{
  font-size: small;
}

/*typing series info*/

.s_btn {
    display: inline-block;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    font-size: 1em;
    font-weight: 400; 
    border: dashed 1px #67c5ff;
    background: #D3D3D3	;
    color: 	#191970;
    border-radius: 10px;
    transition: .4s;
}

.s_btn:hover {
    background: #191970;
    color: #67c5ff;
}

/*typing list*/
table.type {
        width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border: 1px solid #ccc;
}

table.type thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
        color: #67c5ff;
	background: #04162e;
	border: 1px solid #ccc;
}


table.type td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
table.type .even {
	background: #f3f6f7;
}

.type_a {
	width: 15px;
}

.type_c {
	width: 20px;
}

.type_e {
	width: 150px;
}

/*pdf butoon*/

.pdf_btn {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    color: #DC143C;
    font-size: 1.1em;
    font-weight: 800;
    border: dashed 1px #DC143C;
    background: #FFFAFA;
    border-radius: 10px;
    transition: .4s;
}

.pdf_btn:hover {
    background: #E9967A;
    color: #FFF;
}

.pdf_btn-a {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 5px 1px 5px 1px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    transition: .4s;
}
.pdf_btn-a:hover{
    background-image: -webkit-linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
    background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}

/*excel butoon*/

.excel_btn {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    color: #32CD32;
    font-size: 1.1em;
    font-weight: 800;
    border: dashed 1px #228B22;
    background: #F0FFF0;
    border-radius: 10px;
    transition: .4s;
}

.excel_btn:hover {
    background: #ADFF2F;
    color: #FFFFFF;
}

.words_check_btn {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    color: #1E90FF;
    font-size: 1.1em;
    font-weight: 800;
    border: dashed 1px #67c5ff;
    background: #F0FFFF;
    border-radius: 10px;
    transition: .4s;
}

.words_check_btn:hover {
    background: #cbedff;
    color: #FFF;
}

/* blinking */
.blinking{
	-webkit-animation:blink 0.2s ease-in-out infinite alternate;
    -moz-animation:blink 0.2s ease-in-out infinite alternate;
    animation:blink 0.2s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.ad-center{
  text-align: center;    
}

.login{
       width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

/*video*/
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.audio-again {
  position: absolute;
  top: 375px;
  left:35px;  
}


/*e-new side*/
.e_new {
  position: relative;
  width: 230px;
  border-radius: 5px;
  overflow:  hidden;
  display: inline-block;
  margin:  0px 2px 10px 2px;
  vertical-align: top;
}
.e_new .mask {
  width: 230px;
  position: absolute;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  top: 0;
  left: 0;
  z-index: 1;
  vertical-align: bottom;
}

.e_new img{
width: 230px;
border-radius: 5px;
}

.e_new a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80); /* for IE */
  background: white;
}
.e_new h2 {
  margin: 0;
  padding: 10px;
  width: 230px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  z-index: 2;
  font-size: 100%;
}

.e_new p {
  margin: 0;
  padding: 10px;
  width: 230px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  line-height: 1.5em;
  z-index: 3;
  font-size: 80%;
}


.topic_back {
 padding: 10px 0 1px 0; 
 border-radius: 5px;
 background-color: #F5F5F5;
}

/*topic*/
.topic {
  position: relative;
  width: 200px;
  border-radius: 5px;
  overflow:  hidden;
  display: inline-block;
  margin:  0px 2px 10px 2px;
  vertical-align: top;
}
.topic .mask {
  width: 200px;
  position: absolute;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  top: 0;
  left: 0;
  z-index: 1;
  vertical-align: bottom;
}

.topic img{
width: 200px;
border-radius: 5px;
}

.topic a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80); /* for IE */
  background: white;
}
.topic h2 {
  margin: 0;
  padding: 10px;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  z-index: 2;
  font-size: 100%;
}

/*topic m*/
.topic_m {
  position: relative;
  width: 150px;
  border-radius: 5px;
  overflow:  hidden;
  display: inline-block;
  margin:  0px 2px 10px 2px;
  vertical-align: top;
}
.topic_m .mask {
  width: 150px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 1;
  vertical-align: bottom;
}

.topic_m img{
width: 150px;
border-radius: 5px;
}

.topic_m a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80); /* for IE */
  background: white;
}
.topic_m h2 {
  margin: 0;
  padding: 10px;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  z-index: 2;
  font-size: 100%;
}


@media screen and (max-width: 599px) {

.e_new {
  width: 47%;
  font-size: 0.7em;
}
.e_new a .mask {
  width: 47%;
}
.e_new h2 {
  width: 100%;
}
.e_new a img {width: 100%;}    
.e_new p {display:none;}
    
.topic {
  width: 47%;
  font-size: 0.7em;
}
.topic a .mask {
  width: 47%;
}
.topic h2 {
  width: 100%;
}
.topic a img {width: 100%;}

.topic_m {
  width: 47%;
  font-size: 0.7em;
}
.topic_m a .mask {
  width: 47%;
}
.topic_m h2 {
  width: 100%;
}
.topic_m a img {width: 100%}

}


/*words-check*/
#main-frame{  
   margin: 0px 0px 5px 0px;
   text-decoration: none;
   word-wrap:break-word;
}

#top_back{
   border-style: solid;
   border-width: 1px;
   border-color: #800080;
   border-radius: 15px 15px 0 0;
   background-color: #1C1C1C;
   padding: 20px 0 15px 0;
   color:#FFFFFF;
}

#middle_back{
   padding: 20px 0 20px 0;
   background-color: #EFFBFB;
}

#bottom_back{  
   border-style: solid;
   border-width: 1px;
   border-color: #800080;
   border-radius: 0 0 15px 15px;    
   background-color: #1C1C1C;
   padding: 10px 0 20px 0;
   color:#FFFFFF;
}

#cm{
  color: #0000FF;
}

#cw{
  font-family: "Mplus 1p";
  font-weight: 900;
  font-size: 25px;
}

/*words check button*/

#cir button{
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #1C1C1C;
  font-size: 25px;
  text-shadow: 0px 1px 0px #fafafa;
  background: #e4e3e2;
  border-bottom: 1px solid #c1c1bd;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 2px 1px rgba(255,255,255,0.6), 0 0 1px #c7c5c1;
  -moz-box-shadow: inset 0 2px 1px rgba(255,255,255,0.6), 0 0 1px #c7c5c1;
  box-shadow: inset 0 2px 1px rgba(255,255,255,0.6), 0 0 1px #c7c5c1;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
    outline: none;
}
#cir button:hover {
  color: #6E6E6E;
  background: #81F7F3;
  -webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
  border-bottom:none;
  border-radius: 50%;
    outline: none;
}

/*limit*/
table.limit {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.limit th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.limit td {
	/*width: 200px;*/
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*ward_class */
.insert{
   position: absolute;
   margin: 0px;
   padding: 0px;
   text-align: left;
 }

 .insert_character{
   position: relative;
   top: -85px;
   height:58px;
   z-index: 14;
   border:1px solid black;
   margin: 0px;
   text-align: left;
   background:#D3D3D3;
   padding: 2px;
 }

 .fa-plus-square{
   position: relative;
   top: -15px;
   right: 2px;
 }

ul.insert_character {
  border:1px solid black;
  padding:2px;
  font-size:0px;
}

ul.insert_character li {
  width:23px;
  border:1px solid black;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size:13px;
  padding:2px;
  margin: 0px;
  background: #F5F5F5;
}

ul.insert_character li:hover{
  color: #FFD700;
  background: #000000;
  text-decoration: none;
}

/*/origin/word/*/

.origin {
  background: #fcc;
  margin-bottom: 10px;
}
.side {
  background: #F5F5DC;
}
.origin,
.side {
  padding: 1%;
  border-radius: 10px
}

@media ( min-width : 600px ){
    .flexbox {
    display: -webkit-flex;
    display: flex;
    }
  .origin {
    margin: 0 10px 0 0;
  }
}

.ot_btn {
    display: inline-block;
    padding: 5px 20px 5px 20px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    color: #67c5ff;
    font-size: 1.3em;
    border: dashed 1px #67c5ff;
    background: #2F4F4F;
    border-radius: 10px;
    transition: .4s;
}

.ot_btn:hover {
    background: #cbedff;
    color: #FFF;
}

/*index*/
.attention {
    display: inline-block;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    color: #67c5ff;
    font-size: 1.2em;
    border: dashed 1px #67c5ff;
    background: #2F4F4F;
    border-radius: 10px;
    transition: .4s;
}

.attention a:link { color: #ADFF2F; }
.attention a:hover { color: #FFFF00; }
.attention a:active { color: #ff8000; }
.attention a:visited { color: #7CFC00; }


/*finger*/
ul#finger-left {
  position: absolute;
  top: 300px;
  left:80px; 
  width: 300px;
  padding:0;
  font-size:0;
  opacity: 0.6;
  filter: alpha(opacity=60);
 -moz-opacity: 0.6;
}

ul#finger-left li {
  display: inline-block;

}

ul#finger-right {
  position: absolute;
  top: 300px;
  right:155px; 
  width: 300px;
  padding:0;
  font-size:0;
  opacity: 0.6;
  filter: alpha(opacity=60);
 -moz-opacity: 0.6;
}

ul#finger-right li {
  display: inline-block;

}

#f_1{
  position: relative;
  background: url(../images/finger/f-1.png); 
  height: 118px;
  width: 32px;
}

#f_2{
  position: relative;
  background: url(../images/finger/f-2.png); 
  height: 143px;
  width: 37px;
}

#f_3{
  position: relative;
  background: url(../images/finger/f-3.png); 
  height: 150px;
  width: 35px;
}

#f_4{
  position: relative;
  background: url(../images/finger/f-4.png); 
  height: 118px;
  width: 36px;
}

#f_5{
  position: relative;
  background: url(../images/finger/f-5.png); 
  height: 47px;
  width: 63px;
}

#f_6{
  position: relative;
  background: url(../images/finger/f-6.png); 
  height: 47px;
  width: 62px;
}

#f_7{
  position: relative;
  background: url(../images/finger/f-7.png); 
  height: 118px;
  width: 37px;
}

#f_8{
  position: relative;
  background: url(../images/finger/f-8.png); 
  height: 150px;
  width: 35px;
}

#f_9{
  position: relative;
  background: url(../images/finger/f-9.png); 
  height: 143px;
  width: 37px;
}

#f_10{
  position: relative;
  background: url(../images/finger/f-10.png); 
  height: 118px;
  width: 31px;
}

#h_1{
  position: relative;
  background: url(../images/finger/h-1.png); 
  height: 118px;
  width: 32px;
}

#h_2{
  position: relative;
  background: url(../images/finger/h-2.png); 
  height: 143px;
  width: 37px;
}

#h_3{
  position: relative;
  background: url(../images/finger/h-3.png); 
  height: 150px;
  width: 35px;
}

#h_4{
  position: relative;
  background: url(../images/finger/h-4.png); 
  height: 118px;
  width: 36px;
}

#h_5{
  position: relative;
  background: url(../images/finger/h-5.png); 
  height: 47px;
  width: 63px;
}

#h_6{
  position: relative;
  background: url(../images/finger/h-6.png); 
  height: 47px;
  width: 62px;
}

#h_7{
  position: relative;
  background: url(../images/finger/h-7.png); 
  height: 118px;
  width: 37px;
}

#h_8{
  position: relative;
  background: url(../images/finger/h-8.png); 
  height: 150px;
  width: 35px;
}

#h_9{
  position: relative;
  background: url(../images/finger/h-9.png); 
  height: 143px;
  width: 37px;
}

#h_10{
  position: relative;
  background: url(../images/finger/h-10.png); 
  height: 118px;
  width: 31px;
}

#origin_az{
    font-size: 1.3em;
    font-weight: 900;
    /*color:#FFB6C1;*/
}

#origin_az a:link { color: #9400D3; }
#origin_az a:visited { color: #9400D3; }
#origin_az a:hover {
  color: #ffffff;
  background: #5882FA;
}
#origin_az a:active { color: #9ACD32; }

#origin_az .az_w{
 padding-left: 5px;
 padding-right: 5px;
 margin: 0px 0px 3px 0px;
 border-radius:5px;
 background: #FFFFFF;
 border:1px solid #008080;  
 display: inline-block 
}

#origin_az .az_b{
 padding-left: 5px;
 padding-right: 5px;
 margin: 0px 0px 3px 0px;
 border-radius:5px;
 background: #A9A9A9;
 border:1px solid #008080;  
 display: inline-block
}

.side-category{
   border-style: solid;
   border-radius: 5px;
   border-width: 1px;
   border-color: #E6E6FA;
   background-color: #FFFFFF;   
   margin: 0px 0px 5px 0px;
   padding: 3px;
   text-decoration: none;
   text-align: left;
   word-wrap:break-word;
   position: relative;
}
.side-category ul li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.waku{
   border-style: solid;
   border-radius: 5px;
   border-width: 1px;
   border-color: #E6E6FA;
   padding: 0.5em 2em 0.5em 2em;
   display: inline-block;
    
}

.col_topic {
  width: 48%;
  display: inline-block;
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
  border-color: #008080;
  margin: 0.2em;
  vertical-align: top;
  
}

.col_topic H2{
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 10px 8px;
    font-size: 1.2em;
    background: #008080;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    
.col_topic {
  width: 100%;
  display: inline-block;
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
  border-color: #008080;
  margin: 0.2em;
  vertical-align: top;
}
   
}


table.origin-tb { width: 100%; }

.origin-tb th, td  { padding: 10px 5px 10px 8px; border-collapse: collapse; border: 1px #CECEF6 solid; }
.origin-tb th  { background: #E0F8F7; color: #088A85;}
.origin-tb th{ width: 25%; text-align: left; }
.origin-tb td.t-01 { width: 60%; text-align: left; }
.origin-tb td.t-02 {text-align: left; background: #E0ECF8; }


@media only screen and (max-width: 480px) { 
  .origin-tb { margin: 0 -10px; }
  .origin-tb tr {
    display:block;
    margin-bottom: 10px;
  }
  .origin-tb th {
    display:block;
    width: 100%;
  }
  .origin-tb td.t-01 {
    display:block;
    width: 90%;
    margin-left: 10%;
    border:none;
  }
 
  .origin-tb td.t-02 {
    display:block;
    width: 90%;
    margin-left: 5%;
    border:none;
  background: #ffffff;
  }
}

@media ( min-width : 600px ){
    .top-info {
    display: -webkit-flex;
    display: flex;
    }
    .top-1{
      width:40%;
    }
    .top-2{
      width:60%;
    }
}
@media screen and (max-width: 599px) {
.top-1{
  width:100%;
}
.top-2{
  width:100%;
}
}

.box_srcollbar {
overflow:auto;
height:80px;
padding:5px;
border:1px solid #000;
background-color:#F9F9F9;
color:#000;
font-size:12px;
}
.box_title{
border:1px solid #000;
padding:5px;
font-weight:bold;
font-size:14px;
background-color:#585858;
color:#fff;
}

.fbt_blue{
    font-weight: 200;
}

.fbt_blue a:link { color: #2E2EFE; }
.fbt_blue a:visited { color: #2E2EFE; }
.fbt_blue a:hover { 
  color: #ffffff;
  background: #5882FA;
  border: dashed 1px #42a5f5;
}
.fbt_blue a:active { 
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.fbt_blue .az_w{
  text-decoration: none;
  padding: 4px 6px 4px 6px;
  margin: 4px 2px 0 0;
  text-align: center;
  color: #3A01DF;
  border: dashed 1px #42a5f5;
  background: #ffffff;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; 
  display: inline-block 
}

.contents_word {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contents_word li {
        border-radius: 6px;
        color: #ffffff;
        border: dashed 1px #42a5f5;
        font-size: 1.3em;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 10px;
	border: 1px solid #dadada;
        background: #5882FA;
        word-wrap:break-word;
        display: inline-block
}

.contents_word li a i{
color:#585858;
}
.contents_word li a i:hover { 
  color: #04B4AE;
  background: #E0F8E0;
  border: dashed 1px #088A4B;
}


.basic_button{
  font-size: 1.3em;
  overflow: hidden;
  margin: 0 0 5px 0;
  padding: 3px;
  word-wrap:break-word;
  display: inline-block
}

.basic_button a i{
 font-size: 1.3em;
 color:#585858;
 background: #E0F8E0;
 border: dashed 1px #088A4B;
}
.basic_button a i:hover { 
  font-size: 1.8em;
  color: #04B4AE;
  background: #E0F8E0;
  border: dashed 1px #088A4B;
}

.mid-high{
  display: flex;
  line-height: 40px; 
}

.mid-high a{
  flex: auto;
}
.mid-high span{
  flex: auto;
}

.list_button{
  flex: 0 1 auto;
  width: 135px;
  font-size: 1em;
  overflow: hidden;
}

.list_button a i{
 font-size: 1em;
 color:#585858;
 background: #E0F8E0;
 border: dashed 1px #088A4B;
}
.list_button a i:hover { 
  font-size: 1.5em;
  color: #04B4AE;
  background: #E0F8E0;
  border: dashed 1px #088A4B;
}

.search_button{
  flex: 0 1 auto;
  width: 135px;
  font-size: 1em;
  overflow: hidden;
}

.search_button a i{
 font-size: 1em;
 color:#585858;
 background: #E0F8E0;
 border: dashed 1px #088A4B;
}
.search_button a i:hover { 
  font-size: 1.5em;
  color: #04B4AE;
  background: #E0F8E0;
  border: dashed 1px #088A4B;
}

@media screen and (max-width: 599px) {

.mb-del{
   display:none;
}
.list_button{
  width: 40px;
}
.search_button{
  width: 48px;
  padding: 0 0 0 2px;
}

}

.emp {
    padding: 10px 20px 5px 20px;
    margin: -10px 0 2px 0;
    text-decoration: none;
    color: #5858FA;
    /*background: #FBF8EF;*/
    border-radius: 5px;
    transition: .4s;
}

/*pastRecord*/
#pr {
    padding:10px;
    border-radius: 5px;
    border:1px solid #33ccff;
}






