@charset "utf-8";
/*
Theme Name: 成功のみかん箱
Theme URI: http://www.kameleon.jp
Description: 
Author: 株式会社カメレオン
Version: 1.0
*/


/*-------------------------
	全体共通項目
-------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif, Osaka;
	background: url(images/common/body_bg.gif) repeat-x;
	color: #000000;
}
a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
}

img {
	border: none;
}
.cboth {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	float: none;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}

span.red {
	color: #FF0000;
}
span.red2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
span.yellow {
	color: #FFFF00;
}

/*-------------------------
	ヘッダー
-------------------------*/
#header {
	width: 1156px;
	height: 275px;
	margin: 0 auto;
	background: url(images/common/header_bg.gif) no-repeat;
	padding: 38px 47px 0px;
	text-align: left;
}

#header div#header-left{
	width: 538px;
	height: 185px;
	padding: 0 0 0 17px;
	float: left;
}

#header div#header-right{
	width: 517px;
	height: 185px;
	padding: 0 23px 0 0;
	float: right;
}

#header div#header-left h1 a {
	width: 493px;
	height: 165px;
	display: block;
	text-indent: -9999px;
	background: url(images/common/logo.png) no-repeat;
}
#header div#header-left h2 {
	text-indent: -9999px;
}

#header div#header-right p#secret {
	width: 495px;
	height: 50px;
	margin: 0 0 18px 0;
	text-indent: -9999px;
	background: url(images/common/secret.png) no-repeat;
}
#header div#header-right p#episode {
	width: 481px;
	height: 93px;
	text-indent: -9999px;
	background: url(images/common/episode.png) no-repeat;
}

/*-------------------------
	グローバルナビ
-------------------------*/
#global-navi {
	width: 1009px;
	height: 43px;
	padding: 17px 0 0 0;
	overflow: hidden;
}

#global-navi ul {
	width: 1009px;
	height: 43px;
	list-style-type: none;
/*	background: url(images/common/gmenu_bg.gif) no-repeat;*/
}


#global-navi ul li {
	width: auto;
	height: 43px;
	float: left;
	padding-right: 8px;
}

#global-navi ul li.gmenu07 {
	padding: 0;
}


#global-navi ul li a {
	display: block;
	height: 43px;
	width: auto;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#global-navi ul li a:hover,
#global-navi ul li.on-menu a {
	background-position: 0 -43px;
}

#global-navi ul li.gmenu01 a {
	background-image: url(images/common/gmenu01.gif);
	width: 134px;
}

#global-navi ul li.gmenu02 a {
	background-image: url(images/common/gmenu02.gif);
	width: 217px;
}

#global-navi ul li.gmenu03 a {
	background-image: url(images/common/gmenu03.gif);
	width: 134px;
}

#global-navi ul li.gmenu04 a {
	background-image: url(images/common/gmenu04.gif);
	width: 140px;
}

#global-navi ul li.gmenu05 a {
	background-image: url(images/common/gmenu05.gif);
	width: 98px;
}

#global-navi ul li.gmenu06 a {
	background-image: url(images/common/gmenu06.gif);
	width: 98px;
}

#global-navi ul li.gmenu07 a {
	background-image: url(images/common/gmenu07.gif);
	width: 140px;
}


/*-------------------------
	メイン
-------------------------*/
#main {
	width: 100%;
	text-align: center;
	background-color: #666633;
}

#container {
	width: 1110px;
	margin: 0 auto;
	padding: 20px 23px 28px;
	text-align: left;
	background-color: #FFFFFF;
}


/*-------------------------
	コンテンツ
-------------------------*/

#contents {
	width: 863px;
/*	margin: 0 23px 0 0;*/
	float: right;
}

#no-text-h {
	background-image:url(images/common/no-text_h2.gif);
	text-indent: 0;
	color:#FFFFFF;
	font-size: 20px;
	padding-left: 42px;
	padding-top: 11px;
	width: 821px;
	height: 27px;
}

div#contents div.contents-box {
	width: 843px;
	margin: 0;
	padding: 20px 10px 50px 10px;
}

/* 投稿表示対策 */
div#contents div.contents-box h1 {
	text-indent: 0;
	font-size: 22px;
	margin-bottom: 24px;
}
div#contents div.contents-box h2 {
	text-indent: 0;
	font-size: 18px;
	margin-bottom: 20px;
}
div#contents div.contents-box h3 {
	text-indent: 0;
	font-size: 15px;
	margin-bottom: 12px;
	border-left: 3px solid #ff6600;
	border-bottom: 1px dotted #ff6600;
	padding: 0 0 2px 7px;
}
div#contents div.contents-box h4 {
	text-indent: 0;
	font-size: 14px;
	margin-bottom: 12px;
}
div#contents div.contents-box img {
	margin: 10px;
}
div#contents div.contents-box p {
	margin-bottom: 15px;
}
div#contents div.contents-box ul {
	margin-bottom: 24px;
	margin-left: 20px;
	list-style-type: none;
}
div#contents div.contents-box ul li {
	padding: 0 0 5px 12px;
	background: url(images/common/mark-list01.gif) no-repeat 0px 3px;
}
div#contents div.contents-box ol {
	margin-bottom: 24px;
	margin-left: 35px;
}
div#contents div.contents-box table {
	width: 800px;
	border-collapse: collapse;
	margin: 10px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
div#contents div.contents-box table th {
	width: 140px;
	padding: 15px;
	font-weight: normal;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f0f0f0
}

div#contents div.contents-box table td {
	padding: 15px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


div#contents div.contents-box address {
	margin-bottom: 24px;
}
div#contents div.contents-box pre {
	margin-bottom: 24px;
}
div#contents div.contents-box div {
	margin-bottom: 15px;
}
div#contents div.contents-box span.news-title {
	float: left;
	padding-right: 10px;
}
div#contents div.contents-box span.news-time {
	float: right;
	padding-right: 10px;
}
/*-------------------------
	サイドバー
-------------------------*/
#sidebar {
	width: 225px;
	float: left;
}
#sidebar ul#sidelink-box {
	width: 180px;
	padding: 30px 23px 30px 22px;
}
#sidebar ul#sidelink-box li {
	list-style: none;
}
#sidebar ul#sidelink-box li.sidelink01 {
	padding: 0 0 8px 0;
}
#sidebar ul#sidelink-box li.sidelink01-2 {
	padding: 0 0 25px 0;
}
#sidebar ul#sidelink-box li.sidelink02 {
	padding: 0 0 25px 0;
}

/*** クレジットカード対応 ***/
#sidebar div#card-box {
	/*width: 200px;*/
	text-align: center;
	margin: 0 auto 20px;
	height: 80px;
}


/*** お問い合わせ ***/
#sidebar div#inquiry-box {
	width: 225px;
	padding: 0 0 8px 0;
	background: #cccccc url(images/common/inquiry_bg_bottom.gif) no-repeat left bottom;
}

#sidebar div#inquiry-box h3#inquiry-h {
	width: 225px;
	height: 31px;
	text-indent: -9999px;
	background-image: url(images/common/inquiry_h.gif);
}

#sidebar div#inquiry-box dl {
	width: 211px;
	padding: 10px 7px 40px 7px;
}
#sidebar div#inquiry-box dt {
	padding: 10px 0 0 0;
	color: #333333;
	font-size: 11px;
}
#sidebar div#inquiry-box dl dd input {
	width: 207px;
	border: 2px solid #e79660;
}

#sidebar div#inquiry-box dl dd textarea {
	width: 207px;
	height: 50px;
	border: 2px solid #e79660;
	font-size: 12px;
}

#sidebar div#inquiry-box p {
	margin-top: 15px;
	text-align: center;
}

#sidebar div#inquiry-box p input#submit-btn {
	width: 70px;
	height: 20px;
	border: 0;
	background-image: url(images/common/submit-inq.gif);
}

/* News & Topics  100806-add */
#sidebar div#side-news-box {
	width: 225px;
	margin-top: 15px;
	padding-bottom: 15px;
	background: #cccccc url(images/common/inquiry_bg_bottom.gif) no-repeat left bottom;
}

#sidebar div#side-news-box h3#side-news-h {
	width: 225px;
	height: 31px;
	text-indent: -9999px;
	background-image: url(images/common/side_news_h.gif);
}
#sidebar div#side-news-box ul#sidenews-ul {
	width: 211px;
	padding: 5px 7px 10px;
	list-style-type: none;
}
#sidebar div#side-news-box ul#sidenews-ul li {
	width: 199px;
	padding: 3px 0 0 12px;
	background: url(images/common/mark-list01.gif) no-repeat 0px 9px;
	font-size: 11px;
	border-bottom: 1px dotted #ff6600;
}
#sidebar div#side-news-box p.more01 {
	width: 70px;
	height: 20px;
	float: right;
	margin-right: 5px;
}
#sidebar div#side-news-box p.more01 a {
	display: block;
	width: 70px;
	height: 20px;
	text-indent: -9999px;
	background-image: url(images/common/more01.gif);
}
/*-------------------------
	フッター
-------------------------*/
#footer-container {
	width: 100%;
	height: 78px;
	background: url(images/common/footer_bg01.gif) repeat-x;
}

#footer-container div#footer {
	width: 1156px;
	height: 78px;
	margin: 0 auto;
	background: url(images/common/footer_bg02.gif) no-repeat;
	padding: 0px 47px 0px;
	text-align: right;
}
#footer-container div#footer p#copyright {
	color: #FFFFFF;
	padding: 52px 23px 0 0;
}

#footer-container div#footer p#copyright a {
	color: #FFFFFF;
}

/* ------------------------------------
   ナビ
------------------------------------ */
div.navi {
	font-size: 90%;
	margin: 30px 15px 20px 15px;
/*	margin-top: 30px;
	margin-bottom: 20px;
*/	line-height: normal;
}
div.navi-prev {
	float: left;
}
div.navi-prev a {
	background: url(images/common/navi_prev.gif) no-repeat 0 1px;
	padding: 0 0 0 12px;
}
div.navi-next {
	float: right;
}
div.navi-next a {
	background: url(images/common/navi_next.gif) no-repeat right 1px;
	padding: 0 12px 0 0;
}

/*-------------------------
	ご注文フォーム
-------------------------*/
table.order-form {
	width: 800px;
}
table.order-form th, table.order-form td {
	padding: 5px 10px;
	text-align: left;
}
table.order-form th {
	font-weight: normal;
	width: 30%;
	border-right: 3px solid #ff6600;
}

table.order-form td {
	width: 70%;
}
table.order-form td input.postcode {
	width: 50px;
}
table.order-form td label .wpcf7-list-item-label {
	padding-right: 5px;
}
table.order-form td select {
	width: 150px;
}
input#order-btn {
	width: 100px;
	height: 20px;
	margin: 10px 0 0 200px;
	border: 0;
	background-image: url(images/common/submit-order.gif);
}
