@charset "utf-8";
/*------------------------------*/
/* 基本仕様 */
body {

	/* 複数同時設定 */
	background-image:url('/image/elected/top_bg_right.jpg'),url('/image/elected/top_bg_left.jpg');
	background-repeat: no-repeat,no-repeat;
	background-attachment: fixed,fixed;
	background-position: right center,left bottom;
	background-size:auto 70%,auto 70%;
	background-attachment: fixed,fixed;

}



/*------------------------------*/
/* ページ固有の設定
/*------------------------------*/
.elected_title {
	margin:50px 0px;
	text-align:center;
	font-size:17px;
	line-height:35px;
}

.elected_banner_box {
	width:70%;
	margin:0px auto;
}
.line-height_01 {
	line-height:28px;
}

.icon_size {
	width:auto;
	height:auto;
	max-height:51px;
}

/* タブレット画面 */
@media only screen and (max-width:767px) {
	.icon_size {
		max-width:100%;
	}
	.padding-all_10 {
		padding:05px;
	}
}
/* スマホ画面 */
@media only screen and (max-width:550px) {
	.icon_image {
		width:40%;
		margin:10px;
	}
}
