/* スライダー
================================================== */
.sp-slide {
    text-align: center;
}

#slide1 {
	background-color:#f0f0f0;
}

/* 共通
================================================== */
h2 {
    text-align: center;
}
.lead {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .lead {
        font-size: 19px;
        line-height: 1.3em;
        text-align: left;
    }
}



/* メイン
================================================== */
#tp_main_bg {
    margin-top: -60px;
    padding: 50px 0;
    background: url(../img/tp_main_bg.jpg) center center no-repeat;
    background-size: cover;
}
#tp_main h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}
#tp_main p.text {
    margin-top: 20px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #tp_main_bg {
        margin-top: 0;
    }
    #tp_main h1 {
        text-align: left;
    }
    #tp_main p.text {
        text-align: left;
    }
}



/* 取扱商品
================================================== */
#tp_product_bg {
    margin-top: 30px;
}
#tp_product {
    position: relative;
}
#tp_product_bg .en_title {
    position: absolute;
    bottom: -25px;
    left: 0;
    color: rgba(0,0,0,0.1);
    font-family: arial;
    font-size: 60px;
    font-weight: bold;
}
#tp_product h2 {
    color: #ce181e;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1em;
}
#tp_product h2 small {
    padding-bottom: 5px;
    color: #333;
    font-size: 14px;
    border-bottom: 3px solid #ce181e;
}
@media only screen and (max-width: 767px) {
    #tp_product_bg .en_title {
        display: none;
    }
    #tp_product h2 {
        font-size: 25px;
        text-align: center;
    }
}



/* 自社ブランド製品
================================================== */
#tp_brand_bg {
    margin-top: 50px;
    margin-bottom: 50px;
}
#tp_brand {
    position: relative;
}
#tp_brand .en_title {
    position: absolute;
    bottom: -25px;
    left: 0;
    color: rgba(0,0,0,0.1);
    font-family: arial;
    font-size: 60px;
    font-weight: bold;
}
#tp_brand h2 {
    color: #ce181e;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1em;
}
#tp_brand h2 small {
    padding-bottom: 5px;
    color: #333;
    font-size: 14px;
    border-bottom: 3px solid #ce181e;
}
@media only screen and (max-width: 767px) {
    #tp_brand .en_title {
        display: none;
    }
    #tp_brand h2 {
        font-size: 25px;
        text-align: center;
    }
}



/* 医薬品
================================================== */
#tp_drug_bg {
    padding: 90px 0;
    background: url(../img/tp_drug_bg.jpg) center center no-repeat;
    background-size: cover;
}
#tp_drug h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    #tp_drug h2 {
        font-size: 25px;
        text-align: center;
    }
}



/* アクセス
================================================== */
#tp_access_bg {
    padding: 50px 0;
}
#tp_access h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.tp_access_logo {
    font-size: 24px;
    font-weight: bold;
}
.tp_access_logo img {
    vertical-align: middle;
}
#tp_access p.address {
    margin: 18px 0;
    line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
    #tp_access p.address {
        text-align: center;
    }
    #tp_access h2 {
        font-size: 27px;
    }
    .tp_access_logo {
        font-size: 17px;
    }
}



/* 臨時おしらせ
================================================== */
#tp_information_bg {
	padding: 30px 0;
}
#tp_information {
	border:solid 4px #ce181e;
	padding:40px 0;
}

h3.tp_information_h3 {
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	line-height:1.4em;
	text-align: center;
	color: #ce181e;
}
h4.tp_information_h4 {
    margin: 10px 0;
    font-size: 19px;
}
#tp_information p {
    text-align: center;
}
@media only screen and (max-width: 767px) {
	#tp_information {
		padding: 20px 5%;
	}
    #tp_information p {
        text-align: left;
    }
}




/* 新着情報
================================================== */
#tp_news_bg {
    padding: 0 0 50px 0;
}
#tp_news h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
#tp_news .inner {
	margin-top: 30px;
	padding: 20px;
	height: 500px;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #ccc;
}
#tp_news .inner dl {
    display: block;
    padding: 0 20px 15px 0;
}
#tp_news .inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 13px;
    line-height: 14pt;
}
#tp_news .inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 14px;
    line-height: 14pt;
}
#tp_news .inner dl dd p {
    font-size: 14px;
    line-height: 14pt;
}
#tp_news .inner dl dd p.title {
    margin-bottom: 5px;
    color: #ce181e;
    font-size: 14px;
    font-weight: bold;
}
#tp_news .inner dl dd a {
    color: #c00;
}

@media only screen and (max-width: 767px) {
    #tp_news_bg {
    }
    #tp_news h2 {
        font-size: 27px;
    }
    #tp_news .inner {
        padding: 3%;
        height: 400px;
    }
    #tp_news .inner dl dt {
        float: none;
        margin: 0 0 1em 0em;
        width: 100%;
        line-height: 1.2em;
    }
    #tp_news .inner dl dd {
        margin-bottom: 10px;
        padding-left: 0;
        font-size: 13px;
        line-height: 1.2em;
    }
    #tp_news .inner dl dd p {
        font-size: 13px;
        line-height: 1.2em;
    }
}


/*休暇テーブル*/

.news_table01 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.news_table01 tr th {
	font-weight: normal;
	color: #333;
	text-align: left;
	border: 1px solid #CCC;
	padding: 3px;
}

.news_table01 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
}
.news_table01 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table01 tr .blue {
	color:#03F;
}
.news_table01 tr .red_blue {
	color: #03F;
	background-color: #FFF8F8;
}
.news_table01 tr .white_red {
	color: #C30;
}


/*カレンダータイプテーブル*/


.news_table02 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.news_table02 tr th {
	border: 1px solid #CCC;
	text-align: center;
	padding: 2px;
	line-height:1.5em;
	width:16%;
}

.news_table02 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
	line-height:1.3em;
	width:12%;
}
.news_table02 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table02 tr .blue {
	color:#03F;
}
.news_table02 tr .red_blue {
	color: #03F;
	background-color: #FFF8F8;
}

/*スマホ対応サイト用*/
.across_month{
	width:45%;
	float:left;
}
@media only screen and (max-width: 767px) {
.across_month{
	width:95%;
	float:none;
}
}
