@CHARSET "UTF-8";

/* 端末 Desktops */
@media (min-width: 992px) {
	.container {
		width: 1010px;
	}
}

/* 端末別 Tablets */
@media (min-width: 768px) {
	/**
	 * Typography > Headings（h1）
	**/
	h1.type1 {
		background: url(../img/bg_h1.png) no-repeat 0 0.15em;
		font-size: 30px;
		line-height: 1.3;
		padding: 0 0 0 35px;
	}

	/**
	 * Typography > Headings（h2）
	 **/
	h2.type1 {
		background: url(../img/bg_h2.png) repeat-x 0 100%;
		font-size: 22px;
	}
		h2.type1 > span {
			border-bottom: 1px solid #ff89b4;
			float: left;
			padding: 0 5px 5px 0;
		}
		h2.type1:after {
			content: '';
			display: block;
			clear: both;
		}

	/**
	 * Typography > Headings（h3）
	 **/
	h3.type1 {
		font-size: 16px;
	}
		h3.type1 > span {
			display: inline-block;
			padding: 0 4px 4px 0;
			border-bottom: 1px solid #0068b7;
		}

	/**
	 * Typography > Headings（h4）
	 **/
	h4.type1 {
		font-size: 14px;
	}
		h4.type1 > span {
			background: url(../img/bg_h4.gif) repeat-x 0 100%;
			display: inline-block;
			padding: 0 4px 4px 0;
		}

	/**
	 * Typography > Lists > Description
	**/
	ul.type2 {
		padding-left: 0;
	}
		ul.type2 li {
			background: url(../img/bg_dot.png) repeat-x 0 100%;
			list-style: none;
			padding: 6px 0 6px 0;
		}

	dl.type1 dt {
		padding: 6px 0 0;
	}
	dl.type1 dd {
		background: url(../img/bg_dot.png) repeat-x 0 100%;
		margin-left: 0;
		padding: 6px 0 6px 180px;
	}

	/**
	 * Tables
	 **/
	table.type1 {
		border-top: solid 4px #0168b7;
		table-layout: fixed;
	}
		table.type1 th {
			background-color: #f2f2f2;
			text-align: center;
		}
		table.type1 td {
			text-align: center;
		}
		table.type1 td .glyphicon {
			color: #369c0c;
		}
	table.type2 {
	}
		table.type2 thead {
			background-color: #f2f2f2;
		}
		table.type2 th {
			background-color: #f2f2f2;
		}
	table.type3 {
		table-layout: fixed;
	}
		table.type3 thead {
			background-color: #f2f2f2;
		}
		table.type3 th {
			background-color: #f2f2f2;
		}

	/**
	 * Navbars
	 **/
	.navbar-default {
		background-color: #fff;
		border: 0;
	}
	.container-fluid {
		padding: 0;
	}
	.navbar-header {
		float: none;
	}
	.navbar-brand {
		float: none;
		height: initial;
		padding: 0 0 0 15px;
	}
		.navbar-brand > img {
			display: inline
		}
	.navbar-collapse {
		padding: 0;
	}
	#navbar > .navbar-nav {
		background: url(../img/bg_navbar.png) repeat;
		border: 1px solid #e9e9e9;
		border-radius: 4px;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
		#navbar > .navbar-nav > li {
			border-right: 1px solid #e9e9e9;
			display: table-cell;
			height: 46px;
			text-align: center;
			width: 16.6%;
		}
		#navbar > .navbar-nav > li:last-child {
			border: 0;
		}
			#navbar > .navbar-nav > li > a {
				color: #777;
				display: block;
				font-weight: bold;
				padding: 12px 0 16px 0;
				text-decoration: none;
			}
			#navbar > .navbar-nav > li > a:hover,
			#navbar > .navbar-nav > li > a:focus {
				color: #333;
			}
			#navbar > .navbar-nav > .open > a,
			#navbar > .navbar-nav > .open > a:hover,
			#navbar > .navbar-nav > .open > a:focus {
				background-color: transparent;
			}
	.navbar-right {
		position: absolute;
		right: 15px;
		top: 0;
	}
		.navbar-right > li {
			border-right: 1px solid #e9e9e9;
			display: inline-block;
			margin-top: 5px;
		}
			.navbar-right > li:last-child,
			.navbar-right > li:nth-last-child(2) {
				border: 0;
			}
				.navbar-right > li:last-child a {
					padding-right: 0;
				}
			.navbar-right > li a {
				font-size: 85%;
				padding: 0 10px;
			}
			.navbar-right > li a:hover,
			.navbar-right > li a:focus {
				background-color: rgba(0, 0, 0, 0);
			}

	/**
	 * Panels
	 **/
	 div.type2 {
	 	background-color: #f6f3eb;
	 	padding: 20px;
	 	border-radius: 4px;
	 }
	 div.type3 {
	 	background-color: #fff;
	 	padding: 20px;
	 	border-radius: 4px;
	 }
	 div.type4 {
	 	background-color: #E4F6FF;
	 	padding: 20px;
	 	border-radius: 4px;
	 }

	/**
	 * Logo
	 **/
	.logo {
		background: url(../img/bg_logo.png) no-repeat right top;
		display: block;
		margin: 20px 0 0;
		padding-bottom: 15px;
		width: 100%;
	}
	
	/**
	 * sns
	 **/
	.sns{
		position: absolute;
		right: 155px;
		top: 32px;
	}
		.sns a{
			margin-left: 4px;
		}
		.sns img{
			width: 32px;
			height: 32px;
		}

	/**
	 * Footer
	 **/
	footer {
		margin-top: 60px;
	}
}

/* 端末 Phones */
@media (max-width: 767px) {
	/**
	 * Typography > Headings（h1）
	 **/
	h1.type1  {
		border-bottom: 2px solid #0069b7;
		box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 1);
		font-size: 30px;
		margin-top: 0;
		-webkit-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 1);
		-moz-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 1);
	}
		h1.type1 > span {
			border-bottom: 2px solid #fe89b5;
			display: inline-block;
			padding-bottom: 5px;
		}

	/**
	 * Typography > Headings（h2）
	 **/
	h2.type1 {
		border-bottom: 4px #0069B7 solid;
		font-size: 22px;
		margin-top: 0;
		padding-bottom: 5px;
	}

	/**
	 * Typography > Headings（h3）
	 **/
	h3.type1 {
		border-bottom: 1px solid #0068b7;
		display: inline-block;
		font-size: 16px;
		margin-top: 0;
		padding-bottom: 5px;
	}

	/**
	 * Typography > Headings（h4）
	 **/
	h4.type1 {
		font-size: 14px;
		margin-top: 0;
	}
		h4.type1 > span {
			background: url(../img/bg_h4.gif) repeat-x 0 100%;
			display: inline-block;
			padding: 0 4px 4px 0;
		}

	/**
	 * Typography > Lists > Description
	**/
	ul.type2 {
		padding-left: 0;
	}
		ul.type2 li {
			background: url(../img/bg_dot.png) repeat-x 0 100%;
			list-style: none;
			padding: 6px 0 6px 0;
		}

	dl.type1 dt {
		padding: 6px 0 0;
	}
	dl.type1 dd {
		background: url(../img/bg_dot.png) repeat-x 0 100%;
		padding: 6px 0;
	}

	/**
	 * Tables
	 **/
	table.type1 {
		border-top: solid 4px #0168b7;
		table-layout: fixed;
	}
		table.type1 th {
			background-color: #f2f2f2;
			text-align: center;
		}
		table.type1 td {
			text-align: center;
		}
		table.type1 td .glyphicon {
			color: #369c0c;
		}
	table.type2 {
	}
		table.type2 thead {
			background-color: #f2f2f2;
		}
		table.type2 th {
			background-color: #f2f2f2;
		}
	table.type3 {
	}
		table.type3 thead {
			background-color: #f2f2f2;
		}
		table.type3 th {
			background-color: #f2f2f2;
			display: block;
		}
		table.type3 td {
			display: block;
		}

	/**
	 * Navbars
	 **/
	.navbar {
		margin-bottom: 0;
	}
	.navbar-default {
		background-color: #fff;
		border: 0;
	}
	.navbar-brand {
		float: left;
		height: initial;
		padding: 0;
	}
		.navbar-brand > img {
			width: 180px;
		}
	#navbar.navbar-collapse {
		background-color: #014c8a;
	}
	#navbar > .navbar-nav,
	#navbar > .navbar-right {
		margin: 15px 0 0 0;
	}
		#navbar > .navbar-nav > li,
		#navbar > .navbar-right > li {
			border-bottom: 1px solid #014c8a;
		}
			#navbar > .navbar-nav > li > a,
			#navbar > .navbar-right > li > a {
				background-color: #002f58;
				color: #fff !important;
				display: block;
				line-height: 20px;
				padding: 10px 15px;
				text-decoration: none;
			}
			#navbar > .navbar-nav .open .dropdown-menu {
				padding: 0;
			}
			#navbar > .navbar-nav .open .dropdown-menu > li > a {
				background-color: #02549b;
				color: #fff !important;
				display: block;
				line-height: 20px;
				padding: 10px 15px;
				text-decoration: none;
			}
	.navbar-toggle {
		background-color: #0068b7;
		border: 1px solid #0068b7 !important;
		border-radius: 0;
		margin-right: 0;
	}
		.navbar-toggle:focus,
		.navbar-toggle:hover {
			background-color: #0068b7 !important;
			border: 1px solid #0068b7 !important;
		}
		.navbar-toggle > span.icon-bar {
			background-color: #fff !important;
		}
	.navbar-close {
		background-color: #002f58;
		border: 1px solid #002f58 !important;
		border-radius: 0;
		color: #fff;
		margin: 15px 0;
		padding: 10px 15px;
		width: 100%
	}

	/**
	 * Panels
	 **/
	 div.type2 {
	 	background-color: #f6f3eb;
	 	padding: 5px;
	 	border-radius: 4px;
	 }

	/**
	 * Logo
	 **/
	.logo {
		margin-top: 13px;
	}
		.logo > a {
			padding-left: 0;
		}
		
	/**
	 * sns
	 **/
	.sns{
		position: absolute;
		right: 55px;
		top: 14px;
	}
		.sns a{
			margin-left: 1px;
		}
		.sns img{
			width: 25px;
			height: 25px;
		}
}

/**
 * Typography > Lists
**/
ul,
ol {
	padding-left: 1.5em;
}
ol ol {
	list-style-type: upper-roman;
}
ol ol ol {
	list-style-type: lower-roman;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ul.type1 {
}
	ul.type1 li {
		list-style: none;
	}
		ul.type1 li:before {
			content: "※";
			margin-left: -1.5em;
			padding-right: 0.5em;
		}

/**
 * Images
 **/
.entry img {
	display: block;
    max-width: 100%;
    height: auto;
}

/**
 * Helper classes > Contextual colors
 **/
.text-danger {
	color: #FF4D8C;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #FF4D8C;
}

/**
 * Navs
 **/
.type1 > .nav-tabs > li > a,
.type1 > .nav-tabs > li > a:hover,
.type1 > .nav-tabs > li > a:focus {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 5px solid #0168b7;
	color: #333;
	text-decoration: none;
}
.type1 > .nav-tabs > li > a:hover,
.type1 > .nav-tabs > li > a:focus {
	border-top: 5px solid #ff88b5;
}
.type1 > .nav-tabs > li.active > a  {
	border-top: 5px solid #ff88b5;
	font-size: 18px;
	padding-top: 20px;
}
.type1 > .nav-tabs > li.active > a:hover,
.type1 > .nav-tabs > li.active > a:focus {
	border-top: 5px solid #ff88b5;
}
.type1 > .nav-tabs.nav-justified > li {
	margin-right: 15px;
}

/**
 * Breadcrumbs
 **/
.breadcrumb-list {
	padding: 8px 15px 8px 0;
	margin-bottom: 17px;
	list-style: none;
	border-radius: 4px
}
	.breadcrumb-list > li {
		display: inline-block
	}
	.breadcrumb-list > li+li:before {
		content: "\003E";
		padding: 0 5px;
		color: #ccc
	}
	.breadcrumb-list > .active {
		color: #888
	}

/**
 * Thumbnails
 **/
.thumbnail.type1 {
	border: 0;
	padding: 0;
}

/**
 * List group
 **/
.list-group-item {
	border-radius: 0 !important;
}
.type1 > .list-group > .list-group-item {
	color: #555;
	background-color: #f5f5f5;
	text-decoration: none;
}

/**
 * Links
 **/
a:link {
	color: #0076ee;
	text-decoration: underline;
}
a:visited {
	color: #0076ee;
	text-decoration: none;
}
a:hover {
	color: #00caee;
	text-decoration: underline;
}
	a:hover img {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: 'alpha(opacity=80)';
	}
	a:hover img.nohover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: 'alpha(opacity=100)';
	}
a:active {
	color: #00caee;
	text-decoration: underline;
}
a {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,118,238,0.2);
}
a:visited.btn-primary,
a:link.btn-primary {
    color: #fff;
}
.icon1 {
	padding-left: 20px;
	background: url(../img/bg_icon1.png) no-repeat 0 50%;
}
.icon2 {
	padding-left: 20px;
	background: url(../img/bg_icon2.png) no-repeat 0 50%;
}
.icon3 {
	padding-left: 20px;
	background: url(../img/bg_icon3.png) no-repeat 0 50%;
}
.icon-pdf-left {
	padding-left: 20px;
	background: url(../img/bg_icon_pdf.gif) no-repeat;
}
.icon-pdf-right {
	padding-right: 20px;
	background: url(../img/bg_icon_pdf.gif) no-repeat 100%;
}

/**
 * Footer
 **/
footer {
	line-height: 1;
	background: url(../img/bg_footer_rp.jpg) repeat-x 0 100%;
}
	footer .bg {
		background: url(../img/bg_footer_cr.jpg) no-repeat 50% 100%;
		margin: 0 auto;
		padding: 0 0 138px;
	}
	footer .navbar-nav > li {
		border-right: 1px solid #e9e9e9;
		display: inline-block;
		margin-top: 5px;
	}
	footer .navbar-nav > li:last-child {
		border: 0;
	}
	footer .navbar-nav > li > a {
		font-size: 80%;
		padding: 0 8px;
	}
	footer .navbar-nav > li > a:hover,
	footer .navbar-nav > li > a:focus {
		background-color: rgba(0, 0, 0, 0);
	}

/**
 * Carousel
 **/
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

/**
 * PageTop
 **/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	padding: 15px 15px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/**
 * Margins
 **/
.mb00 { margin-bottom:    0 !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mt00 { margin-top:    0 !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }

/**
 * Paddings
 **/
.pr00 { padding-right: 0 !important; }

