@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*----------------------------------------------------
 commons style
----------------------------------------------------*/

* {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.0em;
	font-size: 14px;
}




body {
	position: relative;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}


em,strong,h1,h2,h3,dt {
	font-weight: bold;
}

ul li,ol li {
	list-style: none;
}

select {
	-webkit-appearance: none;
}

a{
	text-decoration: underline;
}

.sp_none {
	display: none;
}

.pc_none {
	display: block;
}


/*----------------------------------------------------
 table style 
----------------------------------------------------*/

table {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
}
table tr th {
	color : #333;
	line-height: 1.5em;
	text-align: center;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #bc1309;
	border-bottom: 2px solid #dfdfdf;
	padding: 10px;
}
table tr td {
	color : #333;
	text-align: center;
	line-height: 1.5em;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	border-bottom: 3px double #dfdfdf;
	padding: 10px;
}
table tr th:first-child {
	border-right: 2px solid #dfdfdf;
}
table tr:last-of-type th,
table tr:last-of-type td {
	border-bottom: none;
}
table tr th a,
table tr td a {
	color : #333;
	line-height: 1.5em;
	font-size: 12px;
}
table tr th span,
table tr td span {
	color : #333;
	line-height: 1.5em;
	font-size: 10px;
}
table tr th span {
	color:  #bc1309;
	font-weight: normal;
}


/*----------------------------------------------------
 id style 
----------------------------------------------------*/

header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 109;
	background-color: rgba(255,255,255,0.9);
	margin: 0px;
	padding: 0px;
}
header h1 {
	width: 250px;
	position: fixed;
	z-index: 10;
	margin: 12px 0px 0px 5%;
	padding: 0px;
}
header h1 a {
	width: 80%;
	height: 35px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(/assets/commons/images/logo.png?id=20251001);
	background-position: left center;
	background-size: auto 35px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
header span a {
	width: 60px;
	height: 60px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-size: 60px;
	float: right;
	margin: 0px 60px 0px 0px;
	padding: 0px;
}
header span.login a {
	background-image: url(/assets/commons/images/header_btn_login.png);
}
header span.logout a {
	background-image: url(/assets/commons/images/header_btn_logout.png);
}


header nav ul {
	width: 90%;
	margin: 20px auto 10px auto;
	padding: 0px;
}
header nav ul li {
	border-bottom: 1px solid #fff;
}
header nav ul li:last-child {
	border-bottom: none;
	padding-top: 15px;
}
header nav ul li a {
	text-align: left;
	display: block;
	line-height: 35px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
header nav ul li:last-child a {
	line-height: 30px;
	display: block;
	text-align: center;
	color: #770000;
	background-color: #fff;
	border-radius: 5px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

header nav dl.login {
	width: 90%;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 10px auto -20px auto;
	padding: 15px 15px 0px 15px;
}
header nav dl.login dt {
	width: 100%;
	color: #770000;
	text-align: center;
	box-sizing: border-box;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
header nav dl.login dd {
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}
header nav dl.login dd ul,
header nav dl.login dd ol {
	width: 100%;
	text-align: center;
	margin: 0px auto 15px auto;
	padding: 0px;
}
header nav dl.login dd ul li,
header nav dl.login dd ol li {
	text-align: center;
	display: block;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}
header nav dl.login dd ol li.block {
	width: 100%;
	color: #fff;
	line-height: 25px;
	font-size: 12px;
	background-color: #770000;
	border-radius: 15px;
	overflow: hidden;
	text-align: center;
	background-image: none;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
}
header nav dl.login dd ul li a,
header nav dl.login dd ol li a {
	text-align: center;
	color: #770000;
	line-height: 1.5em;
	font-size: 12px;
	text-decoration: none;
}



section#main_area {
	width: 100%;
	margin: 60px 0px 0px 0px;
	padding: 0px;
}
section#main_area h2 {
	width: 100%;
	height: 150px;
	overflow: hidden;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 150px;
	margin: 0px;
	padding: 0px;
}
section#main_area h2 span,
section#main_area h2 strong {
	width: 90%;
	display: block;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
section#main_area h2 strong {
	font-size: 20px;
	margin: 100px auto 5px auto;
	padding: 0px;
}
section#main_area h2 span {
	font-size: 10px;
	margin: 0px auto 0px auto;
	padding: 0px;
}


section#contents_area {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 60px 0px 40px 0px;
}


footer {
	width: 100%;
	overflow: hidden;
	background-color: #770000;
	margin: 0px;
	padding: 40px 0px 40px 0px;
}
footer ul.link {
	width: 280px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}
footer ul.link li {
	display: inline-block;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}
footer ul.link li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
footer a.btn {
	width: 160px;
	color: #fff;
	line-height: 30px;
	display: block;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	text-decoration: none;
	margin: 10px auto 30px auto;
	padding: 0px;
}
footer strong {
	color: #fff;
	text-align: center;
	background-image: url(/assets/commons/images/footer_img_18.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 80px;
	display: block;
	margin: 0px 0px 30px 0px;
	padding: 90px 0px 0px 0px;
}
footer span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
}


footer dl.login {
	width: 280px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0px auto 20px auto;
	padding: 20px 20px 0px 20px;
}
footer dl.login dt {
	width: 100%;
	color: #770000;
	text-align: center;
	border-bottom: 1px solid #770000;
	box-sizing: border-box;
	margin: 0px auto 10px auto;
	padding: 0px 0px 10px 0px;
}
footer dl.login dd {
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}
footer dl.login dd ul,
footer dl.login dd ol {
	width: 100%;
	text-align: center;
	margin: 0px auto 20px auto;
	padding: 0px;
}
footer dl.login dd ul {
	margin-bottom: 20px;
}
footer dl.login dd ul li,
footer dl.login dd ol li {
	display: inline-block;
	margin: 10px 10px 0px 10px;
	padding: 0px;
}
footer dl.login dd ol li.block {
	width: 100%;
	color: #fff;
	line-height: 25px;
	font-size: 12px;
	background-color: #770000;
	border-radius: 15px;
	overflow: hidden;
	text-align: center;
	background-image: none;
	display: block;
	margin: 10px auto 0px auto;
	padding: 0px;
}
footer dl.login dd ul li a,
footer dl.login dd ol li a {
	color: #770000;
	font-size: 12px;
	text-decoration: none;
}



a#pagetop {
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-image: url(/assets/commons/images/pagetop.png);
	background-size: 50px;
	margin: 0px;
	padding: 0px;
}


/*----------------------------------------------------
 contents style
----------------------------------------------------*/

section#contents_area article ul.pankuzu {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: left;
	background-color: #f5f5f5;
	box-sizing: border-box;
	background-image: url(/assets/commons/images/icn_pankuzu.png);
	background-repeat: no-repeat;
	background-position: 5% 13px;
	background-size: 12px;
	box-sizing: border-box;
	margin: 0px auto 30px auto;
	padding: 10px 0px 10px 20px;
}
section#contents_area article ul.pankuzu li {
	float: left;
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
section#contents_area article ul.pankuzu li a {
	font-size: 12px;
	line-height: 1.5em;
}
section#contents_area article ul.pankuzu li:first-child {
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
}
section#contents_area article ul.pankuzu li:after {
	content: ">";
	font-size: 12px;
	margin: 0px 5px 0px 8px;
	padding: 0px;
}
section#contents_area article ul.pankuzu li:last-child {
	font-weight: bold;
}
section#contents_area article ul.pankuzu li:last-child:after {
	content: "";
}


h2.ttl {
	width: 100%;
	font-weight: bold;
	color: #770000;
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
	border-bottom: 1px solid #770000;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

p.snippet {
	text-align: left;
	line-height: 1.5em;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}



input.text {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 0px;
	padding: 10px;
}
select.select {
	width: 100%;
	background-image: url(/assets/commons/images/select_icn.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: auto 6px;
	box-sizing: border-box;
	border: 1px solid #999;
	background-color: #fff;
	margin: 0px auto 0px auto;
	padding: 10px;
}
textarea.textarea {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 0px;
	padding: 10px;
}

.btn_blue {
	width: 240px;
	line-height: 40px;
	border-radius: 3px;
	display: block;
	font-size: 16px;
	color: #fff;
	border: 0;
	text-align: center;
	background-color: #770000;
	text-decoration: none;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.btn_back {
	width: 240px;
	line-height: 35px;
	border-radius: 3px;
	display: block;
	font-size: 14px;
	color: #fff;
	border: 0;
	text-align: center;
	background-color: #770000;
	text-decoration: none;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.btn_pager_back {
	width: 150px;
	line-height: 35px;
	border-radius: 3px;
	display: block;
	font-size: 14px;
	color: #fff;
	border: 0;
	text-align: center;
	background-color: #770000;
	text-decoration: none;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.btn_pager_next {
	width: 150px;
	line-height: 35px;
	border-radius: 3px;
	display: block;
	font-size: 14px;
	color: #fff;
	border: 0;
	text-align: center;
	background-color: #770000;
	text-decoration: none;
	margin: 0px auto 0px auto;
	padding: 0px;
}


@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {


/*----------------------------------------------------
 commons style
----------------------------------------------------*/

* {
	font-size: 16px;
}


a{
	text-decoration: underline;
}
a:hover,
a:hover img,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


.sp_none {
	display: block;
}
.pc_none {
	display: none;
}


/*----------------------------------------------------
 table style 
----------------------------------------------------*/

table {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
}
table tr th {
	color : #333;
	line-height: 1.8em;
	text-align: center;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #bc1309;
	border-bottom: 2px solid #dfdfdf;
	padding: 10px;
}
table tr td {
	color : #333;
	text-align: center;
	line-height: 1.8em;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	border-bottom: 3px double #dfdfdf;
	padding: 10px;
}
table tr th:first-child {
	border-right: 2px solid #dfdfdf;
}
table tr:last-of-type th,
table tr:last-of-type td {
	border-bottom: none;
}
table tr th a,
table tr td a {
	color : #333;
	line-height: 1.8em;
	font-size: 12px;
}
table tr th span,
table tr td span {
	color : #333;
	line-height: 1.8em;
	font-size: 10px;
}
table tr th span {
	color:  #bc1309;
	font-weight: normal;
}


/*----------------------------------------------------
 id style 
----------------------------------------------------*/

header {
	width: 100%;
	height: 75px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 109;
	background-color: rgba(255,255,255,0.9);
	margin: 0px;
	padding: 0px;
}
header h1 {
	width: 250px;
	position: fixed;
	z-index: 10;
	margin: 15px 0px 0px 20px;
	padding: 0px;
}
header h1 a {
	width: 100%;
	height: 45px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(/assets/commons/images/logo.png);
	background-position: left center;
	background-size: auto 45px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
header span a {
	width: 75px;
	height: 75px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-size: 75px;
	float: right;
	margin: 0px 75px 0px 0px;
	padding: 0px;
}


header nav ul {
	width: 90%;
	margin: 20px auto 10px auto;
	padding: 0px;
}
header nav ul li {
	border-bottom: 1px solid #fff;
}
header nav ul li a {
	text-align: left;
	display: block;
	font-size: 14px;
	line-height: 45px;
	color: #fff;
	text-decoration: none;
}
header nav dl.login dd ol li.block {
	line-height: 30px;
	font-size: 14px;
	border-radius: 15px;
}
header nav dl.login dd ul li a,
header nav dl.login dd ol li a {
	text-align: center;
	color: #770000;
	line-height: 1.8em;
	font-size: 14px;
	text-decoration: none;
}



section#main_area {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	margin: 75px 0px 0px 0px;
	padding: 0px;
}
section#main_area h2 {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
section#main_area h2 span,
section#main_area h2 strong {
	width: 100%;
	display: block;
	text-align: center;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #fff;
}
section#main_area h2 strong {
	font-size: 32px;
	margin: 150px auto 10px auto;
	padding: 0px;
}
section#main_area h2 span {
	font-size: 14px;
	margin: 0px auto 0px auto;
	padding: 0px;
}


section#contents_area {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 70px 0px 50px 0px;
}




footer {
	width: 100%;
	overflow: hidden;
	background-color: #770000;
	margin: 0px;
	padding: 50px 0px 50px 0px;
}
footer ul.link {
	width: 100%;
	text-align: center;
	margin: 0px auto 30px auto;
	padding: 0px;
}
footer ul.link li {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
footer ul.link li:after {
	content: "│";
	color: #fff;
	font-size: 16px;
	margin: 0px 10px 0px 10px;
}
footer ul.link li:last-child:after {
	content: "";
	margin: 0;
}
footer ul.link li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
footer a.btn {
	width: 200px;
	color: #fff;
	line-height: 40px;
	display: block;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	text-decoration: none;
	margin: 0px auto 30px auto;
	padding: 0px;
}
footer strong {
	color: #fff;
	text-align: center;
	background-image: url(/assets/commons/images/footer_img_18.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 80px;
	display: block;
	margin: 0px 0px 30px 0px;
	padding: 90px 0px 0px 0px;
}
footer span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
}





footer dl.login {
	width: 800px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0px auto 30px auto;
	padding: 25px;
}
footer dl.login dt {
	width: 100%;
	color: #770000;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #770000;
	box-sizing: border-box;
	margin: 0px auto 15px auto;
	padding: 0px 0px 15px 0px;
}
footer dl.login dd {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
footer dl.login dd ul {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
footer dl.login dd ul {
	margin-bottom: 15px;
}
footer dl.login dd ul li {
	display: inline-block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
footer dl.login dd ul li a {
	color: #770000;
	font-size: 16px;
	text-decoration: none;
}
footer dl.login dd ul li:after {
	content: "│";
	color: #770000;
	font-size: 16px;
	margin: 0px 10px 0px 10px;
}
footer dl.login dd ul li:last-child:after {
	content: "";
	margin: 0;
}

footer dl.login dd ol {
	width: 230px;
	float: left;
	text-align: center;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
footer dl.login dd ol:last-of-type {
	margin-right: 0px;
}
footer dl.login dd ol li {
	display: block;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
footer dl.login dd ol li.block {
	width: 100%;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	background-color: #770000;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	background-image: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
footer dl.login dd ol li a {
	color: #770000;
	font-size: 14px;
	text-decoration: none;
}


a#pagetop {
	width: 70px;
	height: 70px;
	display: block;
	text-indent: -9999px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image: url(/assets/commons/images/pagetop.png);
	background-size: 70px;
	margin: 0px;
	padding: 0px;
}


/*----------------------------------------------------
 contents style
----------------------------------------------------*/

section#contents_area article ul.pankuzu {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	background-position: 20px center;
	background-size: 14px;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 25px;
}
section#contents_area article ul.pankuzu li {
	float: left;
	text-align: left;
	line-height: 50px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
section#contents_area article ul.pankuzu li a {
	font-size: 14px;
	line-height: 1.8em;
}
section#contents_area article ul.pankuzu li:first-child {
	margin: 0px;
	padding: 0px;
}
section#contents_area article ul.pankuzu li:after {
	content: ">";
	font-size: 14px;
	margin: 0px 5px 0px 8px;
	padding: 0px;
}

section#contents_area article ul.pankuzu li:last-child {
	font-weight: bold;
}
section#contents_area article ul.pankuzu li:last-child:after {
	content: "";
	margin: 0px;
	padding: 0px;
}


h2.ttl {
	width: 100%;
	font-weight: bold;
	text-align: left;
	font-size: 24px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}


p.snippet {
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
p.snippet a {
	font-size: 16px;
}




input.text {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 0px auto 0px auto;
	padding: 10px;
}

select.select {
	width: 100%;
	background-image: url(/assets/commons/images/select_icn.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: auto 6px;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 0px auto 0px auto;
	padding: 10px;
}
textarea.textarea {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 0px;
	padding: 10px;
}


.btn_blue {
	width: 280px;
	line-height: 45px;
	border-radius: 3px;
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #770000;
	text-decoration: none;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.btn_back {
	width: 280px;
	line-height: 40px;
	border-radius: 3px;
	display: block;
	font-size: 16px;
	color: #fff;
	border: 0;
	text-align: center;
	cursor: pointer;
	background-color: #770000;
	text-decoration: none;
	margin: 0px auto 0px auto;
	padding: 0px;
}



}


/*----------------------------------------------------
 style end
----------------------------------------------------*/

