@charset "utf-8";

/* Base & Reset
-------------------------------------------------- */
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #333;
	background-color: #fff;
}
a {
	color: #1188aa;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
}
*:focus {
  outline: none;
}
/* reset */
h1,h2,h3,h4,h5,h6,p,li { margin: 0; font-size: 100%;}
ul,ol,dl { margin: 0; padding: 0; list-style-type: none;}
img { vertical-align: top;}

/* layout
-------------------------------------------------- */
/* header */
#header {
	padding: 10px 0;
	color: #fff;
	background-color: #0C1B2E;
}
#header .logo {
	float: left;
	width: 212px;
	height: 46px;
	padding: 15px 0;
}
#header .description {
	float: left;
	height: 46px;
	margin: 0;
	padding: 15px 0 15px 42px;
	font-size: 12px;
	line-height: 46px;
	color: #001441;
}
#header .mailbanner {
    font-size: 12px;
    height: 46px;
    line-height: 46px;
    margin: 0 0 0 212px;
    padding-left: 42px;
    text-align: right;
}

/* contents */
#contents {
	padding-bottom: 40px;
	background: url(../img/bg.png) repeat;
}

/* .heading */
.heading {
	position: relative;
	height: 170px;
	padding-top: 25px;
	color: #fff;
	background: #000 url(../img/bg_heading.jpg) no-repeat center top;
	background-size: cover;
}
.heading .new {
	position: absolute;
	top: 0;
	left: 0;
}
.heading .tag {
	margin-bottom: 5px;
}
.heading .tag span {
	display: inline-block;
	padding: 1px 1em;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	background-color: #a99922;
}
.heading h1 {
	clear: both;
	float: left;
	width: 680px;
	font-size: 32px;
	line-height: 1.4;
}
.heading h1 small {
	font-size: 100%;
	display: block;
}
.heading h1 small:empty {
	display: none;
}
.heading h1 + .visual {
	margin-bottom: 18px;
}
.heading h1 + .btn {
	float: right;
	width: 297px;
	position: relative;
	top: -5px;
	right: -7px;
}
.heading .btn .alert {
	width: 297px;
	height: 40px;
	padding: 17px 0;
	color: #333;
	background: url(../img/btn_no_bg.png) no-repeat left top;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
}

/* .heading_exp */
.heading_exp {
	position: relative;
	width: 980px;
	margin: -30px auto 25px;
	padding: 1px 0;
	z-index: 5;
}
.heading_exp .summary {
	position: relative;
	width: 940px;
	margin: 0 -5px 20px -4px;
	padding: 20px 25px 16px 24px;
	font-size: 12px;
	line-height: 1.66;
	background: url(../img/bg_summary.png) repeat-y left top;
}
*:first-child+html .heading_exp .summary {
	border-bottom: 1px solid #ddd;
}
.heading_exp .summary:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: "";
	display: block;
	width: 989px;
	height: 10px;
	background: url(../img/bg_summary_foot.png) no-repeat left top;
}
.heading_exp .pik {
	width: 990px;
	margin: 0 -5px 15px;
	text-align: center;
}
.heading_exp .pik a {
	display: inline-block;
	width: 310px;
	height: 230px;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	border: 5px solid #fff;
}
.heading_exp .pik img {
	width: auto;
	height: 230px;
}
.heading_exp .pik a:hover img {
	opacity: 0.7;
}
.heading_exp .pik a, + a,
.heading_exp .pik img + img {
	margin-left: 10px;
}
*:first-child+html .heading_exp .pik a, + a {
	margin-left: 5px;
}
.heading_exp .btn {
	margin: 30px 0 0;
	text-align: center;
}
.heading_exp .btn li {
	display: inline-block;
	margin: 0 3px;
}
*:first-child+html .heading_exp .btn li {
	display: inline;
	zoom: 1\9;
}

/* .heading* btn a */
.heading .btn a,
.heading_exp .btn a {
	display: inline-block;
	width: 288px;
	height: 65px;
	padding: 1px 7px 8px 2px;
	font-weight: bold;
	line-height: 65px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: transparent url(../img/btn_bg.png) no-repeat left top;
}
.heading .btn.anchor a,
.heading_exp .btn.anchor a {
	background-image: url(../img/btn_anchor_bg.png);
}
.heading .btn a strong,
.heading_exp .btn a strong {
	font-size: 20px;
}

/* .section */
.section {
	margin-bottom: 30px;
}
.section h2 {
	margin-bottom: 11px;
	padding: 8px 0 16px;
	color: #fff;
	background: url(../img/section_ttl_bg.png) repeat-x left top;
}
.section h2 span {
	display: block;
	width: 960px;
	height: 26px;
	margin: 0 auto;
	padding: 0 3px 0 14px;
	line-height: 26px;
	border-left: 3px solid #dc162c;
}
.section .inner {
	overflow: hidden;
}

/* .pagetop */
.pagetop {
	text-align: right;
	width: 980px;
	margin: 50px auto 0;
}

/* footer
-------------------------------------------------- */
#footer {
	padding: 4px 0 2px;
	font-size: 11px;
	line-height: 1.1;
	color: #fff;
	background-color: #001441;
}
#footer ul {
	float: left;
	width: 540px;
	padding: 12px 0;
}
#footer li {
	display: inline-block;
	margin-right: 20px;
	padding-left: 1em;
}
*:first-child+html #footer li {
	display: inline;
	zoom: 1\9;
}
#footer li a {
	padding-left: 10px;
	color: #fff;
	background: transparent url(../img/footer-marker.png) no-repeat left center;
	text-decoration: none;
}
#footer #copyright {
	float: right;
	height: 10px;
	padding: 12px 110px 8px 0;
	background: url(../img/logo_technop.png) no-repeat right center;
}

/* other common class & refresh
-------------------------------------------------- */
.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

/* font */
.bold { font-weight: bold;}
.normal { font-weight: normal; font-style: normal;}
.line { text-decoration: underline;}
.col_red { color: #dc162c;}
ul.disc {
	padding-left: 1em;
	list-style-type: disc;
}

/* clearfix */
.inner:before, .inner:after,
.cf:before, .cf:after {
    content: "";
    display: table;
}
.inner:after,
.cf:after { clear: both; }

.inner,
.cf { zoom: 1\9; }

/* Colorbox Core Style
-------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* color */
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#cboxContent{margin-top:30px;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #fff; background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{display:none;}
#cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:-15px; margin-top:-32px; background:url(../img/controls.png) no-repeat top left; width:50px; height:60px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:-15px; margin-top:-32px; background:url(../img/controls.png) no-repeat top right; width:50px; height:60px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{position:absolute; top:-30px; right:-4px; display:block; background:url(../img/controls.png) no-repeat top center; width:30px; height:30px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}

/* SMP
-------------------------------------------------- */
.ph {
display:none;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#c0c0c0;
}