@charset "utf-8";
/* ===========================================================

	Title: common.css
	Last Created: 2016-8-16

=========================================================== */
/*

	body
	container
	header
	globalNavi
	contens
	btPageTop
	footer-navi
	footer
	copyright
	image


/*===========================================================

   html

=========================================================== */
html{
	overflow-y: scroll;
}
/*===========================================================

	body

=========================================================== */
body {
	font-family: Arial,Helvetica,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	color: #111;
	text-align: center;
}

/* ===========================================================

	container

=========================================================== */
.container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: white;
}

@media screen and (max-width: 768px) {
	.container {
		width: 100%;
	}
}

/* ===========================================================

	header

=========================================================== */
.header {
	position: relative;
	width: 100%;
	min-width: 900px;
	height: 110px;
	background-color: #fff;
	border-bottom: solid 1px #dddddd;
	z-index: 100;
	background-color: #EAF2FA;
}
.header:before,
.header:after {
	position: absolute;
	left: 0;
	content: " ";
	display: block;
	width: 100%;
	z-index: -1;
}
.header:before {
	top: 0;
	height: 40px;
	background-color: #ffffff;
}
.header:after {
	top: 39px;
	height: 1px;
	background-color: #ddd;
}
.header-inner {
	position: relative;
	width: 900px;
	height: 110px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.header {
		position: relative;
		height: 120px;
		min-width: 100%;
		z-index: inherit;
	}
	.header-inner {
		width: 100%;
	}
}

/* logo
----------------------------------------------------------- */
.header h1 {
	position: absolute;
	top: 56px;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.header h1 {
		position: relative;
		top: inherit;
		left: inherit;
		margin: 0;
		padding: 55px 0 0;
		text-align: center;
	}
	.header h1 img {
		width: 300px;
		height: 37px;
	}
}

/* labo_name
----------------------------------------------------------- */
.header .labo_name {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	height: 40px;
	line-height: 25px;
	letter-spacing: 0.1em;
	font-size: 25px;
	font-weight: bold;
}
.header .labo_name:before {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 38px;
	height: 38px;
	background: url(../img/waseda_logo2.png);
	background-size: contain;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.header .labo_name {
		top: inherit;
		left: 50%;
		bottom: 21px;
		width: 210px;
		font-size: 25px;
		margin: 0  0 0 -95px;
		height: 28px;
		line-height: 26px;
	}
}
/* fontSize
----------------------------------------------------------- */
.header dl.font-size {
	position: absolute;
	top: 7px;
	right: 350px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.header dl.font-size {
		display: none;
	}
}
.header dl.font-size dt {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	float: left;
	padding: 0 10px 0 0;
}
.header dl.font-size dd {
	float: left;
	height: 25px;
	line-height: 25px;
}
.header dl.font-size dd a {
	display: block;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	background-color: #e0e0e0;
	color: #111;
	text-decoration: none;
}
.header dl.font-size dd a:hover {
	background-color: #007CC5;
	color: #fff;
	text-decoration: none;
}
.header dl.font-size dd.font-size-s {
}
.header dl.font-size dd.font-size-l {
}

/* header-search
----------------------------------------------------------- */
.header .header-search {
	position: absolute;
	top: 7px;
	right: 100px;
}
.header-search form {
	display: block;
	height: 25px;
	line-height: 25px;
	width: 240px;
	background-color: #fff;
}
.header-search form input[type="text"] {
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
	width: 175px;
	display: block;
	float: left;
	border: none;
	background: none;
}
.header-search form input:focus {
	outline: none !important;
	background: none;
}
.header-search form input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	width: 50px;
	float: right;
	border: none;
	background-color: #e0e0e0;
	color: #000;
	text-align: center;
	font-size: 11px;
}
.header-search form input[type="submit"]:hover {
	background-color: #007CC5;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.header .header-search {
		position: fixed;
		top: 5px;
		right: inherit;
		left: 5px;
		z-index: 99999999;
	}
	.header .header-search form {
		display: block;
		height: 26px;
		line-height: 26px;
		width: 170px;
		background-color: #eeeeee;
	}
	.header .header-search form input[type="text"] {
		height: 26px;
		line-height: 26px;
		width: 130px;
	}
	.header .header-search form input[type="submit"] {
		height: 26px;
		line-height: 26px;
		width: 40px;
	}
}

/* language
----------------------------------------------------------- */
.header .language {
	position: absolute;
	top: 7px;
	right: 0;
	margin: 0;
}
.header .language a {
	display: block;
	height: 25px;
	line-height: 25px;
	width: 90px;
	background-color: #505050;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}
.header .language a:hover {
	background-color: #007CC5;
}
@media screen and (max-width: 768px) {
	.header .language {
		position: fixed;
		top: 5px;
		right: 50px;
		z-index: 99999999;
	}
	.header .language a {
		width: 80px;
		height: 26px;
		line-height: 26px;
	}
}

/* hed-navi
----------------------------------------------------------- */
.header ul.hed-navi {
	position: absolute;
	top: 13px;
	right: 0;
	margin: 0;
	line-height: 1;
	font-size: 11px;
	border-right: solid 1px #dddddd;
	list-style: none;
}
@media screen and (max-width: 768px) {
	.header ul.hed-navi {
		display: none;
	}
}
.header ul.hed-navi li {
	float: left;
	margin: 0;
	padding: 0 20px;
	border-left: solid 1px #dddddd;
}
.header ul.hed-navi li a {
}

@media screen and (max-width: 768px) {
}

/* ===========================================================

	global-navigation

=========================================================== */
.header .global-navigation {
	position: absolute;
	top: 40px;
}
.global-navigation ul.gn {
	margin: 0;
	height: 70px;
	border-right: solid 1px #ddd;
	list-style: none;
}
.global-navigation > ul.gn > li {
	position: relative;
	float: left;
	margin: 0;
}
.global-navigation ul.gn li a.gn-btn {
	position: relative;
	display: block;
	width: 142px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	color: #111;
	text-decoration: none;
	border-left: solid 1px #ddd;
	font-weight: bold;
}
.global-navigation ul.gn li a.gn-btn:hover,
.global-navigation ul.gn li a.gn-over {
	background-color: #eee;
}
/*.global-navigation ul.gn li a.gn-btn:after {
	position: absolute;
	content: " ";
	vertical-align: middle;
	left: 50%;
	bottom: 12px;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	border-right: 1px solid #007CC5;
	border-bottom: 1px solid #007CC5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
.global-navigation ul.gn li a.gn-btn:hover:after,
.global-navigation ul.gn li a.gn-over:after {
	display: none;
}

/* secondary */
/*
.global-navigation ul.gn .secondary {
	display: none;
	position: absolute;
	z-index: 999900;
	top: 70px;
	left: 50%;
	width: auto;
	min-width: 180px;
	margin-left: -90px;
	padding: 5px 0 4px;
	text-align: left;
	background-color: #eee;
	list-style: none;
}
.global-navigation ul.gn .secondary li {
	margin: 0 5px 1px;
	font-size: 13px;
	white-space: nowrap;
}
.global-navigation ul.gn .secondary li a {
	display: block;
	padding: 10px 15px 10px 25px;
	background-color: #e0e0e0;
	color: #111;
	position: relative;
}
.global-navigation ul.gn .secondary li a:before {
	position: absolute;
	top: 19px;
	left: 15px;
	content: "";
	width: 0;
	height: 0;
	margin: -4px 0 0;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-color: transparent transparent transparent #007CC5;
}
.global-navigation ul.gn .secondary li a:link, .global-navigation ul.gn .secondary li a:visited {
	color: #111;
	text-decoration: none;
}
.global-navigation ul.gn .secondary li a:hover {
	text-decoration: none;
	color: #007CC5;
	background-color: #EAF2FA;
}
.global-navigation ul.gn .secondary li a.current {
	background-color: #007CC5;
	color: #fff;
	font-weight: bold;
}
.global-navigation ul.gn .secondary li a.current:before {
	border-color: transparent transparent transparent #fff;
}
*/
/* ===========================================================

	slicknav_nav

=========================================================== */
.slicknav_menu {
	display: none;
}
@media screen and (max-width: 768px) {
	.header .global-navigation {
		position: inherit;
		top: inherit;
		left: inherit;
		background: none;
		width: 100%;
		height: auto;
		border: none;
	}
	.gn {
		display: none !important;
	}
	.slicknav_menu {
		font-size: 16px;
	 *zoom: 1;
		display: block;
		background-color: #fff;
		padding: 0;
		position: fixed;
		min-width: 100%;
		top: 0;
		z-index: 99999;
		border-bottom: solid 3px #007CC5;
	}
	.slicknav_menu * {
		box-sizing: border-box;
	}
	.slicknav_menu * {
		box-sizing: border-box;
	}
	.slicknav_menu_inner {
		height: 100%;
		position: relative;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.slicknav_menu:before {
		content: " ";
		display: table;
	}
	.slicknav_menu:after {
		content: " ";
		display: table;
		clear: both;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #fff;
	}
	/* ハンバーガーメニュー */
	.slicknav_btn {
		position: relative;
		margin: 5px 5px 5px;
		text-decoration: none;
		background-color: #007CC5;
		display: block;
		vertical-align: middle;
		float: right;
		padding: 0.438em 0.625em 0.438em 0.625em;
		line-height: 1.125em;
		cursor: pointer;
		text-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
		margin-top: 0.188em;
	}
	.slicknav_menu .slicknav_menutxt {
	}
	.slicknav_menu .slicknav_icon {
	}
	.slicknav_menu .slicknav_no-text {
		margin: 0;
	}
	.slicknav_menu .slicknav_icon-bar {
		display: block;
		width: 1.125em;
		height: 0.125em;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		box-shadow: none;
	}
	/* menu */
	.slicknav_nav {
		clear: both;
		text-align: left;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color: #EAF2FA;
		color: #fff;
		font-size: 14px;
		/*navi scroll*/
		width: 100%;
		height: 100%;
		position: fixed;
		top: 36px;
		left: 0;
		overflow: scroll !important;
		display: block;
		padding: 0 0 36px;
	}
	.slicknav_nav ul {
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0 0 0;
		background-color: #fff;
	}
	.slicknav_nav li {
		display: block;
		margin: 0;
		padding: 0;
		clear: both;
	}
	.slicknav_nav a.gn-btn {
		display: block !important;
		padding: 10px !important;
		color: #000;
		font-weight: bold;
		border-bottom: solid 1px #a01028;
	}
	.slicknav_nav a.gn-btn span {
		color: #fff;
	}
	.slicknav_nav ul li a {
		position:relative;
		display: block;
		padding: 10px 0 10px 10px;
		margin: 0 10px;
		text-decoration: none;
		color: #111;
		line-height: 18px;
		font-size: 12px !important;
		border-bottom: solid 1px #ddd;
	}
	.slicknav_nav ul li:last-child a {
		border-bottom: none;
	}
	.slicknav_nav ul li a:before {
		position: absolute;
		top: 19px;
		left: 3px;
		content: "";
		width: 0;
		height: 0;
		margin: -4px 0 0;
		border-style: solid;
		border-width: 3px 0 3px 3px;
		border-color: transparent transparent transparent #007CC5;
	}
	.slicknav_nav ul li a:hover {
		color: #111;
	}
	.slicknav_nav a {
		padding: 5px 10px;
		margin: 2px 5px;
		text-decoration: none;
		color: #fff;
	}
	.slicknav_nav a:hover {
		text-decoration: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		background: none;
		color: #007CC5;
	}
	.slicknav_nav a:link, .slicknav_nav a:visited {
		text-decoration: none;
	}
	.slicknav_nav ul dl {
		margin: 0;
	}
	/**********/
	.slicknav_nav .slicknav_arrow {
	}
	.slicknav_nav .slicknav_item {
		position: relative;
		cursor: pointer;
	}
	.slicknav_nav .slicknav_item .slicknav_arrow i {
		position: absolute;
		right: 10px;
		top: 50%;
		width: 20px;
		height: 20px;
		line-height: 17px;
		margin: -10px 0 0;
		text-align: center;
		color: #fff;
		border: solid 1px #fff;
		font-size: 15px;
	}
	.slicknav_nav .slicknav_item .slicknav_arrow i.icon-plus:before {
		content: "+" !important;
	}
	.slicknav_nav .slicknav_item .slicknav_arrow i.icon-minus:before {
		content: "-" !important;
	}
	.slicknav_nav .slicknav_item a {
		display: inline;
		padding: 0;
		margin: 0;
	}
	.slicknav_nav .slicknav_row {
		display: block;
		padding: 0;
		margin: 0;
	}
	.slicknav_nav .slicknav_row:hover {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: none;
		color: #007CC5;
	}
}
/* ===========================================================

	topicPath

=========================================================== */
.topic-path {
	clear: both;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 100%;
	min-width: 900px;
	background-color: #eeeeee;
	margin: 0 0 20px;
}
.topic-path ol {
	clear: both;
	width: 900px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	list-style-type: none;
}
.topic-path ol li {
	float: left;
	margin: 0;
}
.topic-path ol li:before {
	content: "/";
	padding: 0 12px;
	color: #ccc !important;
}
.topic-path ol li:first-child {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 9px 9px;
	/*background-image: url(../img/common/ic/ic_home.png);*/
	padding: 0 0 0 20px;
}
.topic-path ol li:first-child:before {
	content: "";
	padding: 0;
}
.topic-path ol li a {
}
.topic-path ol li:before {
	content: "/";
}
.topic-path ol a:link, .topic-path ol a:visited {
	text-decoration: underline;
	color: #333;
}
.topic-path ol a:hover {
	text-decoration: none;
	color: #007CC5;
}

@media screen and (max-width: 768px) {
	.topic-path {
		clear: both;
		height: auto;
		line-height: inherit;
		width: 100%;
		min-width: 100%;
		margin: 0;
		padding: 10px 0;
	}
	.topic-path ol {
		clear: both;
		width: auto;
		margin: 0 10px;
		padding: 0;
		height: auto;
		line-height: 1.6;
	}
}
/* ===========================================================

	title

=========================================================== */
#title {
	clear: both;
}
#title h2 {
	height: 80px;
	line-height: 80px;
	font-size: 28px;
	margin: 0 0 50px;
	text-align: left;
	position: relative;
}
#title h2:after {
	content: " ";
	background-color: #007CC5;
	height: 3px;
	/*width: 40px;*/
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	#title h2 {
		height: inherit;
		line-height: 1.2;
		font-size: 26px;
		margin: 0 0 30px;
		padding: 30px 0 10px;
	}
}
/* ===========================================================

	main_area

=========================================================== */
.main_area {
	padding: 0 0 60px;
	width:100%;
}

@media screen and (max-width: 768px) {
	.main_area .contents {
		float: none;
		width: 100%!important;
		padding: 0 0 20px;
	}
}

.main_area .contents {
	width: 680px;
	float: right;
	text-align: left;
}

.main_area li{
	list-style-type: none;
}
/* ===========================================================

	sub

=========================================================== */
.sub {
	float: left;
	display: inline;
	width: 195px;
	margin: 25px 0 0 0;
}

@media screen and (max-width: 768px) {
	.sub {
		display: none;
	}
}

/* sub-navi
----------------------------------------------------------- */
.sub .sub-navi {
}
.sub .sub-navi h3 {
	clear: both;
	padding: 0;
	height: 80px;
	line-height: 80px;
	overflow: inherit;
	position: relative;
	margin: 0;
	border: solid 2px #EAEAEA;
	border-bottom: none;
	border-top: solid 3px #007CC5;
	text-align: center;
}
.sub .sub-navi h3 span {
	background: #fff;
	padding: 0;
	height: 80px;
	line-height: 80px;
	position: relative;
	font-size: 15px;
	border: none;
}
.sub #sub-navi-other h3 span {
}
.sub .sub-navi ul {
	border: solid 2px #EAEAEA;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
	background: #fff;
}
.sub .sub-navi ul li {
	border-bottom: dotted 1px #CCCCCC;
	margin: 0;
	list-style-type: none;
}
.sub .sub-navi ul li:last-child {
	border: none;
}
.sub .sub-navi ul li a {
	display: block;
	padding: 15px 10px 15px 30px;
	position: relative;
}
.sub .sub-navi ul li a:before {
	position: absolute;
	content: " ";
	vertical-align: middle;
	top: 25px;
	left: 10px;
	width: 8px;
	height: 8px;
	margin: -6px 0 0;
	border-top: 1px solid #007CC5;
	border-right: 1px solid #007CC5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sub .sub-navi ul li a:link, .sub .sub-navi ul li a:visited {
	text-decoration: none;
	color: #111;
}
.sub .sub-navi ul li a:hover {
	color: #007CC5;
}
.sub .sub-navi ul li a.current {
	color: #007CC5;
	font-weight: bold;
}

/* column
----------------------------------------------------------- */
.column-1 {
	width: 430px;
}
.column-2-left {
	width: 430px;
	float: left;
}
.column-2-right {
	width: 430px;
	float: right;
}
.column-3-left {
	width: 280px;
	float: left;
}
.column-3-center {
	width: 280px;
	margin: 0 0 0 20px;
	float: left;
}
.column-3-right {
	width: 280px;
	float: right;
}
.column-2w-left {
	width: 580px;
	float: left;
}
.column-2w-right {
	width: 580px;
	float: right;
}
@media screen and (max-width: 768px) {
	.column-1,
	.column-2-left,
	.column-2-right ,
	.column-3-left,
	.column-3-center,
	.column-3-right,
	.column-2w-left,
	.column-2w-right {
		width: 100%;
		float: none;
		margin: 0;
	}
}
/* tit
----------------------------------------------------------- */
h2 {
	border-bottom: solid 1px #007CC5;
	margin-bottom: 2em;
}
.main h3 {
	clear: both;
	padding: 0;
	line-height: 1.3;
	position: relative;
	margin: 10px 0 25px;
}
.main h3 span {
	background: #fff;
	border-left: solid 3px #007CC5;
	padding: 0 15px 0 10px;
	display: inline-block;
	font-weight: bold;
}
.main h3:after {
	content: " ";
	position: absolute;
	top: 50%;
	left:0;
	width: 100%;
	height: 2px;
	background-color: #e0e0e0;
	z-index: -1;
}
h4 {
	padding: 0;
	margin: 10px 0 10px;
	line-height: 1.6;
}
h4 span {
}
h5 {
	margin: 0 0 10px;
	font-weight: bold;
	border-bottom: dotted 1px #bbb;
	padding: 0 0 3px;
}
h6 {
	font-weight: bold;
	color: #111;
	margin: 0 30px 10px;
}
em {
	color: #007CC5;
	font-weight: bold;
}
strong {
	font-weight: bold!important;
}
.read {
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	font-size: 24px;
	color: #007CC5;
	line-height: 1.6;
	/*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
.ffReset {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace !important;
}

/* text
----------------------------------------------------------- */
p, ul, ol, dl, .indent-table {
	margin: 0 0 20px;
}
ul li, ol li {
	margin: 0 0 1em;
}
ol ol {
	padding: 5px 0 0;
}
main  section,
.cont-margin {
	margin-bottom: 3.5em !important;
}

/* link
----------------------------------------------------------- */
a:link, a:visited {
	text-decoration: underline;
	color: #111;
}
a:hover {
	text-decoration: none;
	color: #007CC5;
}
.link-reverse a:link, .link-reverse a:visited, a.link-reverse:link, a.link-reverse:visited {
	color: #007CC5;
	text-decoration: none;
}
.link-reverse a:hover, a.link-reverse:hover {
	color: #111;
	text-decoration: underline;
}
/* page-link-target */
.page-link-target {
	margin-top: -130px !important;
	padding-top: 130px !important;
	display: block;
}
/* link-arrow */
a.link-a, .link-a a {
	position: relative;
	padding: 0 0 0 12px;
}
a.link-a:before, .link-a a:before {
	position: absolute;
	top: 8px;
	left: 3px;
	content: "";
	width: 0;
	height: 0;
	margin: -4px 0 0;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-color: transparent transparent transparent #007CC5;
}
/* blank */
.blank {
	background-image: url(../img/common/ic/ic_blank_a.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 13px 9px;
	padding: 0 0 0 18px !important;
}
/* link-button */
.link-button-a,
.link-button-b {
	height: 35px;
	line-height: 33px;
	padding: 0 40px 0 50px;
	display: inline-block;
	color: #007CC5 !important;
	font-size: 13px;
	text-align: center;
	border: solid 1px #007CC5;
	position: relative;
	overflow: hidden;
	text-decoration: none !important;
}
.link-button-b {
	padding: 0 40px;
}
.link-button-a:hover,
.link-button-b:hover {
	background: #007CC5;
	border: solid 1px #007CC5;
	text-decoration: none;
	color: #fff !important;
}
.link-button-a:before {
	position: absolute;
	content: " ";
	vertical-align: middle;
	top: 50%;
	left: 30px;
	width: 5px;
	height: 5px;
	margin: -4px 0 0 0;
	border-top: 1px solid #007CC5;
	border-right: 1px solid #007CC5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link-button-a:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* table
----------------------------------------------------------- */
table {
	width: 880px;
	margin: 0 0 20px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
table th {
	width: 25%;
	padding: 10px 10px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #e0e0e0;
	vertical-align: middle;
}
table tr.lastChild th {
}
table td {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px 10px;
	vertical-align: top;
}
table img {
	vertical-align: text-bottom;
}
table th.th-2nd, table tr.th-2nd th {
	background: #F0F0F0 !important;
}
table td.td-2nd {
	vertical-align: middle;
	text-align: center;
	background: #f9f9f9;
}
table.td-padding-mini td {
	padding: 5px 10px;
}
table.padding-mini th, table.padding-mini td {
	padding: 5px 10px;
}
table .total th, table .total td {
	background: #FEEFF1;
}
table tr th.cell-none,
table tr td.cell-none {
	background: none !important;
	border: none !important;
}
/* th-top */
table.th-top th {
	width: auto;
	text-align: center;
}
table.th-top td {
}
table.th-top th.firstChild, table.th-top td.firstChild {
}
table.th-top th.firstChild-none {
	border-left: solid 1px #fff !important;
}
table.th-top td.firstChild-none {
	border-left: solid 1px #ccc !important;
}

/* scroll-table , responsive-table*/
.scroll-table {
}
.scroll-table-coution {
	display: none;
}
.responsive-table {
}

@media screen and (max-width: 768px) {
	.table-wrap {
		overflow: auto;
		position: relative;
	}
	.scroll-table th, .scroll-table td {
		white-space: nowrap;
	}
	.scroll-table-coution {
		display: block;
		margin: 0 0 5px;
		font-size: 12px;
		color: #999;
		padding: 0 0 0 45px;
		background-image: url(../img/common/ic/ic_scroll_side.png);
		background-size: 37px 14px;
		background-position: 0 50%;
		background-repeat: no-repeat;
	}
	.responsive-table {
		width: 100%;
		border-left: none;
	}
	.responsive-table th {
		display: block;
		width: auto;
		border-right: none;
	}
	.responsive-table td {
		display: block;
		width: auto !important;
		border-right: none;
	}
	.responsive-table .nbsp {
		display: none;
	}
	.responsive-table th.cell-width-1, .responsive-table td.cell-width-1 {
		width: auto !important;
	}
}

/* img
----------------------------------------------------------- */
.img img, .img {
	width: 100%;
	height: auto;
}
.responsive-img img, img.responsive-img {
	width: auto;
	height: auto;
}

@media screen and (max-width: 768px) {
	.responsive-img img, img.responsive-img {
		width: 100% !important;
		max-width: 720px;
		height: auto;
	}
}

/* br
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
	br.responsive-br {
		display: none;
	}
}
/* ===========================================================

	bt-pagetop

=========================================================== */
.bt-pagetop {
	clear: both;
	text-align: right;
	width: 900px;
	margin: 0 auto 10px;
}
.bt-pagetop a {
	position: relative;
	color: #111;
	padding: 0 0 0 13px;
	font-size: 11px;
}
.bt-pagetop a:hover {
	text-decoration: none;
	color: #007CC5;
}
.bt-pagetop a:before {
	position: absolute;
	content: " ";
	vertical-align: middle;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin: -2px 0 0;
	border-top: 2px solid #007CC5;
	border-right: 2px solid #007CC5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
	.bt-pagetop {
		clear: both;
		text-align: right;
		width: auto;
		display: block;
		padding: 10px;
	}
}
/* ===========================================================

	footer-navi

=========================================================== */
.footer-navi {
	clear: both;
	width: 900px;
	margin: 0 auto 30px;
	border: solid 3px #eaeaea;
	display: table;
	text-align: left;
	background: white;
}
.footer-navi .box {
	display: table-cell;
	width: 17%;
	padding: 15px 20px;
	border-right: dotted 1px #cccccc;
}
.footer-navi .box:last-child {
	border: none;
}
.footer-navi #fot-navi-about {
}
.footer-navi #fot-navi-feature {
}
.footer-navi #fot-navi-portfolio {
}
.footer-navi #fot-navi-finance {
}
.footer-navi #fot-navi-ir {
}
.footer-navi h3 {
	padding: 0;
	margin: 0 0 10px;
	border: none;
	background: none;
	overflow: inherit;
	font-size: 13px;
}
.footer-navi h3 span {
	padding: 0;
	border: none;
	font-size: 13px;
}
.footer-navi h3 a {
	position: relative;
	padding: 0 0 0 12px;
	text-decoration: none !important;
	color: #333;
	line-height: 1em;
}
.footer-navi h3 a:before {
	position: absolute;
	content: " ";
	vertical-align: middle;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin: -4px 0 0;
	border-top: 1px solid #007CC5;
	border-right: 1px solid #007CC5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer-navi h3 a:hover {
	text-decoration: none;
	color: #007CC5;
	line-height: 1em;
}
.footer-navi ul {
	font-size: 11px;
	line-height: 1.3;
	margin: 0 0;
	padding: 0;
}
.footer-navi ul li {
	margin: 0 0 2px;
	overflow: hidden;
}
.footer-navi ul a {
	position: relative;
	padding: 2px 0 2px 12px;
	display: block;
	text-decoration: none !important;
	color: #333;
}
.footer-navi ul a:before {
	position: absolute;
	top: 50%;
	left: 3px;
	content: "";
	width: 0;
	height: 0;
	margin: -4px 0 0;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-color: transparent transparent transparent #007CC5;
}
.footer-navi a:hover {
	text-decoration: none;
	color: #007CC5;
}
.footer-navi a.current {
	color: #007CC5;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.footer-navi {
		display: none;
	}
}

/* ===========================================================

	footer-link / footer-link-support

=========================================================== */
.footer-link, .footer-link-support {
	clear: both;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: white;
}
.footer-link {
	border-top: solid 1px #eaeaea;
	font-size: 12px;
}
.footer-link-support {
	border-top: solid 3px #007CC5;
	font-size: 11px;
}
.footer-link ul, .footer-link-support ul {
	width: 900px;
	margin: 0 auto 30px;
	text-align: left;
}
.footer-link ul li, .footer-link-support ul li {
	display: inline-block;
	margin: 0;
	padding: 7px 0 0;
}
.footer-link ul li a, .footer-link-support ul li a {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 9px 0 0;
	border-right: solid 1px #999;
	height: 12px;
	line-height: 12px;
	color: #666;
}
.footer-link ul li:last-child a, .footer-link-support ul li:last-child a {
	border: none;
}
.footer-link ul li a:hover, .footer-link-support ul li a:hover {
	color: #007CC5;
}
.footer-link ul li a.current, .footer-link-support ul li a.current {
	font-weight: bold;
}
#pagetop {
	float: right;
	size: 10px;
}

@media screen and (max-width: 768px) {
	.footer-link {
		display: none;
	}
	.footer-link-support {
		height: inherit;
		line-height: inherit;
	}
	.footer-link-support ul {
		width: 100%;
		padding-left: 0px;
	}
	.footer-link-support ul li {
		display: block;
		padding: 0;
	}
	.footer-link-support ul li a {
		position: relative;
		display: block;
		margin: 0;
		padding: 0 10px 0 24px;
		border: none;
		border-bottom: solid 1px #ccc;
		height: 40px;
		line-height: 40px;
		color: #666;
		font-size: 13px;
		text-decoration: none;
	}
	.footer-link-support ul li:last-child a {
		border-bottom: solid 1px #ccc;
	}
	.footer-link-support ul li a:before {
		position: absolute;
		content: " ";
		vertical-align: middle;
		top: 50%;
		left: 10px;
		width: 5px;
		height: 5px;
		margin: -4px 0 0;
		border-top: 1px solid #007CC5;
		border-right: 1px solid #007CC5;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
/* ===========================================================

	copyright

=========================================================== */
p.copyright {
	width: 900px;
	margin: 0 auto 30px;
	text-align: right;
	font-size: 11px;
	color: #666666;
}

@media screen and (max-width: 768px) {
	p.copyright {
		clear: both;
		width: 100%;
		text-align: center;
	}
}
/*===========================================================

   image

=========================================================== */
.image{
	width: 500px;
	margin-bottom: 2em;
}
