@charset "utf-8";

img:not([width]) {
	zoom: .5;  Retinaディスプレイ対応 
}

/*----- MAIN IMAGE ----*/

#mainimg{
	margin:0px 0px 10px 0px;
}

/*----- TOP PAGE CONTENTS ----*/

.topContents{
	padding:0px 15px;
	margin:0px 0px 8px 0px;
}

.topContents h1{
	font-size:14px;
	color:#2A70C7;
}

.topContents p{
	font-size:12px;
	line-height:1.5;
}

