@charset "utf-8";
h1 {
	cursor:pointer;
}



#contents > h3 {
	font-weight:normal;
}




#contents h2 { font-size:30px; padding-bottom:10px; }

#tabInformation > section {
	padding: 10px 10px 0 10px; border: 1px solid #e8e8e8; margin-bottom: 10px; cursor: default;
}

#tabInformation > section h5 { margin: 40px 0 10px; font-size:14px; color:#444; }

#tabInformation > section .txt_1line { font-size:13px; }
#tabInformation > section .txt_2line { font-size:11px; }

#tabInformation > section li,
#tabInformation > section p { font-size:12px; line-height:19px; color:#777; }

#tabInformation > section li { margin-bottom:10px; }
#tabInformation > section li b,
#tabInformation > section p b { /*display:inline-block; width:17px;*/ vertical-align:top; margin-right:5px; }
#tabInformation > section li span,
#tabInformation > section p span { /*display:inline-block; width:700px;*/ }

#tabInformation > section li ul { margin-left:18px; }
#tabInformation > section li li { margin:0; }
#tabInformation > section li p { margin-left:18px;}
#tabInformation > section li li span { /*width:700px;*/ }

#tabInformation > section .title_blue { margin-top:10px; color:#269bc3; }
#tabInformation > section .li_margin_top li { margin-top:10px; }

#tabInformation > section .possession ul { margin:10px 18px; }
#tabInformation > section .possession li { margin-left:7px; }
#tabInformation > section .possession li.no_margin_left { margin-left:0; }

#tabInformation > section .margin_top { margin-top:10px; }
#tabInformation > section li .short_width { width:8px; }
#tabInformation > section .no_margin_bottom { margin-bottom:0; }

#tabInformation > section #top_btn { text-align:right; font-size:11px; padding-top:10px; }


/* Tab */
#tabMenu {
	overflow: hidden;
}
#tabMenu > .menu {
	float: left; width: 235px; padding: 20px 10px; cursor: pointer;
	text-align: center; color: #333; font-size: 20px;
	border-right: 1px solid #e8e8e8;
}
#tabMenu > .menu:last-of-type {
	border-right: 0;
}

#tabInformation > section {
	display: none;
}

#tabInformation > section > img {
	text-align:center; margin:10px 0; max-width:1000px;
}
#tabInformation > section > p {
	line-height: 1.5em; cursor: default;
}





.height30 { height: 30px; }
.height45 { height: 45px; }
.height90 { height: 90px; }

.bold { font-weight: 700; }

.line { border-bottom: 1px solid #e3e3e3; }
.bg_color { background-color: #ededed; border-radius: 8px 8px 0 0; }






