@charset "utf-8";

/*あ*/

/*================================================
	elements 
	(in alphabetical order)
================================================*/

@font-face {
	}

html {
/*	background-image: url(../img/haikei.gif);
	background-repeat: repeat-x repeat-y;*/
	}

body {
	font-family:
/*	"Osaka-UI", 
	"Osaka レギュラー",
	"Osaka-UI レギュラー-UI",
	osaka_unicode,
	Osaka,
	"ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro",*/
	"メイリオ", Meiryo,
	"ＭＳ Ｐゴシック", "MS P Gothic",
	sans-serif;
	color: #0b3300;
	color: #000000;
	font-size: 10.5pt;
	letter-spacing: -0.25px;
/*	width: 865px;*/
	}

a {
-webkit-transition: all 0.15s ease-in-out;
-webkit-transition-property: all;
-webkit-transition-duration: 0.15s;
-webkit-transition-timing-function: ease-in-out;
-webkit-transition-delay: initial;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
transition-property: all;
transition-duration: 0.15s;
transition-timing-function: ease-in-out;
transition-delay: initial;
	}

blockquote {
	background-color: rgba(210,105,30,0.5);
	margin: 10px 10px;
	padding: 5px 10px;
	border-radius: 0.5em;
	text-shadow: -1px -1px 1px rgba(245,245,245,0.6),1px 1px 1px rgba(0,0,0,0.6);
	}

dl {
	margin: 10px 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #d2691e;/*16-4 chocolate*/
	border-radius: 0.5em;
	text-shadow: -1px -1px 1px rgba(245,245,245,0.6),1px 1px 1px rgba(0,0,0,0.6);
	}
	
dd {
	margin: 5px 5px;
	}

p.button {
	cursor: default;
	text-indent: 0;
	}

p {
	text-indent: 1em;
	text-shadow: -1px -1px 1px rgba(245, 245, 245, 0.6), 1px 1px 1px rgba(0, 0, 0, 0.6);
	}

/*================================================
	iframe
================================================*/

iframe {
	margin: 0px 0px 0px 0px;
/*	width: 461px;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	overflow: hidden;*/
	-webkit-overflow-scrolling:touch;/*追加*/
	}

#iframe {
	font-size: 8pt;
	border-radius: 0.25em;
	background-color: transparent;
	width: 762px;
/*	width: 885px;*/
	height: 485px;
	border:none; /* 追加で指定 */
	-webkit-overflow-scrolling:touch;
	}


/*================================================
	individual classes
	(in alphabetical order)

Tips:text-align: center;は、継承される。
================================================*/

.decoration-shadow-alt {
 	text-shadow:
 	-1px -1px 2px #ffa500,
 	1px 1px 2px #ffa500,
 	-1px 1px 2px #ffa500,
 	1px -1px 2px #ffa500,
 	-2px -2px 3px #d2691e,
 	2px 2px 3px #d2691e,
 	-2px 2px 3px #d2691e,
 	2px -2px 3px #d2691e
 	;
	}

.decoration-bg-alt {
    background-color: rgba(210, 105, 30, 0.5);
    border-radius: 0.25em;
    padding: 0px;
}

/*================================================
	elemental classes
	(in alphabetical order)
Tips:text-align: center;は、継承される。
================================================*/

.cursor-help {cursor: help;}
.float-left{float: left;}
.float-right{float: right;}
.text-align-center {text-align:center;}

/*================================================
	hull（ボディ）
================================================*/

#hull {
	margin-top: 20px;
	}
	
.hull {
	width: 745px;
	height: 100%;
	}

/*================================================
	fore（ヘッダー）
================================================*/

#fore {
	height: 60px;
	border-radius: 0.25em;
	padding: 0px 15px 0 15px;
	}


/*================================================
	midship（ヘッダーの終わりからフッターの開始直前までの記事を記入する部分全体）
================================================*/

#midship {
	border-radius: 0.25em;
	float: left;
	}

/*================================================
	port（左側のカラム）
================================================*/

#port {
	float: left;
	width: 160px;
	}

#port h3 {
 	color: #000000;
	text-indent: 0.5em;
	border: 1px solid #696969;
	border-radius: 0.25em;
	text-shadow: -1px -1px 1px rgba(245,245,245,0.6),1px 1px 1px rgba(0,0,0,0.6);
	}

#navicon {
	width: 160px;
/*	background-color:rgba(255,248,220,0.5);  27-3 cornsilkの半透明*/
	float: left;
	border-radius: 0.25em;
	}

#nav {
	margin-top: 10px;
	}

#backhome-button a {
	margin-top: 15px;
	font-size: 5pt;
	}

#ad-port * {
	float: left;
	width: 160px;
	background-color: #d3d3d3;/*6-1 lightgrey*/
	border-radius: 0.25em;
	}

/*================================================
	maindeck（中央カラム）
tips:maindeckの高さが不十分だと、portが左にずれて
しまったりするので注意。
================================================*/

#maindeck {
	float: left;
	width: 575px;
	margin: 0px 0px 0px 10px;
	border-radius: 0.25em;
	}


#maindeck-article {
	min-height: 400px;
	float: left;
	}
	
#maindeck-article h3 {
	color: #000000;
	text-indent: 0.5em;
	border: 1px solid #696969;
	border-radius: 0.25em;
	text-shadow: -1px -1px 1px rgba(245,245,245,0.6),1px 1px 1px rgba(0,0,0,0.6);
	}

#maindeck-article dt {
    padding: 1px 5px;
    border-radius: 0.25em;
    color: #FFF;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6), 1px 1px 1px rgba(245, 245, 245, 0.6);
    background: transparent linear-gradient(to right, #633116 0%, #633116 40%, #FFF 75%) repeat scroll 0% 0%;
	}

/*================================================
	starboard（右側カラム）
================================================*/

#starboard {
	min-height: 600px;
	width: 160px;
	margin: 0px 0px 0px 0px;
	float: left;
	}

#starboard-article {
/*	background-color: #d3d3d3;*/ /*6-1 lightgrey*/
	border-radius: 0.25em;
	height: 660px;
	}

#starboard-article h3 {
	text-indent: 0.5em;
	border: 1px solid #696969;
	border-radius: 0.25em;
	text-shadow: -1px -1px 1px rgba(245,245,245,0.6),1px 1px 1px rgba(0,0,0,0.6);
	}

#ad-starboard * {
	margin: 0px -10px 0 0;
	}



/*================================================
	aftbridge（フッター）
================================================*/

#aft {
	position: fixed;
	bottom: 0px;
	height: 20px;
	padding: 10px 20px 40px 20px;
	background-color: rgba(245,222,179,0.3);
	border-radius: 0.25em;
	}

#aft iframe {width: 730px;}/*←update.htmlのiframe重なりによるフッター横長広告表示の欠損を防止するための記述*/


#bridge {
	clear: both;
	height: 20px;
/*	bottom: 100px;
	margin-bottom: 50px;*/
	padding: 10px 20px 40px 20px;
	background-color: rgba(245,222,179,0.3);
	border-radius: 0.25em;
	}

#bridge p {text-align: center;}

/*================================================
	portindex（ナビコン内の、ホバーすると右に伸びるナビの設定）
================================================*/
#portindex {
	float: left;
	padding-bottom: 8px;
	margin-top: 10px;/*←単純追加*/
	text-align:left;
	font-size: 9pt;
	}

#portindex a {/*←単純追加*/
	text-decoration: none;
	line-height: 25px; /*←ポートインデックスの箱の高さ*/
	}

/*◆ポートインデックス　1、2列目*/
#portindex a {
	width: 160px; /*←デフォルト160px。サブメニューの文字列の横幅に関係した数値*/
	overflow: hidden;/*←デフォルトhidden。サブメニューの文字列の表示に関係があるか不明*/
    display: block;
    border-radius: 0.5em;
    text-align: center;
    background: #f5deb3;/*4-4 wheat*/
    border-bottom: 3px solid #deb887;/*5-4 burlywood*/
    color: #FFF;
    text-shadow:
-1px -1px 1px rgba(140,70,20,1),
-1px 1px 1px rgba(140,70,20,1),
1px -1px 1px rgba(140,70,20,1),
1px 1px 1px rgba(140,70,20,1);
    font-weight: bold;
	}

/*◆ポートインデックス　1、2列目（ホバー時）*/
#portindex a:hover {
	color: #a0522d;/*17-4 sienna*/
	background-color: #deb887;/*5-4 burlywood*/
	-webkit-box-shadow: 0px 0px 3px 5px rgba(255,255,255,1) inset;
	box-shadow: 0px 0px 3px 5px rgba(255,255,255,1) inset; /*←ポートインデックス1列目ホバー時の背景色*/
	text-shadow:  -1px -1px 2px rgba(255,255,255,1), -1px 1px 2px rgba(255,255,255,1), 1px 1px 2px rgba(255,255,255,1), 1px -1px 2px rgba(255,255,255,1),-2px -2px 2px rgba(255,255,255,1), -2px 2px 2px rgba(255,255,255,1), 2px 2px 2px rgba(255,255,255,1), 2px -2px 2px rgba(255,255,255,1), -3px -3px 3px rgba(255,255,255,1), -3px 3px 3px rgba(255,255,255,1), 3px 3px 3px rgba(255,255,255,1), 3px -3px 3px rgba(255,255,255,1),-4px -4px 3px rgba(255,255,255,1), -4px 4px 3px rgba(255,255,255,1), 4px 4px 3px rgba(255,255,255,1), 4px -4px 3px rgba(255,255,255,1);
	}

#portindex li.sub-item a.primary-lnk {
/*	width: 180px;*/ /*←この行は、サブアイテムの文字表示が長くなると隠れるのを回避するためにの追加した。*/
	}

/*▼ポートインデックス　2列目*/
#portindex .sub {
	display: none;
	position: absolute;
	left: 160px;
	top: 0px;
	z-index: 999;/*←デフォルト 999*/
	width: 160px;/*←デフォルト200px*/
	}


/*================================================
	ページスクローラー（ポート部ページ内インデックス）のコンテナ
================================================*/

#nav {
	width: 160px;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic";
	font-size: 9pt;
	float: left;
	}

#nav ul li a {
	font-size: 11pt;
	text-decoration: none;
	display: block;
	margin: 0 0 0 5px;
	}

#nav ul li a:not(.button):hover {
	color: rgba(255,255,225,1);
	background-color: #633116;/*濃い黄土色*/
	display: block;
	border-radius: 0.25em;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6),1px 1px 1px rgba(245,245,245,0.6);
	}

#nav ul li:first-child a,
#nav ul li:last-child a {
	font-size: 8pt;
	line-height: 1em;
	width: 70px;
	}

#nav ul li:first-child {
	margin: 0 0 10px 25px;
	}

#nav ul li:last-child {
	margin: 8px 0 0 25px;
	}


/*================================================
	Go Top
================================================*/
#pagetop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    }


#pagetop a {
    display: block;
/*	background-color: #ccc;*/
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
/*	padding: 20px 10px;*/
	}
 
#pagetop a:hover {
    display: block;
/*	background-color: #222;*/
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
/*	padding:20px 10px;*/
	}


/*================================================
	ツールチップの配色
================================================*/
table tr td {
	border: 1px solid #d2691e;/*16-4 chocolate*/
	background-color: #f5deb3;/*4-4 wheat*/
	}


/*================================================
	pseudo
================================================*/
a:link {
	-webkit-tap-highlight-color: #07a;
	}

a:visited {
	color: #228b22;/*6-3 forestgreen*/
	}

a:hover {
	color: #09c;
	}

/*================================================
	clearfix class
================================================*/

.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix {
	min-height: 1px;
	}

* html .clearfix {
	height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
	}



