
@charset "utf-8";

/* ------------------------------------------------------------
	common
------------------------------------------------------------ */
body {
	word-break: break-all; /* 常に行末に改行 */
	word-wrap: break-word; /* 半角英数字折り返し許可 */
	text-align: justify; /*テキストを両端揃えFF */
}

body {
	font: 12px/1.3 "ヒラギノ角ゴ Pro W3" sans-serif;
	color: #333333;
	-webkit-background-size: 60px 60px;
	-moz-background-size: 60px 60px;
	-o-background-size: 60px 60px;
	-ms-background-size: 60px 60px;
	background-size: 60px 60px;
}

img { vertical-align:bottom; }

a:link { color: #165BAF; text-decoration: underline; }
a:visited { color: #165BAF; text-decoration: underline; }
a:hover { color: #333333; text-decoration: underline; }
a:active { color: #333333; text-decoration: underline; }

a.orange:link { color: #666666; text-decoration: none; }
a.orange:visited { color: #666666; text-decoration: none; }
a.orange:hover { color: #ED7028; text-decoration: underline; }
a.orange:active { color: #ED7028; text-decoration: underline; }

a.blue1:link { color: #666699; text-decoration: none; }
a.blue1:visited { color: #666699; text-decoration: none; }
a.blue1:hover { color: #666699; text-decoration: underline; }
a.blue1:active { color: #666699; text-decoration: underline; }

a.blue2:link { color: #666666; text-decoration: none; }
a.blue2:visited { color: #666666; text-decoration: none; }
a.blue2:hover { color: #3A77AD; text-decoration: underline; }
a.blue2:active { color: #3A77AD; text-decoration: underline; }


/* ------------------------------------------------------------
	search
------------------------------------------------------------ */
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
input[type="search"]:focus {
	outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
	display: none;
}
.mod_search {
	padding: 8px 0px;
}
.mod_search form {
	border: double 3px #C9C9C9;
	height: 23px;
	background-color: #FFFFFF;
}
.mod_search input#keyword {
	line-height: 23px;
	float: left;
	width: 70%;
	border: none;
	padding: 0 0 0 5px;
	background: transparent url(../../../sp/common/img/bg_search.gif) no-repeat 8px 5px;
	background-size: 88px;
}
.mod_search input#search_btn {
	width: 25%;
	height: 23px;
	float: right;
	color: #FFFFFF;
	background: transparent url(../../../sp/common/img/bg_searchbtn.jpg) repeat-x left top;
	background-size: 5px;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
.mod_search input#search:focus {
	outline: none;
	/* Safari Chrome Mac */
}

/* ------------------------------------------------------------
	wrapper scroller
------------------------------------------------------------ */
/*
body {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}
#wrapper {
	position: absolute; z-index:1;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	overflow: auto;
}
#scroller {
	position:absolute; z-index:1;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width: 100%;
	padding: 0px;
	margin: 0px;
}
*/

/* ------------------------------------------------------------
	header
------------------------------------------------------------ */
#header {
	width: 100%;
    height: 74px;
	overflow: hidden;
	background-attachment: scroll;
	background:url(../img/bg_header.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px 10px 0px 10px;
	-webkit-background-size: 5px 74px;
	-moz-background-size: 5px 74px;
	-o-background-size: 5px 74px;
	-ms-background-size: 5px 74px;
	background-size: 5px 74px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#header img {
	vertical-align: top;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#header p {
	margin: 0px;
	padding: 0px;
}
#header p.btn a {
	width: 85px;
	height: 52px;
	display: block;
	overflow: hidden;
}
.mod_billboard {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	position: relative;
}



#header #topHeaderInner h1 {
	width: auto;
	float: left;
}
#header #topHeaderInner  h1 img {
    margin-top: -28px;
    position: absolute;
    top: 50%;
}
#header #topHeaderInner div.boxL{
	width: 100%;
	height: 78px;
	position:relative;
}
#header #topHeaderInner p.btn {
	float: right;
	margin: 5px 0 0;
	width: 85px;
}




/* ------------------------------------------------------------
	header - second（下層ページ用）
------------------------------------------------------------ */
#header div.second div.boxL {
	width: 100%;
	height: 78px;
	position:relative;
}
#header div.second h1 {
	width: auto;
	float: left;
}
#header div.second p.btn {
	width: 85px;
	float: right;
	margin: 5px 0px 0px;
}
#header div.second h1 img {
	position: absolute;
	top: 50%;
	margin-top: -28px ;
}

#header div.second div#menu_list {
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 73px;
	z-index: 10;
	display: none;
}


/* ------------------------------------------------------------
	menu_list
------------------------------------------------------------ */
#header p.btn {
	background:url(../../../sp/common/img/btn_menu_on.png) no-repeat left top;
	-webkit-background-size: 85px 52px;
	-moz-background-size: 85px 52px;
	-o-background-size: 85px 52px;
	-ms-background-size: 85px 52px;
	background-size: 85px 52px;
}
#header p.btn a {
	background:url(../../../sp/common/imgn/btn_menu.png) no-repeat left top;
	-webkit-background-size: 85px 52px;
	-moz-background-size: 85px 52px;
	-o-background-size: 85px 52px;
	-ms-background-size: 85px 52px;
	background-size: 85px 52px;
}
#header p.btn a:hover {
	background:url(../../../sp/common/img/btn_menu_on.png) no-repeat left top;
	text-indent: -9999px;
	-webkit-background-size: 85px 52px;
	-moz-background-size: 85px 52px;
	-o-background-size: 85px 52px;
	-ms-background-size: 85px 52px;
	background-size: 85px 52px;
}


#header div#menu_list {
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 73px;
	z-index: 10;
	display: none;
}

#header div#menu_list ul {
	margin: 0px 10px;
	padding: 0px;
}
#header div#menu_list ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #F1915C;
}
#header div#menu_list ul li:last-child {
	border-bottom-left-radius: 4px; 
	border-bottom-right-radius: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}
#header div#menu_list ul li span {
	display: block;
	padding: 12px 10px 12px 0;
	margin: 0px 10px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bolder;
	font-size: 110%;
	
	background: transparent url(../../../sp/common/img/i_pointer.png) no-repeat 92% 50%;
	-webkit-background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-o-background-size: 8px 13px;
	-ms-background-size: 8px 13px;
	background-size: 8px 13px;
}
#header div#menu_list ul li:last-child span {
	border-bottom: none;
}

#header div#menu_list a:link { color: #FFFFFF; text-decoration: none; }
#header div#menu_list a:visited { color: #FFFFFF; text-decoration: none; }
#header div#menu_list a:hover { color: #FFFFFF; text-decoration: underline; }
#header div#menu_list a:active { color: #FFFFFF; text-decoration: underline; }


/* ------------------------------------------------------------
	footer
------------------------------------------------------------ */
#footer {
	width: 100%;
	background-attachment: scroll;
	background:url(../img/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 15px 0px 10px;
	margin: 0px;
	background-color: #DBDBDB;
	-webkit-background-size: 5px auto;
	-moz-background-size: 5px auto;
	-o-background-size: 5px auto;
	-ms-background-size: 5px auto;
	background-size: 5px auto;
}
#footer div.inner {
	padding: 0px 10px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding: 4px 0px;
	text-align: center;
}
#footer p.title {
	margin: 0px;
	padding: 0px;
	font-size: 125%;
	font-weight: bold;
}
#footer p.address {
	margin: 0px;
	padding: 0px;
}
#footer div.pclink {
	margin: 0 auto;
	margin-top: 12px;
	text-align: center;
	width: 90%;
	padding:10px 0;
	border: 1px solid #333333;
}
#footer div.pclink p {
	margin: 0px;
	padding: 4px 0px;
}
#footer p.copyright {
	font-size: 85%;
}

#footer div.sitelink {
	margin: 0 auto;
	margin-top: 12px;
	text-align: center;
	width: 90%;
	border: 1px solid #CCCCCC;
	background-color: #F6F2EA;
}
#footer div.sitelink p {
	margin: 0px;
	padding: 5px 0px;
}

/* ------------------------------------------------------------
	container
------------------------------------------------------------ */
#container {
	padding: 15px 10px;
	text-align:center;
}

/* ------------------------------------------------------------
	blog
------------------------------------------------------------ */
div#mod_blog {
	width: 100%;
	margin: 15px 0px 0px 0px;
	background: transparent url(../../../sp/common/img/bg_blog.png) repeat-y left top;
	-moz-box-shadow: 0 2px 3px #B9B9B9;
	-webkit-box-shadow: 0 2px 3px #B9B9B9;
	box-shadow: 0 2px 3px #B9B9B9;

	-webkit-background-size: 100% 50%;
	-moz-background-size: 100% 50%;
	-o-background-size: 100% 50%;
	-ms-background-size: 100% 50%;
	background-size: 100% 50%;
}
div#mod_blog h2 {
	margin: 0px;
	padding: 0px;
}
div#mod_blog div.inner {
	margin: 0px 15px;
}
div#mod_blog dt {
	width: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#mod_blog dt img {
	border: 1px solid #DDDDDD;
}
div#mod_blog dd {
	width: 60%;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#mod_blog dd span {
	color: #333333;
}

div#mod_blog a:link { color: #85623A; text-decoration: none; }
div#mod_blog a:visited { color: #85623A; text-decoration: none; }
div#mod_blog a:hover { color: #85623A; text-decoration: none; }
div#mod_blog a:active { color: #85623A; text-decoration: none; }


p#moreblog_btn {
	margin: 15px auto 0;
	text-align: center;
	width: 80%;
	background-color: #BCA891;
	color: #FFFFFF;
	font-size: 120%;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 3px #E2DAD1;
	-webkit-box-shadow: 0 2px 3px #E2DAD1;
	box-shadow: 0 2px 3px #E2DAD1;
}
p#moreblog_btn.open span {
	display: block;
	padding: 12px 10px 12px 0;
	background: transparent url(../../../sp/common/img/i_down.png) no-repeat 80% 50%;
	-webkit-background-size: 13px 8px;
	-moz-background-size: 13px 8px;
	-o-background-size: 13px 8px;
	-ms-background-size: 13px 8px;
	background-size: 13px 8px;
}
p#moreblog_btn.close span {
	display: block;
	padding: 12px 10px 12px 0;
	background: transparent url(../../../sp/common/img/i_up.png) no-repeat 80% 50%;
	-webkit-background-size: 13px 8px;
	-moz-background-size: 13px 8px;
	-o-background-size: 13px 8px;
	-ms-background-size: 13px 8px;
	background-size: 13px 8px;
}

/* ------------------------------------------------------------
	news
------------------------------------------------------------ */
div#mod_news {
	width: 100%;
	margin: 15px 0px 0px 0px;
	-moz-box-shadow: 0 2px 3px #B9B9B9;
	-webkit-box-shadow: 0 2px 3px #B9B9B9;
	box-shadow: 0 2px 3px #B9B9B9;
}
div#mod_news h2, 
div#mod_news h3 {
	margin: 0px;
	padding: 0px;
}
div#mod_news div.newsbox {
	border: 5px solid #C7C7C9;
	background-color: #FAFAFA;
}
div#mod_news div.newsbox a em {
	font-size: 120%;
}
div#mod_news div.inner {
	padding: 0px 10px 15px;
}

div#mod_news p.cat_name {
	width: 90px;
	/*min-width: 30%;*/
	float: left;
	height: 40px;
	padding: 0px;
	margin: 15px 0px 0px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	font-size: 120%;
	background-color: #666699;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	/* white-space: nowrap; */
}
div#mod_news form {
	float: right;
	margin: 5px 0px 0px;
}
div#mod_news form select {
	width: auto;
	height: 40px;
}

div#mod_news dl {
	padding: 0px 0px 15px;
	border-bottom: 1px dotted #BBBBBB;
}
div#mod_news dt {
	width: 37%;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#mod_news dt img {
	border: 1px solid #DDDDDD;
}
div#mod_news dd {
	width: 62%;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#mod_news dd span {
	color: #333333;
}
div#mod_news dd p.icn {
	padding: 6px 0px 0px;
	margin: 0px;
}

div#mod_news a:link { color: #666699; text-decoration: none; }
div#mod_news a:visited { color: #666699; text-decoration: none; }
div#mod_news a:hover { color: #666699; text-decoration: none; }
div#mod_news a:active { color: #666699; text-decoration: none; }


p#morenews_btn {
	margin: 15px auto 0;
	text-align: center;
	width: 80%;
	background-color: #ACACC6;
	color: #FFFFFF;
	font-size: 120%;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 3px #E0E0E9;
	-webkit-box-shadow: 0 2px 3px #E0E0E9;
	box-shadow: 0 2px 3px #E0E0E9;
}
p#morenews_btn a{
	color: #FFFFFF;
}
p#morenews_btn.open span {
	display: block;
	padding: 12px 10px 12px 0;
	background: transparent url(../../../sp/common/img/i_down.png) no-repeat 80% 50%;
	-webkit-background-size: 13px 8px;
	-moz-background-size: 13px 8px;
	-o-background-size: 13px 8px;
	-ms-background-size: 13px 8px;
	background-size: 13px 8px;
}
p#morenews_btn.close span {
	display: block;
	padding: 12px 10px 12px 0;
	background: transparent url(../../../sp/common/img/i_up.png) no-repeat 80% 50%;
	-webkit-background-size: 13px 8px;
	-moz-background-size: 13px 8px;
	-o-background-size: 13px 8px;
	-ms-background-size: 13px 8px;
	background-size: 13px 8px;
}


div#mod_pickup dl {
	padding: 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #CCCCCC;
}
div#mod_pickup dt img {
	border: 1px solid #666699;
}
div#mod_pickup a:link { color: #666666; text-decoration: none; }
div#mod_pickup a:visited { color: #666666; text-decoration: none; }
div#mod_pickup a:hover { color: #666699; text-decoration: underline; }
div#mod_pickup a:active { color: #666699; text-decoration: underline; }


/* ------------------------------------------------------------
	アクセスランキング
------------------------------------------------------------ */
div#mod_ranking {
	width: 100%;
	margin: 15px 0px 0px 0px;
	-moz-box-shadow: 0 2px 3px #B9B9B9;
	-webkit-box-shadow: 0 2px 3px #B9B9B9;
	box-shadow: 0 2px 3px #B9B9B9;
}
div#mod_ranking h2, 
div#mod_ranking h3 {
	margin: 0px;
	padding: 0px;
}

div#mod_ranking p.update {
	text-align: right;
}

div#mod_ranking div.subtitle {
	border: 5px solid #F0F0F0;
	border-top: none;
	border-bottom: none;
	background-color: #FFFFFF;
}
div#mod_ranking div.rankbox {
	border: 5px solid #F0F0F0;
	border-top: none;
	background-color: #FFFFFF;
}
div#mod_ranking div.inner {
	padding: 0px 10px 10px;
}

div#mod_ranking dl {
	padding: 10px 0px;
	margin: 0px;
	border-bottom: 1px dotted #CCCCCC;
}
div#mod_ranking dt.no {
	width: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#mod_ranking dt.tm {
	width: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#mod_ranking dt.tm img {
	border: 1px solid #666699;
}
div#mod_ranking dd {
	width: 98%;
	margin: 0px;
	padding: 0px;
}
div#mod_ranking dd span {
	color: #333333;
}

/* ------------------------------------------------------------
	最新の記事
------------------------------------------------------------ */
div#mod_latest {
	width: 100%;
	margin: 15px 0px 0px 0px;
	-moz-box-shadow: 0 2px 3px #B9B9B9;
	-webkit-box-shadow: 0 2px 3px #B9B9B9;
	box-shadow: 0 2px 3px #B9B9B9;
}
div#mod_latest h2, 
div#mod_latest h3 {
	margin: 0px;
	padding: 0px;
}

div#mod_latest p.update {
	text-align: right;
}

div#mod_latest div.subtitle {
	border: 5px solid #C7C7C9;
	border-top: none;
	border-bottom: none;
	background-color: #FFFFFF;
}
div#mod_latest div.lstbox {
	border: 5px solid #C7C7C9;
	border-top: none;
	background-color: #FFFFFF;
}
div#mod_latest div.inner {
	padding: 0px 10px 0px;
}

div#mod_latest dl {
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	border-bottom: 1px dotted #CCCCCC;
}
/*
div#mod_pickup dt {
	width: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#mod_pickup dt img {
	border: 1px solid #666699;
}
*/
div#mod_latest dd {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div#mod_latest dd span {
	color: #333333;
}


/* ------------------------------------------------------------
	その他
------------------------------------------------------------ */
/* align
-----------------------------------------*/
.ex_alignR{
	text-align:right;
}
.ex_alignC{
	text-align:center;
}

/* small
-----------------------------------------*/
p.ex_small{
	font-size:90%;
}

/* table
-----------------------------------------*/
table.ex_tablestyle{
	width: 100%;
}
table.ex_tablestyle th{
	padding: 5px;
	background-color: #FFFFFF;
	white-space: nowrap;
}
table.ex_tablestyle td{
	padding: 5px;
}
/*
table.ex_tablestyle tr{
  border-bottom:solid 1px #999;
}
table.ex_tablestyle tr:last-child{
  border-bottom:none;
}
*/


/* ex_btn
-----------------------------------------*/
.ex_btn{
  margin: 15px 0 15px 0;
}
.ex_btn p {
  margin: 0 auto;
  text-align: center;
  width: 82%;
  font-size: 110%;
  background-color:#006599;
  /*border-radius*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.ex_btn p a {
  display: block;
  color: #FFF;
  padding: 10px 20px 10px 20px;
  background: transparent url('../../../sp/common/img/i_19.png') no-repeat 93% 50%;
  background-size: 17px;
}

/* ex_marker
-----------------------------------------*/
.ex_marker{
  color:#CC0000;
}
.ex_submarker{
  color:#B5576B;
}

/* ex_listindent
-----------------------------------------*/
ul.ex_listindent{
  padding:0;
}
.ex_listindent li{
  list-style-type:none;
	margin:0 0 0.5em 0;
	text-indent:-1em;
	padding:0 0 0 1em;
  
}
/* marker */
ul.ex_indentlist01{
  padding:0;
}
.ex_indentlist01 li{
  list-style-type:none;
	margin:0 0 0.5em 0;
	padding:0 0 0 15px;
  background: transparent url('../../../sp/common/img/i_14.gif') no-repeat left 3px;
  background-size:9px;
}
.ex_indentlist01 li ul{
  margin:5px 0 0 0;
  padding:0;
}
.ex_indentlist01 li ul li{
	padding:0 0 0 12px;
  background: transparent url('../../../sp/common/img/i_15.gif') no-repeat left 3px;
  background-size:7px;
}

/* ol */
ol {
	padding-left: 20px;
}
ol ol {
	margin-top: 6px;
}
ol li {
	margin-bottom: 0.5em;
}


/* clearfix
-----------------------------------------*/
.ex_clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.ex_clearfix {
	min-height: 1px;
}
* html .ex_clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* mod_linkbanner */
.mod_linkbanner {
	width: 100%px;
	margin: 20px 0px 0px;
}
.mod_linkbanner ul {
	margin: 0px;
	padding: 0px;
}
.mod_linkbanner ul li {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
}
.mod_linkbanner ul li img {
	-moz-box-shadow: 0 1px 3px #B9B9B9;
	-webkit-box-shadow: 0 1px 3px #B9B9B9;
	box-shadow: 0 1px 3px #B9B9B9;
}


/* mod_btn_pagetop */
.mod_btn_pagetop {
	width: 100%px;
	margin: 0px 10px 0px;
}
.mod_btn_pagetop p {
	padding: 0px;
	margin: 0px;
	float: right;
}


/* ------------------------------------------------------------
	select
------------------------------------------------------------ */
/* mod_select */
.mod_select select {
	margin: 10px 0px 10px 0px;
	width: 100%;
}

/* ------------------------------------------------------------
	カテゴリー、テーマ、月別アーカイブ
------------------------------------------------------------ */
div.mod_selecter_box {
	width: 100%;
}
div.mod_selecter_box select {
	padding: 0px;
	margin: 15px 0px 0px;
	width: 100%;
	height: 40px;
}

/* ------------------------------------------------------------
	SNS
------------------------------------------------------------ */
.mod_sns {
	margin: 0px 0px 15px;
}
.mod_sns ul {
	margin: 0px;
	padding: 0px;
}
.mod_sns ul li {
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
}
.mod_sns ul li:last-child {
	padding: 0px 0px 0px 0px;
}

/* ------------------------------------------------------------
	paging
------------------------------------------------------------ */
/*
#paging {
	position:relative;
	overflow:hidden;
	margin: 15px 0 25px 0;
}
#paging p {
	float: left;
}
#paging ul {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#paging ul li {
	display: inline-block;
	text-align: center;
	margin: 0 5px 0 0;
	width: 25px;
	height: 25px;
	color: #FFF;
	line-height: 25px;
	background-color: #0C4990;
}
#paging ul li a {
	display:block;
	color: #FFF;
}
*/

.mod_page_ejection {
	width: 100%;
	border-top: 1px dotted #AFAFAF;
	position: relative;
	margin: 6px 0px 0px;
}
.mod_page_ejection p {
	padding: 0px;
	margin: 12px 0px 0px;
}
.mod_page_ejection p.new {
	width: 100px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #EFEFEF;
}
.mod_page_ejection p.new span {
	display: block;
	padding: 5px 0px 5px 20px;
	background: transparent url(../../../sp/common/img/i_pointer_l.png) no-repeat 7% 50%;
	-webkit-background-size: 8px 12px;
	-moz-background-size: 8px 12px;
	-o-background-size: 8px 12px;
	-ms-background-size: 8px 12px;
	background-size: 8px 12px;
}

.mod_page_ejection p.lst {
	width: 60px;
	overflow: hidden;
	margin: 12px auto 0px;
	text-align: center;
	background-color: #EFEFEF;
}
.mod_page_ejection p.lst span {
	display: block;
	padding: 5px;
}

.mod_page_ejection p.old {
	width: 100px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #EFEFEF;
}
.mod_page_ejection p.old span {
	display: block;
	padding: 5px 0px 5px 10px;
	background: transparent url(../../../sp/common/img/i_pointer_r.png) no-repeat 93% 50%;
	-webkit-background-size: 8px 12px;
	-moz-background-size: 8px 12px;
	-o-background-size: 8px 12px;
	-ms-background-size: 8px 12px;
	background-size: 8px 12px;
}

/* ------------------------------------------------------------
	pageTopR
------------------------------------------------------------ */
div.pageTopR {
	width: 100%;
	margin: 15px 0px 0px;
}
div.pageTopR p.anc {
	width: 64px;
	float: right;
}


#main {
	max-width: 640px;
	background:#fff;
	margin:0 auto;
}


