@charset "utf-8";

/*---- print ------------------------------------------------------*/
#print-contents {
    margin: auto;
    position: relative;
    text-align: left;
    width: 100%;
	height:auto;
	min-height:604px;
    background:#fff100 url("../images/top-bck-311016taka.png") no-repeat;
    /*background-size:100%;*/
    background-position:0 0;
    overflow:hidden;
}
#print{
	width:40%;
	min-width:300px;
	background:#1A97D4;
	padding:30px 40px;
	color:#fff;
	margin:20px 0 80px 40px;
	text-align:center;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	position:relative;
}
#print h1{
	font-size:1.5em;
	background:#0080C2;
	text-align:center;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	margin-bottom:20px;
}
#print p{
	text-align:left;
	font-size:1em;
	line-height:1.5em;
	color:#fff;
	margin-bottom:20px;
}
#print-contents .sankaku{
	position:absolute;
	top:20px;
	right:-150px;
	width: 0;
	height: 0;
	border-left: 80px solid #1A97D4;
	border-top: 30px solid transparent;
	border-right: 80px solid transparent;
	border-bottom: 30px solid transparent;
	z-index:1000;
}
/*==========================================*/
/*メディアクエリー*/
/*==========================================*/
@media screen and (max-width: 640px) {
/*  ページ幅*/
	#print-contents {
	    background-position:0 -80px;
	}
	#print{
		min-width:300px;
		margin:10px 0 20px 10px;
		padding:20px 20px;
	}
	#print-contents > #printwrap > img{
		display:none;
	}
	#print-contents .sankaku{
		top:120px;
	}
}