/* -------------------------------------
GANREF
Copyright (c) 2016 Impress Corporation. All rights reserved.
------------------------------------- */

@import "/css/application_sp.css";
@import "/css/jquery.fileupload.css";
@import "/common/css/resp_sp.css";


.respBreadcrumbs .breadcrumbs ol li:first-child {
	margin-left: 6em;
}

#summary {margin:0}

#summary #mainCntInner{margin:1rem}

#summary #mailmag,
#summary #intro {
	border:2px solid #ffbf4d; 
	border-radius:8px; 
	padding:8px 10px; 
	margin-bottom:1em;
}


#summary #mailmag {
	margin:2em 0;
}

#summary .sns {
	display:none;
}

#summary #mainCnt #mainCntInner>h1 {
	text-align:center;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px dotted #ffbf4d;
	margin: 1em 0;
	line-height: 1;
}

#summary #intro h1 { 
	margin:0.5rem auto;
	text-align:center;
	font-size:2rem;
	line-height:2.5rem;
}

#summary #intro h1 { 
	margin:0.5rem auto;
	text-align:center;
	font-size:2rem;
	line-height:2.5rem;
}

#summary #intro h1:before {
	content:'特集';
	color: #fff;
	width: 6rem;
	line-height: 2rem;
	border-radius: 2rem;
	font-size: 1.2rem;
	display:block;
	background-color:#ffbf4d;
	margin:auto;
}

#summary #intro h2{
	font-weight:normal;
	font-size:0.9em;
	margin:0 0 1em 0;
	border-bottom:2px dotted #ccc;
	padding:0 0.2em 0.2em;
}

#summary #intro p{
	margin:0;
}

#summary #mailmag h2{
	font-size:0.9em;
	margin:0 0 1em 0;
	border-bottom:2px dotted #ccc;
	padding:0 0.2em 0.2em;
}


#summary #mailmag h2:before,
#summary #intro h2:before{
	content:'●';
	color:#ffbf4d;
}


#summary .balloon {
	display: inline-block;
	border: 2px solid #ccc;
	border-radius: 8px;
	padding: 5px 10px;
	font-weight: bold;
	color: #666;
	position:relative;
	margin-bottom:16px;
	text-align:center;
}

#summary .balloon:after {
	content:"";
	display:block;
	width:100%;
	height:14px;
	background:url(img/arrow.svg) no-repeat center 0;
	background-size:18px 14px;
	position:absolute; 
	bottom:-14px;
	left:0;
}

#summary #backnumber p a,
#summary #mailmag a,
#summary .photo dd .link a {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	margin: auto;
	padding: 0.5rem 1.5rem;
	line-height: 1.6em;
	text-decoration: none;
	background-color: #36c;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


#summary #backnumber p,
#summary #mailmag p {
	text-align: center;
	margin-bottom:0.5em;
}

#summary .photo {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
}

#summary .photo dt {
	display: block;
	margin:0 0 0.5rem 0;
	text-align:center;
}

#summary .photo dt a img {
	max-width:100%;
}

#summary .photo dt a {
	display:inline-block;  
	margin: auto;
	border: 0.5rem solid #fff;
	-webkit-box-shadow: 0 0 3px 0 #bbbbbb;
	box-shadow: 0 0 3px 0 #bbbbbb;
}


#summary .photo dd {
	display: block;
	margin:0;
	padding:0;
	text-align:center;
}

#summary .photo dd h3 {
	font-size: 2rem;
	margin:0;
}

#summary .photo dd .data {
	margin: 1em 0;
	padding: 0.5em;
	border-radius: 8px;
	border: 1px dotted #ccc;
	font-size: 90%;
	text-align: left;
}

#summary .photo dd .comment {
	text-align: left;
	font-size:90%;
	line-height:1.4;
	margin-bottom:1em;
}


#summary #links  {
	text-align:center;
	margin:1em 0;
}

#summary #links ul {
	list-style:none;
	margin:0 0 1rem 0;
	padding:0;
}

#summary #links ul li {
	clear:both;
	text-align:left;
}

#summary #links a{
	text-decoration:none;
}

#summary #links ul li a img {
	display: block;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	border: none;
	margin-right: 10px;
	-webkit-box-shadow: 2px 2px 2px 0 #ccc;
	box-shadow: 2px 2px 2px 0 #ccc;
	float:left;
	margin-bottom:0.5em;
}

#summary #links ul li a span {
	display: block;
	vertical-align: top;
	padding: 0.7em 0 0.5em 0;
	margin-left:70px;
}

#summary #links ul li a span h3 {
	font-size: 1rem;
	margin:0;
	display: inline;
}

#summary #links ul li a span p {
	color: #000;
	margin:0;
	display: inline;
}

#summary #links ul li a span em {
	margin-top:5px;
	color: #0D47A1;
	display: block;
	font-style: normal;

}

#links ul li a span em:before {
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-right:0.2rem;
}

.photo dt a img {
	  touch-callout:none;
	  user-select:none;
	  -webkit-touch-callout:none;
	  -webkit-user-select:none;
	  -moz-touch-callout:none;
	  -moz-user-select:none;
}

.photo > dt > a > div > img {z-index:99}


#summary #rightCnt {
	display: flex;
	flex-direction: column;
}

#summary #rightCnt #backnumber {
	border-bottom:1px dotted #ccc; 
	padding-bottom:1em;
	margin:0 1em 2em;
	order: -1;
}


#summary #backnumber h2{
	font-size:0.9em;
	margin:0 0 0.5em 0;
}

#summary #backnumber ul {
	padding: 0;
	list-style: none;
}

#summary #backnumber ul li {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 1rem 0.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#summary #backnumber ul li:last-child {
	border-bottom: 1px solid #e5e5e5;
}

#summary #backnumber ul li i:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	color: #0D47A1;
}


#summary #backnumber ul li a {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto; 
	margin-right:1em;
}


#summary #backnumber ul li a span {
	font-size:0.9em;
}

#summary #backnumber a img.iconMore {
	display:none;
}

#summary #mainCntInner .notes {
	padding-left: 1em;
	text-indent: -1em;
	border-top: 1px dotted #ccc;
	padding-top: 0.5em;
	margin: 1em 0;
	font-size: 0.9em;
}

#summary #links.index ul {
	overflow: hidden;
}

#summary #links.index ul li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 0.5em;
}


#summary #links.index ul li a span {
	padding: 0.2em 0 0.5em 0;
}


.anchorMenu {
	padding-left: 0;
}

.anchorMenu li {
	letter-spacing: normal;
	display: block;
	margin: 0.3rem 0;
}

.anchorMenu a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	color: #0D47A1;
	margin-right:0.2rem;
}

#summary #links h2 {
	border-radius: 6px;
	background: #FFF9D1;
	padding: 0.3rem 1rem;
	text-align: left;
	font-size: 1rem;
	margin-bottom: 1rem;
}

#summary #links.index ul li a span h3 {
	display: block;
}

#intro .txtCenter { margin-top: 0.5rem; text-align: center;}

#intro a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-right:0.2rem;
}
