@charset "utf-8";

/* ==========================================================
	共通要素
========================================================== */
#service .mainArea {
	background: #f1f2f4;
	padding: 3% 1% 3% 3%;
	overflow: hidden;
	border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
#service .mainArea .leftText .catch {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 30px;
}
#service .mainArea .leftText p {
	font-size: 115%;
}
.blue {
	color: #0085ca;
}

#service a.summary {
	background: url(/images/common/summary_bg.png) 0 1px no-repeat;
	background: url(/images/common/summary_bg_ie8.png) 0 1px no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	display: inline;
	padding: 5px 0 5px 25px;
	margin-left: 20px;
}
#service a.summary:hover {
	background: url(/images/common/summary_bg_on.png) 0 1px no-repeat;
	background: url(/images/common/summary_bg_on_ie8.png) 0 1px no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
#service .attention {
	font-size: 90%;
}
#service .attention.noP {
	padding-left: 0;
}

/* ==========================================================
	各レイアウト
========================================================== */

#service .meritArea,
#service .flowArea,
#service .widelyArea,
#service .secureArea,
#service .caseArea,
#service .payArea {
	overflow: hidden;
}

#service .widelyArea .leftBox,
#service .secureArea .leftBox,
#service .codeArea .leftBox {
	float: left;
	width: 48%;
	margin-right: 2%;
}
#service .widelyArea .rightBox,
#service .secureArea .rightBox,
#service .codeArea .rightBox {
	float: left;
	width: 48%;
}

/*　----ご利用の流れ（credit,maillink,convenience）----　*/

#service .flowArea ul {
	width: 66.4%;
	margin: 0 auto;
	overflow: hidden;
}
#service .flowArea ul li {
	float: left;
	width: 47%;
	margin: 0 5px;
	display: inline-block;
}

/*　----お支払い方法エリア(credit,convenience,emoney)----　*/
#service .payArea .subIcon {
	float: left;
	width:13%;
}
#service .payArea .rightBox {
	float: right;
	width: 85%;
}
#service .payArea .rightBox .subTitle {
	font-size: 130%;
	font-weight: bold;
}

#service .payArea .rightBox ul li {
	float: left;
	width: 22%;
	margin-right: 1%;
}
#service .payArea .grayLine {
	border-bottom: 2px solid #f1f2f4;
	margin: 0  0 50px;
	padding: 50px 0 0;
	clear: both;
}
#service .payArea .payIcon {
	float: left;
	width:13%;
}
#service .payArea .payWay {
	float: right;
	width: 85%;
}
#service .payArea .payWay .payTitle {
	font-size: 130%;
	font-weight: bold;
}

#service .payArea .payWay ul li {
	float: left;
	width: 22%;
	margin-right: 1%;
}

/*　----h4が左右に並ぶレイアウト(webaccout)----　*/
#service .h4row .h4left,
#service .h4row .h4right {
	width: 49%;
	float: left;
	font-size: 120%;
}
#service .h4row .h4left {
	margin-right: 2%;
}

#service .section {
	margin: 0 2%;
}

/*　----メリット(credit,webaccout,convenience)----　*/

#service .meritArea ul {
	overflow: hidden;
}
#service .meritArea ul li {
	float: left;
	width: 32.5%;
	margin: 0 1% 1% 0;
	display: inline-block;
}
#service .meritArea ul li.lastCol {
	margin: 0 0 10px 0;
}


/*　----対応可能な決済サービス(credit,dcmodule)----　*/

#service .grayBox {
	background: #f1f2f4;
	overflow: hidden;
	border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
#service .payserviceArea .payName,
#service .payserviceArea_02 .payName {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 1%;
}
#service .payserviceArea .grayBox{
	width: 47%;
	float: left;
	padding: 1%;
	margin: 0 2% 20px 0;
}

#service .payserviceArea .grayBox.last {
	margin-right: 0;
}
#service .white_r {
	background: #fff;
	padding: 3%;
	border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
#service .payserviceArea .payeasy_img,
#service .payserviceArea .payeasy_text,
#service .payserviceArea_02 ul li {
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
#service .payserviceArea .payeasy_img {
	width: 22.8%;
}

#service .payserviceArea_02 .grayBox{
	padding: 1%;
}

#service .payserviceArea_02 ul li.store_01 { width: 46.8%;}
#service .payserviceArea_02 ul li.store_02 { width: 28.3%;}
#service .payserviceArea_02 ul li.store_03 { width: 24.6%;}


/*　----テーブル(face,ec)----　*/

#service table.detail{
	border-collapse: separate;
	border-bottom: 1px solid #d5dae3;
	margin-bottom: 20px;
}
#service table.detail th {
	font-weight: bold;
	width: 22%;
	vertical-align: top;
}
#service table.detail th,
#service table.detail td {
	padding: 10px;
	border-top: 1px solid #d5dae3;
	border-bottom: 1px solid #d5dae3;
}
#service table.detail tr {
	border-top: 1px solid #d5dae3;
	border-bottom: 1px solid #d5dae3;
}

#service table.detail .bgGray {
	background: #f6f6f6;
	border-bottom: 1px solid #d5dae3;
}


#service table.detail .bgGray th,
#service table.detail .bgGray td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#service table.detail td p {
	border-left: 1px solid #d7dce5;
	padding-left: 10px;
}
/*　----ご購入について(c-check)----　*/

#service table.howtoBuy{
	border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
	border-collapse: separate;
	border-bottom: 1px solid #d5dae3;
}
#service table.howtoBuy tr {
	border-bottom: 1px solid #d5dae3;
}

#service table.howtoBuy .bgGray {
	border-bottom: 1px solid #d5dae3;
}


#service table.howtoBuy th {
	background: #838c9a;
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
	padding: 1%;
}
#service table.howtoBuy td {
	padding: 1%;
	border-top: 1px solid #d5dae3;
	border-bottom: 1px solid #d5dae3;
}
#service table.howtoBuy .first_line td {
	border-top: none;
}
#service table.howtoBuy .left_th {
	border-radius: 7px 0 0 0;
  -webkit-border-radius: 7px 0 0 0;
  -moz-border-radius: 7px 0 0 0;
	padding-left: 1%;
}
#service table.howtoBuy .right_th p {
	border-left: 1px solid #aab1bc;
	padding-left: 1%;
}
#service table.howtoBuy .shopText p {
	border-left: 1px solid #d7dce5;
	padding-left: 1%;
}
#service table.howtoBuy .right_th {
	border-radius: 0 7px 0 0;
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
}
#service table.howtoBuy .shopIcon {
	text-align: center;
	vertical-align: middle;
	width: 15%;
}
#service table.howtoBuy .shopName {
	vertical-align: middle;
	font-weight: bold;
	width: 15%;
}
#service table.howtoBuy .bgGray {
	background: #f6f6f6;
}
#service table.howtoBuy .bgGray td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#service table.howtoBuy .shopIcon p,
#service table.howtoBuy .shopName p,
#service table.howtoBuy .shopText p {
	display: table;
}
#service table.howtoBuy .shopIcon p span,
#service table.howtoBuy .shopName p span,
#service table.howtoBuy .shopText p span {
	display: table-cell;
  vertical-align: middle;
}

/*　----幅の広いフロー(ticketpay,booking)----　*/

#service .wideFlowArea .flowImg {
	width: 67%;
  margin: 50px auto 0;
}
/*　----横幅いっぱいに画像が二つ並ぶレイアウト(maillink,booking)----　*/
#service .featureArea ul,
#service .exampleArea ul {
	overflow: hidden;
}
#service .featureArea ul li,
#service .exampleArea ul li {
	float: left;
	width: 49.5%;
	display: inline-block;
}
#service .featureArea ul li:first-child,
#service .exampleArea ul li:first-child {
	margin-right:1%;
}

/* ==========================================================
	/service/service2.html
========================================================== */

#service.service2 .attention {
	font-size: 90%;
}
#service.service2 .widelyArea .attention {
	text-indent: 0;
}
/*　----メインエリア----　*/

#service.service2 h3 {
	background: url(/images/service/convenience_icon.gif) 100% 0 no-repeat;
	background: url(/images/service/convenience_icon_ie8.gif) 100% 0 no-repeat\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 110px 0 0;
}
#service.service2 .mainArea {
	background: #f1f2f4;
	padding: 2% 3% 1%;
	overflow: hidden;
	border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
/*#service.service2 .mainArea .leftText .catch {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.8;
}*/

#service.service2 .mainArea .rightImg {
	width: 27%;
	float: right;
	margin: 0 0 1% 1%;
}



/*　----事業の形態を問わず幅広くご利用いただけます----　*/

#service.service2 .widelyArea .leftBox .grayBox {
	padding: 3%;
	margin: 5px 0;
}
#service.service2 .widelyArea .leftBox .grayBox ul {
	width: 95%;
	margin: 0 auto;
}
#service.service2 .widelyArea .leftBox .grayBox ul li,
#service.service2 .leftBox .balloonArea ul li {
	float: left;
	width: 45%;
	margin-right: 1%;
	background: url(/images/common/list_blue.png) 0 center no-repeat;
	background: url(/images/common/list_blue_ie8.png) 0 center no-repeat\9;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	padding-left: 16px;
}
#service.service2 .widelyArea .rightBox img {
	width: 70%;
}

/*　----3Dセキュアとは？----　*/

#service.service2 .secureArea .rightBox img,
#service.service2 .codeArea .rightBox img {
	width: 100%;
}
#service.service2 .balloonArea {
	padding: 4px;
	border: 1px solid #dee1e2;
		border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
	margin-top: 10px;
	overflow: hidden;
}
#service.service2 .secureArea .balloonArea ul {
	width: 80%;
	margin: 10px auto;
	overflow: hidden;
}
#service.service2 .secureArea .balloonArea ul li {
	font-size: 110%;
	font-weight: bold;
}
#service.service2 .secureArea .rightBox .balloonArea img {
	width: 100%;
}
#service.service2 .secureArea .rightBox .balloonArea ul li {
	background: url(/images/common/list_trig.png) 0 center no-repeat;
	background: url(/images/common/list_trig_ie8.png) 0 center no-repeat\9;
	-moz-background-size: 6px 8px;
	background-size: 6px 8px;
	padding-left: 16px;
}
#service.service2 .secureArea .balloonArea .btmText {
	margin: 0 2%;
	clear: both;
}

/*　----○○でのお支払い方法----　*/

#content #service .caseArea a .icon,
#content #service .caseArea a .text {
	display: block;
}
#content #service .caseArea a .text_02 {
	clear: both;
	display: inline-block;
	margin-top: 10px;
}


#service.service2 .grayLine {
	border-bottom: 2px solid #f1f2f4;
	margin: 0  0 50px;
	padding: 50px 0 0;
	clear: both;
}




/* ==========================================================
	/service/service1.html
========================================================== */

/*　----メインエリア----　*/

#service.service1 h3 {
	background: url(/images/service/infura_icon.gif) 100% 0 no-repeat;
	background: url(/images/service/infura_icon_ie8.gif) 100% 0 no-repeat\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 110px 0 0;
}
#service.service1 .mainArea .rightImg {
	width: 31.5%;
	float: right;
	margin: 2% 2% 1% 4%;
}
#service.service1 .mainArea .leftText .creditBrand {
	margin: 20px 0 0 1%;
}
#service.service1 .mainArea .leftText .creditBrand .creditTxt {
	display: inline;
	padding: 0 0 0 11px;
  font-size: 100%;
}
#service.service1 .mainArea .leftText .creditBrand .creditImg {
	width: 30%;
  padding: 0 0 0 11px;
}
#service.service1 .payArea .payWay .payTitle {
	margin-bottom: 10px;
}
#service.service1 .servicePrice table.detail {
	border-bottom: none;
}
#service.service1 .servicePrice .tableTitle {
	font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
/* ==========================================================
	/service/service3.html
========================================================== */

/*　----メインエリア----　*/

#service.service3 h3 {
	background: url(/images/service/eco_icon.gif) 100% 0 no-repeat;
	background: url(/images/service/eco_icon_ie8.gif) 100% 0 no-repeat\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 110px 0 0;
}
#service.service3 .mainArea .rightImg {
	width: 29.0%;
	float: right;
	margin: 2% 4% 1% 7%;
}
#service.service3 .mainArea .mainAreaBtn {
	width: 29%;
    margin-top: 20px;
}
#service.service3 .cvOnline {
	margin-bottom: 100px;
}
#service.service3 .payTitle img {
	width: 35%;
  padding: 0 1% 1%;
  vertical-align: middle;
  display: inline;
}

/* ==========================================================
	/service/service4.html
========================================================== */

/*　----メインエリア----　*/

#service.service4 h3 {
	background: url(/images/service/corp_icon.gif) 100% 0 no-repeat;
	background: url(/images/service/corp_icon_ie8.gif) 100% 0 no-repeat\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 110px 0 0;
}
#service.service4 .mainArea .rightImg {
	width: 34.2%;
	float: right;
	margin: 2% 1% 1% 3%;
}
#service.service4 table.howtoBuy {
	border-bottom: none;
}
#service.service4 a.aInline {
	display: inline;
}
#service.service4 .listBlue02 dd {
	font-size: 100%;
	color: #333;
	font-weight: normal;
	line-height: 150%;
	margin-top: 10px;
  text-indent: -15px;
  padding-left: 15px;
}
#service.service4 .listBlue02 dd:first-letter {
	background: url(/images/common/list_blue_02.png) 0 center no-repeat;
	background: url(/images/common/list_blue_02_ie8.png) 0 center no-repeat\9;
	-moz-background-size: 9px 9px;
	background-size: 9px 9px;
	padding-left: 15px;
}

/* ==========================================================
	/service/service5.html
========================================================== */

/*　----メインエリア----　*/

#service.service5 h3 {
	background: url(/images/service/agri_icon.gif) 100% 0 no-repeat;
	background: url(/images/service/agri_icon_ie8.gif) 100% 0 no-repeat\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 110px 0 0;
}
#service.service5 .mainArea .rightImg {
	width: 29.6%;
	float: right;
	margin: 2% 0 1% 7%;
}


/* ==========================================================
	/service/service6.html
========================================================== */

/*　----メインエリア----　*/

#service.service6 h3 {
	background: url(/images/service/webaccout_icon.gif) 100% 0 no-repeat;
	background: url(/images/service/webaccout_icon_ie8.gif) 100% 0 no-repeat\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 110px 0 0;
}
#service.service6 .mainArea .rightImg {
	width: 35.7%;
	float: right;
	margin: 2% 0 1% 7%;
}
#service.service6 .mainArea .triArrow {
	background: url(/images/common/list_trig.png) no-repeat 0 48%;
	background: url(/images/common/list_trig_ie8.png) no-repeat 0 48%\9;
	-moz-background-size: 6px 8px;
	background-size: 6px 8px;
	padding: 0 0 0 24px;
  font-size: 100%;
}
#service.service6 .mainArea .mainAreaBtn {
width: 29%;
margin-top: 20px;
}


/* ==========================================================
	/service/maillink.html
========================================================== */

#service.maillink .mainArea {
	padding: 3% 1px 3% 3%;
}
#service.maillink h3 {
	background: url(/images/service/maillink_icon.gif) 100% 0 no-repeat;
	background: url(/images/service/maillink_icon_ie8.gif) 100% 0 no-repeat\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 110px 0 0;
}
#service.maillink .mainArea .rightImg {
	width: 35%;
	float: right;
	margin: 0 0 0 3%;
}
#service.maillink .listBlue02 dt {
	font-size: 130%;
	color: #0085ca;
	font-weight: bold;
	line-height: 100%;
	margin-top: 20px;
    text-indent: -15px;
    padding-left: 15px;
}
#service.maillink .listBlue02 dt:first-letter {
	background: url(/images/common/list_blue_02.png) 0 center no-repeat;
	background: url(/images/common/list_blue_02_ie8.png) 0 center no-repeat\9;
	-moz-background-size: 9px 9px;
	background-size: 9px 9px;
	padding-left: 15px;
}
#service.maillink .listBlue02 dd {
    padding-left: 15px;
}
#service.maillink .grayBox {
	width: 60%;
	margin: 30px auto 0;
}
#service.maillink .security .pmark {
	width: 90%;
	padding: 5%;
}


/* ==========================================================
	/service/pay-easy.html
========================================================== */

/*　----メインエリア----　*/
#service.payeasy .mainArea {
	position: relative;
}
#service.payeasy .mainArea .rightImg {
	width: 30.1%;
	position: absolute;
	bottom: 18%;
	right: 2%;
}
#service.payeasy .mainArea .leftText {
	width: 65.9%;
}

#service.payeasy h3 {
	background: url(/images/service/pay-easy_icon.gif) no-repeat 100% 0;
	background: url(/images/service/pay-easy_icon_ie8.gif) no-repeat 100% 0\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 110px 0 0;
}

#service.payeasy .mainArea .leftText ul.attention {
	margin-top: 25px;
	margin-left: 1.0em;
}
#service.payeasy .mainArea .leftText ul.attention ul.pdfList {
	margin-left: 1.0em;
}
#service.payeasy .mainArea .leftText ul.attention ul.pdfList li {
	display: inline;
}
#service.payeasy .mainArea .leftText ul.attention ul.pdfList li:first-child {
	margin-right: 20px;
}
#service.payeasy .mainArea .leftText ul.attention > li {
	text-indent: -1.0em;
}
#service.payeasy .mainArea .triArrow {
	background: url(/images/common/list_trig.png) no-repeat 0 50%;
	background: url(/images/common/list_trig_ie8.png) no-repeat 0 50%\9;
	-moz-background-size: 6px 8px;
	background-size: 6px 8px;
	padding: 0 0 0 11px;
}

#service.payeasy .mainArea ul.mainAreaBtn {
	overflow: hidden;
}
#service.payeasy .mainArea ul.mainAreaBtn li a img {
	width: 23.3%;
	float: left;
}
#service.payeasy .mainArea ul.mainAreaBtn li a img:first-child {
	margin-right: 2%;
}


/* ==========================================================
	/service/dcmodule.html
========================================================== */

/*　----メインエリア----　*/

#service.dcmodule h3 {
	background: url(/images/service/dcmodule_icon.gif) no-repeat 100% 0;
	background: url(/images/service/dcmodule_icon_ie8.gif) no-repeat 100% 0\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 110px 0 0;
}


#service.dcmodule h3.plugin {
	background: url(/images/service/dcplugin_icon.png) no-repeat 100% 0;
	background: url(/images/service/dcplugin_icon.png) no-repeat 100% 0\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 110px 0 0;
}



#service.dcmodule .mainArea .rightImg {
	width: 30%;
	float: right;
	margin: 0 2% 0 0;
}

/*　----ショップ様に合った決済方法をお選びいただけます----　*/

#service.dcmodule .choice .choiceImg {
	overflow: hidden;
}
#service.dcmodule .choice .choiceImg p {
	float: left;
}
#service.dcmodule .choice .choiceImg p.img01 {
	width: 31.8%;
}
#service.dcmodule .choice .choiceImg p.img02 {
	width: 4.9%;
}
#service.dcmodule .choice .choiceImg p.img03 {
	width: 63.2%;
}
#service.dcmodule .choice p.img04 {
	width: 6%;
  margin: 20px auto;
}
#service.dcmodule .choice .point {
	text-align: center;
	font-size: 170%;
	line-height: 210%;
	margin-bottom: 40px;
	color: #0085ca;
}
#service.dcmodule .choice .point .fontBig {
	font-size: 170%;
}
#service.dcmodule .choice ul {
	margin-bottom: 20px;
}
#service.dcmodule .choice p.last {
	font-size: 120%;
}

/*　----ECパッケージ決済モジュール----　*/

#service.dcmodule .ecPack {
	margin-bottom: 50px;
}
#service.dcmodule .ecPack .rightBox {
	width: 48%;
	float: right;

}
#service.dcmodule .ecPack .leftBox {
	width: 49%;
	margin: 0 3% 45px 0;
}
#service.dcmodule .ecPack dl dt {
	font-size: 120%;
	color: #0085ca;
	margin-bottom: 5px;
}
#service.dcmodule .ecPack dl dd {
	margin-bottom: 20px;
}
#service.dcmodule .ecBanner {
	width: 27%;
}

#service.dcmodule .ecPack ul.dlArea {
	overflow: hidden;
}
#service.dcmodule .ecPack ul.dlArea li {
	float: left;
	width: 45%;
	font-size: 130%;
	margin: 1.5%;
}
#service.dcmodule .ecPack ul.dlArea li a {
	display: inline;
}
#service.dcmodule .ecPack ul.dlArea li img {
	width: 9.6%;
	vertical-align: middle;
	padding-right: 15px;
}

#service.dcmodule .security p a {
	display: inline;
}

#service.dcmodule #content .service_tileArea .tile {
	width: 48.8%;
	float: left;
	margin: 0.6%;
}
#service.dcmodule #content .moduleTitle {
	font-weight: bold;
	font-size: 140%;
	margin: 0 0 20px;
	border-bottom: 1px dotted #0085ca;
	color: #0085ca;
}


/* ==========================================================
	/service/authorized.html
========================================================== */

/*　----メインエリア----　*/

#service.authorized h3 {
	background: url(/images/service/authorized_icon.gif) no-repeat 100% center;
	background: url(/images/service/authorized_icon_ie8.gif) no-repeat 100% center\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 100px 0 0;
}
#service.authorized .mainArea {
	padding: 3% 0 3% 3%;
}
#service.authorized .mainArea .rightImg {
	width: 30.7%;
	float: right;
	margin: 2% 0 1% 7%;
}
#service.authorized .mainBtmArea {
	background: #f1f2f4;
	padding: 1.5%;
	width: 94.2%;
	margin: 50px auto 0;
	border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
#service.authorized .mainBtmArea .mbImg_01 {
	width: 61.4%;
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
#service.authorized .mainBtmArea .mbImg_02 {
	width: 33.3%;
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
#service.authorized h5 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}
#service.authorized .meritArea {
	margin-bottom: 30px;
}
#service.authorized .meritArea_last {
	margin-bottom: 0;
}
#service.authorized .systemArea {
	border: 2px solid #32a300;
	width: 94.2%;
	margin: 50px auto 0;
	overflow: hidden;
	border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
#service.authorized .systemArea .leftArea {
	width: 40.2%;
	float: left;
}
#service.authorized .systemArea .leftArea p {
	width: 90.6%;
	margin: 0 auto;
}
#service.authorized .systemArea .rightArea {
	width: 59.8%;
	float: right;
	background: #f5fff0;
	height: 100%;
}
#service.authorized .systemArea .rightArea p {
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
	margin-top: 4.5%;
}
#service.authorized .systemArea .rightArea p.system_img {
	width: 66.1%;
	margin: 4% 3% 0;
}
#service.authorized .systemArea .rightArea p.system_btn {
	width: 23.9%;
}
#service.authorized #content .service_tileArea .tile {
	width: 32.1%;
	float: left;
	margin: 0.6%;
}
/* ==========================================================
	/service/ec.html
========================================================== */

/*　----メインエリア----　*/

#service.ec h3 {
	background: url(/images/service/ec_icon.gif) no-repeat 100% center;
	background: url(/images/service/ec_icon_ie8.gif) no-repeat 100% center\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 100px 0 0;
}
#service.ec .mainArea .rightImg {
	width: 32.8%;
	float: right;
	margin: 2% 2% 1% 4%;
}

/*　----機能----　*/

#service.ec .functionArea ul {
	overflow: hidden;
}
#service.ec .functionArea ul li {
	float: left;
	width: 22.9%;
	margin: 0 2% 1.5% 0;
	display: inline-block;
}
#service.ec .functionArea ul li.lastCol {
	margin: 0 0 1.5% 0;
}
#service.ec #content .service_tileArea .tile {
	width: 48.8%;
	float: left;
	margin: 0.6%;
}


/* ==========================================================
	/service/ticketpay.html
========================================================== */

/*　----メインエリア----　*/

#service.ticketpay h3 {
	background: url(/images/service/ticketpay_icon.gif) no-repeat 100% center;
	background: url(/images/service/ticketpay_icon_ie8.gif) no-repeat 100% center\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 100px 0 0;
}
#service.ticketpay h3 .smallFont {
  font-size: 70%;
}
#service.ticketpay .mainArea .rightImg {
	width: 28.3%;
	float: right;
	margin: 2% 2% 1% 4%;
}

/*　---- ----　*/

#service.ticketpay .applyImg {
  width: 48.5%;
}

#service.ticketpay .payArea .payBlock {
	width: 48%;
	float: left;
	margin: 1%;
}
#service.ticketpay .payArea .payIcon {
	float: left;
	width:25%;
}
#service.ticketpay .payArea .payWay {
	float: right;
	width: 70%;
}


/* ==========================================================
	/service/booking.html
========================================================== */

/*　----メインエリア----　*/

#service.booking h3 {
	background: url(/images/service/booking_icon.gif) no-repeat 100% center;
	background: url(/images/service/booking_icon_ie8.gif) no-repeat 100% center\9;
	-moz-background-size: 96px 77px;
	background-size: 96px 77px;
	min-height: 70px;
	display: inline-block;
	padding: 12px 100px 0 0;
}
#service.booking .mainArea .rightImg {
	width: 31.9%;
	float: right;
	margin: 2% 2% 1% 4%;
}
/*　---- ----　*/
#service.booking .flowArrow {
	width: 6.2%;
  margin: 20px auto;
}
#service.booking .point {
	text-align: center;
	font-size: 250%;
	line-height: 140%;
	margin-bottom: 40px;
	color: #0085ca;
}
