/* コラム「稼働戦士GUNDAN」専用CSS */


/*****↓使用中↓******/

html {
	/* 背景色の指定 */
	background-color: #FFF;
	/* 背景画像の指定 */
	background-image: url(img/bg.png);
	background-repeat: repeat;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	background-color: transparent;
}


.iPhoneBody {
	background-color: transparent;
}


/* リスト部分全体 */
.iPhoneULIndex li {
	padding: 0 10px;
	overflow: hidden;
	background-color: transparent;
	border-bottom: solid 1px #D9D9D9;
}


.iPhoneUL a,
.iPhoneULIndex a,
.iPhoneDL a {
	text-decoration: none;
	color: #6600CC;
	display: block;
	padding: 15px 14px 15px 0;
	background: url(img/trainav.png) right center no-repeat;
}


.iPhoneULIndex li:first-child {
	/*padding: 0 10px;
	overflow: hidden;
	background-color: transparent;
	border-bottom: transparent;*/
}


/* マーキー */
marquee {
	background-color: #000;
	font-size: 14px;
	color: #FFF;
	/*text-align: center;*/
	padding-top: 4px;
	padding-bottom: 4px;
}


/* 毎週○曜日更新 */
.update {
	background-color: #FFF;
	font-size: 14px;
	text-align: center;
	/*padding-top: 4px;*/
	padding-bottom: 8px;
	/*border-bottom: solid 1px #D9D9D9;*/
}


/* 質問フォーム */
body form {
	text-align: center;
	font-size: 14px;
	padding-top: 4px;
}


/* 質問フォームボタン */
.submit_button {
	background-color: #E8EDF5;
	color: #6600CC;
	font-size: 14px;
	text-align: center;
	border: outset 2px #5176B5;
	border-radius: 8px;
	padding: 4px 0;
	width: 280px;
	/* 背景色にグラデーションをかける
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C9C)); */
}


/* プロフィールリンク */
.proflink {
	/*background-color: #FFF;*/
	font-size: 16px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	/* 背景色を半透明に */
	background-color: rgba(255, 255, 255, 0.5);
}


.proflink a {
	text-decoration: none;
	color: #6600CC;
	display: block;
	/*padding: 4px 15px;*/
}


/* このコラムは… */
.lead {
	background-color: #CCC;
	font-size: 14px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
	border-top: solid 1px #CCC;
}


.lead a {
	text-decoration: none;
	color: #6600CC;
	display: block;
	/*padding: 4px 15px;*/
}


/* 更新日 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color:#000;
	/*text-align: center;*/
	padding-top: 0;
	padding-bottom: 0;
}


/* バックナンバーリンク */
.bnlink {
	/*background-color: #FFF;*/
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #D9D9D9;
	/* 背景色を半透明に
	background-color: rgba(255, 255, 255, 0.5); */
}


.bnlink a {
	text-decoration: none;
	color: #6600CC;
	display: block;
	padding: 10px 10px;
}


/* 仕切り項目（バックナンバー） */
.bnTitle {
	background-color: #17489c;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	border-bottom: solid 1px #D9D9D9;
	padding-top: 6px;
	padding-bottom: 6px;
}


/* コラム本文 */
.columntext {
	font-size: 16px;
	padding: 20px 8px;
	line-height: 1.5;
}


/* コラム内タイトル */
.columntitle {
	background-color: transparent;
	color: #000;
	font-size: 16px;
	text-align: left;
	/*line-height: 10px;*/
	padding: 4px 8px;
}


.columntitle img {
	vertical-align: middle;
	margin-right: 8px;
}


.columntitle2 {
	background-color: #000;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	/*line-height: 18px;*/
	padding-top: 4px;
	padding-bottom: 4px;
}


/* プロフィールページ内 */
.profTitle {
	background-color: #F90;
	color: #609;
	font-size: 18px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}


.proftext1 {
	background-color: #939;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}


.proftext2 {
	/*background-color: #C9F;*/
	/*color: #FFF;*/
	font-size: 14px;
	text-align: center;
	/*padding-top: 1px;*/
	padding-bottom: 8px;
}


#profimg {
	float: left;
	padding: 8px;
	text-align: center;
	vertical-align: top;
	width: 1px;
}


/* コラム内リンク */
.link {
	/*background-color: #FC0;*/
	font-size: 18px;
	text-align: center;
	border: outset 2px #999;
	border-radius: 8px;
	margin: 8px 0;
	padding: 4px 0;
	width: 280px;
	/* 背景色にグラデーションをかける */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F90));
}


.link a {
	/*text-decoration: none;*/
	display: block;
	color: #00F;
}


table.table {
	width:96%;
    border:1px solid #666;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	font-size:18px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
table.table th {
    border:1px solid #666;
    color:#FFF;
    /*background-color:#333;*/
	font-size:12px;
    text-align:center;
    padding:2px;
}
table.table td {
    border:1px solid #666;
	color:#000;
	text-align:center;
    padding:2px;
	font-size:16px;
}
table.table td[bgcolor*="#CCCCCC"] {
	font-size:14px;
}



/*****↑使用中↑******/
