@charset "UTF-8";
body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	padding: 0;
	margin: 0;
	font-size: 16px;
	height:100%;
	color: #231815;
}
html {
    -webkit-font-smoothing: antialiased;/*safari opacity使用時のチラツキ防止*/
    overflow-y: scroll; /*最初からスクロールバーの領域を表示*/
	
	background-color:#fff;
}
.main{
	min-height:100px;
}
/*ロールオーバートラジッション*/
.tr_set{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/*角丸*/
.set_radius {
	width: 311px;
	height: 42px;
	background-color:#093;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
	/**/
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	/**/
	behavior: url(border-radius.htc); /* IE */
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #ededed;
}


/*リンクデザイン指定*/
a:link {
	color: #221815;
	text-decoration: none;
}
a:hover {
	color: #221815;
	text-decoration: underline;
}
a:active {
	color: #221815;
	text-decoration: underline;
}
a:visited {
	color: #221815;
	text-decoration: none;
}
.contents a:link {
	color: #0083e8!important;
}
.contents a:visited {
	color: #0083e8!important;
}
a img {
	border: none;
}


/*カラー*指定*/
key_color01{
	color: #000;
}
key_color02{
	color: #000;
}
key_color03{
	color: #000;
}
key_color04{
	color: #000;
}
.color_red {
	color: #d2462a;
}
.color_blue {
	color: #0062a7;
}
input[type="text"]:focus {
	outline: 0;
}
.letter_spac_cut{
letter-spacing: -0.08em;
}
.mb50 {
	margin-bottom: 50px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt25 {
	margin-top: 25px;
}
.mt60{
margin-top: 60px;
}

/* テーブル ********************************************************/
.cen {
	text-align: center;
}
.lef {
	text-align: left;
}
.rig {
	text-align: right;
}
.mt0 {
	margin-top: 0px!important;
}
.mb0 {
	margin-bottom: 0px!important;
}
.ml0 {
	margin-left: 0px!important;
}
.mr0 {
	margin-right: 0px!important;
}
.mgall0 {
	margin: 0px!important;
}
.w8 {
	width: 8%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w30 {
	width: 30%;
}
.w32 {
	width: 32%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}

@media print, screen and (max-width: 767px) {
	.pc_only {
	display: none;
}
}
@media print, screen and (min-width: 768px) {
	.sp_only {
	display: none;
}
}