/* -------------------------------- 

renkai style

-------------------------------- */
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	/*background-color: #000;*/
	margin: 0;
	height: 100%;
	padding: 0px;
	background: #000;
	/*
	background: -webkit-gradient(linear, left top, left bottom, from(#B40404), to(#000000))fixed;
	background: -moz-linear-gradient(top, #B40404, #000000)fixed;
	background: -ms-linear-gradient(top, #B40404, #000000)fixed;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B40404', endColorstr='#000000', GradientType=0)fixed";*/
}

a {
	text-decoration: none;
	color: #fff;
}

p {
	margin: 0;
}

hr {
	margin: -7px 0 0 0;
}

table {
	font-size: 13px;
}

/**************************/
/***** ツイッター  *****/
/**************************/

#twitter-timeline {
	position: static;
	visibility: visible;
	display: inline-block;
	width: 20px;
	height: 400px;
	padding: 0px;
	border: none;
	max-width: 100%;
	min-width: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 200px;
}

/**************************/
/***** コンテンツ  *****/
/**************************/

.main_FV {
	background-image: url(../../start/images_start/main_FV.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center center;
}

.main_FV_height {
	height: 0;
	padding-top: 60%;
	background-image: url(../../start/images_start/main_FV.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.head_cont {
	/*width: 1060px;*/
	width: 1400px;
	margin: 0 auto 0 auto;
}

.head_cont_02 {
	width: 100%;
	margin: 0 auto 0 auto;
}

.head_cont_01 {
	width: 1060px;
	height: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
}

.img_right_head {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.img_right_01 {
	text-align: right;
	padding-right: 100px;
}

.head_logo {
	width: 40%;
	margin: 15px 0 0 0;
}

.head_logo_left {
	width: 100%;
	margin: 15px 0 0 0;
}

.main_cont {
	background-image: url(../../start/images_start/renkai_start_side.png);
	background-repeat-y: repeat;
	width: 1060px;
	margin: 0 auto;
	text-align: center;
}

.main_cont_higan {
	background-image: url(../../start/images_start/higan.png);
	background-repeat-y: repeat;
	width: 1060px;
	margin: 0 auto;
}

.cont_bg_01 {
	background-image: url(../../start/images_start/renkai_start_27.png);
	background-repeat: no-repeat;
	width: 938px;
	height: 461px;
	margin: 0 auto;
}

.cont_bg_01 p {
	position: relative;
	top: 122px;
	left: 13px;
	width: 550px;
	text-align: left;
	font-size: 20px;
	margin: 0 0 0 334px;
	color: #2f1f11;
}

.cont_bg_02 {
	background-image: url(../../start/images_start/renkai_start_29.png);
	background-repeat: no-repeat;
	width: 938px;
	height: 461px;
	margin: 0 auto;
}

.cont_bg_02 p {
	position: relative;
	top: 122px;
	left: 13px;
	width: 510px;
	text-align: left;
	font-size: 20px;
	margin: 0 0 0 40px;
	color: #2f1f11;
}

.cont_bg_03 {
	background-image: url(../../start/images_start/renkai_start_30.png);
	background-repeat: no-repeat;
	width: 938px;
	height: 461px;
	margin: 0 auto;
}

.cont_bg_03 p {
	position: relative;
	top: 172px;
	left: 13px;
	width: 520px;
	text-align: left;
	font-size: 20px;
	margin: 0 0 0 364px;
	color: #2f1f11;
}

span.bold {
	font-weight: bold;
}

.what_pbw {
	border: 1px solid #ffdf4c;
	padding: 0;
	width: 938px;
	margin: 0 auto;
	text-align: left;
}

.what_pbw_text {
	padding: 15px;
}

.text_deco01 {
	font-size: 20px;
	font-weight: bold;
}

.img_right {
	text-align: right;
}

table.table_linkcont {
	width: 100%;
	padding: 40px;
	text-align: center;
}

table.table_linkcont td {
	width: 50%;
}

/**************************/
/***** レスポンス  *****/
/**************************/

@media screen and (max-width:1420px) {
	.main_FV {
		background-image: url(../../start/images_start/main_FV.png);
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		background-position: center center;
	}
	.head_cont {
		width: 100%;
		margin: 0 auto 0 auto;
	}
}

@media screen and (max-width:1100px) {
	p {
		line-height: 1.5;
	}
	.main_FV {
		background-image: url(../../start/images_start/main_FV.png);
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		background-position: center center;
	}
	.head_cont {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.main_cont {
		zoom: 90%;
	}
	.what_pbw_text {
		line-height: 1.5;
	}

}

@media screen and (max-width:640px) {
	.main_FV {
		background-image: url(../../start/images_start/start_sp_fv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		background-position: center center;
	}
	.img_right img {
		width: 20%;
	}
}