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

/* ヘッダーとフッター */
@import url("menu.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%;
}





@media ( min-width : 769px ) {/*================768px以上のPC==================*/



.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: 58%;
	float: left;
	}	
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: 19.0em;
	display: inline-block;
	zborder: solid 1px green;
	vertical-align: middle;
	text-align: justify;
	text-justify: distribute;
	line-height: 1.3;
	padding-bottom: 6px;
	}

	
div.bxslide iframe.youtube{/*動画部分・YOUTUBEの場合*/
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	width: 445px;
	height: 200px;
}


p.add {
	margin: 0 auto;
	width: 70%;
	text-align: center;
	}
span.name {
	font-size: 1.3em;
	font-weight: 600;
	
	}

/*=========================== 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: 32%;
	float: left;
	margin-right: 15px;
	}
.img_wrap03 img{/*三個ならぶ*/
	width: 100%;
	float: left;
	}
.img_wrap03:last-child{/*三個ならぶ最後*/
	width: 32%;
	float: left;
	margin-right: 0px;
	}
	
	
p.anzentext {/*安全の四角の部分*/
	background-color: #fff;
	padding: 10px 15px 10px 15px;
	width: 80%;
	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.5em;
	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;
	}	
.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: 50%;
	margin-left: 1em;
	}
	
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: 1em;
		}
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: 50%;
	margin-left: 1em;
	}


/*================================= 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 5px;
	width: 100%;
	}
	
ul.download li a{/*リスト*/
	text-decoration:none;
	color: #333;
	line-height: 1.8;
	}
ul.download li img{/*リスト*/
	vertical-align: middle;
	}		

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

.download_center {
	width: 70%;
	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:70%;
	margin:0 auto;
	color:#555;
	line-height:130%;
	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: 10em;
	font-weight:normal;
	text-align:left;
	vertical-align: top;
}

.redtxt {
	font-size: 0.8em;
	color: #F00;
	}

table.formTable input{
		padding:10px;
		font-size:1.1em;
		}
table.formTable textarea {
		padding:10px;
		font-size:1.1em;
		border:1px solid #ccc;
		width: 80%;
		}	
table.formTable input:focus {
		border:solid 1px #003399;
		padding:10px;
		}
p.formcenter {/*ボタンくくり*/
	width: 53%;
	float: right;
	zborder:solid 1px #003399;
	}
p.formcenter input.submit {
		border:solid 1px #ccc;
		padding:15px 30px;
		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:15px 30px;
		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);
		}






	
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	.span_1 { width: 8.33333333333%; }
	.span_2 { width: 16.6666666667%; }
	.span_3 { width: 25%; }
	.span_4 { width: 33.3333333333%; }
	.span_5 { width: 41.6666666667%; }
	.span_6 { width: 50%; }
	.span_7 { width: 58.3333333333%; }
	.span_8 { width: 66.6666666667%; }
	.span_9 { width: 75%; }
	.span_10 { width: 83.3333333333%; }
	.span_11 { width: 91.6666666667%; }
	.span_12 { width: 100%; }
	
	.gutters .span_1 { width: 6.5%; }
	.gutters .span_2 { width: 15.0%; }
	.gutters .span_3 { width: 23.5%; }
	.gutters .span_4 { width: 32.0%; }
	.gutters .span_5 { width: 40.5%; }
	.gutters .span_6 { width: 49.0%; }
	.gutters .span_7 { width: 57.5%; }
	.gutters .span_8 { width: 66.0%; }
	.gutters .span_9 { width: 74.5%; }
	.gutters .span_10 { width: 83.0%; }
	.gutters .span_11 { width: 91.5%; }
	.gutters .span_12 { width: 100%; }
}