@charset "UTF-8";



body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object{
	margin: 0; padding: 0;
}
ul{list-style-type: none;}

body.print{
	font:13px/1.7  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","Helvetica",Sans-Serif;
	*font-size:small;
	*font:x-small;
	background: #fff;
	color: #333;
}

body.print header{
	height: 97px;
}

body.print header h1,
body.print ul.elements,
body.print header nav,
body.print nav#mainDiv{ display: none; }

body.print header h2{
	width: 196px;
	float: left;
}

body.print .mainLine{
	width: 100%;
	overflow: hidden;
	position: absolute;
    top: 15px;
}

body.print #wrapper{
	width: 100%;
}

#content{
	margin: 0;
	padding: 0;
}

body.print #divPos{ display: none; }


#page .sideMenu,
#page nav#sideGlobalMenu{
    float: left;
    width: 200px;
    margin-right: 46px;
    overflow: hidden;
}

#newsArchive,
#page div.contents,
#page div.penContents,
#page div.fastContents,
#page div.packContents,
#page div.detail,
#page div.penDetail,
#page div.fastDetail,
#page div.packDetail{
	width: 710px;
    margin: 0 0 0 250px;
    overflow: hidden;
}


/**
*	3 Div.  --------------------------------------------------------------------------------------------------------------
*
*/
body.print div.divBreadCrump{
	font-size: 11px;
	overflow: hidden;
	width: 100%;
	padding: 0 4px 4px;
	margin: 10px auto;
	border-bottom: 1px solid #ddd;
}
div.divBreadCrump p,
div.divBreadCrump a{
	text-decoration: none;
	float :left;
	padding-left: 10px;
	margin-left: 10px;
}
div.divBreadCrump a.home{
	padding-left: 0;
	margin-left: 0;
	background: none;
}

article.detailBlock{
	width: 100%;
	overflow: hidden;
}

.staticBlock h2,
.contents h2,
.penContents h2,
.fastContents h2,
.packContents h2,
.detailBlock h2{
	font-weight: normal;
	font-size: 180%;
	padding-bottom: .2em;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
}

article.detailBlock h3.pop{
	padding-left: 25px;
	margin-bottom: 15px;
	background: url(/img/icon_pen_pr.gif) 0 0 no-repeat;
}

ul.catList{
	margin-bottom: 15px;
}

	ul.catList li{
		margin-bottom: 1px;
	}
	
	ul.catList li a{
		height: 37px;
		display: block;
	}

ul.detailLists{
	margin-bottom:15px;
}

.detailBlock p.points{
	width: 94%;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	padding: 4%;
	margin-bottom: 0 auto 15px;
}
.detailBlock p.points span.attention{
	font-size: 87%;
	color: #555;
	line-height: 1.1;
}
.detailBlock p.underTable{
	margin-top: -0.8em;
	font-size: 87%;
	color: red;
	text-align: right;
}

.picZone{
	overflow: hidden;
	margin-bottom: 15px;
}
.picZone img{
	border: none;
	vertical-align:bottom;
}

body.print .mainPic{
	width: 40%;
	float: none;
	margin-right: 36px;
}
body.print .mainPic img{
	width: auto;
	height: auto;
}

body.print .mainPenPic{
	width: 50%;
	float: left;
}
body.print .mainPenPic img{
	width: 100%;
	height: auto;
}

body.print .picZone p{ display: none; }

.picZone .mainPic a,
.picZone .mainPenPic a,
.picZone .subPenPic a{
	display: block;
}

.picZone ul.subPics,
.picZone ul.subPenPics{

	overflow: hidden;
}

.picZone ul.subPics li{
	float: left;
	margin: 5px;
}

.picZone ul.subPenPics li{
	float: left;
	margin: 0 0 5px 5px;
}

ul.divTopLists{
	width: 100%;
	overflow: hidden;
}

ul.divTopLists li{
	overflow: hidden;
	margin-bottom: 15px;
}

ul.result li .thumb{
	width: 160px;
	float: left;
	margin-right: 20px;
}
ul.result li .thumb a{
	display: block;
}
ul.result li img{
	border: none;
	width: 160px;
	height: auto;
	vertical-align:bottom;
}

ul.result .info{
	overflow: hidden;
}

.penDetail h2.relation{
	display: inline-block;
	margin: 30px 0 18px;
	font-size: 14px;
	background-color: #15447e;
	color: #fff;
	padding: .3em 1em;
}
.fastDetail h2.relation{
	display: inline-block;
	margin: 30px 0 18px;
	font-size: 14px;
	background-color: #14be14;
	color: #fff;
	padding: .3em 1em;
}
.packDetail h2.relation{
	display: inline-block;
	margin: 30px 0 18px;
	font-size: 14px;
	background-color: #ddbb35;
	color: #fff;
	padding: .3em 1em;
}

ul.relationLists{
	overflow: hidden;
	overflow: visible !important;
}

ul.relationLists li{
	width: 162px;
	float: left;
	margin: 0 10px 10px 0;
}

ul.relationLists li a{
	display: block;
	color: #333;
	text-decoration: none;
}

ul.relationLists li img{
	border: 0;
	vertical-align:bottom;
}

table.tablepress{
	width: 98%;
	margin: 0 auto;
}

table.penTable th{
	background-color: #15447e;
    color: #fff;
    padding: .4em;
    font-weight: bold;
    white-space: nowrap;
}

table.penTable td{ text-align: center; }
.youtube{ display: none; }

.cassette{
	overflow: hidden;
	margin-bottom: 3em;
}
.cassette h3{
	line-height: 1;
	border-left: solid 3px #0069b9;
	border-bottom: dotted 1px #ccc;
	padding: .6em 1em;
	margin-bottom: 1em;
}

.cassette p{
	overflow: hidden;
	padding-left: 2em;
}

span.pdf{
	margin-top: 15px;
	display: block;
}
span.pdf img{
	padding-right: 10px;
}

.cassette figure.alignRight{
	float: right;
	margin: 0 0 1em 2em;
}

.cassette figure.alignLeft{
	float: left;
	margin: 0 0 1em 0;
}

.cassette figure img{
	border: 1px solid #e2e2e2;
}

.fastContents h3.jis{
	margin: 2em 0 1.5em;
}

.fastContents ul.jisList{
	overflow: hidden;
	margin-bottom: 50px;
}

.fastContents ul.jisList li{
	width: 162px;
	display: block;
	float: left;
	margin-right: 17px;
}

.fastContents ul.jisList li a{
	color: #333;
    display: block;
    text-align: center;
    text-decoration: none;
}

.fastContents ul.jisList li img{
	border: solid 1px #fff;
}
	
.fastContents h4{
	margin-bottom: 1.2em;
	padding-bottom: .4em;
	border-bottom: dotted 1px #14be14;
}

.fastContents .mb{
	margin-bottom: 50px;
}

.fastContents table{
	margin-top: 10px;
}

.fastContents span{
	display: block;
	padding-top: .4em;
	font-size: 87%;
}

	


/**
*	PAGE	--------------------------------------------------------------------------------------------------------------
*
*/
body.print #page{
	width: 96%;
	margin: 0 auto;
}

body.print #page .sideMenu,
body.print #page nav{
	display: none;
}

#newsArchive,
#page div.contents,
#page div.penContents,
#page div.fastContents,
#page div.packContents,
#page div.detail,
#page div.penDetail,
#page div.fastDetail,
#page div.packDetail{
	margin: 0;
}

body.print img.noBorder{ display: none; }
body.print div.print{ display: none; }


/**
*	FOOTER	--------------------------------------------------------------------------------------------------------------
*
*/
body.print #footerBlock{ display: none; }