/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, 
fieldset, figcaption, figure, form, footer, 
header, hgroup, h1, h2, h3, h4, h5, h6, html, 
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby, 
s, samp, section, main, small, span, strike, strong, sub, summary, sup, 
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	outline: 0;
	background: transparent;
	/* [disabled]border-width: 0; */
	/* [disabled]border-left-style: solid; */
	/* [disabled]border-right-style: none; */
	/* [disabled]border-bottom-style: none; */
	/* [disabled]border-top-style: none; */
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main { 
	display: block; 
}
								  
ol, ul { 
	list-style: none; 
}
blockquote, q {
	quotes: none; 
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}



/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/scripts/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
.container { 
	max-width: 860px;
	margin: 0 auto; 
	padding: 0;
}



/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after, 
.col:after, 
.clr:after, 
.group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
.row { padding-bottom: 0em;
}
			
								  
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float: left;
	width: 100%;
}


/* AUTHOER'S STYLE
=============================================== */

/* COMMON ELEMENTS
----------------------------------------------*/
html { 
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
} /* base font: 10px */

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
   	font-size: 1.2rem; 
	color:#333;
    line-height: 1.6;
	font-weight:normal;
	background:url(../imagelib/topbg.gif) repeat-x top center;
	padding:13px 0 0 0;
}

a:link{
	color: #11A4EE;
	text-decoration: none;
}

a:visited{
	color: #11A4EE;
	text-decoration:none;
}

a:hover{
	color: #F36309;
	text-decoration: none;
}

a:active{
	color: #11A4EE;
	text-decoration:none;
}

header{
	padding:20px 0 0 10px;
}

#main{
		padding:20px 0 0 0;
		margin:0 0 50px 0;
}
aside{
	width:183px;
	float:left;
	margin:0 0 50px 0;
}
#mainNav{
	border-bottom:solid 1px #d8d8d5;
}

nav li{
	height:32px;
}

#mainContent{
	width:646px;
	float:right;

}


#footer{
	font-size:11px;
	font-size:1.1rem;
	width:100%;
	color:#FFF;
	background-color:#37a78e;
	padding:25px 0 30px;
	
}

#footer ul,
#footer p{
	width:100%;
	padding:0;
	margin:0 auto;
	text-align:center;
	}
	
#footer li{
	margin:0 0 12px 0;
	padding:0;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
	}
	
	#footer li a:link{
		color:#FFF;
		text-decoration:none;
	}
	
	#footer li a:visited{
		color:#FFF;
		text-decoration:none;
	}
	
	#footer li a:hover{
		color:#FFF;
		text-decoration:underline;
	}
	
	#footer li a:active{
		color:#FFF;
		text-decoration:700;
	}
	
	p{
		margin:0 0 18px 0;
	}
	
	strong{
		font-weight:bold;
	}
	
	sup{
		vertical-align: top; 
		font-size: 0.6em;
	}
	
	.noMgn{
		margin:0;
	}
	
	.btnMgn{
		margin:0 0 25px 0;
	}
	
	.redTex{
		color:#FF0000;
	}
	
	.floatImageRight{
		float:right;
		margin:0 0 5px 10px;
	}
	
		.floatImageLeft{
		float:left;
		margin:0 10px 5px 0;
	}
	
	table {
	width:100%;
	border-spacing: 0;
	background: #FFF;
	margin:5px 0 18px 0;
	clear: both;
}

 	th,
	td {
	padding:6px 5px 8px 5px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCC;
}
	th{
	background-color:#dee9bf;
	white-space: nowrap;
	}
	td {
	background-color: #FFFFFF;
	white-space: normal;
}

.detailBtn{
	line-height:1;
	width:140px;
	text-align:center;
	white-space:nowrap;
	padding:7px 0;
	margin:0 0 10px 0;
	border:2px solid #efefef;
}

.under {
  border-bottom: double 5px #FF99AB;
  }


/* TOP PAGE
----------------------------------------------*/	
#topPage h1{
	margin:0 0 15px 0;
}

#topPage h2{
	margin:0 0 10px 0;
}

#topPage h3{
	color:#37a78e;
	font-weight:bold;
	margin:0 0 5px 0;
}

#topNewsLeft,
#topNewsRight{
	width:315px;
}

#topNewsLeft{
	float:left;
}

#topNewsRight{
	float:right;
}

#topNews article{
	padding:0 15px 15px;
	margin:0 0 15px 0;
	border-bottom:dotted 1px #37a78e;
}

#topNews article p{
	margin:0 0 6px 0;
}

#block {	
	margin: 28px 0 0 0;
    padding: 5px;
    border: #FCCF5B solid 4px;
    background: #FFFFE0;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#block2 {	
	margin: 28px 0 0 0;
    padding: 3px;
    border: NONE;
}

.boxborder {
	box-shadow: 0 0 0 3px #F99 inset;
 }

/* INSIDE COMMON
----------------------------------------------*/	
#insideCont{
	width:97%;
	margin:0 auto;
}

#insidePage article,
#insidePage section{
	margin:0 0 15px 0;
}

#insidePage h1{
	margin:0 0 15px 0;
}

#insidePage h2{
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	color:#37a78e;
	border-bottom:dotted 1px #37a78e;
	padding:0 0 3px 0;
	margin:0 0 8px 0;
}

#insidePage h3{
	font-size:12px;
	font-size:1.2rem;
	font-weight:bold;
	
}

#subNav{
	width:100%;
	margin:0 0 20px 0;
	text-align:right;
	color:#B7B7B7;
}

#subNav li{
	  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}

.iconList{
	margin:15px 0 18px 0;
}
.iconList li{
	margin:0 0 10px 0;
}
.iconList img{
	vertical-align:middle;
	margin:0 2px 5px;
}

.numList{
	padding:0 0 0 2em;
	margin:0 0 18px 0;
	list-style:decimal;
}
.numList li{
	margin:0 0 8px 0;
}

.numList ul{
	padding:0.5em 0 0 1.5em;
	list-style:decimal;
}

.sec_list {
	padding:2px 0 0 0;
	list-style:none;
}

.numList ul li{
	margin:0 0 8px 0;
}

/*Login
----------------------------------------------*/	
#LoginBlock {
	margin: 40px 40px 0 40px;
    padding: 15px;
    border: #37a78e solid 4px;
    background: #EFFFFC;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

/*Contact
----------------------------------------------*/	
#contactBox{
	width:60%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding:16px 0 10px;
}

#insidePage #contactBox h2{
	border:none;
	padding:0;
}

#contactBox p{
	margin:0 0 6px 0;
}

/*Rinri
----------------------------------------------*/	
#rinriPic{
	text-align:center;
	margin:30px 0 30px 0;
}
#formList li{
	margin:0 0 15px 0;
}

.rinri section dl {
 width:100%;
 margin:0 0 18px 0;
}
.rinri section dt:first-child {
	font-weight:bold;
}
.rinri section dt {
	width:50px;
 float:left;
 padding:0 0 5px 0;
 clear:both;
 font-weight:normal;
 text-align:right;
}
.rinri section dd {
 margin-left:50px;
 padding:0 0 5px 10px;
 font-weight:normal;
 text-align:left;
}

/*News
----------------------------------------------*/	

.news article dl {
 width:100%;
 margin:15px 0 20px 0;
}
.news article dt {
 float:left;
 width:110px;
 padding:5px 0 5px 10px;
 clear:both;
 font-weight:bold;
}
.news article dd {
 margin-left:110px;
 padding:5px 5px 5px 15px;
 border-left:3px solid #efefef;
}

.news article .detailBtn{
	margin:0 0 18px 0;
}

/*Iinkai
----------------------------------------------*/	
#tableIin {
	width:620;
	background: #FFF;
	margin:5px 0 18px 0;
	clear: both;
}
#thIin,
	#tdIin {
	padding:6px 5px 8px 5px;
	text-align: left;
	vertical-align: top;
	border: none;
}
.box {
 display: inline-block;
 width: 290px;
 margin: 3px 0px;
 vertical-align: top;
}
.box2 {
 display: inline-block;
 width: 330px;
 margin: 3px 0px;
 vertical-align: top;
}
.box3 {
 padding:10px;
 margin: 10px 0px 60px;
 border: 1px dotted #37A78E;  
 background-color:#F5FFFA;
}
.box4 {
 width: 625px;
 margin: 10px 0px 10px;
 vertical-align: top;
 border-bottom:dotted 1px #37a78e;
}
.tex3 {
 padding:5px 0px 2px 10px;
 width:200;
 clear: left;
 float: left;
 text-align:left;
 font-weight:bold;
}
.tex4 {
 padding:5px 0px 2px 10px;
 width:auto;
 margin-right: 10px;
 text-align:right;

}
#insidePage h4{
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	color:#37a78e;
}



.tex1 {
 padding:5px 0px 2px 10px;
 width: 58px;
	clear: left;
	float: left;
 text-align:right;
 font-weight:bold;
}
.tex2 {
 padding:5px 0px 2px 10px;
 width:auto;
	margin-left: 65px;
 border-left: 3px solid #efefef;
}
.naiyou {
 margin-bottom:5PX;
}
.iconlink{
	margin:2px 0 2px 10px;
}
.iconlink li{
	margin:0 0 10px 0;
}
.iconlink img{
	vertical-align:middle;
	margin:0 2px 5px;
}


/*Seminar
----------------------------------------------*/	
.seminar td.adjustCol{
	width:1%;
	white-space:nowrap;
}

/*TEIKAN
----------------------------------------------*/	
.teikan section dl {
 width:100%;
 margin:0 0 18px 0;
}
.teikan section dt:first-child {
	font-weight:bold;
}
.teikan section dt {
	width:50px;
 float:left;
 padding:0 0 5px 0;
 clear:both;
 font-weight:normal;
 text-align:right;
}
.teikan section dd {
 margin-left:50px;
 padding:0 0 5px 10px;
 font-weight:normal;
 text-align:left;
}

#venue{
	margin:0 0 10px 10px;
}
