@charset "utf-8";

/* -------------------------------------------------------------
CSS Information

 Site URL:		http://www.c-bokuso.co.jp/
 File name:		base.css(http://www.c-bokuso.co.jp/print.css)
 Summary:		all styles
 Created:		2007-10-10
 Last update:	2009-05-12 by Shinsuke Masuda
 Author:		Shinsuke Masuda

Order of description

	- Search key "__" + "id Name or Class Name"

 /__Default style clear
 /__Container					(div#container)
 /__Header						(div#header)
 /__Logo						(div#logo)
 /__Header Column_right			(div#hcolumn_right)
 /__Header Column_right_top		(div#hcolumn_right_top)
 /__Header Nabigation			(div#hnav)
 /__Header Column_right_bottom	(div#hcolumn_right_bottom)
 /__Global Nabigation			(div#gnav)
 /__Topimg						(div#topimg)
 /__Main						(div#main)
 /__Column_left					(div#column_left)
 /__Banner_Buy					(div#bnr_buy)
 /__Banner_Entry				(div#bnr_entry)
 /__Sub Navigation_Category		(div#snav_cate)
 /__Sub Navigation_News			(div#snav_news)
 /__Sub Navigation_Namabokuso	(div#snav_nama)
 /__Sub Navigation_Pasture		(div#snav_past)
 /__Banner_PDfarm				(div#bnr_pdfarm)
 /__Banner_Mobile				(div#bnr_mobile)
 /__Banner_Infomation			(div#bnr_info)
 /__Column_right				(div#column_right)
 /__Important News				(div#Importantnews)
 /__Topic_path					(div#topicpath)
 /__Bread						(div#bread)
 /__Flow						(div#flow)
 /__Contents_01					(div#con_01)
 /__Contents_01 Column_top		(div#c1column_top)
 /__Contents_01 Column_main		(div#c1column_main)
 /__Contents_02					(div#con_02)
 /__Contents_02 Column_top		(div#c2column_top)
 /__Contents_02 Column_left		(div#c2column_left)
 /__Contents_02 Column_bottom	(div#c2column_bottom)
 /__Pagetop						(div#pagetop)
 /__Footer						(div#footer)
 /__Footer Navigation_01		(div#fnav)
 /__Copyright					(div#copyright)
 /__sticker						(div#sticker)
 /__Ajax
 /__Class
 /__CSSHack

-------------------------------------------------------------- */

/* -------------------------------------------------------------
__Default style clear
------------------------------------------------------------- */


/* ---------------------
all
--------------------- */

body,html,h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,textarea,p,blockquote,table,tr,th,td,ol,
ul,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
	color: #151515;
	background-color: #fefefe;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9ad24b;
}

html {
	font-size: 80%;
	overflow-y: scroll;
}

/* ---------------------
h
--------------------- */

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

/* ----------------
h3
---------------- */

h3 {
	font-size: 1.4em;
	margin-left: 27px;
	margin-right: 27px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.base_green #con_01 h3 {
	background-image: url(../img/icon_square-green.gif);
}
.base_red #con_01 h3 {
	background-image: url(../img/icon_square-red.gif);
}
.base_blue #con_01 h3 {
	background-image: url(../img/icon_square-blue.gif);
}

.detail_green #con_01 h3 {
	background-image: url(../img/icon_square-green.gif);
}
.detail_red #con_01 h3 {
	background-image: url(../img/icon_square-red.gif);
}
.detail_blue #con_01 h3 {
	background-image: url(../img/icon_square-blue.gif);
}

/* ----------------
h4
---------------- */

h4 {
	font-weight: 700;
	font-size: 1.1em;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 42px;
	margin-right: 42px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-left-width: 8px;
	border-left-style: solid;
}

.base_green h4,
.detail_green h4 {
	border-left-color: #9ad24b;
}

.base_red h4,
.detail_red h4 {
	border-left-color: #ff6962;
}

.base_blue h4,
.detail_blue h4 {
	border-left-color: #179de2;
}

#con_01 h4.ip,
#con_01 h4.basis,
#con_01 h4.address,
#con_01 h4.contact,
#con_01 h4.delist {
	width: auto;
	height: 50px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 0;
}

/* ----------------
h5
---------------- */

h5 {
	font-weight: 700;
	font-size: 1.0em;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 60px;
	margin-right: 60px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-left-width: 8px;
	border-left-style: double;
}

.base_green h5,
.detail_green h5 {
	border-left-color: #9ad24b;
}

.base_red h5,
.detail_red h5 {
	border-left-color: #ff6962;
}

.base_blue h5,
.detail_blue h5 {
	border-left-color: #179de2;
}

#con_01 h5.ip,
#con_01 h5.basis,
#con_01 h5.address,
#con_01 h5.contact,
#con_01 h5.delist {
	width: auto;
	height: 50px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 0;
}

dl.h5_assist dt {
	font-weight: 700;
	font-size: 1em;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 62px;
	margin-right: 62px;
	padding-left: 8px;
	padding-right: 8px;
}

dl.h5_assist dd {
	padding-left: 82px;
	padding-right: 82px;
}


/* ---------------------
other
--------------------- */

p {
	margin: 0 0 2em;
	line-height: 1.7;
	text-indent: 12px;
}

li {
	list-style-type: none;
	line-height: 1.4;
}

img {
	border: 0px;
}

/* ----------------
table
---------------- */

table {
	font-size: 1em;
	border: 0;
}

*:first-child+html table {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.base_green table,
.detail_green table {
	margin-left: 47px;
	margin-right: 47px;
	margin-bottom: 25px;
	background-color: #9ad24b;
}

.base_green th,
.detail_green th {
	font-weight: normal;
	padding: 6px;
	background-color: #c5e688;
}

.base_green td,
.detail_green td {
	padding: 6px;
	background-color: #fefefe;
}

.detail_red table {
	margin-left: 47px;
	margin-right: 47px;
	margin-bottom: 25px;
	background-color: #f90d00;
}

.detail_red th {
	font-weight: normal;
	padding: 6px;
	background-color: #ffb0ac;
}

.detail_red td {
	padding: 6px;
	background-color: #fefefe;
}


/* ----------------
a
---------------- */

a:link {
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #810081;
	text-decoration: underline;
}

a:hover {
	color: #810081;
	text-decoration: underline;
}

a:active {
	color: #810081;
	text-decoration: underline;
}


/* -------------------------------------------------------------
__Container
------------------------------------------------------------- */

#container {
	width: 760px;
	height: 1%;
	margin: 0 auto;
	padding-bottom: 150px;
}


/* ---------------------------------------------------
__Header
--------------------------------------------------- */

#header {
	width: auto;
	height: auto;
	padding-bottom: 12px;
}


/* -----------------------------------------
__Heder Column_left
----------------------------------------- */

#hcolumn_left {
	width: 260px;
	height: 88px;
	float: left;
}


/* -------------------------------
__Logo
------------------------------- */

#logo {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* -----------------------------------------
__Heder Column_right
----------------------------------------- */

#hcolumn_right {
	display: none;
}


/* -----------------------------------------
__Heder Column_right_top
----------------------------------------- */

#hcolumn_right_top {
	display: none;
}


/* -------------------------------
__Header Navigation
------------------------------- */

#hnav {
	display: none;
}


/* -----------------------------------------
__Heder Column_right_bottom
----------------------------------------- */

#hcolumn_right_bottom {
	display: none;
}


/* -------------------------------
__Global Navigation
------------------------------- */

#gnav {
	display: none;
}


/* -------------------------------
__Header Banner
------------------------------- */

#hbnr {
	display: none;
}


/* -------------------------------
__Cart
------------------------------- */

#cart {
	float: right;
	width: 102px;
	height: 44px;
	padding-left: 10px;
	background-image: url(../img/btn_cart-off.gif);
	background-repeat: no-repeat;
	background-position: 10px 0;
}

#cart p {
	float: left;
}

#cart p.cart_con {	
	width: 102px;
	height: 44px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#cart p.cart_con a {
	display: block;
	width: 102px;
	height: 44px;
}

#cart p.cart_con a.active,
#cart p.cart_con a:focus,
#cart p.cart_con a:hover {
	background-image: url(../img/btn_cart-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/* -------------------------------
__Mypage
------------------------------- */

#mypage {
	float: right;
	width: 180px;
	height: 44px;
	background-image: url(../img/btn_mypage-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#mypage p {
	height: 44px;
	float: left;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#mypage p a {
	display: block;
	height: 44px;
}

#mypage p.mypage_entry a {
	width: 104px;
}

#mypage p.mypage_entry a.active,
#mypage p.mypage_entry a:focus,
#mypage p.mypage_entry a:hover {
	background-image: url(../img/btn_mypage-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/* -------------------------------
__Topimg
------------------------------- */

#topimg {
	display: none;
}


/* ---------------------------------------------------
__Main
--------------------------------------------------- */

#main {
	clear: both;
	width: auto;
	height: auto;
}

#main p {
	padding-left: 47px;
	padding-right: 47px;
}

#main h2  {
	width: auto;
	height: 37px;
}


/* -----------------------------------------
__Column_left
----------------------------------------- */

#column_left {
	display: none;
}


/* -------------------------------
__Banner_Buy
------------------------------- */

#bnr_buy {
	width: 188px;
	height: 89px;
	margin-bottom: 12px;
	background-image: url(../img/bnr_buy-off.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#bnr_buy a {
	display: block;
	width: 188px;
	height: 89px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#bnr_buy a.active,
#bnr_buy a:focus,
#bnr_buy a:hover {
	background-image: url(../img/bnr_buy-on.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/* -------------------------------
__Banner_Entry
------------------------------- */

#bnr_entry {
	width: 188px;
	height: 89px;
	margin-bottom: 12px;
	background-image: url(../img/bnr_entry-off.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#bnr_entry a {
	display: block;
	width: 188px;
	height: 89px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#bnr_entry a.active,
#bnr_entry a:focus,
#bnr_entry a:hover {
	background-image: url(../img/bnr_entry-on.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/* -------------------------------
__Sub Navigation_Category
------------------------------- */

#snav_cate dt {
	width: auto;
	height: 32px;
	background-image: url(../img/snttl_cate.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#snav_cate dt.search {
	width: auto;
	height: 1px;
	background-image: url(../img/line_nav.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#snav_cate dt.q {
	width: auto;
	height: 1px;
	background-image: url(../img/line_nav.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* -------------------------------
__Sub Navigation_Control panel
------------------------------- */

#snav_ctrl dt {
	width: auto;
	height: 32px;
	background-image: url(../img/snttl_ctrl.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}


/* -------------------------------
__Sub Navigation_Namabokuso
------------------------------- */

#snav_nama dt {
	width: auto;
	height: 32px;
	background-image: url(../img/snttl_nama.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}


/* -------------------------------
__Sub Navigation_Pasture
------------------------------- */

#snav_past dt {
	width: auto;
	height: 32px;
	background-image: url(../img/snttl_past.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}


/* -------------------------------
__Sub Navigation_Mypage
------------------------------- */

#snav_mypage dt {
	width: auto;
	height: 32px;
	background-image: url(../img/snttl_mypage.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}


/* -------------------------------
__Banner_PDfarm
------------------------------- */

#bnr_pdfarm {
	width: 188px;
	height: 104px;
	margin-bottom: 12px;
	background-image: url(../img/bnr_pdfarm-off.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#bnr_pdfarm a {
	display: block;
	width: 188px;
	height: 104px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}


#bnr_pdfarm a.active,
#bnr_pdfarm a:focus,
#bnr_pdfarm a:hover {
	background-image: url(../img/bnr_pdfarm-on.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/* -------------------------------
__Banner_Mobile
------------------------------- */

#bnr_mobile {
	width: 188px;
	height: 95px;
	margin-bottom: 24px;
	background-image: url(../img/bnr_mobile-off.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#bnr_mobile a {
	display: block;
	width: 188px;
	height: 95px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}


#bnr_mobile a.active,
#bnr_mobile a:focus,
#bnr_mobile a:hover {
	background-image: url(../img/bnr_mobile-on.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/* -------------------------------
__Banner_Infomation
------------------------------- */

#bnr_info {
	width: 188px;
	height: 236px;
	margin-bottom: 24px;
	background-image: url(../img/bnr_info-off.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#bnr_info a {
	display: block;
	width: 188px;
	height: 236px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}


#bnr_info a.active,
#bnr_info a:focus,
#bnr_info a:hover {
	background-image: url(../img/bnr_info-on.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/* -----------------------------------------
__Column_right
----------------------------------------- */

#column_right {
	width: 760px;
	height: auto;
}


/* ------------------------------------
__Topic_path
------------------------------------ */

#topicpath {
	display: none;
}


/* -------------------------------
__Important news
------------------------------- */

#topicpath.importantnews a {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-right: 5px;
	background-image: url(../img/icon_arrow-red-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#topicpath.importantnews a.active,
#topicpath.importantnews a:focus,
#topicpath.importantnews a:hover {
	background-image: url(../img/icon_arrow-red-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* -------------------------------
__Bread
------------------------------- */

#topicpath.bread ol {
	display: none;
}

#topicpath.bread ol li {
	display: none;
}

#topicpath.bread ol li a {
	display: none;
}


/* -------------------------------
__Flow_Register
------------------------------- */

#flow_register {
	display: none;
}


/* -------------------------------
__Flow_Entry
------------------------------- */

#flow_entry {
	display: none;
}


/* -------------------------------
__Contents_01
------------------------------- */

#con_01 {
	width: auto;
	height: 100%;
	padding-bottom: 27px;
	margin-bottom: 15px;
	background-image: url(../img/bg_main-btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.detail_green #con_01,
.detail_red #con_01,
.detail_blue #con_01 {
	background-image: url(../img/dbg_main-btm.gif);
}

#con_01 ol li ul {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#con_01 ol li ul li {
	padding-top: 5px;
	padding-bottom: 5px;
 	list-style-type: disc;
}

#con_01 a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 19px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: left center;
}

.base_green #con_01 a,
.detail_green #con_01 a {
	background-image: url(../img/icon_arrow-green-off.gif);
}

.base_red #con_01 a,
.detail_red #con_01 a {
	background-image: url(../img/icon_arrow-red-off.gif);
}

.base_blue #con_01 a,
.detail_blue #con_01 a {
	background-image: url(../img/icon_arrow-blue-off.gif);
}

.base_green #con_01 a.active,
.base_green #con_01 a:focus,
.base_green #con_01 a:hover,
.detail_green #con_01 a.active,
.detail_green #con_01 a:focus,
.detail_green #con_01 a:hover {
	background-image: url(../img/icon_arrow-green-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.base_red #con_01 a.active,
.base_red #con_01 a:focus,
.base_red #con_01 a:hover,
.detail_red #con_01 a.active,
.detail_red #con_01 a:focus,
.detail_red #con_01 a:hover {
	background-image: url(../img/icon_arrow-red-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.base_blue #con_01 a.active,
.base_blue #con_01 a:focus,
.base_blue #con_01 a:hover,
.detail_blue #con_01 a.active,
.detail_blue #con_01 a:focus,
.detail_blue #con_01 a:hover {
	background-image: url(../img/icon_arrow-blue-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* ---------------------
__Contents_01 .news
--------------------- */

.news#con_01 dl {
	padding-bottom: 25px;
}

.news#con_01 dl dt {
	font-size: 1.4em;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 27px;
	margin-right: 27px;
	padding-left: 20px;
	background-image: url(../img/icon_square-red.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.news#con_01 dd {
	margin-left: 47px;
	margin-right: 47px;
	background-image: url(../img/icon_arrow-red-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.news#con_01 dd a.active,
.news#con_01 dd a:focus,
.news#con_01 dd a:hover {
	background-image: url(../img/icon_arrow-red-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.news#con_01 dd a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
}

.news#con_01 h3.rss {
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	background-image: url(../img/icon_rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.news#con_01 a,
.news#con_01 a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 19px;
	padding-right: 5px;
	background-image: url(../img/icon_arrow-red-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.news#con_01 a.active,
.news#con_01 a:focus,
.news#con_01 a:hover {
	background-image: url(../img/icon_arrow-red-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* ---------------------
__Contents_01 .mypage
--------------------- */

.mypage#con_01 dl {
	padding-bottom: 25px;
}

.mypage#con_01 dl dt {
	font-size: 1.4em;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 27px;
	margin-right: 27px;
	padding-left: 20px;
	background-image: url(../img/icon_square-blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.mypage#con_01 dd {
	margin-left: 47px;
	margin-right: 47px;
	background-image: url(../img/icon_arrow-blue-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.mypage#con_01 dd a.active,
.mypage#con_01 dd a:focus,
.mypage#con_01 dd a:hover {
	background-image: url(../img/icon_arrow-blue-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.mypage#con_01 dd a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
}


/* ---------------------
__Contents_01 .mypage #mp_form
--------------------- */

.mypage#con_01 #mp_form_ip,
.mypage#con_01 #mp_form_basis,
.mypage#con_01 #mp_form_address,
.mypage#con_01 #mp_form_contact,
.mypage#con_01 #mp_form_delist {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	background-image: url(../img/bg_mpform-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.mypage#con_01 h4.ip {
	background-image: url(../img/ssttl_mpform_ip.gif);
}

.mypage#con_01 h4.basis {
	background-image: url(../img/ssttl_mpform_basis.gif);
}

.mypage#con_01 h4.address {
	background-image: url(../img/ssttl_mpform_address.gif);
}

.mypage#con_01 h4.contact {
	background-image: url(../img/ssttl_mpform_contact.gif);
}

.mypage#con_01 h4.delist {
	height: 30px;
	background-image: url(../img/ssttl_mpform_delist.gif);
	background-position: center top;
}

.mypage#con_01 table {
	width: 416px;
	margin-left: auto;
	margin-right: auto;
}

.mypage#con_01 table td {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mypage#con_01 table td.btmypage {
	padding: 8px;
	text-align: center;
}

.mypage#con_01 table input {
	margin-bottom: 2px;
	padding: 2px;
}

/* ---------------------
__Contents_01 .mypage #prenext
--------------------- */

.mypage#con_01 #prenext {
	width: auto;
	padding-left: 47px;
	padding-right: 47px;
	padding-bottom: 50px;
}

.mypage#con_01 #prenext p {
	width: 64px;
	height: 42px;
	padding: 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

.mypage#con_01 #prenext p.pre {
	float: right;
	width: 64px;
	background-image: url(../img/btn_prenext-blue-off.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.mypage#con_01 #prenext p.pre a.active,
.mypage#con_01 #prenext p.pre a:focus,
.mypage#con_01 #prenext p.pre a:hover {
	background-image: url(../img/btn_prenext-blue-on.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.mypage#con_01 #prenext p a {
	display: block;
	width: 64px;
	height: 42px;
}

.mypage#con_01 #prenext p.next {
	float: left;
	width: 64px;
	background-image: url(../img/btn_prenext-blue-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.mypage#con_01 #prenext p.next a.active,
.mypage#con_01 #prenext p.next a:focus,
.mypage#con_01 #prenext p.next a:hover {
	background-image: url(../img/btn_prenext-blue-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* ---------------------
__Contents_01 .entry
--------------------- */

.entry#con_01 dl {
	padding-bottom: 25px;
}

.entry#con_01 dl dt {
	font-size: 1.4em;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 27px;
	margin-right: 27px;
	padding-left: 20px;
	background-image: url(../img/icon_square-blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.entry#con_01 dd {
	margin-left: 47px;
	margin-right: 47px;
	background-image: url(../img/icon_arrow-blue-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.entry#con_01 dd a.active,
.entry#con_01 dd a:focus,
.entry#con_01 dd a:hover {
	background-image: url(../img/icon_arrow-blue-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.entry#con_01 dd a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
}

.entry#con_01 h3.rss {
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	background-image: url(../img/icon_rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* ---------------------
__Contents_01 .entry #et_form
--------------------- */

.entry#con_01 #et_form_ip,
.entry#con_01 #et_form_basis,
.entry#con_01 #et_form_address,
.entry#con_01 #et_form_contact,
.entry#con_01 #et_form_delist {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	background-image: url(../img/bg_etform-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.entry#con_01 h4.ip {
	background-image: url(../img/ssttl_etform_ip.gif);
}

.entry#con_01 h4.basis {
	background-image: url(../img/ssttl_etform_basis.gif);
}

.entry#con_01 h4.address {
	background-image: url(../img/ssttl_etform_address.gif);
}

.entry#con_01 h4.contact {
	background-image: url(../img/ssttl_etform_contact.gif);
}

.entry#con_01 h4.delist {
	height: 30px;
	background-image: url(../img/ssttl_etform_delist.gif);
	background-position: center top;
}

.entry#con_01 table {
	width: 616px;
	margin-left: auto;
	margin-right: auto;
}

.entry#con_01 table td {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.entry#con_01 table td.btentry {
	padding: 8px;
	text-align: center;
}

.entry#con_01 table input {
	margin-bottom: 2px;
	padding: 2px;
}


/* ---------------------
__Contents_01 .gide
--------------------- */

.gide#con_01 div.gide_box {
	float: left;
	width: 320px;
	padding-left: 50px;
}


/* -------------------------------
__Contents_01 #Column_top
------------------------------- */

#c1column_top {
	width: auto;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	padding-right: 18px;
}

.base_green #c1column_top a,
.base_green #c1column_top a.active,
.base_green #c1column_top a:focus,
.base_green #c1column_top a:hover {
	padding: 2px;
	background-image: none;
}

#c1cateex {
	padding-bottom: 14px;
	background-image:url(../img/line_02.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#c1cateex dl dt {
	width: 135px;
	height: 15px;
	float: left;
	background-image: url(../img/ssc1ttl_cateex.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#c1cateex dl dd {
	padding-left: 135px;
}

#c1cate {
	clear: both;
	padding-top: 14px;
	padding-bottom: 14px;
	background-image:url(../img/line_02.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#c1cate dl dt {
	width: 135px;
	height: 15px;
	float: left;
	background-image: url(../img/ssc1ttl_cate.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

*:first-child+html #c1cate dl dd {
	font-size: 0.6em;
	line-height: 2.2;	
	padding-left: 135px;
}

#c1cate dl dd {
	text-align: right;
	font-size: 0.9em;
	line-height: 1.8;	
	padding-left: 135px;
}

#c1row {
	clear: both;
	padding-top: 14px;
	padding-bottom: 14px;
	background-image:url(../img/line_02.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#c1row dl dt {
	width: 135px;
	height: 15px;
	float: left;
	background-image: url(../img/ssc1ttl_row.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#c1row dl dd {
	text-align: right;
	padding-left: 135px;
}

#c1cart {
	clear: both;
	padding-top: 14px;
	padding-bottom: 14px;
	background-image:url(../img/line_02.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#c1cart dl dt {
	width: 135px;
	height: 15px;
	float: left;
	background-image: url(../img/ssc1ttl_cart.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#c1cart dl dd {
	text-align: right;
	padding-left: 135px;
}


/* -------------------------------
__Contents_01 #Column_main
------------------------------- */

#c1column_main {
	width: auto;
	padding-left: 18px;
}

.base_green #c1column_main a,
.base_green #c1column_main a.active,
.base_green #c1column_main a:focus,
.base_green #c1column_main a:hover {
	padding: 2px;
	background-image: none;
}

#c1column_main .c1itemlist_box {
	float: left;
	width: 243px;
	margin-bottom: 18px;
	margin-right: 18px;
	padding-bottom: 18px;
	background-image: url(../img/bg_itemlist_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#c1column_main .c1itemlist_box dl dt {
	height: 18px;
	background-image: url(../img/bg_itemlist_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#c1column_main .c1itemlist_box dl dd dl dt {
	height: auto;
	background-image: none;
	text-indent: 0;
	font-size: 80%;
	line-height: 1.6;
}

#c1column_main .c1itemlist_box .c1ilbcolumn_left {
	float: left;
	width: 100px;
	padding-left: 18px;
	padding-right: 10px;
}

#c1column_main .c1itemlist_box .c1ilbcolumn_right {
	float: left;
	width: 100px;
}

#c1column_main .c1itemlist_box .c1ilbcolumn_right dl dd {
	padding-top: 2px;
	padding-bottom: 2px;
}


/* -------------------------------
__Contents_01 .register
------------------------------- */

.register#con_01 dl {
	width: auto;
}

.register#con_01 dl dd {
	padding-bottom: 47px;
}

.register#con_01 label {
	display: block;
	cursor: pointer;
}


/* -------------------------------
__Contents_02
------------------------------- */

#con_02 {
	width: auto;
	height: auto;
	padding-bottom: 40px;
	margin-bottom: 15px;
	background-image: url(../img/bg_main-btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#con_02 p {
	margin: 0;
}


/* ----------------------------
__Contents_02_01
---------------------------- */

#con_02_01 {
	padding-bottom: 40px;
	background-image: url(../img/line_01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}


/* --------------------------
__Contents_02 Column_top
-------------------------- */

#c2column_top_01 {
	width: auto;
	background-image: url(../img/line_c2column_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* --------------------------
__Contents_02 Column_main
-------------------------- */

#c2column_main_01 {
	width: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 47px;
	padding-right: 47px;
}


/* ---------------------
__Contents_02 Column_main_left
--------------------- */

#c2column_main_left_01 {
	float: left;
	width: 200px;
	height: 150px;
}


/* ---------------------
__Contents_02 Column_main_right
--------------------- */

#c2column_main_right_01.outline {
	float: left;
	width: 244px;
	height: auto;
	padding-left: 20px;
	padding-bottom: 20px;
	background-image: url(../img/bg_outline-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#c2column_main_right_01.outline dl dt {
	width: 240px;
	height: 20px;
	background-image: url(../img/bg_outline-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#c2column_main_right_01.outline dl dd {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
}

/* --------------------------
__Contents_02 Column_bottom
-------------------------- */

#c2column_bottom_01 {
	clear: left;
	width: 464px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 47px;
	padding-right: 47px;
	background-image: url(../img/bg_reco-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#c2column_bottom_01 dl.reco dt {
	width: auto;
	height: 20px;
	background-image: url(../img/bg_reco-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#c2column_bottom_01 dl dd.reco_left {
	float: left;
	width: 276px;
	padding-left: 25px;
	padding-right: 25px;
}

dd.btincart {
	float: right;
	width: 112px;
	width: 92px;
	padding-top: 10px;
	padding-right: 45px;
}


/* -------------------------------
__Pagetop
------------------------------- */

#pagetop {
	float: right;
	position: fixed;
	width: 39px;
	height: 42px;
	right: -7px;
	bottom: 39px;
	background-image: url(../img/btn_pagetop-off.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#pagetop a {
	float: right;
	display: block;
	width: 39px;
	height: 42px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#pagetop a.active,
#pagetop a:focus,
#pagetop a:hover {
	background-image: url(../img/btn_pagetop-on.gif);
	background-repeat: no-repeat;
	background-position: right center;
}



/* ---------------------------------------------------
__Footer
--------------------------------------------------- */

#footer {
	width: auto;
	height: auto;
	margin-top: 40px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9ad24b;
}


/* -------------------------------
__Footer Navigation
------------------------------- */

#fnav {
	display: none;
}


/* -------------------------------
__Copyright
------------------------------- */

#copyright {
	width: 285px;
	height: 33px;
	float: right;
}


/* -------------------------------
__sticker
------------------------------- */

#sticker {
	position: absolute;
	top: 0px;
	left: 0;
	text-indent: 0;
}


/* -------------------------------
__Ajax
------------------------------- */

/* -----------
__Ajax - #wrapscroll
------------ */

#movable {
}

/* -----------
__Ajax - #dock_menu

#hit_area {
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu_holder {
	width: auto;
	height: 50px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: center;
}

#hit_area2 {
	width: auto;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
} */


/* -----------
__Ajax - CSS Browser Selector
----------- */
.ie {
	font-size: 0.75em;
	word-wrap: break-word;
}

.ie7 {
	font-size: 0.75em;
	white-space: pre-wrap;
}

.gecko {
	font-size: 68%;
}

.win.gecko {
	font-size: 0.75em;
}

.linux.gecko {
	font-size: 68%;
}

.opera {
	font-size: 0.75em;
}

.konqueror {
	font-size: 66%;
}

.webkit {
	font-size: 66%;
}

.no_js { font-size: 66%; }
.has_js { font-size: 66%; }
.js .no_js { font-size: 66%; }
.js .has_js { font-size: 66%; }


/* -------------------------------
__Class
------------------------------- */

/* ---------------------
.float
--------------------- */

.float-left {
	float: left;
	padding-right: 10px;
}
.float-right {
	float: right;
	padding-left: 10px;
}

.float-clear {
	clear: both;
}


/* ---------------------
.align
--------------------- */

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}


/* ---------------------
.color
--------------------- */

.color-green {
	color: #9ad24b;
}

.color-red {
	color: #f90d00;
}

.color-gray {
	color: #999999;
}

.color-black {
	color: #151515;
}


/* ---------------------
.bg
--------------------- */

.bg-white {
	background-color: #fefefe;
}

.bg-red {
	background-color: #ff5249;
}

.bg-green {
	background-color: #9ad24b;
}

.bg-blue {
	background-color: #179de2;
}


/* ---------------------
.font
--------------------- */

.fweight-700 {
	font-weight: 700;
}


/* ---------------------
.h
--------------------- */

.h2_assist {
	text-indent: 0;
	padding-top: 20px;
}


/* ---------------------
.indent
--------------------- */

.tindent-0 {
	text-indent: 0;
}


/* ---------------------
.link
--------------------- */

#con_01 .link_none a,
#con_01 a.link_none,
.mypage#con_01 #prenext p a {
	padding: 0;
	background-image: none;
}

#con_01 a.link_none,
#con_01 .link_none a.active,
#con_01 .link_none a:focus,
#con_01 .link_none a:hover,
.mypage#con_01 #prenext p a.link_none,
.mypage#con_01 #prenext p a.active,
.mypage#con_01 #prenext p a:focus,
.mypage#con_01 #prenext p a:hover {
	background-image: none;
}


/* ---------------------
.line
--------------------- */

.line_02 {
	background-image: url(../img/line_02.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


/* ---------------------
.padding
--------------------- */

.padl_0 {
	padding-left: 0;
}


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

#con_01 ul.list_check-green li {
	line-height: 1.8;
	margin-left: 47px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../img/icon_check-green.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}


#con_01 ul.list_check-red li {
	line-height: 1.8;
	margin-left: 47px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../img/icon_check-red.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#con_01 ul.list_check-blue li {
	line-height: 1.8;
	margin-left: 47px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../img/icon_check-blue.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#con_01 ul.list_excl li {
	color: #f90d00;
	margin-left: 64px;
	margin-right: 47px;
	padding-left: 15px;
	background-image: url(../img/icon_excl.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}

#con_01 ul.list_excl {
	margin-bottom: 20px;
}


#con_01 ul.list_ul-normal {
	margin-bottom: 20px;
}

#con_01 ul.list_ul-normal li {
	margin-left: 67px;
	margin-right: 47px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: disc;
	list-style-position: inside;
}

#con_01 ul.list_ul-link {
	margin-bottom: 20px;
}

#con_01 ul.list_ul-link li {
	margin-left: 47px;
	margin-right: 47px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#con_01 ol.list_ol-normal {
	padding-bottom: 10px;
	margin-left: 74px;
	margin-right: 47px;
}

#con_01 ol.list_ol-normal li {
	padding-top: 5px;
	padding-bottom: 5px;
 	list-style-type: decimal;
}

#con_01 dl.list_dl-normal {
	padding-bottom: 40px;
	margin-left: 60px;
	margin-right: 60px;
}

#con_01 dl.list_dl-normal dt {
	font-weight: 700;
}


/* ---------------------
other
--------------------- */

.btentry input {
	padding: 8px;
	text-align: center;
}

.excl {
	color: #f90d00;
	padding-left: 15px;
	background-image: url(../img/icon_excl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#con_01 p.excl {
	color: #f90d00;
	margin-left: 47px;
	padding-left: 15px;
	text-indent: 0;
	background-image: url(../img/icon_excl.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}


/* -------------------------------
__CSSHack
------------------------------- */

/* -----------
clearfix
----------- */

/* IE以外のモダンWebブラウザ向けの指定*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* IE7およびMac版IE5向けの指定*/
.clearfix { display: inline-block; }

/* IE6以前向けの指定*/
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* -------------------------------
__fp10th
------------------------------- */

#snav {
	display: none;
}

.detail_yellow_top #snav {
	background-image: url(../img/bg_snav_fp10th_top.gif);
}

#snav ul,
#snav ul li {
	float: left;
}

#snav ul {
	width: 760px;
	height: 57px;
	background-image: url(../img/btn_snav_fp10th.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
}

.detail_yellow_top #snav ul {
	background-image: url(../img/btn_snav_fp10th_top.gif);
}


#snav li a {
	display: block;
	height: 42px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin-top: 15px;
}

#snav ul li.snav_top a {
	width: 85px;
}
#snav ul li.snav_about a {
	width: 80px;
}
#snav ul li.snav_method a {
	width: 81px;
}
#snav ul li.snav_flow a {
	width: 93px;
}
#snav ul li.snav_access a {
	width: 106px;
}
#snav ul li.snav_enjoy a {
	width: 89px;
}
#snav ul li.snav_memories a {
	width: 90px;
	height: 57px;
	margin-top: 0;
}

#snav ul li.snav_top a.active,
#snav ul li.snav_top a:focus,
#snav ul li.snav_top a:hover {
	background-image: url(../img/btn_snav_fp10th.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

#snav ul li.snav_about a.active,
#snav ul li.snav_about a:focus,
#snav ul li.snav_about a:hover {
	background-image: url(../img/btn_snav_fp10th.gif);
	background-repeat: no-repeat;
	background-position: -85px bottom;
}

#snav ul li.snav_method a.active,
#snav ul li.snav_method a:focus,
#snav ul li.snav_method a:hover {
	background-image: url(../img/btn_snav_fp10th.gif);
	background-repeat: no-repeat;
	background-position: -165px bottom;
}

#snav ul li.snav_flow a.active,
#snav ul li.snav_flow a:focus,
#snav ul li.snav_flow a:hover {
	background-image: url(../img/btn_snav_fp10th.gif);
	background-repeat: no-repeat;
	background-position: -246px bottom;
}

#snav ul li.snav_access a.active,
#snav ul li.snav_access a:focus,
#snav ul li.snav_access a:hover {
	background-image: url(../img/btn_snav_fp10th.gif);
	background-repeat: no-repeat;
	background-position: -339px bottom;
}

#snav ul li.snav_enjoy a.active,
#snav ul li.snav_enjoy a:focus,
#snav ul li.snav_enjoy a:hover {
	background-image: url(../img/btn_snav_fp10th.gif);
	background-repeat: no-repeat;
	background-position: -445px bottom;
}

#snav ul li.snav_memories a.active,
#snav ul li.snav_memories a:focus,
#snav ul li.snav_memories a:hover {
	background-image: url(../img/btn_snav_fp10th.gif);
	background-repeat: no-repeat;
	background-position: -505px bottom;
}

.detail_yellow_top #snav ul li.snav_top a.active,
.detail_yellow_top #snav ul li.snav_top a:focus,
.detail_yellow_top #snav ul li.snav_top a:hover,
.detail_yellow_top #snav ul li.snav_about a.active,
.detail_yellow_top #snav ul li.snav_about a:focus,
.detail_yellow_top #snav ul li.snav_about a:hover,
.detail_yellow_top #snav ul li.snav_method a.active,
.detail_yellow_top #snav ul li.snav_method a:focus,
.detail_yellow_top #snav ul li.snav_method a:hover,
.detail_yellow_top #snav ul li.snav_flow a.active,
.detail_yellow_top #snav ul li.snav_flow a:focus,
.detail_yellow_top #snav ul li.snav_flow a:hover,
.detail_yellow_top #snav ul li.snav_access a.active,
.detail_yellow_top #snav ul li.snav_access a:focus,
.detail_yellow_top #snav ul li.snav_access a:hover,
.detail_yellow_top #snav ul li.snav_enjoy a.active,
.detail_yellow_top #snav ul li.snav_enjoy a:focus,
.detail_yellow_top #snav ul li.snav_enjoy a:hover,
.detail_yellow_top #snav ul li.snav_memories a.active,
.detail_yellow_top #snav ul li.snav_memories a:focus,
.detail_yellow_top #snav ul li.snav_memories a:hover {
	background-image: url(../img/btn_snav_fp10th_top.gif);
}

#snav ul li.snav_memories {
	text-indent: -9999px;
}

.detail_yellow_top #con_01 {
	padding: 20px 25px 70px 25px;
	background-image: url(../img/bg_fp10th_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.detail_yellow #con_01,
.detail_yellow_enjoy #con_01,
.detail_yellow_entry #con_01 {
	padding: 19px 25px 163px 25px;
	background-image: url(../img/bg_fp10th.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

h3,
h4 {
	margin: 0;
	padding: 10px 0;
	border: none;
}

h4 {
	font-size: 99%;
	margin: 0 10px;
	padding: 25px 28px 15px 28px;
	background-image: url(../img/icon_fp10th_sttl.gif);
	background-repeat: no-repeat;
	background-position: left 1.8em;
}

.detail_yellow_enjoy h4 {
	font-size: 99%;
	margin: 0;
	padding: 0;
	background-image: none;
}

.detail_yellow_enjoy h4.base {
	font-size: 99%;
	margin: 0 10px;
	padding: 25px 28px 15px 28px;
	background-image: url(../img/icon_fp10th_sttl.gif);
	background-repeat: no-repeat;
	background-position: left 1.8em;
}

.movie {
	width: 276px;
	height: 206px;
	float: left;
	margin: 15px 0 0 4px;
	padding: 2px;
	/*background-image: url(../img/bg_fp10th_top_movie.png);*/
	background-repeat: repeat;
	background-position: left top;
}

.btn_about {
	width: 245px;
	float: right;
	margin: 60px 0 0 0;
	padding: 0;
}

.btn_about p {
	margin: 0 !important;
}

.btn_about .fpmore {
	width: 225px;
	height: 50px !important;
	background-image: url(../img/btn_fp10th_fpmore.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 !important;
	padding: 0 !important;
}

.btn_about .fpmore a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

.btn_about .fpmore a.active,
.btn_about .fpmore a:focus,
.btn_about .fpmore a:hover {
	margin: 0 !important;
	padding: 0 !important;
	background-image: url(../img/btn_fp10th_fpmore.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 0 bottom !important;
}

#con_01 p {
	padding: 0 20px;
	margin: 0;
	text-indent: 0;
}

.detail_yellow table {
	margin: 0 20px 12px 20px;
	background-color: #9ad24b;
}
.detail_yellow th {
	font-weight: normal;
	padding: 6px;
	background-color: #c5e688;
}

.detail_yellow td {
	padding: 6px;
	background-color: #fefefe;
	line-height: 1.4;
}

.excl,
.list_ul-link li {
	margin: 0 15px !important;
}

.list_ol-normal {
	margin-left: 47px !important;
}

.rule {
	width: 225px;
	height: 50px !important;
	background-image: url(../img/btn_fp10th_rule.gif);
	background-repeat: no-repeat;
	background-position: 20px 12px;
}

.rule a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

.rule a.active,
.rule a:focus,
.rule a:hover {
	padding: 0 !important;
	background-image: url(../img/btn_fp10th_rule.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 0 bottom !important;
}

.detail_yellow_enjoy .imgbox {
	clear: left;
	padding-top: 25px;
	padding-bottom: 15px;
}

.detail_yellow_enjoy .imgbox .img {
	width: 200px;
	float: left;
	padding-left: 13px;
}

.detail_yellow_enjoy .imgbox .ex {
	width: 480px;
	float: left;
	padding-left: 17px;
}

.detail_yellow_enjoy .imgbox .ex p {
	padding-left: 10px !important;
}

.detail_yellow_enjoy .imgbox .ex p.excl {
	background-position: 0 0.2em !important;
	margin-right: 0 !important;
	padding-left: 15px !important;
}

.detail_yellow_entry #con_01 #et_form_ip,
.detail_yellow_entry #con_01 #et_form_basis,
.detail_yellow_entry #con_01 #et_form_address,
.detail_yellow_entry #con_01 #et_form_contact,
.detail_yellow_entry #con_01 #et_form_delist,
.detail_yellow_entry #con_01 #et_form_cm,
.detail_yellow_entry #con_01 #et_form_suspension,
.detail_yellow_entry #con_01 #et_form_companion,
.detail_yellow_entry #con_01 #et_form_animal {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	background-image: url(../img/bg_etform-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.detail_yellow_entry #con_01 h4.ip {
	background-image: url(../img/ssttl_etform_ip.gif);
}

.detail_yellow_entry #con_01 h4.basis {
	background-image: url(../img/ssttl_etform_basis.gif);
}

.detail_yellow_entry #con_01 h4.address {
	background-image: url(../img/ssttl_etform_address.gif);
}

.detail_yellow_entry #con_01 h4.contact {
	background-image: url(../img/ssttl_etform_contact.gif);
}

.detail_yellow_entry #con_01 h4.delist {
	height: 30px;
	background-image: url(../img/ssttl_etform_delist.gif);
	background-position: center top;
}

.detail_yellow_entry #con_01 h4.cm {
	border-left: none;
	background-image: url(../img/ssttl_ddaform_cm.gif);
}

.detail_yellow_entry #con_01 h4.suspension {
	background-image: url(../img/ssttl_form_suspension.gif);
}

.detail_yellow_entry #con_01 h4.companion {
	background-image: url(../img/ssttl_form_companion.gif);
}

.detail_yellow_entry #con_01 h4.animal {
	background-image: url(../img/ssttl_form_animal.gif);
}

.detail_yellow_entry #con_01 h4.suspension,
.detail_yellow_entry #con_01 h4.companion,
.detail_yellow_entry #con_01 h4.animal {
	width: auto;
	height: 50px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 0;
	border-left: none;
}

.detail_yellow_entry #con_01 table {
	width: 616px;
	margin-left: auto;
	margin-right: auto;
}

.detail_yellow_entry #con_01 table td {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.detail_yellow_entry #con_01 table td.btentry {
	padding: 8px;
	text-align: center;
}

.detail_yellow_entry #con_01 table input {
	margin-bottom: 2px;
	padding: 2px;
}

#main {
	padding-top: 10px;
}

.detail_yellow_entry label {
	cursor: pointer;
}

.detail_yellow ul.list_ul-normal li {
	margin-left: 35px !important;
}