@charset "UTF-8";
@import url("../app_common.css");


/*----------------------------------------------------------*/
/* メイン領域												*/
/*----------------------------------------------------------*/
h1 {
	font-size	:20px;
	font-weight	:bold;
	padding		:4px;
}

#title_link{
	line-height	:1.7;
	font-size	:16px;
	font-weight	:bold;
	padding		:12px;
}


#legend_notice_msg {
	padding	:4px;
	margin	:4px 0px 4px 4px;
}
@media screen and (min-width: 600px) {
	#legend_notice_msg {
		margin	:4px 0px 4px 12px;
	}
}
@media screen and (min-width: 960px) {
	#legend_notice_msg {
		margin	:4px 0px 4px 12px;
	}
}


h2 {
	font-size	:16px;
	font-weight	:bold;
	margin		:20px 0px 0px -4px;
}


.legend_notice_msg_chd {
	padding	:4px 8px;
	margin	:4px 0px 4px 0px;
}
@media screen and (min-width: 600px) {
	#legend_notice_msg_chd {
		margin	:4px 0px 4px 12px;
	}
}
@media screen and (min-width: 960px) {
	#legend_notice_msg_chd {
		margin	:4px 0px 4px 20px;
	}
}


.sub_header {
	font-size	:16px;
	font-weight	:bold;
	margin		:4px 0px 0px -4px;
}


#pic {
	margin	:0px 0px 0px 16px;
}


#pj_info {
	list-style	:none;
	text-indent	:-18px;
	margin		:16px 0px 16px 16px;
}
@media screen and (min-width: 600px) {
	#pj_info {
		text-indent	:-18px;
		margin		:16px 0px 16px 24px;
	}
}
@media screen and (min-width: 960px) {
	#pj_info {
		margin		:16px 0px 16px 32px;
	}
}

#div_info {
	margin:12px 0px 0px 14px;
}

.div_head {
	font-weight		:bold;
	text-decoration	:underline;
}

.div_list {
	list-style	:none;
	margin		:0px 0px 16px 0px;
}


.chd_ul {
	margin	:0px 0px 0px 16px;
}


#legend_ol {
}

#legend_ol li {
	margin-bottom	:16px;
}


.howtouse_area {
	margin	:4px 0px 40px 4px;
}

.howtouse_left {
	float	:left;
	width	:300px;
}

.howtouse_right {
		float	:left;
		padding	:12px 0px;
}
@media screen and (min-width: 600px) {
	.howtouse_right {
	}
}
@media screen and (min-width: 960px) {
	.howtouse_right {
		float	:right;
		width	:50%;
		width	:-webkit-calc(100% - 300px) ;
		width	:calc(100% - 300px);
	}
}

.howtouse_text {
	margin	:0px 0px 20px 0px;
}

.howtouse_no {
	color	:#0066ff;
}

.howtouse_sub_text {
	margin	:0px 0px 0px 24px;
}



