@charset "UTF-8";


/* 写真回り込み --------------------------------------------------- */

.PhotoL {
float: left;
margin: 0 15px 10px 0;
}

.PhotoR {
float: right;
margin: 0 0 10px 15px;
}



/* 左右ボックス --------------------------------------------------- */

.LRBox .LBox {
float: left;
}

.LRBox .RBox {
float: Right;
}



/* リスト型メニュー --------------------------------------------------- */

/* IndexMenu */
.IndexMenu li {
float: left;
}

.IndexMenu li.EndSide {
margin-right: 0 !important;
}

/* PickupMenu */
.PickupMenu li {
float: left;
}

.PickupMenu li.EndSide {
margin-right: 0 !important;
}

/* IndexMenu2 */
.IndexMenu2 li {
float: left;
}

.IndexMenu2 li a {
display: block;
float: left;
}

.IndexMenu2 li.EndSide {
margin-right: 0 !important;
}



/* リスト --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	/* ListDisc */
	.ListDisc li {
	margin: 0 0 3px 0;
	padding: 0 0 0 13px;
	line-height: 1.4em;
	background: url(../img/common/icon/Icon_ListDisc.png) no-repeat top;
	background-position: 0 5px;
	}
	
	/* ListDiscS */
	.ListDiscS li {
	margin: 0 0 3px 0;
	padding: 0 0 0 10px;
	font-size: 86%;
	line-height: 1.4em;
	background: url(../img/common/icon/Icon_ListDiscS.png) no-repeat top;
	background-position: 0 5px;
	}
	
	/* ListKome */
	.ListKome li {
	margin: 0 0 3px 0;
	padding: 0 0 0 15px;
	line-height: 1.4em;
	background: url(../img/common/icon/Icon_ListKome.png) no-repeat top;
	background-position: 0 4px;
	}
	
	/* ListKomeS */
	.ListKomeS li {
	margin: 0 0 3px 0;
	padding: 0 0 0 12px !important;
	font-size: 11px;
	font-weight: 100;
	line-height: 1.4em;
	background: url(../img/common/icon/Icon_ListKomeS.png) no-repeat top;
	background-position: 0 5px;
	}
	
	/* ListKomeAlert */
	.ListKomeAlert li {
	padding: 0 0 0 17px;
	background: url(../img/common/icon/Icon_ListKomeAlert.png) no-repeat top;
	background-position: 0 6px;
	}
	
	/* ListNum */
	.ListNum li {
	margin: 0 0 0 1.6em;
	padding: 0 0 0 0;
	list-style-type: decimal;
	}

}

@media print, screen and (min-width: 768px) {

	/* ListDisc */
	.ListDisc li {
	margin: 0 0 3px 0;
	padding: 0 0 0 14px;
	line-height: 1.4em;
	background: url(../img/common/icon/Icon_ListDisc.png) no-repeat top;
	background-position: 0 6px;
	}
	
	/* ListDiscS */
	.ListDiscS li {
	margin: 0 0 3px 0;
	padding: 0 0 0 10px;
	font-size: 86%;
	line-height: 1.4em;
	background: url(../img/common/icon/Icon_ListDiscS.png) no-repeat top;
	background-position: 0 5px;
	}
	
	/* ListKome */
	.ListKome li {
	margin: 0 0 3px 0;
	padding: 0 0 0 16px;
	line-height: 1.4em;
	background: url(../img/common/icon/Icon_ListKome.png) no-repeat top;
	background-position: 0 5px;
	}
	
	/* ListKomeS */
	.ListKomeS li {
	margin: 0 0 3px 0;
	padding: 0 0 0 12px !important;
	color: #000;
	font-size: 86%;
	font-weight: 100;
	line-height: 1.4em;
	background: url(../img/common/icon/Icon_ListKomeS.png) no-repeat top;
	background-position: 0 4px;
	}
	
	/* ListKomeAlert */
	.ListKomeAlert li {
	padding: 0 0 0 17px;
	background: url(../img/common/icon/Icon_ListKomeAlert.png) no-repeat top;
	background-position: 0 6px;
	}
	
	/* ListNum */
	.ListNum li {
	margin: 0 0 0 1.6em;
	padding: 0 0 0 0;
	list-style-type: decimal;
	}
	

}




/* 記述リスト --------------------------------------------------- */

/* 左右 */
.DLHori dl {
display: table;
width: 100%;
}

.DLHori dt,
.DLHori dd {
display: table-cell;
}

.DLHori dt {
font-weight: bold;
}

/* 上下 */
.DLVert dt,
.DLVert dd {
}

.DLVert dt {
font-weight: bold;
}




/* 表組み（Table1） --------------------------------------------------- */

.Table1 {
width: 100%;
}

.Table1 th {
font-weight: bold;
text-align: center;
}

.Table1 td {
}



/* ページネーション --------------------------------------------------- */

.PageNation {
margin: 20px 0 0 0;
}

.PageNation .Num {
float: left;
padding: 8px 0 4px 0;
font-size: 93%;
line-height: 1.0em;
}

.PageNation ul {
float: right;
}

.PageNation li {
float: left;
margin: 0 0 0 5px;
font-size: 93%;
line-height: 1.0em;
}

.PageNation li a {
display: block;
float: left;
padding: 6px 8px 4px 8px;
border: solid 1px #cccccc;
}

.PageNation li a:hover {
border: solid 1px #cccccc;
background: #cccccc;
text-decoration: none;
}

.PageNation li.Current a {
border: solid 1px #cccccc;
font-weight: bold;
background: #cccccc;
}

.PageNation li.Prev a {
padding: 6px 8px 4px 17px;
background: url(../../img/common/icon/Icon_PageNationPrev.png) no-repeat left center;
}

.PageNation li.Prev a:hover {
padding: 6px 8px 4px 17px;
text-decoration: none;
background: #cccccc url(../../img/common/icon/Icon_PageNationPrevOn.png) no-repeat left center;
}

.PageNation li.Next a {
padding: 6px 17px 4px 8px;
background: url(../../img/common/icon/Icon_PageNationNext.png) no-repeat right center;
}

.PageNation li.Next a:hover {
padding: 6px 17px 4px 8px;
text-decoration: none;
background: #cccccc url(../../img/common/icon/Icon_PageNationNextOn.png) no-repeat right center;
}

.PageNation .Abbr {
padding: 4px 2px 4px 2px;
}



/* FaqUnit（よくある質問） --------------------------------------------------- */

.FaqUnit dl {
margin: 15px 0 0 0;
}

.FaqUnit dt, .FaqUnit dd {
margin: 0 0 10px 0;
line-height: 1.6em;
}

.FaqUnit dt {
padding: 6px 0 6px 50px;
font-size: 108%;
font-weight: bold;
background: url(../../img/common/icon/Icon_FaqQ.png) no-repeat left center;
}

.FaqUnit dd {
padding: 0 0 14px 50px;
background: url(../../img/common/icon/Icon_FaqA.png) no-repeat left top;
}



/* SnsShare（SNSシェアボタン） --------------------------------------------------- */

/*
.SnsShare li {
display: inline; 
}
*/




/* SearchBox（検索窓） --------------------------------------------------- */

.SearchBox {
display: table; 
}

.SearchBox div {
display: table-cell;
vertical-align: middle;
}

.SearchBox div input,
.SearchBox div img {
vertical-align: middle;
}



/* 個別調整 --------------------------------------------------- */


/* Align（センター寄せ・右寄せ） */
.AlignL {
text-align: left !important;
}

.AlignC {
text-align: center !important;
}

.AlignR {
text-align: right !important;
}


/* NoBorder（ボーダー無し） */
.NoBorder {
border: none !important;
}


/* M00（マージントップ調整）*/
.M0 {
margin-top: 0 !important;
}

.M5 {
margin-top: 5px !important;
}

.M10 {
margin-top: 10px !important;
}

.M15 {
margin-top: 15px !important;
}

.M20 {
margin-top: 20px !important;
}

.M25 {
margin-top: 25px !important;
}

.M30 {
margin-top: 30px !important;
}

.M35 {
margin-top: 35px !important;
}

.M40 {
margin-top: 40px !important;
}

.M45 {
margin-top: 45px !important;
}

.M50 {
margin-top: 50px !important;
}

.M55 {
margin-top: 55px !important;
}

.M60 {
margin-top: 60px !important;
}

.M65 {
margin-top: 65px !important;
}

.M70 {
margin-top: 70px !important;
}

.M75 {
margin-top: 75px !important;
}

.M80 {
margin-top: 80px !important;
}

.M85 {
margin-top: 85px !important;
}

.M90 {
margin-top: 90px !important;
}

.M95 {
margin-top: 95px !important;
}

.M100 {
margin-top: 100px !important;
}


/* W00（横幅%指定）*/
.W5 {
width: 5% !important;
}

.W10 {
width: 10% !important;
}

.W15 {
width: 15% !important;
}

.W20 {
width: 20% !important;
}

.W25 {
width: 25% !important;
}

.W30 {
width: 30% !important;
}

.W35 {
width: 35% !important;
}

.W40 {
width: 40% !important;
}

.W45 {
width: 45% !important;
}

.W50 {
width: 50% !important;
}

.W55 {
width: 55% !important;
}

.W60 {
width: 60% !important;
}

.W65 {
width: 65% !important;
}

.W70 {
width: 70% !important;
}

.W75 {
width: 75% !important;
}

.W80 {
width: 80% !important;
}

.W85 {
width: 85% !important;
}

.W90 {
width: 90% !important;
}

.W95 {
width: 95% !important;
}

.W100 {
width: 100% !important;
}


