@charset "utf-8";

/*
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマホ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
*/
@media screen and (min-width:100px) and ( max-width:480px ){

.prf_img{
	width:320px;
}

}


/*
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
*/
@media screen and (min-width:480px) and ( max-width:960px ){

.prf_img{
	width:480px;


}


}

/*
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
*/

@media screen and (min-width:960px) and ( max-width:4096px ){

.prf_img{
	width:700px;

}


}


.contents_info{
	margin:8px 5px 18px 5px;
	padding:8px;

	color:#000;
	font-weight:bold;

	font-size:16px;

	border:solid 3px #668ad8;

    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
 
	background-color:rgba(255,255,255,0.9);
	box-shadow: 0px 0px 0px 6px #ffe;/*線の外側*/
	word-break: break-all;
}

.info_big{
	font-size:18px;
	color:#00c;
}

.info_red{
	font-size:18px;
	color:#c00;
}

.info_title{
	border-bottom: dashed 2px #668add;
	font-weight:bold;
	font-size:18px;
	line-height:24px;
	margin-bottom:5px;
}

