/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			Collne Inc.
Template:		welcart_basic
Version:		1.0.0
*/

/* =Reset
-------------------------------------------------------------- */

a {
	color: #262626;
	text-decoration: none;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

/* -- .site-description -- */
.site-description {
	min-height: 40px;
	padding: .8333em 6.6667em .8333em .8333em;
	overflow: hidden;
	background: hotpink;
	color: #fff;
	font-size: .85714em;
	font-weight: bold;
}
/* -- .site-title -- */
h1.site-title,
div.site-title {
	padding: 1em .6em 1em .4em;
	float: left;
	clear: none;
	font-size: 1.785712em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}

h1.site-title a,
div.site-title a {
	color: hotpink;
}

/* =footer
-------------------------------------------------------------- */
footer {
	padding: .714286em 1.07143em;
	background-color: hotpink;
	color: #fff;
}
/* -- a -- */
footer a {
	color: #fff;
}
footer a:hover {
	color: #262626;
	text-decoration: none;
}

/* -- table --
-------------------------------------------------------------- */
/* --特商法 --*/
.table01 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}

.table01 th, td {
 vertical-align: middle;
}

.table01 th {
 width: 160px;
 text-align: center;
 padding: 10px;
 background: #c0c0c0;
 border: solid 2px #ffffff;
 color: #ffffff;
}

.table01 td {
 padding: 10px;
 text-align: left;
 background: #ffffff;
 border: solid 1px #c0c0c0;
}

/* --医薬品販売許可証について --*/
.table02 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}

.table02 th, td {
 vertical-align: middle;
}

.table02 th {
 width: 250px;
 text-align: center;
 padding: 10px;
 background: #c0c0c0;
 border: solid 1px #ffffff;
 color: #ffffff;
}

.table02 td {
 padding: 10px;
 text-align: left;
 background: #ffffff;
 border: solid 1px #c0c0c0;
}

/* --一般用医薬品の販売に関する制度 --*/
.table03 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}

.table03 th, td {
 vertical-align: middle;
}

.table03 th {
 width: 250px;
 text-align: center;
 padding: 10px;
 background: #c0c0c0;
 border: solid 1px #ffffff;
 color: #ffffff;
}

.table03 td {
 padding: 10px;
 text-align: left;
 background: #ffffff;
 border: solid 1px #c0c0c0;
}

/* --要指導医薬品に関する解説 --*/
.table04 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}

.table04 th, td {
 vertical-align: middle;
 text-align: center;
}

.table04 th {
 padding: 10px;
 border: solid 2px #fff;
 color: #fff;
}

.table04 thead {
 border-bottom: solid 2px #fff;
}
.table04 thead th {
 background: #696969;
}

.table04 tbody th {
 background: #a9a9a9;
}
.table04 tbody td {
 padding: 10px;
 text-align: center;
 background: #dcdcdc;
 border: solid 2px #fff;
}

/* -- 商品説明のテーブルデザイン --*/
.table-youhou {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
 margin-bottom: 20px !important;
}
.table-youhou caption {
 text-align: center;
}
.table-youhou th {
 text-align: center;	
}
.table-youhou td {
 text-align: left;
}
.midasi {
 background: snow;
}

/* コンタクトフォーム７ */
/* 全幅指定 */
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
}
/* pタグの余白を削除 */
.wpcf7-form p {
    margin-bottom: 0;
}
/* 背景色（お好きな色に） */
section.contact {
    background-color: #ffffff;
}
/*  フォームの幅（自由に変えてOK） */
.contactForm {
    max-width: 500px;
    margin: 0 auto;
}
/* 各項目の下部余白 */
.contact_item {
    margin-bottom: 1.5rem;
}
/* 項目名 */
.label {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: .6rem;
    font-weight: bold;
}
/* 必須タグ */
.label_must {
    font-size: 0.8rem;
    color: red;
	border: solid 1px red;
    border-radius: .3rem;
    margin-left: 0.3rem;
    padding: 5px 10px;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"],input[type="email"],input[type="tel"] {
    border: solid 1px #707070;
    padding: .5rem;
    font-size: 1rem;
	width: 500px;
}
/* お問い合わせ内容を入力する箇所 */
textarea {
    border: solid 1px #707070;
    padding: .5rem;
	width: 500px;
    height: 207px;
    font-size: 1rem;
}
/* ボタン */
.btnArea {
    text-align: center;
	margin-top:30px;
}

#backbtn{
 padding:1em 0;
 margin: 5px;
 width: 200px;
 background:#efefef;
 color:#000;
 font-weight:bold;	 
}
#backbtn:hover{
 background:#c0c0c0;
 color:#000;
}

#formbtn{
 padding:1em 0;
 margin: 5px;
 width: 200px;
 background:#ff8c00;
 color:#fff;
 font-weight:bold;	 
}
#formbtn:hover{
 background:#ffaa00;
 color:#fff;
}

/** コンタクトフォーム７のスピナー非表示 **/
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}

/**
 * 16.0 Mobile small 480px
 */
@media screen and (max-width: 480px) {
    .contact_item {
        margin-bottom: 1rem;
    }
    .label {
        font-size: 0.8rem;
        margin-bottom: .3rem;
    }
    .label_tag {
        font-size: 0.6rem;
    }
    input[type="text"],input[type="email"],input[type="tel"] {
        padding: .2rem;
        font-size: 1rem;
		width: 100%;
    }
    textarea {
        padding: .2rem;
        font-size: 1rem;
		width: 100%;
    }

	/* --特商法 --*/
	.table01 {
		border: 0;
		width:100%
	  }
	.table01 th{
		width: 100%;
		background-color: #c0c0c0;
		border: none;
		display: block;
	  }

	.table01 tr {
		display: block;
	  }

	.table01 td {
		border-bottom: 1px solid #c0c0c0;
		display: block;
		font-size: 1em;
		text-align: left;
		position: relative;
		padding: .625em .625em .625em 2em;
		border: none;
	  }

	.table01 td:last-child {
		border-bottom: 0;
	  }

	/* --医薬品販売許可証について --*/
	.table02 {
		border: 0;
		width:100%
	  }
	.table02 th{
		width: 100%;
		background-color: #c0c0c0;
		border: none;
		display: block;
	  }

	.table02 tr {
		display: block;
	  }

	.table02 td {
		border-bottom: 1px solid #c0c0c0;
		display: block;
		font-size: 1em;
		text-align: left;
		position: relative;
		padding: .625em .625em .625em 1em;
		border: none;
	  }

	.table02 td:last-child {
		border-bottom: 0;
	  }

	/* --一般用医薬品の販売に関する制度 --*/
	.table03 {
		border: 0;
		width:100%
	  }
	.table03 th{
		width: 100%;
		background-color: #c0c0c0;
		border: none;
		display: block;
	  }

	.table03 tr {
		display: block;
	  }

	.table03 td {
		border-bottom: 1px solid #c0c0c0;
		display: block;
		font-size: 1em;
		text-align: left;
		position: relative;
		padding: .625em .625em .625em 1em;
		border: none;
	  }

	.table03 td:last-child {
		border-bottom: 0;
	  }
	
	/*--店主あいさつ--*/
	#top-tensyu {
		margin: 0px auto;
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	#top-tensyu .img-tensyu {
		max-width: 200px;
		vertical-align: center;
		padding: 10px
	}
	#top-tensyu .msg-tensyu {
		padding: 20px 0 0 0;
	}
	#top-tensyu .msg-tensyu h2 {
		font-size: 18px!important;
		font-weight: bold;
		text-align: center;
	}
	#top-aisatu {
		margin: 20px auto 50px;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#top-aisats h2 {
		border-bottom: none;
		padding: 0 auto;
	}
	
	#top-syoujou {
		margin: 10px auto;
		display: flex;
		padding: 0px;
		flex-wrap: wrap;
	}
	#top-syoujou .syoujou-col {
		margin: 20px 10px;
		padding: 0px;
		flex-grow: 1;
		width: 220px;
	}
	
	/* -- フォルダ画像の設定 ------------------------------------------------- */
	.bg_img-text {
		font-size: 16px;
		font-weight: bold;
		border: 0px;                             	/* 枠線指定 */
		display:  inline-block;                         	/* インラインブロックにする */
		padding: 5px 5px;                             	/* 余白指定 */
		background-color: rgba(255, 255, 255, 0.7);     /* 背景色指定 */
	}

	/*パープルのフォルダ画像*/
	.bg_img-folda-p {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  40px 0px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-05.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*オレンジのフォルダ画像*/
	.bg_img-folda-o {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  40px 0px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*ブルーのフォルダ画像*/
	.bg_img-folda-b {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  40px 0px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-03.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*ピンクのフォルダ画像*/
	.bg_img-folda-pi {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  40px 0px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-02.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*グリーンのフォルダ画像*/
	.bg_img-folda-g {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  40px 0px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-04.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	/* =secondary--- */
	#secondary {
		display: none;
	}
	
}

/**
 * 16.01 Mobile small 619px
 */
@media only screen and (min-width: 481px) and (max-width: 619px) {
/* --特商法 --*/
.table01 {
    border: 0;
    width:100%
  }
.table01 th{
	width: 100%;
    background-color: #c0c0c0;
	border: none;
    display: block;
  }
  
.table01 tr {
    display: block;
  }
  
.table01 td {
    border-bottom: 1px solid #c0c0c0;
    display: block;
    font-size: 1em;
    text-align: left;
    position: relative;
    padding: .625em .625em .625em 2em;
    border: none;
  }
  
.table01 td:last-child {
    border-bottom: 0;
  }

/* --医薬品販売許可証について --*/
.table02 {
    border: 0;
    width:100%
  }
.table02 th{
	width: 100%;
    background-color: #c0c0c0;
	border: none;
    display: block;
  }
  
.table02 tr {
    display: block;
  }
  
.table02 td {
    border-bottom: 1px solid #c0c0c0;
    display: block;
    font-size: 1em;
    text-align: left;
    position: relative;
    padding: .625em .625em .625em 1em;
    border: none;
  }
  
.table02 td:last-child {
    border-bottom: 0;
  }

/* --一般用医薬品の販売に関する制度 --*/
.table03 {
    border: 0;
    width:100%
  }
.table03 th{
	width: 100%;
    background-color: #c0c0c0;
	border: none;
    display: block;
  }
  
.table03 tr {
    display: block;
  }
  
.table03 td {
    border-bottom: 1px solid #c0c0c0;
    display: block;
    font-size: 1em;
    text-align: left;
    position: relative;
    padding: .625em .625em .625em 1em;
    border: none;
  }
  
.table03 td:last-child {
    border-bottom: 0;
  }
	
	/*-- 店主あいさつ --*/
	#top-tensyu {
		margin: 30px auto 0px;
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	#top-tensyu .img-tensyu {
		max-width: 200px;
		vertical-align: center;
		padding: 10px
	}
	#top-tensyu .msg-tensyu {
		padding: 20px 0 0 0px;
	}
	#top-tensyu .msg-tensyu h2 {
		font-size: 18px!important;
		font-weight: bold;
		text-align: center;
	}
	#top-aisatu {
		margin: 20px auto 50px;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#top-aisats h2 {
		border-bottom: none;
		padding: 0 auto;
	}

	#top-syoujou {
		margin: 10px auto;
		display: flex;
		padding: 0px;
		flex-wrap: wrap;
	}
	#top-syoujou .syoujou-col {
		margin: 20px 10px;
		padding: 0px;
		flex-grow: 1;
		width: 220px;
	}
	
	/* -- フォルダ画像の設定 ------------------------------------------------- */
	.bg_img-text {
		font-size: 16px;
		font-weight: bold;
		border: 0px;                             	/* 枠線指定 */
		display:  inline-block;                         	/* インラインブロックにする */
		padding: 5px 5px;                             	/* 余白指定 */
		background-color: rgba(255, 255, 255, 0.7);     /* 背景色指定 */
	}

	/*パープルのフォルダ画像*/
	.bg_img-folda-p {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  40px 0px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-05.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*オレンジのフォルダ画像*/
	.bg_img-folda-o {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  40px 0px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*ブルーのフォルダ画像*/
	.bg_img-folda-b {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  40px 0px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-03.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*ピンクのフォルダ画像*/
	.bg_img-folda-pi {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  40px 0px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-02.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*グリーンのフォルダ画像*/
	.bg_img-folda-g {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  40px 0px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-04.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	
}

/**
 * 16.25 Tablet Large 879px
 */
@media only screen and (min-width: 620px) and (max-width: 879px) {
	
	/*--店主あいさつ--*/
	#top-tensyu {
		margin: 50px auto 0px;
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	#top-tensyu .img-tensyu {
		max-width: 200px;
		vertical-align: center;
		padding: 10px
	}
	#top-tensyu .msg-tensyu {
		padding: 30px 0 0 30px;
	}
	#top-tensyu .msg-tensyu h2 {
		font-size: 20px!important;
		font-weight: bold;
		text-align: center;
	}
	#top-aisatu {
		margin: 20px auto 50px;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#top-aisats h2 {
		border-bottom: none;
		padding: 0 auto;
	}
	
	/*--症状別--*/
	#top-syoujou {
		margin: 10px auto;
		display: flex;
		padding: 0px;
		flex-wrap: wrap;
	}
	#top-syoujou .syoujou-col {
		margin: 20px 10px;
		padding: 0px;
		flex-grow: 1;
		width: 220px;
	}
	
	/* -- フォルダ画像の設定 ------------------------------------------------- */
	.bg_img-text {
		font-size: 20px;
		font-weight: bold;
		border: 0px;                             	/* 枠線指定 */
		display:  inline-block;                         	/* インラインブロックにする */
		padding: 5px 5px;                             	/* 余白指定 */
		background-color: rgba(255, 255, 255, 0.7);     /* 背景色指定 */
	}

	/*パープルのフォルダ画像*/
	.bg_img-folda-p {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  50px 5px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-05.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*オレンジのフォルダ画像*/
	.bg_img-folda-o {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  50px 5px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*ブルーのフォルダ画像*/
	.bg_img-folda-b {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  50px 5px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-03.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*ピンクのフォルダ画像*/
	.bg_img-folda-pi {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  50px 5px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-02.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*グリーンのフォルダ画像*/
	.bg_img-folda-g {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  50px 5px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-04.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}	
}

/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 880px) {
	
	/*-- 店主あいさつ --*/
	#top-tensyu {
		margin: 50px auto 0px;
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	#top-tensyu .img-tensyu {
		max-width: 200px;
		vertical-align: center;
		padding: 10px
	}
	#top-tensyu .msg-tensyu {
		padding: 30px;
	}
	#top-tensyu .msg-tensyu h2 {
		font-size: 26px!important;
		font-weight: bold;
		text-align: center;
	}
	#top-aisatu {
		margin: 20px auto 50px;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#top-aisats h2 {
		border-bottom: none;
		padding: 0 auto;
	}

	#top-syoujou {
		margin: 10px auto;
		display: flex;
		padding: 0px;
		flex-wrap: wrap;
	}
	#top-syoujou .syoujou-col {
		margin: 20px 10px;
		padding: 0px;
		flex-grow: 1;
		width: 220px;
	}
	
	/* -- フォルダ画像の設定 ------------------------------------------------- */
	.bg_img-text {
		font-size: 22px;
		font-weight: bold;
		border: 0px;                             	/* 枠線指定 */
		display:  inline-block;                         	/* インラインブロックにする */
		padding: 10px 5px;                             	/* 余白指定 */
		background-color: rgba(255, 255, 255, 0.7);     /* 背景色指定 */
	}

	/*パープルのフォルダ画像*/
	.bg_img-folda-p {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  65px 5px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-05.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*オレンジのフォルダ画像*/
	.bg_img-folda-o {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  65px 5px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*ブルーのフォルダ画像*/
	.bg_img-folda-b {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  65px 5px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-03.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*ピンクのフォルダ画像*/
	.bg_img-folda-pi {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  65px 5px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-02.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	/*グリーンのフォルダ画像*/
	.bg_img-folda-g {
		text-align:  center;
		/* 文字中央寄せ */
		padding:  65px 5px;
		/* 余白指定 */
		border: 0px;
		/* 枠線指定 */
		background-image: url(https://kanpou-miyazono.com/wp-content/uploads/2023/06/category-img-04.gif);
		/* 背景画像指定 */
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

}

/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 1000px) {
/* -- .site-description -- */
	.site-description {
		width: 55%;
		height: auto;
		min-height: auto;
		padding: 1.25em 0 0;
		float: left;
		background: none;
		color: #262626;
		font-weight: normal;
		font-size: 1em;
		line-height: 130%;
	}

	/* -- .site-title -- */
	h1.site-title,
	div.site-title {
		width: 55%;
		margin: 0;
		padding: 1em 0 .5em;
		float: left;
		font-size: 2.857142em;
		text-align: left;
	}

	h1.site-title a,
	div.site-title a {
		font-weight: bold;
	}
	
	/* -- .search-box -- */
	.search-box .searchsubmit {
		position: inherit;
		padding: .357143em;
		color: #161616;
		width: auto;
	}
	
	/* =secondary
	-------------------------------------------------------------- */

	#secondary .columnleft section:last-child,
	#secondary .columncenter section:last-child,
	#secondary .columnright section:last-child {
		margin-bottom: 0;
	}

	/* -- one-column -- */
	.one-column #secondary {
		margin: 0 auto;
		padding: 2.142856em 0;
		float: none;
		overflow: hidden;
		border-top: 2px solid #eaeaea;
	}

	.one-column #secondary .columnleft {
		width: 280px;
		margin-right: 50px;
		float: left;
	}

	.one-column #secondary .columncenter {
		width: 300px;
		float: left;
	}

	.one-column #secondary .columnright {
		width: 370px;
		float: right;
	}

	/* =footer
	-------------------------------------------------------------- */
	footer {
		clear: both;
		background-color: hotpink;
		color: #fff;
	}
}