@charset "UTF-8";

/*サーバメンテナンス用に、CSSを追加*/
@import url("maintenance.css");

/*======================================基本======================================*/


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:small;
	margin:0;
	text-align:center;
}

table.lineuplist td {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
}


div.strleft    { text-align:left; font-size:17px; }
div.strwhite   { color:#FFF; }


ul {
	list-style:none;
}




a {
	text-decoration:none;
	border:none;
}


a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}



h1 {
	margin:0;
	font-size:18px;
}


.appeal_maintext {
	font-size:36px;
	margin:0;
	padding:12px 0 6px 0;
}

.appeal_subtext {
	font-size:18px;
	margin:0;
	padding:6px 0 12px 0;
}


/*クリア*/
.sty_clear {
	clear:both;
}

/*ロゴ*/
.site_toparea {
	height:160px;
	background:#e5e5de;
	position:relative;
	width:100%;
}

.site_topcontent {
	width:100%;
	position:absolute;
	bottom:8px;
}


.header_area {
	background-color:#e5e5de;
}



/*======================================基本（エンド）======================================*/








/*======================================PC用======================================*/




.site_logo {
	background-image:url(/kpi/img/logo.png);
	width:125px;
	height:70px;
	margin:16px auto;
}

/*ヘッダー*/
.header_titlearea {
	width:960px;
	height:40px;
	/*background:#9999CC;*/
	margin:0 auto;
}

.header_titlelist {
	font-weight:bold;
	width:160px;
	line-height:40px;
	/*background:#6C6;*/
	float:left;
}

/*フッター*/
.footer_titlearea {
	width:960px;
	height:40px;
	/*background:#9999CC;*/
	margin:0 auto;
	/*border-top:1px solid #666;*/
}

.footer_titlelist {
	width:160px;
	line-height:100px;
	/*background:#6C6;*/
	float:left;
}

/*サイトトップ画像*/
.sitetop_img {
	background-image:url(/kpi/img/img_main.jpg);
	width:960px;
	height:554px;
	margin:0 auto;
}

.sitetop_txt {
	font-size:24px;
}

/*コンテンツ領域*/
.content_mainarea {
	width:960px;
	height:100%;
	margin:0 auto;
	text-align:left;
}

.content_mainarea2 {
	width:600px;
	height:100%;
	margin:0 auto;
}


/*お知らせ領域*/
.information_mainarea {
	width:960px;
	height:300px;
	margin:0 auto;
}

.news_titleimg {
	background-image:url(/kpi/img/ttl_news.png);
	background-repeat:no-repeat;
	background-size:auto;
	width:70px;
	height:17px;
}

.news_mainarea1 {
	background-color:#FFF;
	width:600px;
	float:left;
	margin-bottom:24px;
}

.news_mainarea2 {
	height:240px;
	margin:8px;
	text-align:left;
}

.news_textarea {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-top:8px;
	border:none;
	float:left;
}

.submenu_mainarea {
	width:360px;
	float:left;
	margin-bottom:24px;
}

.submenu_hajimete {
	background-image:url(/kpi/img/btn_hajimete.png);
	background-repeat:no-repeat;
	background-size:auto;
	background-position:right;
	width:100%;
	height:82px;
	margin-bottom:12px;
}

.submenu_minna {
	background-image:url(/kpi/img/btn_minna.png);
	background-repeat:no-repeat;
	background-size:auto;
	background-position:right;
	width:100%;
	height:82px;
	margin-bottom:12px;
}





/*バナー領域*/
.banner_mainarea {
	width:900px;
	margin:0 auto;
}

.banner_listarea {
	width:300px;
	height:240px; 
	float:left;
}

.banner_listtext {
	width:100%;
}

.banner_listimg1 {
	background-image:url(/kpi/img/banner/banner_sharaku.jpg);
	background-position:center;
	background-size:auto;
	background-repeat:no-repeat;
	width:100%;
	height:125px;
	margin-bottom:12px;
}

.banner_listimg2 {
	background-image:url(/kpi/img/banner/banner_publish.jpg);
	background-position:center;
	background-size:auto;
	background-repeat:no-repeat;
	width:100%;
	height:125px;
	margin-bottom:12px;
}

.banner_listimg3 {
	background-image:url(/kpi/img/banner/banner_cargo.jpg);
	background-position:center;
	background-size:auto;
	background-repeat:no-repeat;
	width:100%;
	height:125px;
	margin-bottom:12px;
}

.banner_listimg4 {
	background-image:url(/kpi/img/banner/banner_priate.jpg);
	background-position:center;
	background-size:auto;
	background-repeat:no-repeat;
	width:100%;
	height:125px;
	margin-bottom:12px;
}

.banner_listimg5 {
	background-image:url(/kpi/img/banner/banner_matsumoto.jpg);
	background-position:center;
	background-size:auto;
	background-repeat:no-repeat;
	width:100%;
	height:125px;
	margin-bottom:12px;
}
















/*編集画面へ*/
.editor_btnarea {
	width:665px;
	margin:0 auto;
}

.editor_btnlist {
	background-image:url(/kpi/product/img/ring/btn_ring_l.png);
	background-size:contain;
	width:665px;
	height:77px;
}




/*商品種別*/
.productinfo {
	width:960px;
	height:81px;
	margin:0 auto;
	/*background:#FFCC33;*/
}

.productinfo1 {
	background-image:url(/kpi/img/btn_product_hardcover.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-size:auto;
	width:320px;
	height:80px;
	/*background:#0C3;*/
	/*text-align:left;*/
	float:left;
}

.productinfo2 {
	background-image:url(/kpi/img/btn_product_ring.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto;
	width:320px;
	height:80px;
	/*background:#F90;*/
	/*text-align:center;*/
	float:left;
}

.productinfo3 {
	background-image:url(/kpi/img/btn_product_softcover.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-size:auto;
	width:320px;
	height:80px;
	/*background:#06C;*/
	/*text-align:right;*/
	float:left;
}

/*商品紹介画像領域*/
.product_kakakuinfo {
	width:960px;
	margin:0 auto;
}

/*価格表領域*/
.product_kakakucost {
	width:458px;
	height:452px;
	float:left;
	margin-left:10px;
}

/*オプション領域*/
.product_optioninfo {
	width:960px;
	height:300px;
	margin:0 auto;
}

/*支払方法*/
.payment_listarea {
	width:960px;
	height:43px;
	margin:0 auto;
}

.payment_listitem1 {
	background-image:url(/kpi/guide/img/shiharai_credit.png);
	background-size:auto;
	width:227px;
	height:43px;
	margin-right:17px;
	float:left;
}

.payment_listitem1a {
	background-image:url(/kpi/guide/img/shiharai_credit2.png);
	background-size:auto;
	width:227px;
	height:43px;
	margin-right:17px;
	float:left;
}

.payment_listitem2 {
	background-image:url(/kpi/guide/img/shiharai_daibiki.png);
	background-size:auto;
	width:227px;
	height:43px;
	margin-right:17px;
	float:left;
}

.payment_listitem2a {
	background-image:url(/kpi/guide/img/shiharai_daibiki2.png);
	background-size:auto;
	width:227px;
	height:43px;
	margin-right:17px;
	float:left;
}

.payment_listitem3 {
	background-image:url(/kpi/guide/img/shiharai_atobarai.png);
	background-size:auto;
	width:227px;
	height:43px;
	margin-right:18px;
	float:left;
}

.payment_listitem3a {
	background-image:url(/kpi/guide/img/shiharai_atobarai2.png);
	background-size:auto;
	width:227px;
	height:43px;
	margin-right:18px;
	float:left;
}

.payment_listitem4 {
	background-image:url(/kpi/guide/img/shiharai_souryou.png);
	background-size:auto;
	width:227px;
	height:43px;
	float:left;
}

.payment_listitem4a {
	background-image:url(/kpi/guide/img/shiharai_souryou2.png);
	background-size:auto;
	width:227px;
	height:43px;
	float:left;
}

.sitemap_list {
	width:600px;
	margin:0 auto;
	line-height:200%;
	font-weight:bold;
}






/*======================================PC用（エンド）======================================*/






