/* ++++++++++++++++++++++++++++ */
/* ++++++++++全体構成++++++++++ */
/* ++++++++++++++++++++++++++++ */

* {
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}

html {	
	color: #616161;
	font-size: 64%;
}

body {
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;

	background-color:#ffffff;

}

#wrap {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

a {
	display: block;
	text-decoration: none;
}

input, select {
	color: #616161;
}

textarea {
	color: #616161;
}

hr {
	margin: 5px 0% 5px 0%;
}

.marquee {
	overflow: hidden;
	color: #ffffff;
	padding: 5px 0% 5px 0%;
	margin: 0px 0% 5px 0%;
	background-color:#f21c7c;
}

.marquee p {
	width:100%;
	text-align:center;
	display:inline-block;
	white-space:nowrap;
	-moz-animation-name:marquee;
	-moz-animation-duration:15s;
	-moz-animation-timing-function:linear;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-name:marquee;
	-webkit-animation-duration:15s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-duration:15s;
	-o-animation-timing-function:linear;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-duration:15s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@-moz-keyframes marquee {
	from {margin-left:100%; width:100%;}
	to {margin-left:-100%; width:100%;}
}

@-webkit-keyframes marquee {
	from {margin-left:100%; width:100%;}
	to {margin-left:-100%; width:100%;}
}

@-o-keyframes marquee {
	from {margin-left:100%; width:100%;}
	to {margin-left:-100%; width:100%;}
}

@keyframes marquee {
	from {margin-left:100%; width:100%;}
	to {margin-left:-100%; width:100%;}
}

/********************************/
/*********** タイトル ***********/
/********************************/
.title { list-style: none; color: #ffffff; padding: 0; margin: 0px 0% 5px 0%; }
.title:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.title li { width: 99%; padding: 15px 0% 15px 1%; }

.title1 { list-style: none; color: #cb0964; padding: 0; margin: 0px 0% 5px 0%; }
.title1:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.title1 li { width: 99%; padding: 15px 0% 15px 1%; }

.title2 { list-style: none; color: #18bccb; padding: 0; margin: 0px 0% 5px 0%; }
.title2:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.title2 li { width: 99%; padding: 15px 0% 15px 1%; }

/**********************************/
/********* リンク：画像無 *********/
/**********************************/
.button { 
	width: 99%;
	height: auto;
	line-height: 2.8rem;
	background-image: url(../sp/img/button.gif);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;

	margin: 0px 0% 5px 1%;
}

/**********************************/
/********* リンク：画像付 *********/
/**********************************/
.list { 
	width: 100%;
	height: auto;
	list-style: none;
	background-image: url(../sp/img/list.gif);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	margin: 0px 0% 7px 0%;
}
.list:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.list li { display: block; margin: 0px 5% 0px 0%; }

.list1 { 
	width: 99%;
	height: 86px;
	list-style: none;
	background-image: url(../sp/img/list.gif);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	overflow: hidden;
	margin: 0px 0% 5px 1%;
}
.list1:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/**********************************/
/****** input:submit画像処理 ******/
/**********************************/
.lets { 
	width: 150px;
	height: 30px;
	background-image: url(../log/img/lets.jpg);
	border:0px;
	margin: 0px 0% 5px 0%;
}

.lets:hover{
	cursor: pointer;
	opacity:0.5;
}

.login { 
	width: 150px;
	height: 30px;
	background-image: url(../log/img/login.jpg);
	border:0px;
	margin: 0px 0% 5px 0%;
}

.login:hover{
	cursor: pointer;
	opacity:0.5;
}

.update { 
	width: 150px;
	height: 30px;
	background-image: url(../log/img/update.jpg);
	border:0px;
	margin: 0px 0% 5px 0%;
}

.update:hover{
	cursor: pointer;
	opacity:0.5;
}

.send { 
	width: 150px;
	height: 30px;
	background-image: url(../log/img/send.jpg);
	border:0px;
	margin: 0px 0% 5px 0%;
}

.send:hover{
	cursor: pointer;
	opacity:0.5;
}

.chui { 
	width: 200px;
	height: 30px;
	background-image: url(../log/img/chui.jpg);
	border:0px;
	margin: 0px 0% 5px 0%;
}

.chui:hover{
	cursor: pointer;
	opacity:0.5;
}

/**********************************/
/******** ボトム：マージン ********/
/**********************************/
.bottom5 { 
	margin: 0px 0% 5px 0%;
}

.bottom10 { 
	margin: 0px 0% 10px 0%;
}

/*****************************************/
/*********** 各 種 均 等 分 割 ***********/
/*****************************************/
.half { list-style: none; padding: 0; margin: 5px 0% 0px 0%; }
.half:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.half li { float: left; width: 49%; margin: 0px 0.5% 0px 0.5%; }
.half li a { display: block; margin: 0px 0% 0px 0%; }
.half li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.half2 { list-style: none; padding: 0; margin: 5px 0% 5px 0%; }
.half2:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.half2 li { float: left; width: 46%; margin: 0px 2% 0px 2%; }
.half2 li a { display: block; margin: 0px 0% 0px 0%; }
.half2 li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.third { list-style: none; padding: 0; margin: 0px 0% 5px 0%; }
.third:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.third li { float: left; width: 32.33333333%; margin: 0px 0.5% 0px 0.5%; }
.third li a { display: block;margin: 0px 0% 0px 0%; }
.third li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.thirde { list-style: none; padding: 0; margin: 0px 0% 0px 0%; }
.thirde:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.thirde li { float: left; width: 33.33333333%; }
.thirde li a { display: block;margin: 0px 0% 0px 0%; }
.thirde li img { display: block; width: 98%; height: auto; margin: 0px 1% 0px 1%; }

.quarter { list-style: none; padding: 0; margin: 0px 0% 5px 0%; }
.quarter:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.quarter li { float: left; width: 24%; margin: 0px 0.5% 0px 0.5%; }
.quarter li a { display: block; margin: 0px 0% 0px 0%; }
.quarter li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.quarteri { list-style: none; padding: 0; margin: 5px 0% 10px 0%; }
.quarteri:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.quarteri li { float: left; width: 23%; margin: 0px 1% 0px 1%; }
.quarteri li a { display: block; margin: 0px 0% 0px 0%; }
.quarteri li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.fifth { list-style: none; padding: 0; margin: 5px 0% 0px 0%; }
.fifth:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.fifth li { float: left; width: 19%; margin: 0px 0.5% 0px 0.5%; }
.fifth li a { display: block; margin: 0px 0% 0px 0%; }
.fifth li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.fifthi { list-style: none; padding: 0; margin: 5px 0% 0px 0%; }
.fifthi:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.fifthi li { float: left; width: 20%; }
.fifthi li a { display: block; margin: 0px 0% 0px 0%; }
.fifthi li img { display: block; width: 98%; height: auto; margin: 0px 1% 0px 1%; }

.sixth { list-style: none; padding: 0; margin: 0px 0% 5px 0%; }
.sixth:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.sixth li { float: left; width: 15.66666666%; margin: 0px 0.5% 0px 0.5%; }
.sixth li a { display: block; margin: 0px 0% 0px 0%; }
.sixth li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.eighth { list-style: none; padding: 0; margin: 0px 0% 5px 0%; }
.eighth:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.eighth li { float: left; width: 12.5%; }
.eighth li a { display: block; margin: 0px 0% 0px 0%; }
.eighth li img { display: block; width: 94%; height: auto; margin: 0px 3% 0px 3%; }

.nineth { list-style: none; padding: 0; margin: 0px 0% 5px 0%; }
.nineth:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.nineth li { float: left; width: 10.11111111%; margin: 0px 0.5% 0px 0.5%; }
.nineth li a { display: block; margin: 0px 0% 0px 0%; }
.nineth li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

/*****************************************/
/*********** 各 種 自 由 分 割 ***********/
/*****************************************/
.table { list-style: none; padding: 0; margin: 0px 0% 5px 0%; }
.table:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.side { list-style: none; padding: 0; margin: 0px 0% 0px 0%; }
.side:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.side li { float: left; }
.side li a { display: block; margin: 0px 0px 0px 0px; }
.side li img { display: block; width: 100%; height: auto; margin: 0px 0px 0px 0px; }

.go { list-style: none; padding: 0; margin: 0; }
.go li { float: left; width: 5%; }
.go li a { display: block; margin: 0px 0% 0px 0%; }
.go li img { display: block; width: 50%; height: auto; margin: 0px 0% 0px 0%; }

.ju { list-style: none; padding: 0; margin: 0; }
.ju li { float: left; width: 10%; }
.ju li a { display: block; margin: 0px 0% 0px 0%; }
.ju li img { display: block; width: 50%; height: auto; margin: 0px 0% 0px 0%; }

.jugo { list-style: none; padding: 0; margin: 0; }
.jugo li { float: left; width: 15%; }
.jugo li a { display: block; margin: 0px 0% 0px 0%; }
.jugo li img { display: block; width: 50%; height: auto; margin: 0px 0% 0px 0%; }

.niju { list-style: none; padding: 0; margin: 0; }
.niju li { float: left; width: 20%; }
.niju li a { display: block; margin: 0px 0% 0px 0%; }
.niju li img { display: block; width: 99%; height: auto; margin: 0px 0.5% 0px 0.5%; }

.sanju { list-style: none; padding: 0; margin: 0; }
.sanju li { float: left; width: 30%; }
.sanju li a { display: block; margin: 0px 0% 0px 0%; }
.sanju li img { display: block; width: 99%; height: auto; margin: 0px 0.5% 0px 0.5%; }

.yonju { list-style: none; padding: 0; margin: 0; }
.yonju li { float: left; width: 40%; }
.yonju li a { display: block; margin: 0px 0% 0px 0%; }
.yonju li img { display: block; width: 99%; height: auto; margin: 0px 0.5% 0px 0.5%; }

/****** 縦長画像トリミング ******/
.yonju1 { list-style: none; overflow: hidden; padding: 0; margin: 0; }
.yonju1 li { float: left; width: 42%; }
.yonju1 li a { display: block; margin: 0px 0% 0px 0%; }
.yonju1 li img { 
	display: block;
	width: 100%;
	height: auto;
	-moz-transform: translate(0%,-35%);
	-webkit-transform: translate(0%,-35%);
	-ms-transform: translate(0%,-35%);
	transform: translate(0%,-35%);
	margin: 0px 0% 0px 0%;
}

/****** 横長画像トリミング ******/
.yonju2 { list-style: none; overflow: hidden; padding: 0; margin: 0; }
.yonju2 li { float: left; width: 42%; }
.yonju2 li a { display: block; margin: 0px 0% 0px 0%; }
.yonju2 li img { 
	display: block;
	position: relative;
	left: 50%;
	width: 100%;
	height: auto;
	-moz-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}

.rokuju { list-style: none; padding: 0; margin: 0px 5% 0px 0%; }
.rokuju li { float: right; width: 55%; }
.rokuju li a { display: block; margin: 0px 0% 0px 0%; }
.rokuju li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.nanaju { list-style: none; padding: 0; margin: 0; }
.nanaju li { float: left; width: 70%; }
.nanaju li a { display: block; margin: 0px 0% 0px 0%; }
.nanaju li img { display: block; width: 98%; height: auto; margin: 0px 1% 0px 1%; }

.hatiju { list-style: none; padding: 0; margin: 0; }
.hatiju li { float: right; width: 80%; }
.hatiju li a { display: block; margin: 0px 0% 0px 0%; }
.hatiju li img { display: block; width: 99%; height: auto; margin: 0px 0.5% 0px 0.5%; }

.hatigo { list-style: none; padding: 0; margin: 0; }
.hatigo:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.hatigo li { float: right; width: 85%; }
.hatigo li a { display: block; margin: 0px 0% 0px 0%; }
.hatigo li img { display: block; width: 99%; height: auto; margin: 0px 0.5% 0px 0.5%; }

.kyuju { list-style: none; padding: 0; margin: 0; }
.kyuju:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.kyuju li { float: right; width: 90%; }
.kyuju li a { display: block; margin: 0px 0% 0px 0%; }
.kyuju li img { display: block; width: 99%; height: auto; margin: 0px 0.5% 0px 0.5%; }

.kyugo { list-style: none; padding: 0; margin: 0; }
.kyugo:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.kyugo li { float: right; width: 95%; }
.kyugo li a { display: block; margin: 0px 0% 0px 0%; }
.kyugo li img { display: block; width: 99%; height: auto; margin: 0px 0.5% 0px 0.5%; }

.side { list-style: none; padding: 0; margin: 0px 0% 0px 0%; }
.side:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.side li { float: left; }
.side li a { display: block; margin: 0px 0px 0px 0px; }
.side li img { display: block; width: 100%; height: auto; margin: 0px 0px 0px 0px; }

td.half { 
	width: 50%;
	height: auto;
}

td.third { 
	width: 33.33333333%;
	height: auto;
}

td.quarter { 
	width: 25%;
	height: auto;
}

/**********************************/
/*********** 左隙間1.2% ***********/
/**********************************/
.margin { 
	width: 98.8%;
	height: auto;
	margin: 0px 0% 5px 1.2%;
}

.margin:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/**********************************/
/*********** 左右隙間1% ***********/
/**********************************/
.cmt { 
	width: 98%;
	height: auto;
	margin: 0px 1% 5px 1%;
}

.cmt:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/**********************************/
/**** ワイド/ハイトパーセント *****/
/**********************************/
.go {
	width: 5%;
}

.jugo {
	width: 15%;
}

.juhati {
	width: 18%;
}

.two {
	width: 20%;
}

.three {
	width: 30%;
}

.four {
	width: 40%;
}

.five {
	width: 50%;
}

.six {
	width: 60%; 
}

.seven {
	width: 70%; 
}

.eight {
	width: 80%;
}

.nine {
	width: 90%; 
}

.nine8 {
	width: 98%; 
}

.ten {
	width: 100%;
}

/**********************************/
/**** 　　 ハイトピクセル　　 *****/
/**********************************/
.margin1 {
	height: 1px;
}

.margin2 {
	height: 2px;
}

.margin3 {
	height: 3px;
}

.margin5 {
	height: 5px;
}

.margin10 {
	height: 10px;
}

.margin15 {
	height: 15px;
}

.margin20 {
	height: 20px;
}

.margin35 {
	height: 35px;
}

/**********************************/
/*********** 長文用間隔 ***********/
/**********************************/
.bunsho { 
	width: 98%;
	height: auto;

	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height:3.0rem;

	margin: 0px 0% 0px 2%;}

.bunsho:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.bunsho1 { 
	width: 98%;
	height: auto;

	font-size: 1.7rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height:2.6rem;

	margin: 0px 0% 0px 2%;
}

.bunsho:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.comment { 
	width: 98%;
	height: auto;

	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height:2.4rem;

	margin: 0px 0% 5px 2%;
}

.comment:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/**********************************/
/*********** 段落用間隔 ***********/
/**********************************/
.bgo {
	font-weight: normal;
	line-height:2.4rem;

	list-style: none; padding: 0; margin: 0px 0% 0px 2%;
}
.bgo li { float: left; width: 5%; }
.bgo li a { display: block; margin: 0px 0% 0px 0%; }
.bgo li img { display: block; width: 50%; height: auto; margin: 0px 0% 0px 0%; }

.bju {
	font-weight: normal;
	line-height:2.4rem;

	list-style: none; padding: 0; margin: 0px 0% 0px 2%;
}
.bju li { float: left; width: 10%; }
.bju li a { display: block; margin: 0px 0% 0px 0%; }
.bju li img { display: block; width: 50%; height: auto; margin: 0px 0% 0px 0%; }

.bniju {
	font-weight: normal;
	line-height:2.4rem;

	list-style: none; padding: 0; margin: 0px 0% 0px 2%;
}
.bniju li { float: left; width: 20%; }
.bniju li a { display: block; margin: 0px 0% 0px 0%; }
.bniju li img { display: block; width: 50%; height: auto; margin: 0px 0% 0px 0%; }

.bhatiju {
	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height:2.4rem;

	list-style: none; padding: 0; margin: 0px 0% 0px 0%;
}
.bhatiju:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.bhatiju li { float: right; width: 78%; }
.bhatiju li a { display: block; margin: 0px 0% 0px 0%; }
.bhatiju li img { display: block; width: 99%; height: auto; margin: 0px 0.5% 0px 0.5%; }

.bkyuju {
	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height:2.4rem;

	list-style: none; padding: 0; margin: 0px 0% 0px 0%;
}
.bkyuju:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.bkyuju li { float: right; width: 88%; }
.bkyuju li a { display: block; margin: 0px 0% 0px 0%; }
.bkyuju li img { display: block; width: 99%; height: auto; margin: 0px 0.5% 0px 0.5%; }

.bkyugo {
	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height:2.4rem;

	list-style: none; padding: 0; margin: 0px 0% 0px 0%;
}
.bkyugo:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.bkyugo li { float: right; width: 93%; }
.bkyugo li a { display: block; margin: 0px 0% 0px 0%; }
.bkyugo li img { display: block; width: 99%; height: auto; margin: 0px 0.5% 0px 0.5%; }

/********************************/
/*********** 画像処理 ***********/
/********************************/
img { 
	width: 100%; 
}

img.left {
	width: 44%; 
	float: left;
	margin: 0px 1% 0px 0%;
}

img.left2 {
	width: 47%; 
	float: left;
	margin: 0px 1.5% 0px 0%;
}

img.right {
	width: 47%; 
	float: right;
	margin: 0px 0% 0px 1%;
}

img.blogl {
	width: 30%; 
	float: right;
	margin: 0px 1% 0px 0%;
}

img.blogr {
	width: 30%; 
	float: right;
	margin: 0px 1% 0px 1%;
}

/**********************************/
/******* テーブルボックス用 *******/
/**********************************/

/***　大外枠　***/
.bigBox {
	width: 96%;

	border-radius: 10px;
	border: 1px solid;

	margin: 0px 2% 15px 2%;
}

.clientBox:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.gnrBox {
	width: 96%;
	border-collapse: collapse;

	border-radius: 10px;
	border: 1px #000000 solid;

	margin: 0px 2% 5px 2%;
	padding: 5px 0% 5px 0%;
}

.gnrBox:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.prBox {
	width: 92%;
	font-weight: normal;
	letter-spacing: 0.1rem;
	line-height:2.0rem;

	border-radius: 10px;
	border: 1px #919191 solid;
	background-color: #ffffff;

	margin: 0px 4% 5px 4%;
	padding: 5px 0% 5px 0%;
}

.prBox:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/***　テーブル大枠　***/
.detailBox {
	width: 95%;
	height: auto;

	border-radius: 10px;
	border: 1px #bcbcbc solid;

	margin: 10px 3% 10px 2%;
	padding: 0px 0% 0px 0%;
}

.detailBox:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.collBox {
	width: 100%;
	border-collapse: collapse;
}

/***　テーブル左上枠　***/
.strLeft {
	width: 20%;
	color: #000000;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.1rem;
	line-height:2.0rem;

	border-right: 1px #bcbcbc solid;
	border-bottom: 1px #bcbcbc solid;
	border-top-left-radius: 10px;

	margin: 0px 0% 0px 0%;
	padding: 2px 0% 2px 0%;
}

.strLeft:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/***　テーブル右上枠　***/
.strRight {
	width: 80%;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0.1rem;
	line-height:2.0rem;

	border-bottom: 1px #bcbcbc solid;
	border-top-right-radius: 10px;

	margin: 0px 0% 0px 0%;
	padding: 2px 0% 2px 1%;
}

.strRight:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/***　テーブル左中枠　***/
.stdLeft {
	width: 20%;
	color: #000000;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.1rem;
	line-height:2.0rem;

	border-right: 1px #bcbcbc solid;
	border-bottom: 1px #bcbcbc solid;

	margin: 0px 0% 0px 0%;
	padding: 2px 0% 2px 0%;
}

.stdLeft:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/***　テーブル右中枠　***/
.stdRight {
	width: 80%;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0.1rem;
	line-height:2.0rem;

	border-bottom: 1px #bcbcbc solid;

	margin: 0px 0% 0px 0%;
	padding: 2px 0% 2px 1%;
}

.stdRight:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/***　テーブル左下枠　***/
.endLeft {
	width: 20%;
	color: #000000;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.1rem;
	line-height:2.0rem;

	border-right: 1px #bcbcbc solid;
	border-bottom-left-radius: 10px;

	margin: 0px 0% 0px 0%;
	padding: 2px 0% 2px 0%;
}

.endLeft:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/***　テーブル右下枠　***/
.endRight {
	width: 80%;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0.1rem;
	line-height:2.0rem;

	border-bottom-right-radius: 10px;

	margin: 0px 0% 0px 0%;
	padding: 2px 0% 2px 1%;
}

.endRight:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/***　区切りなし枠　***/
.stdBox {
	width: 100%;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height:2.3rem;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	margin: 0px 0% 0px 0%;
	padding: 2px 1% 2px 1%;
}

.endRight:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/***　アイコン外枠　***/
.gnricon {
	width: 96%;
	color: #ff0090;
	font-weight: normal;
	letter-spacing: 0.1rem;
	line-height:2.0rem;

	margin: 0px 2% 5px 2%;
}

/********************************/
/******** フローティング ********/
/********************************/
.float-foot {
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #ffffff;
	z-index: 9999;
}

.float-footpc {
	width: 600px;
	position: fixed;
	top: 0px;
	background-color: #ffffff;
	z-index: 9999;
}

.float-margin {
	height: 55px;
}

.float { list-style: none; padding: 0; margin: 0px 0% 1px 0%; }
.float:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.float li { float: left; width: 9.66666666%; margin: 0px 3.5% 0px 3.5%; }
.float li a { display: block; margin: 0px 0% 0px 0%; }
.float li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.fsixth { list-style: none; padding: 0; margin: 3px 0% 4px 0%; }
.fsixth:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.fsixth li { float: left; width: 14.66666666%; margin: 0px 1% 0px 1%; }
.fsixth li a { display: block; margin: 0px 0% 0px 0%; }
.fsixth li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

/********************************/
/******** スクロール処理 ********/
/********************************/
.scroll {
	overflow-y: scroll;
	height: 550px;
}

/********************************/
/********** リンク処理 **********/
/********************************/
a:link {
	color: #656565;
}

a:visited {
	color: #656565;
}

a:hover {
	color: #656565;
}

a.alink {
	display: block;
	text-decoration: underline;
	width: 98.8%;
	height: auto;
	margin-right: 0%;
	margin-left: 1.2%;
	margin-bottom: 5px;
}

a.alink:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

