@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : news.css
Description : お知らせページCSS
===================================================================== */
#news {
}

#news #main section {
	width: 90%;
	background: url(../images/chart/bg_chara_wrap_bottom_sp.jpg) no-repeat center bottom, url(../images/chart/bg_chara_wrap_top_sp.jpg) no-repeat center top, url(../images/chart/bg_chara_wrap_repeat_sp.jpg) repeat-y center top;
	background-size: 100% auto, 100% auto, 100% auto;
	padding: 8.3334% 7.5%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#news #main section p.date {
	font-size: 1.2rem;
	line-height: 1em;
	color: #e2007d;
}

#news #main section h1 {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.1em;
	font-weight: bold;
	color: #e2007d;
	border-bottom: 1px dotted #999999;
	padding-bottom: 2.2223%;
	margin-top: 3.3334%;
}

#news #main section h2 {
	font-size: 16px;
	margin-top: 30px;
}

#news #main section p:not(.date) {
	font-size: 1.4rem;
	line-height: 1.5em;
	color: #000000;
	margin-top: 6.6667%;
}

#news #main section .img_right,
#news #main section .img_left,
#news #main section .btn {
	margin-top: 6.6667%;
}

@media screen and (min-width:700px){
	#news {
	}

	#news #main section {
		width: 72.5%;
		background: url(../images/chart/bg_chara_wrap_bottom_pc.jpg) no-repeat center bottom, url(../images/chart/bg_chara_wrap_top_pc.jpg) no-repeat center top, url(../images/chart/bg_chara_wrap_repeat_pc.jpg) repeat-y center top;
		background-size: 100% auto, 100% auto, 100% auto;
		padding: 5.4167% 7.0834%;
		overflow: hidden;
	}

	#news #main section p.date {
		font-size: 1.4rem;
		line-height: 1em;
	}

	#news #main section h1 {
		font-size: 2.4rem;
		line-height: 1.1em;
		padding-bottom: 1.4286%;
		margin-top: 0.7143%;
	}

	#news #main section p:not(.date) {
		margin-top: 3.572%;
	}

	#news #main section .img_right,
	#news #main section .img_left {
		margin-top: 3.572%;
	}

	#news #main section .img_right {
    	width: 42.8572%;
	    float: right;
		margin-left: 2.8572%;
	}

	#news #main section .img_left {
    	width: 42.8572%;
	    float: left;
		margin-right: 2.8572%;
	}

	#news #main section .clear {
		clear: both;
	}

	#news #main section .btn {
	    margin-top: 3.572%;
	}
}

/*# 67call */
#news_20 h1 {
	font-size: 21.8px !important;
}

.sFont {font-size: 0.7em; font-weight: normal;}

.tellBox {
    padding: 0 0 20px;
    margin: 15px auto 15px;
    border: solid 1px #ddd;
	border-radius: .4em;
}

.tellBox p {
	font-weight: bold;
    text-align: center;
	font-size: 1.8rem !important;
}

.tellBox p a {
	color: #e2007d;
	padding: 10px 0 5px;
	font-size: 1.5em;
	display: inline-block;
}

.tellBox p a:hover, ul.txt a:hover {
	opacity: 0.6;
}

ul.txt {
	width: 644px;
	margin: 0 auto;
}

ul.txt li {
	line-height: 1.8;
	font-size: 1.4rem;
	padding-left: 1em;
	text-indent: -1em;
}

.call67 {
	position: relative;
	top: 3px;
}

.call67 img {
    width: 60px;
    height: auto;
	padding-right: 2px;
	display: inline-block;
}

span.dates {
	color: #F00;
	font-weight: bold;
	padding: 3px 3px 0;
	background-color: #FF0;
}

ul li:first-of-type span.dates {
	font-size: 1.15em;
}

.spbr {
	display: none;
}

@media screen and (max-width:700px){
	.tellBox {
        padding-bottom: 10px;

	}
	
	.tellBox p a:hover, ul.txt a:hover {
        opacity: 1.0;
    }
	
	ul.txt {
		width: 100%;
		margin-left: 0;
	}
	
	ul.txt li {
		width: 92%;
		font-size: 1.4rem;
	}
	
	ul li:first-of-type span.dates {
	    font-size: 1.2em !important;
    }
	
	.spbr {
	    display: block;
    }
}

@media screen and (orientation: landscape) {
   ul.txt {
		width: 100%;
	}
}

/*# //67call */
