﻿@charset "utf-8";
/* CSS Document */

/*~~~~~~~~~~~~~~~~~~~~~
//    left-column
//
~~~~~~~~~~~~~~~~~~~~~*/
#left-column { width:650px !important; padding-bottom:30px;}

#left-column h2 { margin:15px 0 20px 0}
#left-column h4 {
	border-left: solid 5px #053871; border-bottom: solid 1px #053871;
	padding:3px 0 3px 5px; margin:25px 0;
	font-weight:bold; letter-spacing:1px; font-size:107%;
	}

/* 一覧画面 */
	.list-wrapper { border:solid 1px #999; padding:8px 10px 8px 8px; margin-bottom:10px; height:auto; clear:both}
	.list-wrapper .thum{ float:left;border:solid 1px #999; display:inline-block;}
	.list-wrapper .thum img { margin:5px}
	
	.doc-details { float:right; width:485px; font-size:92%;}
	.doc-details h5 {
		border-bottom: solid 1px #053871;
		font-weight:bold;letter-spacing:1px; font-size:122%;
		padding-bottom:3px;
		}
		
#left-column ol { margin:0; padding:0;}
#left-column .section { clear:both; height:100%;padding:5px 0 15px 0; background:url(../concept/img/arrow.gif) no-repeat center bottom; list-style:none;}

	.doc-details ul { margin:0; padding:10px 5px 0 20px;}
	.doc-details ul li { margin-bottom:3px; list-style:disc}
	.doc-details ul strong { color:#e80000}


/*~~~~~~~~~~~~~~~~~~~~~
//    right-column
//
~~~~~~~~~~~~~~~~~~~~~*/
#right-column { width:230px !important;}

