@charset "utf-8";
@import url("/search/css/side.css");

/* ==========================================================

scope : 子どもの安全基準に関するポリシー

========================================================== */

body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}

/* ----------------------------
 content
------------------------------ */
* > #content {
	display:block;
	overflow:hidden;
	width:1000px;
	margin:0 auto 30px;
	padding:0;
	text-align:left;
	letter-spacing: 0.08em;
}
/* ----------------------------
 title
------------------------------ */
* > h1 {
	margin-bottom: 17px;
	height: 52px;
	background: url(/image_cmn/cmn_line_defottl.gif) repeat-x 0 bottom;	
	}

/* ----------------------------
 rule
------------------------------ */
.top_lead{
	margin:0px;
	padding:0px 15px 12px;
	line-height:1.4;
	}
* > .menu_ttl {
	width:auto;
	margin:0px auto 0px;
	margin-bottom:10px;
	padding:5px 10px;
	border:#444444 1px solid;
	border-bottom:3px double #333333;
	text-align:left;
	font-size:14px;
	background:#eff4fb;
	clear:both;
}

* > #content > #left_column > section{
	margin: 0 auto 0px;
	padding: 30px 0px 0px;
	}
* > #content > section ul{
	margin:5px 0px 10px;
	padding:0px 0px 0px 0px;
	}
* > #content > section ul li{
	margin:5px 25px;
	list-style-position:outside;
	list-style:disc;
	}
* > #content > section p{
	line-height:1.6;
	padding:0px 8px 8px;
	}
.top_lead {
	font-size:16px;
	padding:5px 20px;
	line-height:1.4;
    }
.top_lead2 {
	font-size:16px;
	padding:5px 30px 5px 30px;
		line-height:1.4;
    }
.menu_ttl {
    font-size:18px;
	}


/* rwd */

@media screen and (max-width: 767px) {

	* > #content,
	#siteroute, .breadcrumb,
	#left_column,
	#side {
		box-sizing: border-box;
		overflow: hidden;
		width: 100%;
	}
	
	#left_column {
		padding: 0 1em;
	}
	* > h1 {
		height: auto;
		line-height: 1.1;
		padding: .5em;
	}
	#content .ad_bnrbox {
		height: auto;
		width: auto;
	}
	#siteroute, .breadcrumb {
		padding: .5em 1em;
	}
	#siteroute li > a, .breadcrumb li > a {
		line-height: 1.2;
		padding: .25em 0;
	}
	#side {
		float: none;
		margin: auto;
		width: 300px;
	}
	#side .business_box {
		text-align: center;
		width: auto;
	}
	.header_buttons {
		display: none;
	}

}
