@charset "utf-8";

a:link {
	color:#90BF00;
}

h4 {
    position: relative;
    padding: 0.6em!important;
    background: #e0edff;
    margin-bottom: 20px!important;
}

h4:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}

@media screen and (min-width: 0px) and (max-width: 480px) 
{
	
	.wrap {
		width:98%;
	}
	
	#box_article01 {
		font-size:0.9em;
		color:#686868;
		line-height:1.7em;	
	}
	
	.read {
		font-size:0.9em;
		color:#686868;
		line-height:1.7em;
	}
	.onegai {
	width:98%;
	position: relative;
	margin-top:10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color:#A40A5B;
	border-bottom-color:#A40A5B;
	text-align: center;
	padding-top: 10px;
	margin:0 auto 0 auto;
}
	.onegai_box {
	width: 98%;
	margin: 20px auto;
	}
}


@media screen and (min-width:481px) and (max-width: 950px) 
{
	
	.wrap {
		width:95%;
		margin:0 auto 0 auto;
	}
	
	#box_article01 {
		font-size:0.9em;
		color:#686868;
		line-height:1.7em;	
	}
	.read {
		font-size:0.9em;
		color:#686868;
		line-height:1.7em;
	}
	
	.onegai {
	width:95%;
	height:120px;
	position: relative;
	margin-top:10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color:#A40A5B;
	border-bottom-color:#A40A5B;
	text-align: center;
	padding-top: 10px;
	margin:0 auto 0 auto;
}
.onegai_box {
	width: 95%;
	margin: 20px auto;
	}
	
}


@media screen and (min-width:951px), print, tv
{
	
	.wrap {
		width:970px;
		margin:0 auto;
	}
	
	#box_article01 {
		font-size:0.95em;
		color:#686868;
		line-height:1.7em;	
	}
	.read {
		font-size:0.95em;
		color:#686868;
		line-height:1.7em;
	}
	
	.onegai {
	width:970px;
	height:120px;
	position: relative;
	margin-top:10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color:#A40A5B;
	border-bottom-color:#A40A5B;
	text-align: center;
	padding-top: 10px;
	margin:0 auto;
}
.onegai_box {
	width: 970px;
	margin: 30px auto;
	}
	
	
}




