@charset "utf-8";
/* CSS Document */
.containerMainClm {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	background-color:#FFF;
}
/*言語メニュー*/
ul.language-navi{
	text-align:right;
	padding:0 0 10px 0;
}
ul.language-navi li{
	display:inline;
	padding:0 10px;
	border-right: 1px solid #cccccc;
	line-height:1em;
}
ul.language-navi li a{
	text-decoration:underline;
}
ul.language-navi li:last-child{
	border-right: none;
}

.containerMainClm h1 {
	font-size: 30px !important;
	line-height: 30px;
	margin: 10px 15px 20px 0;
	font-weight: bold;
	color: #ff9900;
	float: left;
	padding: 0 15px 0 0;
	border-right: 1px solid #ff9900;
}
.containerMainClm p {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
.containerMainClm p.buyee_subtext{
	line-height: 30px;
	font-size: 16px;
	margin: 10px 0 20px 0;
	height: 30px;
}
.containerMainClm .wrap p{
	font-size: 18px;
	color: #4f6c7b;
	font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
}
/*3列画像*/
.wrap {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.wrap ul {
	list-style: none;
	margin: 10px auto 35px auto;
	padding: 0px;
	font-size: 0;
}
.wrap li {
	font-size: 16px;
	float: left;
	width: 32%;
}
.wrap li + li {
	margin-left: 2%;
}
.wrap li p span {
	color: #d6000f;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2em;
}
/*フローチャート*/
.buyee-flow h2 {
	font-weight:bold;
	font-size: 23px !important;
	line-height: 1.5em;
	margin: 10px 0 20px 0;
	color: #ff9900;
}
.buyee-flow h3 {
	font-weight:bold;
	font-size: 20px !important;
	line-height: 1.5em;
	margin: 10px 0 20px 0;
	color: #4f6c7b;
}
.buyee-flow li img {
	float: right;
	margin: -50px 0 10px 0;
}
.buyee-flow li img.nofloat {
	float: none;
	margin: 0 15px 15px 15px;
}
.buyee-flow li {
	clear: both;
	padding: 20px;
	margin: 20px 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #CCC;
	overflow: hidden;
}
.buyee-flow li:after {
	content: "";
	clear: both;
	display: block;
}
.buyee-flow li p {
}
.buyee-flow a[target="_blank"] {
	  padding-left: 13px;
	  background: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/buyee/external-link-blue-medium02) no-repeat center left;
	}
	
p.adminboton {
	margin: 0 10% 20px 10%;
	font-weight: bold;
	text-align:center;
	display:block;
	width:80%;
	line-height:1;
}
p.adminboton a{
	color:#4f6c7b;
	text-decoration:none;
	background-color: #ff9900;
	padding: 20px 15px;
	border: 5px solid #4f6c7b;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	display:block;
	font-size: 30px;
}
p.adminboton a span{
	display:block;
	font-size: 13px;
}

p.adminboton a:hover{
	border: 5px solid #819DAD;
	background-color: #FFCF88;
	}
	
.br-sp {
	display: none;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.contact a[target="_blank"] {
	  padding-left: 13px;
	  background: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/buyee/external-link-blue-medium02) no-repeat center left;
	}
