@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+ Contents Style
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@import url("common.css");

/* --------------------------------------------------------------------------------------
 topicPath
--------------------------------------------------------------------------------------- */

#topicPath {
	margin-bottom: 10px;
	background: url(../img/topicpath_bg01_bt.gif) no-repeat left bottom;
}

#topicPath ul {
	padding: 1px 0;
	background: url(../img/topicpath_bg01_tp.gif) no-repeat;
	font-size: 86%;
	overflow: hidden;
}

#topicPath li {
	float: left;
	padding: 6px 0 6px 34px;
	background: url(../img/topicpath_bg02.gif) no-repeat left center;
}

#topicPath .home {
	padding-left: 10px;
	background: none;
}

#topicPath a:link,
#topicPath a:visited {
	color: #000000;
	text-decoration: none;
}
#topicPath a:hover,
#topicPath a:active {
	color: #FF9900;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 title
--------------------------------------------------------------------------------------- */

/* pagetitle -------------------- */

#main h1 {
	width: 664px;
	margin-bottom: 20px;
	background: url(../img/title_bg01_bt.gif) no-repeat left bottom;
}

#main h1 span {
	display: block;
	padding: 30px 20px;
	background: url(../img/title_bg01_tp.gif) no-repeat;
	color: #333333;
	font-size: 166%;
	line-height: 1.3;
	font-weight: bold;
}

#main {
	position: relative;
	z-index: 1;
}

#main .indexTitle {
	width: 664px;
	height: 230px;
	margin-bottom: 20px;
	z-index: 1;
}
#main .indexTitle h1 {
	margin: 0;
	background: none;
}

#main .indexTitle h1,
#main .indexTitle p {
	position: relative;
	height: 100px;
	overflow: hidden;
	z-index: -1;
}

#main .xhtmlTitle {
	background: url(/xhtml/img/index_title.jpg) no-repeat;
}
#main .html5Title {
	background: url(/html5/img/index_title.jpg) no-repeat;
}
#main .smartphoneTitle {
	background: url(/smartphone/img/index_title.jpg) no-repeat;
}
#main .mobileTitle {
	background: url(/mobile/img/index_title.jpg) no-repeat;
}
#main .ipadTitle {
	background: url(/ipad/img/index_title.jpg) no-repeat;
}
#main .cmsTitle {
	background: url(/cms/img/index_title.jpg) no-repeat;
}

/* h2 -------------------- */

.section h2 {
	width: 664px;
	margin-bottom: 20px;
	background: url(../img/title_bg02_bt.gif) no-repeat left bottom;
}

.section h2 span {
	display: block;
	padding: 8px 12px;
	background: url(../img/title_bg02_tp.gif) no-repeat;
	color: #333333;
	font-size: 117%;
	line-height: 1.3;
	font-weight: bold;
}

.section .titleStyle01 {
	display: block;
	margin: 20px 10px 0;
	padding-left: 6px;
	border-left: 6px solid #7EB71A;
	color: #7EB71A;
	font-size: 117%;
	font-weight: bold;
	line-height: 1.3;
}


/* --------------------------------------------------------------------------------------
 box
--------------------------------------------------------------------------------------- */

/* section -------------------- */

.section {
	margin-top: 10px;
	padding-bottom: 20px;
}

.section h3 {
	margin: 15px 10px 0;
}

.section p,
.section ul {
	margin: 10px 0 0 5px;
}

.section .imgRight {
	float: right;
	margin: 0 0 0 20px;
	padding-right: 10px;
}

.section strong {
	color: #FF6666;
	font-weight: bold;
}

/* 2column -------------------- */

.column2 {
	width: 641px;
	margin: 15px 0 0 10px;
	padding-bottom: 20px;
	background: url(../img/box_bg01_bt.gif) no-repeat left bottom;
}
.column2.single {
	width: 312px;
}

.column2 .leftBlock {
	float: left;
	width: 312px;
	background: url(../img/box_bg01_tp.gif) no-repeat;
}

.column2 .rightBlock {
	float: right;
	width: 312px;
	background: url(../img/box_bg01_tp.gif) no-repeat;
}

.column2 .titleStyle01 {
	margin: 15px 16px 0;
}

.column2 p,
.column2 ul {
	margin: 10px 16px 0;
}

.column2 .image {
	padding: 10px 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	text-align: center;
}

/* 3column -------------------- */

.column3 {
	width: 662px;
	margin: 15px 0 25px;
	background: url(../img/box_bg02_rp.gif) repeat-y;
	overflow: hidden;
}
.column3 .bgTp {
	width: 662px;
	background: url(../img/box_bg02_tp.gif) no-repeat;
}
.column3 .bgBt {
	padding: 26px 12px 15px;
	background: url(../img/box_bg02_bt.gif) no-repeat left bottom;
}

.column3 h2 {
	padding-top: 19px;
	text-align: center;
}

.column3 .leftBlock {
	float: left;
	width: 200px;
	margin-right: 19px;
}

.column3 .rightBlock {
	float: right;
	width: 200px;
}

/* btnBlock -------------------- */

.btnBlock {
	position: relative;
	width: 660px;
	height: 73px;
	margin: 20px 0 0 2px;
	background: url(../img/btn_bg01.gif) no-repeat left bottom;
}

.btnBlock h2,
.btnBlock h3 {
	margin: 0;
	padding: 18px 0 0 17px;
	background: none;
}

.btnBlock .btn {
	position: absolute;
	top: 14px;
	right: 19px;
	margin: 0;
}
.btnBlock .btn02 {
	position: absolute;
	top: 18px;
	right: 19px;
	margin: 0;
}

.btnBlock .btn li {
	float: left;
	margin-left: 12px;
}


/* --------------------------------------------------------------------------------------
 text
--------------------------------------------------------------------------------------- */

.leadTxt {
	margin: -10px 10px 20px;
}

.ind01 {
	padding-left: 1em;
	text-indent: -1em;
}

.txtCenter {
	text-align: center;
}

.txtRight {
	text-align: right;
}

.note {
	color: #FF6666;
}

.arw {
	padding-left: 25px;
	background: url(../img/icon_arw.gif) no-repeat 0 0;
}

.required {
	color: #FF6600;
}


/* --------------------------------------------------------------------------------------
 table
--------------------------------------------------------------------------------------- */

/* tableStyle01 -------------------- */

.tableStyle01 {
	width: 640px;
	margin: 10px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
.tableStyle01 th,
.tableStyle01 td {
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

.tableStyle01 .bg th,
.tableStyle01 .bg td {
	background: #EEEEEE;
}

.tableStyle01 .page {
	color: #FF9900;
	font-weight: bold;
}

.tableStyle01 .price {
	color: #CC0000;
}

.tableStyle01.small {
	width: 520px;
}

.tableStyle01.small th,
.tableStyle01.small td {
	width: 50%;
	vertical-align: middle;
}


/* tableStyle02 -------------------- */

.tableStyle02 {
	width: 625px;
	margin: 10px 10px 10px 25px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.tableStyle02 th,
.tableStyle02 td {
	border: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
}

.tableStyle02 th {
	width: 130px;
	padding: 12px 20px;
	background: #EEEEEE;
	font-weight: normal;
}

.tableStyle02 td {
	padding: 12px 10px;
}

.tableStyle02 td span {
	display: block;
	margin-bottom: 2px;
	font-size: 86%;
}

/* tableStyle03 -------------------- */

.tableStyle03 {
	margin: 10px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.tableStyle03 th,
.tableStyle03 td {
	padding: 10px 13px;
	border: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
}

.tableStyle03 th {
	background: #F0FFF0;
	font-weight: normal;
}


/* --------------------------------------------------------------------------------------
 form
--------------------------------------------------------------------------------------- */

.tableStyle02 .inputstyle01 {
	width: 242px;
	padding: 1px 3px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

* html .tableStyle02 .inputstyle01 {
	width: 250px;
	padding: 2px 4px 0;
}

.tableStyle02 .inputstyle02 {
	width: 62px;
	padding: 1px 3px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

* html .tableStyle02 .inputstyle02 {
	width: 70px;
	padding: 2px 4px 0;
}

.tableStyle02 .inputstyle03 {
	width: 92px;
	padding: 1px 3px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

* html .tableStyle02 .inputstyle03 {
	width: 100px;
	padding: 2px 4px 0;
}

.tableStyle02 .textareastyle01 {
	width: 352px;
	height: 96px;
	padding: 1px 3px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 12px;
}

* html .tableStyle02 .textareastyle01 {
	width: 360px;
	height: 100px;
	padding: 1px 3px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 80%;
}


/* --------------------------------------------------------------------------------------
 index
--------------------------------------------------------------------------------------- */

/* mainImg -------------------- */

.index .mainImg {
	position: relative;
	width: 664px;
	height: 296px;
	margin-bottom: 15px;
	padding: 3px 0;
	background: url(/img/main_bg.gif) no-repeat;
	overflow: hidden;
}

.index .mainImg ul {
	padding: 0 3px;
	position: relative;
	}
	
.index .mainImg li {
	height: 74px;
	overflow: hidden;
}

.index .mainImg li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-top: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	width:658px;
	height: 165px;
}

.index .mainImg #mainImg01 a {
	background: url(/img/main_img01.jpg) no-repeat;
	border-top: none;
}

.index .mainImg #mainImg02 a {
	background: url(/img/main_img02.jpg) no-repeat;
}

.index .mainImg #mainImg03 a {
	background: url(/img/main_img03.jpg) no-repeat;
}

.index .mainImg #mainImg04 a {
	background: url(/img/main_img04.jpg) no-repeat;
}

/* service -------------------- */

.index .service {
	width: 664px;
	overflow: hidden;
}

.index .serviceWrap {
	width: 675px;
	margin: 5px -11px 10px 0;
	background: url(/img/index_bg01_rp.gif) repeat-y;
}
.index .serviceWrap .bg {
	padding-bottom: 15px;
	background: url(/img/index_bg01_bt.gif) no-repeat left bottom;
}

.index .serviceBlock {
	float: left;
	width: 214px;
	margin-right: 11px;
}

.index .serviceBlock h3 {
	display: block;
	margin-bottom: 8px;
	padding-top: 13px;
	text-align: center;
	background: url(/img/index_bg01_tp.gif) no-repeat;
}

.index .serviceBlock p {
	display: block;
	padding: 0 13px;
}

.index .serviceBlock .txtCenter {
	margin-top: 10px;
}

/* information -------------------- */

.index .information {
	width: 664px;
	margin: 20px 0;
	padding-bottom: 20px;
	background: url(/img/index_bg02.gif) no-repeat left bottom;
}

.index .information dl {
	margin: 0 25px;
}

.index .information dt {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #D2D2D2;
	color: #0099FF;
}
.index .information dt.first {
	margin-top: 0;
	padding-top: 5px;
	border-top: none;
}

.index .information .spc {
	display: block;
	margin-top: 10px;
}


/* --------------------------------------------------------------------------------------
 about
--------------------------------------------------------------------------------------- */

/* service -------------------- */

.about .service {
	width: 664px;
	padding-bottom: 0;
	background: url(/about/img/index_bg01_rp.gif) repeat-y center top;
	overflow: hidden;
}

.about .service h2 {
	position: relative;
	margin-bottom: 0;
	z-index: 2;
}

.about .serviceWrap {
	position: relative;
	width: 664px;
	padding-bottom: 15px;
	margin-top: -1px;
	background: url(/about/img/index_bg01_bt.gif) no-repeat center bottom;
	z-index: 1;
}

.about .serviceWrap .line {
	width: 635px;
	margin: 20px 0 0 13px;
	border-top: 1px solid #CCCCCC;
}
.about .serviceWrap .first {
	margin-top: 0;
	background: url(/about/img/index_bg01_tp.gif) no-repeat center top;
	border: none;
}

.about .leftBlock {
	float: left;
	width: 196px;
	margin-right: 23px;
	padding-top: 35px;
}

.about .rightBlock {
	float: right;
	width: 196px;
	padding-top: 35px;
}

.about .serviceWrap h3 {
	margin: 0;
	text-align: center;
}

.about .serviceWrap p {
	margin: 10px 0 0;
	padding: 0 11px;
}


/* flowBlock01 -------------------- */

.flowBlock01 {
	width: 662px;
	background: url(/about/img/flow_bg01_tp.gif) no-repeat;
}

.flowBlock01 .clearfix {
	padding: 13px 13px 30px;
	background: url(/about/img/flow_bg01_bt.gif) no-repeat left bottom;
}
.flowBlock01 .last {
	padding-bottom: 14px;
	background: url(/about/img/flow_bg01_bt02.gif) no-repeat left bottom;
}

.flowBlock01.type2 {
	width: 662px;
	margin-top: 25px;
	background: url(/about/img/flow_bg01_tp02.gif) no-repeat;
}

.flowBlock01.type2 .clearfix {
	padding-bottom: 14px;
	background: url(/about/img/flow_bg01_bt03.gif) no-repeat left bottom;
}

.flowBlock01 h3 {
	float: left;
	margin: 0;
}

.flowBlock01 .txt {
	float: right;
	width: 440px;
	min-height: 120px;
	border-left: 1px solid #CCCCCC;
}
* html .flowBlock01 .txt {
	height: 120px;
}

.flowBlock01 .txt ul,
.flowBlock01 .txt p {
	margin: 0 0 0 19px;
	padding-top: 14px;
}

.flowBlock02 h3 {
	margin: 20px 0 0 7px;
}

.flowBlock02 p {
	margin-top: 5px;
}

.flowBlock02 .textBox {
	float: left;
	width: 445px;
}

.flowBlock02 .image {
	float: right;
	width: 204px;
	margin: -21px 0 0 10px;
	border-left: 1px solid #CCCCCC;
}
.flowBlock02 .image img {
	margin-left: 12px;
}
.flowBlock02 .image.fix {
	margin-top: 0;
}

.flowBlock02 .download {
	width: 642px;
	height: 127px;
	margin: 10px 0 0 10px;	
	background: url(/about/img/flow_bg02.gif) no-repeat;
	text-align: center;
	font-size: 0;
}

.flowBlock02 .download dt {
	padding: 14px 0 20px;
}

.flowBlock02 .download dd {
	margin-left: 12px;
}

.flowBlock02 .download a {
	margin-right: 12px;
}

/* planLink -------------------- */

.planLink {
	width: 664px;
	margin-bottom: 25px;
	overflow: hidden;
}

.planLink li {
	float: left;
	margin-right: 1px;
}
.planLink li.end {
	margin-right: 0;
}

.planBack {
	margin-top: -30px;
	text-align: right;
}

#planAnc01,
#planAnc02,
#planAnc03,
#planAnc04,
#planAnc05,
#planAnc06,
#planAnc07 {
	padding-top: 10px;
}

/* --------------------------------------------------------------------------------------
 HTML5
--------------------------------------------------------------------------------------- */

.html5Block01 {
	margin: 0 0 25px;
}

.html5Block01 ul {
	margin: 10px 0;
}

.html5Block01 .html5Note {
	font-size: 86%;
}

.html5Block01 .column3 {
	margin: 15px 0 5px;
}

.html5Block01 .column3 h2 {
	margin-bottom: 0;
	padding-top: 19px;
	text-align: center;
}

.html5Block01 .column3 .bgBt {
	padding-top: 10px;
}

.section .labTitle {
	width: auto;
	margin: 0 5px;
	background: none;
}


/* --------------------------------------------------------------------------------------
 cms
--------------------------------------------------------------------------------------- */

.section .cmsLink {
	width: 664px;
	margin: 10px 0 0;
	overflow: hidden;
}

.cmsLink li {
	float: left;
	margin-right: 4px;
}

.cmsLink li img {
	margin-top: 4px;
}

.cmsTbl th {
	width: 370px;
	text-align: left;
}

.cmsTbl th span.spc {
	display: block;
	margin-top: 10px;
	color: #000000;
	font-weight: normal;
}


/* --------------------------------------------------------------------------------------
 faq
--------------------------------------------------------------------------------------- */

.faqBlock {
	background: url(/faq/img/index_bg01.gif) no-repeat;
}

.faqNav {
	margin-left: 11px;
}

.faqNav li {
	float: left;
	margin-right: 4px;
}

.faqNav li a {
	display: block;
	width: 251px;
	height: 37px;
}

.faqNav li.select img,
.faqNav li.over img {
	visibility: hidden;
}

.faqBlock dl {
	margin: 15px 10px 0;
}

.faqBlock dt {
	min-height: 30px;
	margin-bottom: 5px;
	padding: 8px 0 0 45px;
	background: url(/faq/img/index_icon01.gif) no-repeat;
	color: #669933;
}
* html .faqBlock dt {
	height: 38px;
}
.faqBlock dt.first {
	background: url(/faq/img/index_icon01_f.gif) no-repeat;
}

.faqBlock dd {
	min-height: 30px;
	margin-bottom: 25px;
	padding: 8px 0 0 45px;
	background: url(/faq/img/index_icon02.gif) no-repeat;
}
* html .faqBlock dd {
	height: 38px;
}

.faqBlock dd p {
	margin-top: 10px;
}

.faqBlock dd .ind01 {
	display: block;
}


/* --------------------------------------------------------------------------------------
 law
--------------------------------------------------------------------------------------- */

.tableStyle02.law {
	width: 640px;
	margin: -10px 10px 0 10px;
}


/* --------------------------------------------------------------------------------------
 sitemap
--------------------------------------------------------------------------------------- */

.sitemap {
	margin: 0 0 0 0;
	padding: 0 0 50px 0;
	border-bottom: 1px #cccccc solid;
}

.sitemapLeft {
	float: left;
	width: 290px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

.sitemapRight {
	float: right;
	width: 290px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

.sitemap li {
	margin: 20px 0 0 0;
	padding-left: 17px;
	background: url(/utility/img/sitemap_icon01.gif) no-repeat 0 .15em;
	font-size: 117%;
}

.sitemap li ul {
	margin: 2px 0 0 0;
	padding-top: 10px;
}

.sitemap li ul.bgList {
	margin: 2px 0 0 0;
	padding: 5px 0 6px 0;
	background: #f2f2f2;
}

.sitemap li ul.bgList li {
	display: block;
	float: left;
	width: 195px;
	margin: 0 0 0 5px;
}

.sitemap li li {
	margin: 0 0 0 0;
	padding-left: 12px;
	background: url(/utility/img/sitemap_icon02.gif) no-repeat left center;
	font-size: 86%;
}


/* --------------------------------------------------------------------------------------
 campaign
--------------------------------------------------------------------------------------- */

.campaign {
	position: relative;
}
