@charset "utf-8";

/* 申請書ダウンロード（SP）：style_written_application_sp.css
 * **************************************************
 * Space
 * Elements (Table)
 * **************************************************
 */

#subPage .main .anchorLink {
	margin: 25px 0 25px 0;
}
#subPage .main .anchorLink li {
	padding-left: 15px;
	background: url(../images/ar.png) no-repeat 0 5px;
}
#subPage .main .anchorLink li + li {
	matgin-top: 20px;
}
#subPage .main .anchorLink a {
	font-size: 1.4em;
}

#subPage .main h2#anchor01 {
    margin-top: 30px;
}
/* Anchor 
------------------------------------------------------------------ */
#subPage .main .anc {
	margin-top: 20px;
}
#subPage .main .anc li {
	padding-left: 15px;
	background: url(../images/ar.png) no-repeat 0 5px;
}
#subPage .main .anc li + li {
	matgin-top: 68px;
}
#subPage .main .anc a {
	font-size: 1.4em;
	color:#000000;
	text-decoration: none; 
}

/* Page Top2 
------------------------------------------------------------------ */
#subPage .main #pageTop2 {
	margin-bottom: 20px;
}
#subPage .main #pageTop2 a {
	display: inline-block;
	padding: 10px 20px 10px 40px;
	background: #6a8a61 url(../images/top_ar.png) no-repeat 8px center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.2em;
	color:#ffffff;
	text-decoration: none; 
}

#subPage.writtenApplication #content .inner {
	padding: 0 20px 35px 20px;
}
#subPage .main h2#anc01 {
	margin-top:30px;
}


/* Space
------------------------------------------------------------------ */
#subPage .main table {
	margin-bottom: 20px;
}

/* Elements
------------------------------------------------------------------ */
/* Table */
/* 列：タイトル（左） */
#subPage .main table td:first-child {
	width: 30%;
	text-align: left;
	background-color: #f5f5f5;
}
#subPage .main table td:first-child + *,
#subPage .main table td:first-child + * + * {
	padding: 4px 2px;
	width: 10%;
}
#subPage .main table td:first-child + * img,
#subPage .main table td:first-child + * + * img {
	vertical-align: middle;
}
#subPage .main table td:first-child + * + * + * {
	text-align: left;
}
#subPage .main table th,
#subPage .main table td {
	word-break: break-all;
}


p.application_txt {
    position: relative;
    text-indent: 135px;
}
p.application_txt::before {
    content: "";
    width: 130px;
    height: 27px;
    background: url(http://www.dainipponsumitomo-pharm-kenpo.or.jp/images/common/btn_paper.png) no-repeat left,url(http://www.dainipponsumitomo-pharm-kenpo.or.jp/images/common/btn_instance.png) no-repeat right;
    position: absolute;
    left: 0;
    top: -3px;
}