﻿@charset "utf-8";

/*
	File Name   : conv_gl.css
	Description : コンビーナガイドラインのCSS
*/


/* Universal reset
----------------------------------------------------------- */

#content_full h1{
	margin-top:15px;
	line-height: 40px;
	background-color: #AFC7D9;
	text-indent: 24px;
	font-size: 120%;
	letter-spacing: 0.1em;
}

div.version{
text-align:right;
margin-top:3px;
}


#content_full h2{
	text-indent: 15px;
	border-left: 7px solid #004173;
	font-size: 120%;
	font-weight: lighter;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}


P {
	font-size: 13px;
	line-height:23px;
	margin-bottom:7px;
}

h3 {
	font-size: 15px;
	margin-top:15px;
	margin-bottom:3px;
}

table {
width:80%;
margin-bottom:20px;
margin-top:15px;
}

td.conv_menu {
border:1px solid #004173;
	font-size: 15px;
padding-left:12px;
background-color:#AFC7D9;

}

td.conv_contents_l{
vertical-align: top;
padding-left:12px;
padding-top:5px;
padding-bottom:5px;
width:25%;
border-left:1px solid #004173;
border-bottom:1px solid #004173;
	font-size: 12px;
	line-height:19px;
}


td.conv_contents_r{
vertical-align: top;
padding-left:7px;
padding-top:5px;
padding-bottom:5px;
width:25%;
border-bottom:1px solid #004173;
border-right:1px solid #004173;
	font-size: 12px;
	line-height:19px;
}

div.waku{
border:1px solid #004173;
padding-top:5px;
padding-bottom:20px;
padding-left:20px;
padding-right:20px;
margin-top:20px;
margin-bottom:40px;
margin-right:20px;
margin-left:10px;
}