/* ++++++++++++++++++++++++++++ */
/* ++++++++++全体構成++++++++++ */
/* ++++++++++++++++++++++++++++ */

* {
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}

html {	
	color: #000000;
	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;

}

a {
	display: block;
	text-decoration: none;
}

input, select {
	color: #616161;
	margin: 0px 0% 5px 0%;
}

textarea {
	color: #616161;
	margin: 0px 0% 5px 0%;
}

.marquee {
	overflow: hidden;
	color: #ffffff;
	padding: 5px 0% 5px 0%;
	margin: 0px 0% 10px 0%;
	background-color:#f21c7c;
}

.marquee p {
	width:100%;
	text-align:center;
	display:inline-block;
	white-space:nowrap;
	-moz-animation-name:marquee;
	-moz-animation-duration:10s;
	-moz-animation-timing-function:linear;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-name:marquee;
	-webkit-animation-duration:10s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-duration:10s;
	-o-animation-timing-function:linear;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-duration:10s;
	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: #e7117b; 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: 100%;
	height: auto;
	line-height: 2.8rem;
	background-image: url(../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(../img/list.gif);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	margin: 0px 0% 5px 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; }

.list2 { 
	width: 96%;
	height: 60px;
	list-style: none;
	overflow: hidden;
	margin: 0px 2% 0px 2%;
}
.list2:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/*****************************************/
/*********** 各 種 均 等 分 割 ***********/
/*****************************************/
.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: 45%; margin: 0px 2.5% 0px 2.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%; }

.halfsc { list-style: none; padding: 0; margin: 5px 0% 0px 0%; }
.halfsc:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.halfsc li { float: left; width: 49%; margin: 0px 0.5% 0px 0.5%; }
.halfsc li a { display: block; margin: 0px 0% 0px 0%; }

.third { list-style: none; padding: 0; margin: 5px 0% 0px 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%; }

.thirde { list-style: none; padding: 0px 0% 0px 0%; margin: 2px 0% 0px 0%; }
.thirde:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.thirde li { float: left; width: 33.33333333%; margin: 0px 0% 0px 0%; }
.thirde li a { display: block;margin: 0px 0% 0px 0%; }
.thirde li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.quarter { list-style: none; padding: 0; margin: 5px 0% 0px 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: 0px 0% 0px 0%; }
.quarteri:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.quarteri li { float: left; width: 25%; margin: 0px 0% 0px 0%; }
.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%; }

.seventh { list-style: none; padding: 0; margin: 0px 0% 5px 0%; }
.seventh:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.seventh li { float: left; width: 14.28571428%; margin: 0px 0% 0px 0%; }
.seventh li a { display: block; margin: 0px 0% 0px 0%; }
.seventh 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%; }

.tenth { list-style: none; padding: 0; margin: 0px 0% 5px 0%; }
.tenth:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.tenth li { float: left; width: 8%; margin: 0px 1% 0px 1%; }
.tenth li a { display: block; margin: 0px 0% 0px 0%; }
.tenth 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; }

.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: 0px 1% 0px 0%; }
.yonju1 li { float: right; width: 35%; }
.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: 0px 1% 0px 0%; }
.yonju2 li { float: right; width: 35%; }
.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%);
}

.goju { list-style: none; padding: 0; margin: 0px 1% 0px 0%; }
.goju li { float: left; width: 50%; }
.goju li a { display: block; margin: 0px 0% 0px 0%; }
.goju li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.gojugo { list-style: none; padding: 0; margin: 0px 1% 0px 0%; }
.gojugo li { float: left; width: 55%; }
.gojugo li a { display: block; margin: 0px 0% 0px 0%; }
.gojugo li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.rokuju { list-style: none; padding: 0; margin: 0px 1% 0px 0%; }
.rokuju li { float: left; width: 60%; }
.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%; }

.hatijugo { list-style: none; padding: 0; margin: 0; }
.hatijugo li { float: right; width: 85%; }
.hatijugo li a { display: block; margin: 0px 0% 0px 0%; }
.hatijugo li img { display: block; width: 99%; height: auto; margin: 0px 0.5% 0px 0.5%; }

.9go { list-style: none; padding: 0; margin: 0; }
.9go li { float: right; width: 95%; }
.9go li a { display: block; margin: 0px 0% 0px 0%; }
.9go 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; }

.comment { 
	width: 97%;
	height: auto;
	margin: 10px 0% 10px 3%;
}
.comment:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/**********************************/
/**** ワイド/ハイトパーセント *****/
/**********************************/
.pccp {
	width: 1%;
}

.cp {
	width: 5%;
}

.ju5 {
	width: 15%;
}

.juhati {
	width: 18%;
}

.two {
	width: 20%;
}

.three {
	width: 30%;
}

.four {
	width: 40%;
}

.five {
	width: 50%;
}

.six {
	width: 60%; 
	margin: 0px 0% 5px 0%;
}

.seven {
	width: 70%; 
	margin: 0px 0% 5px 0%;
}

.eight {
	width: 80%;
	margin: 5px 0% 5px 0%;
}

.eightc {
	width: 80%;
	margin: 0px 10% 0px 10%;
}

.nine {
	width: 90%; 
	margin: 0px 0% 5px 0%;
}

.nine8 {
	width: 98%; 
	margin: 0px 0% 5px 0%;
}

.ten {
	width: 100%;
	margin: 0px 0% 5px 0%;
}

.margin1 {
	height: 1px;
}

.margin2 {
	height: 2px;
}

.margin3 {
	height: 3px;
}

.margin5 {
	height: 5px;
}

.margin10 {
	height: 10px;
}

.margin15 {
	height: 15px;
}

.margin20 {
	height: 20px;
}

.margin35 {
	height: 35px;
}

/********************************/
/*********** 画像処理 ***********/
/********************************/
img { 
	width: 100%; 
	margin: 0px 0% 5px 0%;
}

img.left {
	width: 44%; 
	float: left;
	margin: 0px 1% 5px 0%;
}

img.left2 {
	width: 47%; 
	float: left;
	margin: 0px 1.5% 5px 0%;
}

img.right {
	width: 47%; 
	float: right;
	margin: 0px 0% 5px 1%;
}

img.blogl {
	width: 30%; 
	float: right;
	margin: 0px 1% 0px 0%;
}

img.blogr {
	width: 35%; 
	float: right;
	margin: 0px 0% 0px 1%;
}

/**********************************/
/******* テーブルボックス用 *******/
/**********************************/

/***　大外枠　***/
.bigBox {
	width: 96%;

	border-radius: 10px;
	border: 1px solid;

	margin: 10px 2% 15px 2%;
	padding: 10px 0% 10px 0%;
}

.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: 96%;
	height: auto;

	border-radius: 10px;
	border: 1px #bcbcbc solid;

	margin: 10px 2% 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: 15%;
	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: 85%;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height:2.2rem;

	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: 15%;
	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: 85%;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height:2.2rem;

	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: 15%;
	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: 85%;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height:2.2rem;

	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; }

/***　アイコン外枠　***/
.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;
	bottom: 0px;
	background-color: #9a533c;
	z-index: 9999;
}

.float-foot2 {
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #9a533c;
	z-index: 9998;
}

.float-footpc {
	width: 600px;
	position: fixed;
	bottom: 0px;
	background-color: #9a533c;
	z-index: 9999;
}

.float-margin {
	height: 70px;
}

.float-margin2 {
	height: 65px;
}

.float { list-style: none; padding: 0; margin: 0px 0% 0px 0%; }
.float:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.float li { float: left; width: 9.28571428%; margin: 0px 2.5% 0px 2.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%; }

.float2 { list-style: none; padding: 0; margin: 0px 0% 0px 0%; }
.float2:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.float2 li { float: left; width: 20%; margin: 0px 0% 0px 0%; }
.float2 li a { display: block; margin: 0px 0% 0px 0%; }
.float2 li img { display: block; width: 100%; height: auto; margin: 0px 0% 0px 0%; }

.fsixth { list-style: none; padding: 0; margin: 3px 0% 2px 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: auto;
	height: 550px;
}

/********************************/
/********** リンク処理 **********/
/********************************/
a:link {
	color: #656565;
}

a:visited {
	color: #656565;
}

a:hover {
	color: #656565;

