@charset "UTF-8";

/*
---------------------------------------------------
layout.css

==ヘッダー
  >>メインビジュアル、タイトルエリア
  >>グローバルナビ
  >>パンくずナビ
==コンテンツ部分
==2階層目共通
  >>インデックスエリア
==3階層目共通
  >>メインカラム（左）
  >>メインカラム（左）
==フッター
  >>サイトマップ部分
==PAGETOPボタン
---------------------------------------------------
*/

body {}

.wrap {
  display: block;
  margin: auto;
  width: 1000px;
}

.wrap:before,
.wrap:after {
  content: "";
  display: table;
}

.wrap:after {
  clear: both;
}


/*
---------------------------------------------------
==ヘッダー
---------------------------------------------------
*/
body > header {
  background: #fff url(../images/bg_header.jpg) left top repeat-x;
  -ms-box-shadow: 0 1px 3px #666;
  box-shadow: 0 1px 3px #666;
  height: 66px;
  padding: 11px 0 12px;
  position: relative;
  z-index: 10;
}

body > header h1 {
  float: left;
  width: 514px;
	margin-top:5px;
}

body > header .hnav {
  float: right;
  width: 470px;
	/*margin-top:5px;*/
}

.hnav {
  padding-top: 15px;
}

.hnav li {
  float: left;
  list-style-type: none;
}

.hnav .frmbtn {
	float:left;
	width:135px;
	height:43px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
			display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	margin-bottom:20px;
	background:#ff5500;
	color:#fff;
	margin-right:5px;
}


.hnav .frmbtn:hover,.hnav .frmbtn:active{
	background:#fff;
	border:1px solid #ff5500;
	color:#ff5500;
}


/* >>メインビジュアル、タイトルエリア */
#mvscr {
  background: url(../images/top/bg_mv.jpg) center top repeat;
  /*background: url(../images/top/bg_mv.jpg) center top repeat-y;*/
  height: 325px;
  padding: 25px 0 10px;
  text-align: center;
  z-index: 1;
}

.titleArea {
  background: url(../images/top/bg_mv.jpg) center top repeat;
  padding: 15px 0;
}

.titleArea > h1 {
  margin: auto;
  width: 1000px;
}

/* >>グローバルナビ */
.gnav {
  background: url(../images/bg_gnav.png) left top repeat-x;
  -ms-box-shadow: 0 1px 3px #666;
  box-shadow: 0 1px 3px #666;
  position: relative;
  top: 0;
  z-index: 11;
}

.gnav li {
  float: left;
  list-style-type: none;
}

/* >>パンくずナビ */
.bnav {
  background: url(../images/bg_bnav.png) left top repeat-x;
  font-size: 85%; /* @mogi 20141016 77% → 85% */
  padding: 12px 0;
}

.bnav > p {
  margin: auto;
  width: 1000px;
}

/*
---------------------------------------------------
==コンテンツ部分
---------------------------------------------------
*/
.contents {
  margin: 25px auto 40px;
  z-index: 2;
	font-size:110%; /* @mogi 20141016*/
}

/* >>編集可能エリア */
.contents > .wrap > .editArea { /* width: 920px; */
  margin: 0 40px 40px;
}

.contents p.leadTxt {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 5px;
}


h2.customer {
  background: url(../images/bg_h2.jpg) left top no-repeat;
	width:980px;
  font-size: 138.5%;
  line-height: 1.4;
  margin: 2em 0 1.25em;
  min-height: 32px;
  padding: 10px 0 0 24px;
  text-shadow: 1px 1px 1px #fff;
}

h2.customer:first-child {
  margin: 0 0 1.25em;
}

/* 見出し、段落 */
.editArea h2 {
  background: url(../images/bg_h2.jpg) left top no-repeat;
  font-size: 138.5%;
  line-height: 1.4;
  margin: 2em 0 1.25em;
  min-height: 32px;
  padding: 10px 0 0 24px;
  text-shadow: 1px 1px 1px #fff;
}

.editArea h2:first-child {
  margin: 0 0 1.25em;
}

.editArea h3 {
  color: #3c4f91;
  border: 1px solid #7c8dc9;
  border-radius: 5px;
  font-size: 123.1%;
  line-height: 1.4;
  margin: 1.75em 0 1em;
  padding: 8px 10px;
}

.editArea h4 {
  border-bottom: 1px solid #ccc;
  font-size: 116%;
  line-height: 1.4;
  margin: 1.75em 0 1em;
  padding: 0 0 6px;
}

.editArea p {
  line-height: 1.4;
  margin-bottom: 1.25em;
}

/* リスト */
.editArea ul {
  line-height: 1.4;
  list-style-type: square;
  margin: 0.5em 0 0.5em 1em;
}

.editArea ol {
  line-height: 1.4;
  list-style-type: decimal;
  margin: 0.5em 0 0.5em 1em;
}

.editArea > ul,
.editArea > ol {
  margin: 1.25em 0 1.25em 1em;
}

.editArea ul > li,
.editArea ol > li {
  margin: 0 0 0.5em 1em;
}

/* 表組み */
.tbl01 {
  border-bottom: 1px solid #999;
  line-height: 1.4;
  margin-bottom: 1.25em;
}

.tbl01 caption {
  color: #666;
  font-size: 116%;
  font-weight: bold;
  margin-bottom: 0.25em;
}

.tbl01 th,
.tbl01 td {
  border-top: 1px dotted #999;
  text-align: left;
  padding: 0.5em 1em;
}

.tbl01 tr:first-child th,
.tbl01 tr:first-child td {
  border-top-style: solid;
}

.tbl01 th {
  background-color: #eee;
  text-align: center;
}

/* カラム分け */
.editArea .col2 {
  float: left;
  margin-left: 2%;
  width: 49%;
}

.editArea .clrFix > .col2:first-child {
  margin-left: 0;
}

.editArea .col3 {
  float: left;
  margin-left: 2%;
  width: 32%;
}

.editArea .clrFix > .col3:first-child {
  margin-left: 0;
}

/* ボタンスタイル */
.txtbtn1 {
  background: #222 url(../images/ico_arrow01.png) 7px center no-repeat;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  text-shadow: 1px 1px 0 #222;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.txtbtn1:hover {
  background-color: #999;
  color: #fff;
  text-decoration: none;
}

.txtbtn2 {
  background: #3a4e8d url(../images/ico_arrow01.png) 7px center no-repeat;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  text-shadow: 1px 1px 0 #222;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.txtbtn2:hover {
  background-color: #8a9cd0;
  color: #fff;
  text-decoration: none;
}

/* 位置揃え系 */
p.alignright,
th.alignright,
td.alignright,
div.alignright,
li.alignright {
  text-align: right !important;
}

p.aligncenter,
th.aligncenter,
td.aligncenter,
div.aligncenter,
li.aligncenter {
  text-align: center !important;
}

p.alignleft,
th.alignleft,
td.alignleft,
div.alignleft,
li.alignleft {
  text-align: left !important;
}

th.alignmiddle,
td.alignmiddle,
img.alignmiddle {
  vertical-align: middle !important;
}

th.aligntop,
td.aligntop {
  vertical-align: top !important;
}

table.alignright,
img.alignright {
  float: right !important;
}

table.aligncenter,
img.aligncenter {
  margin: auto !important;
}

table.alignleft,
img.alignleft {
  float: left !important;
}


/*
---------------------------------------------------
==2階層目共通
---------------------------------------------------
*/
/* >>インデックスエリア */
.indexArea {
  background: url(../images/bg_indexArea_btm.png) left bottom no-repeat, url(../images/bg_indexArea.jpg) left top no-repeat;
  padding: 0 26px;
}

.ie .indexArea {
  background: url(../images/bg_indexArea.jpg) left top no-repeat;
}

.indexArea h2 {
  background: url(../images/title_indexArea.png) left top no-repeat;
  font-weight: normal;
  font-size: 131%;
  height: 17px;
  margin: 0 0 22px -26px;
  padding: 17px 0 0 22px;
}

.indexArea ul > li {
  float: left;
  list-style-type: none;
  margin-bottom: 23px;
  width: 462px;
}

.indexArea ul > li:nth-child(even) {
  margin-left: 23px;
}

.ie .indexArea ul > li:first-child + li, /* IE8以下は10個めまで対応 */
.ie .indexArea ul > li:first-child + li + li + li,
.ie .indexArea ul > li:first-child + li + li + li + li + li,
.ie .indexArea ul > li:first-child + li + li + li + li + li + li + li,
.ie .indexArea ul > li:first-child + li + li + li + li + li + li + li + li + li {
  margin-left: 23px;
}

.indexArea ul > li h3 {
  background: url(../images/ico_arrow01_2.png) left 5px no-repeat;
  font-size: 123.1%;
  padding: 5px 0 5px 20px;
}

.PGcustomer .indexArea ul > li h3 { /* ご利用の皆様へのみは画像リンク */
  background: none;
  padding: 0;
} 

.indexArea ul > li p {
  background-color: #325288;
  color: #fff;
  line-height: 1.4;
  padding: 15px;
}

/*
---------------------------------------------------
==3階層目共通
---------------------------------------------------
*/
/* >>メインカラム（左） */
.mainArea {
  float: left;
  width: 700px;
}

.mainArea .editArea {
  margin: 0;
}

/* >>サブカラム（右） */
.subArea {
  float: right;
  line-height: 1.4;
  width: 260px;
}

.subArea h2 a {
  background-color: #000;
  border-left: 3px solid #394e8d;
  color: #fff;
  display: block;
  font-size: 123.1%;
  font-weight: normal;
  padding: 10px 10px 10px 14px;
}

.subArea h2 a:hover {
  background-color: #222;
  color: #5a79ba;
}

.subArea > ul { /* メニュー第1階層 */
  border-top: 1px solid #ccc;
}

.subArea > ul > li {
  background: url(../images/ico_arrow01.png) left 12px no-repeat;
  border-bottom: 1px solid #ccc;
  font-size: 108%;
  list-style-type: none;
}

.subArea > ul > li > a {
  display: block;
  padding: 10px 5px 10px 20px;
}

.subArea > ul > li > ul > li { /* メニュー第2階層 */
  background: url(../images/ico_arrow02.png) 10px 15px no-repeat;
  border-top: 1px dotted #ccc;
  font-size: 100%;
  list-style-type: none;
}

.subArea > ul > li > ul > li > a {
  display: block;
  padding: 10px 5px 10px 25px;
}

.subArea > ul > li > ul > li > ul { /* メニュー第3階層 */
  border-top: 1px solid #eee;
}

.subArea > ul > li > ul > li > ul > li {
  background: url(../images/ico_arrow03.png) 20px 14px no-repeat;
  font-size: 93%;
  list-style-type: none;
}

.subArea > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 8px 5px 8px 33px;
}

.subArea a:hover {
  background-color: rgba(0,0,0,0.04);
  text-decoration: none;
}

.ie .subArea ul a:hover {
  background-color: #eee;
}

.subArea > ul > li.current_page_item > a,
.subArea > ul > li > ul > li.current_page_item > a,
.subArea > ul > li > ul > li > ul > li.current_page_item > a {
  background-color: rgba(180,192,224,0.25);
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}


/*
---------------------------------------------------
==トップページのみ
---------------------------------------------------
*/
/* >>お知らせ */
.infoArea {
  float: left;
  width: 700px;
}

/* >>新着情報 */
.whatsnewArea {
  float: right;
  width: 490px;
}

.infoArea h2,
.whatsnewArea h2 {
  margin-bottom: 10px;
  position: relative;
}

.infoArea h2 span,
.whatsnewArea h2 span {
  position: absolute;
  right: 10px;
  top: 10px;
}

.mainArea dl,
.editArea dl,
.infoArea dl,
.whatsnewArea dl {
  margin-bottom: 1.5em;
  width: 100%;

}

/*.mainArea dl dt,
.mainArea dl dd,
.editArea dl dt,
.editArea dl dd,*/
.infoArea dl dt,
.infoArea dl dd,
.whatsnewArea dl dt,
.whatsnewArea dl dd {
  border-bottom: 1px dotted #999;
  line-height: 1.4;
  padding: 0.75em 0;
}

/*.mainArea dl dt,
.editArea dl dt,*/
.infoArea dl dt,
.whatsnewArea dl dt {
  float: left;
  clear: both;
  color: #325085;
  padding-left: 1%;
  width: 28%;
}

/*.mainArea dl dd, 
.editArea dl dd,*/
.infoArea dl dd,
.whatsnewArea dl dd {
  margin-left: 18%;
  padding-left: 2%;
  width: 80%;
}

/*.mainArea dl dd a, 
.editArea dl dd a,*/
.infoArea dl dd a,
.whatsnewArea dl dd a {
  color: #333;
  text-decoration: none;
}

/*.mainArea dl dd a:hover, 
.editArea dl dd a:hover,*/
.infoArea dl dd a:hover,
.whatsnewArea dl dd a:hover {
  text-decoration: underline;
}

/* >>ピックアップ */
.pickupArea {
  background-color: #333;
  padding-bottom: 21px;
}

.pickupArea ul {
  margin: 10px auto 0;
  width: 952px;
}

.pickupArea li {
  float: left;
  line-height: 1.4;
  list-style-type: none;
  margin-left: 15px;
  width: 178px;
}

.pickupArea li:first-child {
  margin-left: 0;
}

.pickupArea li figure {
  margin-bottom: 5px;
}

.pickupArea li a {
  color: #fff;
  display: block;
  text-decoration: underline;
}

.pickupArea li a:hover {
  color: #9fabd4;
  text-decoration: none;
}

/* >>サブカラム（右） */
.subAreaTop {
  float: right;
  line-height: 1.4;
  width: 260px;
}

.subAreaTop h2 a {
  background-color: #000;
  border-left: 3px solid #394e8d;
  color: #fff;
  display: block;
  font-size: 123.1%;
  font-weight: normal;
  padding: 10px 10px 10px 14px;
}

.subAreaTop h2 a:hover {
  background-color: #222;
  color: #5a79ba;
}

.subAreaTop > ul { /* メニュー第1階層 */
  border-top: 1px solid #ccc;
}

.subAreaTop > ul > li {
  background: url(../images/ico_arrow01.png) left 12px no-repeat;
  border-bottom: 1px solid #ccc;
  font-size: 108%;
  list-style-type: none;
}

.subAreaTop > ul > li > a {
  display: block;
  padding: 10px 5px 10px 20px;
}

.subAreaTop > ul > li > ul > li { /* メニュー第2階層 */
  background: url(../images/ico_arrow02.png) 10px 15px no-repeat;
  border-top: 1px dotted #ccc;
  font-size: 100%;
  list-style-type: none;
}

.subAreaTop > ul > li > ul > li > a {
  display: block;
  padding: 10px 5px 10px 25px;
}

.subAreaTop > ul > li > ul > li > ul { /* メニュー第3階層 */
  border-top: 1px solid #eee;
}

.subAreaTop > ul > li > ul > li > ul > li {
  background: url(../images/ico_arrow03.png) 20px 14px no-repeat;
  font-size: 93%;
  list-style-type: none;
}

.subAreaTop > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 8px 5px 8px 33px;
}

.subAreaTop a:hover {
  background-color: rgba(0,0,0,0.04);
  text-decoration: none;
}

.ie .subAreaTop ul a:hover {
  background-color: #eee;
}

.subAreaTop > ul > li.current_page_item > a,
.subAreaTop > ul > li > ul > li.current_page_item > a,
.subAreaTop > ul > li > ul > li > ul > li.current_page_item > a {
  background-color: rgba(180,192,224,0.25);
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}



/*
---------------------------------------------------
==フッター
---------------------------------------------------
*/
body > footer {
  background: #d2d2d2 url(../images/bg_footer.jpg) left bottom repeat-x;
  -ms-box-shadow: 0 -1px 3px #666;
  box-shadow: 0 -1px 3px #666;
  padding-top: 22px;
}

/* >>サイトマップ部分 */
.sitemapArea {
  background: url(../images/bg_footerlinks.png) left top repeat-y;
}

.sitemapArea > div {
  float: left;
  font-size: 93%;
  line-height: 1.4;
  padding: 0 12px;
}

.sitemapArea > div a {
  color: #000;
}

.sitemapArea > div > ul {
  margin-top: -20px;
}

.sitemapArea > div > ul > li { /* サイトマップ1階層目 */
  background: url(../images/ico_arrow01.png) left 3px no-repeat;
  list-style-type: none;
  margin-top: 25px;
  padding-left: 15px;
}

.sitemapArea > div > ul > li > ul { /* サイトマップ2階層目 */
  margin-top: 5px;
}

.sitemapArea > div > ul > li > ul > li {
  background: url(../images/ico_arrow02.png) left 4px no-repeat;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 13px;
}

.sitemapArea > div > ul > li > ul > li > ul { /* サイトマップ3階層目 */
  margin-top: 3px;
}

.sitemapArea > div > ul > li > ul > li > ul > li {
  background: url(../images/ico_arrow03.png) left 4px no-repeat;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 13px;
}

.colLogo {
  padding: 0 !important;
  width: 168px;
}

.colLogo p:first-child {
  margin: 37px 0 26px;
}

.colLogo p:last-child {
  margin-left: 10px;
}

.ie .colLogo p:first-child + p {
  margin-left: 10px;
}

.colLine1 {
  width: 201px;
}

.colLine2 {
  width: 202px;
}

.colLine3 {
  width: 171px;
}

.colLine4 {
  width: 162px;
}

.copyright {
  background-color: #191919;
  color: #fff;
  font-size: 93%;
  margin-top: 22px;
  padding: 10px 0;
  text-align: center;
}

/*
---------------------------------------------------
==PAGETOPボタン
---------------------------------------------------
*/
.pagetop {
  margin: auto;
  text-align: right;
  width: 1000px;
}


/* table style01 */
.tbl01 {
  margin-bottom:2em;
  font-size:87.5%;
}

.tbl01 caption {
  margin-bottom:0.25em;
  padding:0.75em 0.5em;
  border-bottom:1px solid #ccc;
  background: #ddd;
  font-weight:bold;
  font-size:120%;
  text-shadow:1px 1px 0 #fff;
}

.tbl01 th,
.tbl01 td {
  padding:0.5em;
  border-bottom:1px solid #ccc;
}

.tbl01 th {
  font-weight:bold;
}

/* table style02 */
.tbl02 {
  margin-bottom:2em;
  border-left:1px solid #666;
  border-top:1px solid #666;
  background-color:#fff;
  -moz-box-shadow:1px 1px 2px #ccc;
  -webkit-box-shadow:1px 1px 2px #ccc;
  -o-box-shadow:1px 1px 2px #ccc;
  -ms-box-shadow:1px 1px 2px #ccc;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=2, enabled=true);
  box-shadow:1px 1px 2px #ccc;
  font-size:87.5%;
}

.tbl02 caption {
  padding:0.75em 0.5em;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 92%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(92%, #ffffff));
  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 92%);
  background: -o-linear-gradient(top, #ededed 0%, #ffffff 92%);
  background: -ms-linear-gradient(top, #ededed 0%, #ffffff 92%);
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 92%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
  font-weight:bold;
  font-size:120%;
}

.tbl02 th {
  padding:0.75em;
  border-right:1px solid #666;
  border-bottom:1px solid #666;
  background-color:#eee;
  font-weight:bold;
}

.tbl02 td {
  padding:0.75em;
  border-right:1px solid #666;
  border-bottom:1px solid #666;
}

/* table style03 */
.tbl03 {
  margin-bottom:2em;
  border-top:1px solid #333;
  border-left:1px solid #666;
  font-size:87.5%;
}

.tbl03 caption {
  padding:0.75em 0;
  font-weight:normal;
  font-size:120%;
  text-shadow:1px 1px 0 #fff;
}

.tbl03 caption:before {
  content:"▼";
  margin-right:0.5em;
}

.tbl03 th {
  padding:0.75em;
  border-right:1px solid #666;
  border-bottom:1px solid #333;
  background-color:#777;
  color:#fff;
  font-weight:bold;
}

.tbl03 td {
  padding:0.75em;
  border-right:1px solid #666;
  border-bottom:1px solid #333;
}

/* QA added 2014/08/08 @mogi */
div.qa dl {
	width:100%;
}
 
div.qa dt.accordion {
  padding: 10px 5px;
  color: #000;
  cursor: pointer;
  border-bottom: 1px dotted #ccc;
}

div.qa dt.accordion:hover {
  background-color: #8a9cd0;
}
  
  
div.qa dd {
  color: #666;
  border-left: 5px solid #eee;
  font-size: 87.5%;
  margin: 10px 0 15px 15px;
  padding-left: 10px;
  line-height: 1.6;
}

/* text link btn */
.btncen {
  margin:auto;
}

/* btn common style */
.btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.btnStyle1 { /* gray glass */
  display:block;
  width:12em;
  padding:0.5em;
  border:1px solid #999;
  border-radius:4px;
  background:#dbdbdb;
  background:-moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));
  background:-webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background:-o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Opera11.10+ */
  background:-ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
  background:linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  -moz-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -webkit-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -o-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -ms-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true);
  box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  color:#333 !important;
  text-shadow:#fff 1px 1px 1px;
  text-align:center;
  text-decoration:none;
}

.btnStyle1:hover {
  color:#333;
  text-decoration:none;
}

.btnStyle2 { /* blue glass */
  display:block;
  width:12em;
  padding:0.5em;
  border:1px solid #57aedd;
  border-radius:4px;
  background: #ebf1f6;
  background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf1f6), color-stop(50%, #abd3ee), color-stop(51%, #89c3eb), color-stop(100%, #d5ebfb));
  background: -webkit-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
  background: -o-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
  background: -ms-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
  background: linear-gradient(to bottom, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb', GradientType=0 );
  -moz-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -webkit-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -o-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -ms-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true);
  box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  color:#333 !important;
  text-shadow:#fff 1px 1px 1px;
  text-align:center;
  text-decoration:none;
}

.btnStyle2:hover {
  color:#333;
  text-decoration:none;
}

.btnStyle3 { /* black glass */
  display:block;
  width:12em;
  padding:0.5em;
  border:1px solid #222;
  border-radius:4px;
  background: #646b6d;
  background: -moz-linear-gradient(top, #646b6d 0%, #3b3f3e 50%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646b6d), color-stop(50%, #3b3f3e), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
  background: -webkit-linear-gradient(top, #646b6d 0%, #3b3f3e 50%, #0a0e0a 51%, #0a0809 100%);
  background: -o-linear-gradient(top, #646b6d 0%, #3b3f3e 50%, #0a0e0a 51%, #0a0809 100%);
  background: -ms-linear-gradient(top, #646b6d 0%, #3b3f3e 50%, #0a0e0a 51%, #0a0809 100%);
  background: linear-gradient(to bottom, #646b6d 0%, #3b3f3e 50%, #0a0e0a 51%, #0a0809 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646b6d', endColorstr='#0a0809', GradientType=0 );
  -moz-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -webkit-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -o-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -ms-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true);
  box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  color:#fff !important;
  text-shadow:#000 1px 1px 1px;
  text-align:center;
  text-decoration:none;
}

.btnStyle3:hover {
  color:#fff;
  text-decoration:none;
}

.btnStyle4 { /* orange glass */
  display:block;
  width:10em;
  padding:0.5em;
  border:1px solid #f60;
  border-radius:4px;
  background: #feccb1;
  background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feccb1), color-stop(50%, #f17432), color-stop(51%, #ea5507), color-stop(100%, #fb955e));
  background: -webkit-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  background: -o-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  background: -ms-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  background: linear-gradient(to bottom, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e', GradientType=0 );/* IE6-9 */
  -moz-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -webkit-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -o-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -ms-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true);
  box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  color:#fff !important;
  text-shadow:#000 1px 1px 1px;
  text-align:center;
  text-decoration:none;
}

.btnStyle4:hover {
  color:#fff;
  text-decoration:none;
}

.btnStyle5 { /* login btn */
  display:block;
  width:24em;
  padding:0.75em 0.5em;
  border:1px solid #999;
  border-radius:4px;
  background:#dbdbdb;
  background:-moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));
  background:-webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background:-o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Opera11.10+ */
  background:-ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
  background:linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  -moz-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -webkit-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -o-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -ms-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true);
  box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  color:#333 !important;
  text-shadow:#fff 1px 1px 1px;
  text-align:center;
  text-decoration:none;
}

.btnStyle5:hover {
  color:#333;
  text-decoration:none;
}


.btnStyle6 { /* blue glass */
  display:block;
  width:14.2em;
  padding:0.5em;
  border:1px solid #57aedd;
  border-radius:4px;
  background: #ebf1f6;
  background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf1f6), color-stop(50%, #abd3ee), color-stop(51%, #89c3eb), color-stop(100%, #d5ebfb));
  background: -webkit-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
  background: -o-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
  background: -ms-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
  background: linear-gradient(to bottom, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb', GradientType=0 );
  -moz-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -webkit-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -o-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  -ms-box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true);
  box-shadow:2px 2px 3px #ccc, inset 0 0 5px #fff;
  color:#333 !important;
  text-shadow:#fff 1px 1px 1px;
  text-align:center;
  text-decoration:none;
}

.btnStyle6:hover {
  color:#333;
  text-decoration:none;
}


/* form */
/* form style */
.tbl-form {
  border-top: 1px dotted #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 87.5%;
  width: 100%;
}

.tbl-form th {
  border-bottom: 1px dotted #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  padding: 0.75em 0.5em;
  vertical-align: middle;
  width: 33%;
}

.tbl-form th span {
  color: #f00;
  font-size: 75%;
  font-weight: normal;
  margin-left: 0.5em;
}

.tbl-form td {
  border-bottom: 1px dotted #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.75em 0.5em;
  vertical-align: middle;
  width: 67%;
}

.tbl-form td input[type="text"] {
  border: 1px solid #ccc;
  border-radius:0.25em;
  -moz-box-shadow: inset 1px 1px 2px #ccc;
  -ms-box-shadow: inset 1px 1px 2px #ccc;
  -o-box-shadow: inset 1px 1px 2px #ccc;
  -webkit-box-shadow: inset 1px 1px 2px #ccc;
  box-shadow: inset 1px 1px 2px #ccc;
  padding: 0.5em;
}

.tbl-form td input[type="text"]:focus {
  background-color: #e9f4e1;
}

.tbl-form td span {
  color: #666;
  font-size: 87.5%;
  margin-left: 0.5em;
}

.tbl-form td label {
  display: block;
  margin-bottom: 0.25em;
}

.tbl-form .tbox-s {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tbl-form .tbox-m {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btnArea {
  margin:2em auto;
  text-align:center;
}

.submitBtn {
  width:10em;
  padding:0.5em 0;
  border-radius:4px;
  border:1px solid #000;
  background: #646b6d;
  background: -moz-linear-gradient(top, #646b6d 0%, #3b3f3e 50%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646b6d), color-stop(50%, #3b3f3e), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
  background: -webkit-linear-gradient(top, #646b6d 0%, #3b3f3e 50%, #0a0e0a 51%, #0a0809 100%);
  background: -o-linear-gradient(top, #646b6d 0%, #3b3f3e 50%, #0a0e0a 51%, #0a0809 100%);
  background: -ms-linear-gradient(top, #646b6d 0%, #3b3f3e 50%, #0a0e0a 51%, #0a0809 100%);
  background: linear-gradient(to bottom, #646b6d 0%, #3b3f3e 50%, #0a0e0a 51%, #0a0809 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646b6d', endColorstr='#0a0809', GradientType=0 );
  color:#fff;
  text-align:center;
  text-shadow:1px 1px 0 #000;
}

.submitBtn:hover {
  background: #81898c;
  background: -moz-linear-gradient(top, #81898c 0%, #5b605f 50%, #212d2c 51%, #16181c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #81898c), color-stop(50%, #5b605f), color-stop(51%, #212d2c), color-stop(100%, #16181c));
  background: -webkit-linear-gradient(top, #81898c 0%, #5b605f 50%, #212d2c 51%, #16181c 100%);
  background: -o-linear-gradient(top, #81898c 0%, #5b605f 50%, #212d2c 51%, #16181c 100%);
  background: -ms-linear-gradient(top, #81898c 0%, #5b605f 50%, #212d2c 51%, #16181c 100%);
  background: linear-gradient(to bottom, #81898c 0%, #5b605f 50%, #212d2c 51%, #16181c 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81898c', endColorstr='#16181c', GradientType=0 );
}

.resetBtn {
  width:10em;
  padding:0.5em 0;
  border-radius:4px;
  border:1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );
  color:#555;
  text-align:center;
  text-shadow:1px 1px 0 #fff;
}

.resetBtn:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  color:#777;
}


/*.committee*/.committee2{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	background-color:#FF9;
}
.report2{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	background-color:#CFF;
}
.event2{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	background-color:#F9C;
}
.seminar2{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	background-color:#F96;
}
.other2{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	background-color:#CCC;
}

.topics2{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	background-color:#EEE;
}

.member_topics2{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	color:#FFF;
	background-color:#06F;
}

.column2{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	color:#FFF;
	background-color:#006;
}
.joint{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	color:#000;
	background-color:#BF89FF;
}

.member_general_assembly{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	color:#000;
	background-color:#f07239;
}
.member_opinion_inquiry{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	color:#000;
	background-color:#f0cd39;
}
.member_tweets{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	color:#000;
	background-color:#b8f039;
}
.member_news{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	color:#000;
	background-color:#E3DB8C;
}
.member_pr{
	width:65px;
	text-align:center;
	margin-right:10px;
	padding:4px;
	float:left;
	color:#000;
	background-color:#7139F0;
}


/*2014/11/30 追加*/
.eventArea section {
  margin-bottom: 10px;
}

.eventArea section .floatL {
  float: left;
  width: 150px;
}

.eventArea. section .floatL a {
  background-position: center center;
  background-size: cover;
  display: block;
  overflow: hidden;
  /* *overflow: auto; for IE7 */
  width: 150px;
height:150px;
  /* *height: 126px; for IE7 */
  /*padding-top: 150px;*/
}
.eventArea section .floatR {
  float: right;
  width: 520px;
}

.infoArea dl dt span{
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 80%;
    margin-left: 5%;
    padding: 1px 0;
    text-align: center;
    width: 40%;
over-flow:hidden;
}
.labelOshirase {
  background-color: #3b4d8c;
}
.labelShinchaku {
  background-color: #D74;
}
.labelOther {
  background-color: #FF5500
}