@charset "utf-8";

/* -----------------------------------------------------------------------------
 Paper
----------------------------------------------------------------------------- */
#paper {
	position:relative;
	width:770px;
	padding-top:55px;
	text-align:left;
	float:right;
	z-index:9999;
}

#paper h2 {
	font-size:1.4em;
	font-weight:normal;
	padding-left:10px;
	border-left:3px solid #FFF;
	line-height:0.9em;
}

#paper h2 .jp {
	font-size:10px;
	padding-left:5px;
}

#paper .box {
	width:530px;
	margin:70px 0 0 90px;
}

#paper .box .left {
	width:260px;
	float:left;
}

#paper .box .left .new {
	margin-top:10px;
}

#paper .box .left .new img {
	width:39px;
	height:auto;
}

#paper .box .left h3 {
	font-size:2.1em;
	font-weight:normal;
	margin-top:30px;
	line-height:1.3em;
}

#paper .box .left h4 {
	font-size:1.7em;
	font-weight:normal;
	margin-top:20px;
	line-height:1.3em;
}

#paper .box .left .bt {
	width:170px;
	height:auto;
	margin-top:35px;
}

#paper .box .left .bt img {
	width:170px;
	height:auto;
}

#paper .box .right {
	width:250px;
	text-align:right;
	float:right;
}

#paper .read {
	font-size:1.15em;
	margin-top:75px;
	line-height:1.8em;
}

#paper .read span {
	display:block;
}

#paper .backnumber {
	margin-top:70px;
}

#paper .backnumber h5 {
	font-size:1.5em;
	font-weight:normal;
	padding-left:1em;
	background:url(../../img/paper/ico_h5.png) left center no-repeat;
	background-size:12px 14px;
}

#paper .backnumber .cf .item {
	width:155px;
	margin:30px 0 0 50px;
	float:left;
}

#paper .backnumber .cf .item:first-child {
	margin-left:0;
}


#paper .backnumber .cf .item .photo img {
	width:150px;
	height:auto;
}

#paper .backnumber .cf .item .title {
	color:inherit;
	font-size:1.5em;
	margin-top:15px;
	display:block;
}

#paper .backnumber .cf .item .subt {
	font-size:0.92em;
	margin-top:10px;
	line-height:1.4em;
}


/* -----------------------------------------------------------------------------
 Sidebar
----------------------------------------------------------------------------- */
#sidebar ul.anchor {
	border-bottom:none;
}

#sidebar ul.anchor a {
	font-size:14px;
	display:block;
}

/* *****************************************************************************
   PC用のスタイル記述
@media screen and (min-width: 769px), print {
}
***************************************************************************** */


/* *****************************************************************************
   スマートフォン用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 769px) {
#contents-area p.title {
	display:none;
}

#paper {
	width:auto;
	padding:0px 7px 0;
	float:none;
}

#paper h2 {
	font-size:1em;
	font-weight:normal;
	margin-top:20px;
	padding-left:10px;
	border-left:3px solid #FFF;
	line-height:0.8em;
}

#paper h2 .jp {
	font-size:10px;
	padding-left:5px;
}

#paper .box {
	margin: 25px 10px 0;
	width: auto;
}

#paper .box .left {
	width:50%;
	float:left;
}

#paper .box .left .new {
	margin-top:5px;
}

#paper .box .left .new img {
	width:25px;
	height:auto;
}

#paper .box .left h3 {
	font-size:1em;
	font-weight:normal;
	margin-top:15px;
	line-height:1.3em;
}

#paper .box .left h4 {
	font-size:0.92em;
	font-weight:normal;
	margin-top:10px;
	line-height:1.3em;
}

#paper .box .left .bt {
	width:64%;
	height:auto;
	margin-top:25px;
}

#paper .box .left .bt img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

#paper .box .right {
	width:50%;
	text-align:right;
	float:right;
}

#paper .box .right img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

#paper .read {
	font-size:1em;
	margin-top:40px;
	padding:0 10px 25px;
	border-bottom:1px solid #FFF;
	line-height:1.6em;
}

#paper .read span {
	display:inline;
}

#paper .backnumber {
	margin-top:25px;
}

#paper .backnumber h5 {
	font-size:1.5em;
	font-weight:normal;
	padding-left:1em;
	background:url(../../img/paper/ico_h5.png) left center no-repeat;
	background-size:12px 14px;
}

#paper .backnumber .cf {
	margin:0 10px;
}

#paper .backnumber .cf .item {
	width:50%;
	margin:30px 0 10px 0;
	float:left;
}

#paper .backnumber .cf .item:first-child {
	margin-left:0;
}

#paper .backnumber .cf .item .photo,
#paper .backnumber .cf .item .title,
#paper .backnumber .cf .item .subt {
	margin-left:0;
	margin-right:15px;
}
#paper .backnumber .cf .item:nth-child(even) .photo,
#paper .backnumber .cf .item:nth-child(even) .title,
#paper .backnumber .cf .item:nth-child(even) .subt {
	margin-left:15px;
	margin-right:0;
}

#paper .backnumber .cf .item .photo img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

#paper .backnumber .cf .item .title {
	color:inherit;
	font-size:1.07em;
	margin-top:8px;
	display:block;
}

#paper .backnumber .cf .item .subt {
	font-size:0.69em;
	margin-top:3px;
	line-height:1.4em;
}


#sidebar {
	display:none;
}


}




