﻿/* PC/スマホ共通表示 */
.-----PC_MOBILE_COMMON_CSS_START----- {}

/* FLASH
----------------------------------------------- */
div#flasharea {
    width: 400px;
    margin: 0 auto;
}


/* ニュース
----------------------------------------------- */
div#newsarea {
	width: 479px;
	padding-top: 30px;
	margin-bottom: 0;
	padding-bottom: 8px;
	clear: both;
	padding-left: 7px;
}

div#newsarea h2 {
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	color: #00a0c6;
	background-image: url(../../../../user_data/packages/default/img/top/ttl_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
} 
div#newsarea .newslist {
	width: 477px;
	border: 1px solid #CCCCCC;
	height: 214px;
	overflow-y: scroll;
}
div#newsarea table {
	width: 450px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#newsarea table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
div#newsarea table td.left {
	width: 130px;
}

/* おすすめ
----------------------------------------------- */
div#recomendarea {
    width: 400px;
    margin: 0 auto;
}

div.recomendblock {
    clear: both;
    width: 400px;
    padding: 10px 0;
    overflow: auto;
    background: url("../img/common/line_402.gif") no-repeat bottom;
}

div.recomendleft {
    float: left;
    margin: 0 5px 0 0;
}

div.recomendleft p {
    margin: 0 0 5px 0;
}

div.recomendright {
    float: right;
    width: 190px;
    position: relative;
}

div.recomendleft img, div.recomendright img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.recomendright p {
    margin: 0 0 5px 0;
}

div.recomendleft h3 {
    font-size: 100%;
}

div.recomendright h3 {
    font-size: 100%;
}

.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 730px) {
	
.-----MOBILE_ONLY_CSS_START----- {}



/* FLASH
----------------------------------------------- */
div#flasharea {
    width: 400px;
    margin: 0 auto;
}


/* ニュース
----------------------------------------------- */
div#newsarea {
	box-sizing: border-box;
	width: 100%;
	margin-top: 20;
	margin-bottom: 20px;
	;
	padding-bottom: 0px;
	clear: both;
	padding-left: 0px;
}
div#newsarea h2 {
	box-sizing: border-box;
	width: 100%;
	line-height: 65px;
	background-repeat: repeat-x;
	background-size: contain;
	border: 2px solid #00a0c6;
	border-radius: 6px;
	background-image: url(../../../../user_data/packages/default/img/top/ttl_bg_sp.png);
	font-size: 28px;
	padding-left: 25px;
}
div#newsarea h2:before {
	content: "";
	display: inline-block;
	margin-right: 15px;
	width: 5px;
	height: 1em;
	background-color: #00a0c6;
	vertical-align: -5%;
} 



div#newsarea .newslist {
	box-sizing:border-box;
    width: 100%;
	border: 1px solid #CCCCCC;
	height: 480px;
	overflow-y: scroll;
}
div#newsarea table {
	box-sizing:border-box;
    width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#newsarea table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
div#newsarea table td.left {
	width: 200px;
}

#adobe_reader {
	display:none;
}

/* おすすめ
----------------------------------------------- */
div#recomendarea {
	box-sizing:border-box;
    width: 100%;
    margin: 0 auto;
}

div.recomendblock {
	box-sizing:border-box;
    width: 100%;
    padding: 10px 0;
    overflow: auto;
    background: url("../img/common/line_402.gif") no-repeat bottom;
}

div.recomendleft {
    float: left;
    margin: 0 5px 0 0;
}

div.recomendleft p {
    margin: 0 0 5px 0;
}

div.recomendright {
    float: right;
    width: 190px;
    position: relative;
}

div.recomendleft img, div.recomendright img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.recomendright p {
    margin: 0 0 5px 0;
}

div.recomendleft h3 {
    font-size: 100%;
}

div.recomendright h3 {
    font-size: 100%;
}



.-----MOBILE_ONLY_CSS_END----- {}

}
