@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #2a2a2a;
	font: 14px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.45;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: underline;
	color: #03c;
}
img {
	border: none;
	vertical-align: top;
}



/* for PC */
@media screen and (min-width:767px) {

	.for_sp { display: none; }

	/* margin */
	.mb00{margin-bottom:0 !important;}
	.mb05{margin-bottom:5px !important;}
	.mb10{margin-bottom:10px !important;}
	.mb15{margin-bottom:15px !important;}
	.mb20{margin-bottom:20px !important;}
	.mb25{margin-bottom:25px !important;}
	.mb30{margin-bottom:30px !important;}
	.mb35{margin-bottom:35px !important;}
	.mb40{margin-bottom:40px !important;}
	.mb50{margin-bottom:50px !important;}

	.modal_wrapper {
		width: 560px;
		margin: 0 auto;
		padding: 20px 0 0;
	}
	.modal_wrapper h1 {
		margin: 0 0 20px;
		width: 560px;
		height: 42px;
		background: url(../img/title.gif) no-repeat 0 0;
	}
	.modal_wrapper h1 span {
		display: none;
	}
	.modal_wrapper ul#navi {
		list-style: none;
		padding: 0 0 30px;
	}
	.modal_wrapper ul#navi li {
		float: left;
		width: 180px;
		margin: 0 10px 0 0;
	}
	.modal_wrapper ul#navi li.last {
		margin: 0;
	}
	.modal_wrapper .mb_indent_box {
		padding: 0 15px 30px;
	}
	.modal_wrapper .headline1 {
		margin: 0 0 10px;
		padding: 0 0 12px;
		background: url(../img/headline1_bg.gif) no-repeat left bottom;
	}
	.modal_wrapper .headline1 h2 {
		padding: 3px 15px;
		background: url(../img/headline1_bar.gif) repeat-y left top;
	}
	.modal_wrapper p {
		padding: 0 0 15px;
	}
	.modal_wrapper ul.list_normal {
		list-style: none;
		padding: 0 0 15px;
	}



}

/* for SP */
@media screen and (max-width:766px) {

	body {
		margin: 0;
		font: 14px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
		-webkit-text-size-adjust: 100%;
	}

	.for_pc { display: none; }


	/* margin */
	.sp_mb00{margin-bottom:0 !important;}
	.sp_mb05{margin-bottom:5px !important;}
	.sp_mb10{margin-bottom:10px !important;}
	.sp_mb15{margin-bottom:15px !important;}
	.sp_mb20{margin-bottom:20px !important;}
	.sp_mb25{margin-bottom:25px !important;}
	.sp_mb30{margin-bottom:30px !important;}
	.sp_mb35{margin-bottom:35px !important;}
	.sp_mb40{margin-bottom:40px !important;}
	.sp_mb50{margin-bottom:50px !important;}


	.modal_wrapper {
		margin: 0;
		padding: 0 0 20px;
	}
	.modal_wrapper h1 {
		margin: 0 0 10px;
		
		padding: 10px;
		background-color: #00b050;
		color: #fff;
		font-size: 14px;
	}
	
	.modal_wrapper ul#navi {
		list-style-type: none;
		padding: 0 8px 20px;
	}
	.modal_wrapper ul#navi li {
		float: left;
		width: 50%;
		margin: 0;
		padding: 0 1%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.modal_wrapper ul#navi li a img {
		width: 100%;
		height: auto;
	}
	
	.modal_wrapper .mb_indent_box {
		margin: 0 10px;
	}
	.modal_wrapper .headline1 {
		margin: 0 0 10px;
	}
	.modal_wrapper .headline1 h2 {
		padding: 0 0 2px;
		margin: 0 0 10px;
		border-bottom: 1px dotted #333;
		font-size: 14px;
	}
	.modal_wrapper p {
		padding: 0 0 10px;
	}
	.modal_wrapper ul.list_normal {
		list-style-type: none;
		padding: 0 0 10px;
	}
	


}

/*--clearfix--*/
.modal_wrapper ul#navi {
	zoom: 100%;
}
.modal_wrapper ul#navi:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
