@charset "utf-8";

/* CSS Information ========================
    File Name:   top.css
    Description: TOPページ用CSS
    Last Update: 2010/05/17
======================================== */

@import url("default.css");


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	color: #333;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro",OSAKA,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","MS UI Gothic",verdana,sans-serif;
	line-height: 1.4;
	text-align: center;
	background-image: url(../images/top/bg_body.gif);
	background-repeat: repeat-x;
}

body.secondBody {
	background-image: none;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #006699;
}

a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

a:active {
	text-decoration: none;
	color: #00FFFF;
}



/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/*clearFix*/
#contents:after,
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	width: 900px;
	height: 232px;
	position: relative;
}

#header h1 {
	left: 37px;
	top: 5px;
	position: absolute;
	font-size: small;
	color: #FFFFFF;
}

#header h2 {
	left: 24px;
	top: 28px;
	position: absolute;
}

#header ul#guideNav {
	position: absolute;
	top: 116px;
	left: 436px;
}

#header ul#guideNav li {
	display: inline;
	float: left;
}

table.login {
	position: absolute;
	top: 67px;
	height: 41px;
	margin-left: 14px;
	right: 10px;
}

table.login th {
	padding-right: 7px;
	color: #0066CC;
}

table.login td {
	padding-right: 7px;
}


/*セカンドページ*/
.secondBody #header {
	position: relative;
	top: 0;
	left: 0;
	height: 70px;
	background: url(../images/img_second_head.gif) no-repeat 191px 0;
}

.secondBody #header h1 {
	left: 30px;
	top: 0;
}

.logout {
	position: absolute;
	top: 33px;
	right: 0px;
	display: block;
	border: 1px solid #BBDCE3;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

ul#nav {
	width: 885px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 3px;
}

ul#nav li {
	display: inline;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 2px;
}

ul#nav li a {
	display: block;
	color: #333333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

ul#nav li a:hover {
	color: #FC6E0F;
	text-decoration: none;
	background-color: #FFFFFF;
}




/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	text-align: left;
	margin: 0;
	background: url(../images/top/bg_head.jpg) repeat-x 0 0;
}

.secondBody #page {
	background-image: url(../images/bg_second_head.gif);
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 870px;
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 30px;
	padding-top: 30px;
}

.secondBody #contents {
	padding-top: 0;
}

#left {
	width: 600px;
	float: left;
}

#right {
	float: right;
	width: 250px;
	overflow: hidden;
}

#contents .pageTop {
	float: right;
	text-align: right;
	padding-top: 20px;
	height: 18px;
}

#contents .pageTop a {
	background-color: #eee;
	padding: 2px 4px;
	font-size: 10px;
	color: #777;
	display: block;
}

#contents .pageTop a:hover {
}

#subNav {
	padding-top: 20px;
	float: left;
	height: 18px;
}

#subNav li {
	padding: 0 1em;
	display: inline;
	border-left: 1px solid #069;
}

#subNav li.first {
	border-left: none;
	padding-left: 0;
}


.column {
	clear: both;
}

#bgR-rakkun  {
	padding: 0 150px 0 10px;
	background: url(../images/top/item01_illust.gif) no-repeat right bottom;
}

#bgR-rakkun ul {
	margin-left: 1em;
}

#left .column h3 {
	padding-bottom: 5px;
}

#right .column h3 {
	padding-bottom: 5px;
	clear: both;
}

.column p.txt1 {
	padding-left: 10px;
}

ul.feat {
}

ul.feat li {
	display: inline;
	float: left;
	margin-bottom: 10px;
	width: 290px;
	margin-left: 10px;
}

ul.feat li h4 {
	color: #0066CC;
	font-size: small;
}

.column ul#item03 {
}

.column ul#item03 li {
	width: 288px;
	display: inline;
	float: left;
	margin: 0 0 10px 10px;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-bottom:  1px solid #E0E0E0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.column ul#item03 li h4 {
	margin-right: -1px;
	margin-left: -1px;
}

.column ul#item03 li .inner {
	margin-bottom: 5px;
}

.column ul#item03 li p {
	padding: 10px;
	height: 100%;
}

.column ul#item03 li p.no1 {
	height: 100%;
}

.column ul#item03 li p.no2 {
	background-image: url(../images/top/item3_illust2.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 90px;
	height: 100%;
}

.column ul#item03 li p.no3 {
	background-image: url(../images/top/item3_illust3.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 90px;
	height: 100%;
}

.column ul#item03 li p.no4 {
	background-image: url(../images/top/item3_illust4.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 90px;
	height: 100%;
}

.column dl {
	padding-left: 10px;
	width: 240px;
}

.column dl dt {
	color: #0066CC;
	font-weight: bold;
	font-size: 13px;
}

.column dl dd {
	margin: 0 0 5px 10px;
	font-size: 10px;
}

.column table#login {
	clear: both;
	width: 100%;
}

.column table#login th {
	padding: 3px 0 3px 10px;
	font-size: 13px;
	width: 85px;
}

.column table#login td {
	padding: 3px;
	text-align: right;
}

.column table#login #login_nm,
.column table#login #login_pw {
	width: 98%;
}

#btn-login {
	margin: 0;
	padding: 0;
	background: null;
	background: url(../images/button_off.png) repeat-x left top;
	border-top: 1px solid #884;
	border-left: 1px solid #884;
	border-right: 1px solid #663;
	border-bottom: 1px solid #663;
	cursor: pointer;
	color: #333;
	font-size: 12px;
	width: 72px;
	height: 24px;
	text-decoration: none;
}

#login-form input.login-btn-over {
	border-top: 1px solid #663;
	border-left: 1px solid #663;
	border-right: 1px solid #884;
	border-bottom: 1px solid #884;
	color: #000;
	background: url(../images/button_over.png) repeat-x left bottom;
}

#login-error {
	text-align: right;
	color: #f33;
}
.column table#price {
	display: inline;
	clear: both;
	float: right;
	width: 240px;
	font-size: 12px;
}

.column table#price th {
	padding: 2px 5px;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	white-space: nowrap;
}

.column table#price td {
	padding: 2px 10px;
	border-bottom: 2px solid #FFFFFF;
}

table#aboutPrice {
	margin-left: 10px;
	font-size: inherit;
}

table#aboutPrice td {
	vertical-align: top;
	font-size: 12px;
}

.column dl.flow {
	padding-left: 10px;
}

.column dl.flow dt {
	margin: 0 0 5px 0;
	color: #0066CC;
	font-weight: bold;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	height: 28px;
}

.column dl.flow dt span {
	font-size: 10px;
}

.column dl.flow dd {
	margin: 0 0 5px 35px;
	border-left: 1px solid #CCCCCC;
	padding-left: 5px;
	line-height: 1;
	height: 28px;
}

.column ul#flow {
	width: 240px;
}

.column ul#flow li {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 145px;
	padding-left: 50px;
	display: block;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	float: left;
}

.column ul#flow li.no1 {
	background-image: url(../images/top/item06_icon1.gif)!important;
}

.column ul#flow li.no2 {
	background-image: url(../images/top/item06_icon2.gif)!important;
}

.column ul#flow li.no3 {
	background-image: url(../images/top/item06_icon3.gif)!important;
}

.column ul#flow li.no4 {
	background-image: url(../images/top/item06_icon4.gif)!important;
}

.column ul#flow li.no5 {
	background-image: url(../images/top/item06_icon5.gif)!important;
}

.column ul#flow li.no6 {
	background-image: url(../images/top/item06_icon6.gif)!important;
	padding-bottom: 20px;
}

#item04.column {
	background-image: url(../images/top/item4_illust.gif);
	background-repeat: no-repeat;
	background-position: 620px 0px;
}

#inquiry.column {
	padding-top: 10px;
}





/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	clear: both;
	background-image: url(../images/top/bg_foot.gif);
	background-repeat: repeat-x;
	padding: 5px 0 5px 30px;
	text-align: left;
}

#footer address {
}


/*----------------------------------------------------
	second
----------------------------------------------------*/

#page h3.pagetitle {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0066CC;
	margin-left: 20px;
	padding-left: 7px;
	margin-bottom: 10px;
	display: inline;
}

#page dl#cale_dis {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

#page dl#cale_dis dt {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 7px;
	float: left;
	margin-right: 10px;
}

#page dl#cale_dis dd select {
	border: 1px solid #CCCCCC;
	height: 17px;
}

#page table#cale {
	width: 100%;
	border: 1px solid #CCCCCC;
}

#page table#cale th.we {
	font-size: 10px;
	text-align: center;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding: 1px;
	width: 14.2%;
}

#page table#cale th {
	font-size: 10px;
	background-color: #E8EEF7;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	border: 1px solid #CCCCCC;
}

#page table#cale th.ot {
	color: #999999;
	background-color: #EDEDED;
}

#page table#cale th.sun {
	color: #FF3333;
}

#page table#cale th.sat {
	color: #3366CC;
}

#page table#cale th a {
	text-align: right;
	font-weight: normal;
	display: block;
	float: right;
}

#page table#cale td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}


/* 利用規約ページ
--------------------------------- */
.rules-content h2 {
	font-size: 1.3em;
	text-indent: 10px;
	border-left: 5px solid #9ee;
}

.rules-content p.p1,
.rules-content p.p2 {
	margin: 10px 0;
}

.rules-content dl {
	margin: 15px 0;
}

.rules-content dt {
	font-size: 1.2em;
	margin-top: 1em;
}

.rules-content address {
	margin: 15px 0;
}


/* プライバシーポリシーページ
--------------------------------- */
.privacy-content h2 {
	font-size: 1.3em;
	text-indent: 10px;
	border-left: 5px solid #9ee;
}

.privacy-content p.p1,
.privacy-content p.p2 {
	margin: 10px 0;
}

.privacy-content dl {
	margin: 0 0 15px;
}

.privacy-content dt {
	font-size: 1.2em;
	margin-top: 2em;
}

.privacy-content dt.first {
	margin-top: 1em;
}

.privacy-content ol li {
	margin-left: 3em;
	list-style: decimal outside;
}
