@charset "Shift_JIS";

/* HTML Tag
-------------------------------------------------- */
body { background: none; }



/* Layout
-------------------------------------------------- */

/* Container */
#container {
    width: 610px;
    margin: 0 auto;
 }

	/* Header */
	.press #header {
		height: 90px;
		background: none;
        border-bottom: 3px solid #666;
        width: 90%;
        margin: 0 auto;
	}
	
	/* Clear Fix */
	.press #header:after {  
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
	
	.irai #header { display: none; }

/* Contents */
#contentsWrapper {
		width: 570px;
		font-size: 12px;
 }

/* Footer */
#footer {
	background: none;
	border: none;
	border-top: 1px solid #000;
    color: #000;
    width: 90%;
}

table.tableList {
	width: 570px; !important
	border-collapse: collapse;
	border: 1px solid #aaa;
}

/* Header
---------------------------------------------------*/
.press #header #logo{
    float: right;
}
.press #logo a:after{
    /*
    content: url("http://www.soumu.go.jp/main_content/000000014.gif");
    position: relative;
    /*
    background-image: url(http://www.soumu.go.jp/main_content/000000014.gif) no-repeat  !important;
    */
}
.press #header #logo img{
        /*
    display: none;
        */
}

/* Menu */
.headerMenu { display: none; }
.press #header .hMenu{
    display: none;
}
#slicknav_wrp{
    display: none;
}
/*
#slicknav_wrp{
    font-size: 0;
    float: right;
}
#slicknav_wrp img{
    background-image: none;
}
#slicknav_wrp div:before{
    content: url("http://www.soumu.go.jp/main_content/000000014.gif");
    position: relative;
}
*/
#fsize{
    display: none; 
}
.press #hItem{
    display: none;
}
/* Banner */
.headerBanner { display: none; }

/* Breadcrumbs List */
.bread { display: none; }



/* Footer
---------------------------------------------------*/
#footer {
    width: 100%;
}
#footer .footer_link { display: none; }
#footer .copyright{
    margin: 0 auto;
    font-size: 50%;
}

/* Contents Body
---------------------------------------------------*/
.twoCol .contentsBody,
.twoColB .contentsBody {
	float: none;
    width: auto;
}

.press .contentsBody {
	position: relative;
    padding: 0;
    margin: 0;
    font-size: 80%;
    width: 100%;
}
.press .boxEx{
    margin: 0;
}
.press table{
    margin: 0;
    padding: 0;
}

.contentsMenu { display: none; }

/* Title */
.contentsBody h1 {
	background: none;
	border: 1px solid #000;
	color: #000;
    font-weight: bold;
}
	.press .contentsBody h1 {
		position: relative;
		top: -50px;
		left: 0;
		border: none;
        font-size: 200%;
        padding-bottom: 0;
        margin-bottom: 0;
	}
	.press .contentsBody h2.ttl {
		border: none;
		text-align: center;
		font-weight: bold;
	}
	.press .contentsBody h3 {
		padding: 3px;
		font-weight: bold;
	}
	
	.press .contentsBody p.boxLead {
		background: none;
		border: 1px solid #000;
		padding: 7px;
	}
	.press .contentsBody p.boxCorrect {
		background: none;
		border: 1px solid #c66;
		padding: 7px;
	}
	.press .contentsBody dt {
		background: none;
	}



/* Global
-------------------------------------------------- */

	/* Button */
	.press a.btn { display: none; }

/* Page Top */
.pTop { display: none; }