/* #PC ========================================================================================================== */
.title {
	background-image: url("../imgs/title_img_pc2.jpg");
	background-color: #E6E1E3;
}
.tab_area {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	border-bottom: 1px solid #CCCCCC;
    margin-top: 50px;
    margin-bottom: 50px;
}
.tab_inner {
    height: auto;
    width: 720px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.tab_on, .tab_btn {
	width: 168px;
	position: relative;
	float: left;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 20px;
    margin: 0 5px -1px 5px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.tab_on {
	height: 40px;
	background-color: #ffffff;
	border-bottom-color: #FFFFFF;
}
.tab_btn {
	height: 40px;
	background-color: #fafafa;
}
.tab_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.tab_btn:hover {
    background-color: #ffffff;
    zoom:1;/*IE*/
}
.contents {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    margin-bottom: 100px;
}
.contents_inner {
    height: auto;
    width: 100%;
    max-width: 1070px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.news_box {
	width: 29.5%;
	height: auto;
	float: left;
	position: relative;
	margin-left: 3%;
	margin-bottom: 40px;
}
.news_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.news_box:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.news_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.news_box li  {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	position : relative;
	float: left;
}
.news_box li.hn0 {
	height: 230px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.news_box li.hn1 {
	height: 5px;
}
.news_box li.hn2 {
	width: 110px;
	height: 20px;
	position : absolute;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding-top: 8px;
}
.news_box li.hn3 {
	font-size: 14px;
	line-height: 14px;
	margin-top: 20px;
    margin-bottom: 15px;
}
.news_box li.hn4 {
	font-size: 16px;
	line-height: 20px;
    margin-bottom: 10px;
}
.news_box li.hn5 {
	height: 100px;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 12px;
    overflow: hidden;
}
.news_01 {
    background-color: #37bb91;
}
.news_02 {
    background-color: #6dccf3;
}
.news_03 {
    background-color: #a485bc;
}
.news_04 {
    background-color: #ED81A5;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title {
	background-image: url("../imgs/title_img_sp2.jpg");
}
.tab_area {
    border-bottom: 2px solid #CCCCCC;
    margin-top: 70px;
}
.tab_on, .tab_btn {
	width: 166px;
	font-size: 25px;
	line-height: 30px;
    margin: 0 5px -2px 5px;
	border: 2px solid #CCCCCC;
}
.tab_on {
	height: 50px;
}
.tab_btn {
	height: 50px;
}
.contents {
    min-width: 100%;
}
.contents_inner {
    max-width: 100%;
}
.news_box {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 40px;
}
.news_box li.hn0 {
	height: 430px;
}
.news_box li.hn1 {
	height: 10px;
}
.news_box li.hn2 {
	width: 200px;
	height: 35px;
	font-size: 24px;
	line-height: 24px;
	padding-top: 10px;
}
.news_box li.hn3 {
	font-size: 26px;
	line-height: 26px;
    margin-top: 30px;
    margin-bottom: 25px;
}
.news_box li.hn4 {
	font-size: 32px;
	line-height: 40px;
    margin-bottom: 20px;
}
.news_box li.hn5 {
	height: 150px;
	font-size: 26px;
	line-height: 50px;
	text-align: justify;
	margin-bottom: 40px;
    overflow: hidden;
}




}/* @media only screen and (max-width: 750px) */
