@charset "UTF-8";

/* ====== responsive ================== */
.article img {
	max-width: 100%;
	max-height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
img {image-rendering: -webkit-optimize-contrast;}
}
.news-img {
	text-align: right;
	margin-bottom: 20px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.section img {
	max-width: 100%;
	max-height: 100%;
}

#sub img {
	max-width: 100%;
	max-height: 100%;
}

/* ----------------------------------
======[ base ] ======================
---------------------------------- */

body{
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F8F8F8;
}
h1,h2,h3,h4,h5,h6 { margin-bottom : 21px}

h2 {
	font-size : 16px;
	font-weight: bold;
	line-height : 1.17;/* 21px */
}
h3,h4,h5,h6 {
	font-size : 14px;
	font-weight: bold;
	line-height : 1.5; /* 21px */
}

.news h3,h4,h5,h6 {
	font-size : 13px;
}
.news-old h3,h4,h5,h6 {
	font-size : 13px;
}
.news .cross-table td p{
	font-size: 10px;
}
p {
	margin-bottom:21px;
}
a {
	color: #F00;
	text-decoration: none;
}

noscript p {
	border: 1px solid #F00;
	padding: 5px;
	background-color: #FFF;
}

a:hover {
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}
.cross-text{
	text-align: right;
}
table a {
	color: #F00;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
}
table a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}

.note {
	font-size: 12px;
}
.illust-left{
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 14px;
}
.illust-right{
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 14px;
}
.illust-panel-left{
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 14px;
}
.illust-panel-right{
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 14px;
}
.illust-image{
	float: right;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	margin-left: 14px;	
	margin-bottom: 14px;	
	width: 40%;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.relative-img {
	position: relative;
}

#to-top {
	width: 63px;
	height: 63px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	display: none;
}
#to-top a{
	opacity:0.6;
	background-image: url(../img-common/top-arrow@2x.gif);
	display: block;
	height: 63px;
	width: 63px;
	-moz-background-size:63px 63px;
	-webkit-background-size:63px 63px;
	-o-background-size:63px 63px;
	-ms-background-size:63px 63px;
	background-size:63px 63px;
	text-indent: -9999px;
}
#to-top a:hover{
	opacity:0.4;
}

.fixed-top {
	position: fixed;
	bottom: 10px;
	z-index: 50;
	right: 10px;
	display: block !important;
}
/* ====== cross-table ================== */
.cross-table {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 21px;
	margin-left: 0px;
	border:1px solid #999; 
}
.cross-table caption {
	background-color: #000000;
	color: #FFF;
	font-weight: bold;
	line-height: 2em;
	padding: 2px;
	height: 2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}
.cross-table th {
	padding: 4px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999;
	background-color: #888;
	color: #FFF;
	font-size: 10px;
}
.cross-table td {
	font-size: 10px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}
.cross-table .even-row td{
	background-color: #EEE;
}
.cross-table .cross-table-hover td {
	background-image: url(../img-common/header-border@2x.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.cross-table .cross-table-hover th {
	background-image: url(../img-common/header-border@2x.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}



/* ====== check-ul&dl ================== */
.check-ul {
	margin-bottom: 21px;
}
.check-ul li {
	background-image: url(../img-common/li-bg-check@2x.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 22px;
	-moz-background-size:18px 12px;
	-webkit-background-size:18px 12px;
	-o-background-size:18px 12px;
	-ms-background-size:18px 12px;
	background-size:18px 12px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.check-dl {
	margin-bottom: 21px;
}
.check-dl dt {
	background-image: url(../img-common/li-bg-check@2x.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 22px;
	-moz-background-size:18px 12px;
	-webkit-background-size:18px 12px;
	-o-background-size:18px 12px;
	-ms-background-size:18px 12px;
	background-size:18px 12px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.check-dl dd {
	padding-left: 22px;
	margin-bottom: 14px;
	font-size: small;
}

/* ====== footnote ================== */
.footnote {
	margin-bottom: 14px;
}
.footnote dt {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 3px;
	padding-bottom: 3px;
	line-height: 15px;
}
.footnote dd {
	margin-bottom: 7px;
	font-size: 13px;
}

/* ====== clearfix ================== */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* ----------------------------------
======[ 320px（ベース）] ====================
---------------------------------- */

/* ----------------------------------
======[ 構造 ] ====================
---------------------------------- */
#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 85px;
	height: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}

/* ----------------------------------
======[ ヘッダ ] ====================
---------------------------------- */
#header {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #000;
	z-index: 8000;
	height: 60px;
	-moz-background-size:auto 2px;
	-webkit-background-size:auto 2px;
	-o-background-size:auto 2px;
	-ms-background-size:auto 2px;
	background-size:auto 2px;
	background-image: url(../img-common/header-border@2x.gif);
	background-repeat: repeat-x;
	background-position: center 51px;
}
#header-in {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 8px;
}
#header-in img{
	width: 100%;
	height: auto;
}
.comet-logo {
	position: absolute;
	width: 130px;
	height: 40px;
}
.cplus-logo {
	width: 66px;
	height: 60px;
	top: -8px;
	right: 132px;
	position: absolute;
	background-color: #222222;
	-moz-background-size: auto 2px;
	-webkit-background-size: auto 2px;
	-o-background-size: auto 2px;
	-ms-background-size: auto 2px;
	background-size: auto 2px;
	background-image: url(../img-common/header-border@2x.gif);
	background-repeat: repeat-x;
	background-position: center 51px;
}
.cplus-logo:hover {
	background-color: #333333;
}
.cplus-logo a {
	height: 60px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 8px 24px;
	background-size: 8px auto;
	overflow: hidden;
	display: block;
}
.cplus-logo a img {
	width: 46px !important;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 12px;
}
.cplus-logo a p {
	width: 130px;
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	padding-top: 13px;
	display: none;
}
#logo {
	height: 100%;
}
#pagemenu {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 999;
	width: 63px;
	height: 63px;
}


/* ----------------------------------
======[ メニュー ] ==================
---------------------------------- */
#menu {
	background-color: #666;
	width: 260px;
	position: fixed;
	top: 0px;
	right: 10px;
	z-index: 999;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
	display: none;
}
#menu li{
	line-height: 1.3em;
}

/* ======[ パンくずリスト ] ====== */
#breadcrumb {
	background-color: #CCC;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 3px;
	margin-bottom: 14px;
	word-spacing: -0.3em;
}
#breadcrumb li {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	position: relative;
	word-spacing: 0em;
}
#breadcrumb .last-child {
	font-weight: bold;
}
#breadcrumb li a{
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	display: block;
	color: #000;
	padding-right: 1px;
	padding-left: 1px;
}
#breadcrumb li a:hover{
	background-color: #999;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#breadcrumb .breadcrumb-open {
	line-height: 22px;
	height: 24px;
}
#breadcrumb .breadcrumb-open img{
	padding-top: 4px;
}
.breadcrumb-vertical {
	display: none;
	position: absolute;
	left: 0px;
	top: 24px;
	background-color: #BBB;
	border: 1px solid #EEE;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
}
#breadcrumb .breadcrumb-vertical li {
	display: block;
	white-space: nowrap;
	font-weight: bold;
	padding: 3px;
}


/* ======[ ページ内リンク ] ====== */
#pagelink li a {
	display: block;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-left: 18px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../img-common/page-arrow@2x.png);
	-moz-background-size:10px 10px;
	-webkit-background-size:10px 10px;
	-o-background-size:10px 10px;
	-ms-background-size:10px 10px;
	background-size:10px 10px;
	background-repeat: no-repeat;
	background-position: 3px 8px;
}
#pagelink li a:hover {
	background-color: #999;
	-webkit-border-radius: 2px;
	border-radius: 2px;

}

/* ======[ インフォ ] ====== */
#siteinfo {
	margin-top: 21px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	text-align: right;
}
#siteinfo li {
	display: inline-block;
	*zoom:1;
	*display:inline;
}
#siteinfo li a {
	display: block;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	color: #FFF;
	font-weight: bold;
	-moz-background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-o-background-size: 14px 14px;
	-ms-background-size: 14px 14px;
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: 1px center;
	margin-left: 12px;
	font-size: 11px;
}
#siteinfo .to-sitemap {
	background-image: url(../img-common/sitemap_icon@2x.png);
}
#siteinfo .to-mail {
	background-image: url(../img-common/mail_icon@2x.png);
}
#siteinfo .to-china {
	background-image: url(../img-common/zh-icon@2x.png);
}
#siteinfo .to-english {
	background-image: url(../img-common/eng-icon@2x.png);
}
#siteinfo li a:hover {
	background-color: #999;
	-webkit-border-radius: 2px;
	border-radius: 2px;

}
#siteinfo .to-youtube a {
	background-image: url(../img-common/yt_icon_rgb.png);
	padding-left: 22px;
	background-size: auto 13px;
	background-position: 0% 50%;
}



/* ----------------------------------
======[ フッター ] ====================
---------------------------------- */
#futter {
	background-color: #000;
	padding-top: 42px;
	padding-bottom: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #555;
}
address {
	padding-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #DDD;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: bottom;
}
address a {
	text-align: center;
	width: 6em;
	padding-right:9px;
	padding-left: 30px;
	font-weight: bold;
	color: #DDD !important;
	background-size:16px 16px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(../img-common/mail_icon@2x.png);
	font-style: normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer-youtube {
	background-image: url(../img-common/yt_icon_rgb.png);
	background-repeat: no-repeat;
	background-size: auto 12px;
}

address a:hover {
	background-color: #666;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


/* ======[ サイトマップ ] ============= */
#sitemap {
	width: 90%;
	margin-bottom: 30px;
	color: #EEE;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

#sitemap h5 a {
	color: #FFF;
	display: block;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 2px;
}
#sitemap h5 a:hover{
	background-color: #666;
}
#sitemap ul li {
	float: left;
	width: 44%;
	margin-right: 6%;
	margin-bottom: 21px;
}
#sitemap ul .last-child  {
	margin-right: 0%;
}
#sitemap ul li:nth-child(odd) {
	clear: left;
}
#sitemap ul li ul li {
	font-size: 12px;
	float: none;
	width: 100%;
	margin-right: 0%;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
}
#sitemap ul li ul li a{
	padding-left: 1em;
	color: #DDD;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#sitemap ul li ul li a:hover{
	color: #FFF;
	background-color: #666;
}
#sitemap h5 {
	font-size: 12px;
	color: #EEE;
	margin-bottom: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#sitemap .pdf-link {
	background-image: url(../img-common/pdficon_small.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 20px;
}

#languages {
	width: 90%;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
#languages li {
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	_display: inline;
    _zoom: 1;
	margin-left: 5px;
}
#languages a {
	color: #FFF;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#languages a:hover {
	color: #FFF;
	background-image: url(../img-common/navi-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#languages a:link {
	color: #FFF;
}
.eavenheight{
    height:auto;
}

/* ----------------------------------
======[ グローバルナビ ] ============
---------------------------------- */
#glovalnavi {
	overflow: hidden;
	padding-right: 4px;
	margin-bottom: 21px;
}
#glovalnavi li {
	width: 48%;
	margin-bottom: 14px;
	text-align: center;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#glovalnavi li:nth-child(even) {
	float: right;
}
#glovalnavi li:nth-child(odd) {
	float: left;
}
#glovalnavi li a{
	height: 4em;
	width: 100%;
	background-color: #000;
	text-align: center;
	line-height: 4em;
	display: block;
	color: #EEE;
	font-weight: bold;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.8);
	background-image: url(../img-common/navi-bg@2x.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-background-size:7px 14px;
	-webkit-background-size:7px 14px;
	-o-background-size:7px 14px;
	-ms-background-size:7px 14px;
	background-size:7px 14px;
}
#glovalnavi li a:hover{
	background-color: #666;
}


/* ----------------------------------
======[ メイン内記事 ] ============
---------------------------------- */

/* ======[ 更新情報セクション ] =============== */
.article-section {
	margin-bottom: 42px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	background-color: #EEE;
	position: relative;
	padding: 10px;
}
.article-section h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 3px;
	margin-bottom: 14px;
}

.article {
	background-color: #FFF;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	padding: 10px;
	margin-bottom: 21px;
}
.section-archive {
	position: absolute;
	top: 7px;
	right: 9px;
}
.section-archive a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
	display: block;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.section-archive a:hover {
	background-color: #999;
}

.article-title .date {
	text-align: right;
	margin-bottom: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.article h3 {
	margin-bottom: 2px;
	width: 100%;
}
#record .article-title {
	width: 100%;
	position: relative;
}
#record .article h3 {
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#record .article-title .date {
	text-align: right;
	margin-bottom: 0px;
	right: 0px;
	bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.article-box {
	overflow: hidden;
	padding-right: 2px;
}
.article-text {
	padding-top: 21px;
	overflow: hidden;
}

.youtube-mov{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.sub-topics li .youtube-mov {
	margin-bottom: 0px;
}
.youtube-mov iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* ======[ 通常記事セクション ] ============== */
.section {
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	background-color: #FFF;
	margin-bottom: 42px;
	margin-right: 2px;
}
.section-text {
	padding-right: 15px;
	padding-left: 15px;
	overflow: hidden;
}
.section-title {
	background-image: url(../img-common/section-title-bg@2x.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	background-size:auto 100%;
	margin-bottom: 21px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.section h2{
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/* ====== [ コラム（セクション内セクション） ] ============== */
.column {
	border: 1px solid #CCC;
	margin-bottom: 21px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.column-text {
	padding-right: 15px;
	padding-left: 15px;
	overflow: hidden;
}

.column h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #DDD;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	font-size: 16px;
	background-image: url(../img-common/section-title-bg@2x.jpg);
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	background-size:auto 100%;
	background-repeat: repeat-x;
}


/* ----------------------------------
======[ メイン ] =======================
---------------------------------- */
#main {
	padding-right: 3px;
}

/* ----------------------------------
======[ サブ ] =======================
---------------------------------- */
#sub ul {
	margin-bottom: 21px;
	overflow: hidden;
	padding-right: 2px;
}
#sub h2 {
	padding-bottom: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 8px;
	margin-right: 2px;
}

/* ======[ トピックス ] ============== */
.sub-topics li {
	margin-bottom: 14px;
	width: 48%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.sub-topics li:nth-child(even) {
	float: right;
}
.sub-topics li:nth-child(odd) {
	float: left;
	clear: both;
}
.sub-topics a:hover {
	opacity:0.6;
}

.sub-topics .topics-pro-archive {
	border: 1px solid #999;
	width: 47.5%;
}
/* ======[ リンク ] ============== */

#sub-link li {
	margin-bottom: 14px;
	width: 48%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
#sub-link li:nth-child(even) {
	float: right;
}
#sub-link li:nth-child(odd) {
	float: left;
}
#sub-link a:hover {
	opacity:0.6;
}

/* ======[ サブコーポレートバナー ] ============== */
#sub-corp {
	background-image: url(../img-top/topics_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding-right: 3px;
}

#sub-corp a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	display: block;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	background-image: url(../img-top/topics_tomail_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#sub-corp a:hover {
	opacity:0.6;
}
/* ----------------------------------
======[ リンクデザイン ] =======================
---------------------------------- */
.section-link {
	background-image: url(../img-common/section-title-bg@2x.jpg);
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	background-size:auto 100%;
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-position: right top;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.section-link a {
	display: block;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #000;
	background-image: url(../img-common/navi-bg@2x.png);
	-moz-background-size:7px 14px;
	-webkit-background-size:7px 14px;
	-o-background-size:7px 14px;
	-ms-background-size:7px 14px;
	background-size:7px 14px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
}
.section-link a:hover {
	color: #000;
	background-color: #DDD;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-decoration: none;
}

/* ----------------------------------
========== [ ページズ ] ============
---------------------------------- */

/* ----------------------------------
====== [ ページタイトル ] ===========
---------------------------------- */
#title {
	margin-bottom: 35px;
	border: 1px solid #999;
	padding: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	height: 100%;
	margin-right: 4px;
	background-color: #000;
}
#title-in {
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 26px;
	padding-right: 21px;
	padding-left: 21px;
	padding-bottom: 21px;
}

#title h1 {
	font-size: 32px;
	line-height: 1;/* 21px */
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #FFF;
} 
#title p {
	font-weight: bold;
	margin-bottom: 0px;
	color: #FFF;
	line-height: 1.6;
}


/* ----------------------------------
======[ ローカルナビ ] ==============
---------------------------------- */
#localnavi {
	overflow: hidden;
	padding-right: 4px;
	margin-top: 21px;
}
#localnavi li {
	margin-bottom: 14px;
	text-align: center;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#localnavi .last-child {
	margin-right: 0px;
}
#localnavi li a{
	height: 4em;
	width: 100%;
	background-color: #EEE;
	text-align: center;
	line-height: 4em;
	display: block;
	color: #000;
	font-weight: bold;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.8);
	background-image: url(../img-common/navi-bg@2x.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-background-size:7px 14px;
	-webkit-background-size:7px 14px;
	-o-background-size:7px 14px;
	-ms-background-size:7px 14px;
	background-size:7px 14px;
}
#localnavi li a:hover{
	background-color: #BBB;
}




/* ----------------------------------
======[ ローカルナビ（サブ） ] ==============
---------------------------------- */
#localnavi-sub {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	border: 1px solid #666;
	overflow: hidden;
	margin-right: 4px;
	margin-bottom: 42px;
	background-color: #EEE;
}
#localnavi-sub h4 {
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #000;
}
#localnavi-sub h4 a{
	font-weight: bold;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	height: 2em;
	margin: 0px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	line-height: 2em;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
}
#localnavi-sub h4 a:hover{
	background-color: #666;
}
#localnavi-sub ul {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding: 0px;
}

#localnavi-sub li {
	background-image: url(../img-common/section-title-bg@2x.jpg);
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	background-size:auto 100%;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#localnavi-sub .first-child {
	border-top-width: 0px;
}

#localnavi-sub li a {
	line-height: 3em;
	display: block;
	height: 3em;
	padding-left: 20px;	
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 22px;
	background-image: url(../img-common/navi-bg@2x.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-background-size:6px 12px;
	-webkit-background-size:6px 12px;
	-o-background-size:6px 12px;
	-ms-background-size:6px 12px;
	background-size:6px 12px;
}
#localnavi-sub li a:hover{
	background-color: #CCC;
}


/* ----------------------------------
======[ 注意文 ] ==============
---------------------------------- */
.page-caution {
	background-color: #FFF;
	margin-bottom: 21px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	border: 1px solid #CCC;
}
.page-caution p{
	font-size: 12px;
	margin-bottom: 6px;
}


/* ----------------------------------
======[ PDFリンク（CSSファイル最後尾に） ] ==============
---------------------------------- */
.pdf-link a{
	background-image: url(../img-common/pdficon_small.png);
	-moz-background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-o-background-size:16px 16px;
	-ms-background-size:16px 16px;
	background-size:16px 16px;
	background-position: 5px center;
}

#localnavi .pdf-link a{
	background-image: url(../img-common/pdficon_large.png);
	-moz-background-size:26px 26px;
	-webkit-background-size:26px 26px;
	-o-background-size:26px 26px;
	-ms-background-size:26px 26px;
	background-size:26px 26px;
}
#localnavi-sub .pdf-link a{
	background-image: url(../img-common/pdficon_small.png);
	-moz-background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-o-background-size:16px 16px;
	-ms-background-size:16px 16px;
	background-size:16px 16px;
	background-position: 3px center;
}
#title .note {
	font-size: smaller;
}


/* ----------------------------------
======[ @media screen ] ============
---------------------------------- */

@media screen and (min-width : 480px){
.illust-left{
	width: 40%;
	float: left;
	margin-right: 15px;
}
.illust-right{
	width: 40%;
	float: right;
	margin-left: 15px;
}
.illust-panel-left{
	width: 48%;
	float: left;
}
.illust-panel-right{
	width: 48%;
	float: right;
}
#sitemap ul li {
	width: 23%;
	margin-right: 2%;
}
#sitemap ul li:nth-child(odd) {
	clear: none;
}
#localnavi li {
	width: 48%;
	margin-right: 1.333%;
}
#localnavi li:nth-child(even) {
	float: right;
}
#localnavi li:nth-child(odd) {
	float: left;
}
}


@media screen and (min-width : 768px){
.comet-logo {
	width: 150px;
	height: 40px;
}
.cplus-logo {
	width: 226px;
	right: 180px;
}
.cplus-logo a {
	background-image: url(../img-common/blue-arrow.png);
}
.cplus-logo a p {
	display: block;
}
.cplus-logo a img {
	height: 32px;
	width: 52px !important;
	float: left;
	margin-right: 10px;
	margin-left: 25px;
	margin-top: 8px;
}
.illust-image{
	width: 20%;
}
#glovalnavi {
	overflow: visible;
}
#glovalnavi li {
	width: 19%;
	margin-right: 1.2%;
}
#glovalnavi li:nth-child(even) {
	float: left;
}
#glovalnavi li:nth-child(odd) {
	float: left;
}
#glovalnavi li:last-child {
	margin-right: 0px;
}

#main {
	float: left;
	width: 70%;
}
#sub {
	float: right;
	width: 26%;
}
#futter {
	clear: both;
}

.sub-topics li {
	width: 100%;
	float: none;
	margin-bottom: 14px;
}
#sub-link li {
	width: 100%;
	float: none;
}

.sub-topics li:nth-child(even) {
	float: none;
}
.sub-topics li:nth-child(odd) {
	float: none;
}
.sub-topics .topics-pro-archive {
	width: 99.5%;
}
#sitemap ul li {
	width: 18%;
	margin-right: 2%;
}
#sitemap ul li:nth-child(odd) {
	clear: none;
}
}

@media screen and (min-width : 840px){
#localnavi li {
	width: 24%;
	margin-right: 1.3%;
}
.cross-table th {
	font-size: 14px;
}
.cross-table td {
	font-size: 14px;
}
.news .cross-table th {
	font-size: 13px;
}
.news .cross-table td {
	font-size: 13px;
}
.news .cross-table td p{
	font-size: 13px;
}
.news-old .cross-table th {
	font-size: 13px;
}
.news-old .cross-table td {
	font-size: 13px;
}
.news-old .cross-table td p{
	font-size: 13px;
}
#localnavi li:nth-child(even) {
	float: left;
}
#localnavi li:last-child {
	margin-right: 0px;
}
}

@media screen and (min-width : 1024px){
#header-in {
	width: 960px;
}
#content {
	width: 960px;
}
#sitemap {
	width: 960px;
}

#address-in {
	width: 960px;
}
#languages {
	width: 960px;
}
#glovalnavi {	
	width: 957px;
	margin: 0px auto;
}
#main {
	width: 655px;
}
.topics-section {
	margin-bottom: 42px;
}
#glovalnavi li {
	margin-bottom: 42px;
}
#glovalnavi li:nth-child(even) {
	float: left;
}
#glovalnavi li:nth-child(odd) {
	float: left;
}
#sub {
	width: 260px;
}

}

@media screen and (min-width : 1280px){
#header-in {
	width: 90%;
}
#content {
	width: 90%;
}
#sitemap {
	width: 90%;
}
#address-in {
	width: 90%;
}
#languages {
	width: 90%;
}

#title h1 {
	font-size: 42px;
} 
#glovalnavi {
	width: 99%;
}
#glovalnavi li {
	margin-bottom: 50px;
}
#glovalnavi li a{
	line-height: 4em;
	height: 4em;
}
#glovalnavi li:nth-child(even) {
	float: left;
}
#glovalnavi li:nth-child(odd) {
	float: left;
}
#localnavi li a {
	line-height: 4em;
	height: 4em;
}
#main {
	width: 70%;
}
#sub {
	width: 26%;
}
#news .article-box {
    display:table;
    border-collapse: separate;
    border-spacing: 15px ;
	table-layout: fixed;
	width: 100%;
}
#news .article {
	display:table-cell;
	vertical-align:top;
	width: 46%;
}
#news .section-archive {
	top: 7px;
	right: 16px;
}
#news  h2 {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
}
#news {
	padding: 0px;
}

#news-old .article {
	width: 46%;
}
#news-old .article:nth-child(even) {
	float: right;
}
#news-old .article:nth-child(odd) {
	float: left;
}
#news-old {
	overflow: hidden;
}


#record .article {
	width: 97%;
	float: none;
}
#record .date {
	position: absolute;
	right: 5px;
	bottom: 0px;
	width: 15%;
}
}
/*
@media screen and (min-width : 1440px){
.sub-topics li {
	margin-bottom: 14px;
	width: 48%;
}

.sub-topics li:nth-child(even) {
	float: right;
}
.sub-topics li:nth-child(odd) {
	float: left;
	clear: both;
}
.sub-topics .topics-pro-archive {
	width: 47.5%;
}
#sub-link li {
	margin-bottom: 14px;
	width: 48%;
}
#sub-link li:nth-child(even) {
	float: right;
}
#sub-link li:nth-child(odd) {
	float: left;
}
#record .article {
	width: 97%;
}
}

@media screen and (min-width : 1540px){
#header-in {
	width: 1360px;
}
#content {
	width: 1360px;
}
#address-in {
	width: 1360px;
}
#glovalnavi {	
	width: 1357px;
	margin: 0px auto;
}
#main {
	width: 960px;
}
.topics-section {
	margin-bottom: 52px;
}

#sub {
	width: 360px;
}
#sitemap {
	width: 1360px;
}
#languages {
	width: 1360px;
}
}
.lecturer {
	overflow: hidden;
	margin-bottom: 21px;
}
.lecturer dt {
	float: left;
	width: 18%;
}
.lecturer dd {
	float: right;
	width: 80%;
}
.lecturer dt img {
	border: 1px solid #666;
}
.lecturer dd h5 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 3px;
	font-size: 16px;
}
.lecturer dd p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
*/

@media screen and (min-width : 1360px){
#header-in {
	width: 1280px;
}
#content {
	width: 1280px;
}
#address-in {
	width: 1280px;
}
#glovalnavi {	
	width: 1277px;
	margin: 0px auto;
}
#main {
	width: 920px;
}
.topics-section {
	margin-bottom: 52px;
}

#sub {
	width: 320px;
}
#sitemap {
	width: 1280px;
}
#languages {
	width: 1280px;
}
}
.lecturer {
	overflow: hidden;
	margin-bottom: 21px;
}
.lecturer dt {
	float: left;
	width: 18%;
}
.lecturer dd {
	float: right;
	width: 80%;
}
.lecturer dt img {
	border: 1px solid #666;
}
.lecturer dd h5 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 3px;
	font-size: 16px;
}
.lecturer dd p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
