@charset "shift_jis";


/*共通使用できそうなスタイル*/
.kyotsu_tbl {
	border-collapse:collapse;
	}
	.kyotsu_tbl th , .kyotsu_tbl td {
		border:solid 1px #ccc;
		padding:5px 10px;
		font-size:14px;
	}
	.kyotsu_tbl th {
		background-color:#f7f7f7;
}
.side_th th {text-align:right;}/*ヨコにthが来る時*/
.upper_th td { text-align:center;}/*上にthが来る時*/
/*テキスト*/
.txt_16 { font-size:16px;}
.txt_14 { font-size:14px;}
.txt_12 { font-size:12px;}
.red { color:#c30e22;}
.txt_bold { font-weight:bold;} 
/*その他*/
.f_left { float:left; }
.f_right { float:right;}
.txt_a_right { text-align:right;}
.mgn_left30 { margin-left:30px;}
.mgn_left60 { margin-left:60px;}

/*---- toppage header ----*/
#top_header {
	width:1200px;
	height:150px;
	margin:0 auto;
	background:url(../img/bg_top_header.png) no-repeat;
}
#top_header .logo {
	float: left;
	margin: 70px 0 0 65px;
}
.top_header_area {
	width:880px;
	height:150px;
	float:right;
}
.top_hed1 { padding:5px 0 0 0;}
.top_hed1 .bnr_souryou {
	float:left
}
.top_hed1 .bnr_kangen {
	float:right;
}
.top_hed2 {
	text-align:center;
	clear:both;
}
.top_hed3 {
	clear:both;
}
.top_hed3 ul li {
	float:left;
	margin: 10px 50px 0 0;
}
/*20150915修正*/
.head_txt1 {
	float:left;
	margin:0 0 0 10px;
}
.top_hed2 {
	text-align:left;
}
.head_txt2 {
	float:left;
	margin:5px 0 0 200px;
}
.bnr_happy {
	float:right;
	margin:5px 0 0 0;
}
/*---- header ----*/

.header {
	border-bottom:1px solid ;
	padding:10px;
	}


#header {
	max-width:960px;
	min-width:960px;
	margin:0 auto;
}
#header h1 { font-size:12px;}
#header .logo {
	margin:20px 0 0 0;
	float:left;
}
#header .header_link {
	font-size:14px;
	color:#444;
	text-align:right;
	float:right;
}
#header .header_link a {
	color:#444;
}
#header .user_name {
	text-align:right;
	float:right;
	clear:right;
	font-size:16px;
}
.header_area {
	width:840px;
	height:70px;
	float:right;
}
.hed1 {
	padding:5px 0 0 0;
	text-align:right;
}
.hed2 ul li {
	float:left;
	margin: 10px 50px 0 0;
}

/*---- nav ----*/
#nav {
	background-color:#F7F4F0;
	height:40px;
	margin-bottom:4px;
}
.nav_inner {
	width:1200px;
	margin:0 auto;
	padding-top: 5px;
}
.nav_inner .user_name {
	font-size:14px;
	width:500px;
	margin-top:5px;
	float:left;
}
.nav_under {
	width:1200px;
	margin:0 auto 15px auto;
	}
	.nav_btn {
	width: 645px;
	display: block;
	float: left;
	margin: 0 0 8px 0;
	}
	.nav_btn li {
		float:left;
		margin-right:30px;
}
.sns_bnr {
	float:right;
}
/*商品検索フォーム*/
.upper_search {
	width:580px;
	float:right;
}
.upper_search form ,
.upper_search select ,
.upper_search option ,
.upper_search input { /*form style reset*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	font-size:14px;
}
.slct_wrap ,
.slct_arrow ,
.search_txt ,
.search_btn { float:left;}
.slct_wrap {/*カテゴリ選択セレクト*/
	width:156px;
	overflow:hidden;/* デフォルトのUIを隠す為伸ばした分を隠す */
	position:relative;
}
.slct_wrap select {
	width:177px;
	height:30px;
	border:solid 1px #bbb;
	border-radius:6px 0 0 6px;
	padding:0 20px 0 8px;
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(rgb(255,255,255) 0%,rgb(238,238,238) 100%); /* Firefox v3.6+ */
	background-image:-webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(238,238,238)));/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(238,238,238) 100%);/* Chrome v10.0+ and by safari nightly build*/
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(238,238,238) 100%);/* IE v10+ */
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee);
	}
	.slct_wrap select:hover {
		background-image:-moz-linear-gradient(rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Firefox v3.6+ */
		background-image:-webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(255,255,255)));/* safari v4.0+ and by Chrome v3.0+ */
		background-image:-webkit-linear-gradient(rgb(238,238,238) 0%,rgb(255,255,255) 100%);/* Chrome v10.0+ and by safari nightly build*/
		background-image:-ms-linear-gradient(rgb(238,238,238) 0%,rgb(255,255,255) 100%);/* IE v10+ */
		background-image:linear-gradient(rgb(238,238,238) 0%,rgb(255,255,255) 100%);
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff)";
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	}
	.slct_arrow {
		position:absolute;
		left:142px;
		top:1px;
}
.upper_search option {
	background-color:#fff;
	padding:2px 0 2px 10px;

}
.search_txt {/*テキストエリア*/
	width:320px;
	height:30px;
	border:solid 1px #ccc;
	border-right: 0;
	background-color:#fff;
	}
	.search_txt input {
		height:28px;
		width:100%;
		padding:0 5px 0 5px;
	}
	.search_txt input::-webkit-input-placeholder { color:#ccc;}
	.search_txt input:-ms-input-placeholder { color:#ccc;}
	.search_txt input::-moz-placeholder { color:#ccc;
}
.search_btn { width:100px;}
.search_btn input {/*検索ボタン*/
	width:100px;
	height:30px;
	background-color:#F00;
	border:solid 1px #B70D1E;
	border-radius:0 6px 6px 0;
	cursor: pointer;
	font-weight:bold;
	color:#fff;
	font-size:16px;
	letter-spacing:10px;
	background-image:-moz-linear-gradient(rgb(240,60,78) 0%,rgb(195,14,34) 100%); /* Firefox v3.6+ */
	background-image:-webkit-gradient(linear,color-stop(0, rgb(240,60,78)),color-stop(1, rgb(195,14,34)));/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-linear-gradient(rgb(240,60,78) 0%,rgb(195,14,34) 100%);/* Chrome v10.0+ and by safari nightly build*/
	background-image:-ms-linear-gradient(rgb(240,60,78) 0%,rgb(195,14,34) 100%);/* IE v10+ */
	background-image:linear-gradient(rgb(240,60,78) 0%,rgb(195,14,34) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff03c4e,endColorstr=#ffc30e22)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff03c4e,endColorstr=#ffc30e22);
	}
	.search_btn input:hover {
		background-image:-moz-linear-gradient(rgb(195,14,34) 0%,rgb(240,60,78) 100%); /* Firefox v3.6+ */
		background-image:-webkit-gradient(linear,color-stop(0, rgb(240,60,78)),color-stop(1, rgb(195,14,34)));/* safari v4.0+ and by Chrome v3.0+ */
		background-image:-webkit-linear-gradient(rgb(195,14,34) 0%,rgb(240,60,78) 100%);/* Chrome v10.0+ and by safari nightly build*/
		background-image:-ms-linear-gradient(rgb(195,14,34) 0%,rgb(240,60,78) 100%);/* IE v10+ */
		background-image:linear-gradient(rgb(195,14,34) 0%,rgb(240,60,78) 100%);
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc30e22,endColorstr=#fff03c4e)";
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc30e22,endColorstr=#fff03c4e);
}
/*商品検索フォーム　ここまで*/


/*---- パンくずリスト ----*/
#breadcrumb {
	width:1200px;
	margin:0 auto 15px auto;
	font-size:14px;
	clear:both;
}


/*---- フッター ----*/
#footer {
	height:80px;
	margin:0 auto;
	background-color:#F7F7F7;
	border-top: solid 3px #C30E22;
	clear:both;
}
.footer_inner {
	padding:20px 0 0 0;
	margin:0 auto;
	text-align:center;
	font-size:12px;
}
.footer_inner p {
	margin:10px 0 0 0;
}
.under_nav {/*最下部ナビボタン*/
	width:960px;
	margin:20px auto;
	clear:both;
	padding-top: 50px;
	}
	.under_nav li {
		float:left;
		margin:0 2px 0 0;
}


/*---- コンテンツ部分 ----*/
#contents {
	width:1200px;
	margin:0 auto;
	clear:both;
}

/*---- トップページ ----*/
.under_cate {
	width:520px;
	font-size:16px;
	margin:0 auto;
	margin-top:30px;
}
.under_cate li {
	float:left;
	margin: 0 20px 0 0;
}
.title_bar { /*新着商品部分*/
	width:1200px;
	height:35px;
	background:url(../img/title_bg.png) no-repeat;
	font-size:16px;
	padding:5px 20px;
}
.title_bar .hyouji_kensu {
	float:right;
	padding:0 15px 0 0;
	
}
/*トップページキャラクター部分*/
.item_list .site_disc {
	height:425px;
	font-size:16px;
	line-height:180%;
	letter-spacing:2px;
	background:url(../img/c-joy_character.png) no-repeat right bottom;
	border: dashed 2px #c30e22;
	}
	.site_disc_title {
		color:#c30e22;
		font-size:18px;
		margin:20px 0 20px 15px;
	}
	.site_disc_txt {
		width:450px;
		margin:0 0 0 15px;
		line-height:20px;
	}
	.site_disc_name {
		text-align:right;
		width:400px;
		margin-top:5px;
	}
	.tvcm_area {
		width:370px;
		margin:0 0 0 10px;
		padding:10px;
		line-height:20px;
		background:#FFF0F0;
		border-radius:8px;
		border:solid 1px #FF8080
	}
	.tvcm_area h4 {
		font-size:1.2em;
		padding-left:60px;
}
.top_movie {
	height:429px;
}

/*---商品一覧---*/
.item_list {
	font-size:14px;
	margin:0 0 25px 0;
	border-bottom: dashed 1px #ccc;
	padding:0 0 14px 0;
	margin:10px 10px 0 0;
	width:590px;
	float:left;
	}
	.list_detail {
		border:solid 1px #98805A;
	}

.list_detail1 {
	clear:both;
}
.price_nml {
	font-size:16px;
	float:left;
	padding:2px 10px 0 10px;
}
.price_nml span {
	background:url(../img/strike2.png) repeat-x;
}
.review_link {
	float:right;
	text-align:right;
}
.review_link a {
	margin-right: 3px;
}
	.list_detail2 {
		border-top:solid 1px #98805A;
		min-height:30px;
		margin:-1px 0 0 0;
		clear:both;
	}
	.item_list .atari {
		font-size:14px;
		color:#333;
		background-color:#eee;
		padding:0 10px;
	}
	.list_detail2 .atari {
		margin:2px 5px;
		float:left;
		display:block;
	}
	.item_list .photo {
		display:block;
		margin:0 0 2px 0;

	}
	.item_list .photo img {
		border:solid 1px #eee;
		width:590px;
		height:300px;
	}
	.item_list h3 {
		width:100%;
		font-size:18px;
		line-height:24px;
		color:#fff;
		background-color: #98805A;
	}
	.item_list h3 a {
		color:#fff;
		padding:2px 10px;
	}
	.item_list .price {
		font-size:16px;
		float:left;
		color:#D80000;
		padding:2px 10px;
	}
		.item_list .price img {
			margin-bottom:-3px;
	}
	.item_list .review {
		padding:0;
		float:right;
	}
	.item_list .review td {
		line-height:16px;
}


/*ページリンクナビ*/
.tablenav {
	clear:both;
	display:block;
	color: #2583ad;
	margin: 1em auto;
	line-height: 2em;
	text-align: center;
	padding-top: 15px;
	}
	a.page-numbers, .tablenav .current {
		color: #00019b;
		padding: 2px .4em;
		margin: 0 4px;
		border:solid 1px #ccc;
		text-decoration:none;
		font-size:12px;
	}
	a.page-numbers:hover {
		color:white;
		background: #328ab2;
	}
	.tablenav .current {
		color: white;
		background: #328ab2;
		border-color: #328ab2;
		font-weight:bold:
	}
	.tablenav .next, .tablenav .prev {
		border:0 none;
		background:transparent;
		text-decoration:underline;
		font-size:12px;
		font-weight:bold;
}


/*----商品詳細ページ-----*/
h2.item_name {
	font-size:20px;
	border-left: solid 5px #C00;
	padding:0 0 0 5px;
	margin-bottom:10px;
}
.item_name img {
	vertical-align:middle;
	margin-right:10px;
}
#item_detail {
	float:left;
}
#item_detail .set_item_list {/*セット商品*/
	font-size:14px;
	border:solid 1px #ccc;
	margin: 0 0 10px 0;
}
.set_item_list h3 {
	background:#f7f7f7;
	text-align:center;
	font-weight:bold;
	border-bottom:solid 1px #ccc;
	margin-bottom: 5px;
}
.set_item_list li {
	list-style-type:disc;
	list-style-position:outside;
	margin:0 0 5px 30px;
	line-height:16px;
}
.item_detail_tbl {/*商品詳細table*/
	border-collapse:collapse;
	width:580px
}
.item_detail_tbl th , .item_detail_tbl td {
	border:solid 1px #ccc;
	padding:5px 10px;
}

.item_detail_tbl th {
	font-size: 14px;
	text-align: right;
	background-color: #F5F5F5;
}
.item_detail_tbl td {
	font-size:14px;
}
.item_page_slider {
	width:1200px;
	/*height:700px;
	overflow:hidden;*/
}
.how_to_eat {
	width:580px;
	float:right;
	font-size:14px;
}
.how_to_eat .syosai_setsumei {/*商品詳細説明*/
	border:solid 1px #ccc;
	margin: 0 0 10px 0;
}
.how_to_eat .syosai_setsumei h3 {
	font-weight: bold;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.how_to_eat .tabekata {/*おいしい食べ方*/
	border:solid 1px #FFCACA;
	margin: 0 0 10px 0;
}
.how_to_eat .tabekata h3 {
	font-weight: bold;
	background-color: #FFCACA;
	border-bottom: 1px solid #FFCACA;
	text-align: center;
}
.how_to_eat .chuijikou {/*調理時の注意事項*/
	border:solid 1px #FFE784;
	margin: 0 0 10px 0;
}
.how_to_eat .chuijikou h3 {
	font-weight: bold;
	background-color: #FFE784;
	border-bottom: 1px solid #FFE784;
	text-align: center;
}

.how_to_eat .kaitou {/*解凍方法*/
	border:solid 1px #9BE3FF;
	margin: 0 0 10px 0;
}
.how_to_eat .kaitou h3  {
	font-weight: bold;
	background-color: #9BE3FF;
	border-bottom: solid 1px #9BE3FF;
	text-align: center;
}
.how_to_eat .tabekata p , .how_to_eat .kaitou p , .how_to_eat .syosai_setsumei p , .how_to_eat .chuijikou p {
	padding:5px;
}
/*カレンダー*/
#calender {
	font-size:14px;
	width:500px;
	padding:15px 0 0 0;
	}
	#calender p {
		margin: 50px 0 0 0;
	}
	#calender table {
		background-color:#FFF;
		border:solid 1px #000;
		border-collapse:collapse;
	}
	#calender table th, #calender table td {
		font-weight:normal;
		font-size:13px;
		border:solid 1px #000;
		text-align:center;
	}
	#calender table th {
		background-color:#dcdcdc;
	}
	.sun_youbi {
		color:#f00;
	}
	.sun_yasumi {
		background-color:#f7af90;
		color:#F00;
	}
	.sun_kadou {
		color:#F00;
	}
	.hei_yasumi {
		background-color:#f7af90;
	}
	.tsuki {
		color:#840000;
		font-weight:bold;
	}
	#tougetsu , #jigetsu {
		width:140px;
		float:left;
	}
	#tougetsu {
		width:140px;
		float:left;
		margin-right:10px;
	}
/*カレンダーここまで*/

/*購入ボタンエリア*/
.buy_area {
	border-top:solid 2px #C00;
	border-bottom:solid 2px #C00;
	padding:10px;
	margin-top:30px;
	}
	.buy_area .price {
		float:left;
		padding-top:6px;
	}
	.buy_area .price .kakaku {
		font-size:23px;
		color: #C00;
		font-weight:bold;
	}
	.buy_area .buy_btn {
		float:right;
	}
	.buy_area .buy_btn input[type="text"] {
		width:30px;
		margin:0 15px 0 0;
	}
	.buy_area .buy_btn input[type="button"] {
		width:100px
}
.konyu_setsumei {
	margin:10px 0 0 0;
	padding:5px;
	border:solid 1px #ccc;
	}
	.konyu_setsumei h3 {
		
	}
	.konyu_setsumei li {
		list-style-type:disc;
		list-style-position:outside;
		margin-left:30px;
}


/*----商品購入ステップ-----*/
#purchase {
	width:960px;
	margin:0 auto;
	margin-bottom:50px;
}
h3.purchase_title {
	border-left: 5px solid #c00;
	font-size: 24px;
	margin: 30px 0 10px 0;
	padding: 0 0 0 5px;
}
h3.genzai_ichi {
	font-size: 18px;
	margin: 30px 0 10px 0;
	padding: 0 0 0 20px;
	background:url(../img/icon_arrow_under.png) no-repeat;
	background-position: left;
}
#purchase .user_name {
	font-size:14px;
	padding-top:5px;
}

.step_tbl { /*今いる場所*/
	margin:0 auto;
	width:100%;
}
.step_tbl td {
	font-size:16px;
	color:#333;
	padding:5px 0;
	text-align:center;
	width:114px;
	border-collapse:collapse;
	border:solid 1px #333;
	border-radius:8px;
	}
	td.step_arrow {
		border:none;
		width:20px;
	}
	td.here {
		border-color: #c30e22;
		border-width: 2px;
		color: #c30e22;
		font-weight: bold;
	}
	td.complete {
		color:#ccc;
		border-color:#ccc;
	}
	.step_tbl.first_time td {
		width:100px;
	}
	.step_tbl.first_time td.step_arrow {
		width:20px;
}

.login_box {/*購入画面ログイン*/
    border: 4px solid #ccc;
    font-size: 14px;
    /*height: 180px;*/
    padding: 15px 15px 5px 15px;
    width: 370px;
	}
	.login_box .txt_box {
		margin-bottom: 15px;
		width: 250px;
	}
	.login_box .btn > input {
		margin-top: 15px;
		padding: 5px;
		width: 120px;
	}
	.login_box a {
		float: right;
		text-align: right;
}

/*会員登録フォーム*/
#purchase .form_simei {
	width:160px;
}
.form_yubin {
	width:80px;
}
.btn_submit {
	font-size:14px;
	float:right;
	width:120px;
	margin-right:600px;
	padding:3px 10px;
}
.btn_back {
	font-size:14px;
	float:left;
	padding:3px 10px;
}


/*---- 買い手myページ ----*/
#mypage {
	width:800px;
	min-height: 600px;
	margin:0 auto;
	margin-bottom:50px;
}
.mypage_header {} /*ヘッダー部分*/
	.mypage_header .logo {
		float:left;
	}
	.mypage_header .logout {
		float:right;
		font-size:14px;
	}
	.mypage_header h2 {
		font-size:20px;
		clear:right;
		float:right;
	}
	.mypage_header #breadcrumb {
		margin:10px 0 10px 0;
		width:800px;
	}
	#mypage .user_name {
		font-size:14px;
		padding:15px 0 10px 0;
		clear:both;
}
#mypage .side_nav { /*マイページサイドナビ*/
	font-size:14px;
	width:150px;
	float:left;
	padding:10px 10px 0 10px;
	border: solid 1px #ccc;
	}
	#mypage .side_nav li {
		line-height:14px;
		margin:0 0 6px 0;
		padding:0 0 6px 0;
		border-bottom: dashed 1px #ccc;
	}
	#mypage .side_nav li:last-child {
		border:none;
}
.mypage_contents {
	float:right;
	width:620px;
}
#mypage h3 {
	font-size:18px;
	line-height:20px;
	border-left: solid 5px #c30e22;
	padding: 0 0 0 8px;
	margin-bottom:5px;
}
.mypage_status {}
.mypage_status .kyotsu_tbl {
	margin:0 5px 0 0;
}
.mypage_status .kyotsu_tbl th , .mypage_status .kyotsu_tbl td {
	padding:7px 5px;
}
.point_tbl { /*ポイント表示*/
	border-collapse:collapse;
	margin:0 0 30px 0;
	}
	.point_tbl th , .point_tbl td {
		font-size:16px;
		border:solid 1px #c30e22;
		text-align:center;
		padding:5px 30px;
	}
	.point_tbl th {
		background-color:#FFECEC;
		color:#c30e22
}
.kaiin_keizoku {
	font-size:14px;
	float:left;
	margin:0 0 0 50px;
}
.mypage_contents .kyotsu_tbl.upper_th.second_child {
	white-space: nowrap;
}
.mypage_contents .second_child tr td:nth-child(2) {
	text-align:left;
	white-space:normal;
	line-height:16px;
}

/*その他ページ
	ログイン、・・・
*/
#other_page {
	width:800px;
	margin:0 auto;
}
.other_logo {
	float:left;
}
.other_header .bnr_kangen {
	margin:5px 0 0 0;
	float:right;
}
#other_page #breadcrumb {
	padding-top:5px
}
#other_page h3 {
	font-size:18px;
	line-height:20px;
	border-left: solid 5px #c30e22;
	padding: 0 0 0 8px;
	margin-bottom:5px;
}
#other_page #breadcrumb {
	width:800px;
	clear:both;
}
.title_bar_min { /*新着商品部分*/
	width:800px;
	height:35px;
	background:url(../img/title_bg_mini.png) no-repeat;
	font-size:16px;
	padding:5px 20px;
}
/*買い手規約ページ*/
.kiyaku_page p {
	font-size:14px;
	margin-bottom:15px;
}

/*ポイントページ*/
h4.point_title {
	font-size:15px;
	margin-top:10px;
}

.contact {
	text-align:right;
	margin:0 0 15px 0;
	font-size:12px;
}

/*特典*/
.bonus_title {
	font-size:24px;
	padding-top: 0;
}
.bonus_ol {
	font-size:14px;
	margin-left:30px;
}
.nav_btn {
	width:1200px;
	margin:0 auto;
	float:none;
}
.nav_under {
	margin-bottom:0;
}


/* 2020 */

.heading {
	clear:both;
	border-top:2px solid #e94700;
	border-bottom:2px solid #e94700;
	padding:15px 0 15px 0;
	margin-bottom:30px;
	color:#000;
	font-weight:bold;
	display:table;
	width:100%;
	font-size:16px;
	}

.heading span {
	display:table-cell;
	vertical-align:middle;
	padding:0 10px 0 20px;
	}

.heading img {
	margin-left:20px;
	vertical-align:middle;
	}

.heading2 {
	padding:15px 15px 15px 20px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	font-weight:bold;
	
	}

.heading2 span {
	padding-left:10px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	}


.heading3 {
	border-bottom:3px solid #e94700;
	margin-bottom:10px;
	
	}

/*entry page*/
.kyotu_tbl{
	width:700px;
	margin:auto;}
.kyotu_tbl { border-collapse:collapse;}
.kyotu_tbl th , .kyotu_tbl td {
	border: 1px solid #ccc;
	padding: 6px 10px;
	font-size:14px;
}
.kyotu_tbl th {
	background-color: #f8f5ed;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	width: 180px;
}
.kyotu_tbl th.green{
	background-color:#62a609;
	color:#fff;
}
.kyotu_tbl td {
	min-width:300px;
}
input.mini_width{
	width: 150px;
}
input.normal_width{
	width: 300px;
}

.entry {
	font-size:20px;
	font-weight:bold;
	margin:10px 0 0 0;
	padding: 0 0 0 8px;
	height:20px;
	line-height:20px;
	border-left: solid 5px #00F;
}
.btn_wrap {
	width:530px;
	text-align:center;
	padding:15px;
}
.btn_entry {
	padding:5px 7px;
}
.hissu {
	color:#f00;
}
.exp1 {
	font-size: 12px;
}
.form_error{
	width: 800px;
	margin:0px auto 20px auto;
	color:#E13300;
	border:solid #E13300 1px;
}
.form_error ul{
	margin:10px;
}
.form_error li{
	padding:2px 8px 2px 8px;
}
.confirm_btn{
text-align: center;
margin:20px;
}