@charset "UTF-8";
/* CSS Document */

#tmp_wrap_main {
	width:952px;
	margin:0px auto;
}
#tmp_main {
	width:872px;
	margin:0px auto;
	padding:0px 0px 11px 0px;
	overflow:hidden;
}
.pan {
	font-size:0.9em;
	padding:25px 0px;
}
.pan a {
	text-decoration:none;
}

#tmp_wrap_main h1 {
	height:80px;
	color:#00913A;
	background-color:#F4F4F4;
	border-bottom:5px solid #898989;
	padding:35px 0px 0px 40px;
}
#tmp_main h2 {
	font-size:1.7em;
	color:#009944;
	margin:45px 0px 7px 0px;
	padding:5px 0px 5px 20px;
	border-left:17px solid #009944;
}
#tmp_main p {
	font-size:1em;
	padding:15px 0px 20px 0px;
	line-height:170%;
}
#tmp_main a {
	font-size:1em;
	color:#009944;
}
#tmp_main a:hover {
	color:#69C391;
}
.clear {
	clear:both!important;
}
.color_red {
	color:#E60012;
}
.font_big_gray {
	font-size:1.8em!important;
}
.font_big_red {
	font-size:1.8em!important;
	color:#E60012;
}
.subnavi_link03 {
	margin-top:30px;
	overflow:hidden!important;
}
.subnavi_link03 a {
	color:#E60012!important;
	font-weight:900;
	font-size:1.5em!important;
	text-align:center;
	text-decoration:none;
	display:block;
	width: 590px; /* 横幅 */
	background-color:#ffffff;
	border:5px solid #E60012;
	padding:13px; /* a要素内の余白 */
	margin:0px auto;
}
.subnavi_link03 a:hover {
	background-color:#F2F2F2;
	color:#E60012;
}
.icon_yaji {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.icon_yaji::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 5px #E60012;
  border-right: solid 5px #E60012;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 16%;
  margin-top: -9px;
}

/*::::: table :::::::::::::::*/
.table {
	width:100%;
	clear:both;
	border:2px solid #DCDDDD;
	border-collapse:collapse;
	margin-top:30px!important;
}
.table th {
	padding:13px;
	border:2px solid #DCDDDD;
	border-collapse:collapse;
	background-color:#727171;
}
.table th p {
	font-size:1em!important;
	color:#ffffff!important;
	text-align:center!important;
}
.table td,
.table tr {
	border:2px solid #DCDDDD;
	border-collapse:collapse;
	background-color:#ffffff;
	padding:13px;
}
.table p {
	padding:0px!important;
	margin:0px!important;
	font-size:1em!important;
}
.table a {
	text-decoration:none;
	border-bottom:1px solid #E60012;
}

/*-------------------------------------------------------- 
				うちわ詳細ページ設定
---------------------------------------------------------- */
.ira_sizu01 {
	float:right;
	margin:50px 350px 0px 0px;
}
.ira_sizu02 {
	float:right;
	margin:50px 350px 0px 0px;
}
.ira_sizu01 p,
.ira_sizu02 p {
	margin:0px!important;
	padding:0px!important;
}
#type01,
#type02,
#type03 {
	width:277px;
	height:200px;
	border:2px solid #C9CACA;
	float:left;
}
#type01,
#type02 {
	margin-right:14px;
}
#type01_1 p,
#type02_1 p {
	padding:10px 0px!important;
}
.bg01 {
	background-color:#D7F0DC;
}
.type01_title01 {
	font-size:1.1em!important;
	font-weight:900;
	color:#008A44;
	border-bottom:1px solid #727171;
	text-align:center;
	margin:0px 15px;
	padding:4px!important;
}
.type01_title02 {
	font-size:1.5em!important;
	font-weight:900;
	color:#008A44;
	text-align:center;
	padding:4px!important;
}


.bg02 {
	background-color:#FCE6C0;
}
.type02_title01 {
	font-size:1.1em!important;
	font-weight:900;
	color:#F39800;
	border-bottom:1px solid #727171;
	text-align:center;
	margin:0px 15px;
	padding:4px!important;
}
.type02_title02 {
	font-size:1.5em!important;
	font-weight:900;
	color:#F39800;
	text-align:center;
	padding:4px!important;
}

.bg03 {
	background-color:#FDEBED;
}
.type03_title01 {
	font-size:1.1em!important;
	font-weight:900;
	color:#E60012;
	border-bottom:1px solid #727171;
	text-align:center;
	margin:0px 15px;
	padding:4px!important;
}
.type03_title02 {
	font-size:1.5em!important;
	font-weight:900;
	color:#E60012;
	text-align:center;
	padding:4px!important;
}
.syousai {
	text-align:center;
	font-size:0.9em!important;
	font-weight:bold;
}
.syousai a {
	text-decoration:none;
	color:#727171!important;
}
.syousai a:hover {
	color:#9F9E9E!important;
}
.icon_link {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.icon_link:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #727171;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
.icon_link:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 3px transparent;
    border-left: solid 5px #ffffff;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -4px;
}

#tmp_wrap_main ul li {
  position: relative;
}
#tmp_wrap_main ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 1em;
  width: 6px;
  height: 6px;
  background-color:#00913A;
  border-radius: 100%;
}
#tmp_wrap_main li {
	padding-left:35px;
	margin:5px;
}

/*-------------------------------------------------------- 
				既製絵柄ページ設定
---------------------------------------------------------- */
#egara_01 p {
	float:left;
	padding-right:10px;
}