@charset "UTF-8";
/* basic_white */

/* =================================================
	=Index=
	Default settings
		Reset
		Element
		Hyper text
		Headline
	Layout
	Header
	Topic path (pankuzu)
	Main
	Side menu (Plugin)
	Footer
================================================= */

/* 初期設定
---------------------*/

html {
	overflow-y:scroll;/* For Mozilla's bug */
}

body {
	margin:0;
	padding:0px;
	color: #666666;	
	font-family : 'Hiragino Kaku Gothic Pro', Meiryo, san-serif;
	font-size: 62.5%;
	line-height: 1.7;
	text-align: center;
}


h1, h2, h3, h4, h5, h6, p, span, ul, ol, li, dl, dt, dd, table, th, td, input, legend, div, form, hr, address {
	margin:0;
	padding:0;
	list-style:none;
	font-style:normal;
}

img {
	border:none;
	vertical-align:middle;
}

hr {
	display:none;
}

a {
/*\*/
   overflow:hidden;
/**/
}

a:focus{
	outline:none;
}

/* Float & Clear
---------------------*/

.left {
	float:left;
}

.right {
	float:right;
}


div:after, ul:after, dl:after, ol:after, dt:after, dd:after, td:after, h3:after, h4:after {
	content:"";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/* IE7用*/
div {
	zoom:100%;
}


/* Link
---------------------*/

a:link {
	text-decoration:none;
	color:#666666;
}

a:visited {
	text-decoration:none;
	color:#666666;
}

a:hover,a:active {
	text-decoration:underline;
	color:#F8597B;
}

/* テキスト
---------------------*/

.text_right{ text-align:right;}
.text_center{ text-align:center;}
.text_red{ color: #f8597b;}
.text_red02{color: #ee0000;}


/* header
---------------------*/

#header{
	margin: 0px auto;
	width: 955px;
}
	
#header h1{
	float:left;
	padding:50px 0 0;
	width: 304px;
}

#header .link_area{
	float:right;
	width: 650px;
}

#header .link_area .head_list{
	float:right;
	width: 500px;
	padding:15px 0 20px;
}

#header .link_area .head_list li{
	float:left;
	font-size:1.1em;
	letter-spacing: 0.18em;
}

#header .link_area .head_btn{
	width: 650px;
	padding:25px 0 0;
}

#header .link_area .head_btn ul{
	float:right;
	width: 570px;
}

#header .link_area .head_btn li{
	float:left;
	margin-right:15px;
}

#header .link_area .head_btn li.btn02{
	float:left;
	margin-right:15px;
}

#header .link_area .head_btn li.btn03{
	margin-right:0px;
}

/* content
---------------------*/

#content{
	margin: 0px auto;
	padding:25px 0 0;
	width: 955px;
}

/*content_main*/

#content .content_main{
	float:right;
	width: 800px;
}

#content .main_recommend{
	width: 800px;
}

#content .main_recommend dl{
	float:left;
	margin:35px 14px 0 0;
	width: 186px;
	_height:200px;
	min-height:200px;
	font-size:1.2em;
}

#content .main_recommend dl dd{
	padding:8px 0 0;
}

#content .main_recommend dl dd strong.new{
	color:#f8597b;	
}

#content .main_recommend dl dd strong.reco{
	color:#3ca5bb;	
}

#content .information{
	width: 800px;
	padding:50px 0 30px;
}

#content .information a:link {
	text-decoration:underline;
	color:#666;
}

#content .information a:visited {
	text-decoration:underline;
	color:#666;
}

#content .information a:hover,a:active {
	text-decoration:none;
	color:#F8597B;
}

#content .info_left{
	float:left;
	width: 385px;
	text-align:left;
}

#content .info_left h3{
	padding:0 0 5px 5px;
	border-bottom: 1px solid #333;
	font-size:1.4em;
}

#content .info_left dl{
	padding:15px 15px 0;
	font-size:1.2em;
	line-height:2;
}

#content .info_left dl dt{
	color:#3ca5bb;
	font-weight: bold;	
}

#content .info_right{
	float:right;
	width: 385px;
	text-align:left;
}

#content .info_right h3{
	padding:0 0 5px 5px;
	border-bottom: 1px solid #333;
	font-size:1.4em;
}

#content .info_right dl{
	padding:15px 15px 0;
	font-size:1.2em;
	line-height:2;
}

#content .info_right dl dt{
	color:#f8597b;
	font-weight: bold;	
}

#content .page_top{
	text-align:right;
	font-size:1.2em;
	padding:0 12px 0 0;	
}

#content .page_top a:link {
	text-decoration:none;
	color:#3ca5bb;
}

#content .page_top a:visited {
	text-decoration:none;
	color:#3ca5bb;
}

#content .page_top a:hover,a:active {
	text-decoration:underline;
	color:#3ca5bb;
}

/*content_side*/

#content .content_side{
	float:left;
	width: 140px;
}

#content .content_side .menu{
	padding:10px 0 0;
}

#content .content_side .menu li{
	font-size:1.5em;
	text-align:left;
	margin-bottom:17px;
}

#content .content_side .banner{
	padding:20px 0 0;
}

#content .content_side .banner li{
	margin-bottom:10px;
	text-align:left;
}

/* コンテンツの中のリンク */

#content #itemdetail_page a:link,
#content #itemdetail_page a:visited {
	text-decoration:underline;
	color:#666666;
}

#content #itemdetail_page a:hover,
#content #itemdetail_page a:active {
	text-decoration:underline;
	color:#F8597B;
}


/* サイドメニューのリンク */

#content .content_side a:link {
	text-decoration:none;
	color:#666666;
}

#content .content_side a:visited {
	text-decoration:none;
	color:#666666;
}

#content .content_side a:hover,a:active {
	text-decoration:underline;
	color:#F8597B;
}


/* footer
---------------------*/

#footer{
	margin: 15px auto 0;
	padding:22px 0 30px;
	width: 955px;
	font-size:1.1em;
	background: url(https://cart.fc2img.com/upfile/lanadog/dot_line.gif) repeat-x left top;
	text-align:left;
}

#footer .foot_list{
	width: 900px;
	margin-left:20px;
	padding-bottom:10px;
}

#footer .foot_list li{
	float:left;
	letter-spacing: 0.18em;
}

#footer p{
	margin-left:20px;
}

#footer p strong{
	color:#3ca5bb;
}

#footer p.copy{
	text-align:right;
}


/* second
---------------------*/

.pankuzu{
	text-align:left;
	font-size:1.1em;
	padding:0 0 20px;
}

h2.sec_ttl{
	background: url(https://cart.fc2img.com/upfile/lanadog/dot_h2line.gif) repeat-x left bottom;
	padding: 0 0 3px 12px;
	font-size:1.5em;
	font-weight:normal;
	color:#f8597b;
	text-align:left;
}

h2.sec_ttl strong{
	font-size:1.5em;
	font-weight:normal;
	margin-right:12px;
	color:#666;
}

.section{
	padding: 20px 0 15px 15px;
	font-size:1.5em;
	text-align:left;
}

.section h3{
	font-size:1.2em;
	font-weight:normal;
	color:#3ca5bb;

}

h3.sec_ttl{
	font-size:1.6em;
	padding:30px 0 5px 10px;
	border-bottom: 1px solid #666;	
	text-align:left;
	font-weight:normal;
}

.section p{
	margin-bottom:15px;
}

.section p.section_img{
	margin-bottom:5px;
}

.section p.section_caption{
	margin-bottom:5px;
	font-size:0.9em;
}

.section dd{
	margin-bottom:15px;
}

.section a:link {
	text-decoration:underline;
	color:#666;
}

.section a:visited {
	text-decoration:underline;
	color:#666;
}

.section a:hover,a:active {
	text-decoration:none;
	color:#F8597B;
}









/* =================================================
	Maintenance page
================================================= */
#maintenance_page {
	width:100%;
}
#maintenance_page p{
	padding:50px;
}

/* =================================================
	Common setting
================================================= */
#main .contents {
	margin:0 0 30px;
	background-color:#ffffff;
	text-align:left;
}

#main h2 {
	margin-bottom: 15px;
	background: #6FA0C5;
	padding: 8px 0 8px 10px;
	color: white;
}

#main h3 {
	margin-bottom: 15px;
	color: #333333;
	padding: 8px 0 8px 10px;
	border-bottom:3px solid #6FA0C5;
}

/* =================================================
	Shop information
================================================= */
#main #shopinfo_page {
	border: 1px solid #DFDFDF;
}

#main #shopinfo_page h2 {
	margin-bottom: 0;
}

#shopinfo_page ul,
#shopinfo_page .news-comment {
	padding: 10px;
}

#shopinfo_page .infoall {
	padding: 0 10px 10px;
	text-align: right;
}

#shopinfo_page li span,
#shopinfo_page h2 span {
	margin-right: 10px;
}



/* =================================================
	custom page
================================================= */
#main #user_page {
	border: 1px solid #DFDFDF;
}

#main #user_page h2 {
	margin-bottom: 0;
}

#user_page .user_cntent {
	padding: 10px;
}

/* =================================================
	Sort
================================================= */
.sort fieldset input {vertical-align:middle;}

.sort .sortbox {
	padding: 5px 10px;
	/*font-size:12px;*/
}
.sort .sortbox ul {
	overflow:hidden;
	display: inline;
	 padding-right:20px;
}
.sort .sortbox ul li {
	padding-right:10px;
	display: inline;
}

.sortbox fieldset { display: inline;}

.pagerbox {
	padding: 10px 0 5px 0;
	margin: 20px 0;
	text-align: center;
}

.pagerbox span {
	border:1px solid #DFDFDF;
	background:#999;
	color:#FFF;
	padding:3px 8px;
	margin:2px 3px;
}

.pagerbox a {
	border:1px solid #DFDFDF;
	padding:3px 8px;
	margin:2px 3px;
	text-decoration: none;
}

.pagerbox a:hover {
	background:#999;
	color:#FFF;
}

.pagerbox p {
	margin-top: 10px;
}

/* =================================================
	Item list (Catalog)
================================================= */
.contents .item_list  {
	overflow:hidden;
}
.contents .item_list  ul {
	overflow:hidden;
	margin-left:-40px;
}
.contents .item_list .item {
	float:left;
	width:140px;
	/*height: 30em;*/
	margin: 0 0 15px 40px;
	text-align:right;
}
.contents .item_list .item dl {
	overflow:hidden;
}

/*	商品一覧、おすすめ商品、売れ筋商品
	購入者がチェックor購入した商品リスト
----------------------------------------*/
#recommend_page h3, #buyers_bought h3, #buyers_checked h3 { color: #3ca5bb; border-bottom:1px solid #333; padding:10px 0 5px 0px; font-size:1.1em; margin-bottom:15px; }
#hotitem_page h3 { color: #333333;  border-bottom: 3pxsolid #6FA0C5; }

#recommend_page .item_list .item,
#hotitem_page .item_list .item,
#buyers_checked .item_list .item,
#buyers_bought .item_list .item {}

.contents .item_list  .item dt {margin-bottom: 10px;}
.contents .item_list  .item dd {margin-bottom:5px; text-align:right;}
.contents .item_list  .item .name {font-size:0.9em;overflow:hidden; text-align:left;text-overflow:ellipsis; line-height:1.2;}
.contents .item_list  .item .item_image {text-align: left;}
.contents .item_list  .item .item_image img {border:2px solid #EEE;}
.contents .item_list  .item .item_image img:hover {border:2px solid #f8597b;}
.contents .item_list  .item .comment1 {overflow:hidden; height: 3em; text-align:left; text-overflow:ellipsis;}
.contents .item_list  .item .price {
	font-weight:bold;
	color: #666666;
	text-align:left;
	font-size:0.9em;
}
.contents .item_list  .item .stock {}
.contents .item_list  .item .select_type {}
.contents .item_list  .item .count {}
.contents .item_list  .item .submit {text-align: center; margin-bottom:0;}
.contents .item_list  .item .submit cartbtn {text-align: center;}

/* Item list
----------------------------------------*/
.contents .item_list  .item_list2 {padding-top: 10px; padding-bottom: 10px;}
.contents .item_list  .item2 {}
.contents .item_list  .item2 img {margin-top: 3px; padding: 3px;}
.contents .item_list  .item2 .thumb {float: left;}
.contents .item_list  .item2 .name {padding: 3px; background-color: #DDDDDD;}
.contents .item_list  .item2 .other {padding: 3px; text-align: right;}
.contents .item_list  .item2 .comment {text-align: left; padding: 3px;}

/* Item detail
----------------------------------------*/
.contents .item_list  .item_detail {text-align: center;/* font-size: 12px;*/}
.contents .item_list  .item_detail img {border: 1px solid #CCCCCC; background-color: #FFFFFF; margin: 3px; padding: 3px;}
.contents .item_list  .item_detail .thumb {float: left; margin-top: 10px; width: 33%;}
.contents .item_list  .item_detail .img-comment {padding: 3px;}
.contents .item_list  .item_detail .comment {padding: 3px; text-align: left;}
.contents .item_list  .item_detail .about {text-align: right;}
.contents .item_list  .item_detail .about .other {padding: 3px;}


/* Item detail
----------------------------------------*/
#itemdetail_page .item_detail {
	zoom:100%;
}

#itemdetail_page .item_detail:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#itemdetail_page .item_detail .item_images {
	width:340px;
	float:left;
}

#itemdetail_page .item_detail .item_images .thumb {
	margin-bottom: 10px;
}

#itemdetail_page .item_detail .item_images .thumb img{
	max-width:320px;
	width:auto!important;
	width:320px;
}

#itemdetail_page .item_detail .comment {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #CCC;
}

#itemdetail_page .item_detail .point_image{
	text-align:left;
	padding:0 0 2px 13px;
}

#itemdetail_page .item_detail .detail_items{
	padding:10px 10px 0 20px;
	text-align:left;
	font-size:1.5em;
}

#itemdetail_page .item_detail .detail_items li{
	margin:0 0 5px;
}

#itemdetail_page .item_detail .detail_items .price{
	color: #f8597b;
}

#itemdetail_page .item_detail .detail_items .submit{
	text-align:right;
}


#itemdetail_page .item_detail .detail_attention {
	font-size:1.0em;
	text-align:left;
	padding:10px 0 10px 20px;
	border-bottom: 1px solid #cccccc;
}

#itemdetail_page .item_detail .detail_attention dt {
	font-size:1em;
	font-weight: bold;
	color: #0f8597;
}

#itemdetail_page .item_detail .comment_box{
	padding:20px 10px 0 20px;
	text-align:left;
	font-size:1.3em;
}

#itemdetail_page .item_detail .item_comment {
	float: right;
	width: 455px;
	text-aling:left;
}

#itemdetail_page .item_detail .comment .point_image {
	margin:0 0 10px;
}

#itemdetail_page .item_detail .comment .comment1 {
	margin:0 0 10px;
}

#itemdetail_page .item_detail .comment .comment2 {
	margin:0 0 10px;
}

#itemdetail_page .item_detail .product {
	border:1px solid #DFDFDF;
	padding:5px;
	background:#FFFFFF;
}

#itemdetail_page .item_detail .product input,
#itemdetail_page .item_detail .product select {
	vertical-align:middle;
}

#itemdetail_page .item_detail .product .price {
	padding:0 0 10px;
	font-size:124%;
	font-weight:bold;
}
#itemdetail_page .item_detail .product .select_type,
#itemdetail_page .item_detail .product .stock,
#itemdetail_page .item_detail .product .count {
	display:inline;
	padding:0 5px;
	text-align:right;
}

#itemdetail_page .item_detail .submit {
	display: block;
	text-align:center;
	margin: 5px 0;
}

/* =================================================
	Check cart
================================================= */
#checkcart_page .table1 .tr2 .price,
#checkcart_page .table1 .tr2 .total {
	text-align: right;
}

/* =================================================
	login_page
================================================= */
#login_page .login {
	margin-bottom: 20px;
	zoom:100%;
}

#login_page .login:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#login_page .login_message {
	float:left;
	width:450px;
}

#login_page .login_form {
	float:right;
	width:280px;
	padding:10px 10px 0;
	background:#FFFFFF;
	border:1px solid #DFDFDF;
}

#login_page .login_form li {
	margin-bottom: 10px;
	text-align: center;
	zoom:100%;
}

#login_page .login_form li:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#login_page .login_form li input[type=text],
#login_page .login_form li input[type=password] {
	width:130px;
	padding:5px;
	border:2px solid #7C7C7C;
}

#login_page .login_form li span {
	display: block;
	float:left;
	width:120px;
	padding:0 0 8px 0;
	vertical-align:middle;
	text-align: left;
}

/* =================================================
	inquiry_page
================================================= */
#inquiry_page .inquiry_header {
	margin-bottom: 10px;
}

#inquiry_page td input {
	width: 400px;
}

#inquiry_page td input.name {
	width: 200px;
}

#inquiry_page td textarea {
	width: 400px;
	height:200px;
}

#inquiry_page .inquirybutton {
	text-align: center;
	padding: 10px 0;
}

/* =================================================
	members_signup ,members_withdraw
================================================= */
#members_signup .signup_header,
#members_withdraw .withdraw_header {
	margin-bottom: 10px;
}

#members_signup td input[type=text] {
	width: 200px;
}

#members_signup td input.email {
	width: 400px;
}

#members_signup td textarea {
	width: 400px;
	height:40px;
}

#members_signup .signupbutton,
#members_withdraw .withdrawbutton {
	text-align: center;
	padding: 10px 0;
}
/* =================================================
	checkout_page
================================================= */
#checkout_page .regi_header {
	margin-bottom: 10px;
}

/* =================================================
	Register
================================================= */
.goto_cart {
	text-align:center;
	margin-left:30px;
}
.goto_cart img {
	margin-right:30px;
	margin-top:10px;
}
.goto_cart input {
	margin-right:30px;
}
.goto_cart1 {
	width:50%;
	float:right;
}
.goto_cart1 input {
	text-align:left;
	margin-left:10px;
}
.goto_cart2 {
	width:50%;
	text-align:right;
	float:right;
}
.goto_cart2 input {
	margin-right:10px;
}

.registerbutton,
.registerbutton1 {
	text-align: center;
	padding: 10px 0;
}

.registerbutton2 {
	text-align: left;
}

/* =================================================
	Table style
================================================= */
.table1 {
	border:1px solid #DFDFDF;
	border-collapse:collapse;
	width:100%;
	margin:0 0 10px;
}

.table1 td {
	padding:8px 5px;
	border:1px solid #DFDFDF;
	font-size:0.8em;
	text-align:center;
}

.table1 td.text_left {
	text-align:left;
}

.table1 td.text_right {
	text-align:right;
}

.table1 th {
	padding:8px 5px;
	background:#666;
	border:1px solid #DFDFDF;
	color:#FFF;
	text-align: left;
}

.table1 .tr1 td,
.table1 .td2 {
	padding:8px 5px;
	background:#EFEFEF;
	border:1px solid #DFDFDF;
	font-weight: bold;
}

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

.table1 #left1 {
	text-align:left;
}
.table1 #center1 {
	text-align:center;
}
.table1 #right1 {
	text-align:right;
}

/*重要メッセージ*/
.importantmessage {
	font-weight:bolder;
	color:#333333;
	margin-bottom: 5px;
}
.errormessage {
	font-weight:bolder;
	color:#ff3300;
	border:2px solid #FF6A68;
	padding:5px;
	margin-bottom: 5px;
}


/* =================================================
	Side menu (Plugin)
================================================= */
#sidemenu .plugin {
	text-align:left;
	margin-bottom: 30px;
}

#sidemenu .plugin h3 {
	background:url(https://cart.fc2img.com/template/basic_white/image/sidemenu_titlebg.png) no-repeat top center;
	border-bottom:1px solid #DFDFDF;
	padding: 16px 0 10px 10px;
	margin-bottom:8px;
	font-weight:bold;
}

#sidemenu  form {
	background:#FFFFFF;
	border:1px solid #DFDFDF;
	padding: 10px 10px 0 10px;
} 

/* List
----------------------------------------*/
#sidemenu .plugin ul {
	padding:0px 5px;
	background-color:#ffffff;
}

#sidemenu .plugin ul li {
	padding:5px 0 5px 25px;
	border-bottom:1px solid #DFDFDF;
	background:url(https://cart.fc2img.com/template/basic_white/image/sidemenu_linkbg.png) no-repeat 10px center;
}

/* Plugin - Menu, Category
----------------------------------------*/
#sidemenu #menu a,
#sidemenu #category a {
	display: block;
	padding:5px 0 5px 25px;
	border-bottom:1px solid #DFDFDF;
	background:url(https://cart.fc2img.com/template/basic_white/image/sidemenu_linkbg.png) no-repeat 10px center;
}

#sidemenu .plg_body a.Top {
}
#sidemenu .plg_body a.Main {
}

/* 子カテゴリ */
#sidemenu #category a.Sub {
	padding:5px 0 5px 40px;
	border-bottom:1px solid #DFDFDF;
	background: none;
}

/* Plugin - Cart items
----------------------------------------*/
#sidemenu .cartin {
	background:#DFDFDF;
	border:1px solid #DFDFDF;
	padding:10px;
}
#sidemenu .cartin_item {
	border-bottom:1px dotted #DFDFDF;
	text-align:right;
}
#sidemenu .cartin .name {
	text-align:left;
	padding:0px 5px;
	font-weight:bold;
}

#sidemenu .cartin .price {
	text-align:right;
	padding:0px 5px;
}
#sidemenu .cartin .subtotal {
	text-align:right;
	padding:0px 5px;
}
#sidemenu .cartin .total {
	text-align:right;
	padding:5px;
	font-weight:bold;
}
#sidemenu .cartin .submit {
	padding-top:10px;
}

/* Plugin - Search
----------------------------------------*/
#sidemenu .plugin-search { padding-bottom: 10px; }
#sidemenu .plugin-search input {
	padding:2px;
	margin-bottom: 5px;
}

#sidemenu .plugin-search input[type=text],
#sidemenu .plugin-search input[type=password] {
	width: 174px;
	border: 1px solid #7C7C7C;
}

/* inquiry link , signup link
----------------------------------------*/
#sidemenu .inquiry,
#sidemenu .signup {
	display: block;
	line-height: 3em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #DFDFDF;
	text-align: center;
	color: #7C7C7C;
	text-decoration: none;
}

/* news_style
----------------------------------------*/

.news_style{
	text-align: left;
	padding: 0 0 15px;
	font-size: 13px;
}

.news_style li{
	list-style: disc;
	padding: 7px 0 0 5px;
	margin:0 0 0 20px;
}

.news_link{
	padding: 0 0 30px;
}

.news_detail{
	padding: 0 0 0 15px;
}

.news_detail h2{
	text-align: left;
	padding: 20px 0 5px;
}

.news_detail p{
	text-align: left;
	font-size: 13px;
}

/* user_page
----------------------------------------*/

.user_page{
	padding: 0 0 0 15px;
}

.user_page h2{
	text-align: left;
	padding: 20px 0 5px;
}

.user_page .user_cntent{
	padding: 30px 0;
	text-align: left;
	font-size: 13px;
}
