@charset "utf-8";
/* CSS Document */
/* Sサイズ : 480 px およびそれ以下. */

/*ボタン
------------------------------------------------------*/
.b-catalog {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:1rem;
	font-weight:bold;
	margin:0.625rem;
	padding:0.5rem 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #688B31;
	text-align: center;
	width: 96%;
}
.b-catalog:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
	background-color:#a5cc52;
	text-decoration:none;
}
.b-catalog:active {
	position:relative;
	top:1px;
}

.b-howtophoto {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6d1fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6d1fc;
	box-shadow:inset 0px 1px 0px 0px #a6d1fc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#019ad2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:1rem;
	font-weight:bold;
	padding:0.5rem 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	text-align: center;
	width: 96%;
}
.b-howtophoto:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
	text-decoration:none;
}
.b-howtophoto:active {
	position:relative;
	top:1px;
}

/*年賀状デザイン*/
/*ポストカード　注文トップ
------------------------------------------------------*/
.news {
    position: relative;
    margin: 30px 6px 20px;
    padding: 16px 8px 16px;
    border: solid 2px #777777;
    border-radius: 8px;
}
.news h2 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #777777;
    font-weight: bold;
}
.news li {
    margin: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #5a5a5a;
}
.news time {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #474747;
}
/*ポストカード　デザインカタログ
------------------------------------------------------*/
.category-b {
	margin: 0;
	padding: 0;
	border-bottom: solid 5px #333333;
	overflow: hidden;
}
.category-b ul {
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
}
.category-b li {
	float: left;
	width: 50%;
	text-align: center;
}
.category-b li a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #333;
	background: #F4F4F4;
	font-size: 100%;
	border-top: solid 1px #DBDBDB;
	border-right: solid 1px #DBDBDB;
	border-left: solid 1px #DBDBDB;
	line-height: 50px;
}
.category-b li a:hover {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	background: url(../../assets/img/bg_side_nav_on.gif) repeat;
	font-size: 100%;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
	line-height: 50px;
}
li.category-b-on {
	display: block;
	margin: 0;
	padding: 0;
}
li.category-b-on a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	background: url(../../assets/img/bg_side_nav_on.gif) repeat;
	font-size: 100%;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
	line-height: 50px;
}

.category-s {
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}
.category-s ul {
	margin: 0;
	padding: 1px;
	clear: both;
	overflow: hidden;
}
.category-s li {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	margin: 0;
	padding: 0 0 1px 0;
}
.category-s li a {
	display: block;
	margin: 0;
	padding: 1em 0;
	text-decoration: none;
	color: #333;
	background: #F4F4F4;
	font-size: 100%;
	outline: solid 1px #DBDBDB;
	/*border-top: solid 1px #DBDBDB;
	border-right: solid 1px #DBDBDB;
	border-left: solid 1px #DBDBDB;*/

}
.category-s li a:hover {
	display: block;
	margin: 0;
	padding: 1em 0;
	text-decoration: none;
	color: #FFF;
	background: url(../../assets/img/bg_side_nav_on.gif) repeat;
	font-size: 100%;
	outline: solid 1px #333333;
	/*border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;*/
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
}
li.category-s-on {
	display: block;
	margin: 0;
	padding: 0 0 1px 0;
}
li.category-s-on a {
	display: block;
	margin: 0;
	padding: 1em 0;
	text-decoration: none;
	color: #FFF;
	background: url(../../assets/img/bg_side_nav_on.gif) repeat;
	font-size: 100%;
	outline: solid 1px #333333;
	/*border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;*/
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
}
.category-s img {
	width: 50%;
	margin: 0.2em 0 0 0;
	padding: 0;
	/*outline: solid 1px #DCDCDC;*/
  transform: rotate(7deg);
  -webkit-transform: rotate(7deg);  
  -moz-transform: rotate(7deg);
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25);
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25);
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25);
}
.category-s p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 77%;
}

.template {
	margin: 0;
	padding: 0;
	width: 100%;
}
.template ul {
	margin: 0;
	padding: 1px;
	clear: both;
	overflow: hidden;
}
.template li {
	margin: 1.81% 1.81% 0 0;
	padding: 1.81%;
	float: left;
	width: 45.475%;
	text-align: center;
	background: #F4F4F4;
	outline: solid 1px #DCDCDC;
	overflow: hidden;
	font-size: 87.5%;
}
.template li img {
	outline: solid 1px #DCDCDC;
}
.template li:nth-child(4n) {
	margin-right: 0;
}
.template li:nth-child(2n) {
	margin-right: 0;
}
.template li:nth-child(odd) img {
	width: 66%;
	height: auto;
}
.template li:nth-child(even) img {
	margin-bottom: 23.5%;
}
.template-width01 img {
	width: 66% !important;
	margin-bottom: 0px !important;
}
.template-width02 img {
	width: 100% !important;
	margin-bottom: 23.5% !important;
}
.template-width-yokoall img {
	width: 100% !important;
	margin-bottom: 0px !important;
}

.b-order-postcard {
	margin: 0 auto;
	padding: 5% 0 0 0;
}
.b-order-postcard p {
	margin: 0;
	padding: 0;
	text-align: center;
}
.b-order-postcard a {
	margin: 0 auto;
	padding: 	3%;
	display: inline-block;
	background: #FE993D;
	background:-webkit-gradient(linear, left top, left bottom, from(#FEB572), to(#F77C20));
	background:-moz-linear-gradient(top, #FEB572, #F77C20);
	border: 1px solid #F77C20;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.b-order-postcard a:hover {
	display: inline-block;
	background: #F77C20;
	border: 1px solid #F06B09;
	color: #FFF;
	text-decoration: none;
}
.b-order-postcard a:visited {
	color: #FFF;
}

.b-order-postcard2 {
	margin: 0 auto;
	padding: 5% 0 0 0;
}
.b-order-postcard2 p {
	margin: 0;
	padding: 0;
	text-align: center;
}
.b-order-postcard2 a {
	margin: 0 auto;
	padding: 	3%;
	display: inline-block;
	background: #FE993D;
	background:-webkit-gradient(linear, left top, left bottom, from(#FEB572), to(#F77C20));
	background:-moz-linear-gradient(top, #FEB572, #F77C20);
	border: 1px solid #F77C20;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 80%;
	text-align: center;
}
.b-order-postcard2 a:hover {
	display: inline-block;
	background: #F77C20;
	border: 1px solid #F06B09;
	color: #FFF;
	text-decoration: none;
}
.b-order-postcard2 a:visited {
	color: #FFF;
}
.b-order-lightbox {
	margin-top: 1em;
	padding:0;
	text-align: center;
}
.b-order-lightbox p {
	margin: 0;
	padding: .5em;
	text-align: center;
}
.b-order-lightbox a {
	margin: 0 auto;
	padding: .5em;
	display: inline-block;
	background: #FE993D;
	background:-webkit-gradient(linear, left top, left bottom, from(#FEB572), to(#F77C20));
	background:-moz-linear-gradient(top, #FEB572, #F77C20);
	border: 1px solid #F77C20;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.b-order-lightbox a:hover {
	display: inline-block;
	background: #F77C20;
	border: 1px solid #F06B09;
	color: #FFF;
	text-decoration: none;
}
.b-order-lightbox a:visited {
	color: #FFF;
}

.button01 {
	margin: 0;
	padding: 0;
	float: left;
	width: 49%;
	text-align: right;
}
.button02 {
	margin: 0;
	padding: 0;
	float: right;
	width: 49%;
	text-align: left;
}

.category {
	margin: 0;
	padding: 0;
	width: 100%;
}
.category ul {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}
.category li {
	margin: 2% 2% 0 0;
	padding: 0 0 1px 0;
	float: left;
	width: 32%;
	text-align: center;
	overflow: hidden;
}
.category li:nth-child(3n) {
	margin-right: 0px;
}

/*アプリ紹介
------------------------------------------------------*/
.appli-col1 {
	/*float: left;*/
	margin: 0;
	padding: 0;
	width: 50%;
}
.appli-col2 {
	/*float: right;*/
	margin: 0;
	padding: 1em 0;
	width: 100%;
}
.appli-button01 {
	margin: 0;
	padding: 0;
	width: 100%;
}
.appli-button02 {
	padding: 10px 0 0 0;
	width: 100%;
}
.attention {
	margin: 0;
	padding: 0;
}
.attention ul {
	margin: 0;
	padding: 0;
}
.attention li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
	line-height: 160%;
}

.applicom {
	margin: 0;
	padding: 0;
}
.applicom ul {
	margin: 0;
	padding: 0;
}
.applicom li {
	margin-left: 1.5em;
	padding: 0;
	list-style-type: disc !important;
}

/*ご注文の前に
------------------------------------------------------*/
.table-cell-spec td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	display: block;
	border-bottom: none;
}
.table-cell-spec table {
	border-bottom: solid 1px #AAA;
}

.table-cell-spec th {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	display: block;
	border-bottom: none;
}
.table-cell-spec p {
	line-height: 1.6em;
}
/*FAQ
------------------------------------------------------*/
.faqwrap {
	margin: 0;
	padding: 0;
}
.faqwrap ul {
	margin: 0;
	padding: 0;
}
.faqwrap li {
	margin: 0;
	padding: 0.7em 0;
	line-height: 160%;
	font-size: 108%;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.boxline04 {
	margin: 33px 0 0 0;
	padding: 0;
	border: solid 1px #DBDBDB;
	display: block;
	overflow: hidden;
}
.title-etc02 {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #DBDBDB;
	background: #F4F4F4;
}
.title-etc02 h2 {
	margin: 0 1em;
	padding: 0.7em 0;
	line-height: 160%;
	font-size: 108%;
	text-decoration: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.box-etc {
	margin: 0;
	padding: 0.5em;
	line-height: 160%;
}
.list-num {
	margin: 0;
	padding: 0;
}
ol.list-num {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}
ol.list-num li {
	margin: 0 0 0 24px;
	padding: 0;
	font-size: 100%;
}
.icon-q {
	margin: 0;
	padding-right: 0.5em;
	font-weight: bold;
}

.list-disc {
	margin: 0;
	padding: 0;
}
ul.list-disc {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
ul.list-disc li {
	margin: 0 0 0 24px;
	padding: 0;
	font-size: 100%;
}

.pagetop02 {
	margin: 0.5em 0 1em 0;
	padding: 0;
	text-align: right;
}

/* Mサイズ : 481 px ～ 768 px。*/
@media only screen and (min-width: 481px) {

/*ボタン
------------------------------------------------------*/
.b-catalog {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:1.2rem;
	font-weight:bold;
	margin:10px;
	padding:17px 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #688B31;
	text-align: center;
	width: 50%;

}
.b-catalog:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
	background-color:#a5cc52;
	text-decoration:none;
}
.b-catalog:active {
	position:relative;
	top:1px;
}
.b-howtophoto {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6d1fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6d1fc;
	box-shadow:inset 0px 1px 0px 0px #a6d1fc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#019ad2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:1.2rem;
	font-weight:bold;
	padding:17px 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	text-align: center;
	width:50%;
}
.b-howtophoto:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
	text-decoration:none;
}
.b-howtophoto:active {
	position:relative;
	top:1px;
}
/*ポストカード　注文トップ
------------------------------------------------------*/
.news {
    position: relative;
    margin: 30px 15px 20px;
    padding: 16px 8px 16px;
    border: solid 2px #777777;
    border-radius: 8px;
}
/*ポストカード　デザインカタログ
------------------------------------------------------*/
.category-b {
	margin: 0;
	padding: 0;
	border-bottom: solid 5px #333333;
	overflow: hidden;
}
.category-b ul {
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
}
.category-b li {
	float: left;
	width: 50%;
	text-align: center;
}
.category-b li a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #333;
	background: #F4F4F4;
	font-size: 100%;
	border-top: solid 1px #DBDBDB;
	border-right: solid 1px #DBDBDB;
	border-left: solid 1px #DBDBDB;
	line-height: 50px;
}
.category-b li a:hover {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	background: url(../../assets/img/bg_side_nav_on.gif) repeat;
	font-size: 100%;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
	line-height: 50px;
}
li.category-b-on {
	display: block;
	margin: 0;
	padding: 0;
}
li.category-b-on a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	background: url(../../assets/img/bg_side_nav_on.gif) repeat;
	font-size: 100%;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
	line-height: 50px;
}

.category-s {
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}
.category-s ul {
	margin: 0;
	padding: 1px;
	clear: both;
	overflow: hidden;
}
.category-s li {
	float: left;
	width: 20%;
	text-align: center;
	margin: 0;
	padding: 0 0 1px 0;
}
.category-s li a {
	display: block;
	margin: 0;
	padding: 1em 0;
	text-decoration: none;
	color: #333;
	background: #F4F4F4;
	font-size: 100%;
	outline: solid 1px #DBDBDB;
	/*border-top: solid 1px #DBDBDB;
	border-right: solid 1px #DBDBDB;
	border-left: solid 1px #DBDBDB;*/
}
.category-s li a:hover {
	display: block;
	margin: 0;
	padding: 1em 0;
	text-decoration: none;
	color: #FFF;
	background: url(../../assets/img/bg_side_nav_on.gif) repeat;
	font-size: 100%;
	outline: solid 1px #333333;
	/*border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;*/
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
}
li.category-s-on {
	display: block;
	margin: 0;
	padding: 0 0 1px 0;
}
li.category-s-on a {
	display: block;
	margin: 0;
	padding: 1em 0;
	text-decoration: none;
	color: #FFF;
	background: url(../../assets/img/bg_side_nav_on.gif) repeat;
	font-size: 100%;
	outline: solid 1px #333333;
	/*border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;*/
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
}
.category-s img {
	width: 50%;
	margin: 0.2em 0 0 0;
	padding: 0;
	/*outline: solid 1px #DCDCDC;*/
  transform: rotate(7deg);
  -webkit-transform: rotate(7deg);  
  -moz-transform: rotate(7deg);
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25);
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25);
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25);
}
.category-s p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 93%;
}

.template {
	margin: 0;
	padding: 0;
	width: 100%;
}
.template ul {
	margin: 0;
	padding: 1px;
	clear: both;
	overflow: hidden;
}
.template li {
	margin: 1.81% 1.81% 0 0;
	padding: 1.81%;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 80%;
	background: #F4F4F4;
	outline: solid 1px #DCDCDC;
	overflow: hidden;
	min-height: 11rem;
}
.template li img {
	outline: solid 1px #DCDCDC;
}
.template li:nth-child(4n) {
	margin-right: 0px !important;
}
.template li:nth-child(2n) {
	margin-right: 1.81%;
}
.template li:nth-child(odd) img {
	width: 66%;
	height: auto;
}
.template li:nth-child(even) img {
	margin-bottom: 23.5%;
}
.template-width01 img {
	width: 66% !important;
	margin-bottom: 0px !important;
}
.template-width02 img {
	width: 100% !important;
	margin-bottom: 23.5% !important;
}
.template-width-yokoall img {
	width: 100% !important;
	margin-bottom: 0px !important;
}

.b-order-postcard2 a {
	width: 50%;
}

.button01 {
	margin: 0;
	padding: 0;
	float: left;
	width: 49%;
	text-align: right;
}
.button02 {
	margin: 0;
	padding: 0;
	float: right;
	width: 49%;
	text-align: left;
}

.category {
	margin: 0;
	padding: 0;
	width: 100%;
}
.category ul {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}
.category li {
	margin: 2% 2% 0 0;
	padding: 0 0 1px 0;
	float: left;
	width: 32%;
	text-align: center;
	overflow: hidden;
}
.category li:nth-child(3n) {
	margin-right: 0px;
}
/*アプリ紹介
------------------------------------------------------*/
.appli-col1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
}
.appli-col2 {
	float: right;
	margin: 0;
	padding: 1%;
	width: 73%;
}
.appli-button01 {
	/*float: left;*/
	width: 49%;
}
.appli-button02 {
	/*float: right;*/
	width: 49%;
	padding-top: 10px;
}

/*ご注文の前に
------------------------------------------------------*/
.table-cell-spec td {
	margin: 0;
	padding: 0;
	width: 60%;
	vertical-align: middle;
	display: table-cell;
	border: solid 1px #AAA;
}
.table-cell-spec th {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	display: table-cell;
	border-bottom: none;
}
.table-cell-spec p {
	line-height: 1.6em;
}
/*FAQ
------------------------------------------------------*/
.faqwrap {
	margin: 0;
	padding: 0;
}
.faqwrap ul {
	margin: 0;
	padding: 0;
}
.faqwrap li {
	margin: 0;
	padding: 0.7em 0;
	line-height: 160%;
	font-size: 108%;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.boxline04 {
	margin: 33px 0 0 0;
	padding: 0;
	border: solid 1px #DBDBDB;
	display: block;
	overflow: hidden;
}
.title-etc02 {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #DBDBDB;
	background: #F4F4F4;
}
.title-etc02 h2 {
	margin: 0 1em;
	padding: 0.7em 0;
	line-height: 160%;
	font-size: 108%;
	text-decoration: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.box-etc {
	margin: 0;
	padding: 0.5em;
	line-height: 160%;
}
.list-num {
	margin: 0;
	padding: 0;
}
ol.list-num {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}
ol.list-num li {
	margin: 0 0 0 24px;
	padding: 0;
	font-size: 100%;
}
.icon-q {
	margin: 0;
	padding-right: 0.5em;
	font-weight: bold;
}
.list-disc {
	margin: 0;
	padding: 0;
}
ul.list-disc {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
ul.list-disc li {
	margin: 0 0 0 24px;
	padding: 0;
	font-size: 100%;
}

.pagetop02 {
	margin: 0.5em 0 1em 0;
	padding: 0;
	text-align: right;
}

}

@media only screen and (min-width: 769px) {

/*ボタン
------------------------------------------------------*/
.b-catalog {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:1.2rem;
	font-weight:bold;
	margin:0.625rem;
	padding:1rem 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #688B31;
	text-align: center;
	width: 30%;
}
.b-catalog:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
	background-color:#a5cc52;
	text-decoration:none;
}
.b-catalog:active {
	position:relative;
	top:1px;
}

.b-howtophoto {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6d1fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6d1fc;
	box-shadow:inset 0px 1px 0px 0px #a6d1fc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#019ad2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:1.2rem;
	font-weight:bold;
	padding:1rem 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	text-align: center;
	width: 30%;
}
.b-howtophoto:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
	text-decoration:none;
}
.b-howtophoto:active {
	position:relative;
	top:1px;
}
/*ポストカード　注文トップ
------------------------------------------------------*/
.news {
    position: relative;
    margin: 30px 30px 20px;
    padding: 16px 8px 16px;
    border: solid 2px #777777;
    border-radius: 8px;
}
/*ポストカード　デザインカタログ
------------------------------------------------------*/
.category-b {
	margin: 0;
	padding: 0;
	border-bottom: solid 5px #333333;
	overflow: hidden;
}
.category-b ul {
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
}
.category-b li {
	float: left;
	width: 50%;
	text-align: center;
}
.category-b li a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #333;
	background: #F4F4F4;
	font-size: 123.1%;
	border-top: solid 1px #DBDBDB;
	border-right: solid 1px #DBDBDB;
	border-left: solid 1px #DBDBDB;
	line-height: 50px;
}
.category-b li a:hover {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	background: url(../../assets/img/bg_side_nav_on.gif) repeat;
	font-size: 123.1%;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
	line-height: 50px;
}
li.category-b-on {
	display: block;
	margin: 0;
	padding: 0;
}
li.category-b-on a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	background: url(../../assets/img/bg_side_nav_on.gif) repeat;
	font-size: 123.1%;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
	line-height: 50px;
}

.category-s {
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}
.category-s ul {
	margin: 0;
	padding: 1px;
	clear: both;
	overflow: hidden;
}
.category-s li {
	float: left;
	width: 20%;
	text-align: center;
	margin: 0;
	padding: 0 0 1px 0;
}
.category-s li a {
	display: block;
	margin: 0;
	padding: 1em 0;
	text-decoration: none;
	color: #333;
	background: #F4F4F4;
	font-size: 100%;
	outline: solid 1px #DBDBDB;
	/*border-top: solid 1px #DBDBDB;
	border-right: solid 1px #DBDBDB;
	border-left: solid 1px #DBDBDB;*/
}
.category-s li a:hover {
	display: block;
	margin: 0;
	padding: 1em 0;
	text-decoration: none;
	color: #FFF;
	background: url(../../assets/img/bg_side_nav_on.gif) repeat;
	font-size: 100%;
	outline: solid 1px #333333;
	/*border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;*/
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
}
li.category-s-on {
	display: block;
	margin: 0;
	padding: 0 0 1px 0;
}
li.category-s-on a {
	display: block;
	margin: 0;
	padding: 1em 0;
	text-decoration: none;
	color: #FFF;
	background: url(../../assets/img/bg_side_nav_on.gif) repeat;
	font-size: 100%;
	outline: solid 1px #333333;
	/*border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;*/
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25) inset;
}
.category-s img {
	width: 30%;
	margin: 0.2em 0 0 0;
	padding: 0;
	/*outline: solid 1px #DCDCDC;*/
  transform: rotate(7deg);
  -webkit-transform: rotate(7deg);  
  -moz-transform: rotate(7deg);
	-webkit-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25);
  -moz-box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25);
  box-shadow:0px 0px 10px 0 rgba(0,0,0,0.25);
}
.category-s p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 100%;
}

.template {
	margin: 0;
	padding: 0;
	width: 100%;
}
.template ul {
	margin: 0;
	padding: 1px;
	clear: both;
	overflow: hidden;
}
.template li {
	margin: 1.81% 1.81% 0 0;
	padding: 1.81%;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 80%;
	background: #F4F4F4;
	outline: solid 1px #DCDCDC;
	overflow: hidden;
	min-height: 13rem;
}
.template li img {
	outline: solid 1px #DCDCDC;
}

.template li:nth-child(4n) {
	margin-right: 0px;
}
.template li:nth-child(odd) img {
	width: 66%;
	height: auto;
}
.template li:nth-child(even) img {
	margin-bottom: 23.5%;
}
.template-width01 img {
	width: 66% !important;
	margin-bottom: 0px !important;
}
.template-width02 img {
	width: 100% !important;
	margin-bottom: 23.5% !important;
}
.template-width-yokoall img {
	width: 100% !important;
	margin-bottom: 0px !important;
}

.button01 {
	margin: 0;
	padding: 0;
	float: left;
	width: 49%;
	text-align: right;
}
.button02 {
	margin: 0;
	padding: 0;
	float: right;
	width: 49%;
	text-align: left;
}

.category {
	margin: 0;
	padding: 0;
	width: 100%;
}
.category ul {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}
.category li {
	margin: 2% 2% 0 0;
	padding: 0 0 1px 0;
	float: left;
	width: 32%;
	text-align: center;
	overflow: hidden;
}
.category li:nth-child(3n) {
	margin-right: 0px;
}

/*アプリ紹介
------------------------------------------------------*/
.appli-col1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
}
.appli-col2 {
	float: right;
	margin: 0;
	padding: 1%;
	width: 73%;
}
.appli-button01 {
	/*float: left;*/
	width: 49%;
}
.appli-button02 {
	/*float: right;*/
	width: 49%;
	padding-top: 10px;
}
.osusume01 {
	float: left;
	width: 50%;
}
.osusume02 {
	float: right;
	width: 50%;
}
.osusume01 img {
	width: 99%;
}

/*ご注文の前に
------------------------------------------------------*/
.table-cell-spec td {
	margin: 0;
	padding: 0;
	width: 66%;
	vertical-align: middle;
	display: table-cell;
	border: solid 1px #AAA;
}
.table-cell-spec th {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	display: table-cell;
}
.table-cell-spec p {
	line-height: 1.6em;
}

/*FAQ
------------------------------------------------------*/
.faqwrap {
	margin: 0;
	padding: 0;
}
.faqwrap ul {
	margin: 0;
	padding: 0;
}
.faqwrap li {
	margin: 0;
	padding: 0.2em 0;
	line-height: 160%;
	font-size: 108%;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.boxline04 {
	margin: 33px 0 0 0;
	padding: 0;
	border: solid 1px #DBDBDB;
	display: block;
	overflow: hidden;
}
.title-etc02 {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #DBDBDB;
	background: #F4F4F4;
}
.title-etc02 h2 {
	margin: 0 1em;
	padding: 0.7em 0;
	line-height: 160%;
	font-size: 108%;
	text-decoration: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.box-etc {
	margin: 0;
	padding: 0.5em;
	line-height: 160%;
}
.list-num {
	margin: 0;
	padding: 0;
}
ol.list-num {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}
ol.list-num li {
	margin: 0 0 0 24px;
	padding: 0;
	font-size: 100%;
}
.icon-q {
	margin: 0;
	padding-right: 0.5em;
	font-weight: bold;
}
.list-disc {
	margin: 0;
	padding: 0;
}
ul.list-disc {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
ul.list-disc li {
	margin: 0 0 0 24px;
	padding: 0;
	font-size: 100%;
}
.
pagetop02 {
	margin: 0.5em 0 1em 0;
	padding: 0;
	text-align: right;
}

}
@media only screen and (min-width: 992px) {
.template li {
	margin: 1.81% 1.81% 0 0;
	padding: 1.81%;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 95%;
	background: #F4F4F4;
	outline: solid 1px #DCDCDC;
	overflow: hidden;
	min-height: 16rem;
}
}
@media only screen and (min-width: 1200px) {
.template li {
	margin: 1.81% 1.81% 0 0;
	padding: 1.81%;
	float: left;
	width: 20%;
	text-align: center;
	background: #F4F4F4;
	outline: solid 1px #DCDCDC;
	overflow: hidden;
	min-height: 17rem;
}
}