@charset "utf-8";

/***********************************************************************/

/* コープこうべネット - 簡単・便利 プリントサービス */

/***********************************************************************/

/* フォント設定 */
body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.win body { font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* clearfix */
.clearfix:after { content: ""; clear: both; display: block; }






/***********************************************************************/

/* ヘッダー */

/***********************************************************************/

.header-1 { width: 100%; background-color: #FFFFFF; }
.header-2 { width: 100%; background-color: #CC0001; }
.header-2-tsunen { width: 100%; background-color: #000074; }
.header-1 > div,
.header-2 > div,
.header-2-tsunen > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}

.header-1 img,
.header-2 img,
.header-2-tsunen img { display: block; }

p.header-coop-kobe-net {
	float: left;
	margin: 10px 0;
}
p.header-print-service {
	float: left;
	margin: 20px 0;
}
p.header-print-service img {
	width: 100%;
	max-width: 333px;
}

p.header-coop-kobe {
	float: right;
	margin-top: 14px;
}
p.header-accepting {
	float: right;
	margin-top: 38px;
	font-size: 15px;
	color: #FFF;
}
@media screen and (max-width:600px) {
p.header-coop-kobe,
p.header-accepting { display: none; }
}







/***********************************************************************/

/* フィーチャー */

/***********************************************************************/

.feature {
	width: 100%;
	/background-color: #00A0E9;/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,f3e2c7+34,b68d4c+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 1%, #f3e2c7 34%, #b68d4c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 1%,#f3e2c7 34%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 1%,#f3e2c7 34%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b68d4c',GradientType=0 ); /* IE6-9 */
	/*padding-bottom: 40px;*/
	padding-bottom: 70px;
}

.feature-tsunen {
	width: 100%;
	background-color: #00A0E9;/
	padding-bottom: 70px;
}

.feature-mochu {
	width: 100%;
	/background-color: #00A0E9;/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,f3e2c7+34,b68d4c+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 1%, #B5DBE5 58%, #72B6C9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 1%,#B5DBE5 58%,#72B6C9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 1%,#B5DBE5 58%,#72B6C9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#72B6C9',GradientType=0 ); /* IE6-9 */
	/*padding-bottom: 40px;*/
	padding-bottom: 70px;
}

.feature > div,
.feature-mochu > div,
.feature-tsunen > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.feature > div > div,
.feature-mochu > div > div,
.feature-tsunen > div > div {
	float: left;
	box-sizing: border-box;
	padding: 20px;
}
.feature .top,
.feature-mochu .top,
.feature-tsunen .top { width: 100%; }
.feature .left,
.feature-mochu .left,
.feature-tsunen .left,
.feature .right,
.feature-mochu .right,
.feature-tsunen .right { width: 50%; }

/* パンくず */
.feature .top p,
.feature-mochu .top p,
.feature-tsunen .top p {
	font-size: 13px;
	line-height: 1.5;
	/*color: #FFF;*/
	color:#323232;
}
.feature .top p a,
.feature-mochu .top p a,
.feature-tsunen .top p a {
	/*color: #FFF;*/
	color:#323232;
}

/* 左 */
.feature .left h1,
.feature-mochu .left h1,
.feature-tsunen .left h1 {
	font-size: 40px;
	line-height: 1.25;
	/*color: #FFF;*/
	color: #323232;
	font-weight: bold;
	/*margin: 50px 0 0 0;*/
	margin: 30px 0 0 0;
	}
	
.feature .left p,
.feature-mochu .left p,
.feature-tsunen .left p {
	font-size: 17px;
	line-height: 1.5;
	/*color: #FFF;*/
	color:#323232;
	margin: 1em 0;
}

/* バナー */

.feature-mochu img.ttl_banner,
.feature img.ttl_banner {	
	width:100%;
	max-width: 100%;
	height:auto;
	/*width:900px;*/
	margin:0 auto;
	/*float:none;*/
	/*clear:both;*/
	display:block;
}

.feature-mochu .ttl_banner,
.feature .ttl_banner	{
	width:90%;
}

.feature-mochu .ttl_banner img,
.feature .ttl_banner img	{
	display: inline;
	width: 100%;
	max-width: 1000px;
}

/*.feature .left a.btn-order {
	display: block;
	width: 100%;
	max-width: 300px;
	height: 60px;
	
	font-size: 25px;
	line-height: 60px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	
	background-color: #E60012;
	border-radius: 30px;
	box-sizing: border-box;
	border: 2px solid #FFF;
	
	margin: 30px 0 0 0;
}
.feature .left a.btn-order:hover {
	background-color: #F00;
}*/

/* 注文ボタン */
.feature .order,
.feature-mochu .order,
.feature-tsunen .order	{
	width:300px;
	margin:0 auto;
}

.feature .order a.btn-order,
.feature-mochu .order a.btn-order,
.feature-tsunen .order a.btn-order {
	display: block;
	width: 100%;
	max-width: 300px;
	height: 60px;
	
	font-size: 25px;
	line-height: 60px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	
	/*background-color: #E60012;*/
	background-color: #CC0001;
	border-radius: 30px;
	box-sizing: border-box;
	border: 2px solid #FFF;
	
	margin: 30px 0 0 0;
}

.feature .order a.btn-order:hover, 
.feature-mochu .order a.btn-order:hover, 
.feature-tsunen .order a.btn-order:hover {
	background-color: #F00;
}


/* 右 */
.feature .right {
	/*height: 522px;*/
	height: 400px;
	background: url(../img/feature-product.png) no-repeat 20px 20px;
}
/* 右（通年） */
.feature-tsunen .right_tsunen {
	height: 440px;
	background: url(../img/tsunen_feature-product.png) no-repeat 20px 20px;
	margin-bottom:100px; 
}

/*.feature-tsunen .right img {
	display: none;
}*/

@media screen and (max-width:770px) {
.feature .left,
.feature-mochu .left,
.feature-tsunen .left,
.feature .right,
.feature-mochu .right,
.feature-tsunen .right_tsunen {
	width: 100%;
	text-align: center;
}

/* 左 */
.feature .left h1,
.feature-mochu .left h1,
.feature-tsunen .left h1  {
	margin-top: 0;
}
.feature .left a.btn-order,
.feature-mochu .left a.btn-order,
.feature-tsunen .left a.btn-order {
	margin-right: auto;
	margin-left: auto;
}

/* 右 */
.feature .right,
.feature-mochu .right,
.feature-tsunen .right_tsunen {
	height: auto;
	background: none;
}

.feature-mochu .right img,
.feature .right img	{
	display: inline;
	width: 100%;
	max-width: 460px;
}

.feature-mochu .left img,	
.feature-tsunen .left img {
	display: inline;
	width: 100%;
	max-width: 460px;
}
}


.feature-tsunen .right_tsunen img {
	display: inline;
	width: 100%;
	max-width: 420px;
}

@media screen and (max-width:420px) {
.feature .left h1 br, 
.feature-mochu .left h1 br, 
.feature-tsunen .left h1 br { display: none; }
}







/***********************************************************************/

/* 注文について */

/***********************************************************************/

.about-order {
	width: 100%;
	background-color: #FFF;
	padding: 40px 0;
}
.about-order > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.about-order > div > div {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 20px;
}

.about-order h3 {
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	font-weight: bold;
	margin-top: 2em;
}
.about-order h3:first-child {
	margin-top: 0;
}

.red { color: #F00; }

.about-order p {
	font-size: 13px;
	line-height: 1.5;
	color: #666;
	margin-top: 1em;
}
.about-order p.note {
	font-size: 11px;
}

@media screen and (max-width:770px) {
.about-order > div > div {
	width: 100%;
	text-align: center;
}
}







/***********************************************************************/

/* ここがうれしい !　プリントサービス */

/***********************************************************************/

.nice-easy {
	width: 100%;
	background-color: #E4007F;
	padding: 30px 0 40px 0;
}

.nice-easy h2 {
	font-size: 30px;
	line-height: 1.25;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 0 20px;
	margin-top: 25px;
}

/* ● */
.nice-easy ul {
	text-align: center;
	font-size: 0;
}
.nice-easy ul li {
	display: inline-block;
	vertical-align: top;
}
.nice-easy ul li.circle {
	width: 250px;
	height: 250px;
	border-radius: 125px;
	background-color: #FFF;
	color: #E4007F;
	line-height: 1.5;
	box-sizing: border-box;
	padding-top: 15px;
	margin: 25px;
}
.nice-easy ul li.circle h3 { font-size: 22px; font-weight: bold; }
.nice-easy ul li.circle h3 span.point { font-size: 15px; }
.nice-easy ul li.circle h3 span.number { font-size: 40px; }
.nice-easy ul li.circle p { font-size: 13px; margin-top: 5px; }
.nice-easy ul li.circle p.note { font-size: 11px; }

/* ● - ご注文はとってもカンタン ! */
.nice-easy ul.easy li.circle { width: 200px; height: 200px; border-radius: 100px; }
.nice-easy ul.easy li.circle h3 { font-size: 20px; }

/* ＞ */
ul.easy li.arrow img.right  { margin-top: 90px; }
ul.easy li.arrow img.bottom { display: none; }

@media screen and (max-width:600px) {
ul.easy li.arrow img.right  { display: none; }
ul.easy li.arrow img.bottom { display: block; }

ul.easy li.arrow {
	display: block;
	width: 72px;
	margin: 0 auto;
}
}







/***********************************************************************/

/* 取り扱い商品 */

/***********************************************************************/

.product {
	width: 100%;
	background-color: #FFF100;
	padding: 60px 0 50px 0;
}
.product > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.product h2 {
	font-size: 30px;
	line-height: 1.25;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.product-box {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}
.product-box > div {
	background-color: #FFF;
	padding: 20px;
}

.product-box h3 {
	font-size: 20px;
	line-height: 1.25;
	color: #000;
	font-weight: bold;
}
.product-box img {
	margin: 10px 0 5px 0;
}
.product-box h4 {
	font-size: 15px;
	line-height: 1.5;
	color: #333;
}
.product-box p {
	font-size: 13px;
	line-height: 1.5;
	color: #666;
}

@media screen and (max-width:600px) {
.product-box { width: 100%; }
}







/***********************************************************************/

/* フッター */

/***********************************************************************/

.footer {
	width: 100%;
	background-color: #FFF;
}
.footer > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	
	box-sizing: border-box;
	padding: 60px 20px;
}

.footer p.contact {
	font-size: 13px;
	margin-bottom: 2em;
}
.footer p.contact a {
	color: #666;
}
.footer p.copyright img {
	width: 100%;
	max-width: 383px;
}





