﻿@charset "utf-8";

#is-wrapper a{
	outline:none;
	text-decoration: none;
	}
	
#is-wrapper img{
	/*vertical-align: bottom;*/
	text-align: center;
	}
	
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

#is-wrapper {
	width: 760px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: .1em;
	word-break: break-all;
	text-justify: inter-ideograph;
	color: #231815;
	}
	
#is-wrapper h2,#is-wrapper h4,#is-wrapper p{
	margin: 0px;
	}
	
#tkc_title{
	}
	
#tkc_text{
	padding: 60px 60px 00px 60px;
	}
	
#tkc_text-min{
	font-size: .8em;
	padding: 10px 60px 0px 60px;
	}
	
#tkc_btn{
	max-width: 100%;
    padding: 1em;
	margin: 50px 60px;
	text-align: center;
    background: #231815;
    color: #fff;
    font-weight: bold;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#tkc_btn:hover{
	color: #231815;
	padding: 1em;
	background-color: #FFF;
	border: 1px solid #231815;
	font-weight: bold;
	margin: 50px 60px;
	}
	
#tkc_table{
	margin: 60px 60px 00px 60px;
	color: #231815;
	padding: 0px;
	}
	
#tkc_table th{
	width: 20%;
	background-color: #9D9E9E;
	text-align: center;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	}
	
#tkc_table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D9E9E;
	padding: 10px;
	}