@charset "shift_jis";

/*
	site name: オレンジパーム
	description: main style
	version: 0.61
	author: charge by y.ikemoto
	last modified: 080801
*/



/* ボディ（reset.cssに移行予定）
----------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: 'メイリオ', Meiryo, 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 1.75em;
	text-align: justify;
}
table {
	font-size: 100%;
	line-height: 1.7em;
}
dl,dt,dd,ul,ol,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}


/* フォント
----------------------------------------- */
.opfont {
	font-family: 'メイリオ', Meiryo, 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'ＭＳ Ｐゴシック', sans-serif;
}
.sansserif {
	font-family: sans-serif;
}


/* フォントサイズ
----------------------------------------- */
.fontsize8pt06em {
	font-size: 0.6em;
}
.fontsize9pt07em {
	font-size: 0.7em;
}
.fontsize10pt08em {
	font-size: 0.8em;
}
.fontsize11pt09em {
	font-size: 0.9em;
}
.fontsize12pt1em {
	font-size: 1em;
}
.fontsize13pt11em {
	font-size: 1.1em;
}
.fontsize14pt12em {
	font-size: 1.2em;
}
.fontsize15pt13em {
	font-size: 1.3em;
}
.fontsize16pt14em {
	font-size: 1.4em;
}
.fontsize17pt15em {
	font-size: 1.5em;
}
.fontsize18pt16em {
	font-size: 1.6em;
}


/* リンクカラー
----------------------------------------- */
a:link {
	color: #fa7e16;
}
a:visited {
	color: #f8a917;
}
a:hover {
	color: #f00;
}
a:active {
	color: #060;
}


/* フォントカラー
----------------------------------------- */
.colorbasic {
	color: #ccc;
}
.colornone {
	color: #333;
}
.colorwhite {
	color: #fff;
}
.colorblack {
	color: #000;
}
.colorred {
	color: #f00;
}
.colorgreen {
	color: #0f0;
}
.colorblue {
	color: #00f;
}
.coloryellow {
	color: #ff0;
}
.colorlightblue {
	color: #0ff;
}
.colorpink {
	color: #f3c;
}
.colorproductartist {
	color: #06f;
}
.colorproducttitle {
	color: #f60;
}
.colorproductlabel {
	color: #ff6;
}
.colorarumi {
	color: #8400f7;
}
.colororange {
	color: #f60;
}
.colororange2 {
	color: #f90;
}
.colordeepgreen {
	color: #060;
}
.colorgray {
	color: #999;
}
.colorgray2 {
	color: #666;
}


/* バックグラウンドカラー
----------------------------------------- */
.bgcolororange {
	background: #f60;
}
.bgcolorred {
	background: #f00;
}
.bgcolordeepgreen {
	background: #060;
}
.bgcoloralert {
	background: #6cf;
}
.bgcolorlightorange {
	background: #ffe1cc;
}


/* マージン・パディング
----------------------------------------- */
.margin0em {
	margin: 0em;
}
.margin1em {
	margin: 1em;
}
.margintop1em {
	margin-top: 1em;
}
.marginbottom1em {
	margin-bottom: 1em;
}
.marginleft1em {
	margin-left: 1em;
}
.marginleft2em {
	margin-left: 2em;
}
.marginleft3em {
	margin-left: 3em;
}
.marginright1em {
	margin-right: 1em;
}
.marginlr1em {
	margin-left: 1em;
	margin-right: 1em;
}
.marginlr3em {
	margin-left: 3em;
	margin-right: 3em;
}
.margintb1em {
	margin-top: 1em;
	margin-bottom: 1em;
}
.padding1em {
	padding: 1em;
}
.paddinglr1em {
	padding-left: 1em;
	padding-right: 1em;
}
.indeximgmargin {
	margin-top: 3px;
	margin-bottom: 3px;
}


/* ボーダー
----------------------------------------- */
.borderdashed1px {
	border: 1px dashed;
}
.bordersolid1px {
	border: 1px solid;
}
.bordersolid1pxbottom {
	border-bottom: 1px solid;
}


/* コンテンツ内
----------------------------------------- */
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.bold{
	font-weight: bold;
}
.verticalmiddle{
	vertical-align: middle;
}
.verticaltop{
	vertical-align: top;
}
.centerauto {
	margin-left: auto;
	margin-right: auto;
}
.verticalmiddleauto {
	margin-top: 50%;
	margin-bottom: 50%;
}
.floatleft {
	float: left;
}
.clearboth {
	clear: both;
}


/* メニュー
----------------------------------------- */
div#headerbox {
	clear: both;
}
div#leftbox {
	clear: both;
}
div#leftbox table {
	background-color: #fff;
}
div#blandlinkbox {
	clear: both;
}


/* フッタ
----------------------------------------- */
div#footerbox {
	clear: both;
	margin: 1em;
}
ol.footer {
	margin-top: 3em;
	margin-bottom: 1em;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ol.footer li {
	display: inline;
	font-size: 1.1em;
}
ol.footer li.footerinner1 {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #f60;
	padding-left: 1em;
	padding-right: 1em;
}
ol.footer li.footerinner2 {
	border-right: 1px solid #000;
	color: #f60;
	padding-left: 1em;
	padding-right: 1em;
}


/* コピーライト
----------------------------------------- */
div#copyright {
	clear: both;
}
.copyright {
	margin: 1em 0 1em 0;
	text-align: center;
	font-style: normal;
	font-size: 1.1em;
}


/* infomation用
----------------------------------------- */
.unitedathlebg {
	background-image: url("../images/unitedathle_bg.gif");
	background-repeat: repeat;
}
.demomoonbg {
	background-image: url("../images/demimoon_bg.jpg");
	background-repeat: repeat;
}
.priceup1bg {
	background-image: url("../images/priceup1_bg.gif");
	background-repeat: repeat;
	background-attachment: fixed;
}
#updatebg {
	background-image: url("../images/orgpalm_bg.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
}
.updatetitle {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	color: #060;
	letter-spacing: 0.5em;
}


/* 画像リンク枠なし
----------------------------------------- */
a img {
    border-style: none;
}


/* others
----------------------------------------- */
.updatedate {
	font-weight: bold;
    font-size: 1em;
	color: #666;
	border-left: 4px solid #390;
}
.updatetext {
	font-weight: bold;
    font-size: 1.3em;
	color: #666666;
}
.updatelink {
    font-size: 0.9em;
}
.updatemargin {
	margin-bottom: 2.5em;
}
ul.updatetext li {
	margin-left: 1.5em;
	list-style-type: circle;
}
ul.updatelink li {
	margin-left: 2em;
	list-style-type: disc;
}
.colorspec {
	font-family: sans-serif;
    font-size: 1em;
	text-align: center;
	font-weight: bold;
	color: #808080;
}
.colorspecsize {
	font-family: sans-serif;
    font-size: 1.1em;
	text-align: center;
	color: #000;
}

.colorspecsize2 {
	font-family: sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #000;
}


.colorspecleft {
	font-family: sans-serif;
    font-size: 1em;
	text-align: left;
	font-weight: bold;
	color: #808080;
}
.infoheadbox {
	margin-bottom: 1em;
	padding: 0.4em;
	border: 1px dashed #000;
}
.infoheadsentence1st {
	margin: 0 0 1em 0;
    font-size: 1.1em;
}
.infoheadsentence {
	margin: 0em;
    font-size: 1.1em;
}
.vacationbox {
	margin-bottom: 1em;
	padding: 0.4em;
	border: 1px solid #000;
}
.vacationcaption {
	margin-bottom: 1em;
	font-weight: bold;
    font-size: 1.1em;
}
.vacationsentence {
    font-size: 1.1em;
}
.vacationdate {
	padding-left: 2em;
	font-weight: bold;
	color: #f00;
    font-size: 1.1em;
}
.infolbibox {
	width: 700px;
	padding: 1em;
	xborder: 2px solid #f00;
    font-size: 1em;
}


/* サイトマップ用
----------------------------------------- */
.webindexbox {
	margin: 0 1em 3em 1em;
}
.webindexdispose {
	float: left;
	margin: 0em 1em 1em 0em;
	width: 30%;
}

.webindexh2 {
	text-align: left;
	font-weight: bold;
	font-size: 1.6em;
	color: #000;
}
.webindexh3 {
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	color: #00f;
}
.webindexul {
	font-size: 1.2em;
}
ul.webindexul li {
	margin-left: 2em;
	list-style-type: disc;
}


/* ブロック
----------------------------------------- */
#boxcontainer {
	position: relative;
	width: 100%;	/* IEバグ対策 */
	height: auto;
}
.boxtop {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 200px;
}
.boxleft {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 200px;
}
.boxmain {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 200px;
}
.boxbottom {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 200px;
}


/* infomation用
----------------------------------------- */
	.recommendtitle {
		text-align: left;
		vertical-align: middle;
		font-weight: bold;
		font-size: 2.5em;
		border-left: 1em solid #f09;
		border-bottom: 2px solid #f09;
		color: #060;
		letter-spacing: 0.4em;
	}
.recommendtabletitle {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.6em;
	color: #FFFFFF;
	background-color: #f60;
	padding-top: 5px;
	padding-bottom: 5px;
}
.recommendtabletitleindex {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.6em;
	color: #FFFFFF;
	background-color: #f60;
}
.recommendtablefooter {
	margin-bottom: 1em;
	text-align: right;
	vertical-align: middle;
}
.recommendtablelink {
	border-left: 1em solid #f09;
	border-bottom: 2px solid #f09;
}
.width90px {
	width: 90px;
}

.width90px a:link {
	color: #666666;
}
.width90px a:visited {
	color: #999999;
}
.width90px a:hover {
	color: #000000;
}
.width90px a:active {
	color: #FF9933;
}


.width280px {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}


.recommendtableborder {
	border-top: 1px solid #f60;
	border-bottom: 0px solid;
	border-left: 1px solid #f60;
	border-right: 1px solid #f60;
}
.recommendtabletd {
	border-bottom: 1px solid;
}
.recommendtabletdfontsize {
	text-align: center;
	font-size: 1.1em;
}
.recommendtabletdfontsizeindex {
	text-align: center;
	font-size: 1.1em;
}


/* パンくずリスト用
----------------------------------------- */
div#boxbclist {
	margin: 1em;
}
div#boxbclist ol {
	list-style-type: none;
}
div#boxbclist li {
	display: inline;
	padding-right: 0.5em;
	font-size: 1.1em;
}
div#boxbclist li.clumb {
	padding-left: 1.3em;
	background: url(../images/share/share_bclistgt.gif) no-repeat center left;
}


/* index用
----------------------------------------- */
.indexmenuleftul {
	list-style-type: none;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.1em;
}


/* コンテンツ内2
----------------------------------------- */
.annotationtitle {
	font-weight: bold;
	color: #f00;
	font-size: 1.6em;
}
.annotationcontents {
	font-weight: normal;
	color: #000000;
	font-size: 1.1em;
	line-height: 1.4em;
}
.annotationtabletitle {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.4em;
}
.tabletitle {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	color: #FFFFFF;
	line-height: 1.4em;
}

.annotationtabletd {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.1em;
}
.newitem {
	font-weight: bold;
	color: #00f;
	font-size: 1.1em;
}
.newitemaw {
	font-weight:bold;
	color:#663300;
	font-size:1.1em;
}
.newitemseazon {
	font-weight: bold;
	color: #f3c;
	font-size: 10px;
}
.spotitem {
	font-weight: bold;
	color: #f00;
	font-size: 0.8em;
}
.soldoutlist {
	font-weight: bold;
	color: #f00;
	font-size: 1.1em;
}
.soldoutcatalog {
	text-align: center;
	font-weight: bold;
	color: #f00;
	font-size: 1.6em;
}
.soldoutcolordetail {
	color: #999;
}
.soldoutdetail {
	text-align: center;
	color: #f00;
}
.itemdetail {
	color: #f60;
	font-size: 0.8em;
}
.nametagkonzai {
	font-weight: bold;
	color: #000;
	background: #6cf;
	font-size: 1.3em;
}
.sizespecdetail1 {
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 1.6em;
}
.sizespecdetail11 {
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 1.6em;
	line-height: 1.4em;
}
.sizespecdetail2 {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.1em;
}
/*.arrivalcatalog {
	margin-left: 1em;
	font-weight: bold;
	color: #f3c;
	font-size: 1em;
}*/
.arrivalcatalog {
	margin-left: 1em;
	font-weight: bold;
	color: #663300;
	font-size: 1em;
}

.waitarrivaldetail {
	color: #00f;
	font-size: 1.3em;
}
.updateold {
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}
.zaikoshidaidetail {
	font-weight: bold;
	color: #00f;
	font-size: 1em;
}
.demimoonyotei {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.4em;
	background-color: #FF0000;
	padding: 5px;
}
.tenjikudetail {
	margin-left: 1em;
	font-weight: bold;
	color: #00f;
	font-size: 1.4em;
	line-height: 1.4em;
}
.indexh1delete {
	margin: 1em;
	font-weight: bold;
	color: #f00;
	font-size: 1.3em;
}
.indexpdelete {
	margin-left: 1em;
	font-weight: bold;
	color: #f90;
	font-size: 1.1em;
}
.indexh2delete {
	font-weight: bold;
	color: #f60;
	font-size: 1.4em;
	line-height: 1.4em;
}
.indexdivdetaildelete {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}
.indexupdatedate {
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
}
.indexaccsess {
	text-align: right;
	font-weight: bold;
	color: #666;
	font-size: 1.4em;
}
.indexsitemap {
	font-size: 1.1em;
}
.indextaxindetail {
	font-weight: bold;
	color: #f00;
	font-size: 1.3em;
}
.indexchoosebrand {
	font-size: 1.1em;
}
.indexupdelete {
	text-align: center;
	color: #666;
	font-size: 1.1em;
}
.indexosusumetokkatable {
	border: 1px solid #f00;
}
.indexosusumetokka {
	text-align: center;
	font-size: 1.1em;
}
.indexosusumetokkaprice {
	text-align: center;
	font-weight: bold;
	color: #f00;
	font-size: 1.2em;
}
.indexosusumetokkaprice2 {
	text-align: center;
	font-weight: normal;
	color: #f00;
	font-size: 0.8em;
}
.indexbannerdetail {
	text-align: center;
	color: #f60;
	font-size: 1em;
}
.infoh1 {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	color: #f60;
	font-size: 1.6em;
}
.infop {
	margin-left: 3em;
	margin-right: 3em;
	font-weight: bold;
	color: #060;
	font-size: 1em;
}
.infobrandname {
	margin-top: 1em;
	margin-left: 1em;
	font-weight: bold;
	font-size: 1.4em;
}
.infoli {
	font-size: 1em;
}
.infoli {
	font-size: 1em;
}
.blockdiscounttable {
	border: 1px solid #f60;
}
.blockdiscountdetail {
	font-weight: bold;
	font-size: 1.1em;
}
.brandcomment {
	text-align: left;
	font-weight: bold;
	color: #f00;
	font-size: 1.6em;
}


/* 会社概要
----------------------------------------- */
div.outlinedetail {
	margin: 0 2em 0 2em;
	padding: 0;
	border-bottom: 1px dashed #ccc;
	background-color: #eee;
}
div.outlinedetail dl {
	font-size: 1.3em;
}
div.outlinedetail dt {
	margin: 0;
	padding: 0.5em 0 0 0.5em;
	border-top: 1px dashed #ccc;
	width: 8em;
	float: left;
	color: #333;
}
div.outlinedetail dd {
	margin: 0 0 0 8em;
	padding: 0.5em 0 0.5em 0.5em;
	border-top: 1px dashed #ccc;
	color: #333;
	background-color: #fff;
}
div.outlinedetail ol {
	xmargin-left: 3em;
}
div.outlinecompliment {
	margin: 0 1.5em 0 1.5em;
	padding: 0 0.5em 0 0.5em;
	text-align: left;
	font-weight: bold;
	border: 1px solid #ccc;
	font-size: 1.3em;
	color: #333;
	background-color: #fff;
}
.outlinecompliment p {
	margin: 0.5em 0 0.5em 0;
	vertical-align: middle;
	line-height: 1.5em;
}
.outlinecomplimentlink {
	margin-left: 1em;
	font-weight: bold;
}
.outlinecomplimentsignature {
	padding: 1em 1em 0 0;
	text-align: right;
}
div.outlinemap {
	margin: 0 1.5em 0 1.5em;
	text-align: left;
}
.webindexdetailindent {
	margin: 0 2em 0 2em;
}


/* 共通
----------------------------------------- */
div.commonh1 {
	margin-top: 2em;
	margin-bottom: 2em;
}
div.commonh1 span {
	margin-left: 0.5em;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 2.4em;
	border-left: 1em solid #f09;
	border-bottom: 2px solid #f09;
	color: #060;
	letter-spacing: 0.4em;
}
div.commonh2 {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	background: url(../images/share/share_midashiorange.jpg) no-repeat center left;
}
div.commonh2 h2 {
	margin-left: 1em;
	text-align: left;
	font-weight: bold;
	font-size: 1.6em;
	color: #333;
}


/* brandlink.lbi
----------------------------------------- */
.lbibrandlinkfont {
	color: #999;
	font-size: 1em;
}
.lbibrandlinktable {
	border: 1px solid #f60;
}
table.lbibrandlinktable td {
	border: 1px solid #f60;
}
.lbibrandlinktd1 {
	width: 110px;
}
.lbibrandlinktd2 {
	width: 40px;
}
.clickablebordernone {
    border-width: 0;
}
.libundertable {
	border: 0 solid #f60;
}
table.libundertable td {
	border: 0 solid #f60;
}
