/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.probono_link{
    margin-bottom:20px;
    }
    
.probono_title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333;
    }

.probono_title a{
    color: #333;
text-decoration:none;
    } 

.clearfix:after {
	content: ".";  /* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 非表示に */
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
p.mb1 {
	margin-bottom: 1em;
}
h1 {
	display: none;
}
.slider {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: none;
}
.bx-wrapper {
	margin-bottom: 0px !important;
}
.bx-wrapper img {
	max-width: 1000px !important;
	width: 100% !important;
	display: block !important;
}
.bx-controls {
	display: none !important;
}
.bx-wrapper .bx-viewport {
	border: 0px solid #fff !important;
}
.bx-viewport #slider div {
	width: 100%;
}

#header {
	background-color: Black;
	background-image: url(http://img17.shop-pro.jp/PA01165/954/etc/bg_header.jpg);
	background-position: center bottom;
	width: 100%;
	margin: 0 auto;
}
#headerInner {
	position: relative;
}
#headerInner h1 {
	margin: 0 auto;
	text-align: center;
}
#globalNavi {
	width: 100%;
	border-top: 1px solid #ccc;
	background-color: #333333;
}
#globalNaviInner {
	width: 818px;
	margin: 0 auto;
}
#globalButton {
	display:none;
	background-color:#333333;
	color:#fff;	
	text-align:center;
	padding:10px; 
	font-size:20px;
	border-bottom:1px solid #ccc;
}
#globalNavi ul {
	list-style-type: none;
}
#globalNavi ul.imageNavi {
	display:block;	
}
#globalNavi ul.textNavi {
	display:none;	
}
#globalNavi ul.textNavi li {
	border-bottom:1px solid #999;
}
#globalNavi ul.textNavi li a {
	color:#fff;	
	padding:16px 20px;	
	text-decoration:none;
	display:block;
}
#globalNavi ul.textNavi li a:hover {
	color:#fff;	
	background-color:red;
}
#globalNavi ul.imageNavi li {
	float: left;
}
#globalNavi ul li img {
	vertical-align: bottom;
}
.sticky {
	position: fixed;
	top: 0;
}
#contents {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#sidebar {
	width: 20%;
	float: left;
	max-width: 200px;
}
#main {
	width: 80%;
	float: right;
}
#mainInner {
	margin-left: 3%;
	font-size: 15px;
}
#main h2.midashi {
	background-color: #000;
	color: #fff;
	padding: 12px 0px 10px 8px;
	margin-bottom: 30px;
}
#main .intro {
	width: 100%;
	margin-bottom: 1em;
}
#main .intro .image {
	width: 40%;
	float: left;
}
#main .intro .text {
	width: 60%;
	float: right;
}
#main .intro .text p {
	line-height: 150%;
	margin-bottom: 1em;
	margin-left: 15px;
}
#main .itemList {
	width: 100%;
	margin-bottom: 40px;
}
#main .itemList ul li {
	float: left;
	width: 33.333%;
}
#main .itemList ul li img {
	max-width: 100%;
}
#sidebar {
	font-size: 15px;
}
#sidebar h2.midashi {
	background-color: #000;
	color: #fff;
	padding: 12px 0px 10px 8px;
}
#sidebar .itemList {
	border: 1px solid #ccc;
}
#sidebar .itemList ul {
}
#sidebar .itemList ul li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	background-image: url(http://img17.shop-pro.jp/PA01165/954/etc/img_sidebar_01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#sidebar .itemList ul li:last-child {
	border-bottom: none;
}
#sidebar .itemList ul li a {
	display: block;
	padding: 5px 18px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 140%;
	background-image: url(http://img17.shop-pro.jp/PA01165/954/etc/img_sidebar_01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#sidebar .itemList ul li a:hover {
	background-color: #FCE6E5;
}
#toTop {
	max-width: 1000px;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	position: relative;
}
#toTop p.toTop {
	max-width: 100%;
	background-color: red;
	position: absolute;
	right: 20px;
	bottom: -1px;
	cursor: pointer;
}
#footer {
	background-color: #333333;
	margin: 0px auto 0px auto;
	width: 100%;
}
#footerInner {
	max-width: 818px;
	margin: 0 auto;
	position: relative;
}
#footerNavi {
	list-style-type: none;
}
#footerNavi li {
	float: left;
}
#footerNavi li img {
	vertical-align: bottom;
}
#remoteNavi {
	border-top: 1px solid #fff;
	padding-top: 10px;
}
#remoteNavi ul {
	margin: 0 auto;
	width: 805px;
	color: #fff;
	text-align: center;
}
#remoteNavi ul li {
	display: inline-block;
}
#remoteNavi ul li:after {
	content: "　|　";
}
#remoteNavi ul li:last-child:after {
	content: "";
}
#remoteNavi ul li a {
	color: #fff;
	text-decoration: none;
}
#remoteNavi ul li a:hover {
	text-decoration: underline;
}
#copyrights p {
	max-width: 805px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
}

/* 大人の名刺の魅力 */
.miryoku h3 {
	margin-left:20px;
	border-left: 5px solid #E40700;
	padding: 4px 0px 4px 8px;
	margin-bottom: 10px;
	font-weight: bold;
}
.miryoku p {
	line-height: 1.75;
}
.miryoku > div {
	padding-left:20px;
	padding-right:20px;
}
.miryoku .yomigaeru {
	margin-bottom:30px;
}
.miryoku .yomigaeru div {
	margin-top:20px;
}
.miryoku .yomigaeru div div.image,
.miryoku .yomigaeru div div.text {
	display: table-cell;
	vertical-align: top;
}
.miryoku .yomigaeru div div.image img {
	max-width:180px;
}
.miryoku .yomigaeru div div.text {
	padding-left:20px;
}
.miryoku .waka {
	margin-bottom:30px;
}
.miryoku .waka div.image,
.miryoku .waka div.text {
	display:table-cell;
	vertical-align:top;
}
.miryoku .waka div.image img {
	max-width:242px;
}
.miryoku .waka div.text {
	padding-left:20px;
}
.miryoku .hokoreru p {
	margin-bottom:20px;
}

/*=========================ふろしきページ============================ */
.furoshiki p.topimage {
	margin-bottom:20px;
}
.furoshiki table.image {
	margin-bottom:20px;
}
.furoshiki div.about,
.furoshiki div.variation,
.furoshiki div.tsutsumikata,
.furoshiki div.shiyou,
.furoshiki div.attention,
.furoshiki div.shipment {
	margin-bottom:20px;
}
.furoshiki table td {
	vertical-align: top;
}
.furoshiki table.variation td {
	text-align: center;
	padding-bottom:10px;
}
.furoshiki div.preview {
	max-width:500px;
	margin:0 auto 30px auto;
}
.furoshiki div.preview table {
	width:100%;
	border:1px solid #ccc;
}
.furoshiki div.preview table td {
	text-align: center;
	padding-top:20px;
}
/*=========================-コンセプト=================================*/
.concept h3.midashi {
	font-weight: bold;
}
.concept .block {
	margin-bottom: 60px;
	line-height: 1.5;
}
.concept .about {
	display: table;
	margin-bottom: 76px;
	margin-left: 20px;
}
.concept .about .image {
	display: table-cell;
	width: 270px;
	text-align: center;
}
.concept .about .text {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
	padding-left: 20px;
	padding-right: 10px;
}
.concept h3.midashi {
	border-left: 5px solid #E40700;
	padding: 4px 0px 4px 8px;
	margin-bottom: 10px;
}
.concept .monyou {
	display: table;
	margin-left: 20px;
	margin-bottom: 84px;
}
.concept .monyou .image {
	display: table-cell;
	width: 220px;
	text-align: center;
}
.concept .monyou .text {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
}
.concept .waka {
	display: table;
	margin-left: 20px;
	margin-bottom: 67px;
}
.concept .waka .image {
	display: table-cell;
	width: 220px;
	text-align: center;
}
.concept .waka .text {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
}
.concept p.inquiry {
	text-align: center;
	margin-bottom: 30px;
}

/*========================= 5種類セット =================================*/
.fiveType p {
	line-height:1.5;
}
.fiveType span.blue {
	color:#0000E3;
	font-weight: bold;
}
.fiveType span.red {
	color:#E40600;
	font-weight: bold;
}
.fiveType p.inquiry {
	text-align: center;
	margin-bottom: 30px;
}
.fiveType .intro p {
	margin:0 20px;
}
.fiveType h3.midashi {
	border-left: 5px solid #E40700;
	padding: 4px 0px 4px 8px;
	margin:40px 20px 10px 20px;
}
.fiveType .moji {
	margin:0 20px 30px 20px;
}
.fiveType .moji p {
	margin-bottom:20px;
}
.fiveType .moji p.mb0 {
	margin-bottom:0;
}
.fiveType .layout {
	margin:0 20px;
}
.fiveType .layout p {
	margin-bottom:20px;
}
.fiveType .set {
	padding:10px;
	margin:0 0px 20px 0px;
}
.fiveType .set p.midashi {
	margin-bottom:10px;
}
.fiveType .set p.midashi img {
	vertical-align: middle;
	padding-left:5px;
}
.fiveType .seta,
.fiveType .setb,
.fiveType .setc {
	border:1px solid #ccc;
}
.fiveType .seta ul {
	text-align: center;
}
.fiveType .seta ul li {
	display: inline-block;
	padding:5px;
}
.fiveType .setb ul {
	text-align: center;
}
.fiveType .setb ul li {
	display: inline-block;
	padding:8px 11px 10px 11px;
}
.fiveType .setb .top,
.fiveType .setb .bottom {
	border:1px solid #ccc;
	margin-bottom:20px;
}
.fiveType .setb .top p.txt01,
.fiveType .setb .bottom p.txt01 {
	background-color: #fff;
	margin:0 auto -13px auto;
	text-align: center;
	width:360px;

}
.fiveType .setc {
	margin-bottom:50px;
}
.fiveType .setc ul {
	text-align: center;
}
.fiveType .setc ul li {
	display: inline-block;
	padding:8px 11px 10px 11px;
}
.fiveType .setc .top,
.fiveType .setc .bottom {
	border:1px solid #ccc;
	margin-bottom:20px;
}
.fiveType .setc .top p.txt01,
.fiveType .setc .bottom p.txt01 {
	background-color: #fff;
	margin:0 auto -13px auto;
	text-align: center;
	width:360px;
}


/* モニター幅805px以下 */
@media only screen and (max-width:805px) {
#globalButton  {
	display:block;	
}
#globalNaviInner ul.imageNavi {
	display:none;
}
#main {
	float: none;
	margin-left: 0;
	width: 100%;
}
#mainInner {
	margin-left: 0%;
}
#main .intro .image p {
	margin-left: 10px;
}
#main .itemList ul li {
	width: 33.33333%;
}
#sidebar {
	float: none;
	width: 100%;
	max-width: 100%;
}
#sidebar .itemList ul li a {
	padding: 15px 18px;
}
#footerInner p.toTop {
	right: 0px;
}
#footerNavi {
	display: none;
}
#remoteNavi {
	padding-top: 0px;
}
#remoteNavi ul {
	width: 100%;
}
#remoteNavi ul li {
	float: left;
	width: 50%;
	border-bottom: 1px solid #fff;
}
#remoteNavi ul li:after {
	content: "";
}
#remoteNavi ul li {
	width: 50%;
	display: table;
}
#remoteNavi ul li a {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 50px;
	font-size: 13px;
}
#remoteNavi ul li:nth-child(2n+1) a {
	border-right: 1px solid #fff;
}
#remoteNavi ul li a:hover {
	background-color: #09C;
	color: #fff;
	text-decoration: none;
}
/*コンセプト*/
.concept {
	margin-left: 0px;
}
.concept h3.midashi {
	margin-left: 10px;
}
.concept .about {
	margin-left: 0px;
}
.concept .block {
	margin: 0 10px 60px 10px;
}
}
/* モニター幅512px以下 */
@media only screen and (max-width:512px) {
#mainInner {
	margin-left: 0%;
}
#main .intro .text p {
	margin-left: 0px;
	padding: 8px;
}
#main .intro .image {
	float: none;
	width: 100%;
}
#main .intro .image p {
	text-align: center;
	margin-left: 12px;
	margin-bottom: 1em;
}
#main .intro .text {
	float: none;
	width: 100%;
}
#main .itemList ul li {
	width: 50%;
}
#footer {
	overflow-x: hidden;
}


	/*魅力*/
	.miryoku .yomigaeru div div.image,
	.miryoku .yomigaeru div div.text {
		display: block;
	}
	.miryoku .yomigaeru div div.image {
		text-align: center;
	}
	.miryoku .yomigaeru div div.text {
		padding-left:0px;
	}
	.miryoku .waka div.image,
	.miryoku .waka div.text {
		display:block;
	}
	.miryoku .waka div.image {
		text-align: center;
		margin-bottom:20px;
	}
	.miryoku .waka div.text {
		padding-left:0px;
	}


/*コンセプト*/

.concept .about {
	display: block;
	margin-left: 10px;
}
.concept .about .image {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.concept .about .text {
	display: block;
	padding-left: 0px;
}
.concept .monyou {
	display: block;
}
.concept .monyou .image {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.concept .monyou .text {
	display: block;
	padding-left: 0px;
}
.concept .waka {
	display: block;
	margin-left: 10px;
}
.concept .waka .image {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.concept .waka .text {
	display: block;
	padding-left: 0px;
}
.concept .monyou {
	margin-left: 10px;
}

.fiveType .setb .top p.txt01,
.fiveType .setb .bottom p.txt01 {
	width:230px;

}
.fiveType .setc .top p.txt01,
.fiveType .setc .bottom p.txt01 {
	width:230px;
}
.fiveType .seta img {

}

}