@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


/* CSS Document */

/* ---------- globalNav ---------- */

#globalNav ul li#navi-service a{
	width: 123px;
	margin-left: 2px;
	background: url(../../images/common/globalNav.jpg) no-repeat -136px -27px;
}


/* ---------- left menu ---------- */

#menu-title-service {
	background: url(../../images/common/menu-service.gif) no-repeat -180px;
}


/* CSSハック Start */
/* Safari以外適用 */
#menu-service-list a:visited{
	color: #CC0000;
	background-image: url(../../images/common/menu-list-mark.gif);
	background-repeat: no-repeat;
	background-position: -216px 3px;
}

/* Safariのみ適用 */
html:\66irst-child #menu-service-list a:visited{
	color: #CC0000;
	background-image: url(../../images/common/menu-list-mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
/* CSSハック End */


/* ---------- list ---------- */

#list-table{
	border: 2px solid #CCCCCC;
	margin-bottom: 10px;
	width: 100%;
}

#list-table td,
#list-table th{
	padding: 6px 10px;
	border-top: 1px dashed #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#list-table th{
	font-weight: bold;
	font-size: 1.6em;
	background-image: url(../../images/common/back-01.gif);
}

#campaign-table{
	border: 2px solid #999999;
	margin-bottom: 10px;
	width: 100%;
}

#campaign-table td,
#campaign-table th{
	padding: 6px 10px;
	border-top: 1px dashed #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px solid #999999;
}

#campaign-table th{
	font-weight: bold;
	font-size: 1.4em;
	background-image: url(../../images/service/back-01.gif);
	color: #494949;
}

.banner_campaign{
	padding-bottom: 2px;
	margin-top: 30px;
}

.banner-box{
	padding-top: 8px;
}

.banner-box span{
	padding-right: 7px;
}

.one-month{
	/*font-size: 2.2em;
	font-weight: bold;*/
	color: #CC0000;
}

.one-month-yen{
	font-size: 2.2em;
	font-weight: bold;
	color: #CC0000;
}

.one-month-yen span{
	font-size: 0.5em;
	font-weight: bold;
	color: #CC0000;
}

.one-month-yen-s{
	font-size: 1.6em;
	font-weight: bold;
	color: #CC0000;
	text-decoration: line-through;
}

.charge{
	font-size: 0.9em;
	padding-left: 4px;
	color: #9B4E00;
	font-weight: bold;
}

.left-cell{
	width: 80px;
}

.left2-cell{
	width: 60px;
	text-align: center;
}

.left3-cell{
	width: 80px;
}

.campaign-catch{
}

.present{
	font-size: 1.1em;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.75em;
}

.present span{
	font-size: 1.6em;
	font-weight: bold;
	color: #CC0000;
}

.present-inquiry{
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	padding-top: 14px;
}

.arrow-under{
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000;
	padding-left: 40px;
}

#list-link{
	width: 100%;
	font-size: 1.3em;
	line-height: 1.75em;
	padding-bottom: 10px;
}

/* IE7のみ適用 */
*+html #list-link{
	padding-bottom: 0px;
}

/* IE6以下のみ適用 */
* html #list-link{
	padding-bottom: 0px;
}

#list-link li{
	float: left;
	padding-left:10px;
	white-space: nowrap;
}

#list-link li a{
	background-image: url(../../images/common/arrow-02.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px;
	color: #006699;
}

#list-link .hr{
	color: #CCCCCC;
}

#secondary-main-padding h3.list-h3{
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: none;
}

#custom-info{
	font-size: 1.25em;
	color: #FF0000;
	background-color: #FFE8E8;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #FF0000;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 10px;
}

.off{
	margin-bottom: 4px;
}

.off span{
	font-size: 1.6em;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFF33;
}

#back-number{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	width: 550px;
	margin-top: 10px;
	font-size: 15px;
	padding: 20px;
}

#back-number h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 6px;
	color: #000000;
}

#back-number ul{
	padding-left: 20px;
}

#back-number ul li{
	line-height: 2em;
	list-style-type: disc;
}

#secondary-main-padding h3.list-h3{
	margin: 0px;
	padding: 20px 0px 10px;
	border: none;
}

.list-button{
	text-align: center;
	padding-top: 4px;
	padding-bottom: 6px;
}

/* IE7のみ適用 */
*+html .list-button{
	padding-bottom: 6px;
}

/* IE6以下のみ適用 */
* html .list-button{
	padding-bottom: 8px;
}

/* ---------- list-table ---------- */
.list-table{
	border: 2px solid #999999;
	margin-bottom: 10px;
	width: 510px;
}

.list-table td,
.list-table th{
	padding: 6px;
	border-top: 1px dashed #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px solid #999999;
}

.list-table th{
	text-align: center;
	font-weight: bold;
	color: #494949;
}

.list-pr{
	font-weight: bold;
	color: #494949;
	text-align: center;
}

.list-tr-back{
	background-image: url(../../images/service/back-01.gif);
}

.list-tr-back2{
	background-image: url(../../images/service/back-06.jpg);
	font-weight: bold;
	color: #405560;
}

.list-table td span{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 2px;
	display: block;
	margin-top: 2px;
	margin-bottom: 6px;
	text-align: center;
	background-image: url(../../images/service/item_code_back.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E17100;
	border-left-color: #E17100;
}

.item-code{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 2px;
	display: block;
	margin-top: 2px;
	text-align: center;
	background-image: url(../../images/service/item_code_back.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E17100;
	border-left-color: #E17100;
}

.off{
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFF00;
	margin-top: 4px;
}

.sale{
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}

/* ---------- list-table2 ---------- */
.list-table2{
	border: 2px solid #999999;
	margin-bottom: 10px;
	width: 510px;
}

.list-table2 td,
.list-table2 th{
	padding: 6px;
	border-top: 1px dashed #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px solid #999999;
}

.list-table2 th{
	text-align: center;
	font-weight: bold;
	color: #494949;
}

.list-pr2{
	font-weight: bold;
	color: #494949;
	text-align: center;
}

.list-tr-back{
	background-image: url(../../images/service/back-01.gif);
}

.list-tr-back2{
	background-image: url(../../images/service/back-06.jpg);
	font-weight: bold;
	color: #405560;
}

.list-table2 td span{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 2px;
	display: block;
	margin-top: 2px;
	text-align: center;
	background-image: url(../../images/service/item_code_back.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E17100;
	border-left-color: #E17100;
}

.campaign-banner{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

.txt-style {
font-size:130%;
padding-bottom:5px;
letter-spacing:0.04em;
}

