@charset "utf-8";
/*
Theme Name: aitie
Version:1.0
Description: original theme
Author: AITIE
*/

.Topcontents02Box {
	padding: 80px 0;
}
.Topcontents02_bg {
    background: url(/img/bg_topcontents02.jpg) repeat center top;
}
.Topcontents03Box {
	padding: 80px 0;
}
.Topcontents03_bg {
    background: url(/img/bg_topcontents03.png) repeat center top;
}
.Topcontents04Box {
    padding: 80px 0 160px;
}
.Topcontents04_bg {
    background: url(/img/bg_topcontents04.jpg) repeat center top;
}

/***** TOPページコンテンツ *****/
.PickupTxt {
	padding: 18px 16% 18px 7%;
    position: relative;
	font-size: 14px;
}
.PickupTxt h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

/* 新着infoエリア */
.NewsSection {
    max-width: 750px;
    margin: 0 auto;
}
.NewsBox {
}
.NewsBox > li{
	padding: 0 25px;
}
.NewsInfo {
	text-align: left;
	margin-top: 10px;
}
.NewsTime {
    font-size: 12px;
}
.NewsTitle {
    font-size: 14px;
    margin: 10px auto;
}
.NewsText {
	font-size: 14px;
}
.NewsImg {
	height: 200px;

}
.NewsNew {
	color: #015DB2;
    padding: 0px 7px 0px;
    border: 1px solid #015DB2;
}
@media screen and (max-width:770px) {

/* info一覧 */

.NewsSection {
    max-width: 100%;
}
.NewsSection .col_3 > li {
    width: 100%;
	display: block;
}
.NewsBox > li {
    border-bottom: solid 1px #000;
    position: relative;
	margin: 0 20px;
}
.NewsSection li a {
    display: table;
    padding: 15px 0;
    overflow: hidden;
}
.NewsImg {
	display: table-cell;
    vertical-align: middle;
    width: 35%;
    width: 200px;
}
.NewsInfo {
	display: table-cell;
    vertical-align: middle;
    padding: 0px 15px 0px 15px;
    width: 65%;
}
}

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

/* info一覧 */
.NewsBox > li {
    padding: 0;
}
.NewsImg {
    display: table-cell;
    vertical-align: top;
    width: 35%;
    width: 100px;
	height: auto;
}
}