﻿*{
 line-height: 1.8em;
 letter-spacing: 1.2px;
 box-sizing: border-box;
}




html {

}

body {
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

p {
	font-size: 0.9em;
	color: #555555;
	margin: 0px;
}

table {
 	margin-left: auto;
 	margin-right: auto;
}	

/* 続きを読むボタン */
.grad-btn {
	z-index: 2;
	font-size: 1.2em;
	width: 400px;
	margin: auto;
	padding: .5em 1.0em;
	border-radius: 10px;
	background: #009e8f;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.grad-btn:hover {
	background: #fff;
	color: #009e8f;
}
.grad-btn .fa {
	margin-right: .5em;
}

.grad-item {
	position: relative;
 	overflow: hidden;
	height: 60px; 
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
}
.grad-trigger {
	display: none; 
}
.grad-trigger:checked + .grad-btn {
	display: none; 
}
.grad-trigger:checked ~ .grad-item {
	height: auto; 
}
.grad-trigger:checked ~ .grad-item::before {
	display: none; 
}

/* 広告 */
.ad {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}

.ad_article_auto {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ヘッダー */
header {
}

.header_info {
	font-size: 0.8em;	
	text-align: center;
	background-color: #ffffff;
}

.header_title {
	border-bottom: solid #000000;
 	padding: 10px;	
 	margin-left: auto;
 	margin-right: auto;
 	text-align: center;
}

.header_title a{
	font-size: 1.6em;

}

/* メイン */
.main {
	width: 100%;
	margin-bottom: 20px;
	margin: 0 auto;
}

.menu {
	width: 98%;	
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 0.9em;
 	margin-top: 0px;
 	margin-left: 10px;
}

.indexh2 {
	font-size: 1em;
	padding: 7px 15px;
	margin-top: 10px;
	border-top: 0.5px solid black;
	border-bottom: 0.5px solid black;
}

h3 {
	font-weight: bold;
	margin: 0;
}

h5 {

}

img {
	width: 90%;
}

/* トップ　companyのみ　*/
.container {
	padding: 10px;
	margin-bottom: 10px;
}
/* トップ　companyのみ　*/


.container_c {
	padding: 15px 0px 0px 20px;
	margin-top: 10px;
	margin-right: 15px;	
	margin-bottom: 80px;
}


/* 記事 */
.article-list {
	margin-bottom: 40px;
}

.article {
	height: 80px;
	padding: 10px;
	margin-top: 20px;	
	margin-bottom: 0px;
}

.article img {
	float: left;
	width:	80px;
	height:	auto;
	margin-right: 20px;
}


.article p {
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article-title a{
	display: block;
}

.article-title a:hover {
	background-color: #eeeeee;
}

.article-title p {
	display: none;
}

.article-title time {
	display: none;
}


/* アイテム */
.item-wrapper {
	margin-bottom: 30px;
}

.item {
	height: 80px;
	padding: 10px 15px;
}

.item h1{
	font-size: 0.8em;
}

.item p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item img {
	float: left;
	width:	80px;
	height:	60px;
	margin-right: 20px;
}


/* 記事ページ */
.time {
	font-size: 0.8em;	
	display: block;
	padding: 5px 10px;
}

.articleimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.article_c {
	margin-bottom: 20px;
	padding: 3px;
}

.article_c p {
	margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 10px;
    margin-right: 10px;
}

.articlelink a{
	font-size: 0.8em;
	margin-left: 10px;
}

.articleh2 {
	font-size: 0.9em;
    padding: 10px 15px;
	background-color: #eeeeee;
	border-radius: 10px;
}

dl {
	width: 	98%;
	margin: auto;
	background-color: #fffff0;
	border: 1px solid gray; 
	border-radius: 5px;
}

dt {
	font-size: 0.9em;
	padding: 10px 20px;
}

dd {
	font-size: 0.9em;
	margin: 5px 15px;
	margin-bottom: 	20px;
}

/* サイドメニュー */
.sidemenu {
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.side_container {
	border: 1px solid gray;
	margin-top: 10px;
	margin-bottom: 15px;
}

.side_title {
	font-size: 0.9em;
	color: white;
	width:	100%;
	padding: 10px ;
	border-bottom: 1px solid gray;
	background-color: #333333;	
}

.side_img {
	display: block;
	text-align: center;
}

ul {
	padding: 5px;
}

li {
	font-size: 0.8em;
	margin-left: 5px;
	margin-bottom: 10px;
	color: #555555;
	list-style: none;
}


/* フッター */
footer {
	font-size: 0.8em;
	color: white;
	text-align: center;
	width: 100%;
	clear: both;
	background-color: #000000;
	padding: 10px;
}

.copyright {
	margin:	0 auto;
}

.about {
	float: right;
}


