/*===============================
768px以下だと読み込まれる
1.ヘッダ
2.トップページブロック部分
3.スクロールしたとき【スマホ用】
4.共通ドロワーメニュー
5.工業会について
6.工業会についてー役員名簿、名簿
7.工業会についてー技術開発
8.工業会についてーすべり抵抗
9.舗装ブロックとは
10.舗装ブロックの歴史
11.施工方法
12. 舗装ブロックとは　施工例
13.お問い合わせフォーム
14.会員専用ページ：会議情報
15.会員専用ページ：技術情報
16.会員専用ページトップ
17.pr資料
=================================*/
/* 	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%;
}

i.fa-bars {
		color: #333;
		}

#nav-toggle {
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	}
h1{
	margin: 0px auto 0px;
	text-align: left;
	zborder: solid  1px blue;
	}
h1 img{/*黒い方のロゴ*/
	padding: 10px 0 0 0px;
	line-height: 1.0;
	zborder: solid  1px blue;
	text-align: left;
	margin: 0px;
	width: 27%;
	max-width: 80%;
	}
p.logo_white img{/*白い方のロゴ*/
	display: none;
	line-height: 0;
	zborder: solid  1px blue;
	text-align: left;
	}
	
	
#global-nav {
	display: none;
	}
 

.wrap_head {/*ヘッダククリ*/
	width: 100%;
	height: 70px;
	margin: 00px;
	zborder: solid  1px blue;
	display: inline-block;
	background-color: #fff;
	}
.wrap_head:hover {
	border-bottom: 0px;
	}
	
.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; 
	}

/*コンテンツラップ*/
.100_box_a {
	width: 100%;
	zbackground-color: #CCC;
	padding: 10px;
	}
#box_100_b {
	width: 100%;
	zbackground-color: #00C;
	padding: 10px;
	zborder: 3px solid green;
	margin: 0 auto;
	z-index: 1000;
	}
#box_100_c {
	width: 100%;
	zbackground-color: #FC0;
	padding: 10px;
	zborder: 3px solid green;
	}
.wrap_float {
	width: 97%;
	margin: 0 auto;
	zborder: 1px solid red;
	}
.contents {
	width: 74.5%;
	padding: 20px;
	border: 1px solid #999;
	margin-bottom:20px;
	font-size:1.0em;
	word-wrap:break-word;
	float: left;
	background-color: #FFF;
	}
#sidebar {
	width: 23.5%;
	padding: 20px;
	border: 1px solid #999;
	margin-bottom:20px;
	font-size:1.0em;
	position:relative;
	word-wrap:break-word;
	float: right;
	}
	
p.float_left {
	width: 70%;
	float: left;
	}
p.float_right {
	width: 30%;
	float: right;
	}
 
/* =======================================
    ClearFixElements
======================================= */
#carousel ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#carousel ul {
    display: inline-block;
    overflow: hidden;
}


/*===============トップページ　Matchheight部分================*/

 div.item_container {/*itemのコンテナ*/
	 max-width: 100%;
	 width: 95%;
	 margin: 20px auto;
	 zborder: solid 1px red;
	 }
 div.item_box {/*itemひとつ分*/
	 width: 47%;
	 float: left;
	 background-color:  #fff;
	 border: solid 1px #dcdcdc;
	 padding: 15px;
	 width: 46.5%\9;/*ie8*/
	 position: relative;/*moreのためのもの*/
	 }
div.item_box_b {/*itemひとつ分*/
	 width: 47%;
	 float: left;
	 background-color:  #fff;
	 border: solid 1px #dcdcdc;
	 padding: 15px;
	 width: 46.5%\9;/*ie8*/
	 position: relative;/*moreのためのもの*/
	 }
div.item_box:first-child {/*itemひとつ分１個目*/
	 margin: 2.3% 2.3% 2.3% 0%;
	 }
div.item_box:nth-child(odd) {/*itemひとつ分奇数*/
	 margin: 2.3% 2.3% 2.3% 0%;
	 }
div.item_box:nth-child(even) {/*itemひとつ分偶数*/
	 margin: 2.3% 0% 2.3% 2.3%;
	 }
div.item_box:last-child {/*itemひとつ分最後*/
	 margin: 2.3% 0% 2.3% 2.3%;
	 }
 div.item_box_b:first-child {/*itemひとつ分１個目*/
	 margin: 2.3% 2.3% 2.3% 0%;
	 }
 div.item_box_b:nth-child(odd) {/*itemひとつ分奇数*/
	 margin: 2.3% 2.3% 2.3% 0%;
	 }
 div.item_box_b:nth-child(even) {/*itemひとつ分偶数*/
	 margin: 2.3% 0% 2.3% 2.3%;
	 }
 div.item_box_b:last-child {/*itemひとつ分最後*/
	 margin: 2.3% 0% 2.3% 2.3%;
	 }	
	 
	 
 div.item_box_long {/*item_ロング横長のひとつ分*/
 	 clear: left;
     float: none;
	 width: 100%;
	 background-color:  #fff;
	 border: solid 1px #dcdcdc;
	 margin: 0%;
	 padding: 10px 25px 25px 25px;
	 width: 100%\9;/*ie8*/
	 -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
	 }
 
 div.coulesel {/*item_ロングのコンテナ*/
	 max-width: 100%;
	 width: 100%;
	 margin: 0px auto 0 auto;
	 zborder: solid 1px red;
	 clear: both;
	 }
div.item_box_nws {/*item_b横長のひとつ分新着情報*/
	 padding: 10px 5px 3px 5px;
	 zborder: solid 1px red;
	 }	 
	 
	 
	 
  div.item_box p img{
	 width: 100%;
	 max-width: 100%;
	 margin: 0 auto;
	 }
  div.item_box_b p img{
	 width: 100%;
	 max-width: 100%;
	 margin: 0 auto;
	 }

 div.item_box p.item_text a, div.item_box_b p.item_text a {/*テキストリンク色*/
	 text-decoration: none;
	 color: #333;
	 transition: color .3s linear;
	 text-align: justify;
	 text-justify: distribute;
	 }
  
 div.item_box p.item_text a:hover, div.item_box_b p.item_text a:hover {/*テキストリンクホバー色*/
	 text-decoration: none;
	 filter:alpha(opacity=80);
	 opacity:0.8;
	 color: #039;
	 } 
 div.item_box p.more a, div.item_box_b p.more a {
	 zposition: absolute;
	 zbottom: 15px;
	 zright: 15px;
	 text-align: center;
	 text-decoration: none;
	 border: solid 1px #CCCCCC;
	 display: block;
	 width: 87%;
	 margin: 0 auto;
	 color: #333;
	 }

 div.item_box p.more a:hover, div.item_box_b p.more a:hover {/*くわしくみるホバー*/
 	 text-decoration: none;
	 filter:alpha(opacity=80);
	 opacity:0.8;
	 color: #fff;
	 background-color: #039;
 }
 
 /*====新着情報=====*/
body.top .iframe-content {
    position: relative;
    width: 95%;
    padding: 75% 0 0 0;
	zborder: solid 1px green;
	margin: 0 auto;
}
body.top .iframe-content iframe {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 270px;
	zborder: solid 1px green;
}

	
	ul.news li.news_contents:first-child{/*一つ分の一番目*/
	display: block;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom: solid 1px #ccc;
	clear: both;
	padding: 6px 0 6px 0;
	}

ul.news li.news_contents span{
	text-align: justify;
	text-justify: distribute;
	line-height: 1.4;
	} 
ul.news li.news_contents span.category {/*カテゴリ*/
	background-color: #2365a8;
	padding: 2px 6px 2px 6px;
	color: #fff;
	width: 5em;
	text-align: center;
	margin-right: 5px;
	display: inline-block;
	 -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
	 font-size: 13px;
	}

ul.news li.news_contents span.date {/*日付*/
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
	font-size: 13px;
	}
ul.news li.news_contents span.mark {/*newマーク*/
	background-color: #F36;
	color:#FF0;
	font-size: 11px;
	display: inline-block;
	width: 3.5em;
	 -moz-border-radius: 8px;
     -webkit-border-radius: 8px;
     border-radius: 8px;
	 padding: 1px 1px 1px 1px;
	 text-align:center;
	}
ul.news li.news_contents div.datematome {/*カテゴリと日付のまとまり*/
	clear: right;
	float: left;
	zborder: solid 1px green;
	margin-bottom: 7px;
	}
ul.news li.news_contents p.newstitle{/*タイトル*/
	float: right;
	font-size: 14px;
	width: 19.5em;
	line-height: 1.5;
	zborder: solid 1px green;
	margin-top: 0px;
	}
	
	
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: 98%;
height: auto;
}




/*=====================トップページ カルーセル【共通】========================*/
#carousel {
    margin: 0 auto;
    width: 96%;
    height: 142px;
    text-align: left;
    position: relative;
}
 
#carousel_prev,
#carousel_next {
    top: 0;
    width: 20px;
    height: 142px;
    background: #000;
    cursor: pointer;
    position: absolute;
}
#carousel_prev {
    left: -20px;
    background:transparent url(../images/prev.jpg) no-repeat top left;
}
#carousel_next {
    right: -20px;
    background:transparent url(../images/next.jpg) no-repeat top left;
}
 
#carousel ul li {
    float: left;
    text-align: center;
    display: inline;
}
ul.liquidlist li img {/*施工例のカルーセル画像*/
	width: 200px;
	height: 142px;
	}


/*==============================　スクロールしたとき【スマホ用】======*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	background-color: gray;
	zborder: solid  1px blue;
}
.fixed #nav-toggle {
	position: absolute;
	top: 0px;
	right: 20px;
	display: block;
	}
.fixed h1 img{display:none;/*黒い方のロゴ*/}
.fixed p.logo_white img{/*白い方のロゴ*/
	display: block;
	line-height: 0;
	zborder: solid  1px blue;
	max-width: 90%;
	width: 90%;
	padding: 10px 0 10px 0px;
	}

/*=========================================　ドロワーメニュー【共通】　=================================*/
.btn {
	zbackground-color:transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image:url(../images/btn.png);
    display: block;
    width:35px;
    height: 35px;
    position: absolute;
    top: 20px;
	right: 0px;
    cursor: pointer;
    z-index: 1000;
	zoom:1;
	margin-bottom: 10px;
}
.peke {
    background-position: -35px 0;
}
.drawr {
    display: none;
	background:rgb(0,0,0);
    background:rgba(0,0,0,0.6);
    position: absolute;
    top: 0px;
    right:0;
    width: 50%;
    padding: 2em 0 1em 1em;
    z-index: 100;
	zoom:1;
}
#drawrmenu {margin: 0 0 10px 0px;}
#drawrmenu li {
    width: 100%;
}

#drawrmenu li.drawer_title a {/*タイトル*/
    color:#fff;
    display: block;
    padding: 5px 0px 5px 12px;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.3em;
	border-left: 7px solid #fff;
	line-height: 1.2;
}
#drawrmenu li.drawer_title a:first-child {/*タイトル一番目*/
	margin-top: 20px;
	}

#drawrmenu li.drawer_title a:hover {
	color: yellow;
}

#drawrmenu li.drawer_list a {/*小さいタイトル*/
    color:#fff;
    display: block;
    padding: 0px 0px 0px 0px;
	line-height: 2.0;
	text-decoration: none;
	font-size: 1.0em;
	margin-left: 1.2em;
}
#drawrmenu li.drawer_list a:hover {
	color: yellow;
}

@media only screen and (max-width: 480px) {
	#drawrmenu li.drawer_list a {/*小さいタイトル*/
    color:#fff;
    display: block;
    padding: 0px 0px 0px 0px;
	line-height: 1.3;
	text-decoration: none;
	font-size: 1.0em;
	margin-left: 0em;
}
}


/*=======================5.工業会について：工業会について============================*/
p.tsuite_txt{
	text-align: justify;
	text-justify: distribute;
	line-height: 1.6;
	font-size: 16px;
	}
p.tsuite_img img{
	padding: 2px;
	border: solid 1px #dcdcdc;
	margin: 20px 0 20px 0;
	}	
p.float_left {
    width: 97%;
    float: none;
	margin: 0 auto;
}
p.float_right {
	width: 100%;
	float: none;
	text-align: center;
	}
 
 

/*===========================6.工業会について：役員名簿==================================*/
	
	
	
div.meibo{
	margin: 0 auto 30px;
	zborder: solid 1px #999999;
	width: 97%;
	}	

div.meibo table.yakuin {
	width: 100%;
	}

div.meibo table.yakuin tr{
	line-height: 4.0;
	font-size: 16px;
	border-bottom: solid 1px #CCCCCC;
	}	
	
div.meibo table.yakuin tr td{
	vertical-align: middle;
	}
div.meibo table.yakuin tr td.yaku{/*役職*/
	width: 5em;
	padding-right: 0em;
	font-weight: 500;
	color: #339;
	display: inline-block;
	vertical-align: middle;
	zborder: solid 1px #999999;
	}	
	
div.meibo table.yakuin tr td.company {/*社名*/
	width: 40%;
	padding-right: 0em;
	display: inline-block;
	vertical-align: middle;
	zborder: solid 1px #999999;
	}
div.meibo table.yakuin tr td.kata {	/*肩書き*/
	width: 13em;
	padding-right: 0em;
	display: inline-block;
	zborder: solid 1px #999999;
	}

div.meibo table.yakuin tr td.name {/*名前*/
	width: 6em;
	zborder: solid 1px #999999;
	}

td.kyokutyou {
	line-height: 1.3;
	}


/*======================= 7.工業会について：技術開発============================*/


h4 {/*アイコンの付いた紺色の文字*/
	color: #004098;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 7px;
	}
h4 img {/*文頭ブロックアイコン*/
	vertical-align: middle;
	padding-right: 10px;
	}

h5 {color: #39C;/*水色の文字*/
	margin: 20px 0 10px;
	font-size: 17px;
	border-bottom: dotted 2px #39C;
	}
h6{
	margin: 20px auto 5px;
	}
.margin_bottom{
	margin-bottom:10px;
	}
ul.hosuizai {
	padding-left: 2em;
	}
ul.hosuizai li {
	list-style-type: circle;
	}
table.table01 {
	width: 100%;
	border-top: 1px solid #39C;
	border-left: 1px solid #39C;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
	}
table.table01 th{
	padding: 3px;
	border-right: 1px solid #39c;
	border-bottom: 1px solid #39c;
	background-color: #d8e8f3;
	text-align: center;
	color: #069;
	vertical-align: top;
	}
table.table01 td.bgon {
	background-color: #c0d9eb;
	}
table.table01 td {
	padding: 3px;
    border-right: 1px solid #39c;
    border-bottom: 1px solid #39c;
    vertical-align: top;
    text-align: center;
}

p.sekouflow img {
	float: left; 
	width: 50%;
	}
p.flowyoutube iframe{
	float: right;
	width: 48%;
	height: 340px;
	margin-top: 6px;
	border: solid 1px #ccc;
	padding: 2px;
	}
p.romenhyou {
	text-align: center;
	}
p.otoiawase {
	text-align: center;
	margin: 30px auto 20px;
	border: solid 1px #ccc;
	background-color: #31a5fe;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 17px;
	}
p.otoiawase img {
	vertical-align: middle;
	}
p.otoiawase a{
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 0 auto;
	}
	
	

/*====================8.工業会について：調査研究：すべり抵抗=========================*/

div.image_wrap {
	width: 56%;
	margin: 0 auto 30px;
	zborder: solid 1px #dcdcdc;
	}

.img_fl {
	float: left;
	width: 50%;
	}
.img_fl img {
	border: solid 1px #dcdcdc;
	padding: 2px;
	}
.img_fl span {
	line-height: 1.4;
	zborder: solid 1px #dcdcdc;
	padding: 0;
	margin: 0;
	font-size: 16px;
	display: block;
	}
	
p.suberi_img_center {
	text-align: center;
	margin: 0 auto;
	}

.redline {
	color: red;
	}
	
	

/*=======================9.舗装ブロックとは=============================*/

span.caption {
	line-height: 1.3;
	zborder: solid 1px #dcdcdc;
	padding: 0;
	margin-bottom: 1.5em;
	font-size: 16px;
	display: block;
	}

p.block {/*ブロック単体の画像*/
	margin: 20px auto 0px;
	text-align: center;
	}

p.block img {/*ブロック単体の画像*/
	padding: 5px;
	border: solid 1px #dcdcdc;
	}

div.block_wrap {/*フロートする画像のくくり*/
	margin: 30px auto 20px;
	zborder: solid 1px #dcdcdc;
	text-align: center;
	width: 85%;
	}
.img_wrap_bl{
	zborder: solid 1px red;
	margin: 30px auto 20px;
	}
	
	
	
/*====================10.舗装ブロックの歴史============================*/	

.fll_80{
	width: 100%;
	float: none;
	}	

.flr_18 {
	width: 80%;
	float: none;
	zborder: solid 1px red;
	margin: 25px auto 0;
	}
.flr_18 p {
	float: left;
	margin-left: 20px;
	}
	
.grayline {
	padding: 2px;
	border: solid 1px #dcdcdc;
	}
	
	

/*=========================11.施工方法===============================*/	
	div.sekou_wrap {/*ラップ*/
		width: 95%;
		margin: 0px auto 0px;
		border: solid 1px #0099CC;
		padding: 0 10px 10px 10px;
		}
	
	div.sekou_wrap p.sekou_youtube_70 iframe{/*画像と動画１個ずつ*/
		width: 70%;
		margin: 0 auto;
		text-align: center;
		height: 300px;
		}
	
	div.sekou_wrap p.sekou_youtube_100 iframe{/*動画１個ずつ*/
		width: 90%;
		margin: 10px auto 10px;
		text-align: center;
		height: 300px;
		clear: both;
		display: block;
		}
		
	div.sekou_wrap p.sekou_youtube_50 iframe{
		width: 50%;
		float: left;
		}
	.flr_sekouimg {/*画像*/
		width: 100%;
		max-width: 100%;
		}
	.flr_sekouimg img {/*画像*/
		float: right;
		}
	
	.flr_fusetsu img{/*ブロックの敷設*/
		width: 23%;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
		zborder: solid 1px red;
	}
	
	.flr_meji img{/*目地調整*/
		width: 30%;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
		zborder: solid 1px red;
	}
	
	.fll_70{
		width: 70%;
		float: left;
		}
	
	p.sekouarrow {
		margin: 0 auto;
		text-align: center;
		}
	
	div.heiban_wrap {
		width: 95%;
		margin: 30px auto 20px;
		border: solid 1px #dcdcdc;
		padding: 10px;
		}
	div.heiban_wrap h6 {
		margin-top: 0;
		}	
		
	div.heiban_wrap img.url {
		vertical-align: middle;
		padding-left: 8px;
		}
		
		

/*===================== 12. 舗装ブロックとは　施工例======================*/

h2.contents_title img{/*大タイトル_施工例*/
	zborder: solid 1px red;
	padding: 12px 0 0 0;
	}

h3.syadou img{
	padding: 8px 0 0 0;
	}
	
/* .listCover
------------------------- */
.listCover {
	margin: 0 auto;
	text-align: left;
	boder: solid 1px blue;
}

/* .listItem
------------------------- */
.listCover .listItem {
	padding: 0px 0;
	text-align: center;
	display: inline;
	float: left!important;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	margin: 10px 0 10px 0;
	zborder: solid 1px red;
}
.listCover .listItem img {
	width: 120px;
	zborder: solid 1px blue;
}
.listCover .active {
	background: url(../images/activeArrow.gif) no-repeat bottom center;
}
.listCover .listItem .selfRep {
	display: none;
}

/* .expandField
------------------------- */
.expandField {
	padding: 10px 0;
	width: 100%;
	text-align: left;
	display: block;
	background: #222;
	float: left;
	position: relative;
	overflow: hidden;
	zborder: solid 1px blue;
}
.expandField .btnClose {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/btnClose.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnPrev {
	top: 120px;
	left: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/btnPrev.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnNext {
	top: 120px;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/btnNext.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .selfRepInner {
	padding: 50px 80px;
	text-align: center;
	position: relative;
	zborder: solid 1px blue;
}
.expandField .selfRepInner .secLeft,
.expandField .selfRepInner .secRight {
	width: 90%;
	float: left;
	zborder: solid 1px blue;
}
.expandField .selfRepInner .secLeft {
	text-align: center;
	margin: 0 auto;
}
.expandField .selfRepInner .secRight {
	text-align: center;
	color: #fff;
}


/* =======================================
	ClearFix
======================================= */
.listCover:before,
.listCover:after,
.expandField .selfRepInner:before,
.expandField .selfRepInner:after {
	content: " ";
	display: table;
}
.listCover:after,
.expandField .selfRepInner:after {clear: both;}
.listCover,
.expandField .selfRepInner {*zoom: 1;}

	
/*===================== 13. お問い合わせフォーム========================*/	
		

	table.formTable{
		width:99%;
		margin:0 auto;
		border-collapse:collapse;
	}
	table.formTable th{
		border:1px solid #ccc;
		padding: 5px;
		width: 35%;
		font-weight:normal;
		background:#efefef;
		text-align:left;
		vertical-align: top;
	}
	table.formTable td{
		border:1px solid #ccc;
		padding:10px;
	}
	
	span.komejirushi {/*※印赤い*/
		color: red;
		padding-left: 5px;
		}	
		
	table.formTable input{
		padding:10px;
		font-size:1.3em;
		}
	table.formTable textarea {
		padding:10px;
		font-size:1.3em;
		border:1px solid #ccc;
		width: 80%;
		}	
	table.formTable input:focus {
		border:solid 1px #003399;
		padding:10px;
		}
	div.formwrap {/*フォームが入る*/
		zborder:solid 1px #003399;
		}
	p.button {/*ボタン二つが入る*/
		margin: 20px auto 30px;
		width: 43%;
		zborder:solid 1px #003399;
		}	
	p.button input.submit {
		border:solid 1px #ccc;
		padding:15px 30px;
		margin:20px 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(#bbd2f0), to(#4a81cc));
		background-image: -webkit-linear-gradient(top, #bbd2f0, #4a81cc);
		background-image: -moz-linear-gradient(top, #bbd2f0, #4a81cc);
		background-image: -ms-linear-gradient(top, #bbd2f0, #4a81cc);
		background-image: -o-linear-gradient(top, #bbd2f0, #4a81cc);
		background-image: linear-gradient(top, #bbd2f0, #4a81cc);
		}
	p.button input.reset {
		border:solid 1px #ccc;
		padding:15px 30px;
		margin:20px 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);
		}
	span.english {
		color: #999;
		font-style:italic;
		font-size: smaller;
		}
		
		
		
		
/*=================== 14.会員専用ページ：会議情報 ======================*/

	
#leftpart_kaiin {/*左側*/
	clear: both;
	float: none;
	width: 100%;
	zborder:1px solid #ccc;
	position: relative;
	}
.rightpart_kaiin {/*右側*/
	clear: both;
	float: none;
	width: 100%;
	zborder:1px solid red;
	margin-top: 30px;
	position: relative;
	top: 20px;
	}

.vmenu_on, .vmenu_off{
	margin: 20px 0px;/*開いたままにするか、閉じているか*/
	}
.vmenu_on .vmenuitem{/*開いている時のdt部分*/
	border:1px solid #ccc; 
	background-color:#e7ebed; 
	padding: 12px 0 12px 10px;
	cursor:pointer; 
	color: #474545;
	font-size: 20px;
	font-weight: 400;
	line-height: 33px;
	}
.vmenu_off .vmenuitem{/*閉じている時のdt部分*/
	border:1px solid #CCC;
	background-color:#eeeeee; 
	padding: 12px 0 12px 10px;
	cursor:pointer; 
	color: #474545;
	font-size: 20px;
	font-weight: 400;
	line-height: 33px;
	}
.vmenu_on .vmenuitem img,.vmenu_off .vmenuitem img {
	vertical-align: middle;
	padding-left: 6px;
	padding-right: 6px;
	}
.vmenu_on dd{/*開いてる時のdd*/
	display:auto; 
	margin: 10px 0 30px 30px;
	}
.vmenu_off dd{/*閉じている時はddは見えない*/
	display:none;
	}
.vmenu_all_action {/*全て閉じる明ける*/
	margin: 10px 0px;
	}
		
h4.com_name	{/*開いた時のタイトル部分*/
	border-bottom: 2px dotted #096; 
	color: #096;
	}
span.link1 img {/*PDFなどのアイコン*/
	vertical-align: bottom;
	}		

/*===右側の小さいメニュー====*/
.vmenu_all_action {
	margin: 10px auto 30px;
	
	}
.vmenu_all_action span.allopen {/*全て閉じる明けるの文字*/
	cursor:pointer; 
	font-size: 16px; 
	color: #fff; 
	font-weight: 400; 
	background-color: #39F;
	padding: 10px 10px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
.vmenu_all_action span.allclose {/*全て閉じる明けるの文字*/
	cursor:pointer; 
	font-size: 16px; 
	color: #fff; 
	font-weight: 400; 
	background-color: #999;
	padding: 10px 10px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
ul.membersmenu {/*右のメニューの全体*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #dcdcdc;
	padding: 15px;
	}
ul.membersmenu li {/*右のメニューの白いメニュー*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 8px;
	border-left: 5px solid #F90;
	}
ul.membersmenu li ul{/*小メニューの上のマージン*/
	margin-top: 8px;
	margin-left: 8px;
	}
ul.membersmenu li li{/*小メニューのひとつひとつ*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f0efef;
	margin-bottom: 8px;
	border-left: 0px solid #FC0;
	width: 97%;
	}
ul.membersmenu li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px;
	}
ul.membersmenu li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #03C;
	}

ul.membersmenu li a img{/*PDFマーク*/
	vertical-align: middle;
	padding-left: 4px;
	}
	
	
/*==================15.会員専用ページ：技術情報===================*/

ul.list01 {
	margin: 25px 0 0 1.5em;
	}
ul.list01 li {
	list-style-type: circle;
	border-bottom: dashed 1px #93b9d7;
	padding: 5px 0 5px 0;
	}

ul.list01 li a{
	text-decoration: none;
	line-height: 1.2;
	color: #333;
	}

ul.list01 li a:hover{
	text-decoration: underline;
	line-height: 1.2;
	color: #03C;
	}
ul.list01 li img{
	vertical-align: middle;
	padding-right: 4px;
	}
/*========================16.会員専用ページトップ===========================*/
#leftpart_kaiin .iframe-content {/*他のcssはファイル内*/
    clear: both;
	width: 100%;
    padding: 0px 0 0 0;
	zborder: solid 1px #ccc;
	margin: 30px auto 0;
}
#leftpart_kaiin .iframe-content iframe {
    width: 100%;
    height: 300px;
	zborder: solid 1px green;
}



/*===================== 16.自転車PR資料 ========================*/
div.image_wrap_long {/*フロートするくくり*/
	width: 90%;
	margin: 0 auto 30px;
	zborder: solid 1px #dcdcdc;
	}


.img_fl_03 {/*フロートする画像３つの時*/
	float: left;
	width: 33%;
	}
.img_fl_03 img {/*フロートする画像３つの時*/
	border: solid 1px #dcdcdc;
	padding: 2px;
	}
.img_fl_03 span {/*フロートする画像３つの時*/
	line-height: 1.4;
	zborder: solid 1px #dcdcdc;
	padding: 0;
	margin: 0;
	font-size: 16px;
	display: block;
	}
	
.pr_matome01 {
	background-color: #C30;
	padding: 10px 20px;
	margin: 0 auto 15px;
	color: #fff;
	font-size: 22px;
	border-radius: 5px;
	text-align: center;
	width: 80%;
	}	
	
.pr_matome02 {
	border: solid 2px #36C;
	border-radius: 5px;
	padding: 0px 0 20px 0;
	margin: 0 auto;
	width: 80%;
	}
	
	
.pr_matometitle {
	background-color: #36C;
	color: #fff;
	font-size: 20px;
	padding: 15px 0 15px 15px;
	}
.pr_matome02 ul li {
	font-size: 20px;
	padding: 15px 0 0 15px;
	color: #36C;
	}	
.padding_right {
	padding-right: 15px;
	}
.tokusei {
	font-weight: bold;
	color: #36C;
	}
	