/******************************************************************************/
/* Reset */
/* LinkColor */
/* Headline */
/* Layout */
/* Header */
/* Breadcrumb */
/* Content */
/* Center LR Column */
/* Decoration */
/* Left Right Column */
/* Left Right Column Title */
/* Left Right Column Content */
/* Footer */
/* for accessibility */
/******************************************************************************/

html,body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Osaka,Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	}
/* Reset */
* {
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
}
/* LinkColor */
a:link {
  color: #2953a3;
  text-decoration: none;
}
a:visited {
  color: #2953a3;
  text-decoration: none;
}
a:hover {
  color: #2953a3;
  text-decoration: underline;
}
a:active {
  color: #279FD3;
}
/* Headline */
h1 {
  font-size: 120%;
  margin: 0px;
  display: inline;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 120%;
  display: inline;
}
h4, h5 {
  font-size: 100%;
}
.mtitle {
  color: #0033cc;
}
.st {
  font-size: 130%;
  display: inline;
  color: #434343;
}
/* Layout */
html, body {
  height: 100%;
}
body {
  font-size: 0.8em;
  color: #333;
  text-align: center;
  background-color: #FFFFFF;
}
body.ShowBlockL0R0 #Wrapper {
  width: 100%;
}
body.ShowBlockL1R0 #Wrapper {
  width: 100%;
}
body.ShowBlockL0R1 #Wrapper {
  width: 100%;
  float: left;
  margin-right: -171px;
}
body.ShowBlockL1R1 #Wrapper {
  width: 100%;
  float: left;
  margin-right: -171px;
}
body.ShowBlockL0R0 #CenterColumn {
  float: left;
  width: 855px;
}
body.ShowBlockL1R0 #CenterColumn {
  float: right;
  width: 100%;
  margin-left: -171px;
}
body.ShowBlockL0R1 #CenterColumn {
  margin-right: 171px;
}
body.ShowBlockL1R1 #CenterColumn {
  width: 100%;
  float: right;
  margin-left: -171px;
}
body.ShowBlockL1R0 #CenterWrapper {
  margin-left: 171px;
}
body.ShowBlockL1R1 #CenterWrapper {
  margin-right: 170px;
  margin-left: 170px;
}
div#Container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 81%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	text-align: left;
}
div#CenterWrapper {
  padding-right: 0px;
  padding-top: 0px;
}
div#CenterWrapper_s {
  padding-right: 0px;
  padding-top: 0px;
}
/* Header */

body {
  margin: 0;            /* ←追加 */
}
div#Header {
  width: 100%;
  height: 120px;
  color: #000000;
  background-color: rgba(14,111,162,0.62);
  padding: 1px;
}
div.Header {
  width: 850px;
  height: 120px;
  color: #fff;
  margin: 0 auto;
  margin-top: 10px;
}
div#Header div.Sitename {
  color: #FFFFFF;
  margin-top: 0px;
  text-align: right;
}
div#Header div.Sitename a {
  width: 457px;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}
div#Header div.Sitename a:hover {
  color: #4768ad;
  font-weight: normal;
  text-decoration: underline;
}
div#Header div.Logo {
  width: 207px;
  float: left;
  padding: 4px;
}
div.Slogan {
	width: 620px;
	margin-top: 30px;
	text-align: left;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 160%;
	min-width: 34px;
	min-height: 35px;
	left: 31in;
	top: 44em;
	margin-right: -2px;
	right: 127%;
	float: left;
	background-image: -webkit-repeating-linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 100%);
	background-image: -moz-repeating-linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 100%);
	background-image: -o-repeating-linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 100%);
	background-image: repeating-linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 100%);
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-indent: 30px;
}
.sm {
  height: 20px;
}
div.Slogan img {
  margin-right: 20px;
}
div.sn_sl {
  width: 453px;
  float: left;
}
div.h_post {
  width: 143px;
  float: right;
  margin-right: 20px;
}
div#Header a:link, div#Header a:visited {
  color: #434343;
  text-decoration: none;
}
/* Breadcrumb */
div#breadcrumb, div#theme_breadcrumbs {
  width: 100%;
  margin-bottom: 5px;
  border-bottom: #DDD solid 1px;
}
/* Top main */
#left_navi {
  width: 350px;
  float: left;
  font-size: 14px;
}
.left_navi {
  width: 339px;
}
#left_navi a {
  color: #0b5fa8;
  font-weight: normal;
  text-decoration: none;
}
#left_navi a:hover {
  color: #4768ad;
  font-weight: normal;
  text-decoration: underline;
}
#right_navi {
  width: 272px;
  height: 270px;
  background: url(http://machipos.net/img/top_post.jpg);
  float: right;
  text-align: center;
}
/* Global navigation */
#gnavi {
  padding: 0;
  width: 100%;
  height: 35px;
  background-color: rgba(14,111,162,0.62);
  margin-bottom: 6px;
}
.gnavi {
  margin: 0 auto;
  padding: 0;
  width: 852px;
  height: 35px;
  text-align: left;
}
#top_map {
  width: 663px;
  height: 408px;
  float: left;
  margin-bottom: 20px;
}
#t_map {
  width: 648px;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.top_post {
  position: absolute;
  top: 165px;
}
/* Content */
div#CenterColumn h2.BlockTitle {
  border-bottom: #DDD dashed 1px;
  margin-bottom: 0px;
}
div#CenterColumn div.BlockContent {
  font-size: 100%;
  line-height: 1.6;
  padding: 0;
  clear: both;
}
div#ModuleContents {
  width: 620px;
  font-size: 100%;
  line-height: 1.6;
  padding: 0;
  clear: both;
}
p {
  margin: 10px 0;
  clear: both;
  margin-bottom: 0px;
}
/* Center LR Column */
div#CenterLColumn {
  float: left;
  width: 49%;
}
div#CenterRColumn {
  float: right;
  width: 49%;
}
div.CenterCblock {
  clear: both;
  margin-bottom: 0px;
}
div.CenterLblock {
  clear: both;
}
div.CenterRblock {
  clear: both;
}
/* Decoration */
ul, ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
em {
  font-style: normal;
  color: #FF0000;
}
/* Left Right Column */
div#LeftColumn {
  float: left;
  width: 170px;
}
div#RightColumn {
  float: right;
  width: 170px;
}
div.LeftBlock, div.RightBlock {
  padding: 10px 0;
}
/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, div#RightColumn h2.BlockTitle {
  margin: 0 0 5px 0;
  padding: 0 10px;
  color: #FFF;
  line-height: 1.5;
  background-color: #666;
}
/* Left Right Column Content */
div#LeftColumn .BlockContent {
  text-align: center;
}
div#RightColumn .BlockContent {
  text-align: left;
  background-color: rgba(255,255,255,0.50);
}
div#LeftColumn .BlockContent p, div#RightColumn .BlockContent p {
  text-align: left;
}
/* Footer */
div#BacktoTop {
	text-align: right;
	margin-top: 0px;
	clear: both;
	font-size: 14px;
}
div#Footer {
	clear: both;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	background-color: rgba(255,255,255,0.50);
	text-align: center;
	font-size: 16px;
}
div#Footer a {
  color: #333;
  font-weight: normal;
  text-decoration: none;
}
div#Footer a:hover {
  color: #4768ad;
  font-weight: normal;
  text-decoration: underline;
}
div#Footer_cp {
  clear: both;
  width: 100%;
  height: 50px;
  margin: 0px;
  border-top: #bdbdbd solid 1px;
  background-color: rgba(0,0,0,0.50);
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}
.cp {
  margin-top: 10px;
}
div#Footer p {
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
}
div#Banner {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
/* はじめての方へ */
.hj_st1 {
	width: 580px;
	color: #279FD3;
	font-size: 24px;
	margin-bottom: 5px;
}
.hj_st2 {
	width: 580px;
	color: #938F8D;
	font-size: 18px;
	margin-bottom: 15px;
}
.hj_st3 {
	width: 580px;
	height: auto;
	color: #FFFFFF;
	font-size: 20px;
	background-color: #279FD3;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.hj_st4 {
	width: 580px;
	color: #000000;
	font-size: 16px;
	background-color: #D1E8F8;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.faq {
  width: 597px;
}
.gd {
  width: 595px;
}
.rp {
	width: 850px;
	font-size: 16px;
}
/* for accessibility */
.Skip {
  position: absolute;
  left: -999em;
}
/* for javarollover */
.imgover {
  vertical-align: bottom;
}
/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 100%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/******************************************************************************/

/* XOOPS Main Menu */
.mainmenu, #usermenu {
  margin: 0;
  padding: 0;
  text-align: left;
}
.mainmenu li, #usermenu li {
  display: inline;
}
.mainmenu a {
  display: block;
  border-bottom: #DDD solid 1px;
  margin: 0 1px;
}
.mainmenu a:hover {
  background-color: #EEE
}
.mainmenu a.menuTop {
  padding: 5px 10px;
}
.mainmenu a.menuMain {
  padding: 5px 10px;
}
.mainmenu a.menuSub {
  padding: 5px 5px 5px 15px;
}
#usermenu a {
  display: block;
  border-bottom: #DDD solid 1px;
  margin: 0 1px;
  padding: 5px 10px;
}
#usermenu a:hover {
  background-color: #EEE
}
#usermenu a.menuTop {
}
#usermenu a.highlight {
  background-color: #FCC;
}
/* XOOPS table */
table {
  margin: 0;
  padding: 0;
}
td {
  padding: 0px;
  vertical-align: top;
  table-layout: fixed;
}
* html td {
  font-size: 0.8em;
} /* IE6 */
.postlist {
  width: 850px;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
.outer {
}
.head {
  background-color: #279FD3;
  padding: 5px;
  border-left: #94C4DF solid 5px;
  color: #FFFFFF;
  text-align: center;
  width: 140px;
  height: 45px;
  vertical-align: middle;
}
.ptt {
  background-color: #94C4DF;
  padding: 3px 5px 3px 15px;
  color: #434343;
  text-align: left;
  width: 120px;
  height: 25px;
  vertical-align: middle;
}
.post {
  background-image: url(http://machipos.net/img/post/post.jpg);
  width: 130px;
  height: 100px;
  font-size: 13px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
.post a {
  color: #434343;
  text-decoration: none;
}
.post a:hover {
  color: #4768ad;
  text-decoration: none;
}
.itemtable {
  width: 655px;
  table-layout: fixed;
}
.item_a {
  text-align: left;
  width: 134px;
  padding: 10px 5px 10px 5px;
}
td.item {
  text-align: left;
  width: 116px;
  padding: 10px 5px 10px 5px;
  line-height: 1.3;
  font-size: 12px;
}
td.item img {
  border : 1px solid #ABABAB;
  margin-bottom: 5px;
}
.even {
  padding: 5px;
  vertical-align: middle;
}
.odd {
  padding: 5px;
  vertical-align: middle;
}
.foot {
  padding: 5px;
}
td.ibox {
  text-align: left;
  width: 20%;
  padding: 10px 5px 10px 5px;
  line-height: 1.3;
  font-size: 12px;
  table-layout: fixed;
}
#itemtable {
  width: 655px;
}
.itbox {
  text-align: left;
  width: 121px;
  height: 195px;
  padding: 10px 5px 10px 5px;
  line-height: 1.3;
  font-size: 12px;
  float: left;
}
.itbox img {
  border : 1px solid #ABABAB;
  margin-bottom: 5px;
}
.itbox a {
  color: #2953a3;
  text-decoration: none;
}
.itbox a:hover {
  color: #2953a3;
  text-decoration: underline;
}
td.ibox img {
  border : 1px solid #ABABAB;
  margin-bottom: 5px;
}
.ibox a {
  color: #2953a3;
  text-decoration: none;
}
.ibox a:hover {
  color: #2953a3;
  text-decoration: underline;
}
tr.even td {
  background-color: rgba(255,255,255,0.50);
  padding: 2px 5px 2px 4px;
}
tr.odd td {
  background-color: rgba(255,255,255,0.50);
  padding: 2px 5px 2px 4px;
  ;
}
/******************************************************************************/

/* XOOPS item */

.itemHead {
  padding: 3px;
  background-color: #666;
  color: #FFF;
      font-size: 24px;

}
.itemInfo {
	text-align: right;
	padding: 3px;
	background-color: #EFEFEF;
}
.itemTitle a {
  font-variant: small-caps;
  color: #FFF;
  background-color: transparent;
      font-size: 24px;

}
.itemPoster {
  font-size: 100%;
}
.itemPostDate {
  font-size: 100%;
}
.itemStats {
    font-size: 24px;
}
.itemBody {
  padding-left: 0px;
  
}
.itemText {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 160%;
	font-size: 18px;
}
.itemText:first-letter {
}
.itemFoot {
  text-align: right;
  padding: 3px;
  background-color: #EFEFEF;
}
.itemAdminLink {
  font-size: 100%;
}
.itemPermaLink {
  font-size: 100%;
}
/* XOOPS Error Msg */
div.errorMsg {
  background-color: #FFCCCC;
  text-align: center;
  border-top: 1px solid #DDDDFF;
  border-left: 1px solid #DDDDFF;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  padding: 10px;
}
div.confirmMsg {
  height: 220px;
  margin-top: 30px;
  background-color: #FFFFFF;
  color: #136C99;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
div.resultMsg {
  height: 220px;
  margin-top: 30px;
  background-color : #FFFFFF;
  color: #333333;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
/* XOOPS Code & Quote */
div.xoopsCode {
  background: #FAFAFA;
  border: 1px inset #000080;
  font-family: "Courier New", Courier, monospace;
  padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
  background-color: #FAFAFA;
  border: #336699 solid 1px;
  padding: 3px;
}
/* XOOPS com */
.comTitle {
  margin-bottom: 2px;
}
.comText {
  padding: 2px;
}
.comUserStat {
  font-size: 10px;
  color: #2F5376;
  border: 1px solid silver;
  background-color: #ffffff;
  margin: 2px;
  padding: 2px;
}
.comUserStatCaption {
  font-weight: normal;
}
.comUserStatus {
  margin-left: 2px;
  margin-top: 10px;
  color: #2F5376;
  font-size: 10px;
}
.comUserRank {
  margin: 2px;
}
.comUserRankText {
  font-size: 10px;
}
.comUserRankImg {
  border: 0;
}
.comUserName {
}
.comUserImg {
  margin: 2px;
}
.comDate {
  font-weight: normal;
  font-style: italic;
  font-size: smaller;
}
.comDateCaption {
  font-style: normal;
}
/*----------------------------------------------------
* 
* タブとよくある質問の指定ココから▽▽▽
* 
----------------------------------------------------*/

.tabContainer {
  width: 595px;
  float: left;
}
/* タブ */
.tabContainer ul.tabMenu li {
  float: left;
  margin-right: 5px;
  padding: 0;
  position: relative;
  letter-spacing: .1em;
}
/* 未選択のタブ */
.tabContainer ul.tabMenu li a {
  display: block;
  float: left;
  padding: 5px 10px;
  border-left: 1px solid #999;
  color: #999;
  text-decoration: none;
}
/* 選択中のタブ */
.tabContainer ul.tabMenu li.active a {
  position: relative;
  top: 1px;
  border-left: 1px solid #595959;
  color: #000;
}
/* カーソルオン時 */
.tabContainer ul.tabMenu li a:hover {
  color: #000;
}
/* Q&A */
.tabContainer dl {
  clear: both;
  width: 595px;
  padding: 5px;
}
/* Q */
.tabContainer dl dt {
  margin: 0 0 5px;
  padding-left: 0px;
}
/* A */
.tabContainer dl dd {
  margin-bottom: 5px;
  padding: 0 10px 0 10px;
}
/* プログラム部分 */
.postitem {
	border: 1px solid #94C4DF;
	padding: 15px;
	width: 609px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#pf_box {
  width: 810px;
  margin-top: 10px;
}
.pf_ed {
  border: 0px solid #94C4DF;
  padding: 0px;
  width: 609px;
  margin-top: 0px;
  margin-bottom: 20px;
  float: right
}
.contact {
  border: 1px solid #94C4DF;
  padding: 15px;
  width: 554px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.postitem img {
  border : 1px solid #ABABAB;
}
.pst_box {
  border: 1px solid #94C4DF;
  padding: 10px;
  width: 619px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pst_box_nb {
  border: 1px solid #94C4DF;
  padding: 10px;
  width: 619px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pst_bi {
  line-height: 140%;
  text-align: left;
}
.post_bt {
  text-align: right;
  margin-right: 25px;
}
.city {
  margin-top: 48px;
}
.post_title {
	width: 850px;
	height: 34px;
	text-align: center;
	padding-top: 9px;
	background-color: #DADADA;
}
#side_pg {
  width: 190px;
  text-align: center;
}
.p_navi {
  width: 151px;
  background-color: #f2f2f2;
  border: #bdbdbd solid 1px;
  padding-bottom: 6px;
  margin-bottom: 25px;
}
.p_navi li {
  height: 23px;
  background-color: #f2f2f2;
  border-bottom: #bdbdbd dashed 1px;
  text-align: left;
  padding-left: 15px;
}
.p_navi a {
  color: #4e4e4e;
  text-decoration: none;
}
.p_navi a:hover {
  color: #4e4e4e;
  text-decoration: underline;
}
.mynavi {
  width: 171px;
  border: #bdbdbd solid 1px;
  margin-bottom: 25px;
}
.mynavi_pf {
  width: 171px;
  border: #bdbdbd solid 1px;
  margin-bottom: 25px;
  float: left;
}
.mn_box_u {
  width: 151px;
  margin: 10px 10px 15px 10px;
  padding-bottom: 15px;
  border-bottom: #bdbdbd dashed 1px;
}
.mn_box_u a {
  color: #2953a3;
  text-decoration: none;
}
.mn_box_u a:hover {
  color: #2953a3;
  text-decoration: underline;
}
.mn_box {
  width: 151px;
  margin: 0px 10px 25px 10px;
}
.mn_box a {
  color: #2953a3;
  text-decoration: none;
}
.mn_box a:hover {
  color: #2953a3;
  text-decoration: underline;
}
.myname {
  width: 171px;
  height: 17px;
  padding: 5px 0px;
  background-image: url(http://machipos.net/img/post/p_u_title.gif);
  font-size: 12px;
  text-align: center
}
#s_news {
  width: 168px;
  border: #bdbdbd solid 1px;
  text-align: left;
}
.snbox {
  width: 148px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
}
.snb {
  width: 148px;
  height: 5px;
  padding-bottom: 5px;
  border-bottom: #bdbdbd dashed 1px;
}
.snb_f {
  width: 148px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 15px;
  border-top: #bdbdbd dashed 1px;
}
/* トップの地名リンクＢＯＸのテーブル */
table#table-map {
  width: 339px;
  border-collapse: collapse;
  border-spacing: 0;
}
table#table-map th {
  padding: 0px;
  line-height: 120%;
  text-align: left;
  white-space: nowrap;
  color: #565656;
}
table#table-map td {
  text-align: left;
  white-space: nowrap;
  padding-right: 0px;
}
.map .odd {
}
/* トップのポストＢＯＸ */
#red_box {
  width: 647px;
  height: 145px;
}
.red_lb {
  width: 314px;
  height: 145px;
  float: left;
}
.red_rbt {
  width: 319px;
  height: 70px;
  margin-left: 14px;
  float: right;
}
.red_rbu {
	width: 170px;
	height: 65px;
	text-align: center;
}
.np {
  height: 30px;
  font-size: 12px;
  color: #2953a3;
  vertical-align: text-top;
}
.np img {
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
#mc {
  margin-left: 20px;
}
/* ご利用ガイド */

.gu_box {
  width: 598px;
  height: 56px;
  margin-top: 24px;
  font-size: 16px;
  color: #2953a3;
  border-bottom: #bdbdbd dashed 1px;
}
.gu_box_u {
  width: 598px;
  height: 220px;
  margin-top: 24px;
  font-size: 16px;
  color: #2953a3;
}
.gu_box_t {
	width: 598px;
	height: 56px;
	margin-top: 0px;
	font-size: 24px;
	color: #878787;
}
.gu_box img {
  vertical-align: middle;
}
.gu_box a {
  font-size: 16px;
  color: #2953a3;
  text-decoration: none;
}
.gu_box a:hover {
  font-size: 16px;
  color: #2953a3;
  text-decoration: underline;
}
.gu_box_u a {
  font-size: 16px;
  color: #2953a3;
  text-decoration: none;
}
.gu_box_u a:hover {
  font-size: 16px;
  color: #2953a3;
  text-decoration: underline;
}
/* グリーンのタイトルバー */
.gr_tbg {
	width: 589px;
	height: 32px;
	padding-left: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #279FD3;
	color: #FFFFFF;
	font-size: 20px;
}
.gr_tbg img {
  vertical-align: middle;
}
.pautop {
	width: 595px;
	text-align: right;
	color: #000000;
}
.pautop a {
	text-decoration: none;
	color: #000000;
}
.pautop a:hover {
	text-decoration: underline;
	color: #000000;
}
.mg_gtx {
  color: #221815;
  font-size: 18px;
}
.cts_link_u {
  width: 595px;
}
.cts_link_u a {
  font-size: 15px;
  color: #2953a3;
  text-decoration: none;
}
.cts_link_u a:hover {
  font-size: 15px;
  color: #2953a3;
  text-decoration: underline;
}
.cts_link {
  width: 595px;
  padding-top: 5px;
  border-top: 1px solid #94C4DF;
}
.cts_link a {
  font-size: 15px;
  color: #2953a3;
  text-decoration: none;
}
.cts_link a:hover {
  font-size: 15px;
  color: #2953a3;
  text-decoration: underline;
}
/* 新規登録 */
  
.butx {
  color: #2953a3;
}
.rgst_box {
  border: 1px solid #94C4DF;
  padding: 10px;
  width: 579px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.rg_ft {
  width: 499px;
  height: 20px;
  margin-left: 190px;
  margin-bottom: 20px;
}
.rg_fin {
  width: 459px;
  height: 25px;
  margin-left: 230px;
  margin-bottom: 20px;
}
.rg_fis {
  width: 444px;
  height: 250px;
  margin-left: 245px;
  margin-bottom: 20px;
}
/* サイトマップ */

.stm {
  width: 297px;
  height: 300px;
  font-size: 14px;
  color: #231815;
  float: left;
}
.stm a {
  font-size: 12px;
  color: #2953a3;
  text-decoration: none;
}
.stm a:hover {
  font-size: 12px;
  color: #2953a3;
  text-decoration: underline;
}
/* PICO */	
.about_breadcrumbs {
  width: 599px;
  font-size: 95%;
  padding: 0 0 3px;
  border-bottom: 0px #aaa solid;
}
.mp_about_breadcrumbs {
  font-size: 95%;
  padding: 0 0 3px;
  border-bottom: 0px #aaa solid;
}
.newstitle {
  color: #7e7e7e;
  font-size: 22px;
}
/* マチポスライフ */
#li_box_h {
  height: 40px;
  width: 850px;
  text-align: right;
  border-bottom: 1px solid #000;
  vertical-align: bottom;
  margin-top: 0px;
}
#li_box_l {
  background: #CCC;
  height: 700px;
  width: 125px;
  padding: 10px;
  float: left;
  font-size: 12px;
  line-height: 150%;
  color: #666;
  text-align: left;
}
#li_box_ra {
  height: 50px;
  width: 680px;
  padding-top: 10px;
  padding-left: 10px;
  margin-left: 160px;
}
#li_box_rb {
  height: 580px;
  width: 690px;
  margin-left: 160px;
  vertical-align: bottom;
}
.shop_n {
  font-size: 12px;
  color: #666;
  text-indent: 10px;
  vertical-align: bottom;
}
.page_n {
  font-size: 16px;
  color: #333;
  vertical-align: bottom;
}
.cou_n {
  height: 100px;
  width: 200px;
  vertical-align: top;
}
.tx_1 {
  font-size: 10px;
  text-align: left;
  color: #666;
  vertical-align: text-top;
  padding-left: 3px;
}
.cop_pr {
  float: right;
  height: 90px;
  width: 100px;
  font-size: 14px;
  background: #EDEDED;
  padding: 5px;
  vertical-align: middle;
  border: 1px double #CCC;
  text-align: center;
}
.cop_jo {
  float: left;
  height: 90px;
  width: 230px;
}
.cou_w {
  border: 1px solid #666;
  height: 100px;
  width: 500px;
}
.couponPrice {
  font-size: 10px;
  color: #333;
  text-align: center;
}
.Price {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.cou_ti {
  font-size: 12px;
}
#coupontitle {
  height: 480px;
  width: 350px;
}
#li_box_h {
  height: 60px;
  width: 850px;
  text-align: right;
  border-bottom: 1px solid #000;
  vertical-align: bottom;
  margin-top: 0px;
}
.shop_nemu {
  color: #333;
  font-size: 12px;
  background: #666;
}
#print_1 {
  height: 30px;
  width: 350px;
  padding-top: 10px;
  font-size: 14px;
  color: #6C0;
  text-align: center;
  float: left;
}
#coupon_img {
  float: left;
  height: 35px;
  width: 150px;
  padding-top: 5px;
}
.coupon_tl {
  float: inherit;
  height: 315px;
  width: 240px;
}
.coupon_tr {
  height: 169px;
  width: 240px;
  float: right;
}
.back_no {
  width: 600px;
}
.back_h {
  height: 600px;
  width: 600px;
  border-top: 1px solid #CCC;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  border-left-color: #CCC;
  padding-top: 10px;
}
.back_h table tr td p {
  padding-right: 12px;
  line-height: 14px;
  font-size: 12px;
}
.back_t {
  font-size: 12px;
  background: #E6E6E6;
  height: 20px;
  width: 598px;
  margin: 0px 0px 20px;
  padding-left: 5px;
  text-align: left;
}
.back_h table tr td a img {
  border: 1px solid #CCC;
}

