/* IMPORT RESET */
@import url("reset.css");

/* ヘッダーとフッター */
@import url("menu_mobile.css");



/*=========================================

1. 新着情報
2. 研究会概要
3. ダウンロード
4. 問合せフォーム

============================================*/

/*	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: 100%;
	margin: 0 auto; 
	zbackground: url(../images/gplaypattern.png) repeat;
}



/*	SELF CLEARING FLOATS - CLEARFIX METHOD /*　フロート解除用のclearfix　*/
.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 { /* ベースとしてカラムを100%に設定 */
	display: block;
	float: left;
	width: 100%;
}





.container{ 
	width: 100%; 
	margin: 0 auto; 
	zborder: solid  1px blue;
	}
.gutters .col {/*PCにサイトの場合に2カラムの間に余白をつける*/
		margin-left: 2%;
	}
	
.gutters .col:first-child { /*左側のカラムには余白はいらないので0にする*/
		margin-left: 0; 
	}




 
 /*============================= 1.新着情報 =========================*/
 .iframe-content {
    position: relative;
    width: 95%;
    padding: 0 0 0 0;
	zborder: solid 1px green;
	margin: 0 auto;
}
.iframe-content iframe {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
	zborder: solid 1px green;
}

.topicsarea {/*トピックス*/
	zborder: solid 1px green;
	width: 99%;
	float: none;
	}	
ul.topics li {
	margin-bottom: 7px;
	border-bottom: dotted 1px #039;
	}		
span.category {
	color: #fff;
	background-color: #039;
	padding: 3px 9px;
	margin-right: 3px;
	margin-bottom: 4px;
	font-size: 12px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	}
span.date {
	color: #039;
	padding: 3px 6px;
	margin-right: 7px;
	margin-bottom: 4px;
	width: 8.5em;
	display: inline-block;
	font-size: smaller;
	font-weight: 700;
	}
span.title {
	width: 98%;
	display: inline-block;
	zborder: solid 1px green;
	vertical-align: middle;
	text-align: justify;
	text-justify: distribute;
	line-height: 1.3;
	padding-bottom: 6px;
	}

	


p.add {
	margin: 0 auto 6px;
	width: 99%;
	text-align: center;
	line-height: 1.2;
	}
span.name {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.2;
	}

/*=========================== 2. 研究会概要 ==========================*/

.img_wrap_01{/*画像を複数入れるラップ*/
	margin: 20px auto 20px;
	zborder: solid 1px red;
	}	
.img_wrap_01 p{/*画像ひとつ*/
	border: solid 1px #999999;
	}

.img_wrap_01 img{/*画像*/
	vertical-align: bottom;
	padding: 2px;
	max-width: 100%;
	width: 100%;
	}
.img_wrap_01 p.comment_y{/*コメントつき画像*/
	position: relative;
	}
.comment {/*コメント*/
	background-color: #fff;
	color: #000;
	background:rgb(256,256,256);
	background: rgba(256,256,256,0.6);
	font-size: 1em;
	line-height: 3em;
	padding-left: 2em;
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	}
p.no-border {/*枠線のいらない画像*/
	border: 0!important;
	}

.img_wrap02{/*二個ならぶ*/
	width: 47%;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	}
.img_wrap02 img{/*二個ならぶ*/
	width: 100%;
	float: left;
	}
.img_wrap02:last-child{/*二個ならぶの最後*/
	width: 47%;
	float: right;
	margin-right: 0px;
	}
.img_wrap03{/*三個ならぶ*/
	width: 47%;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	}
.img_wrap03:nth-child(2){/*三個ならぶ*/
	width: 47%;
	float: right;
	margin-right: 0px;
	margin-top: 15px;
	}
.img_wrap03 img{/*三個ならぶ*/
	width: 100%;
	float: left;
	}
.img_wrap03:last-child{/*三個ならぶ最後*/
	width: 47%;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	}
	
	
p.anzentext {/*安全の四角の部分*/
	background-color: #fff;
	padding: 10px 15px 10px 15px;
	width: 95%;
	border: solid 1px #0066CC;
	margin: 0 auto;
	font-size: 1em;
	font-weight: 400;
	text-align: justify;
	text-justify: distribute;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	}
	
p.anzentext span {/*安全の四角の部分の青*/
	display: block;
	background-color: #039;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2;
	color: #fff;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-top: 10px;
	padding: 5px;
	}	
.center {/*安全の四角の部分PDF*/
	text-align: center; 
	text-decoration:none;
	color: #333;
	display: block;
	padding: 10px 0 10px;
	}
.center img{/*安全の四角の部分PDF*/
	vertical-align: middle;
	}		
	
	
	
	
	

ul.soshiki li {/*組織の名前の*/
	line-height: 1.8;
	border-bottom: #666 dotted 1px;
	margin: 5px 0 5px;
	width: 99%;
	margin-left: 0em;
	}
	
ul.soshiki li span.katagaki {/*肩書き*/
	width: 5em;
	font-weight: 500;
	text-align: justify;
	text-justify: distribute-all-lines;
	display: inline-block;
	}
	



	
p.kaisoku a{/*会則リンク*/
	text-decoration:none;
	color: #333;
	margin-right: 0.5em;
	margin-left: 0em;
		}
p.kaisoku img {/*会則リンク*/
	vertical-align: middle;
	}
	
ul.kaiin_link a{/*会員企業*/
	text-decoration:none;
	color: #333;
	line-height: 1.8;
	}

ul.kaiin_link a img{/*会員企業*/
	vertical-align: middle;
	padding-left: 7px;
	}

ul.kaiin_link li {/*会員企業*/
	line-height: 1.8;
	border-bottom: #666 dotted 1px;
	margin: 5px 0 5px;
	width: 100%;
	margin-left: 0em;
	}


/*================================= 3. ダウンロード ===========================*/

ul.download {
	margin-top: 25px;
	}
ul.download li{/*リスト*/
	text-decoration:none;
	color: #333;
	display: block;
	padding: 10px 0 10px;
	line-height: 1.8;
	border-bottom: #666 dotted 1px;
	margin: 5px 0 10px 0px;
	width: 100%;
	}
	
ul.download li a{/*リスト*/
	text-decoration:none;
	color: #333;
	line-height: 1.8;
	}
ul.download li img{/*リスト*/
	vertical-align: middle;
	padding-left: 8px;
	}		

.download_title {
	width: 17em;
	font-weight: 500;
	text-align: justify;
	text-justify: distribute-all-lines;
	display: inline-block;
	}	

.download_center {
	width: 100%;
	margin: 0 auto;
	zborder: solid 1px red;
	}
ul.sankoubunken li{
	line-height: 1.5;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 8px;
	}	
/*================================ 4. 問合せフォーム ===========================*/

.mailform {
	width:99%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:100%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	zborder:1px solid #ccc;
	padding:16px 0 16px 0;
}
table.formTable th{
	width: 30%;
	font-weight:normal;
	text-align:left;
	vertical-align: top;
}

table.formTable td input{
	width: 100%;
	font-weight:normal;
	text-align:left;
}
.redtxt {
	font-size: 0.8em;
	color: #F00;
	}

table.formTable input{
		padding:5px;
		font-size:1.0em;
		}
table.formTable textarea {
		padding:5px;
		font-size:1.0em;
		border:1px solid #ccc;
		width: 100%;
		}	
table.formTable input:focus {
		border:solid 1px #003399;
		padding:5px;
		}
p.formcenter {/*ボタンくくり*/
	width: 90%;
	float: right;
	zborder:solid 1px #003399;
	}
p.formcenter input.submit {
		border:solid 1px #ccc;
		padding:10px 10px;
		margin:30px 0 20px;
		font-family:Arial, sans-serif;
		font-size:1.2em;
		text-transform:uppercase;
		font-weight:bold;
		color:#333;
		cursor:pointer;
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#a0e0a0), to(#66c666));
		background-image: -webkit-linear-gradient(top, #a0e0a0, #66c666);
		background-image: -moz-linear-gradient(top, #a0e0a0, #66c666);
		background-image: -ms-linear-gradient(top, #a0e0a0, #66c666);
		background-image: -o-linear-gradient(top, #a0e0a0, #66c666);
		background-image: linear-gradient(top, #a0e0a0, #66c666);
		}
p.formcenter input.reset {
		border:solid 1px #ccc;
		padding:10px 10px;
		margin:30px 20px 20px 0;
		font-family:Arial, sans-serif;
		font-size:1.2em;
		text-transform:uppercase;
		font-weight:bold;
		color:#333;
		cursor:pointer;
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
		background-image: -webkit-linear-gradient(top, #ddd, #aaa);
		background-image: -moz-linear-gradient(top, #ddd, #aaa);
		background-image: -ms-linear-gradient(top, #ddd, #aaa);
		background-image: -o-linear-gradient(top, #ddd, #aaa);
		background-image: linear-gradient(top, #ddd, #aaa);
		}





