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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/

article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    /*border: 0;*/
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    /*line-height: 1em;*/
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote::after, q:before, q::after {
    content: '';
    content: none;
}

blockquote {
    padding: .5em 1em;
    margin: 0;
    border-left: solid 5px #920783;
    background-color: #fcf7ff;
}

#main_column blockquote > *:first-child {
    margin-top: 0;
}

#main_column blockquote > *:last-child {
    margin-bottom: 0;
}


/*********************************/

body {
    font-size: 0.938rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #898989;
    line-height: 1.5;
    *font-size: small;
    *font: x-small;
}

select, input, button, textarea, button {
    /* font:99% arial,helvetica,clean,sans-serif; */
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #898989;
    line-height: 150%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    /*font-size: inherit;
	font: 100%;*/
}

table.border {
    border: 1px solid #dfdede;
    margin-bottom: 1em;
}

table.border th {
    background-color: #fefbf3;
    text-align: center;
    border: 1px solid #dfdede;
    padding: 0.5em;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 99%;
}

* html body {
    font-family: 'ＭＳ Ｐゴシック', sans-serif;
}

*:first-child+html body {
    font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

.serif {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*********************************/

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    /*visibility: hidden;*/
}

/*.clearfix {
	display: inline-table;
	min-height: 1%;
}*/

/** html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}*/

a:link, a:visited {
    color: #dd2aaa;
    text-decoration: none;
    outline: medium none;
}

a:hover {
    /*color: #CB2A51;
	text-decoration: underline;*/
}

a.pdf {
    padding-right: 20px;
    background: url("../img/pdf.png") right center no-repeat transparent;
}

a.excel {
    padding-right: 20px;
    background: url("../img/excel_icon.png") right center no-repeat transparent;
}

a.outlink, span.outlink {
    padding-right: 20px;
    background: url("../img/wnd_icon.png") right center no-repeat transparent;
}

.hover:hover {
    opacity: 0.6;
}

.left_text {
    text-align: left;
}

.right_text {
    text-align: right;
}

.center_text {
    text-align: center;
}

/*a:focus,
input:focus,
select:focus,
textarea:focus {
 outline: 2px solid #FFCC00;
 outline-offset: -2px;
}
a:active,
input:active {
 outline: 0 none;
}*/

input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
    border: 0 none;
}

/*a.super,
.super {
 vertical-align: top;
 color: #990000;
 font-size: 11px;
}*/

input.init_textarea {
    border: 0 none;
    padding: 0;
    margin: 0;
    resize: none;
}

input.init_submit {
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

span.small {
    font-size: 70%;
}

span.small80 {
    font-size: 80%;
}

.bold {
    font-weight: bold;
}

span.red {
    color: #AA0000;
}

span.em {
    font-weight: bold;
}

.clear {
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

.mb20 {
    margin-bottom: 20px;
}

/**********************************
	common
*/

body {
    -webkit-text-size-adjust: 100%;
}

#body {
    overflow: hidden;
}

.index #body {
    background: url('../img/index_bg.png') 0 0 repeat-x transparent;
}

/*#header,
#helpful_infomation_area {
	margin: auto;
	background: url( "../img/help_info_bg.png" ) 0 0 repeat transparent;
}*/

/*h1 {
	position: absolute;
	top: -5px;
	left: 0px;
	width: 185px;
	height: 60px;
}*/

.section {
    margin-bottom: 40px;
}

#search_input_area {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 170px;
    height: 24px;
}

#search_input_area .textarea {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 118px;
    height: 24px;
    font-size: 15px;
    /*font-size: 1.05em;*/
    line-height: 24px;
    background: url("../img/header/search_textarea.png") 0 0 no-repeat transparent;
    padding-left: 20px;
}

#search_input_area .submit {
    position: absolute;
    left: 138px;
    top: 0px;
    width: 32px;
    height: 24px;
    background: url("../img/header/search_submit.png") 0 0 no-repeat transparent;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

#index_main .title_area {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#recommend_area {
    background: url("../img/texture_bg.png") 0 0 repeat transparent;
}

#recommend_area .title_area {
    background: url("../img/title_recommend.png") 0 0 no-repeat transparent;
}

#recommend_area .content_area li a:hover {
    font-weight: bold;
}

#recommend_area .content_area .image {
    display: block;
}

#recommend_area .content_area .title {
    display: block;
    text-align: center;
    color: #dd2aaa;
}

#recommend_area .content_area a {
    text-decoration: underline;
}

#recommend_area .content_area .title .outlink {
    background: url("../img/wnd_icon.png") right center no-repeat transparent;
}

#recommend_area .content_area .content {
    display: block;
    color: #898989;
}

#local_infomation_area .title_area {
    background: url("../img/title_local_info.png") 0 0 no-repeat transparent;
}

/*#local_infomation_area .content_area a:hover {
				opacity: 0.7;
				transition-duration: 0.2s;
			}*/

#local_infomation_link {
    margin-top: 10px;
    text-align: center;
}

#local_infomation_link a {
    font-size: 1.1em;
    text-decoration: underline;
}

#local_infomation_link a:hover {
    font-weight: bold;
}

.index #helpful_infomation_area {
    background: url("../img/help_info_bg.png") 0 0 repeat transparent;
}

#helpful_infomation_area .title_area {
    background: url("../img/title_help_info.png") 0 0 no-repeat transparent;
}

#helpful_infomation_area li a:hover img {
    opacity: 0.7;
    transition-duration: 0.2s;
}

#helpful_infomation_area li.first-child {
    padding-left: 0;
}

.index #info_area {
    /* background: url("../img/help_info_bg.png") 0 0 repeat transparent; */
}

.index #info_area .head_title_area .link a {
    color: #363636;
    text-decoration: underline;
}

.index #info_area .head_title_area .link a:hover {
    color: #dd2aaa;
}

#info_area .content_area {
	font-size: 0.95em;
}

#info_area .content_area .link a {
    color: #000;
    text-decoration: underline;
}

#info_area .content_area .link a:hover {
    color: #dd2aaa;
}

.news_list .news_area {
    margin-top: 2em;
}

.index .news_list .news_area {
    margin-top: 0;
}

#info_area .content_area li {
    font-size: inherit;
}

.news_list .news_area .content_area {
    margin-left: 0;
}

.news_list .news_area .link {
    color: #920783;
}

.news_list .news_area .content {
    margin-left: 8em;
    padding-left: 16px;
    padding-right: 1em;
    padding-bottom: 0.7em;
}

#news_area .title {
    background: url("../img/title_news.png") 0 0 no-repeat transparent;
}

#news_area .thumb img {
    border: 1px solid #dddddd;
}

#news_area li.odd, #news_area li:nth-child(odd) {
    background-color: #f5f4f5;
}

#news_area li.even, #news_area li:nth-child(even) {
    background-color: #fff;
}

#important_area .title {
    background: url("../img/title_important.png") 0 0 no-repeat transparent;
}

#important_area li.odd, #important_area li:nth-child(odd) {
    background-color: #f7edfe;
}

#important_area li.even, #important_area li:nth-child(even) {
    background-color: #fff;
}

#footer_banner_area {
    background: url("../img/footer/footer_banner_bg.png") 0 0 repeat transparent;
}

/*#footer_banner_area li {
	float: left;
	width: 220px;
	height: 60px;
	margin-left: 27px;
	margin-bottom: 20px;
	background-color: #fff;
}*/

#footer_banner_area li a {
    line-height: 0;
    outline: 0px solid #fff;
    display: block;
}

#footer_banner_area li a:hover {
    outline: 4px solid #dd22aa;
    transition-duration: 0.2s;
}

#footer_banner_area .no_left {
    margin-left: 0;
}

/*#footer_banner_area .large_left {
	margin-left: 26px;
}*/

#footer_infomation_area {
    background-color: #8957a1;
}

#scroll_top {
    margin: auto;
    position: relative;
    top: 0px;
    left: 0px;
    width: 88px;
    height: 48px;
}

#scroll_top .inner {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 88px;
    height: 88px;
}

#footer_infomation_area {
    color: #fff;
}
.info_area2__list a{
    text-decoration: underline;
}
.info_area2__list li{
    font-weight: normal;
}
footer strong{
    font-weight: bold;
    font-size: 115%;
}

#footer_infomation_area .navi_area {
    background: url("../img/footer/footer_lavender.png") center bottom no-repeat transparent;
    padding-bottom: 85px;
    padding-top: 20px;
    /*width: 80em;*/
    width: 100%;
    margin: auto;
}

#footer_infomation_area .navi_area ul {
    text-align: center;
}

#footer_infomation_area a {
    color: #fff;
}

#footer_infomation_area a:hover {
    text-decoration: underline;
}

#footer_infomation_area .info_area {
    text-align: center;
    /*background: url( "../img/footer/footer_info.png" ) 0 0 no-repeat transparent;*/
    /*margin: auto;*/
    /*text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;*/
}

#footer_infomation_area .info_area img {
    vertical-align: bottom;
}

#footer_infomation_area .info_area__copyright {
    line-height: 1.0;
    text-align: center;
}

.marker_yellow_hoso {
    background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
    background: -o-linear-gradient(transparent 60%, #ffff66 60%);
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.review {
    text-align: justify;
    text-indent: 1em;
}

.imgBox {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.imgBox li {
    list-style: outside none none;
    white-space: nowrap;
    display: inline-block;
}

.imgBox li img {
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
}

.note {
    border: 4px solid #F8EEFD;
    border-radius: 4px;
    /* margin: 0.5em 10px; */
    padding: 15px;
    font-size: 0.9em;
}

/**************
	second
*/

#main_area {
    background: url("../img/texture_bg.png") 0 0 repeat transparent;
    /*padding-top: 25px;
	min-width: 960px;*/
}

/*#main_area_inner {
		width: 960px;
		margin: auto;
	}*/

/*#main_column,
		#pankuzu_area ul {
			width: 700px;
		}*/

/*#main_column {
			float: left;
			margin-right: 30px;
			margin-bottom: 40px;
		}*/

#pankuzu_area li {
    /*float: left;*/
    padding-left: 1em;
    padding-right: 2em;
    /*font-size: 1.063rem;*/
    line-height: 1.5;
    background: url("../img/pankuzu_vector.png") right center no-repeat transparent;
}

#pankuzu_area li:first-child {
    padding-left: 0;
}

#pankuzu_area li:last-child {
    padding-right: 0;
    background-image: url("");
}

.main_box {
    background: url("../img/main_top_bg.png") center top no-repeat transparent;
    padding-top: 4px;
}

.main_box_inner {
    background: url("../img/main_bottom_bg.png") center bottom no-repeat transparent;
    padding-bottom: 4px;
}

.main_box_content {
    background-color: #fff;
    /*padding: 15px 30px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main_column h2 {
    border-bottom: 4px solid #dac6e5;
    margin-bottom: 15px;
}

#main_column .bundle {
    padding-bottom: 40px;
}

#main_column .bundle.border {
    border-bottom: 1px solid #f2f0f0;
    padding-bottom: 0;
    margin-bottom: 40px;
}

#main_column h3 {
    border: 1px solid #f8eefd;
    padding: 1px;
    margin-bottom: 25px;
    line-height: 1;
}

#main_column h3 .inner {
    background-color: #f8eefd;
    padding: 0.2em 0.5em;
    color: #920783;
    font-size: 1.55em;
    /* line-height: 0.8; */
    font-weight: bold;
}

.ex_case {
    color: #920783;
    font-size: 1.65em;
    line-height: 0.2;
    font-weight: bold;
    margin: 2em 0.2em 1.5em;
}

#main_column p {
    /*font-size: 1.1em;*/
    color: #000;
    line-height: 1.5;
    margin-bottom: 1em;
}

#main_column p br {
    margin-bottom: 1em;
}

#main_column p.small {
    font-size: 100%;
}

#main_column p.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#main_column p a:hover {
    text-decoration: underline;
}

/*#main_column img.left {
								float: left;
							}
							#main_column img.right {
								float: right;
							}
							#main_column .text_area {
								float: left;
								width: 380px;
							}
							#main_column .image_area {
								float: left;
								width: 240px;
								margin-bottom: 2em;
							}*/

#main_column img.border, #main_column .image_area img, #main_column .area_image_list img, #main_column .float_image_list img {
    border: 1px solid #dcdcdc;
}

#main_column .image_area.no_border img {
    border: 0 none;
}

/*#main_column .left_content {
								margin-right: 20px;
							}*/

#main_column h4, .ex_left {
    font-size: 1.3em;
    line-height: 1.3;
    /*margin-top: 25px;*/
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdede;
    padding: 0.3em;
    color: #666;
    font-weight: bold;
}

#main_column h4.sub {
    border-bottom: 1px dotted #e0e0e0;
    /*text-align: center;*/
}

#main_column h5 {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 0.3em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #666666;
}

#main_column .ex_left {
    font-size: 1.2em;
    margin-bottom: 1.5em;
    color: #000;
}

#main_column .ex_right {
    margin-left: 1.5em;
}

#main_column .hogar_table {
    font-size: 90%;
}

/* #main_column .hogar_table .head {
									width: 4em;
								} */

#main_column .about_table .cap {
    width: 25%;
}

/* #ja_youth_man_table .cap {
								width: 30%;
							} */

#main_column table.agri .cap {
    width: 40%;
}

/* #main_column table.farm_recruit .cap {
								width: 20%;
							} */

/* #main_column table.hanayome_table .cap {
								width: 15%;
							}
								#main_column table.hanayome_table ul {

								} */

#main_column table.womens_table .cap {
    width: 15%;
}

#main_column table.womens_table .ex {
    width: 25%;
}

#main_column .allok_address_table {}

#main_column .allok_address_table .small {
    font-size: 85%;
}

#main_column .allok_address_table a:hover i {
    text-decoration: none;
}

#main_column .allok_address_table .map i {
    padding-right: 0.2em;
}

#ja_youth_man_table td {
    text-align: center;
}

#main_column table, #main_column .right_text {
    color: #000000;
    /* font-size: 1.1em; */
    line-height: 1.5;
    width: 100%;
}

#main_column table {
    border: 1px solid #dfdede;
    font-size: 1em;
    line-height: 1.6;
    /*margin-bottom: 1em;*/
}

#main_column table.small {
    font-size: 100%;
}

#main_column table .bank_name {
    font-size: 110%;
    color: #000;
    display: block;
    margin: 0.4em 0;
}

#main_column table .cap.left {
    text-align: left;
}

#main_column table.small .under_address {
    font-size: 90%;
    color: #666666;
    display: block;
}

#main_column td {
    border: 1px solid #dfdede;
    padding: 0.5em;
}

#main_column td.cap {
    background-color: #fefbf3;
    text-align: center;
}

#main_column .right_text {
    margin: 1em 0;
    text-align: right;
}

td.no_right_border {
    border-right: 0 none;
}

td.no_left_border {
    border-left: 0 none;
}

#main_column .footer_link {
    font-size: 1.1em;
}

#main_column .link_content {
    margin: 1em;
    /*padding-left: 20px;
								color: #000000;
								background: url( "../img/purple_vector.png" ) 0 center no-repeat transparent;*/
}

#main_column .vector {
    padding-left: 13px;
    background: url("../img/purple_vector.png") 0 center no-repeat transparent;
}

/*#main_column .footer_link a:hover {
								font-weight: bold;
							}*/

#main_column ul, #main_column ol {
    margin-bottom: 2em;
}

#main_column li {
    margin: 1em 0;
    color: #666;
    /*font-size: 110%;
									line-height: 1.5;*/
}

/* #main_column ul,
							#main_column ol,
							#main_column .link_content {
								margin-left: 1em;
							} */

.public_infomation {}

.public_infomation .cel {
    width: 190px;
    padding: 10px;
    float: left;
    text-align: center;
}

.public_infomation img {
    border: 1px solid #f2f0f0;
}

.public_infomation a .pdf {
    padding-right: 20px;
    background: url("../img/pdf.png") right center no-repeat transparent;
}

.public_infomation a {
    display: block;
    outline: 0px solid #fff;
}

.public_infomation a:hover {
    text-decoration: underline;
    outline: 4px solid #dd2aaa;
    transition-duration: 0.2s;
}

#main_column .box {
    border: 1px solid #f2f0f0;
    width: 80%;
    padding: 1em;
    margin: auto;
    text-align: center;
    clear: both;
}

#body .jyf_slider {
    /* width: 500px; */
}

#body .jyf_slider ul, #body .jyf_slider ol, #body .jyf_slider li {
    margin: 0;
}

#body .jyf_slider .flex-viewport {
    margin-bottom: 1em;
}

#body .jyf_slider .flex-control-thumbs {
    /*margin: 0 4em;*/
}

#body .jyf_slider li p {
    text-align: center;
    padding: 0.5em 1em 0;
}

#body .jyf_slider .flex-control-thumbs li {
    width: 33.3%;
}

#body.lteie7 .jyf_slider .flex-control-thumbs li {
    width: 33%;
}

#main_column .float_image_list {
    margin: 1em auto
}

#main_column .float_image_list li {
    float: left;
    display: block;
    margin-right: 20px;
}

#main_column .float_image_list .l2, #main_column .float_image_list .l4 {
    margin-right: 0;
}

#main_column .float_image_list .l1, #main_column .float_image_list .l3 {
    margin-right: 10px;
}

#main_column .float_image_list li.last-child, #main_column .float_image_list li:last-child {
    margin-right: 0;
}

#main_column .area_image_list {
    float: left;
    margin: 0;
}

#main_column .area_image_list li {
    margin-top: 0;
    line-height: 0;
}

.hogar_logo {
    text-align: center;
}

.hogar_logo a:hover {
    text-decoration: underline;
}

.hogar_logo a:hover img {
    outline: 4px solid #dd22aa;
    transition-duration: 0.2s;
}

/* #main_column .hogar_image_list {
								float: left;
							}
							#main_column .hogar_image_list .hogar_top_image {
								text-align: center;
							} */

#main_column #hogar_shop_name {
    color: #920783;
    font-weight: bold;
    font-size: 1.1em;
}

#main_column #hogar_shop_name span {
    padding-bottom: 0.2em;
    border-bottom: 2px solid #920783;
}

#main_column .image_list {
    margin: 0px;
}

#main_column .image_list li {
    float: left;
    margin: 3px 6px;
    line-height: 0;
}

#main_column #agriplan_image li {
    margin: 2px;
}

#main_column .jyr_image_list_0 {
    width: 536px;
    margin: auto auto 1em;
}

#main_column .jyr_image_list_0 img {
    margin: 3px 6px;
}

#main_column .colorbox .title {
    display: block;
    text-align: center;
    padding: 0.5em 1em;
}

#main_column .colorbox:hover img, .outline_img img:hover, img.outline_img:hover, .hogar_logo a:hover img {
    outline: 4px solid #dd2aaa;
    outline-offset: -2px;
}

#main_column .colorbox:hover {
    text-decoration: underline;
}

#main_column .left_space {
    margin-left: 1em;
}

#main_column .ol_list {}

#main_column .ol_list .line {
    position: relative;
    top: 0px;
    left: 0px;
    /* margin-left: 1em; */
    margin-bottom: 1em;
}

#main_column .ol_list .title {
    font-weight: bold;
    margin-bottom: 0.3em;
    color: #666666;
}

#main_column .ol_list .num, #main_column .ol_list .term {
    color: #45494c;
    /* font-size: 105%; */
    line-height: 1.5;
}

#main_column .ol_list .num {
    position: absolute;
    width: 1.5em;
    height: 1em;
    left: 0px;
    top: 0px;
}

#main_column .ol_list .term {
    margin-left: 1.5em;
}

#main_column .ol_list .line .line {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#main_column .ol_list .term .num, #main_column .ol_list .term .term {
    font-size: 95%;
    line-height: 1.5;
    color: #666;
}

#main_column #right_content {
    float: right;
    width: 14em;
    margin: 1em 0 2em;
}

#allok_campaign .area {
    width: 50%;
    float: left;
    text-align: center;
}

#allok_campaign p {
    margin-top: 1em;
}

#main_column .download_table {
    margin: 2em 0;
}

/* #main_column .download_table .cap {
								width: 40%;
							} */

#main_column .download_table a:hover {
    text-decoration: underline;
}

#main_column table.store_table,
#main_column table.store_detail_table {
    font-size: 93%;
}

#main_column table.store_table .store_table_title {
    /* margin: 2em 0 0; */
    padding: 1em;
    background-color: #fafafa;
    /*text-align: left;*/
}

#main_column table.store_table .store_table_title.sub {
    /*background-color: #;*/
}

.store_table_title .area_title {
    font-size: 150%;
    line-height: 1.5em;
    color: #000;
    /*padding-right: 1em;*/
}

.store_table_title .area_address {
    font-size: 100%;
    color: #45494c;
    line-height: 1.5em;
}

#main_column table.store_table .small {
    font-size: 88%;
}

#main_column table.store_table .icon-phone, #main_column table.store_table .icon-print, #main_column table.store_table .icon-map-marker {
    padding-right: 0.2em;
}

#main_column table.store_table .map {
    margin: 0.2em;
}

/*#main_column table.store_table a.map:hover .text {
									text-decora
								}*/

#main_column .store_icon_list {
    /* display: flex;
	flex-wrap: wrap; */
	margin-left: 0;
	margin-bottom: 0;
	border: 1px solid rgb(223, 222, 222);
	box-sizing: border-box;
	border-radius: 10px;
	padding: 10px;
	background-color: rgb(250, 250, 250);
}
#main_column .store_icon_list > li {
    margin: 5px 15px;
}
#main_column .store_icon_list > li img {
    vertical-align: middle;
	margin-right: 5px;
}
#main_column .store_table .cell_detail,
#main_column .store_table .cell_map {
	text-align: center;
}
#main_column .store_btn {
	border: 1px solid #ccc;
	padding: 5px 15px 5px 25px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	background: url(../img/purple_vector.png) 10px center no-repeat transparent;
}



#main_column .processed_box {
    margin-bottom: 40px;
    position: relative;
}

#main_column .processed_box.continue {
    margin-bottom: 20px;
}

#main_column .processed_box:last-child {
    margin-bottom: 0;
}

#main_column .allok_campaign_img {
	margin-bottom: 8px;
}


#pager_area {
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center;
    font-size: 130%;
    line-height: 1.5;
    margin: 2em 0;
}

#pager_area .prev_link {
    position: absolute;
    top: 0px;
    left: 0px;
}

#pager_area li {
    display: inline;
    margin: 0 12px;
}

#pager_area .next_link {
    position: absolute;
    top: 0px;
    right: 0px;
}

#pager_area a:hover {
    text-decoration: underline;
    /*color: #dd2aaa;*/
}

#info_area.sitemap_list .link {
    margin-left: 1em;
}

#info_area.sitemap_list .link a {
    color: #dd2aaa;
    text-decoration: none;
}

#info_area.sitemap_list .link a:hover {
    text-decoration: underline;
}

/* #info_area.sitemap_list .sub1,
					#info_area.sitemap_list .sub3 {
						margin-left: 2em;
						font-size: 100%;
					}
					#info_area.sitemap_list .sub4 {
						margin-left: 2.3em;
					} */

#info_area.sitemap_list .content_area .sub1 .date, #info_area.sitemap_list .content_area .sub1 .link, #info_area.sitemap_list .content_area .sub3 .date, #info_area.sitemap_list .content_area .sub3 .link, #info_area.sitemap_list .content_area .sub4 .date, #info_area.sitemap_list .content_area .sub4 .link {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    box-sizing: border-box;
}

#info_area.sitemap_list .content_area .sub1 .link, #info_area.sitemap_list .content_area .sub3 .link {
    background-position: 0 0.7em;
}

#info_area.sitemap_list ul.content_area {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #f2f0f0;
}

/* #info_area.sitemap_list .left_bundle {
						width: 47.5%;
						float: left;
					}
					#info_area.sitemap_list .right_bundle {
						width: 47.5%;
						float: right;
					} */

/* #info_area.sitemap_list ul.content_area.no_border {
						border-bottom: 0 none;
					} */

#main_column #header_tab {
    margin-left: 0em;
    margin-bottom: 1em;
}

.products #main_column #header_tab {
    margin-left: 1em;
}

#main_column #header_tab li {
    margin: 0;
    font-size: 13px;
    padding-right: 1.3em;
    float: left;
    font-weight: normal;
    height: 26px;
}

#main_column #header_tab li.last-child {
    padding-right: 0;
}

#header_tab a {
    background: url("../img/purple_vector.png") 0 center no-repeat transparent;
    font-size: 13px;
    padding-left: 1em;
}

/*.products #main_column p {
			padding-left: 0.5em;
		}*/

.yes_clean_image {
    display: block;
    text-align: center;
}

#main_column .shipping_calendar, #main_column .shipping_calendar td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main_column .shipping_calendar td.cell {
    border: 0 none;
}

#main_column .shipping_calendar td.line {
    border-right: 1px solid #f2f0f0;
}

#main_column .shipping_calendar td.cap {
    background-color: #f2f0f0;
}

#main_column .bundle .shipping_calendar .data {
    position: relative;
    z-index: 1;
    top: 0px;
    left: 2px;
    background-color: #F57F99;
    height: 2em;
    /* for safari */
    border-left-color: #F57F99;
    border-right-color: #F57F99;
}

#main_column .bundle .shipping_calendar .data.first {
    left: 2px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left: 0 none;
}

#main_column .bundle .shipping_calendar .data.last {
    left: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: 0 none;
}

.ie7 #main_column .shipping_calendar td.cell {
    height: 0.5em;
}

.ie7 #main_column .shipping_calendar td.data {
    /*border: 1px solid #F57F99;*/
    height: 2em;
}

/*#sub_column {
			float: left;
			width: 230px;
			margin-bottom: 40px;
		}*/

.sub_box_inner {
    background: url("../img/side_bottom_bg.png") center bottom no-repeat transparent;
    padding-bottom: 4px;
}

#sub_column .title, .sub_box_content {}

#sub_column .title {
    background-color: #dac6e5;
    padding: 1em;
    font-size: 1.2em;
    color: #920783;
    font-weight: bold;
}

.sub_box_content {
    background-color: #fff;
}

.sub_box_content ul {
    padding: 0 20px 16px;
}

.sub_box_content li {}

.sub_box_content.link_list li {
    padding: 1em 0;
    background: url("../img/border_dotted.gif") 0 bottom repeat-x transparent;
    text-decoration: none;
}

.sub_box_content.link_list li a {
    display: block;
    padding-left: 20px;
    color: #000000;
    background: url("../img/purple_vector.png") 0 center no-repeat transparent;
}

.sub_box_content.link_list li a:hover {
    /*text-decoration: underline;*/
    color: #dd2aaa;
    text-decoration: none;
}

.sub_box_content li.sub1 {
    margin-left: 0.5em;
}

.sub_box_content li.sub2 {
    margin-left: 0.7em;
}

.sub_box_content li.sub1 {
    /*font-size: 98%;*/
}

.sub_box_content li.sub3 {
    margin-left: 0.7em;
    /*font-size: 98%;*/
}

.sub_box_content li.sub3 {
    margin-left: 1em;
    /*font-size: 98%;*/
}

.sub_box_content li .outlink {
    font-size: 95%;
}

.sub_box_content.link_list li.sub2 a, .sub_box_content.link_list li.sub3 a {
    background: url("../img/purple_vector2.png") 0 center no-repeat transparent;
}

.sub_box_content.logo {
    padding: 16px 20px;
}

.sub_box_content ul.no_title {
    padding-top: 8px;
}

.sub_box_content.banner_list ul {
    padding-top: 16px;
}

.sub_box_content.banner_list li, .sub_box_content.banner_list li a {
    line-height: 0;
}

.sub_box_content.banner_list li {
    margin-bottom: 15px;
    background: url("../img/border_dotted.gif") repeat-x scroll 0 bottom transparent;
    padding-bottom: 17px;
}

.sub_box_content.link_list li:last-child, .sub_box_content.link_list li.last-child, .sub_box_content.banner_list li:last-child, .sub_box_content.banner_list li.last-child {
    background-image: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sub_box_content.banner_list li a {
    display: block;
    outline: 0px solid #fff;
}

.sub_box_content.banner_list li a:hover {
    outline: 4px solid #dd22aa;
    transition-duration: 0.2s;
}

.imgList {
    width: 600px;
    margin: 0 auto;
    font-size: 80%;
}

.imgList li {
    width: 290px;
    float: left;
    margin: 0 20px 20px 0 !important;
    text-align: center;
}

.imgList li:nth-child(2n) {
    margin-right: 0px !important;
}

#main_column td ul.disc li {
	margin: .2em;
	color: inherit;
}
#main_column td ul.disc {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: .4em;
}

ul.disc {
	padding:0 0 0 1em;
	list-style-type: disc;
}

.product_index_contents {
	margin-top: 50px;
}
.product_index_list {
	text-align: center;
}
.product_index_list h5.product_index_list_title {
	margin-bottom: 5px!important;
}
.product_index_list > a {
	display: inline-block;
}
.product_index_list a:hover .product_index_list_img img,
.product_index_list a:hover h5.product_index_list_title {
	opacity: 0.8;
	transition-duration: 0.2s;
}
p.product_index_list_text {
  height: 3em;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  text-align: left;
  margin:0 auto;
  padding: 0 5px;
  box-sizing: border-box;
}
.product_index_list_text:after {
  content: "...";
  position: absolute;
  top: 1.5em;
  right: 0;
  background-color: #fff;
  z-index: 1;
}
.product_index_list_link {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

iframe {
	width: 100%;
	border: none;
	position: relative;
}

.boxed {
	padding: .5em 1em;
	border: solid 2px #eee;
	box-sizing: border-box;
	margin: .5em 0;
}
.boxed > *:first-child {
	margin-top: 0 !important;
}
.boxed > *:last-child {
	margin-bottom: 0 !important;
}


/**********************************
	IE
*/

.ie7 h3 {
    font-size: 100%;
    line-height: 1.3;
}

.ie8 .sub_box_content.banner_list li.last-child {
    background-image: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.movie_box video {
    max-width: 100%;
}

#close-notice{
    display: none;
}


