@charset "utf-8";


/* ---------------------------------------------------------

		http://kinsyodo.net/nenga/ 
		錦生堂年賀状印刷
		style CSS

---------------------------------------------------------- */ 
 
 
/* General Setting
---------------------------------------------------------- */


body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 2;
	font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	background: #ffffff;
	background-image: url(../img/texture.png);
}

a {
	color: #333;
}
a:hover {
	color: #F2DE33;
	text-decoration: none;
}

#container {
	width: 1000px;
	margin: 0px auto;
	padding:0px 10px;
	background:#ffffff;
	overflow:hidden;
}

@media (min-width:481px) and (max-width:800px){
	#container {
		width: auto;
		margin: 0px 15px;
	}
}

@media screen and (max-width:480px){
	#container {
		width: auto;
		margin: 0px 10px;
	}
}

/* Misc
---------------------------------------------------------- */
.clear{clear:both;}

.align-c {text-align: center;}
.align-r {text-align: right;}
.align-l {text-align: left;}


.mb15 {margin-bottom: 15px;}
.mb100 {margin-bottom: 100px;}

img {
	max-width: 100%;
	height: auto;
}

figure.mauto {
    width: 100%;
    margin: 0 50px;
}

@media screen and  (max-width:800px){
	figure.mauto {
	    width: 100%;
	    margin: 0 auto;
	}
}

.r {
	color:red;
	font-weight:bold;
}

/* Header
---------------------------------------------------------- */

header {
	height: 100px;
	position: relative;
}

header #logo {
	position: absolute;
	left: 0px;
	top: 15px;
}

header #logo img:hover{
	opacity:0.5;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

header #contact a {
	color: #ffffff;
	background: #C03647 url(../img/mail_icon.png) no-repeat center 23px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	border:1px solid #C03647;
	text-decoration: none;
	display: block;
	width: 60px;
	height: 50px;
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: center;
}

header #contact a:hover {
	opacity:0.8;
}

#menubar_hdr {
	display: none;
}

@media (max-width:480px){
	header {
		height: 60px;
	}
	
	header #logo {
		width: 50%;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	header #contact a {
		background: #C03647 url(../img/mail_icon.png) no-repeat center center;
		width: 42px;
		height: 39px;
		position: absolute;
		right: 0px;
		top: 0px;
		text-indent: -9999px;
	}
	
	#menubar_hdr {
		display: inline;
		position: absolute;
		top: 0px;
		right: 70px;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
		background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
		background-image: linear-gradient(#fbfbfb, #e5e5e5);
		padding: 7px 10px;
		border: 1px solid #cfcfcf;
	}
}

/* Global Navigation
---------------------------------------------------------- */
nav#menubar {
	clear: both;
}


nav#menubar ul li {
	float: left;
	width: 328px;
	margin-left: 8px;
	    background: rgba(99, 64, 136, 0.82);
	position: relative;
	margin-bottom: 20px;
}

@media (min-width:481px) and (max-width:800px){
	nav#menubar ul li {
		width: 50%;
		margin-left: 0;
		margin-bottom: 0px;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
 	}
}

nav#menubar ul li a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 10px 0px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

nav#menubar ul li.arrow {
	background: #c5b8ea url(../img/arrow.png) no-repeat center 38px;
}

@media (min-width:481px) and (max-width:800px){
	nav#menubar ul li.arrow {
		background: #e6ad45;
	}
}


nav#menubar ul li:first-child {
	margin-left: 0px;
}

nav#menubar ul li a:hover {
	background: #c5b8ea;
	color: #ffffff;
}


@media (max-width:480px){
	nav#menubar ul li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 1px;
	}
	nav#menubar ul li.arrow {
		background: #e6ad45;
	}
}

/* DropdownMenu
---------------------------------------------------------- */
ul.ddmenu {
	position:absolute;
	visibility: hidden;
    	z-index: 10;
	width: 244px;
}

@media screen and (max-width: 800px){
	ul.ddmenu {
		display: none;
	}
}

ul.ddmenu li {
	margin: 0 !important;
		background: #e6ad45;
}
ul.ddmenu li a {
	border-top: solid 1px #ffffff;
	background: #7282bd !important;
	padding: 3px 0px !important;
}
ul.ddmenu li a:hover {
	background: #c5b8ea !important;
}

/* Contents
---------------------------------------------------------- */

#top #contents {
	clear:both;
	padding-top: 0px;
}


article {
	margin-bottom:50px;
}

/* Slider
---------------------------------------------------------- */
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/* Breadcrump
---------------------------------------------------------- */

#breadcrumb {
	width:850px;
	padding-left:30px;
	text-align:left;
}

@media screen and (max-width: 800px){
	#breadcrumb {
	width:100%;
	text-align:left;
	padding:0;
	font-size:11px;
	}
}

#breadcrumb a {
	text-decoration:underline;
	color:#222222;
}

#breadcrumb a:hover {
	text-decoration:none;
	color:#333333;
	background:#FFCCFF;
}


/* Main
---------------------------------------------------------- */
#main {
	clear:both;
	float: none;
	width: 100%;
	padding-bottom:20px;
}

@media (max-width:480px){
	#main {
		float: none;
		width: auto;
	}
	
	#main p {
		padding: 0.5em 5px 1em;	
	}	
}

#main h2 {
clear: both;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 140%;
    color: #000000;
    font-weight: normal;
    padding: 5px 15px;
    border-bottom: 3px solid #575f79;
    border-left: 15px solid #7973a7;
}


#main h2.typer {
	padding: 15px 20px;
	background-color:#e6ddcf;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px; 
	font-weight: normal;
	letter-spacing: 0.2em;
	border: none;
}


#main h3 {
	clear: both;
	margin-bottom: 15px;
	margin-left:10px;
	margin-top:15px;
	font-size: 17px;
	font-weight:normal;
	background: #ffffff;
	padding: 2px 15px;
	border: 1px solid #ccc;
	vertical-align:middle;
}


#main h4 {
	clear: both;
	margin-bottom: 15px;
	margin-left:30px;
	font-size: 22px;
}

@media (max-width:480px){
	#main h4 {
		clear: both;
		margin-bottom: 15px;
		margin-left:10px;
		font-size: 22px;
	}
	#main p {
		padding:5px;
	}
}


#main p {
	padding: 5px 20px 5px;
}


#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p,
#main h4 + p{
	padding-top: 0px;
	margin-top: -5px;
}

#main .motto {
	 float:right;
	 padding-right:10px;
	}
	

/* Main List
---------------------------------------------------------- */

#main .list {
    float: left;
    margin: 5px 3px 5px 0px;
    width: 280px;
    height: 230px;
    position: relative;
    overflow: hidden;
}

@media (min-width:481px) and (max-width:800px){
	#main .list{
		margin: 0px 1.5% 15px;
		width: 22%;
		height: 158px;
	}
}

@media (max-width:480px){
	#main section.list {
		float: left;
		margin: 0px !important;
		width: 50%;
		height: auto;
		padding: 10px 0;
	}
}

#main section.list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}

#main section.list a figure img {
	width: 210px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

@media (min-width:481px) and (max-width:800px){
	#main section.list a figure img {
		width: 100%;
		height: auto;
		padding: 3%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}

@media (max-width:480px){
	#main section.list a figure img {
		width: 95%;
		padding: 0;
		border: none;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
	}

	#main section.list a figure {
		float: left;
		margin-left: 10px;
	}
	#main section.list a:hover figure img {
		border: none;
	}
}

#main section.list a:hover figure img {
	border: 1px solid #000000;
}


/* List 
---------------------------------------------------------- */

ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}

/* table（price）
---------------------------------------------------------- */

table.price {
	width: 60%;
	margin: 20px auto 20px;
}

table.price th,
table.price td {
	border: 1px solid #ddd;
	padding:7px;
}

table.price th {
	background: rgb(247,251,252);
	background: -moz-radial-gradient(center, ellipse cover, rgba(247,251,252,0.8) 0%, rgba(217,237,242,0.8) 40%, rgba(173,217,228,0.8) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(247,251,252,0.8) 0%,rgba(217,237,242,0.8) 40%,rgba(173,217,228,0.8) 100%);
	background: radial-gradient(ellipse at center, rgba(247,251,252,0.8) 0%,rgba(217,237,242,0.8) 40%,rgba(173,217,228,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=1 );
	width: 30%;
	font-weight:normal;
	font-size:14px;
}
 
@media only screen and (max-width:480px){
	table.price {
		width: 90%;
		margin:0 5px;
	}
    	table.price th,
    	table.price td{
        	width: 100%;
        	display: block;
        	border-top: none;
	}
    	.price tr:first-child th {
		border-top: 1px solid #ddd;
	}
}

#main section.kakaku {
	width: 65%;
	margin: 0 auto;
	}
	
@media screen and  (max-width:800px){
	#main section.kakaku {
		width:100%;
}
}
/* table（gaiyou）
---------------------------------------------------------- */

table.gaiyou {
	width: 60%;
	margin:40px auto 50px;
}

table.gaiyou th,
table.gaiyou td {
	border: 1px solid #ddd;
	padding:7px;
}

table.gaiyou th {
	background: rgb(247,251,252);
	background: -moz-radial-gradient(center, ellipse cover, rgba(247,251,252,0.8) 0%, rgba(217,237,242,0.8) 40%, rgba(173,217,228,0.8) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(247,251,252,0.8) 0%,rgba(217,237,242,0.8) 40%,rgba(173,217,228,0.8) 100%);
	background: radial-gradient(ellipse at center, rgba(247,251,252,0.8) 0%,rgba(217,237,242,0.8) 40%,rgba(173,217,228,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=1 );
	width: 30%;
	font-weight:normal;
	font-size:14px;
}
 
@media (max-width:480px){
	table.gaiyou {
		width: 90%;
		margin:0 5px;
	}
    	table.gaiyou th,
    	table.gaiyou td{
        	width: 100%;
        	display: block;
        	border-top: none;
	}
    	.gaiyou tr:first-child th {
		border-top: 1px solid #ddd;
	}
}

/* table（toku）
---------------------------------------------------------- */

table.toku {
	width: 80%;
	margin:40px auto 50px;
}

table.toku th,
table.toku td {
	border: 1px solid #ddd;
	padding:7px;
}

table.toku th {
	background: rgb(247,251,252);
	background: -moz-radial-gradient(center, ellipse cover, rgba(247,251,252,0.8) 0%, rgba(217,237,242,0.8) 40%, rgba(173,217,228,0.8) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(247,251,252,0.8) 0%,rgba(217,237,242,0.8) 40%,rgba(173,217,228,0.8) 100%);
	background: radial-gradient(ellipse at center, rgba(247,251,252,0.8) 0%,rgba(217,237,242,0.8) 40%,rgba(173,217,228,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=1 );
	width: 30%;
	font-weight:normal;
	font-size:14px;
}
 
@media only screen and (max-width:480px){
	table.toku {
		width: 90%;
		margin:0 5px;
	}
    	table.toku th,
    	table.toku td{
        	width: 100%;
        	display: block;
        	border-top: none;
	}
    	.toku tr:first-child th {
		border-top: 1px solid #ddd;
	}
}

/*　faq + order
---------------------------------------------------------- */
.faq {
	padding: 10px 30px;
	font-size:18px;
}

.faq dt {
	color: #3366CC;
	font-weight: bold;
	padding: 20px 10px;
	border:2px dotted #CCC;
}

.faq dd{
	overflow: hidden;
	padding: 15px;
}

@media only screen and (max-width:480px){
	.faq {
		padding: 10px 10px;
		font-size:16px;
	}
	.faq dt {
		color: #3366CC;
		font-weight: bold;
		padding: 10px 5px;
		border:2px dotted #CCC;
	}
	.faq dd{
		overflow: hidden;
		padding: 10px;
	}
}

.order {
  	width:600px;
	border:solid 3px #dadada;
	margin:5px auto;
	padding:15px;
	overflow:hidden;
	line-height:2;
	font-size:18px;
}

.order img {
	width:80px;
}
.order dt {
  float:left;
}

.order dd{
	margin-left:100px;
	margin-bottom:20px;
}
	
@media only screen and (max-width:480px){
	.order {
		width:95%;
		border:solid 1px #dadada;
		margin: 3px;
		padding: 6px;
		line-height:1.5;
		font-size:14px;
	}
	
	.order img {
		width:15vw;
	}
	.order dt {
	  float:left;
	}
	
	.order dd{
		margin:0 0 10px 65px;
	}
}

.arrow_order {
	width: 100px;
	height:60px;
	margin: 0 auto;
	padding-top:20px;
}

.arrow_order::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 20px;
  background: #708090;
}
.arrow_order::after{
  content: "";
  display:block;
  border-top: 50px solid #708090;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}


/* Page Top
---------------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: -30px;
    right: 50px;
	cursor:pointer;
}

@media (max-width:480px){
	#pagetop {
		position: fixed;
		bottom: -30px;
		right: 10px;
		cursor:pointer;
	}
}

/* Footer
---------------------------------------------------------- */
footer {
clear: both;
    text-align: center;
    background: #9172b1;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}


footer small {
	clear: both;
	display: block;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	color: #FC0;
}

.footermenu {
	text-align: left;
	width: 982px;
	margin: 0px auto;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 11px;
}
.footermenu ul {
    float: left;
    width: 29.5%;
    height: 130px;
    border-right: 1px solid #dadada;
    padding-left: 35px;
}

@media (min-width:481px) and (max-width:800px){
	.footermenu {
		width: auto;
		overflow: hidden;
	}
	.footermenu ul {
		width: 25%;
		padding-left: 2%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}

@media (max-width:480px){
	.footermenu {
		width: auto;
	}
	.footermenu ul {
		width: 50%;
		padding-left: 2%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-bottom: 1px solid #dadada;
	}
}

.footermenu ul:first-child {
	border-left: 1px solid #dadada;
}



.infoc  img{
width: 300px;
margin: 0 auto 20px auto;
  }


.infoc {
width: 300px;
margin: 0 auto;
  }


.infoc  a:hover {
	/* プロパティの解説
	opacity = 要素の透明度0.0(完全透明)?1.0(完全不透明)を指定します。
	alpha(opacity=50) = Internet Explorer8以下用記述。要素の透明度0(完全透明)?100(完全不透明)を指定します。
	*/
	opacity: 0.8;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=50);	/* Internet Explorer lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* Internet Explorer 8 */
}



.infof{
    font-size: 22px;
    line-height: 42px;

}


.infob1{
    margin: 30px 20px 30px 20px;
    font-size: 28px;
}


.infob{
    padding: 5px 20px 20px 20px;

    font-size: 16px;
}



.tenpre{
    padding: 5px 20px 20px 20px;

    font-size: 16px;
    border: 4px solid #f3ea90;
    background: #fbf8e9;
}


.tenpre p{
      line-height: 20px; 
    margin: 7px 0 14px 0;
}

.tenpre b{
   padding: 0px 10px 5px 18px;
}

.tenpre br{
   padding: 5px 0px 5px 0px;
}



.infoe{
   padding: 5px 0px 5px 0px;
    font-size: 14px;
}



.infoeria{
    margin: 0 auto;
    width: 78%;
}