<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */



/*--------------------------
----------------------------
----------------------------
トップページ
----------------------------
----------------------------
--------------------------*/

/*--------------------------
ヘッダー　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
/* === ヘッダー検索部 === */
#index #header div.google_search {
	padding-bottom: 4px;
}
}

/*--------------------------
共通ナビ　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
}



/*--------------------------
----------------------------
----------------------------
タイトル画像
----------------------------
----------------------------
--------------------------*/

/* === 校友会情報 === */
body.news div#titleimage p {
	background: url(../../img/news/title_pc.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body.news div#titleimage p {
	background: url(../../img/news/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body.news div#titleimage p {
	background: url(../../img/news/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === 関大情報 === */
body.kunews div#titleimage p {
	background: url(../../img/kunews/title_pc.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body.kunews div#titleimage p {
	background: url(../../img/kunews/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body.kunews div#titleimage p {
	background: url(../../img/kunews/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === 校友会について === */
body.outline div#titleimage p {
	background: url(../../img/outline/title_pc.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body.outline div#titleimage p {
	background: url(../../img/outline/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body.outline div#titleimage p {
	background: url(../../img/outline/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === 校友の皆様へ === */
body.info div#titleimage p {
	background: url(../../img/info/title_pc.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body.info div#titleimage p {
	background: url(../../img/info/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body.info div#titleimage p {
	background: url(../../img/info/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === 行事予定 === */
body.event div#titleimage p {
	background: url(../../img/event/title_pc.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body.event div#titleimage p {
	background: url(../../img/event/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body.event div#titleimage p {
	background: url(../../img/event/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === 校友会の活動 === */
body.member div#titleimage p {
	background: url(../../img/member/title_pc.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body.member div#titleimage p {
	background: url(../../img/member/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body.member div#titleimage p {
	background: url(../../img/member/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === お問い合わせ・ご連絡 === */
body.koyukai div#titleimage p {
	background: url(../../img/koyukai/title_pc.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body.koyukai div#titleimage p {
	background: url(../../img/koyukai/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body.koyukai div#titleimage p {
	background: url(../../img/koyukai/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === リンク === */
body#link div#titleimage p {
	background: url(../../img/link/title_pc.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body#link div#titleimage p {
	background: url(../../img/link/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body#link div#titleimage p {
	background: url(../../img/link/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === このサイトについて === */
body#site div#titleimage p {
	background: url(../../img/site/title_pc.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body#site div#titleimage p {
	background: url(../../img/site/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body#site div#titleimage p {
	background: url(../../img/site/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === 個人情報保護ポリシー === */
body#policy div#titleimage p {
	background: url(../../img/policy/title_pc.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body#policy div#titleimage p {
	background: url(../../img/policy/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body#policy div#titleimage p {
	background: url(../../img/policy/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === サイト内検索 === */
body#search_result div#titleimage p {
	background: url(../../img/search_result/title_pc.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body#search_result div#titleimage p {
	background: url(../../img/search_result/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body#search_result div#titleimage p {
	background: url(../../img/search_result/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === サイトマップ === */
body#sitemap div#titleimage p {
	background: url(../../img/sitemap/title_pc.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body#sitemap div#titleimage p {
	background: url(../../img/sitemap/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body#sitemap div#titleimage p {
	background: url(../../img/sitemap/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === Facebookアカウント登録手順 === */
body#fbacount div#titleimage p {
	background: url(../../img/fbacount/title_pc.jpg) no-repeat 0px 0px;
}


@media screen and (max-width: 640px) {
body#fbacount div#titleimage p {
	background: url(../../img/fbacount/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body#fbacount div#titleimage p {
	background: url(../../img/fbacount/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === 各種申請書 === */
body#application div#titleimage p {
	background: url(../../img/application/title_pc02.jpg) no-repeat 0px 0px;
}

@media screen and (max-width: 640px) {
body#application div#titleimage p {
	background: url(../../img/fbacount/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body#application div#titleimage p {
	background: url(../../img/fbacount/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}
}

/* === 追加動画ページ === */
body#movie div#titleimage p {
	background: url(../../img/movie/title_pc.jpg) no-repeat 0px 0px;
}

.officallink {
	float:left;
	margin:10px;
}

.annexlink {
	float:left;
	margin:10px;
}


body#movie div.clearfix {
	clear:both;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

@media screen and (max-width: 640px) {
body#movie div#titleimage p {
	background: url(../../img/movie/title_sp.jpg) no-repeat 0px 0px #537d77;
	background-size: contain;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
body#movie div#titleimage p {
	background: url(../../img/movie/title_tb.jpg) no-repeat 0px 0px;
	background-size: cover;
}


}

/*--------------------------
----------------------------
----------------------------
メインビジュアル
----------------------------
----------------------------
--------------------------*/

#slideareapane {
	width: 100%;
	padding-bottom: 22px;
	background-color: #ffffff;
}
#slideareapane.fix {
	margin-top: 70px;
}
*+html #slideareapane.fix {
	margin-top: 0px;
	padding-top: 70px;
}
#slidearea {
	position: relative;
	width: 980px;
	height: 320px;
	margin: 0 auto 0px;
	overflow: hidden;
}
#slidearea p {
	z-index: 1;
}

#mainVidual{
	z-index: 5;
	position: relative;
	width: 100%;
	margin: 0 0 5px 0;
	line-height: 0;
}

#slideSet{
	width: 980px;
	height: 320px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
}
#slideBox{
	position: relative;
	width: 980px;
	height: 320px;
	margin: 0 0 0 0;
}
#slideBox .box{
	width: 100%;
	height: 320px;
	overflow: hidden;
	position: absolute;
}
#slideBox .slide{
	position: absolute;
	width: 100%;
	height: 320px;
	left: 0;
	line-height: 0;
}
#slideBox .slide1{
	z-index: 5;
}
#slideBox .slide2,
#slideBox .slide3,
#slideBox .slide4{
	z-index: 1;
}

/* インジケーター */
#slideNaviSet{
	position: absolute;
	top: 300px;
	right: 0px;
	z-index: 100;
}
#slideNaviSet ul {
	width: 152px;
	padding: 4px 0px 4px 4px;
	background-color: #000000;
}
#slideNaviSet ul li {
	float: left;
	width: 34px;
	margin-right: 4px;
	height: 7px;
	background-color: #ffffff;
}
#slideNaviSet ul li span {
	display: block;
	width: 34px;
	height: 7px;
	cursor: pointer;
}
#slideNaviSet ul li.selected {
	cursor: default;
	background-color: #4c4cba;
}
#slideNaviSet ul li.selected span {
	display: none;
}


/*--------------------------
メインビジュアル　スマホ
--------------------------*/
@media (max-width: 640px) {
#mainVidual{
	margin-bottom: 0px;
}
#slidearea {
	top: 0px;
	width: 100%;
	height: inherit;
	margin: 0 auto 2px;
}
#slideareapane {
	padding-bottom: 17px;
}
#slideareapane.fix {
	margin-top: 0px;
}
#slideSet{
	width: 100%;
	height: inherit;
	margin: 0;
}
#slideBox{
	width: 100%;
	height: 0;
	padding-bottom: 0;
}
#slideBox .box{
	height: 0;
	padding-bottom: 32.6%;
}
#slideBox .slide{
	height: auto;
}
/* インジケーター */
#slideNaviSet {
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	top: 0px;
	right: 0px;
	padding: 8px 0 7px;
	background-color: #333333;
}
#slideNaviSet ul {
	position: relative;
	left: 50%;
	width: 220px;
	margin: inherit;
	padding: 0px 0px 0px 3px;
	background-color: #333333;
}
#slideNaviSet ul li {
	position: relative;
	left: -50%;
	float: left;
	width: 50px;
	margin-right: 5px;
	height: 10px;
	background-image: none;
}
#slideNaviSet ul li span {
	width: 50px;
	height: 10px;
	background-color: #ffffff;
	cursor: default;
}
#slideNaviSet ul li:last-child {
	margin-right: 0px;
}
#slideNaviSet ul li.selected span {
	display: block;
	background-color: #4c4cba;
}
}

/*--------------------------
メインビジュアル　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
#mainVidual{
	margin-bottom: 0px;
}
#slideareapane {
	padding-bottom: 13px;
}
#slidearea {
	top: 0px;
	width: auto;
	margin: 0 auto 3px;
	padding: 4px 10px 0px;
	height: inherit;
}
#slideSet{
	width: 100%;
	height: inherit;
	margin: 0;
}
#slideBox{
	width: 100%;
	height: 0;
	padding-bottom: 0;
}
#slideBox .box{
	height: 0;
	padding-bottom: 32.6%;
}
#slideBox .slide{
	height: auto;
}
/* インジケーター */
#slideNaviSet {
	position: relative;
	overflow: hidden;
	top: 0px;
	right: 0px;
	padding: 8px 0px 8px;
	background-color: #333333;
}
#slideNaviSet ul {
	position: relative;
	left: 50%;
	margin: inherit;
	padding: 0px 8px 0px 2px;
	background-color: #333333;
}
#slideNaviSet ul li {
	position: relative;
	left: -50%;
	float: left;
}
#slideNaviSet ul li span {
}
#slideNaviSet ul li:last-child {
	margin-right: 0px;
}
#slideNaviSet ul li.selected {
}
}


/*--------------------------
----------------------------
----------------------------
コンテンツ部分
----------------------------
----------------------------
--------------------------*/
#index #contents {
	padding-top: 24px;
}
#index #contents div.contents {
	margin: 0 auto;
}

/*--------------------------
コンテンツ　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
#index #contents {
	margin-top: 0px;
	padding-top: 13px;
	background-color: #ededf8;
}
#index #contents div.contents {
	margin: 0 auto;
	background-color: #ffffff;
}
#index #contents div.contentsouter {
	margin: 25px 0px 0px 40px;
	background-color: transparent;
	border-top: 0px none transparent;
}
}

/*--------------------------
コンテンツ　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
#index #contents {
	margin-top: 3px;
	padding-top: 16px;
	background-color: #ededf8;
}
#index #contents div.contents {
	margin: 0 auto 0px;
}
#index div.contentsinner {
	padding: 0px 19px 12px;
}
}


/* === バナーエリア === */
#index #contents div.bannerfield {
	display: block;
	float: right;
	width: 280px;
	margin: 0;
}
#index #column3 {
	padding: 0px 10px 6px;
}
/*--------------------------
バナーエリア　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
#index #contents div.bannerfield {
	float: none;
	width: auto;
	margin: 0px 0px;
}
#index #column3 {
	padding: 25px 10px 13px;
	background-color: #ededf8;
}
#index #column3 .featureSet .bannerSet ul li.link5 {
    margin: 0 0 10px;
	padding: 0px 5px;
}
}

/*--------------------------
バナーエリア　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
#index #contents div.bannerfield {
	float: right;
	width: 260px;
}
#index #column3 {
	padding: 0px 0px 6px;
}
#index #column3 .featureSet {
	padding-top: 0px;
}
#index column3 .featureSet .fb_banner {
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
}


/* === コンテンツエリア === */
#index #contents div.contentsfield {
	float: left;
	width: 700px;
}
#index #contents div.contentsouter {
	margin: 0px 40px 0px 0px;
	background-color: transparent;
	border-top: 0px none transparent;
}
	
/*--------------------------
コンテンツエリア　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
#index #contents div.contentsfield {
	float: none;
	width: auto;
	min-height: inherit;
}
#index #contents div.contentsouter {
	margin: 0;
	padding: 0;
}
}

/*--------------------------
コンテンツエリア　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
#index #contents div.contentsfield {
	float: left;
	width: 100%;
	min-height: inherit;
	margin-right: -260px;
	margin-left: 0px;
	padding-left: 0;
}
#index #contents div.contentsouter {
    margin: 0 260px 0 0;
	padding-right: 30px;
	padding-left: 0px;
}
}


/* === 校友会情報 === */
#contents div.news_koyukai {
	width: 660px;
	margin: 0 0 29px;
	background-color: #ffffff;
}
/* --- タイトル --- */
#contents div.news_koyukai div.titlearea {
	position: relative;
	min-height: 16px;
	padding: 16px 0px 15px;
	background-color: #ededf8;
	border-top: 4px solid #3e47b1;
}
h2.title_koyukai {
	position: absolute;
	top: 16px;
	left: 0px;
	width: 84px;
	height: 16px;
	background: url(../../img/index/title_koyukai.gif) no-repeat 0px 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* --- 右ボタン --- */
#contents div.news_koyukai p.all {
	float: right;
	padding-top: 2px;
	line-height: 1;
}
#contents div.news_koyukai p.all a:hover {
}
#contents div.news_koyukai p.rss {
	float: right;
	padding-top: 2px;
	padding-left: 14px;
	line-height: 1;
}
#contents div.news_koyukai p.rss a:hover {
}
/* --- 一覧部分 --- */
#contents div.news_koyukai dl.newslist {
	padding-top: 7px;
	padding: 4px 20px 6px 19px;
	border: 1px solid #e2e2f2;
}
#contents div.news_koyukai dl.newslist dt {
	clear: left;
	float: left;
	height: 17px;
	line-height: 17px;
	padding: 12px 0px 0px 0px;
}
#contents div.news_koyukai dl.newslist dt span {
	display: block;
	width: 5em;
	padding-top: 1px;
}
/* --- アイコン --- */
#contents div.news_koyukai dl.newslist dd {
	display: block;
    min-height: 15px;
	padding: 12px 0px  7px 5em;
	border-top: 1px dotted #dddddd;
	line-height: 1.7;
}
#contents div.news_koyukai dl.newslist dd.first {
	border-top: 0px none transparent;
}
*+html #contents div.news_koyukai dl.newslist dd {
    min-height: auto;
    min-height: 15px;
}
#contents div.news_koyukai dl.newslist dd.new img.new {
	display: inline;
}
#contents div.news_koyukai dl.newslist dd a {
	display: inline-block;
	margin-left: 10px;
	padding-left: 17px;
	background-position: 0px 0.3em;
	color: #1913a3;
}
#contents div.news_koyukai dl.newslist dd a:hover {
	color: #5151a3;
}
	
/* === 関大情報 === */
#contents div.news_kandai {
	width: 660px;
	margin: 0 0 0px;
	background-color: #ffffff;
}
/* --- タイトル --- */
#contents div.news_kandai div.titlearea {
	position: relative;
	min-height: 16px;
	padding: 16px 0px 15px;
	background-color: #ededf8;
	border-top: 4px solid #ae4641;
}
h2.title_kandai {
	position: absolute;
	top: 16px;
	left: 0px;
	width: 84px;
	height: 16px;
	background: url(../../img/index/title_kandai.gif) no-repeat 0px 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* --- 右ボタン --- */
#contents div.news_kandai p.all {
	float: right;
	padding-top: 2px;
	line-height: 1;
}
#contents div.news_kandai p.all a:hover {
}
#contents div.news_kandai p.rss {
	float: right;
	padding-top: 2px;
	padding-left: 14px;
	line-height: 1;
}
#contents div.news_kandai p.rss a:hover {
}
/* --- 一覧部分 --- */
#contents div.news_kandai dl.newslist {
	padding-top: 7px;
	padding: 4px 20px 8px 19px;
	border: 1px solid #e2e2f2;
}
#contents div.news_kandai dl.newslist dt {
	clear: left;
	float: left;
	height: 17px;
	line-height: 17px;
	padding: 12px 0px 0px 0px;
}
#contents div.news_kandai dl.newslist dt span {
	display: block;
	width: 5em;
	padding-top: 1px;
}
/* --- アイコン --- */
#contents div.news_kandai dl.newslist dd {
	display: block;
    min-height: 15px;
	padding: 12px 0px 7px 5em;
	border-top: 1px dotted #dddddd;
	line-height: 1.7;
}
#contents div.news_kandai dl.newslist dd.first {
	border-top: 0px none transparent;
}
*+html #contents div.news_kandai dl.newslist dd {
    min-height: auto;
    min-height: 15px;
}
#contents div.news_kandai dl.newslist dd.new img.new {
	display: inline;
}
#contents div.news_kandai dl.newslist dd a {
	display: inline-block;
	margin-left: 10px;
	padding-left: 17px;
	background-position: 0px 0.3em;
	color: #1913a3;
}
#contents div.news_kandai dl.newslist dd a:hover {
	color: #5151a3;
}
	
/*--------------------------
新着情報　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
#contents div.news_koyukai {
	width: auto;
	margin: 0px 0px 0px;
	padding: 7px 10px 17px;
	background-color: transparent;
}
#contents div.news_kandai {
	width: auto;
	margin: 0px 0px 0px;
	padding: 2px 10px 18px;
	background-color: transparent;
}
/* --- タイトル --- */
#contents div.news_koyukai div.titlearea {
	padding: 15px 0px 12px;
}
#contents div.news_kandai div.titlearea {
	padding: 16px 0px 12px;
}
h2.title_koyukai,
h2.title_kandai {
	float: left;
	width: auto;
	height: auto;
	background-image: none;
	font-size: 15px;
    line-height: 1;
	font-weight: normal;
	text-indent: 0;
	white-space: inherit;
	overflow: visible;
}
h2.title_koyukai {
	color: #3e47b1;
}
h2.title_kandai {
	color: #ae4641;
}
/* --- 右ボタン --- */
#contents div.news_koyukai p.all a,
#contents div.news_kandai p.all a,
#contents div.news_koyukai p.rss a,
#contents div.news_kandai p.rss a {
	text-decoration: none;
}
/* --- 一覧部分 --- */
#contents div.news_koyukai dl.newslist,
#contents div.news_kandai dl.newslist {
	padding: 3px 11px 5px;
	background-color: #ffffff;
}
#contents div.news_koyukai dl.newslist dt,
#contents div.news_kandai dl.newslist dt {
    display: inline-block;
	clear: none;
	float: none;
	width: auto;
	height: 17px;
	line-height: 17px;
	padding: 9px 45px 0px 0px;
}
#contents div.news_koyukai dl.newslist dd,
#contents div.news_kandai dl.newslist dd {
	display: block;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px dotted #dddddd;
	border-top: 0px none transparent;
	line-height: 1.6;
}
#contents div.news_koyukai dl.newslist dd:nth-child(8),
#contents div.news_kandai dl.newslist dd:nth-child(8) {
	border-bottom: 0px none transparent;
}
#contents div.news_koyukai dl.newslist dd a,
#contents div.news_kandai dl.newslist dd a {
	margin-left: 0px;
	background-size: 11px 11px;
}
#contents div.news_koyukai dl.newslist dd a:hover,
#contents div.news_kandai dl.newslist dd a:hover {
	background-size: 11px 11px;
}
/* --- 一覧部分 タブレットとスマホでは出さない記事 --- */
#contents div.news_koyukai dl.newslist dt.list_spover,
#contents div.news_koyukai dl.newslist dd.list_spover,
#contents div.news_kandai dl.newslist dt.list_spover,
#contents div.news_kandai dl.newslist dd.list_spover {
	display: none;
}
}

/*--------------------------
新着情報　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 720px) {
/* --- 一覧部分 --- */
#contents div.news_koyukai dl.newslist dt,
#contents div.news_kandai dl.newslist dt {
	clear: none;
	float: none;
    width: 9em;
	padding: 8px 43px 0px 0px;
	background-position: right 9px !important;
}
#contents div.news_koyukai dl.newslist dd,
#contents div.news_kandai dl.newslist dd {
	display: block;
	padding: 3px 0 8px;
	border-top: 0px none transparent;
	border-bottom: 1px dotted #dddddd;
	line-height: 1.5;
}
#contents div.news_koyukai dl.newslist dd:last-child,
#contents div.news_kandai dl.newslist dd:last-child {
	border-bottom: 0px none transparent;
}
#contents div.news_koyukai dl.newslist dd a,
#contents div.news_kandai dl.newslist dd a {
	display: block;
    margin-left: 0px;
	padding-left: 17px;
	text-decoration: underline;
	color: #1913a3;
}
#contents div.news_koyukai dl.newslist dd a:hover,
#contents div.news_kandai dl.newslist dd a:hover {
	color: #700d9c;
}
#contents div.news_koyukai dl.newslist dd:nth-of-type(5),
#contents div.news_kandai dl.newslist dd:nth-of-type(5) {
	border-bottom: 0px none transparent;
}
}
@media screen and (min-width: 721px) and (max-width: 800px) {
/* --- 一覧部分 --- */
#contents div.news_koyukai dl.newslist,
#contents div.news_kandai dl.newslist {
}
#contents div.news_koyukai dl.newslist dd,
#contents div.news_kandai dl.newslist dd {
	display: block;
	padding: 11px 0px 12px 0px;
	line-height: 1.5;
}
#contents div.news_koyukai dl.newslist dd a,
#contents div.news_kandai dl.newslist dd a {
	display: block;
    margin-left: 67px;
	padding-left: 17px;
	text-decoration: underline;
	color: #1913a3;
}
#contents div.news_koyukai dl.newslist dd a:hover,
#contents div.news_kandai dl.newslist dd a:hover {
	color: #700d9c;
}
#contents div.news_koyukai dl.newslist dd:nth-of-type(5),
#contents div.news_kandai dl.newslist dd:nth-of-type(5) {
	border-bottom: 0px none transparent;
}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
/* === 校友会情報 === */
#contents div.news_koyukai {
	margin: 0 0 25px;
}
#contents div.news_koyukai,
#contents div.news_kandai {
	position: relative;
	width: auto;
	padding: 0px;
	background-color: #ffffff;
}
#contents div.news_koyukai dl.newslist {
	padding: 4px 15px 4px 13px;
}
#contents div.news_kandai dl.newslist {
	padding: 4px 15px 4px 13px;
}
#contents div.news_koyukai dl.newslist dt,
#contents div.news_kandai dl.newslist dt {
	padding: 13px 0px 0px 0px;
}
#contents div.news_koyukai dl.newslist dd,
#contents div.news_kandai dl.newslist dd {
	display: block;
	padding: 10px 0px 9px 0px;
	line-height: 1.7;
}
#contents div.news_koyukai dl.newslist dd a,
#contents div.news_kandai dl.newslist dd a {
	padding-left: 16px;
	background-position: 0px 0.45em;
}
#contents div.news_koyukai div.titlearea,
#contents div.news_kandai div.titlearea {
	margin-top: 1px;
	padding: 16px 0px;
}
/* --- タイトル --- */
h2.title_news {
	width: auto;
	float: left;
	background-image: none;
	font-size: 150%;
    line-height: 1;
	font-weight: normal;
	color: #353535;
	text-indent: 0;
	white-space: inherit;
	overflow: visible;
}
}

/* アイコン制御 */
/* デフォルト=内部リンク */
body.article div.cmn-detail div.textarea a {
	margin: 5px;
	padding:0 0 0 15px;
	background:url(../img/parts/icon_link1-off.gif) no-repeat 0 0.2em;
}
body.article div.cmn-detail div.textarea a:hover {
	background-image:url(../img/parts/icon_link1-on.gif);
}
/* 絶対リンクなら */
body.article div.cmn-detail div.textarea a[href^="http://"],
body.article div.cmn-detail div.textarea a[href^="https://"] {
	background:url(../img/parts/icon_link4-off.gif) no-repeat 0 0.2em !important;
}
body.article div.cmn-detail div.textarea a[href^="http://"]:hover,
body.article div.cmn-detail div.textarea a[href^="https://"]:hover {
	background-image:url(../img/parts/icon_link4-on.gif) !important;
}
/* 関大内・校友会Facebookへのリンクなら */
body.article div.cmn-detail div.textarea a[href^="http://www.kansai-u.ac.jp"],
body.article div.cmn-detail div.textarea a[href^="https://www.kansai-u.ac.jp"],
body.article div.cmn-detail div.textarea a[href*="kansai-u.ac.jp"],
body.article div.cmn-detail div.textarea a[href^="http://www.facebook.com/kandai.koyukai"],
body.article div.cmn-detail div.textarea a[href^="https://www.facebook.com/kandai.koyukai"] {
	background:url(../img/parts/icon_link3-off.gif) no-repeat 0 0.2em !important;
}
body.article div.cmn-detail div.textarea a[href^="http://www.kansai-u.ac.jp"]:hover,
body.article div.cmn-detail div.textarea a[href^="https://www.kansai-u.ac.jp"]:hover,
body.article div.cmn-detail div.textarea a[href*="kansai-u.ac.jp"]:hover,
body.article div.cmn-detail div.textarea a[href^="http://www.facebook.com/kandai.koyukai"]:hover,
body.article div.cmn-detail div.textarea a[href^="https://www.facebook.com/kandai.koyukai"]:hover {
	background-image:url(../img/parts/icon_link3-on.gif) !important;
}
/* 校友会内リンクなら */
body.article div.cmn-detail div.textarea a[href^="http://www.kandai-koyukai.com"],
body.article div.cmn-detail div.textarea a[href^="https://www.kandai-koyukai.com"],
body.article div.cmn-detail div.textarea a[href^="https://www.kansai-u.ac.jp/koyukai"] {
	background:url(../img/parts/icon_link1-off.gif) no-repeat 0 0.2em !important;
}
body.article div.cmn-detail div.textarea a[href^="http://www.kandai-koyukai.com"]:hover,
body.article div.cmn-detail div.textarea a[href^="https://www.kandai-koyukai.com"]:hover,
body.article div.cmn-detail div.textarea a[href^="https://www.kansai-u.ac.jp/koyukai"]:hover {
	background-image:url(../img/parts/icon_link1-on.gif) !important;
}
/* 画像リンク=アイコンなし */
body.article div.cmn-detail div.textarea a[href$="jpg"],
body.article div.cmn-detail div.textarea a[href$="JPG"],
body.article div.cmn-detail div.textarea a[href$="jpeg"],
body.article div.cmn-detail div.textarea a[href$="JPEG"],
body.article div.cmn-detail div.textarea a[href$="gif"],
body.article div.cmn-detail div.textarea a[href$="GIF"],
body.article div.cmn-detail div.textarea a[href$="png"],
body.article div.cmn-detail div.textarea a[href$="PNG"],
body.article div.cmn-detail div.textarea a[href$="jpg"]:hover,
body.article div.cmn-detail div.textarea a[href$="JPG"]:hover,
body.article div.cmn-detail div.textarea a[href$="jpeg"]:hover,
body.article div.cmn-detail div.textarea a[href$="JPEG"]:hover,
body.article div.cmn-detail div.textarea a[href$="gif"]:hover,
body.article div.cmn-detail div.textarea a[href$="GIF"]:hover,
body.article div.cmn-detail div.textarea a[href$="png"]:hover,
body.article div.cmn-detail div.textarea a[href$="PNG"]:hover {
	margin: 0px !important;
	padding: 0px !important;
	background-image: none !important;
}
/* メールアドレス=アイコンなし */
body.article div.cmn-detail div.textarea a[href^="mailto:"],
body.article div.cmn-detail div.textarea a[href^="mailto:"]:hover {
	margin: 0px !important;
	padding: 0px !important;
	background-image: none !important;
}
/* ファイル=ダウンロード */
body.article div.cmn-detail div.textarea a[href$="pdf"],
body.article div.cmn-detail div.textarea a[href$="PDF"],
body.article div.cmn-detail div.textarea a[href$="doc"],
body.article div.cmn-detail div.textarea a[href$="DOC"],
body.article div.cmn-detail div.textarea a[href$="docx"],
body.article div.cmn-detail div.textarea a[href$="DOCX"],
body.article div.cmn-detail div.textarea a[href$="xls"],
body.article div.cmn-detail div.textarea a[href$="XLS"],
body.article div.cmn-detail div.textarea a[href$="xlsx"],
body.article div.cmn-detail div.textarea a[href$="XLSX"] {
	background:url(../img/parts/icon_link5-off.gif) no-repeat 0 0em !important;
}
body.article div.cmn-detail div.textarea a[href$="pdf"]:hover,
body.article div.cmn-detail div.textarea a[href$="PDF"]:hover,
body.article div.cmn-detail div.textarea a[href$="doc"]:hover,
body.article div.cmn-detail div.textarea a[href$="DOC"]:hover,
body.article div.cmn-detail div.textarea a[href$="docx"]:hover,
body.article div.cmn-detail div.textarea a[href$="DOCX"]:hover,
body.article div.cmn-detail div.textarea a[href$="xls"]:hover,
body.article div.cmn-detail div.textarea a[href$="XLS"]:hover,
body.article div.cmn-detail div.textarea a[href$="xlsx"]:hover,
body.article div.cmn-detail div.textarea a[href$="XLSX"]:hover {
	background-image:url(../img/parts/icon_link5-on.gif) !important;
}


/*--------------------------
----------------------------
----------------------------
ページトップに戻る
----------------------------
----------------------------
--------------------------*/
 
#index div#pageBottom {
	clear: both;
	width: 100%;
	margin-top: 0px;
	text-align: right;
	background-color: #ffffff;
}
#index div#pageBottom {
	background-color: #ededf8;
}

@media screen and (max-width: 640px) {
#index div#pageBottom ,
#index p.pageTopFlow a {
	background-color: #ededf8;
}
}

/*--------------------------
----------------------------
----------------------------
各ページ
----------------------------
----------------------------
--------------------------*/



/*--------------------------
----------------------------
校友会情報
----------------------------
--------------------------*/


/* === 一覧 === */
body#news_index div.cmn-section {
	padding-top: 25px;
}
body#news_index dl.cmn_definition_list dt {
	width: 5em;
	padding: 11px 7px 0px 0px;
	line-height: 1.7;
	text-align: left;
}
body#news_index dl.cmn_definition_list dd {
	padding: 11px 0px 3px;
	border-bottom: 1px dotted #cfcfcf;
	text-indent: 0;
}
body#news_index dl.cmn_definition_list dd p.title {
	margin-bottom: 5px;
	line-height: 1.7;
}
body#news_index dl.cmn_definition_list dd p.title a {
	display: block;
	margin-left: 5.5em;
	background-position: 0px 4px;
}


/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#news_index div.cmn-section {
	padding-top: 0px;
}
body#news_index dl.cmn_definition_list dt {
	padding: 10px 8px 5px 0px;
}
body#news_index dl.cmn_definition_list dd p.title {
	clear: left;
	width: 100%;
	padding-top: 0px;
	text-align: left;
}
body#news_index dl.cmn_definition_list dd p.title a {
	margin-left: 0;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 720px) {
body#news_index div.cmn-section {
	padding-top: 10px;
}
body#news_index dl.cmn_definition_list dd p.title {
	clear: left;
	width: 100%;
	padding-top: 0px;
	text-align: left;
}
body#news_index dl.cmn_definition_list dd p.title a {
	margin-left: 0;
}
}
@media screen and (min-width: 721px) and (max-width: 800px) {
body#news_index div.cmn-section {
	padding-top: 10px;
}
body#news_index dl.cmn_definition_list dt {
	width: 15%;
	padding-right: 2%;
}
body#news_index dl.cmn_definition_list dd {
	display: block;
	text-align: left;
}
}


/* === 詳細 === */
body#news_article h3 {
	margin-bottom: 5px;
}
body#news_article p.datepane {
	margin-bottom: 10px;
	text-align: right;
}
body#news_article div.textarea {
	width: 100%;
	padding-bottom: 13px;
}
body#news_article p.datepane strong {
	padding-left: 7px;
}
body#news_article div.article_footer {
	clear: both;
}
body#news_article div.article_footer p.to_index {
	float: right;
	margin-bottom: 0px;
	padding-right: 3px;
	line-height: 1;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
}



/*--------------------------
----------------------------
関大情報
----------------------------
--------------------------*/


/* === 一覧 === */
body#kunews_index div.cmn-section {
	padding-top: 25px;
}
body#kunews_index dl.cmn_definition_list dt {
	width: 5em;
	padding: 11px 7px 0px 0px;
	line-height: 1.7;
	text-align: left;
}
body#kunews_index dl.cmn_definition_list dd {
	padding: 11px 0px 3px;
	border-bottom: 1px dotted #cfcfcf;
	text-indent: 0;
}
body#kunews_index dl.cmn_definition_list dd p.title {
	margin-bottom: 5px;
	line-height: 1.7;
}
body#kunews_index dl.cmn_definition_list dd p.title a {
	display: block;
	margin-left: 5.5em;
	background-position: 0px 4px;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#kunews_index div.cmn-section {
	padding-top: 0px;
}
body#kunews_index dl.cmn_definition_list dt {
	padding: 10px 8px 5px 0px;
}
body#kunews_index dl.cmn_definition_list dd p.title {
	clear: left;
	width: 100%;
	padding-top: 0px;
	text-align: left;
}
body#kunews_index dl.cmn_definition_list dd p.title a {
	margin-left: 0;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 720px) {
body#kunews_index div.cmn-section {
	padding-top: 10px;
}
body#kunews_index dl.cmn_definition_list dd p.title {
	clear: left;
	width: 100%;
	padding-top: 0px;
	text-align: left;
}
body#kunews_index dl.cmn_definition_list dd p.title a {
	margin-left: 0;
}
}
@media screen and (min-width: 721px) and (max-width: 800px) {
body#kunews_index div.cmn-section {
	padding-top: 10px;
}
body#kunews_index dl.cmn_definition_list dt {
	width: 15%;
	padding-right: 2%;
}
body#kunews_index dl.cmn_definition_list dd {
	display: block;
	text-align: left;
}
}


/* === 詳細 === */
body#kunews_article h3 {
	margin-bottom: 5px;
}
body#kunews_article p.datepane {
	margin-bottom: 10px;
	text-align: right;
}
body#kunews_article div.textarea {
	width: 100%;
	padding-bottom: 7px;
}
body#kunews_article p.datepane strong {
	padding-left: 7px;
}
body#kunews_article div.article_footer {
	clear: both;
}
body#kunews_article div.article_footer p.to_index {
	float: right;
	margin-bottom: 0px;
	padding-right: 3px;
	line-height: 1;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
}



/*--------------------------
----------------------------
校友会について
----------------------------
--------------------------*/


/* === 会長挨拶 === */
body#outline_index div.cmn-section {
	padding-top: 24px;
}
body#outline_index div.cmn-section div.cmn-imgarea {
	padding-left: 30px;
	text-align: right;
}
body#outline_index h3 {
	margin-bottom: 17px;
	font-size: 216.6%;
	font-weight: normal;
	line-height: 1.5;
	color: #537d77;
}
body#outline_index div.cmn-detail h4 {
	margin-bottom: 12px;
}
body#outline_index div.cmn-detail ol li {
	margin-bottom: 33px;
}
body#outline_index div.enclosure2 {
	margin-bottom: 15px;
	padding: 8px 12px 5px 14px;
}
body#outline_index div.enclosure2 h5 {
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 2px solid #8a6947;
	font-size: 116.6%;
	font-weight: normal;
	color: #8a6947;
}
body#outline_index div.enclosure2 dt {
	padding: 9px 0px 6px;
}
body#outline_index div.enclosure2 dd {
	padding: 9px 0 6px 10em;
	border-bottom: 1px dotted #cfcfcf;
	word-break: break-all;
}
body#outline_index div.enclosure2 dd.last {
	border-bottom: 0px none #ffffff;
}

body#outline_index div.two-column_a div.cmn-imgarea {
	padding-left: 0px;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#outline_index div.cmn-section {
	padding-top: 10px;
}
body#outline_index div.cmn-section div.cmn-imgarea {
	padding-left: 0px;
	text-align: center;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#outline_index div.cmn-section {
	padding-top: 10px;
}
body#outline_index h3 {
	line-height: 1.5;
}
body#outline_index div.cmn-section div.cmn-imgarea {
	padding-left: 5%;
}
}


/* === あゆみ === */
body#outline_history_index {
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
}


/* === 組織の概要 === */
body#outline_profile div.contentsinner {
	padding: 25px 19px 5px;
}
body#outline_profile div.cmn-section {
	padding-top: 33px;
}
body#outline_profile ol.markon,
body#outline_profile ol.markon li h4 {
	font-weight: bold;
}
body#outline_profile ol.markon {
	margin-left: 1.1em;
}
body#outline_profile ol.markon li {
	margin-bottom: 20px;
}
body#outline_profile ol.markon li li {
	margin-bottom: 10px;
}
body#outline_profile ol.markon li h3,
body#outline_profile ol.markon li h4 {
	margin-bottom: 7px;
}
body#outline_profile ol.markon li h4.nor {
	margin-bottom: 10px;
	font-weight: normal;
}
body#outline_profile ol.markon li h5.nor,
body#outline_profile ol.markon li h6.nor {
	font-weight: normal;
}
body#outline_profile ol.markon li p,
body#outline_profile ol.markon li ol,
body#outline_profile ol.markon li ul,
body#outline_profile ol.markon li dl,
body#outline_profile ol.markon li table {
	font-weight: normal;
}

body#outline_profile table.cmn-format {
	margin-bottom: 10px;
}
body#outline_profile table.cmn-format th {
	width: 5em;
	padding: 6px 10px 5px;
	background-color: #ffffff;
	font-weight: normal;
}
body#outline_profile table.cmn-format td {
	padding: 6px 10px 5px;
    word-break: break-all;
}
body#outline_profile table.cmn-format td.name {
	width: 7em;
	padding-right: 18px;
}

body#outline_profile div.member {
	width: 588px;
	padding-left: 2px;
}
body#outline_profile div.member div.member_detail {
	float: left;
	width: 256px;
	margin-bottom: 14px;
	padding: 8px 11px 8px 13px;
	border: 2px solid #dddddd;
	background-color: #ffffff;
}
body#outline_profile div.member div.member_detail.l_c {
	clear: left;
	margin-right: 16px;
}
body#outline_profile div.member div.member_detail .imgarea {
	float: left;
	width: 75px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	line-height: 1;
}
body#outline_profile div.member div.member_detail .imgarea img {
	vertical-align: top;
}
body#outline_profile div.member div.member_detail .textarea {
	float: right;
	width: 166px;
}
body#outline_profile div.member div.member_detail .textarea h4 {
	margin-bottom: 0px;
}
body#outline_profile div.member div.member_detail .textarea h5.title_h6 {
	margin-bottom: 8px;
	font-weight: normal;
	line-height: 1.4;
}
body#outline_profile div.member div.member_detail .textarea h6 {
	margin-bottom: 8px;
	font-weight: normal;
	line-height: 1.4;
}
body#outline_profile div.member div.member_detail .textarea p.profile {
	margin-bottom: 0px;
	font-size: 83.3%;
	line-height: 1.8;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#outline_profile div.cmn-section {
	padding-top: 10px;
}
body#outline_profile div.contentsinner {
	padding: 2px 15px 8px 14px;
}
body#outline_profile table.cmn-format th {
	width: 4em;
}
body#outline_profile table.cmn-format td.name {
	width: 5em;
}

body#outline_profile div.member {
	width: 100%;
	padding-left: 0px;
}
body#outline_profile div.member div.member_detail {
	float: none;
	margin: 0 auto 14px;
}
body#outline_profile div.member div.member_detail.l_c {
	clear: none;
	margin: 0 auto 14px;
}
body#outline_profile div.member div.member_detail {
	width: auto;
	max-width: 256px;
}
body#outline_profile div.member div.member_detail .imgarea {
	width: 30%;
	padding-right: 5%;
}
body#outline_profile div.member div.member_detail .textarea {
	width: 65%;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#outline_profile div.cmn-section {
	padding-top: 10px;
}
body#outline_profile div.contentsinner {
	padding: 2px 15px 8px 14px;
}
body#outline_profile table.cmn-format th {
	width: 4em;
}
body#outline_profile table.cmn-format td.name {
	width: 5em;
}

body#outline_profile div.member {
	width: 100%;
	padding-left: 0px;
}
body#outline_profile div.member div.member_detail {
	float: right;
	width: 43%;
	padding: 8px 2% 8px 2%;
	border: 2px solid #dddddd;
}
body#outline_profile div.member div.member_detail.l_c {
	clear: both;
	float: left;
	margin-right: 0;
}
body#outline_profile div.member div.member_detail .imgarea {
	float: left;
	width: 30%;
	padding-right: 5%;
}
body#outline_profile div.member div.member_detail .textarea {
	width: 65%;
}
}


/* === 支部組織など一覧表 === */
body#outline_about_index {
}
body#outline_about_index div.cmn-section {
	padding: 33px 10px 0px;
}
body#outline_about_index div#googlemappane {
	width: 100%;
}
body#outline_about_index #gmap {
	width: 600px;
	height: 360px;
	margin: 23px auto 5px;
}
body#outline_about_index #gmapcontrol {
	margin: 10px 0px 13px;
}
body#outline_about_index #gmapcontrol p.zoom {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	background: url(../../img/outline/about/index/zoom.gif) no-repeat 0px 0px;
	padding-left: 15px;
	text-decoration: underline;
	line-height: 1;
	color: #002396;
	cursor: pointer;
}
body#outline_about_index h4 {
	margin-bottom: 21px;
}
body#outline_about_index td {
	word-break: break-all;
}
body#outline_about_index #gmap div.gm-style-iw {
	width: 370px;
	text-align: left;
}
body#outline_about_index div#googlemappane form {
	width: 236px;
	margin: 0 auto;
}
body#outline_about_index div#googlemappane input {
	width: 75px;
	height: 50px;
}
body#outline_about_index div#googlemappane img {
	max-width: none;
}

@media screen and (max-width: 640px){
/* グーグルマップ部 */
body#outline_about_index div#googlemappane {
	width: auto;
	height: auto;
}
/* 伸び縮み対応 */
body#outline_about_index #gmap {
	width: auto;
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
body#outline_about_index #gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
body#outline_about_index #gmapcontrol p.zoom {
	float: none;
	margin-bottom: 8px;
}
}

@media screen and (min-width: 641px) and (max-width: 800px) {
/* グーグルマップ部 */
body#outline_about_index div#googlemappane {
	width: auto;
	height: auto;
}
/* 伸び縮み対応 */
body#outline_about_index #gmap {
	width: auto;
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
body#outline_about_index #gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
}


body.about div.enclosure2 {
	margin-bottom: 23px;
	padding: 8px 10px;
}
body.about table.cmn-format th.name,
body.about table.cmn-format th.zipcode {
	width: 5em;
}
body.about table.cmn-format th.tel {
	width: 8em;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#outline_about_index div.cmn-section {
	padding: 10px 10px 0px;
}
body.about table.cmn-format th.name,
body.about table.cmn-format th.zipcode,
body.about table.cmn-format th.tel {
	width: auto;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#outline_about_index div.cmn-section {
	padding: 10px 10px 0px;
}
body.about table.cmn-format th.name,
body.about table.cmn-format th.zipcode,
body.about table.cmn-format th.tel {
	width: auto;
}
}


/* === 海外の校友会 === */
body#outline_kaigai div.cmn-section {
	padding-top: 31px;
}
body#outline_kaigai h3 {
	margin-bottom: 24px;
	font-size: 216.6%;
	font-weight: normal;
	line-height: 1.5;
	color: #537d77;
}
body#outline_kaigai div.cmn-detail h4.title_h3 {
	margin-bottom: 18px;
}
body#outline_kaigai div.cmn-detail div.enclosure1 {
	margin-bottom: 13px;
	padding: 9px 11px;
}
body#outline_kaigai div.chapter {
	margin-bottom: 15px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #c0c0c0;
}
body#outline_kaigai div.chapter.last {
	margin-bottom: 0px;
	padding-bottom: 3px;
	border-bottom: 0px none #c0c0c0;
}
body#outline_kaigai h5.title_h4 {
	margin-bottom: 13px;
}

body#outline_kaigai dl.cmn_definition_list {
	padding-top: 5px;
}
body#outline_kaigai dl.cmn_definition_list dt {
	width: 4em;
	text-align: left;
	font-weight: bold;
}
body#outline_kaigai dl.cmn_definition_list dd {
	padding-left: 4em;
	text-indent: 0;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#outline_kaigai div.cmn-section {
	padding-top: 10px;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#outline_kaigai div.cmn-section {
	padding-top: 10px;
}
}


/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
}


/* === 校友会会則 === */
body.regulation div.cmn-detail {
	padding-bottom: 13px;
}
body.regulation div.cmn-detail h4 {
	margin-bottom: 7px;
}
body.regulation div.cmn-detail ol {
	margin-left: 0;
}
body.regulation div.cmn-detail ol li {
	margin-bottom: 10px;
}
body.regulation div.cmn-detail ol li h5 {
	font-weight: normal;
}
body.regulation div.cmn-detail ol li p {
	margin-bottom: 15px;
}
body.regulation div.cmn-detail ol li ol.markon {
	margin: 3px 0px 0px 3.3em;
}
body.regulation div.cmn-detail ol li ol.markoff {
	padding-left: 1.5em;
}
body.regulation div.cmn-detail ol li ol li ol.markoff {
	padding-left: 0;
}
body.regulation div.cmn-detail ol li ol.markon li {
	margin-bottom: 0px;
}
body.regulation div.cmn-detail ol li ol.markon li ol.markoff li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
body.regulation div.cmn-detail ol li ol.markon li ol.markoff.ti15 {
	padding-top: 2px;
}
body.regulation div.cmn-detail ol li ol.markon li ol.markoff.ti15 li {
	padding-left: 1.5em;
	text-indent: -1.4em;
}
body.regulation div.cmn-detail ol li ol.markoff.ti15 li {
	margin-bottom: 0px;
	padding-left: 1.5em;
	text-indent: -1.4em;
}
body.regulation div.cmn-detail dl dd {
	text-indent: 0;
}
body.regulation div.cmn-detail dl.dt3 dd {
	width: 9em;
	padding-left: 1em;
	text-align: right;
}
body.regulation div.cmn-detail dl.dl_num,
body.regulation div.cmn-detail dl.dl_num_m {
	padding-bottom: 5px;
}
body.regulation div.cmn-detail dl.kanamark {
	padding-left: 4px;
}
body.regulation div.cmn-detail dl.dl_num dt {
	width: 3.5em;
}
body.regulation div.cmn-detail dl.dl_num dd {
	padding-left: 4.5em;
}
body.regulation div.cmn-detail dl.dl_num_m dt {
	/*width: 3em;*/
}
body.regulation div.cmn-detail dl.dl_num_m dd {
	padding-left: 4em;
}
body.regulation div.cmn-detail dl.dl_num_l dt {
	padding-left: 3em;
}
body.regulation div.cmn-detail dl.dl_num_l dd {
	padding-left: 6em;
}
body.regulation div.cmn-detail dl.dl_num_ll dt {
	width: 6em;
}
body.regulation div.cmn-detail dl.dl_num_ll dd {
	padding-left: 8em;
}
body.regulation div.cmn-detail ol li ol.markoff.ti15 li dl.dt1 {
	margin-left: -1.6em;
}
body.regulation div.cmn-detail ol li ol.markoff.ti15 li dl.dt1 dd {
	text-indent: -1em;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
}



/*--------------------------
----------------------------
校友の皆様へ
----------------------------
--------------------------*/


/* === 記事詳細 === */
body.info div.enclosure2 a.link01 {
	display: inline-block;
	background-position: 0px 3px;
	line-height: 1.5;
}
body.info h4.title {
	border-bottom-color: #d2d4ed;
	color: #3e47b1;
}
body.info ol li {
	margin-bottom: 25px;
}
body.info ol li ol li {
	margin-bottom: 0px;
}
body.info ol li ol li p {
	margin-bottom: 0px;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body.info div.enclosure2 a.link01 {
	margin-top: 2px;
	margin-bottom: 3px;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
}



/*--------------------------
----------------------------
行事予定
----------------------------
--------------------------*/


/* === 支部総会等 === */
body#event_branch table.cmn-format th,
body#event_branch table.cmn-format td {
	vertical-align: top;
}
body#event_branch table.cmn-format th {
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}
body#event_branch table.cmn-format th.date {
	width: 8em;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#event_branch table.cmn-format th.date {
	width: auto;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#event_branch table.cmn-format th.date {
	width: auto;
}
}



/*--------------------------
----------------------------
校友会の活動
----------------------------
--------------------------*/



/* === 機関紙関大Web版 === */
body#member_index div.cmn-section {
	padding-top: 34px;
}
body#member_index div.two-column_a.enclosure2 {
	padding: 5px 10px;
}
body#member_index div.two-column_a.enclosure2 div.cmn-textarea {
	width: 473px;
	padding-top: 3px;
}
body#member_index div.two-column_a.enclosure2 div.cmn-textarea p {
	line-height: 1.7;
}
body#member_index div.two-column_a div.cmn-imgarea {
	padding-right: 15px;
}
body#member_index div.publish-detail {
	padding-bottom: 21px;
}
body#member_index div.publish-detail div.cmn-textarea {
	width: 419px;
}
body#member_index div.publish-detail div.cmn-imgarea {
	padding-left: 31px;
}
body#member_index div.publish-detail div.cmn-textarea div.enclosure2 {
	margin-top: 2px;
	margin-bottom: 15px;
	padding: 10px 10px;
}
body#member_index h4.title {
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom-color: #d2d4ed;
	color: #3e47b1;
}
body#member_index div.cmn-section ul.markon li {
	line-height: 1.7;
	margin-bottom: 5px;
}
body#member_index div.publish-past h3 {
	margin-bottom: 21px;
}
body#member_index div.publish-past {
	padding-bottom: 20px;
}


/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#member_index div.cmn-section {
	padding-top: 10px;
}
body#member_index div.two-column_a.enclosure2 div.cmn-textarea {
	width: 100%;
}
body#member_index div.publish-detail div.cmn-textarea {
	width: 100%;
}
body#member_index div.publish-detail div.cmn-imgarea {
	padding-left: 0%;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#member_index div.cmn-section {
	padding-top: 10px;
}
body#member_index div.two-column_a.enclosure2 div.cmn-textarea {
	width: 75%;
}
body#member_index div.publish-detail div.cmn-textarea {
	width: 64%;
}
body#member_index div.publish-detail div.cmn-imgarea {
	padding-left: 6%;
}
}

/* === 社会との交流と連携 === */
body#renkei_index div.cmn-section {
	padding-top: 34px;
}
body#renkei_index div.two-column3.reverse div.cmn-imgarea {
	width: 230px;
	height: 297px;
	padding-top: 6px;
	padding-right: 23px;
	padding-bottom: 20px;
}
body#renkei_index div.two-column3 div.cmn-textarea {
	float: none;
	width: auto;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#renkei_index div.cmn-section {
	padding-top: 10px;
}
body#renkei_index div.two-column3 {
	padding-bottom: 0px;
}
body#renkei_index div.two-column3.reverse div.cmn-imgarea {
	width: 100%;
	margin-bottom: 15px;
}
body#renkei_index div.two-column3 div.cmn-textarea {
	width: 100%;
	margin-bottom: 0px;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#renkei_index div.cmn-section {
	padding-top: 10px;
}
body#renkei_index div.two-column3.reverse div.cmn-imgarea {
	width: 37%;
	height: 48%;
	padding: 6px 4% 3% 0px;
}
body#renkei_index div.two-column3 div.cmn-textarea {
}
}


/* === 社会との交流と連携 記事一覧 === */

body#renkei_list div.cmn-section {
	padding-top: 25px;
}
body#renkei_list div.descriptionpane {
	margin: 0;
	padding: 10px 0px 15px;
}
body#renkei_list div.descriptionpane div.search_form {
	margin: 20px 0px 10px;
}
body#renkei_list div.descriptionpane div.search_form input.search2 {
	width: 526px;
	height: 22px;
}
body#renkei_list dl.cmn_definition_list dt {
	width: 55px;
	padding: 12px 8px 5px 0px;
	line-height: 1.7;
}
body#renkei_list dl.cmn_definition_list dd {
	margin: 0;
	padding: 10px 0px 2px 63px;
	text-indent: 0;
	border-bottom: 1px dotted #cfcfcf;
}
body#renkei_list dl.cmn_definition_list dd p.title {
	margin-bottom: 0;
	padding-top: 2px;
	padding-right: 7px;
	font-weight: normal;
	line-height: 1.7;
}
body#renkei_list dl.cmn_definition_list dd p.title a {
	display: inline-block;
	margin-bottom: 5px;
	background-position: 0px 4px;
}
body#renkei_list div#container.visit dl.cmn_definition_list dd p.title a {
	text-decoration: none;
}
body#renkei_list dl.cmn_definition_list dd p.chapter {
	float: right;
	width: 169px;
	margin-bottom: 0;
	padding-left: 0;
	font-weight: bold;
	text-align: right;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#renkei_list div.cmn-section {
	padding-top: 10px;
}
body#renkei_list div.descriptionpane div.search_form input.search2 {
	width: 80%;
	width: calc(100% - 74px);
}
body#renkei_list dl.cmn_definition_list dt {
	padding: 10px 8px 5px 0px;
}
body#renkei_list dl.cmn_definition_list dd p.title {
}
body#renkei_list dl.cmn_definition_list dd p.chapter {
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 720px) {
body#renkei_list div.cmn-section {
}
body#renkei_list div.descriptionpane div.search_form input.search2 {
	width: 78%;
	width: calc(100% - 74px);
}
body#renkei_list dl.cmn_definition_list dd p.title {
}
body#renkei_list dl.cmn_definition_list dd p.chapter {
}
}
@media screen and (min-width: 721px) and (max-width: 800px) {
body#renkei_list div.cmn-section {
}
body#renkei_list div.descriptionpane div.search_form input.search2 {
	width: 78%;
	width: calc(100% - 74px);
}
body#renkei_list dl.cmn_definition_list dd p.title {
}
body#renkei_list dl.cmn_definition_list dd p.chapter {
	width: 35%;
}
}


/* === 社会との交流と連携 記事詳細 === */
body#renkei_article h3 {
	margin-bottom: 5px;
}
body#renkei_article p.datepane {
	margin-bottom: 10px;
	text-align: right;
}
body#renkei_article div.textarea {
	width: 100%;
	padding-bottom: 13px;
}
body#renkei_article div.textarea p {
	margin-bottom: 0px;
}
body#renkei_article p.datepane strong {
	padding-left: 7px;
}
body#renkei_article div.article_footer {
	clear: both;
}
body#renkei_article div.article_footer p.to_index {
	float: right;
	margin-bottom: 0px;
	padding-right: 3px;
	line-height: 1;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
}


/* === 活発な支部活動 === */
body#activity_index div.cmn-section {
	padding-top: 25px;
}
body#activity_index dl.cmn_definition_list dt {
	width: 55px;
	padding: 12px 8px 5px 0px;
	line-height: 1.7;
}
body#activity_index dl.cmn_definition_list dd {
	width: 100%;
	margin: 0;
	padding: 10px 0px 2px;
	text-indent: 0;
	border-bottom: 1px dotted #cfcfcf;
}
body#activity_index dl.cmn_definition_list dd p.title {
	float: left;
	width: 370px;
	margin-bottom: 0;
	padding-top: 2px;
	padding-right: 7px;
	font-weight: normal;
	line-height: 1.7;
}
body#activity_index dl.cmn_definition_list dd p.title a {
	display: inline-block;
	margin-bottom: 5px;
	background-position: 0px 4px;
	text-decoration: none;
}
body#activity_index dl.cmn_definition_list dd p.chapter {
	float: right;
	width: 160px;
	margin-bottom: 0;
	padding-left: 0;
	font-weight: bold;
	text-align: right;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#activity_index div.cmn-section {
	padding-top: 10px;
}
body#activity_index dl.cmn_definition_list dt {
	padding: 10px 8px 5px 0px;
}
body#activity_index dl.cmn_definition_list dd p.title {
	clear: left;
	width: 100%;
	padding-top: 0px;
	text-align: left;
}
body#activity_index dl.cmn_definition_list dd p.chapter {
	float: left;
	text-align: left;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 720px) {
body#activity_index div.cmn-section {
	padding-top: 10px;
}
body#activity_index dl.cmn_definition_list dd p.title {
	clear: left;
	width: 100%;
	padding-top: 0px;
	text-align: left;
}
body#activity_index dl.cmn_definition_list dd p.chapter {
	float: left;
	text-align: left;
}
}
@media screen and (min-width: 721px) and (max-width: 800px) {
body#activity_index div.cmn-section {
	padding-top: 10px;
}
body#activity_index dl.cmn_definition_list dd p.title {
	width: 83%;
	padding-right: 2%;
}
body#activity_index dl.cmn_definition_list dd p.chapter {
	width: 35%;
}
}


/* === 活発な支部活動  記事詳細 === */
body#activity_article div.cmn-section {
	padding-top: 39px;
}
body#activity_article div.cmn-section h3 {
	margin-bottom: 5px;
}
body#activity_article p.datepane {
	margin-bottom: 10px;
	text-align: right;
}
body#activity_article div.textarea {
	width: 100%;
	padding-bottom: 2px;
}
body#activity_article p.datepane strong {
	padding-left: 7px;
}
body#activity_article div.article_footer {
	clear: both;
}
body#activity_article div.article_footer p.to_index {
	float: right;
	margin-bottom: 0px;
	padding-right: 3px;
	line-height: 1;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#activity_article div.cmn-section {
	padding-top: 10px;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#activity_article div.cmn-section {
	padding-top: 10px;
}
}



/* === 世界で活躍する校友を訪ねて === */
body#member_kaigai_index div.cmn-section {
	padding-top: 25px;
}
body#member_kaigai_index h3 {
	margin-bottom: 24px;
	font-size: 216.6%;
	font-weight: normal;
	line-height: 1.5;
	color: #537d77;
}
body#member_kaigai_index td {
	word-break: break-all;
}
body#member_kaigai_index dl.cmn_definition_list dt {
	width: 55px;
	padding: 12px 8px 5px 0px;
	line-height: 1.7;
}
body#member_kaigai_index dl.cmn_definition_list dd {
	margin: 0;
	padding: 10px 0px 0px 63px;
	text-indent: 0;
	border-bottom: 1px dotted #cfcfcf;
}
body#member_kaigai_index dl.cmn_definition_list dd p.title {
	margin-bottom: 0;
	padding-top: 2px;
	padding-right: 7px;
	font-weight: normal;
	line-height: 1.7;
}
body#member_kaigai_index dl.cmn_definition_list dd p.title a {
	display: inline-block;
	margin-bottom: 5px;
	background-position: 0px 4px;
}
body#member_kaigai_index dl.cmn_definition_list dd p.chapter {
	float: right;
	width: 169px;
	margin-bottom: 0;
	padding-left: 0;
	font-weight: bold;
	text-align: right;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#member_kaigai_index div.cmn-section {
	padding-top: 10px;
}
body#member_kaigai_index dl.cmn_definition_list dt {
	padding: 10px 8px 5px 0px;
}
body#member_kaigai_index dl.cmn_definition_list dd p.title {
}
body#member_kaigai_index dl.cmn_definition_list dd p.chapter {
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 720px) {
body#member_kaigai_index div.cmn-section {
}
body#member_kaigai_index dl.cmn_definition_list dd p.title {
}
body#member_kaigai_index dl.cmn_definition_list dd p.chapter {
}
}
@media screen and (min-width: 721px) and (max-width: 800px) {
body#member_kaigai_index div.cmn-section {
}
body#member_kaigai_index dl.cmn_definition_list dd p.title {
}
body#member_kaigai_index dl.cmn_definition_list dd p.chapter {
	width: 35%;
}
}


/* === 世界で活躍する校友を訪ねて 記事詳細 === */
body#member_kaigai_article div.cmn-section {
	padding-top: 39px;
}
body#member_kaigai_article div.cmn-section h3 {
	margin-bottom: 2px;
}
body#member_kaigai_article p.datepane {
	margin-bottom: 17px;
	text-align: right;
}
body#member_kaigai_article p.datepane strong {
	padding-left: 7px;
}
body#member_kaigai_article div.enclosure2 {
	padding: 7px 10px 5px;
}
body#member_kaigai_article div.enclosure2 p {
	line-height: 1.9;
}
body#member_kaigai_article div.photoarea {
	margin-bottom: 5px;
}
body#member_kaigai_article ul.photolist li {
	float: left;
	width: 195px;
	height: 113px;
	margin-bottom: 7px;
	padding-bottom: 0px;
	overflow: hidden;
}
body#member_kaigai_article ul.photolist li img {
	float: none !important;
	position: relative !important;
	height: auto !important;
	margin-bottom: 0px !important;
}
body#member_kaigai_article div.photoarea .photo_mr1 {
	margin-right: 8px;
}
body#member_kaigai_article div.photoarea .photo_mr2 {
	margin-right: 7px;
}
body#member_kaigai_article div.article_footer {
	clear: both;
}
body#member_kaigai_article div.article_footer p.zoom {
	display: block;
	float: left;
	margin-bottom: 0px;
	line-height: 1;
}
body#member_kaigai_article div.article_footer p.zoom a {
	padding-left: 14px;
	background: url(../img/parts/icon_zoom.gif) no-repeat 0px 43%;
}
body#member_kaigai_article div.article_footer p.zoom a:hover {
	background-image: url(../img/parts/icon_zoom-on.gif);
}
body#member_kaigai_article div.article_footer p.to_index {
	float: right;
	margin-bottom: 0px;
	padding-right: 2px;
	line-height: 1;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#member_kaigai_article div.cmn-section {
	padding-top: 10px;
}
body#member_kaigai_article div.photoarea p.imagepane {
	float: left;
	width: 49%;
	height: 0px;
	padding-bottom: 21%;
	overflow: hidden;
}
body#member_kaigai_article ul.photolist li {
	width: 48%;
	height: 0px;
	padding-bottom: 29%;
}
body#member_kaigai_article ul.photolist li img {
	width: 100% !important;
}
body#member_kaigai_article div.photoarea .photo_mr1,
body#member_kaigai_article div.photoarea .photo_mr2 {
	margin-right: 0%;
}
body#member_kaigai_article div.photoarea .photo_mrsp {
	margin-right: 2%;
}
body#member_kaigai_article div.article_footer p.zoom {
	display: none;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#member_kaigai_article div.cmn-section {
	padding-top: 10px;
}
body#member_kaigai_article ul.photolist li {
	width: 32%;
	height: 0px;
	padding-bottom: 19%;
}
body#member_kaigai_article ul.photolist li img {
	width: 100% !important;
}
body#member_kaigai_article div.photoarea .photo_mr1,
body#member_kaigai_article div.photoarea .photo_mr2 {
	margin-right: 2%;
}
body#member_kaigai_article div.article_footer p.zoom {
	display: block;
}
}



/* === 校友会オリジナルカレンダー === */

div.two-column_a div.cmn-textarea {
	float: right;
	width: 495px;
}
div.two-column_a div.cmn-imgarea {
	float: left;
	width: 88px;
	padding-top: 5px;
	padding-right: 17px;
	padding-left: 0px;
}
/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
div.two-column_a div.cmn-textarea {
	float: none;
	width: 100%;
	margin-bottom: 18px;
}
div.two-column_a div.cmn-imgarea {
	float: none;
	width: 100%;
	margin-bottom: 2px;
	padding: 0px;
	text-align: center;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
div.two-column_a div.cmn-textarea {
	float: right;
	width: 75%;
}
div.two-column_a div.cmn-imgarea {
	float: left;
	width: 20%;
	padding-top: 5px;
	padding-right: 5%;
	padding-left: 0%;
}
}



/*--------------------------
----------------------------
お問い合わせ・ご連絡
----------------------------
--------------------------*/


/* === お問い合わせ（校友の方） === */
body.koyukai .tx2-red {
	font-size: 93.3%;
	color: #FF0000;
}
body.koyukai div.cmn-section {
	padding-top: 35px;
}
body.koyukai h3 {
	margin-bottom: 7px;
}
body.koyukai h3 img {
	vertical-align: top;
}
body.koyukai p.notice {
	margin-bottom: 3px;
	padding-bottom: 1px;
	font-size: 83.3%;
	font-weight: bold;
}
body.koyukai span.alert_bold {
	font-weight: bold;
}

div.tablepane {
	margin-bottom: 0px;
	padding: 0px;
	border: 2px solid #dddddd;
	border-bottom: 0px none #ffffff;
}
body.koyukai table.cmn-format {
	margin-bottom: -1px;
	border: 0px solid #dddddd;
	border-top-width: 0px;
	background: url(../img/parts/bg_dotted.gif) repeat-x 0px 0px #ffffff;
	border-collapse: separate;
	border-spacing: 0px 1px;
}
body.koyukai table.cmn-format th {
	width: 153px;
}
body.koyukai table.cmn-format td {
	background-color: #ffffff;
}
body.koyukai table.cmn-format th,
body.koyukai table.cmn-format td {
	padding: 0px;
	vertical-align: top;
	border-width: 0px;
}
body.koyukai table.cmn-format tr th {
	padding: 11px 11px 10px;
	background-color: #f8f8f8;
	border: 1px solid #ffffff;
}
body.koyukai table.cmn-format tr.first th,
body.koyukai table.cmn-format tr.first td {
	border-width: 0px 1px 1px 0px;
}
body.koyukai table.cmn-format tr.last {
	border-bottom: 1px solid #ffffff;
}
body.koyukai table.cmn-format tr.last th {
	border-width: 1px 1px 1px;
}
body.koyukai table.cmn-format td {
	padding: 10px 11px 11px 12px;
}
body.koyukai table.cmn-format td.file {
	padding: 8px 11px 9px 12px;
}
body.koyukai table.cmn-format tr.last td {
	padding: 9px 11px 8px 12px;
}
body.koyukai.confirm table.cmn-format td,
body.koyukai.confirm table.cmn-format tr.last td {
	padding: 8px 11px 8px 12px;
}

div.submit {
	padding-top: 10px;
	border-top: 2px solid #dddddd;
	background-color: #ffffff;
}

body.koyukai table.cmn-format td input {
	width: 416px;
}
body.koyukai table.cmn-format td textarea {
	width: 414px;
}

/* 支部・校友会組織の方 */
body.koyukai table.cmn-format td div.file_input p.inputpane {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}
body.koyukai table.cmn-format td div.file_input input {
	width: auto;
}
body.koyukai table.cmn-format td div.file_input p#filename,
body.koyukai table.cmn-format td div.file_input p#filename_confirm {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-left: 8px;
	font-size: 93.3%;
	line-height: 1.35;
	letter-spacing: 1px;
}
body.koyukai table.cmn-format td div.file_input button {
	position: absolute;
	width: 111px;
	top: 0px;
	right: 0px;
	padding: 4px 0px 4px;
	background: url(../../img/koyukai/btn_bg.gif) repeat-x 0px bottom #fefefe;
	border: 1px solid #003c74;
	border-radius: 4px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 1;
    behavior: url(PIE.htc);
}
body.koyukai table.cmn-format td div.file_input span {
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	line-height: 1.5;
}

/* エラー画面 */
body.koyukai table.cmn-format td p.err_name {
	margin: 2px 0px 0px;
	padding: 0px;
	font-weight: bold;
	color: #cc0000;
}

body.koyukai div.enclosure {
	padding: 16px 10px 14px;
	background-color: #d8daef;
	text-align: center;
}
body.koyukai div.enclosure input {
	width: 70px;
}
body.koyukai div.enclosure input.submit_btn {
	width: 100px;
}
body.koyukai div.enclosure button {
	position: relative;
	display: inline-block;
	padding: 4px 10px 4px;
	border-style: none;
	border: 1px solid #003c74;
	border-radius: 4px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../../img/koyukai/btn_bg.gif) repeat-x 0px bottom #fefefe;
	line-height: 1;
    behavior: url(PIE.htc);
}
body.koyukai div.enclosure button.submit_btn {
	padding: 4px 23px 4px 22px;
}
body.koyukai div.enclosure button.reset_btn {
	padding: 4px 14px 4px 15px;
	margin-left: 4px;
}
body.koyukai div.enclosure button.confirm_btn,
body.koyukai div.enclosure button.back_btn  {
	padding: 4px 25px 4px 28px;
}
body.koyukai div.enclosure button.back_btn {
	margin-left: 4px;
}


/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body.koyukai div.cmn-section {
	padding-top: 10px;
}
body.koyukai table.cmn-format th {
	width: 25%;
}
body.koyukai table.cmn-format th p {
	padding: 8px 2% 7px;
}
body.koyukai table.cmn-format td {
	padding: 11px 2% 5px 2%;
}
body.koyukai table.cmn-format tr.last td {
	padding: 10px 2% 8px 2%;
}
body.koyukai table.cmn-format td input,
body.koyukai table.cmn-format td textarea {
	width: 96%;
}
body.koyukai table.cmn-format td div.file_input input {
	width: 225px;
}
body.koyukai div.enclosure button.submit_btn {
	padding: 4px 4% 4px 4%;
}
body.koyukai div.enclosure button.reset_btn {
	padding: 4px 3% 4px 3%;
	margin-left: 1%;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body.koyukai div.cmn-section {
	padding-top: 10px;
}
body.koyukai table.cmn-format th {
	width: 25%;
}
body.koyukai table.cmn-format th p {
	padding: 8px 2% 7px;
}
body.koyukai table.cmn-format td {
	padding: 11px 2% 5px 2%;
}
body.koyukai table.cmn-format tr.last td {
	padding: 10px 2% 8px 2%;
}
body.koyukai table.cmn-format td input,
body.koyukai table.cmn-format td textarea {
	width: 96%;
}
body.koyukai table.cmn-format td div.file_input input {
	width: 225px;
}
body.koyukai div.enclosure button.submit_btn {
	padding: 4px 4% 4px 4%;
}
body.koyukai div.enclosure button.reset_btn {
	padding: 4px 3% 4px 3%;
	margin-left: 1%;
}
}


/* === 住所・勤務先等の変更 === */

body#koyukai_change div.contentsfield form {
	margin-top: 4px;
}
body#koyukai_change div.contentsfield tr {
	background-color: #ffffff;
}
body#koyukai_change div.contentsfield th {
	width: 127px;
}
body#koyukai_change div.contentsfield td p {
	margin: 0 10px 0 0;
	padding: 3px 0 0;
	line-height: 1;
}
body#koyukai_change div.contentsfield p.before {
	float: left;
}
body#koyukai_change div.contentsfield p.after,
body#koyukai_change div.contentsfield span.after {
	display: block;
	float: left;
}
body#koyukai_change div.contentsfield input {
	float: left;
	margin: 0 10px 0 0;
}
body#koyukai_change div.contentsfield div.enclosure input {
	float: none;
}
body#koyukai_change div.search_form input.searchb {
	margin: 0 0 0 0px;
}
body#koyukai_change div.contentsfield select {
	float: left;
	margin: 0 4px 0 0;
}
body#koyukai_change input#name_sei {
	width: 143px;
	margin-right: 20px;
}
body#koyukai_change input#name_na {
	width: 141px;
}
body#koyukai_change input#name_kana_sei {
	width: 143px;
	margin-right: 20px;
}
body#koyukai_change input#name_kana_na {
	width: 141px;
}
body#koyukai_change input#old_name {
	width: 143px;
	margin-right: 20px;
}
body#koyukai_change tr.year th {
	padding-top: 9px;
}
body#koyukai_change tr.year td {
	padding: 5px 5px 1px 12px;
}
body#koyukai_change div.year {
	padding: 3px 0px 5px;
}
body#koyukai_change select#year {
	width: 111px;
}
body#koyukai_change select#dept {
	width: 130px;
}
body#koyukai_change div.faculty {
	padding: 3px 0px 5px;
}
body#koyukai_change input#faculty {
	width: 122px;
	margin-right: 7px;
}
body#koyukai_change input#subject {
	width: 122px;
	margin-right: 4px;
}
body#koyukai_change table tr.zip td,
body#koyukai_change table tr.old_add td,
body#koyukai_change table tr.email td {
	padding: 9px 0px 9px 12px;
}
body#koyukai_change div.zip {
	padding: 0px 0px 5px;
}
body#koyukai_change input#zip_1 {
	width: 43px;
	margin-right: 8px;
}
body#koyukai_change input#zip_2 {
	width:  53px;
}
body#koyukai_change input#address {
	width: 418px;
	margin-right: 0px;
}
body#koyukai_change input#phone {
	width: 228px;
}
body#koyukai_change input#mobile {
	width: 228px;
}
body#koyukai_change input#old_add {
	float: none;
	width: 418px;
	margin-right: 0px;
}
body#koyukai_change tr.old_add p {
	line-height: 1.5;
}
body#koyukai_change input#email {
	width: 418px;
	margin-right: 0px;
}
body#koyukai_change input#office {
	width: 318px;
}
body#koyukai_change input#belong {
	width: 318px;
}
body#koyukai_change input#office_tel {
	width: 228px;
}
body#koyukai_change input#code {
	width: 228px;
}
body#koyukai_change input#school_code {
	float: none;
	width: 228px;
}
body#koyukai_change tr.school_code p {	
	line-height: 1.5;
}
/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#koyukai_change th {
	width: 21.3%;
}
body#koyukai_change td p {
	margin: 0 2% 0 0;
	padding: 3px 0 0;
	line-height: 1;
}
body#koyukai_change p.before {
	float: left;
}
body#koyukai_change p.after,
body#koyukai_change span.after {
	display: block;
	float: left;
}
body#koyukai_change input {
	float: left;
	margin: 0 2% 0 0;
}
body#koyukai_change select {
	float: left;
	margin: 0 1% 0 0;
}
body#koyukai_change input#name_sei {
	width: 32.5%;
	margin-right: 4.5%;
}
body#koyukai_change input#name_na {
	width: 32%;
}
body#koyukai_change input#name_kana_sei {
	width: 32.5%;
	margin-right: 4.5%;
}
body#koyukai_change input#name_kana_na {
	width: 32%;
}
body#koyukai_change input#old_name {
	width: 32.5%;
	margin-right: 20px;
}
body#koyukai_change tr.year th {
	padding-top: 9px;
}
body#koyukai_change tr.year td {
	padding: 5px 1% 1px 2%;
}
body#koyukai_change div.year {
	padding: 3px 0px 5px;
}
body#koyukai_change select#year {
	width: 46%;
}
body#koyukai_change select#dept {
	width: 30%;
}
body#koyukai_change div.faculty {
	padding: 3px 0px 5px;
}
body#koyukai_change input#faculty {
	width: 55%;
	margin-right: 2%;
}
body#koyukai_change input#subject {
	clear: left;
	width: 55%;
	margin-top: 8px;
	margin-right: 2%;
}
body#koyukai_change input#subject + p.after,
body#koyukai_change input#subject + span.after {
	display: block;
	padding-top: 11px;
}
body#koyukai_change table tr.zip td,
body#koyukai_change table tr.old_add td,
body#koyukai_change table tr.email td {
	padding: 9px 0px 9px 2%;
}
body#koyukai_change div.zip {
	padding: 0px 0px 5px;
}
body#koyukai_change input#zip_1 {
	width: 43px;
	margin-right: 8px;
}
body#koyukai_change input#zip_2 {
	width:  53px;
}
body#koyukai_change input#address {
	width: 95%;
	margin-right: 0px;
}
body#koyukai_change input#phone {
	width: 55%;
}
body#koyukai_change input#mobile {
	width: 55%;
}
body#koyukai_change input#old_add {
	float: none;
	width: 95%;
	margin-right: 0px;
}
body#koyukai_change input#email {
	width: 95%;
	margin-right: 0px;
}
body#koyukai_change input#office {
	width: 72.3%;
}
body#koyukai_change input#belong {
	width: 72.3%;
}
body#koyukai_change input#office_tel {
	width: 55%;
}
body#koyukai_change input#code {
	width: 55%;
}
body#koyukai_change input#school_code {
	float: none;
	width: 55%;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#koyukai_change th {
	width: 21.3%;
}
body#koyukai_change td p {
	margin: 0 2% 0 0;
	padding: 3px 0 0;
	line-height: 1;
}
body#koyukai_change p.before {
	float: left;
}
body#koyukai_change p.after,
body#koyukai_change span.after {
	display: block;
	float: left;
}
body#koyukai_change input {
	float: left;
	margin: 0 2% 0 0;
}
body#koyukai_change select {
	float: left;
	margin: 0 1% 0 0;
}
body#koyukai_change input#name_sei {
	width: 32.5%;
	margin-right: 4.5%;
}
body#koyukai_change input#name_na {
	width: 32%;
}
body#koyukai_change input#name_kana_sei {
	width: 32.5%;
	margin-right: 4.5%;
}
body#koyukai_change input#name_kana_na {
	width: 32%;
}
body#koyukai_change input#old_name {
	width: 32.5%;
	margin-right: 20px;
}
body#koyukai_change tr.year th {
	padding-top: 9px;
}
body#koyukai_change tr.year td {
	padding: 5px 1% 1px 2%;
}
body#koyukai_change div.year {
	padding: 3px 0px 5px;
}
body#koyukai_change select#year {
	width: 25.2%;
}
body#koyukai_change select#dept {
	width: 29.5%;
}
body#koyukai_change div.faculty {
	padding: 3px 0px 5px;
}
body#koyukai_change input#faculty {
	width: 55%;
	margin-right: 2%;
}
body#koyukai_change input#subject {
	clear: left;
	width: 55%;
	margin-top: 8px;
	margin-right: 2%;
}
body#koyukai_change input#subject + p.after,
body#koyukai_change input#subject + span.after {
	display: block;
	padding-top: 11px;
}
body#koyukai_change table tr.zip td,
body#koyukai_change table tr.old_add td,
body#koyukai_change table tr.email td {
	padding: 9px 0px 9px 2%;
}
body#koyukai_change div.zip {
	padding: 0px 0px 5px;
}
body#koyukai_change input#zip_1 {
	width: 43px;
	margin-right: 8px;
}
body#koyukai_change input#zip_2 {
	width:  53px;
}
body#koyukai_change input#address {
	width: 95%;
	margin-right: 0px;
}
body#koyukai_change input#phone {
	width: 55%;
}
body#koyukai_change input#mobile {
	width: 55%;
}
body#koyukai_change input#old_add {
	float: none;
	width: 95%;
	margin-right: 0px;
}
body#koyukai_change input#email {
	width: 95%;
	margin-right: 0px;
}
body#koyukai_change input#office {
	width: 72.3%;
}
body#koyukai_change input#belong {
	width: 72.3%;
}
body#koyukai_change input#office_tel {
	width: 55%;
}
body#koyukai_change input#code {
	width: 55%;
}
body#koyukai_change input#school_code {
	float: none;
	width: 55%;
}
}




/* === サーバのご利用について（校友会組織専用） === */
body#koyukai_server_form div.tablepane {
	border-width: 1px 2px;
}
body#koyukai_server_form table.cmn-format {
	background-image: none;
	background-color: #dddddd;
	border-bottom-width: 1px;
}
body#koyukai_server_form div.contentsfield form {
	margin-top: 4px;
}
body#koyukai_server_form div.contentsfield tr {
	background-color: #ffffff;
}
body#koyukai_server_form div.contentsfield th {
	width: 127px;
}
body#koyukai_server_form div.contentsfield td dl {
	
}
body#koyukai_server_form div.contentsfield td dl dt {
	clear: left;
	float: left;
	padding-top: 10px;
}
body#koyukai_server_form div.contentsfield td dl dd {
	padding: 10px 0 10px 7em;
	border-bottom: 1px dotted #cccccc;
}
body#koyukai_server_form div.contentsfield td dl dd.last {
	border-bottom: 0px dotted #cccccc;
}
body#koyukai_server_form div.contentsfield td p {
	margin: 0 10px 0 0;
	padding: 3px 0 0;
	line-height: 1;
}
body#koyukai_server_form div.contentsfield p.before {
	float: left;
}
body#koyukai_server_form div.contentsfield p.after,
body#koyukai_server_form div.contentsfield span.after {
	display: block;
	float: left;
}
body#koyukai_server_form div.contentsfield input {
	float: left;
	width: 250px;
	margin: 0 10px 0 0;
}
body#koyukai_server_form div.enclosure input {
	float: none;
	width: 70px;
}
body#koyukai_server_form div.enclosure input.submit_btn {
	width: 100px;
}
body#koyukai_server_form div.search_form input.searchb {
	width: auto;
	margin: 0 0 0 0px;
}
body#koyukai_server_form div.contentsfield select {
	float: left;
	margin: 0 4px 0 0;
}

body#koyukai_server_form div.contentsfield tr.group_name td {
	padding: 3px 0px 2px 12px;
}
body#koyukai_server_form div.contentsfield tr.technical td,
body#koyukai_server_form div.contentsfield tr.master td {
	padding: 2px 0px 2px 12px;
}

body#koyukai_server_form div.contentsfield tr.technical td dl dd,
body#koyukai_server_form div.contentsfield tr.master td dl dd {
	margin-bottom: 1px;
}
body#koyukai_server_form div.contentsfield tr.entry input {
	width: 14px;
	margin-top: 5px;
	margin-right: 7px;
}
body#koyukai_server_form div.contentsfield tr.entry p,
body#koyukai_server_form div.contentsfield tr.entry span {
	margin-top: 3px;
	margin-right: 20px;
}
body#koyukai_server_form input#na_sei_m,
body#koyukai_server_form input#na_sei_t {
	width: 72px;
	margin-right: 17px;
}
body#koyukai_server_form input#na_mei_m,
body#koyukai_server_form input#na_mei_t {
	width: 72px;
}
body#koyukai_server_form input#na_sei_kana_m,
body#koyukai_server_form input#na_sei_kana_t {
	width: 72px;
	margin-right: 17px;
}
body#koyukai_server_form input#na_mei_kana_m,
body#koyukai_server_form input#na_mei_kana_t {
	width: 72px;
}
body#koyukai_server_form input#posi_m,
body#koyukai_server_form input#posi_t {
	width: 198px;
	margin-right: 0px;
}
body#koyukai_server_form input#email_m,
body#koyukai_server_form input#email_t {
	width: 328px;
}
body#koyukai_server_form table tr.zip td,
body#koyukai_server_form table tr.old_add td,
body#koyukai_server_form table tr.email td {
	padding: 9px 0px 9px 12px;
}
body#koyukai_server_form div.zip {
	padding: 0px 0px 5px;
}
body#koyukai_server_form input#zip_1_m,
body#koyukai_server_form input#zip_1_t {
	width: 43px;
	margin-right: 8px;
}
body#koyukai_server_form input#zip_2_m,
body#koyukai_server_form input#zip_2_t {
	width:  53px;
}
body#koyukai_server_form input#address_m,
body#koyukai_server_form input#address_t {
	width: 328px;
	margin-right: 0px;
}
body#koyukai_server_form input#phone_m,
body#koyukai_server_form input#phone_t {
	width: 198px;
}
body#koyukai_server_form input#fax_m,
body#koyukai_server_form input#fax_t {
	width: 198px;
}

body#koyukai_server_form div.contentsfield dl.address_example {
	margin-bottom: 8px;
}
body#koyukai_server_form div.contentsfield dl.address_example dt {
	float: left;
	width: 13em;
}
body#koyukai_server_form table#wish-add {
	margin-bottom: 16px;
	border-bottom-width: 1px;
}
body#koyukai_server_form table#wish-add input {
	width: 99%;
}
body#koyukai_server_form div.contentsfield dl.address_notice {
	margin-bottom: 16px;
}
body#koyukai_server_form div.contentsfield dl.address_notice dt {
	float: left;
	width: 9em;
	font-weight: bold;
}
body#koyukai_server_form div.contentsfield dl.address_notice dd {
	padding-left: 9em;
}
body#koyukai_server_form table#templete {
	border-bottom-width: 0px;
}
body#koyukai_server_form table#templete td {
	padding: 14px 13px 7px;
}
body#koyukai_server_form table#templete td input#checkbox {
	width: 15px;
}
/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#koyukai_server_form div.contentsfield div.tablepane {
	border-width: 1px 2px;
}
body#koyukai_server_form table.cmn-format {
	background-image: none;
	background-color: #dddddd;
	border-bottom-width: 1px;
}
body#koyukai_server_form div.contentsfield form {
	margin-top: 4px;
}
body#koyukai_server_form div.contentsfield tr {
	background-color: #ffffff;
}
body#koyukai_server_form div.contentsfield th {
	width: 21.3%;
}
body#koyukai_server_form div.contentsfield td dl {
	
}
body#koyukai_server_form div.contentsfield td dl dt {
	clear: left;
	float: left;
	padding-top: 10px;
}
body#koyukai_server_form div.contentsfield td dl dd {
	padding: 10px 0 10px 7em;
	border-bottom: 1px dotted #cccccc;
}
body#koyukai_server_form div.contentsfield td dl dd.last {
	border-bottom: 0px dotted #cccccc;
}
body#koyukai_server_form div.contentsfield td p {
	margin: 0 10px 0 0;
	padding: 3px 0 0;
	line-height: 1;
}
body#koyukai_server_form div.contentsfield p.before {
	float: left;
}
body#koyukai_server_form div.contentsfield p.name {
	clear: left;
	padding-top: 8px;
}
body#koyukai_server_form div.contentsfield p.after,
body#koyukai_server_form div.contentsfield span.after {
	display: block;
	float: left;
}
body#koyukai_server_form select {
	float: left;
	margin: 0 4px 0 0;
}

body#koyukai_server_form div.contentsfield tr.group_name td {
	padding: 3px 0px 2px 12px;
}
body#koyukai_server_form div.contentsfield tr.technical td,
body#koyukai_server_form div.contentsfield tr.master td {
	padding: 2px 0px 2px 12px;
}

body#koyukai_server_form div.contentsfield tr.technical td dl dd,
body#koyukai_server_form div.contentsfield tr.master td dl dd {
	margin-bottom: 1px;
}
body#koyukai_server_form div.contentsfield tr.entry input {
	width: 14px;
	margin-top: 5px;
	margin-right: 7px;
}
body#koyukai_server_form div.contentsfield tr.entry p {
	margin-top: 3px;
	margin-right: 20px;
}
body#koyukai_server_form input#na_sei_m,
body#koyukai_server_form input#na_sei_t {
	width: 72px;
	margin-right: 17px;
}
body#koyukai_server_form input#na_mei_m,
body#koyukai_server_form input#na_mei_t {
	width: 72px;
	margin-top: 5px;
}
body#koyukai_server_form input#na_sei_kana_m,
body#koyukai_server_form input#na_sei_kana_t {
	width: 72px;
	margin-right: 17px;
}
body#koyukai_server_form input#na_mei_kana_m,
body#koyukai_server_form input#na_mei_kana_t {
	width: 72px;
	margin-top: 5px;
}
body#koyukai_server_form input#posi_m,
body#koyukai_server_form input#posi_t {
	width: 46%;
	margin-right: 0px;
}
body#koyukai_server_form input#email_m,
body#koyukai_server_form input#email_t {
	width: 74%;
}
body#koyukai_server_form table tr.zip td,
body#koyukai_server_form table tr.old_add td,
body#koyukai_server_form table tr.email td {
	padding: 9px 0px 9px 12px;
}
body#koyukai_server_form div.contentsfield div.zip {
	padding: 0px 0px 5px;
}
body#koyukai_server_form input#zip_1_m,
body#koyukai_server_form input#zip_1_t {
	width: 35px;
	margin-right: 5px;
}
body#koyukai_server_form input#zip_2_m,
body#koyukai_server_form input#zip_2_t {
	width: 40px;
	margin-right: 0px;
}
body#koyukai_server_form input#address_m,
body#koyukai_server_form input#address_t {
	width: 74%;
	margin-right: 0px;
}
body#koyukai_server_form input#phone_m,
body#koyukai_server_form input#phone_t {
	width: 46%;
}
body#koyukai_server_form input#fax_m,
body#koyukai_server_form input#fax_t {
	width: 46%;
}

body#koyukai_server_form div.contentsfield dl.address_example {
	margin-bottom: 8px;
}
body#koyukai_server_form div.contentsfield dl.address_example dt {
	float: left;
	width: 13em;
}
body#koyukai_server_form table#wish-add {
	margin-bottom: 16px;
	border-bottom-width: 1px;
}
body#koyukai_server_form table#wish-add input {
	width: 99%;
}
body#koyukai_server_form div.contentsfield dl.address_notice {
	margin-bottom: 16px;
}
body#koyukai_server_form div.contentsfield dl.address_notice dt {
	float: left;
	width: 9em;
	font-weight: bold;
}
body#koyukai_server_form div.contentsfield dl.address_notice dd {
	padding-left: 9em;
}
body#koyukai_server_form table#templete {
	border-bottom-width: 0px;
}
body#koyukai_server_form table#templete td {
	padding: 14px 13px 7px;
}
body#koyukai_server_form table#templete td input#checkbox {
	width: 15px;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#koyukai_server_form div.contentsfield div.tablepane {
	border-width: 1px 2px;
}
body#koyukai_server_form div.contentsfield table.cmn-format {
	background-image: none;
	background-color: #dddddd;
	border-bottom-width: 1px;
}
body#koyukai_server_form div.contentsfield form {
	margin-top: 4px;
}
body#koyukai_server_form div.contentsfield tr {
	background-color: #ffffff;
}
body#koyukai_server_form div.contentsfield th {
	width: 127px;
}
body#koyukai_server_form div.contentsfield td dl {
	
}
body#koyukai_server_form div.contentsfield td dl dt {
	clear: left;
	float: none;
	padding-top: 10px;
}
body#koyukai_server_form div.contentsfield td dl dd {
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}
body#koyukai_server_form div.contentsfield td dl dd.last {
	border-bottom: 0px dotted #cccccc;
}
body#koyukai_server_form div.contentsfield td p {
	margin: 0 10px 0 0;
	padding: 3px 0 0;
	line-height: 1;
}
body#koyukai_server_form div.contentsfield p.before {
	float: left;
}
body#koyukai_server_form div.contentsfield p.name {
	clear: left;
	padding-top: 8px;
}
body#koyukai_server_form div.contentsfield p.after,
body#koyukai_server_form div.contentsfield span.after {
	display: block;
	float: left;
}
body#koyukai_server_form div.contentsfield select {
	float: left;
	margin: 0 4px 0 0;
}

body#koyukai_server_form div.contentsfield tr.group_name td {
	padding: 3px 0px 2px 12px;
}
body#koyukai_server_form div.contentsfield tr.technical td,
body#koyukai_server_form div.contentsfield tr.master td {
	padding: 2px 0px 2px 12px;
}

body#koyukai_server_form div.contentsfield tr.technical td dl dd,
body#koyukai_server_form div.contentsfield tr.master td dl dd {
	margin-bottom: 1px;
}
body#koyukai_server_form div.contentsfield tr.entry input {
	width: 14px;
	margin-top: 5px;
	margin-right: 7px;
}
body#koyukai_server_form div.contentsfield tr.entry p {
	margin-top: 3px;
	margin-right: 10px;
}
body#koyukai_server_form input#na_sei_m,
body#koyukai_server_form input#na_sei_t {
	width: 59px;
	margin-right: 0px;
}
body#koyukai_server_form input#na_mei_m,
body#koyukai_server_form input#na_mei_t {
	width: 59px;
	margin-top: 5px;
	margin-right: 0px;
}
body#koyukai_server_form input#na_sei_kana_m,
body#koyukai_server_form input#na_sei_kana_t {
	width: 59px;
	margin-right: 0px;
}
body#koyukai_server_form input#na_mei_kana_m,
body#koyukai_server_form input#na_mei_kana_t {
	width: 59px;
	margin-top: 5px;
}
body#koyukai_server_form input#posi_m,
body#koyukai_server_form input#posi_t {
	width: 46%;
	margin-right: 0px;
}
body#koyukai_server_form input#email_m,
body#koyukai_server_form input#email_t {
	width: 74%;
}
body#koyukai_server_form table tr.zip td,
body#koyukai_server_form table tr.old_add td,
body#koyukai_server_form table tr.email td {
	padding: 9px 0px 9px 12px;
}
body#koyukai_server_form div.contentsfield div.zip {
	padding: 0px 0px 5px;
}
body#koyukai_server_form input#zip_1_m,
body#koyukai_server_form input#zip_1_t {
	width: 43px;
	margin-right: 8px;
}
body#koyukai_server_form input#zip_2_m,
body#koyukai_server_form input#zip_2_t {
	width:  53px;
}
body#koyukai_server_form input#address_m,
body#koyukai_server_form input#address_t {
	width: 74%;
	margin-right: 0px;
}
body#koyukai_server_form input#phone_m,
body#koyukai_server_form input#phone_t {
	width: 46%;
}
body#koyukai_server_form input#fax_m,
body#koyukai_server_form input#fax_t {
	width: 46%;
}

body#koyukai_server_form div.contentsfield dl.address_example {
	margin-bottom: 8px;
}
body#koyukai_server_form div.contentsfield dl.address_example dt {
	float: left;
	width: 13em;
}
body#koyukai_server_form table#wish-add {
	margin-bottom: 16px;
	border-bottom-width: 1px;
}
body#koyukai_server_form table#wish-add input {
	width: 99%;
}
body#koyukai_server_form div.contentsfield dl.address_notice {
	margin-bottom: 16px;
}
body#koyukai_server_form div.contentsfield dl.address_notice dt {
	float: left;
	width: 9em;
	font-weight: bold;
}
body#koyukai_server_form div.contentsfield dl.address_notice dd {
	padding-left: 9em;
}
body#koyukai_server_form table#templete {
	border-bottom-width: 0px;
}
body#koyukai_server_form table#templete td {
	padding: 14px 13px 7px;
}
body#koyukai_server_form table#templete td input#checkbox {
	width: 15px;
}
}


/* === サーバのご利用について === */
body#koyukai_server div.submit {
	border-top: 0px none #ffffff;
	margin-top: 30px;
}
body#server_rule {
	width: 600px;
	margin: 0 auto;
	background-color: transparent;
}
body#server_rule div#container {
	min-width: 600px;
}
body#server_rule div#contents {
	padding-top: 0px;
}
body#server_rule div.contents {
	width: 600px;
}
body#server_rule div.contentsfield {
	float: none;
	width: 600px;
}
body#server_rule div.contentsouter {
	margin: 0;
	border-width: 0px;
}
body#server_rule div.contentsinner {
	padding: 0px;
	border-width: 0px;
}
body#server_rule div.cmn-section {
	padding-top: 15px;
}
body#server_rule h3.title_h5 {
	margin-bottom: 0px;
}
body#server_rule ol.markon li ol.markoff {
	margin-bottom: 15px;
}
body#server_rule ol.markon li ol.markoff li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#koyukai_server div.submit {
	border-top: 0px none #ffffff;
	margin-top: 30px;
}
body#server_rule {
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
}
body#server_rule div#container {
	min-width: 100%;
}
body#server_rule div#contents {
	padding-top: 0px;
}
body#server_rule div.contents {
	width: 100%;
}
body#server_rule div.contentsfield {
	float: none;
	width: 96%;
	padding: 0 2%;
	background-color: #ffffff;
}
body#server_rule div.contentsouter {
	margin: 0;
	border-width: 0px;
}
body#server_rule div.contentsinner {
	padding: 0px;
	border-width: 0px;
}
body#server_rule div.cmn-section {
	padding-top: 15px;
}
body#server_rule h3.title_h5 {
	margin-bottom: 0px;
}
body#server_rule ol.markon li ol.markoff {
	margin-bottom: 15px;
}
body#server_rule ol.markon li ol.markoff li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#koyukai_server div.submit {
	border-top: 0px none #ffffff;
	margin-top: 30px;
}
body#server_rule {
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
}
body#server_rule div#container {
	min-width: 100%;
}
body#server_rule div#contents {
	padding-top: 0px;
	background-color: #ffffff;
}
body#server_rule div.contents {
	width: 100%;
}
body#server_rule div.contentsfield {
	float: none;
	width: 100%;
	margin-left: 0px;
}
body#server_rule div.contentsouter {
	margin: 0;
	border-width: 0px;
}
body#server_rule div.contentsinner {
	padding: 0px;
	border-width: 0px;
}
body#server_rule div.cmn-section {
	padding-top: 15px;
}
body#server_rule h3.title_h5 {
	margin-bottom: 0px;
}
body#server_rule ol.markon li ol.markoff {
	margin-bottom: 15px;
}
body#server_rule ol.markon li ol.markoff li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
}


/* === Facebookアカウント登録手順 === */
body#fbacount div.contentsinner {
	padding: 25px 19px 8px;
}
body#fbacount div.two-column_step {
	padding: 0px 0px 21px;
}
body#fbacount div.two-column_step_end {
	padding: 0px 0px 41px;
}
body#fbacount div.two-column_step div.cmn-textarea {
	width: 264px;
	word-wrap: break-word;
}
body#fbacount div.two-column_step div.cmn-imgarea {
	width: 300px;
	padding-top: 6px;
	padding-left: 36px;
}
body#fbacount div.two-column_step p.next {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#fbacount div.contentsinner {
	padding: 2px 15px 8px 14px;
}
body#fbacount div.two-column_step div.cmn-textarea {
	width: 100%;
}
body#fbacount div.two-column_step div.cmn-imgarea {
	width: 100%;
	padding-left: 0;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#fbacount div.contentsinner {
	padding: 2px 15px 8px 14px;
}
body#fbacount div#titleimage p span {
	padding: 3.6% 0% 3%;
	line-height: 1.4;
}
body#fbacount div.two-column_step div.cmn-textarea {
	width: 44%;
}
body#fbacount div.two-column_step div.cmn-imgarea {
	width: 50%;
	padding-left: 6%;
}
}



/* === サイト内検索 === */
body#search_result div#cse-search-results {
	width: 620px;
	height: auto;
}

body#search_result div#cse-search-results iframe {
	width: 620px;
}

/*--------------------------
　スマホ
--------------------------*/
body#search_result div#cse-search-results,
body#renkei_list div#cse-search-results {
	width: 100%;
}
@media screen and (max-width: 640px) {
body#search_result div#cse-search-results iframe,
body#renkei_list div#cse-search-results iframe {
	width: 100% !important;
}
body#search_result div#cse-search-results iframe div.gs-webResult,
body#renkei_list div#cse-search-results iframe div.gs-webResult {
	width: 100% !important;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#search_result div#cse-search-results iframe,
body#renkei_list div#cse-search-results iframe {
	width: 100% !important;
}
}


/* === サイトマップ === */
body#sitemap ul li ul.level li {
	padding-left: 20px;
	background: url(../img/parts/el.gif) no-repeat 4px 5px;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
}


/* === リンク === */
body#link div.cmn-section {
 padding: 41px 10px 0px;
}
body#link table.cmn-format th {
	width: 134px;
	padding: 6px 8px 5px;
}
body#link table.cmn-format td {
	padding: 8px 8px 3px 11px;
	word-break: break-all;
}
body#link table.cmn-format td a {
	display: inline-block;
	background-position: 0px 3px;
}

/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#link div.cmn-section {
 padding: 10px 10px 0px;
}
body#link table.cmn-format td {
	padding-top: 1px;
	padding-bottom: 1px;
}
body#link table.cmn-format td a {
	display: block;
	padding-top: 7px;
	padding-bottom: 2px;
	background-position: 0px 10px;
}
}
/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#link div.cmn-section {
 padding: 10px 10px 0px;
}
body#link table.cmn-format td {
	padding-top: 1px;
	padding-bottom: 1px;
}
body#link table.cmn-format td a {
	display: block;
	padding-top: 7px;
	padding-bottom: 2px;
	background-position: 0px 10px;
}
}



/*----------------------------------------------------
------------------------------------------------------
------------------------------------------------------
階層式ナビ追加
------------------------------------------------------
------------------------------------------------------
----------------------------------------------------*/


/*--------------------------
　ナビ追加作業
--------------------------*/

#gnavi .gnaviinner ul.gnavi li div.submenu {
	display: none;
	position: absolute;
	float: none;
	background-color: #4C4CBA;
	width: 175px;
	color: #FFFFFF;
	z-index: 10000;
	padding: 0px;
	margin: 0px;
}



#gnavi .gnaviinner ul.gnavi li div.submenu ul li {
	display: block;
	padding: 0px;
	margin: 0px;
	float: none;
	border-bottom: 1px dotted #27258C;
	background-color: #4C4CBA;
}

#gnavi .gnaviinner ul.gnavi li div.submenu ul li:last-child {
	border-bottom: none;
}

#gnavi .gnaviinner .gnavi ul li a, 
#gnavi .gnaviinner .gnavi ul li a:visited{
	display: block;
	width: 155px;
	min-height: 35px;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 10px 0px 10px;
	margin: 0px;
}

#gnavi .gnaviinner .gnavi ul li a:hover{
	background-color: #27258C;
	vertical-align: middle;
}


/*--------------------------
　JSでのナビ階層表示時の在ページ表示
--------------------------*/
body.outline #gnavi ul.gnavi li.gn2 a {
	 background-position: -104px -108px;
}
body.info #gnavi ul.gnavi li.gn3 a {
	 background-position: -278px -108px;
}
body.event #gnavi ul.gnavi li.gn4 a {
	 background-position: -452px -108px;
}
body.member #gnavi ul.gnavi li.gn5 a {
	 background-position: -626px -108px;
}
body.koyukai #gnavi ul.gnavi li.gn6 a {
	 background-position: -800px -108px;
}


/*
div#gnavi ul li div.submenu ul.submenu_inner li {
		min-height: 35px;
		background-color: #d5ecfa;
		border-width: 0;
	}
	div#gnavi ul li div.submenu ul.submenu_inner li~li {
		border-top: 1px solid #969696;
	}
	div#gnavi ul li div.submenu ul.submenu_inner li div {
		display:  table;
		width: 100%;
		min-height: 35px;
		font-size: 100%;
		background-color: #d5ecfa;
	}
	div#gnavi ul li div.submenu ul.submenu_inner li a ,
	div#gnavi ul li div.submenu ul li.current ul.submenu_inner li a {
		display: table-cell;
		width: 100%;
		min-height: 35px;
		background-color: #d5ecfa;
		font-size: 100%;
		color: #000000;
	}
	div#gnavi ul li div.submenu ul li.current ul.submenu_inner li a span {
		color: #000000;
	}
	div#gnavi ul li div.submenu ul li.current ul.submenu_inner li.current a span {
		color: #ffffff;
	}
	div#gnavi ul li div.submenu ul li.current ul.submenu_inner li a:hover ,
	div#gnavi ul li div.submenu ul li.current ul.submenu_inner li.current a ,
	div#gnavi ul li div.submenu ul li.current ul.submenu_inner li a:hover ,
	div#gnavi ul li div.submenu ul li.current ul.submenu_inner li a:hover span {
		background-color: #000000;
	}
	div#gnavi ul li div.submenu ul.submenu_inner li.current:hover div a {
		background-color: #000000;
	}
	div#gnavi ul li div.submenu ul.submenu_inner li:hover div a {
		background-color: #000000; // IE 11 bugfix 
	}
	div#gnavi ul li div.submenu ul li.current ul.submenu_inner li div a:hover span ,
	div#gnavi ul li div.submenu ul li.current ul.submenu_inner li div:hover a span ,
	div#gnavi ul li div.submenu ul li.current ul.submenu_inner li:hover div a span ,
	div#gnavi ul li div.submenu ul li.current ul.submenu_inner li.current:hover div a span {
		color: #ffffff !important; //IE 11 bugfix 
	}
*/
/*--------------------------
　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
	#gnavi .gnaviinner ul.gnavi li div.submenu {
		display: none;
	}
	#gnavi .gnaviinner ul.gnavi ul {
		display: none;
	}
}


/*--------------------------
　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
	#gnavi .gnaviinner ul.gnavi ul {
		display: none;
	}
}

/*--------------------------
　フローティングナビ
--------------------------*/

/*PC*/
#floatingMenu_pc {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
		background-color: #f77e6e;
	/*background-color: #27258C;*/
		font-size: 18px;
		/*border-top: 1px solid #fff;*/
		font-weight: bold;
		padding: 5px 0;
}

	#floatingMenu_pc a {
		color:#27258C!important;
		text-decoration:none;
	}
	#floatingMenu_sp a {
		color:#27258C!important;	
		text-decoration:none;
	}

#floatingMenu_sp {
	display: none;
}

#floatingMenu_pc:before {
	content: "";
  display: inline-block;
  top: -3px;
	position: relative;
  /*left: 0;*/
  width: 38px;
  height: 25px;
  min-height: 1.5em;
  background-position: 0 center;
  background-repeat: no-repeat;
  vertical-align: middle;
	background-image: url(../img/footer/yubi.png);
	-moz-background-size: 38px 25px;
  -o-background-size: 38px 25px;
  -webkit-background-size: 38px 25px;
	background-size: 38px 25px;
}

/*TB*/
@media screen and (max-width: 800px) and (min-width: 641px) {
	#floatingMenu_sp {
		display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
		background-color: #f77e6e;
	/*background-color: #27258C;*/
		font-size: 18px;
		/*border-top: 1px solid #fff;*/
		font-weight: bold;
		padding: 5px 0;
	}
	
	#floatingMenu_pc {
		display: none;
	}
	
	#floatingMenu_sp:before {
		content: "";
  	display: inline-block;
  	top: -3px;
		position: relative;
  	/*left: 0;*/
  	width: 38px;
  	height: 25px;
  	min-height: 1.5em;
  	background-position: 0 center;
  	background-repeat: no-repeat;
  	vertical-align: middle;
		background-image: url(../img/footer/yubi.png);
		-moz-background-size: 38px 25px;
  	-o-background-size: 38px 25px;
  	-webkit-background-size: 38px 25px;
		background-size: 38px 25px;
	}
	
}

/*SP*/
@media screen and (max-width: 640px) {
	#floatingMenu_sp {
		display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
		background-color: #f77e6e;
	/*background-color: #27258C;*/
		font-size: 12px;
		/*border-top: 1px solid #fff;*/
		font-weight: bold;
		padding: 5px 0;
	}
	
	#floatingMenu_pc {
		display: none;
	}
	
	#floatingMenu_sp:before {
		content: "";
  	display: inline-block;
  	top: -3px;
		position: relative;
  	/*left: 0;*/
  	width: 38px;
  	height: 25px;
  	min-height: 1.5em;
  	background-position: 0 center;
  	background-repeat: no-repeat;
  	vertical-align: middle;
		background-image: url(../img/footer/yubi.png);
		-moz-background-size: 38px 25px;
  	-o-background-size: 38px 25px;
  	-webkit-background-size: 38px 25px;
		background-size: 38px 25px;
	}
}

body.regulation div.cmn-detail dl.dl_num_m dl dd {
	padding-left: 3em;
}
body.regulation div.cmn-detail dl.dl_num_m dl dl dd {
	padding-left: 2em;
}
body.regulation ul.husoku dt{
	clear: left;
	float: left;
}
body.regulation ul.husoku dd{
	padding-left:2em;
}




/*---------------------------------------

20230206追記

---------------------------------------*/

body#info_index .card_btn {
	margin-bottom: 40px;
}

body#info_index .card_btn a {
	font-size: 16px;
	color: #fff;
	padding: 15px 20px;
	background: #3e47b1;
	text-decoration: none;
}

body#info_index .card_btn a span {
    padding-left: 17px;
    background: url(../img/parts/icon_snavi_link2-off.gif) no-repeat 0 4px;
    text-decoration: none;
    font-weight: normal;
}
body#info_index .card_btn a:hover {
    background-color: #d2d4ed;
	color: #3e47b1;
}


body#info_index a.textlink span {
    padding-left: 17px;
	padding-right: 5px;
    background: url(../img/parts/icon_snavi_link1-off.gif) no-repeat 0 2px;
    text-decoration: none;
    font-weight: normal;
	margin-left: 5px;
}

/*TB*/
@media screen and (max-width: 800px) and (min-width: 641px) {
	body#info_index .card_btn a {
	font-size: 16px;
	padding: 15px 15px;
	}
}


/*SP*/
@media screen and (max-width: 640px) {
		body#info_index .card_btn a {
	font-size: 16px;
	padding: 15px 15px;
	}
}

/* ===留学生の皆さんに === */

body#info_index.inter_student .cmn-section .cmn-detail ul li {
	margin-left: 20px;
	padding-left: 5px;
	padding-bottom: 10px;
	list-style: decimal;
}

body#info_index.inter_student .student_btn {
	margin-bottom: 10px;
}

body#info_index.inter_student .student_btn a {
	font-size: 16px;
	color: #fff;
	padding-left: 2em;
	padding-right: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: -1em;
	background: #3e47b1;
	text-decoration: none;
	display: inline-block;
}

body#info_index.inter_student .student_btn a span {
    padding-left: 17px;
    background: url(../img/parts/icon_snavi_link2-off.gif) no-repeat 0 4px;
    text-decoration: none;
    font-weight: normal;
}
body#info_index.inter_student .student_btn a:hover {
    background-color: #d2d4ed;
	color: #3e47b1;
}</pre></body></html>