/* アーキネット テーマ */

/* 全体の設定 */
body {
	margin: 0;
	padding: 10px 0px 10px 0;
font-family:Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: subpixel-antialiased;
	color: #383838;
	background-color: #fff;

	font-size: 86%;
}

/* 全体のレイアウト */
#navigation,
#footer,
#sub-header,
#sub-footer,
#main-content {
	width: 1090px;
	margin-left: auto;
	margin-right: auto;
}
#main-content2 {
	width: 1090px;
	margin-left: auto;
	margin-right: auto;

}

.fadelink a img {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.fadelink a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}


#pdf a img {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

#pdf a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}


#navi-container {
	position: absolute;
	top: 0px;
	width: 100%;
	margin-bottom:20px;
}
#navigation {
	position: relative;
	height: 120px;
	padding: 0;
}
#foot-container {
	position: relative;
	/zoom: 1;

}

#foot-container2 {
margin:10px auto 0px auto; position:relative; width:1099px; height:150px; border-top:1px solid #ccc; padding-left:0px;
z-index:0;
}

#footer {
	position: relative;
}
#sub-header {
	height:100px;
	margin-top: 103px;
	margin-bottom: 0px;
	overflow:hidden;
}
#sub-footer {
	margin-top: 0;
	margin-bottom: 30px;
}

/* コンテンツ本体をはさむ */
div.contents {
	width:800px;

}
/* 半分幅で2カラムにする */
div.halfcolumn {
	width: 380px;
	margin: 5px 0px;
	padding: 0;
	float: left;
	display:inline;
}
div.halfcolumn-spacer {
	width: 40px;
	height: 40px;
	margin: 0; padding: 0;
	float: left;
	display:inline;
}


div.halfcolumn2 {
	width: 300px;
	margin: 5px 0px;
	padding: 0;
	float: left;
	display:inline;
}



div.halfcolumn3 {
	width: 500px;
	margin: 5px 0px;
	padding: 0;
	float: left;
	display:inline;
}


/* IE6 Bug .. float:xx 指定時に margin-xx の量が倍になる→display:inline 指定で回避 */
/* 流し込み終了(2カラム,dl.horizontal の終了箇所に追加) */
div.floatend {
	clear: both;
}
/* 幅を520ピクセルにする(旧サイト互換) */
div.legacy {
	width: 520px;
	margin: 0 auto 0 auto;
	padding: 0;
}
/* 幅を800ピクセルにする */
div.wide {
	margin: 0;
	padding: 0;
}
/* 幅を600ピクセルにする(2010/07新ガイドライン) */
div.legacy2 {
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
}
/* テキスト用600ピクセル幅レイアウト 文章が中心のコンテンツは、横幅が大きいと読みづらくなるため、次のクラスで横幅を制限する */
div.text {
	width: 600px;
	margin: 0;
	padding: 0 90px 0 90px;
}

/* リード 本文要約の掲載に利用する */
div.lead {
	width: 520px;
	margin: 0.3em auto 0.3em auto;
	font-size: small;
	line-height: 1.5em;
}

/* 文字サイズを小さくして、一覧性を高めたいブロックに適用する */
.compress {
	font-size: small;
	line-height: 1.4em;
	letter-spacing: 0;
}

/* 文中の画像レイアウト */
div.right, div.left {
	font-size: 80%;
	line-height: 1.5em;
	text-align: center;
	color: #555;
}
div.right {
	float: right;
	display:inline;
	padding: 0.5em 0 0.5em 3ex;
}
div.left {
	float: left;
	display:inline;
	padding: 0.5em 3ex 0.5em 0;
}
/* 練習 */

div.left-test {
        width: 360px;
	float: left;
	display:inline;
	padding: 0.5em 3ex 0.5em 0;
}

div.right-test {
	float: right;
	display:inline;
	padding: 0.5em 0 0.5em 3ex;
}


/* 修飾要素 */
em {
	font-style: normal;
	color: #000;
	font-weight: bold;
}
strong {
	font-style: normal;
	color: red;
	font-weight: bold;
}
em strong, strong em {
	font-size: 120%;
}
.bordered {
	border-width: 1px;
	border-style: solid;
	border-color: #909090 #dddddd #eeeeee #9999a9;
	padding: 5px;
}





/* 見出し等のフォント設定 */
h1, h2, h3, h4, h5, h6, h7 ,
#navigation ,
div#footer .footer_links {
}




h1.fontreplacer {
border:0px;
}
h2.fontreplacer {
border:0px;
}
/* 数字とアルファベットのみの箇所のフォント指定 */
.alnum {
	font-family: "Trebuchet","Trebuchet MS","Arial","Helvetica";
	font-weight: 600;
}

/* HTMLタグ */

/* リンクカラーの置き換え */
a:link    { color: #383838; ;}
/* a:visited { color: #ff9900 ;}
a:hover   { color: #ff9900 ;} */
a:visited { color: #383838 ;}
a:hover   { color: #383838 ;}
small {
	font-size: x-small;
}

/* 見出し */
h1, h2, h3, h4, h5, h6, h7 {
	color: #555;
	font-weight: 600;
	margin: 1.2em 0 0.2em 0;
	padding: 0;
	letter-spacing: 0.12em;
	border-bottom: 0px solid #bbb;
}
h1 {
	font-size: 1.78em;
	line-height: 1.3em;
	font-weight: 500;
	margin-top : 1em;
}
h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight:400;
	margin-bottom:1em;
}
h3, h4, h5, h6, h7 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight:400;
}
/* 見出しの場合リンクのアンダーラインを削除 */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	text-decoration: none;
}
p {
	margin: 0.4em 0 0.6em 0;
	padding: 0;
}
/* 水平線 */
hr {
	background-color: transparent;

	border-color: #777;
	border-style: dotted;
	border-width: 1px 0 0 0;
	margin: 1.2em auto;
}

/* 水平線 - 文脈の分割 */
hr.separator, div.separator {
	background: url(hr_separator_bg.png) no-repeat;
	background-position: center center;
	height: 14px;

	border: 0 none;
	width: 100%;
	margin: 1em auto;
}

/* HTMLタグ リスト */
ul, ol, dl {
	font-size: small;
	line-height: 1.5em;
}
ul, ol {
	margin: 0.3em 0em 0.3em 0em;
	padding: 0 0 0 2.5em;
}
li {
	margin: 0;
	padding: 0.15em 0 0.15em 0;
}
dl {
	margin: 0.8em 0em 0.8em 0em;
	padding: 0 0 0 1em;
}
dt {
	margin: 0;
	padding: 0.15em 0 0 0;
	font-weight: bold;
}
dd {
	margin: 0;
	padding: 0 0 0.15em 2em;
}
/* 小さいリスト */
ul.note, ol.note, dl.note {
	font-size: x-small;
	line-height: 1.2em;
}

/* HTMLタグ テーブル */
table {
	margin: 0.8em 0em 0.8em 0em;
	border-collapse:collapse;
	font-size: small;
	line-height: 1.5em;
}
td, th {
	border: 1px solid #999;
	padding: 3px 5px 3px 5px;
}
td {
	vertical-align: top;
}
th {
	font-weight: bold;
}

/* 修飾クラス */
/* テーブルの枠線を消す */
table.noborder td, table.noborder th {
	border: none;
}



/* スプライトカラーのテーブル */
table.sprite2 th {
	border-color: #dedede #b9b9b9 #969696 #b9b9b9;
	background-color: #d6d6d6;
	background-image: url(tableHeader.png);
	background-repeat: repeat-x;
}
table.sprite2 tr.odd td, table.sprite2 tr.odd th {
	background-color: #ffffff;
	background-image: none;
	border-color: #ffffff #c8c8c8 #ffffff #c8c8c8;
}
table.sprite2 tr.even td, table.sprite2 tr.even th {
	background-color: #f5f5f5;
	background-image: none;
	border-color: #f5f5f5 #c8c8c8 #f5f5f5 #c8c8c8;
}

/* フォーム表示用のレイアウトテーブル */
table.formlayout th, table.formlayout td {
	border-width: 0px;
	padding-top: 1em;
}
table.formlayout th {
	vertical-align: top;
	text-align: right;
}
table.formlayout td table th, table.formlayout td table td{
	border-width: 1px;
	padding-top: 2px;
}
table.formlayout td table th {
	vertical-align: middle;
	text-align: center;
}
/* フォーム表示用のレイアウトテーブル2 */
table.formlayout2 th, table.formlayout2 td {
	border-width: 0px;
	padding-top: 1em;
}
table.formlayout2 th {
	vertical-align: top;
	text-align: left;
}
table.formlayout2 td table th, table.formlayout2 td table td{
	border-width: 1px;
	padding-top: 2px;
}
table.formlayout2 td table th {
	vertical-align: middle;
	text-align: left;
}
/* 定義リストを水平方向に配置 */
dl.horizontal {
	margin: 0.8em 0em 0.8em 0em;
	padding: 0 0 0 1em;
	float:left;
}
dl.horizontal dt {
	display: inline;
	clear: left;
	float: left;
	width: 30%;
	margin: 0.3em 0 0.3em 0;
	padding: 0;
	font-weight: bold;
	text-align: right;
}
dl.horizontal dd {
	display: inline;
	float: left;
	width: 65%;
	margin: 0.3em 0 0.3em 0;
	padding: 0 0 0 5%;
}
dl.horizontal2 {
	margin: 0.9em 0em 0.9em 0em;
	padding: 0 0 0 0em;
	font-size:13px;
	line-height:2.5em;
}
dl.horizontal2 dt {
	display: inline;
	clear: left;
	float: left;
	width: 4.9em;
	color:#838383;
	padding: 0;
	font-weight: bold;
	text-align: left;
}
dl.horizontal2 dd {
	display: inline;
	color:#838383;
	float: left;
	width: 65%;

	padding: 0 0 0 5%;
}
dl.horizontal3 {
	margin: 0.8em 0em 0.8em 0em;
	padding: 0 0 0 0em;
	color:#666666;
	font-size:13px;
	line-height:1.8em;
}
dl.horizontal3 dt {
	display: inline;
	clear: left;
	float: left;
	width: 55px;
	margin: 0.6em 0 0.6em 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
}
dl.horizontal3 dd {
	display: inline;
	float: left;
	width: 444px;
	margin: 0.6em 0 0.6em 0;
	padding: 0 0 0 5%;
}

/* フォームの内容 */
optgroup {
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #666;
}
optgroup option {
	font-weight: normal;
	color: #000;
}

/* 利用できない項目 */
.disabled {
	background-color: #eee;
	color: #555;
}
/* ブロックを中央ぞろえする */
.center {
	margin-left: auto;
	margin-right: auto;
}

/* フォームのステップ表示 */
ol.steps {
	font-size:110%;
	width: auto; /* この横幅は "liの個数" x "liの横幅" に変更する */
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 35px;
}
ol.steps li { /* "liの横幅" = 110+(10+0)+(0+30) くらい = 約150px程度*/
	font-size:100%;
	font-weight: bold;
	width: auto;
	height: 25px;
	margin: 0 60px 0 0;
	float: left;
	/display:inline;
	padding: 10px 10px 10px 0px;
	background: url("form_steps_subscribe.png") no-repeat right center;
	text-align: left;
	line-height:28px;
}
ol.steps li.here {
	font-weight: bold;
	background: url("form_steps_red_subscribe.png") no-repeat right center;
}
ol.steps2 {
	width: auto; /* この横幅は "liの個数" x "liの横幅" に変更する */
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
ol.steps2 li { /* "liの横幅" = 110+(10+0)+(0+30) くらい = 約150px程度*/
	width: 110px;
	height: 45px;
	margin: 0px 0px 0px 30px;
	float: left;
	/display:inline;
	padding: 10px 10px 10px 0px;
	background: url("form_steps.png") no-repeat right center;
	text-align: center;
}
ol.steps2 li.here {
	color: #300;
	font-weight: bold;
	background: url("form_steps_red.png") no-repeat right center;
}


/* Navigation header and footer */
#navi-container {
	background:none;
}
#foot-container {
	background:none;
}
#navigation {
	color: #fff;
}
#navigation-upper {
	position: absolute;
	top: 0px;
	height: 42px;
}
#navigation-lower {
	position: absolute;
	top: 49px;
	height: 31px;
}

#navigation a        , #footer a
	{ color: #ffffff; }
#navigation a:link   , #footer a:link
	{ color: #ffffff; text-decoration: none; }
#navigation a:visited, #footer a:visited
	{ color: #f0f0f0; text-decoration: none; }
#navigation a:hover  , #footer a:hover
	{ color: #ccffff; text-decoration: underline; }

.gotonavigation {
	position: absolute;
	top: -2000px; left: -2000px;
}
#navigation div.logo { /* ロゴのボックス */
	position: absolute;
	left: 0px;
	top: auto; bottom: 0px;
	width: 254px; height: 40px;
}
#navigation div.logo a {
	display: block;
	width: 254px; height: 40px;
}
#navigation div.logo img {
	position: absolute;
	top: auto; bottom: 0px;
	width: 254px; height: 20px;
}
#navigation ul.member { /* 会員関連メニュー */
	left: 255px;
	width: 241px;
	text-align: center;
}
#navigation ul.others { /* その他メニュー */
	left: 496px;
	width: 304px;
	text-align: right;
}
#navigation ul.member,
#navigation ul.others { /* 会員関連 その他 メニュー 共通部分 */
	position: absolute;
	top: auto; bottom: 0px;
	height: auto;
	margin: 0;
	padding: 0;

	font-size: 12px;
	list-style: none;
	line-height: 100%;
}
#navigation ul.member li,
#navigation ul.others li {
	display: inline;
	width: auto; height: auto;
	margin: 0;
	padding: 0 0 0 8px;
	line-height: 110%;
}
#navigation_menubar {/* メニューバー */
	position: absolute;
	left: 0px; top: 0px;
	width: 800px; height: 31px;
}

/* footer */
#footer {
	font-size: small;
	line-height: 130%;
	clear: both;

	color: #fff;
	padding: 0;
	margin-top: 0px;
	overflow:hidden;
}
#footer .footer_links{
	width: 200px;
	padding: 20px 0px 40px 0px;
	list-style: none;
}
#footer .footer_links li {
	padding-top: 0.4em;
	line-height: 1.2em;
}
#footer .notification {
	position: absolute;
	float: left;
	left: 240px; bottom: 0px;
	width: 200px;
	margin: 0;
	padding: 20px 0px 40px 0px;

	font-size: x-small;
	line-height: 130%;
}
#footer .copyright {
	position: absolute;
	float: left;
	left: 480px; bottom: 0px;
	width: 320px;
	margin: 0;
	padding: 20px 0px 40px 00px;

	font-size: x-small;
}
#footer .copyright img {
	margin: 6px 0;
}

/* パンくずリストとローカルリンク */

div.navi_image {
margin:25px 0 0 0;
padding:0;
}

div.local_navigation {
	font-size: small;
	margin : 0;
	padding : 7px 0 8px 0;
}
div.breadcrumbs {
margin:0;
display:none;
}
div.breadcrumbs img {
	margin-bottom: -1px;
}
div.locallinks {
	margin: 0;
	padding: 0em;
display:none;
}
div.locallinks ul {
	margin: 0 0 0 20px;
	padding: 0em;
	text-align: left;
}
div.locallinks li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;

	list-style: none;
	margin: 2px -1px 2px 0px;
	padding: 0px 8px 0px 8px;
	line-height: 1.2em;
	height:1.2em;
	border: solid #ddd;
	border-width: 0 1px 0 1px;
}
div.local_navigation .here{
	font-weight: bold;
}

/* ----------------------- overwrite superfish demo menu bar ---------- */

.sf-menu {
	float: left;
	margin: 0;

	font-size: 12.7px;
	letter-spacing: 0;

	z-index: 10;
}
.sf-menu a {
	display: block;
	padding: 10px 10px 0px 13px;
}
.sf-menu a a {
	padding: 0;
}
/* here comes inner menu item desgin */
.sf-menu li {
	position: relative;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 1.0em;
}
.sf-menu .sf-menu-arrow {
	position: absolute;
	left: 1px; top: 13px;
	width: 9px; height: 9px;
	background: transparent url(arrow_down.png) no-repeat 0px 0px;
}
.sf-menu .sf-menu-separator {
	margin-left: 26px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top: 31px;
}
.sf-menu li li {
	background: #222d33;
	padding: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #555;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display:		none;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('shadow.png') no-repeat bottom right;
	padding: 0 12px 12px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#test-user {
display:none;
}

/* IE6で透過PNG有効化 */
.iepngfix-app
	{ behavior: url(/lib/base/iepngfix.htc); }


/* top page のスライド */
div.picture-slide-box{
	display:block;
}


/* 会社概要 */

#box1712{
margin:50px;
}

#kaisha_gaiyou1{
font-weight:bold;
margin-bottom:15px;
text-decoration: none;
   border-bottom: 1px solid #ccc;
   padding-bottom: 5px;
}

#kaisha_gaiyou2{
margin-bottom:5px;
font-size:14px;
}

#kaisha_gaiyou3{
margin-bottom:25px;
font-size:14px;
}

section table	{ width:800px; border:none; font-size:14px;}
section th, section td	{ padding: 10px; border:none; font-size:13px;}
section th	{ background: #fff; border:none;}
.company-profile-table th { width: 120px; text-align: left; border:none; padding-bottom: 15px; font-size:13px;}

.company-profile-table td { width: 650px; text-align: left; border:none; padding-bottom: 15px; font-size:13px;}


div.campanyu_profile_title{
	font-weight:bold;
	font-size:120%;
	line-height:2em;
}


.profile{
width:800px;
}

.oriyama_image{
float:left;
width:130px;
margin-right:20px;
}

.oriyama{
float:left;
width:450px;
}

#oriyamatext{
font-size:13px;
}


/* application_process */

#step1{
width:100%;
height:220px;
border:solid 1px #ccc;
margin-top:20px;
}

#step1_title{
width:100%;
height:35px;
background-color:#ccc;
color:#fff;
font-size:16px;
padding-top:10px;
}

#left_text{
width:60%;
padding:20px;
float:left;
font-size:12.5px;
}

#right_image{
float:right;
width:100px;
height:auto;
text-align:right;
padding:20px;
margin-right:20px;

}

#right_image img{
width:100px;
height:auto;
margin-top:10px;

}

#arrow{
text-align:center;
margin:20px auto;
}

#arrow img{
width:30%;
}

#bt_box{
width:100%;
height:auto;
margin-top:20px;
}

#bt1{
float:left;
width:45%;
text-align:center;
margin:5px;
border-radius:5px;
text-decoration: none;
   background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
    background-origin: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#bt1 span{
font-size:small;
}

#bt2{
float:right;
width:45%;
text-align:center;
margin:5px;
border-radius:5px;
text-decoration: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
    background-origin: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#bt2 span{
font-size:small;
}

#bt_box a:link { color: #000; text-decoration:none;}
#bt_box a:visited { color: #000; text-decoration:none;}
#bt_box a:hover { color: #000; text-decoration:none;}
#bt_box a:active { color: #000; text-decoration:none;}



/* プロジェクトページ事前アンケートボタン */

.button{
width:800px;
text-align:right;
margin-top:20px;
color:#ffffff;
}

.button a:link { color: #fff; text-decoration:none;}
.button a:visited { color: #fff; text-decoration:none;}
.button a:hover { color: #fff; text-decoration:none;}
.button a:active { color: #fff; text-decoration:none;}


.square_btn {
width:200px;
    position: relative;
    display: inline-block;
    padding:10px;
    text-decoration: none;
    text-align:center;
    color:#ffffff;
    background: #253E6D;/*背景色*/
    border-bottom: solid 2px #253E6D;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    overflow : hidden;
}



.square_btn :active {
    border-bottom: solid 2px #253E6D;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);

}


input[type="submit"]:focus {
  outline: 0;
  cursor: pointer;
  cursor: hand;

}



.block1{
line-height:1.5em;
}



/* 問い合わせフォーム専用スタイル */
.contents2018{
width:800px;
margin:0 auto;
}
.formlayout4 fieldset2018 input[name="shimei"],
.formlayout4 fieldset2018 input[name="email"],
.formlayout4 fieldset2018 input[name="tel"],
.formlayout4 fieldset2018 input[name="content"],
.formlayout4 fieldset2018 textarea,
.formlayout4 fieldset2018 input[name="InputConfirm"]
{
width:400px !important;
border:1px solid #ccc;
margin-bottom:20px;

}
.formlayout4 fieldset2018 input[name="InputConfirm"]
{
margin:0;
width:400px !important;

}

table.noborder2018{
margin-top:20px;
}

table.noborder2018 th{
text-align:left;
border-style:none;
padding-right:30px;
padding-bottom:10px;
}

table.noborder2018 td{
border-style:none;
}


#kakunin-bt1-2{
margin-top:20px;
}

#kakunin-bt1{
float:left;
margin-right:30px;
}

#kakunin-bt2{
float:left;
}


input#square_btn {
width:200px;
    position: relative;
    display: inline-block;
    padding:10px;
    text-decoration: none;
    color:#ffffff;
    background: #253E6D;/*背景色*/
    border-bottom: solid 2px #253E6D;/*少し濃い目の色に*/
    border-radius: 5px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    cursor : pointer;

}


input#square_btn:active {
    border-bottom: solid 2px #253E6D;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}


input#square_btn2 {
width:200px;
    position: relative;
    display: inline-block;
    padding:10px;
    text-decoration: none;
    color:#ffffff;
    background: #253E6D;/*背景色*/
    border-bottom: solid 2px #253E6D;/*少し濃い目の色に*/
    border-radius: 5px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    cursor : pointer;

}


input#square_btn2:active {
    border-bottom: solid 2px #253E6D;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}


input#square_btn3 {
width:200px;
    position: relative;
    display: inline-block;
    padding:10px;
    text-decoration: none;
    color:#ffffff;
    background: #808080;/*背景色*/
    border-bottom: solid 2px #808080;/*少し濃い目の色に*/
    border-radius: 5px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    cursor : pointer;

}


input#square_btn3:active {
    border-bottom: solid 2px #808080;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}



#bt-kobetu{
text-align:right;
}

#bt-kobetu1-2{
width:450px;
}

#bt-kobetu1{

float:left;
}

#bt-kobetu2{
margin-left:-100px;
float:right;
}




.signin{
font-size:25px;
}





table.event-table,
table.event-table td,
table.event-table th,
table.event-table tr{
border:0px;

}

/* プロジェクトページ左右BOXスタイル */
#left-box{
float:left;
width:50%;
}

#left-box_text{
width:100%;
margin-bottom:20px;
}

#left-box img{
width:100%;
}

#left-box_cap{
font-size:12.5px;
font-weight:bold;
padding-left:1%;
}



#right-box{
float:left;
width:50%;
}

#right-box img{
width:100%;
}

#right-box_cap{
font-size:12.5px;
font-weight:bold;
padding-left:1%;
}



#right-box2{
float:left;
width:48%;
padding-left:2%;
}

#right-box2 img{
width:100%;
}

#right-box2_cap{
font-size:12.5px;
font-weight:bold;
padding-left:1%;
}




.inside-text {/*親div*/
  position: relative;/*相対配置*/
  }

.inside-text p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  font-size:30px;
  text-shadow: 1px 1px 1px #000;
  font-weight:bold;
  padding-left:25px;
  top: 0;
  left: 0;
  }



/* プロジェクトページ左右BOXスタイル2 */


#left_size60{
width:60%;
float:left;
}


#right_size40{
width:40%;
float:left;
}


#right_size40 img{
width:95%;
margin-left:5%;
}

.cap01{
font-size:75%;
text-align:center;
margin-left:5%;
line-height:1.3em;
}


#img_size100{
width:800px;
}

#img_size30{
width:32.5%;
margin-right:5px;
float:left;
}


#img_size30 img{
width:100%;
}




#img_size50{
width:50%;
float:left;
}

#img_size50 img{
width:95%;
float:left;
}


#event_left{
width:60%;
float:left;
}


#event_right{
width:40%;
float:right;
padding-top:50px;
}

#event_right img{
width:100%;

}



/* 世田谷PJアクセス */

#setagaya_left{
float:left;
width:400px;
line-height:1.2em;
}


#setagaya_left img{
width:95%;
}


#setagaya_left span{
font-size:11.5px;
}



#setagaya_right{
float:right;
width:400px;
line-height:1.2em;
}


#setagaya_right img{
width:95%;
}


#setagaya_right span{
font-size:11.5px;
}




#bus_all{
width:100%;
}



#setagaya_bus1{
width:31%;
float:left;
line-height:1.2em;
}


#setagaya_bus1 img{
width:100%;
}

#setagaya_bus1 span{
font-size:11.5px;
}



#setagaya_bus2{
width:31%;
float:left;
margin-left:3%;
line-height:1.2em;
}

#setagaya_bus2 img{
width:100%;
}

#setagaya_bus2 span{
font-size:11.5px;
}



#setagaya_bus3{
width:31%;
float:left;
margin-left:3%;
line-height:1.2em;
}

#setagaya_bus3 img{
width:100%;
}

#setagaya_bus3 span{
font-size:11.5px;

}



#membership_people2{
float:left;
width:280px;
}



#membership_people3{
float:left;
width:400px;
}




/* イベントページ */

#eventleft{
float:left;
}


#eventright{
float:right;
}


#20021296left{
width:400px;
}


#20021296right{
width:100%;
}



div.message20021296left {
	width: 60%;
	margin: 5px 0px;
	padding: 0;
	float: left;
	display:inline;
}




div.message20021296right {
	width: 27%;
	margin: 5px 30px 5px 0px;
	padding: 0;
	float: right;
	display:inline;
}


div.message20021296right img{
	width: 100%;

}
