@charset "utf-8";
/*
Theme Name: Ultimate_Color10_Pc
Theme URI: http://ultimatedragon.jp/
Description: Color5 for Red,Orange,Pink,Green,Blue
Author: Ultimate Dragon Inc.
Author URI: http://ultimatedragon.jp/
*/


/*******************************
全体設定
*******************************/
* {
	margin: 0;
	padding: 0;
}
html {
	background: #ffffff;
}
body {
	font: 14px/1.5 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #333333;
}
/* bodyカラー別 */
body.red { background:url(images/header-red-bg.png) repeat-x; }
body.orange { background:url(images/header-orange-bg.png) repeat-x; }
body.pink { background:url(images/header-pink-bg.png) repeat-x; }
body.green { background:url(images/header-green-bg.png) repeat-x; }
body.blue { background:url(images/header-blue-bg.png) repeat-x; }
body.aqua { background:url(images/header-aqua-bg.png) repeat-x; }
body.brown { background:url(images/header-brown-bg.png) repeat-x; }
body.black { background:url(images/header-black-bg.png) repeat-x; }
body.navy { background:url(images/header-navy-bg.png) repeat-x; }
body.purple { background:url(images/header-purple-bg.png) repeat-x; }

/* リンク設定 */
a {
	color: #0077e6;
	text-decoration: none;
}
a:hover {
	color: #0077e6;
	text-decoration: none;
}
a:active, a:focus {
	outline: 0;
}
/* 画像設定 */
img {
	border: 0;
}
/* 回り込み解除 */
.clear {
	clear: both;
}
p {
	margin-bottom: 10px;
}
/* 寄り */
.center {
	text-align: center;
}
.right {
	text-align: right;
}



/*******************************
全体幅
*******************************/
#header, .inner ,#header_single {
	margin: 0 auto;
	width: 940px;
}



/*******************************
/* ヘッダー
*******************************/
#header {
	position: relative;
	height: 100px;
}
#header h1, #header ul {
	position: absolute;
	top: 0;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}
/* H1設定 */
#header h1 {
	top: 40px;
	font-size: 24px;
	font-weight: bolder;
	color: #fff;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
/* ヘッダー上部文言設定 */
#header p {
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
/* パンクズ設定 */
#breadcrumb {
	width: 950px;
	margin: 0 auto;
	background: url(images/breadcrumb_bg.png) no-repeat;
	overflow: hidden;
}
#breadcrumb ul {
	float: right;
	margin-right: 25px;
	padding: 10px 0 0 0;
}
#breadcrumb ul li {
	list-style: none;
	float: left;
}



/*******************************
コンテンツ位置
*******************************/
#container {
	padding: 10px 0;
	width: 950px;
	background: url(images/container.png) repeat-y;
	margin: 0 auto;
	overflow: hidden;
}



/*******************************
メイン（右側）
*******************************/
#main {
	float: right;
	width: 680px;
	padding-right: 25px;
	padding-bottom: 40px;
	overflow: hidden;
}
#main h2 {
	padding: 0 5px 0 32px;
	line-height: 46px;
	font-size: 20px;
	color: #ffffff;
}
/* H2カラー別 */
.red #main h2 { background: url(images/m_h2-red.png) no-repeat 0 100%; }
.pink #main h2 { background: url(images/m_h2-pink.png) no-repeat 0 100%; }
.orange #main h2 { background: url(images/m_h2-orange.png) no-repeat 0 100%; }
.green #main h2 { background: url(images/m_h2-green.png) no-repeat 0 100%; }
.blue #main h2 { background: url(images/m_h2-blue.png) no-repeat 0 100%; }
.aqua #main h2 { background: url(images/m_h2-aqua.png) no-repeat 0 100%; }
.black #main h2 { background: url(images/m_h2-black.png) no-repeat 0 100%; }
.brown #main h2 { background: url(images/m_h2-brown.png) no-repeat 0 100%; }
.navy #main h2 { background: url(images/m_h2-navy.png) no-repeat 0 100%; }
.purple #main h2 { background: url(images/m_h2-purple.png) no-repeat 0 100%; }



/* 商品カテゴリ一覧 */
.goods {
	overflow:hidden;
}
.goods_block {
	width:150px;
	float:left;
	margin:20px 10px 20px 10px;
}
.goods_block .goods_categroy {font-size:11px;}
.goods_block .goods_categroy a {color:#333333;}


/* 商品ボタン サイズ */
.button.normal {
	padding-top:25px;
	width:370px;
	height:117px;
	margin: 0 auto;
}
.button.large {
	padding-top:25px;
	width:620px;
	height:117px;
	margin: 0 auto;
}
.button p.link_text {
	padding: 20px 5px 0 65px;
	font-size: 30px;
	color: #ffffff;
}
.button p.link_text a {color: #ffffff;}
.button p.link_text a:hover {color: #ffffff; text-decoration:underline;}

/* 商品ボタン標準 カラー別 */
.button.normal.red { background: url(images/button_red.png) no-repeat 0 100%; }
.button.normal.blue { background: url(images/button_blue.png) no-repeat 0 100%; }
.button.normal.green { background: url(images/button_green.png) no-repeat 0 100%; }
.button.normal.orange { background: url(images/button_orange.png) no-repeat 0 100%; }
.button.normal.pink { background: url(images/button_pink.png) no-repeat 0 100%; }
.button.normal.black { background: url(images/button_black.png) no-repeat 0 100%; }
.button.normal.navy { background: url(images/button_navy.png) no-repeat 0 100%; }
.button.normal.brown { background: url(images/button_brown.png) no-repeat 0 100%; }
.button.normal.aqua { background: url(images/button_aqua.png) no-repeat 0 100%; }
.button.normal.purple { background: url(images/button_purple.png) no-repeat 0 100%; }

/* 商品ボタンラージ カラー別 */
.button.large.red { background: url(images/button_red_large.png) no-repeat 0 100%; }
.button.large.blue { background: url(images/button_blue_large.png) no-repeat 0 100%; }
.button.large.green { background: url(images/button_green_large.png) no-repeat 0 100%; }
.button.large.orange { background: url(images/button_orange_large.png) no-repeat 0 100%; }
.button.large.pink { background: url(images/button_pink_large.png) no-repeat 0 100%; }
.button.large.black { background: url(images/button_black_large.png) no-repeat 0 100%; }
.button.large.navy { background: url(images/button_navy_large.png) no-repeat 0 100%; }
.button.large.brown { background: url(images/button_brown_large.png) no-repeat 0 100%; }
.button.large.aqua { background: url(images/button_aqua_large.png) no-repeat 0 100%; }
.button.large.purple { background: url(images/button_purple_large.png) no-repeat 0 100%; }



/* カテゴリー一覧 */
#main_1clumn ul.category {
	overflow: hidden;
	border-left: solid 1px #cecece;

}

#main_1clumn ul.category > li {
	line-height: 22px;
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	list-style: none;
	width: 223.6px;
	margin:0;
	float:left;
	vertical-align:top;
}
#main_1clumn ul.category > li > a {
	background: url(images/arrow01.png) no-repeat 2px 11px;
	display: block;
	padding: 8px 0px 8px 24px;
	margin-left: 8px;
	font-size: 14px;
}
#main_1clumn ul.category li .children li {
	list-style: none;

	line-height: 22px;
	border-top: solid 1px #cecece;
	list-style: none;
	padding: 3px 0px 3px 0px;
}
#main_1clumn ul.category li .children li a {
	background: url(images/arrow02.png) no-repeat 4px 8px;
	display: block;
	padding: 0px 0px 0px 20px;
	margin-left: 20px;
	font-size: 12px;
}
#main_1clumn ul a {
	color: #333333;
}



/*******************************
サイドバー（左側）
*******************************/
#sidebar {
	float: left;
	width: 200px;
	padding-left: 25px;
	padding-bottom: 40px;
	font-size: 14px;
	overflow: hidden;
}
/* H3見出し */
#sidebar h3 {
	padding: 0 5px 0 32px;
	line-height: 46px;
	font-size: 20px;
	color: #ffffff;
	background: url(images/s_h3.png) no-repeat 0 100%;
}
/* H3カラー別 */
.red #sidebar h3 { background: url(images/s_h3-red.png) no-repeat 0 100%; }
.orange #sidebar h3 { background: url(images/s_h3-orange.png) no-repeat 0 100%; }
.pink #sidebar h3 { background: url(images/s_h3-pink.png) no-repeat 0 100%; }
.green #sidebar h3 { background: url(images/s_h3-green.png) no-repeat 0 100%; }
.blue #sidebar h3 { background: url(images/s_h3-blue.png) no-repeat 0 100%; }
.black #sidebar h3 { background: url(images/s_h3-black.png) no-repeat 0 100%; }
.navy #sidebar h3 { background: url(images/s_h3-navy.png) no-repeat 0 100%; }
.brown #sidebar h3 { background: url(images/s_h3-brown.png) no-repeat 0 100%; }
.aqua #sidebar h3 { background: url(images/s_h3-aqua.png) no-repeat 0 100%; }
.purple #sidebar h3 { background: url(images/s_h3-purple.png) no-repeat 0 100%; }

#sidebar p {
	margin-bottom: 20px;
}
#sidebar > ul {
	margin-bottom: 20px;
}
/* 商品カテゴリ一覧 */

#sidebar ul.sidemenu > li {
	line-height: 22px;
	border-right: solid 1px #cecece;
	border-left: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	list-style: none;
	width: 198px;
	margin:0;
	vertical-align:top;
}
#sidebar ul.sidemenu > li > a {
	display: block;
	padding: 8px 0px 8px 24px;
	margin-left: 8px;
	font-size: 14px;
}
.red #sidebar ul.sidemenu > li > a { background: url(images/arrow-red.png) no-repeat 2px 11px; }
.orange #sidebar ul.sidemenu > li > a { background: url(images/arrow-orange.png) no-repeat 2px 11px; }
.pink #sidebar ul.sidemenu > li > a { background: url(images/arrow-pink.png) no-repeat 2px 11px; }
.green #sidebar ul.sidemenu > li > a { background: url(images/arrow-green.png) no-repeat 2px 11px; }
.blue #sidebar ul.sidemenu > li > a { background: url(images/arrow-blue.png) no-repeat 2px 11px; }
.black #sidebar ul.sidemenu > li > a { background: url(images/arrow-black.png) no-repeat 2px 11px; }
.navy #sidebar ul.sidemenu > li > a { background: url(images/arrow-navy.png) no-repeat 2px 11px; }
.brown #sidebar ul.sidemenu > li > a { background: url(images/arrow-brown.png) no-repeat 2px 11px; }
.aqua #sidebar ul.sidemenu > li > a { background: url(images/arrow-aqua.png) no-repeat 2px 11px; }
.purple #sidebar ul.sidemenu > li > a { background: url(images/arrow-purple.png) no-repeat 2px 11px; }





#sidebar ul.sidemenu li .children li {
	list-style: none;
	width: 200px;
	line-height: 22px;
	border-top: solid 1px #cecece;
	list-style: none;
	padding: 3px 0px 3px 0px;
}
#sidebar ul.sidemenu li .children li a {
	background: url(images/arrow02.png) no-repeat 4px 8px;
	display: block;
	padding: 0px 0px 0px 20px;
	margin-left: 20px;
	font-size: 12px;
}
#sidebar ul a {
	color: #333333;
}


/*******************************
サイドバー（自作）
*******************************/
div .makesidebar {
	float: left;
	width: 200px;
	padding-left: 25px;
	padding-bottom: 0px;
	font-size: 14px;
	overflow: hidden;
}
/* H3見出し */
div .makesidebar h3 {
	padding: 0 5px 0 32px;
	line-height: 46px;
	font-size: 20px;
	color: #ffffff;
	background: url(images/s_h3.png) no-repeat 0 100%;
}
/* H3カラー別 */
.red div .makesidebar h3 { background: url(images/s_h3-red.png) no-repeat 0 100%; }
.orange div .makesidebar h3 { background: url(images/s_h3-orange.png) no-repeat 0 100%; }
.pink div .makesidebar h3 { background: url(images/s_h3-pink.png) no-repeat 0 100%; }
.green div .makesidebar h3 { background: url(images/s_h3-green.png) no-repeat 0 100%; }
.blue div .makesidebar h3 { background: url(images/s_h3-blue.png) no-repeat 0 100%; }
.black div .makesidebar h3 { background: url(images/s_h3-black.png) no-repeat 0 100%; }
.navy div .makesidebar h3 { background: url(images/s_h3-navy.png) no-repeat 0 100%; }
.brown div .makesidebar h3 { background: url(images/s_h3-brown.png) no-repeat 0 100%; }
.aqua div .makesidebar h3 { background: url(images/s_h3-aqua.png) no-repeat 0 100%; }
.purple div .makesidebar h3 { background: url(images/s_h3-purple.png) no-repeat 0 100%; }

div .makesidebar p {
	margin-bottom: 20px;
}
div .makesidebar > ul {
	margin-bottom: 20px;
}
/* 商品カテゴリ一覧 */

div .makesidebar ul > li {
	line-height: 22px;
	border-right: solid 1px #cecece;
	border-left: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	list-style: none;
	width: 198px;
	margin:0;
	vertical-align:top;
}
div .makesidebar ul > li > a {
	display: block;
	padding: 8px 0px 8px 24px;
	margin-left: 8px;
	font-size: 14px;
}

.red div .makesidebar ul > li > a { background: url(images/arrow-red.png) no-repeat 2px 11px; }
.orange div .makesidebar ul > li > a { background: url(images/arrow-orange.png) no-repeat 2px 11px; }
.pink div .makesidebar ul > li > a { background: url(images/arrow-pink.png) no-repeat 2px 11px; }
.green div .makesidebar ul > li > a { background: url(images/arrow-green.png) no-repeat 2px 11px; }
.blue div .makesidebar ul > li > a { background: url(images/arrow-blue.png) no-repeat 2px 11px; }
.black div .makesidebar ul > li > a { background: url(images/arrow-black.png) no-repeat 2px 11px; }
.navy div .makesidebar ul > li > a { background: url(images/arrow-navy.png) no-repeat 2px 11px; }
.brown div .makesidebar ul > li > a { background: url(images/arrow-brown.png) no-repeat 2px 11px; }
.aqua div .makesidebar ul > li > a { background: url(images/arrow-aqua.png) no-repeat 2px 11px; }
.purple div .makesidebar ul > li > a { background: url(images/arrow-purple.png) no-repeat 2px 11px; }


div .makesidebar ul li .children li {
	list-style: none;
	width: 200px;
	line-height: 22px;
	border-top: solid 1px #cecece;
	list-style: none;
	padding: 3px 0px 3px 0px;
}
div .makesidebar ul li .children li a {
	background: url(images/arrow02.png) no-repeat 4px 8px;
	display: block;
	padding: 0px 0px 0px 20px;
	margin-left: 20px;
	font-size: 12px;
}
div .makesidebar ul a {
	color: #333333;
}



/*******************************
/* フッター
*******************************/
#footer {
	clear: both;
	padding: 20px 0 5px;
	border-bottom: 1px solid #5d5d5d;
	overflow: hidden;
	background: url(images/footer.png);
	height: 57px;
	font-size: 11px;
}
#footer .inner {
}
address {
	color: #333;
	font-style: normal;
}



/*******************************
/* 投稿ページ
*******************************/
body.post  {
	background:url(images/header-single.png) repeat-x;
}
.post #header {
        background: url("images/container.png") repeat-y scroll 0 0 transparent;
		width:940px;
		padding:5px;
}
.post #header {
	position: relative;
	height: 100px;
}
.post #header h1, .post #header h2, .post #header h3, .post #header ul, .post #header .banners {
	position: absolute;
	top: 0;
	color: #ff0000;
	font-size: 12px;
	line-height: 30px;
}
.post #header h1 {
	top: 40px;
	font-size: 28px;
	font-weight: bolder;
	color: #ff0000;
	margin-left:15px;
}
.post #header h1 a {
	color: #ff0000;
	text-decoration: none;
}
.post #header p {
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-left:15px;
}
.post #breadcrumb {
        background: url("images/container.png") repeat-y scroll 0 0 transparent;
}
/* ワンカラム */
#main_1clumn {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
}

#main_1clumn h2 {
	padding: 0 5px 0 32px;
	line-height: 46px;
	font-size: 20px;
	color: #ffffff;
	background: url(images/m_h2long.png) no-repeat 0 100%;
}

/* アイキャッチ画像 */
#main_1clumn p.single_img {
	text-align:center;
}

/* 説明 */
table.details {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px solid #cecece;
	border-left:1px solid #cecece;
}
table.details th {
	border-right:1px solid #cecece;
    border-bottom:1px solid #cecece;
	background:#fff8e5 no-repeat left top;
	padding:5px 5px 5px 10px;
	width:20%;
	font-weight:normal;
	text-align:left;
}
table.details td {
	padding:5px 5px 5px 10px;
	width:30%;
	border:1px solid #cecece;
	text-align:left;
}
* html table.details { width:100%; }
/* 商品カルーセル */
.caroufredsel_wrapper {
	width:96% !important;
}
#goods_carousel {
	overflow:hidden;
	padding:0 40px 0 25px;
	width:100%;
	margin-bottom:10px;
}
#goods_prev {
	position:absolute;
	margin-top:-230px;
}
#goods_next {
	position:absolute;
	margin-left:880px;
	margin-top:-230px;
}	
#goods_carousel .goods_block {
	margin-top:0px;
}
#goods_prev:hover,#goods_next :hover{
	cursor:pointer;
}
#goods_carousel .goods_block .goods_details {
	background:#fff8e5;
	font-size:12px;
	padding:3px;
	margin:10px 0 0 0;
	
}
.goods_block .goods_categroy a {color:#333333;}


/* 特定商取引法に基づく表記 */
table.company {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px solid #cecece;
	border-left:1px solid #cecece;
}
table.company th {
	border-right:1px solid #cecece;
    border-bottom:1px solid #cecece;
	background:#fff8e5 no-repeat left top;
	padding:5px 5px 5px 10px;
	width:25%;
	font-weight:normal;
	text-align:left;
}
table.company td {
	padding:5px 5px 5px 10px;
	width:75%;
	border:1px solid #cecece;
	text-align:left;
}
* html table.company { width:100%; }



/*************************************************************
マージン
*************************************************************/
/* マージン設定 */
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}

.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr45 {margin-right:45px;}
.mr50 {margin-right:50px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}

.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml45 {margin-left:45px;}
.ml50 {margin-left:50px;}