@charset "Shift_JIS";

/*========= menu =========*\
/*
=01 default
=02 universal class
=03 parts
\*==========================*/

/*====== iconfont ======*/
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?hsbbiu');
    src:    url('../fonts/icomoon.eot?hsbbiu#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?hsbbiu') format('truetype'),
        url('../fonts/icomoon.woff?hsbbiu') format('woff'),
        url('../fonts/icomoon.svg?hsbbiu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*====================================================
			=01 default
====================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	margin: 0;
}
html {
	width: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
}
/* body */
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 130%;
	color: #717171;
	text-align:center;
	-webkit-text-size-adjust: 100%;
}
/* ul | ol */
ul, ol {
	list-style: none;
	line-height: 0;
}
/* dl */
dl {
	line-height: 0;
}
/* font */
h1,h2,h3,h4,h5,h6,
p, li, dt, dd, th, td {
	font-size: 100%;
	line-height:1.6;
}
/* table */
table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}
caption, th {
	text-align: left;
}
/* strong | em */
strong, em {
	font-style: normal;
	font-weight: bold;
}
/* img */
img {
	vertical-align: bottom;
	border: 0;
}
/* sup | sub */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
/* a */
a {
	color:#0078de;
	text-decoration:underline;
	background: transparent;
	cursor: pointer;
	outline:none;
}
a:link,
a:visited,
a:focus,
a:active,
a:hover {color: #0078de;}
/* code | kbd | pre | samp */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
iframe{
	vertical-align:bottom;
	border:0;
	width:100%;
}
address{
	font-style:normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
/* audio | canvas | video */
audio,
canvas,
video {
	display: inline-block;
}
[hidden],
template {
	display: none;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
/* dfn */
dfn {
	font-style: italic;
}
/* mark */
mark {
	background: #ff0;
	color: #000;
}
/* svg */
svg:not(:root) {
	overflow: hidden;
}
/* fieldset */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/* legend */
legend {
	border: 0;
}
/* form */
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
}
/* small */
small{
	font-size:12px;
}
/*====================================================
			=02 universal class
====================================================*/
.imageLeft {
	float: left;
	margin: 0.4em 15px 5px 0;
	max-width:50%;
}
.imageRight {
	float: right;
	margin: 0.4em 0 5px 10px;
	max-width:50%;
}
/* text align
------------------------------------------------*/
.txtC {text-align: center	!important;}
.txtR {text-align: right	!important;}
.txtL {text-align: left		!important;}
.vAT > *,.vAT {vertical-align:top	!important;}
.vAM > *,.vAM {vertical-align:middle	!important;}
.vAB > *,.vAB {vertical-align:bottom	!important;}
.ftL{font-size:18px;}
/* margin set
------------------------------------------------*/
/*reset*/
.margReset {margin: 0 !important;}
/* 0px */
.margL00 {margin-left: 0px !important;}
.margR00 {margin-right: 0px !important;}
.margT00 {margin-top: 0px !important;}
.margB00 {margin-bottom: 0px !important;}
/* 5px */
.margL05 {margin-left: 5px !important;}
.margR05 {margin-right: 5px !important;}
.margT05 {margin-top: 5px !important;}
.margB05 {margin-bottom: 5px !important;}
/* 10px */
.margL10 {margin-left: 10px !important;}
.margR10 {margin-right: 10px !important;}
.margT10 {margin-top: 10px !important;}
.margB10 {margin-bottom: 10px !important;}
/* 15px */
.margL15 {margin-left: 15px !important;}
.margR15 {margin-right: 15px !important;}
.margT15 {margin-top: 15px !important;}
.margB15 {margin-bottom: 15px !important;}
/* 20px */
.margL20 {margin-left: 20px !important;}
.margR20 {margin-right: 20px !important;}
.margT20 {margin-top: 20px !important;}
.margB20 {margin-bottom: 20px !important;}
/* 25px */
.margL25 {margin-left: 25px !important;}
.margR25 {margin-right: 25px !important;}
.margT25 {margin-top: 25px !important;}
.margB25 {margin-bottom: 25px !important;}
/* 30px */
.margL30 {margin-left: 30px !important;}
.margR30 {margin-right: 30px !important;}
.margT30 {margin-top: 30px !important;}
.margB30 {margin-bottom: 30px !important;}
/* 40px */
.margB40 {margin-bottom: 40px !important;}
/* 50px */
.margB50 {margin-bottom: 50px !important;}
/* 60px */
.margB60 {margin-bottom: 60px !important;}
/* 70px */
.margB70 {margin-bottom: 70px !important;}
/* 80px */
.margB80 {margin-bottom: 80px !important;}
/* 90px */
.margB90 {margin-bottom: 90px !important;}
/* 100px */
.margB100 {margin-bottom: 100px !important;}
/* clearfix
------------------------------------------------*/
div.clear {
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*====================================================
			=03 parts
====================================================*/

/*	jScrollPane
====================================================*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 100%;
	background-color:#f7f7f7;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 17px;
	background-color:#f7f7f7;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	position: relative;
}
.jspDrag{
	background: #e6e6e6;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
	margin: 0 -3px 0 0;
}


/*	colorbox
====================================================*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#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;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/univ/cmn/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingGraphic{}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{}
        #cboxPrevious:hover{}
        #cboxNext{}
        #cboxNext:hover{}
				
        #cboxContent{padding-top:60px;}
        #cboxClose{
					position:absolute;
					right:0;
					top:0;
					width:40px;
					height:40px;
					transition:transform .2s ease;
					text-align:left;
					text-indent:-999px;
					overflow:hidden;
					-webkit-transform:rotate(45deg);
					-ms-transform:rotate(45deg);
					transform:rotate(45deg);
				}
        #cboxClose:before{
					content:"";
					position:absolute;
					top:0;
					left:50%;
					width:2px;
					height:100%;
					margin-left:-1px;
					background-color:#fff;
				}
        #cboxClose:after{
					content:"";
					position:absolute;
					top:50%;
					left:0;
					width:100%;
					height:2px;
					margin-top:-1px;
					background-color:#fff;
				}
				.yt #cboxLoadedContent{
					position:relative;
				}
				.yt #cboxLoadedContent iframe{
					position:absolute;
					top:0;
					left:0;
					width:100%;
					height:100%;
				}


@font-face {
	font-family: 'icofont';
	src:url('../../../cmn_new/fonts/icofont.eot?3s9w5t');
	src:url('../../../cmn_new/fonts/icofont.eot?#iefix3s9w5t') format('embedded-opentype'),
		url('../../../cmn_new/fonts/icofont.ttf?3s9w5t') format('truetype'),
		url('../../../cmn_new/fonts/icofont.woff?3s9w5t') format('woff'),
		url('../../../cmn_new/fonts/icofont.svg?3s9w5t#icofont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'typicons';
	src:url('../fonts/typicons.eot?3s9w5t');
	src:url('../fonts/typicons.eot?#iefix3s9w5t') format('embedded-opentype'),
		url('../fonts/typicons.ttf?3s9w5t') format('truetype'),
		url('../fonts/typicons.woff?3s9w5t') format('woff'),
		url('../fonts/typicons.svg?3s9w5t#icofont') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* font */
[class^="icon-"]:after, [class*=" icon-"]:after {
	font-family: 'icofont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pdf:after {
	content: "\e60e";
}

