<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */

body {
  -webkit-text-size-adjust:100%; margin:0; padding:0;
  font-family:"Century Gothic",Arial,sans-serif;
  width:100%; position:relative;
  color:#333;
}

/* layout */
#contents { width:100%; }
#main_col,#no_side_page { padding: 0px 10px 15px 10px; }
#side_col { padding:30px 10px 2px; background:#fff; border-top:1px solid #ccc; }
.content { margin:30px 10px; }



/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info { margin:0 0 50px 0; padding:1px 0 0 0; }
#company_info p { margin:0; }
#company_info dl { margin:0 0 40px 0; }
#company_info dt { background:#f2f2f2; margin:0 0 5px 0; line-height:200%; font-weight:bold; font-size:12px; padding:0 10px; }
#company_info dd { margin:0 0 10px 0; line-height:200%; padding:0 10px; }

#company_info h4, #company_map_area h4 { font-size:16px; border-bottom:1px dotted #aaa; padding:0 0 10px 0; width:100%; }
#company_map { text-align:right; }
#company_map a { color:#333; }
#company_map iframe { width:100%; }
#company_map_desc { padding:20px 0 0; }



/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* topics */
#index_topics { padding:30px 15px; background:url(img/common/background2.jpg); }
#index_topics ol { margin:0; padding:0; list-style-type:none; }
#index_topics li { margin:0 0 20px 0; padding:0; line-height:100%; }
#index_topics .num3 { margin:0; }
#index_topics .title { background:#081a28; border:1px solid #000; padding:10px 20px; text-align:center; margin:0; line-height:180%; font-size:15px; }
#index_topics .title a { color:#fff; text-decoration:none; display:block; }
#index_topics .title a:hover { color:#00a2d9; }
#index_topics .title2 { background:#081a28; border:1px solid #000; padding:14px 20px 10px; text-align:center; margin:0; line-height:130%; font-size:15px; }
#index_topics .title2 a { color:#fff; text-decoration:none; display:block; }
#index_topics .title2 a span { display:block; font-size:11px; font-weight:normal; color:#aaa; }
#index_topics .title2 a:hover, #index_topics .title2 a:hover span { color:#00a2d9; }
#index_topics .image { background:#000; display:block; margin:0; }
#index_topics .image img { display:block; margin:0; width:100%; height:auto; 
-webkit-transition-property:opacity; -webkit-transition-duration:0.5s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.5s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.5s; -o-transition-timing-function:ease; }
#index_topics .image:hover img { opacity:0.5; }


/* new product */
#index_product_area { background:#f2f2f2; }
#index_product { padding:20px 10px; }
#index_product .headline { margin:0 0 15px 0; padding:0; line-height:100%; font-size:20px; }
#index_product ol { margin:0; padding:0; list-style-type:none; }
#index_product li {  margin:0 0 20px 0; }
#index_product .num4 { margin:0; }
#index_product .image { display:block; margin:0 0 10px 0; background:#000; width:100%; }
#index_product .image img { display:block; width:100%; height:auto; -webkit-transition-property:opacity; -webkit-transition-duration:0.5s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.5s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.5s; -o-transition-timing-function:ease; }
#index_product .image:hover img { opacity:0.5; }
#index_product .title { display:block; margin:0 0 10px 0; padding:0; line-height:160%; font-size:16px; }
#index_product .title a { text-decoration:none; display:block; }
#index_product .title a:hover { }
#index_product .desc { font-size:12px; line-height:160%; margin:0; padding:0; }


/* news */
#index_news { position:relative; margin:0 0 20px 0; }
#index_news .headline { margin:0 0 15px 0; padding:0 0 15px 0; line-height:100%; font-size:20px; border-bottom:1px dotted #aaa; }
#index_news ol { margin:0; padding:0; list-style-type:none; }
#index_news ol li { border-bottom:1px dotted #aaa; margin:0 0 12px 0; padding:0 0 7px 0; }
#index_news .news_date { font-size:14px; width:70px; height:70px; text-align:center; margin:0 15px 5px 0; line-height:100%; float:left; }
#index_news .date { background:#091928; color:#fff; display:block; height:35px; line-height:35px; }
#index_news .month { background:#00a2d9; color:#fff; display:block; height:35px; line-height:35px; }
#index_news .title { margin:0 0 5px 0; padding:0; line-height:160%; font-size:14px; }
#index_news .title a { text-decoration:none; display:block; }
#index_news .title a:hover { }
#index_news .desc { font-size:11px; line-height:160%; margin:0 0 5px 0; padding:0; }


/* blog */
#index_blog { margin:0 0 20px 0; position:relative; }
#index_blog .headline { margin:0 0 15px 0; padding:0 0 15px 0; line-height:100%; font-size:20px; border-bottom:1px dotted #aaa; }
#index_blog ol { margin:0; padding:0; list-style-type:none; }
#index_blog ol li { border-bottom:1px dotted #aaa; margin:0 0 12px 0; padding:0 0 10px 0; }
#index_blog .image { background:#000; float:left; margin:0 4% 5px 0; width:19%; }
#index_blog .image img { display:block; width:100%; height:auto; -webkit-transition-property:opacity; -webkit-transition-duration:0.5s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.5s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.5s; -o-transition-timing-function:ease; }
#index_blog .image:hover img { opacity:0.5; }
#index_blog .info { float:left; width:77%; }
#index_blog ul { margin:0 0 7px 0; padding:0; }
#index_blog ul li { border:none; margin:0; padding:0; float:left; font-size:11px; line-height:120%; }
#index_blog .post_date { border-right:1px solid #aaa; margin:0 10px 0 0; padding:0 10px 0 0; color:#00a2d9; font-weight:bold; }
#index_blog .title { margin:0; padding:0; line-height:160%; font-size:14px; }
#index_blog .title a { text-decoration:none; display:block; }
#index_blog .title a:hover { }


/* archive link */
.index_archive_link a { display:inline-block; text-decoration:none; color:#fff; background:#00a2d9; font-size:12px; padding:5px 10px; position:absolute; right:0px; top:0px;  -webkit-transition-property:background; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
.index_archive_link a:hover { background:#75dcff; color:#fff; }


/* banner */
#index_banner { margin:0; padding:0; line-height:100%; }
#index_banner li { margin:0 0 15px 0; padding:0; }
#index_banner li.num3 { margin:0; }
#index_banner li a { width:100%; background:#000; display:block; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
#index_banner li img { display:block; width:100%; height:auto; margin:0; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -webkit-transition-property:opacity; -webkit-transition-duration:0.5s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.5s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.5s; -o-transition-timing-function:ease; }
#index_banner li a:hover img { opacity:0.5; }



/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
.side_widget { margin:0 0 25px 0; font-size:12px; }

.side_headline { background:none; border-bottom:1px dotted #aaa; }


/* post list */
.widget_post_list li { background:none; border-bottom:1px dotted #aaa; }
.widget_post_list li:last-child { border:none; }


/* search */
.widget_search #search-box, .widget_search #s { width:70%; padding:0 2%; }
.widget_search #search-btn input, .widget_search #searchsubmit { width:24%; }


/* news list */
.tcdw_news_list_widget li { background:none; border-bottom:1px dotted #aaa; }


/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header_wrap { width:100%; }
#header {
  width:100%; min-height:32px; padding:7px 0 9px; position:relative; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  background:#ffb9bd;
}

#site_description { display:none; }

/* logo */
#logo_text, #logo_image { margin:5px 0 0 15px; line-height:100%; float:left; font-size:11px !important; font-weight:normal; width:70%; overflow:hidden; }
#logo_text a, #logo_image a { color:#fff; text-decoration:none; display:block; }
#logo_text a:hover, #logo_image a:hover { }
#logo_image img { display:none; }
#logo_image a:before { content:attr(title); }

/* global menu */
#header a.menu_button {
   position:absolute; right:15px; margin:0; 
   display:inline-block; font-size:11px; color:#fff; padding:0 10px; line-height:30px; text-decoration:none;
   -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
   border:1px solid #fff;
}
#header a.menu_button:hover { background:#7c2424; color:#fff; }
#header a.active { color:#fff; background:#7c2424; box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset; }

#global_menu { display:none; clear:both; width:100%; margin:0; top:10px; position:relative; box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); }
#global_menu ul { margin:0; }
#global_menu li { margin:0; line-height:100%; }
#global_menu li a { display:block; border:1px solid #222; margin:0 0 -1px 0; padding:10px 10px 10px 30px; line-height:160%; text-decoration:none; background:#333 url(img/common/arrow4.png) no-repeat 16px 18px; color:#fff; }
#global_menu li a:hover { background-color:#000; color:#fff; }
#global_menu li li a { padding-left:45px; background:#333 url(img/common/arrow4.png) no-repeat 31px 18px; }
#global_menu li li li a { padding-left:60px; background:#333 url(img/common/arrow4.png) no-repeat 46px 18px; }
#global_menu li li li li a { padding-left:75px; background:#333 url(img/common/arrow4.png) no-repeat 61px 18px; }



/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post { padding:15px 0 0; }

/* title */
#post_title { margin:0 0 30px 0; }
#post_title h2 { background:#ffaaa1; color:#fff; float:left; width:74%; margin:0; padding:21px 5%; font-size:18px; line-height:160%; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
#post_title .post_date { width:15%; height:70px; text-align:center; line-height:100%; display:block; float:left; margin:0 1% 0 0; font-size:11px; }
#post_title .date { background:#00a2d9; color:#fff; display:block; height:35px; line-height:35px; }
#post_title .month { background:#091928; color:#fff; display:block; height:35px; line-height:35px; }
#post_title h2.no_date { float:none; width:90%; }

/* post thumbnail */
.post_image { text-align:center; margin:-42px 0 30px 0; }
.post_image img { margin:0; width:100%; height:auto; }


/* next page */
#post_pagination { margin:0 0 30px 0; }
#post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
#post_pagination p { background:#999; color:#fff; }
#post_pagination a:hover { background:#00a2d9; color:#fff; }


/* meta and bookmark */
#post_meta { border-top:1px dotted #aaa; border-bottom:1px dotted #aaa; margin:0 0 30px 0; padding:15px 0 5px; }
#post_meta #meta { margin:0 0 20px 0; font-size:12px; }
#post_meta #meta li { padding:0; margin:0 0 6px 0; line-height:160%; }
#post_meta #meta li.meta_author { background:url(img/common/icon_author.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta #meta li.meta_comment { background:url(img/common/icon_comment.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta #meta li.meta_category { background:url(img/common/icon_category.png) no-repeat 3px 4px; padding:0 0 0 18px; }
#post_meta #meta li.meta_tag { background:url(img/common/icon_tag.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta .bookmark { margin:0; }
#post_meta .bookmark li { float:left; margin:0 10px 10px 0; }


/* related post*/
#related_post { margin:0 0 35px 0; }
#related_post .headline { font-size:18px; margin:0 0 12px 0; line-height:100%; }
#related_post ul { margin:0; }
#related_post li { margin:0 0 10px 0; border:1px solid #ccc; padding:10px; }
#related_post .image { float:left; margin:0 15px 0 0; background:#000; }
#related_post .image img { width:72px; height:72px; display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
#related_post .image:hover img { opacity:0.5; }
#related_post .info { }
#related_post .date { margin:0 0 5px 0; line-height:100%; font-size:12px; color:#00a2d9; font-weight:bold; }
#related_post .title { font-size:14px; margin:0; }
#related_post .title a { text-decoration:none; display:block; }


/* comment */
#comments { margin:0; }
.comment-meta-left { float:left; width:auto; min-width:150px; }
.comment-content { padding:0; }
#submit_comment { width:100%; -webkit-appearance:none; }
#trackback_url_area input, .three_column #trackback_url_area input { padding:5px 2%; width:96%; border:none; background:#eee; }
#guest_info input, #comment_textarea textarea { -webkit-appearance:none; -moz-border-radius:0; -khtml-border-radius:0; -webkit-border-radius:0; border-radius:0; }


/* next prev post link */
#previous_next_post { margin:0; padding:0; }
#previous_next_post a { }
#previous_post, #next_post { margin:0 0 5px 0; }
#previous_post a { margin:0; line-height:140%; font-size:11px; background:url(img/common/arrow_left.gif) no-repeat left 2px; padding:7px 0 8px 30px; border-bottom:1px dotted #ccc; display:block; }
#next_post a { margin:0; line-height:140%; font-size:11px; background:url(img/common/arrow_right.gif) no-repeat left 2px; padding:7px 0 8px 30px; display:block; }



/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
#top_headline { background:#000; }
.archive_headline { margin:0; padding:12px 15px; line-height:180%; font-size:16px; color:#fff; font-weight:normal; display:none; }
#main_image { background:url(img/common/background2.jpg) repeat left top; }
#main_image img { display:block; margin:0 ; width:100%; height:auto; }


/* blog archive */
#post_list { margin:0; padding:0; list-style-type:none; }
#post_list li { border-bottom:1px dotted #aaa;  margin:0 0 22px 0; padding:0 0 12px 0; }
#post_list li:last-child { margin:0; }
#post_list .image { margin:0 0 15px 0; display:block; background:#000; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
#post_list .image img { display:block; width:100%; height:auto; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -webkit-transition-property:opacity; -webkit-transition-duration:0.5s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.5s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.5s; -o-transition-timing-function:ease; }
#post_list .image:hover img { opacity:0.5; }
#post_list .info { margin:20px; }
#post_list .post_date { width:70px; height:70px; text-align:center; float:left; margin:0 15px 10px 0; line-height:100%; display:block; }
#post_list .date { background:#00a2d9; color:#fff; display:block; height:35px; line-height:35px; }
#post_list .month { background:#091928; color:#fff; display:block; height:35px; line-height:35px; }
#post_list .title { margin:0 0 5px 0; padding:0; line-height:180%; font-size:16px; }
#post_list .title a { text-decoration:none; display:block; }
#post_list .desc { font-size:11px; line-height:180%; margin:0 0 5px 0; padding:0; }


/* product archive */
#product_list { padding:15px 10px 0; background:#ddd; margin:0 0 -15px 0; }
#product_list ol { margin:0; padding:0; list-style-type:none; }
#product_list ol li { margin:0 0 15px 0; padding:0; line-height:0; }
#product_list ol li:last-child { margin:0; }
#product_list ol li .image { margin:0; background:#000; }
#product_list ol li .image img { width:100%; height:auto; display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.5s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.5s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.5s; -o-transition-timing-function:ease; }
#product_list ol li .image:hover img { opacity:0.5; }
#product_list ol li .info { padding:20px; background:#222222; color:#fff; }
#product_list ol li .title { font-size:21px; margin:0 0 10px 0; padding:0; line-height:160%; }
#product_list ol li .title a { color:#00a2d9; text-decoration:none; }
#product_list ol li .title a:hover { color:#75dcff; }
#product_list ol li .sub_title { font-size:14px; margin:0 0 10px 0; padding:0; line-height:160%; font-weight:bold; }
#product_list ol li .desc { font-size:12px; margin:0; padding:0; line-height:200%; }



/* ----------------------------------------------------------------------
 product page
---------------------------------------------------------------------- */
.product_headline{ margin:0; padding:12px 15px; line-height:180%; font-size:16px; color:#fff; font-weight:normal; }
.product_headline a{ color: #fff; }
#top_headline .title{ margin:0; padding:12px 15px; line-height:180%; }
#top_headline .sub_title{ padding:12px 15px; line-height:180%; color:#fff; }
#product_main_image .info .title{ padding: 0 15px;}
#product_main_image .info .desc{ padding: 12px 15px; color: #fff;}



/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
/* footer top area */
#footer { clear:both; width:100%; background:#f2f2f2; }
#footer_inner { position:relative; font-size:11px; padding-top:20px; }
#footer li { line-height:170%; margin:0 0 10px 0; padding:0; }

/* widget area */
#footer_widget { margin:0 10px; }
.footer_widget { margin:0 0 20px 0; }
.footer_headline { font-size:16px; margin:0 0 15px 0; padding:0 0 8px 0; border-bottom:1px dotted #aaa; }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 0 0; }
.footer_widget li { }
.footer_widget img { height:auto; max-width:100%; width:auto; }

/* logo */
#footer_logo_area { background:#f2f2f2; border-top:1px solid #ccc; }
#footer_logo_area_inner { margin:0 10px; }
#footer_logo_text, #footer_logo_image { display:none; }
#footer_menu { margin:0; padding:20px 0; }
#footer_menu ul { margin:0; }
#footer_menu li { margin:0; line-height:100%; margin:0; padding:10px 0; border-bottom:1px dotted #aaa; }
#footer_menu li:last-child { border:none; }
#footer_menu li a { text-decoration:none; display:block; background:url(img/common/arrow3.gif) no-repeat left 5px; padding:0 0 0 10px; }

/* copyright area */
#copyright { width:100%; color:#ccc; background:#000; margin:0; padding:10px 0; }

/* return top */
#return_top { position:absolute; bottom:4px; right:5px; display:block; text-indent:100%; overflow:hidden; white-space:nowrap; width:40px; height:40px; margin:0; padding:0; background:#555 url(img/footer/return_top2.gif) no-repeat center center; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
#return_top:hover { background-color:#00a2d9; }

/* social link */
#social_link { display:none; }

/* copyright */
#copyright p { margin:0 0 0 10px; float:left; font-size:12px; }
#copyright a { text-decoration:none; color:#fff; }
#copyright a:hover { text-decoration:underline; }

/* 霑ｽ蜉� */
#header_wrapper{ display: none; }
#topmain{ display: none; }
.top_under_br{
    text-align: center;
	margin: 0;
	padding: 0;
}
.top_under_menu{
    text-align: center;
	margin: 0;
	padding: 0;width : 100%;
}
.top_under_menu p{
    margin: 0 auto;
}
.tum_table-ul{
	background-color: #ffb9bd;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;margin: 0;
	padding: 0;
}
.tum_table-ul li {
  border-right: 1px solid #fff;
  display: table-cell;
  vertical-align: middle;
}
.tum_table-ul li:last-child {
  border-right: 0;
}
.tum_table-ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 0;
line-height: 120%;
}
.tum_table2-ul{
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;margin: 0;
	padding: 0;
}
.tum_table2-ul li {
  padding: 0 3px 0 3px;
  display: table-cell;
  vertical-align: middle;
}
.tum_table2-ul li:last-child {
  border-right: 0;
}
.tum_table2-ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0;
}
.nayami_bnr{ display: none; }
.nayami_bnr_sp{}
.nayami_bnr_sp h1{ font-size:18px; color:#ff7d7a;}
.toukou_top{
  padding: 15px 0 0;
}

/* Topic-path */
#breadcrumb{
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	height: 20px;
	font-size: 11px;
縲縲縲縲
}
.topic_path {
	list-style-type: none;
}
.topic_path li {
	display: inline;
}

/*繝｡繧､繝ｳ*/
#contents_top{
    max-width: 100%;
	height: 20px;
	margin: 0;
}
#main_1{
    margin: 0;
	padding: 0;
	max-width: 100%;
	height: 180px;
	background: url(https://www.age18.jp/img/head_t2.png) no-repeat;
}
h1.title_1{
        font-size: 18px;
	padding-left: 120px;
	padding-top: 120px;
	display: table-cell;
	text-decoration: underline;
	vertical-align: middle;
}
h1.title_2{
        font-size: 18px;
	padding-left: 120px;
	padding-top: 120px;
	display: table-cell;
	text-decoration: underline;
	vertical-align: middle;
}
h1.title_3{
        font-size: 18px;
	padding-left: 120px;
	padding-top: 120px;
	display: table-cell;
	text-decoration: underline;
	vertical-align: middle;
}
h3.title_1{
        font-size: 16px;
	padding-left: 120px;
	padding-top: 120px;
	display: table-cell;
	text-decoration: underline;
	vertical-align: middle;
}
h3.title_2{
	padding-left: 120px;
	padding-top: 120px;
	display: table-cell;
	vertical-align: middle;
}
#main_2{
	max-width: 100%;
	background: url(https://www.age18.jp/img/bg.gif) repeat;
}

#main_2 .ptop{
    font-size: 15px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    margin: 0 !important;
    padding: 20px 10px 10px 10px !important;
    border: 0 !important;
}
#main_2 .ptop p{
    font-size: 15px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    margin: 0 !important;
    padding: 5px 10px 0px 10px !important;
    border: 0 !important;
}
#main_2 .p_price{
    font-size: 16px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    margin: 0 !important;
    padding: 5px 5px 5px 25px !important;
    border: 0 !important;
}
#main_2 .p_price_top{
    font-size: 16px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    margin: 0 !important;
    padding: 25px 5px 5px 25px !important;
    border: 0 !important;
}
#main_2 hr{
    background: url(https://www.age18.jp/img/clover_line.png) center no-repeat;
    height: 39px;
    border: none;
    padding: 10px 0 30px 80px;
}
#main_2 .p12{
    font-size: 12px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    margin: 0 !important;
    padding: 20px 15px 10px 15px !important;
    border: 0 !important;
}
#main_2 .privacy1{
    font-size: 12px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    margin: 0 !important;
    padding: 10px 15px 10px 15px !important;
    border: 0 !important;
}
#main_2 .privacy2{
    font-size: 12px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    margin: 0 !important;
    padding: 5px 15px 30px 100px !important;
    border: 0 !important;
}
.punder{
    font-size: 15px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	font-weight: bold;
    margin: 0 !important;
    padding: 30px 0 20px 20px !important;
    border: 0 !important;
}
#main_3{
    margin: 0;
	padding: 0;
	background: url(https://www.age18.jp/img/head_t3.png) no-repeat;
}
#main_4{
    margin: 0;
	padding: 0;
	width: 100%;
}
#main_4 .p11{
    font-size: 11px;
	line-height: 120%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #4c4645;
    padding: 10px 15px 10px 15px !important;
    border: 0 !important;
}
#main_4 .p12{
    font-size: 12px;
	line-height: 150%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #4c4645;
	padding: 20px 15px 20px 20px !important;
    border: 0 !important;
}
#main_4 .p13{
    font-size: 15px;
	line-height: 170%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    padding: 20px 15px 20px 15px !important;
    border: 0 !important;
}
#main_4 .p13_2{
    font-size: 13px;
	line-height: 150%;
	font-family: "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", Osaka, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3";
	color: #333333;
    padding: 0 !important;
    border: 0 !important;
}
#main_4 .p13red{
    font-size: 13px;
	line-height: 150%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #FF0000;
	padding: 0 !important;
    border: 0 !important;
}
#main_4 .p13cd{
    font-size: 13px;
	line-height: 130%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    padding: 20px 15px 20px 30px !important;
    border: 0 !important;
}
#main_4 .p14bl{
    font-size: 14px;
	line-height: 140%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    padding: 10px 10px 10px 10px !important;
    border: 0 !important;
}
#main_4 .p14b{
    font-size: 14px;
	line-height: 150%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
	font-weight: bold;
    padding: 10px 10px 10px 10px !important;
    border: 0 !important;
}
#main_4 .p15red{
    font-size: 15px;
	line-height: 150%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #FF0000;
	padding: 0 !important;
    border: 0 !important;
}
#main_4 .p16{
    font-size: 16px;
	line-height: 150%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #FF0000;
    padding: 20px 0px 20px 0px !important;
    border: 0 !important;
}
#main_4 .p16_2{
    font-size: 16px;
	line-height: 150%;
	font-family: "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", Osaka, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3";
	color: #FF0000;
    padding: 20px 0px 20px 0px !important;
    border: 0 !important;
}
#main_4 .p16bl{
    font-size: 16px;
	line-height: 130%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    padding: 15px 0px 10px 15px !important;
    border: 0 !important;
}
#main_4 .p16pi{
    font-size: 16px;
	line-height: 130%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #ff1493;
    padding: 15px 0px 10px 15px !important;
    border: 0 !important;
}
#main_4 .p18{
    font-size: 18px;
	line-height: 150%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    padding: 20px 0px 20px 15px !important;
    border: 0 !important;
}
#main_4 .right{
    text-align: right;
	padding-right: 15px;
}
#main_5{
    margin: 0 auto;
	padding: 0;
	width: 100%;
	background: url(https://www.age18.jp/img/head_t4.png) no-repeat;
}
#main_6{
    margin: 0;
	padding: 0;
	width: 100%;
	height: 64px;
	background: url(https://www.age18.jp/img/head_t5.png) no-repeat;
}
#main_7{
    margin: 0;
	padding: 0;
	width: 680px;
	height: 260px;
	background: url(https://www.age18.jp/img/head_t6.png) no-repeat;
}
#main_7 p{
    font-size: 11px;
	line-height: 100%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #666666;
	position: relative;
	top: -130px;
	left: 270px;
	width: 400px;
}
h3.title_3{
	width: 560px;
	font-size: 16px;
	padding-left: 120px;
	padding-top: 180px;
	display: table-cell;
	text-decoration: underline;
	vertical-align: middle;
}
h3.title_4{
	padding-top: 10px;
	padding-bottom: 10px;margin: 0;
	padding: 0;
}
h3.title_5{
	padding-left: 10px;
}
h3.title_5 img{
    vertical-align: middle;
	border: 0;
}
h3.title_6{
	font-size: 16px;
	padding-left: 40px;
	padding-top: 30px;
	padding-bottom:10px;
	position: relative;
    font-weight: bold;
    border-bottom: 2px solid #B92A2C;
	
}
 
h3.title_6:before{
    content: "笆｡";
	padding-top: 40px;
    font-size: 150%;
    position: absolute;
    color: #ff6b6e;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
h3.title_6:after{
    content: "笆｡";
    font-size: 150%;
	padding-top: 40px;
    position: absolute;
    color: #B92A2C;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}

div.sumaho h3.title7{
  color: #6cb4e4;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  position: static;
}

#kirikae_btn{
    position: relative;
	top: -10px;
	left: 480px;
	width: 200px;
	height: 62px;
}
#kirikae_btn_2{
    position: relative;
	top: 0px;
	right: 5px;
}
#main_8{
	margin: 0;
	padding: 0;
	width: 680px;
	background: url(https://www.age18.jp/img/bg2.gif) repeat;
}
#main_8 .ptop{
    font-size: 16px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    margin: 0 !important;
    padding: 20px 15px 10px 15px !important;
    border: 0 !important;
}
#main_8 .ptop p{
    font-size: 16px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    margin: 0 !important;
    padding: 5px 15px 0 15px !important;
    border: 0 !important;
}
#main_8 hr{
    background: url(https://www.age18.jp/img/clover_line.png) center no-repeat;
    height: 39px;
    border: none;
    padding: 10px 0 30px 80px;
}
#contents_smp{
	margin: 0;
	width: 980px;
}
#contents_top_smp{
	width: 980px;
	height: 50px;
	margin: 0;
}
#main_2 .p{
    line-height: 150%;
	margin: 10px;
}
#main_9{
    margin: 0;
	padding: 0;
	width: 980px;
	height: 72px;
	background: url(https://www.age18.jp/img/head_t8.png) no-repeat;
}
#main_10{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(https://www.age18.jp/img/bg3.gif) repeat;
}
#main_10 .ptop{
    font-size: 16px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    margin: 0 !important;
    padding: 20px 15px 10px 15px !important;
    border: 0 !important;
}
#main_10 .ptop p{
    font-size: 16px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #333333;
    margin: 0 !important;
    padding: 5px 15px 0 15px !important;
    border: 0 !important;
}
#main_10 hr{
    background: url(https://www.age18.jp/img/clover_line.png) center no-repeat;
    height: 39px;
    border: none;
    padding: 10px 0 30px 80px;
}

/*繝｡繝ｫ繝槭ぎ 繝舌ャ繧ｯ繝翫Φ繝舌�*/
#magazine{
	margin: 10px;
	padding: 0;
}
.magazine_head{
    font-size: 14px;
	color: #333333;
	line-height: 110%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
}
#magazine table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
	background: #FFFFFF;
}
#magazine .bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}
#magazine .bordered tr:hover {
    background: #FFE6E6;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}
#magazine .bordered td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
}
#magazine .th-left {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
	width: 20%;
    background-color: #601A1A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8B2525), to(#601A1A));
    background-image: -webkit-linear-gradient(top, #8B2525, #601A1A);
    background-image:    -moz-linear-gradient(top, #8B2525, #601A1A);
    background-image:     -ms-linear-gradient(top, #8B2525, #601A1A);
    background-image:      -o-linear-gradient(top, #8B2525, #601A1A);
    background-image:         linear-gradient(top, #8B2525, #601A1A);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", Osaka, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3";
}
#magazine .th-center {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
	width: 58%;
    background-color: #601A1A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8B2525), to(#601A1A));
    background-image: -webkit-linear-gradient(top, #8B2525, #601A1A);
    background-image:    -moz-linear-gradient(top, #8B2525, #601A1A);
    background-image:     -ms-linear-gradient(top, #8B2525, #601A1A);
    background-image:      -o-linear-gradient(top, #8B2525, #601A1A);
    background-image:         linear-gradient(top, #8B2525, #601A1A);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", Osaka, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3";
}
#magazine .th-right {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
	width: 22%;
    background-color: #601A1A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8B2525), to(#601A1A));
    background-image: -webkit-linear-gradient(top, #8B2525, #601A1A);
    background-image:    -moz-linear-gradient(top, #8B2525, #601A1A);
    background-image:     -ms-linear-gradient(top, #8B2525, #601A1A);
    background-image:      -o-linear-gradient(top, #8B2525, #601A1A);
    background-image:         linear-gradient(top, #8B2525, #601A1A);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", Osaka, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3";
}
#magazine .td-left{
    text-align: center;
	font-size: 13px;
}
#magazine .td-center{
    text-align: left;
	line-height: 150%;
	font-size: 12px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
}
#magazine .td-right{
    text-align: center;
	font-size: 12px;
}
#magazine .bordered td:first-child, .bordered th:first-child {
    border-left: none;
}
#magazine .bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
#magazine .bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
#magazine .bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
#magazine .bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
#magazine .bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
#magazine .td-left a:link{
    color: #333333;
	text-decoration: underline;
}
#magazine .td-left a:visited{
    color: #333333;
	text-decoration: underline;
}
#magazine .td-left a:hover{
    color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
#magazine .td-left a:active{
    color: #CC0000;
	text-decoration: none;
}
#magazine .td-center a:link{
    color: #333333;
	text-decoration: underline;
}
#magazine .td-center a:visited{
    color: #9F009F;
	text-decoration: underline;
}
#magazine .td-center a:hover{
    color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
#magazine .td-center a:active{
    color: #CC0000;
	text-decoration: none;
}
.title2 {
  color: #7e1301 ;
  background: #fec6b3;
  font-size: 13pt ;
  line-height: 1;
  margin:20px 20px;
  padding: 10px 5px 5px 5px;
    box-shadow:1px 4px 7px 0px #bbbbbb ;
    border-bottom:3px solid #fd9784;
    border-radius: 1px ;
}

/*kyozai*/
#kyozai_1{ display: none; }
#kyozai_2{ display: none; }
#kyozai_3{ display: none; }
#kyozai_4{ display: none; }
#kyozai_5{ display: none; }
#kyozai_6{ display: none; }
#kyozai_7{ display: none; }
#kyozai_8{ display: none; }
#kyozai_9{ display: none; }
#kyozai_10{
    width: 100%;
	margin-bottom: 50px;
	padding: 0;
	border: 0;
}
.kyozai_smp{
    width: 95%;
    margin: 0 auto;
	background:  url(https://www.age18.jp/img/bg.gif) repeat;
	border-style: solid;
	border-width: 1px 3px 3px 1px;
	border-color: #c0c0c0 #808080 #808080 #c0c0c0;
    padding: 0.5em;
}
.kyozai_smp h2{
    font-size: 20px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
	color: #330000;
}
.kyozai_smp p{
    font-size: 15px;
	line-height: 130%;
}
.kyozai_smp .sp_red{
    font-size: 16px;
	color: #CC0033;
}
.kyozai_smp .sp_red20{
    font-size: 22px;
	color: #CC0033;
	font-weight: bold;
}
.kyozai_smp .sp_blue{
    font-size: 17px;
	color: #0066FF;
}
.kyozai_smp .sp_black{
    font-size: 15px;
	color: #333333;
}
.kyozai_smp input{
	max-width: 100%;
	height: auto;
}

/*縺雁撫縺�粋繧上○繝輔か繝ｼ繝�*/
#form1{
	max-width: 100%;
	background: url(https://www.age18.jp/img/bg.gif) repeat;
}
.form_width{
    width: 100%;
}
.form-p {
    font-size: 13px;
	padding: 0px 15px 8px 15px !important;
}
.form-p-red {
    font-size: 13px;
	color: #FF0000;
	padding: 0px 15px 8px 15px !important;
}
.form-tb{
    width: 100%;
	background-color: #FF7F50;
	border-left: solid 2px #DB7093;
}
.form-tb .red{
    color: #FF4500;
}
.form-tb th{
    width: 15%;
	text-align: center;
	font-weight:normal;
	background-color: #FFF5EE;
	padding: 5px 5px 5px 5px;
	line-height: 140%;
	color: #333333;
	font-size: 13px;
}
.form-tb td{
    width: 85%;
	padding: 5px 10px 5px 10px;
	line-height: 150%;
	background-color: #FFF5EE;
	font-size: 13px;
	table-layout: fixed;
}
.form-tb td select{
    margin: 10px 0px 10px 0px;
}
.form-tb td.price{
   text-align:right;
   color:#CC0000;
}
.form-tb td ul{
    padding-left:15px;
	line-height:150%;
}
.form-h {
    font-size: 16px;
}

/*--------------------------------
SNS
---------------------------------*/
.share{
width:100%;
margin: 5px 0;
}
.share h4{
font-size:120%; 
text-align:center;
}
.sns{
margin:0 auto;
text-align:center;
}
.sns ul {
list-style:none;
}
.sns li {
float:left;
width:48%;
margin:0 2% 3% 0;
}
.sns li a {
font-size:80%;
position:relative;
display:block;
padding:10px;
color:#fff;
border-radius:6px;
text-align:center;
text-decoration: none;
text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:hover {
-webkit-transform: translate3d(0px, 5px, 1px);
-moz-transform: translate3d(0px, 5px, 1px);
transform: translate3d(0px, 5px, 1px);
box-shadow:none;
}
/* 繝�う繝�ち繝ｼ */
.sns .twitter a {
background:#00acee;
box-shadow:0 5px 0 #0092ca;
}
.sns  .twitter a:hover {
background:#0092ca;
}
/* Facebook */
.sns  .facebook a {
background:#3b5998;
box-shadow:0 5px 0 #2c4373;
}
.sns .facebook a:hover {
background:#2c4373;
}
/* 繧ｰ繝ｼ繧ｰ繝ｫ */
.sns .googleplus a {
background:#db4a39;
box-shadow:0 5px 0 #ad3a2d;
}
.sns  .googleplus a:hover {
background:#ad3a2d;
}
/* 縺ｯ縺ｦ縺ｶ */
.sns  .hatebu a {
background:#5d8ac1;
box-shadow:0 5px 0 #43638b;
}
.sns .hatebu a:hover {
background:#43638b;
}
/* LINE */
.sns  .line a {
background:#25af00;
box-shadow:0 5px 0 #219900;
}
.sns .line a:hover {
background:#219900;
}
/* Pocket */
.sns  .pocket a {
background:#f03e51;
box-shadow:0 5px 0 #c0392b;
}
.sns  .pocket a:hover {
background:#c0392b;
}
/* RSS */
.sns  .rss a {
background:#ffb53c;
box-shadow:0 5px 0 #e09900;
}
.sns  .rss a:hover {
background:#e09900;
}
/* Feedly */
.sns  .feedly a {
background:#87c040;
box-shadow:0 5px 0 #74a436;
}
.sns  .feedly a:hover {
background:#74a436;
}

/* side_widget */
#profile_sp {
    padding: 0 0 20px 0;
}
.side_widget_div {
    padding: 0 0 20px 0;
}

#main_4 h2 {
color: #e597b2;/*譁�ｭ苓牡*/
padding: 0.5em 0;/*荳贋ｸ九�菴咏區*/
border-top: solid 3px #e597b2;/*荳顔ｷ�*/
border-bottom: solid 3px #e597b2;/*荳狗ｷ�*/
font-size: 27px ;
}
#main_4 h3 {
border-bottom: solid 3px #ffc1ce;
position: relative;
font-size: 20px ;
}
#main_4 h3:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #fc91a8;
bottom: -3px;
width: 30%;
}

.post h2 {
color: #e597b2;/*譁�ｭ苓牡*/
padding: 0.5em 0;/*荳贋ｸ九�菴咏區*/
border-top: solid 3px #e597b2;/*荳顔ｷ�*/
border-bottom: solid 3px #e597b2;/*荳狗ｷ�*/
font-size: 25px ;
}
.post h3 {
border-bottom: solid 3px #ffc1ce;
position: relative;
font-size: 18px ;
}
.post h3:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #fc91a8;
bottom: -3px;
width: 30%;
}

.nayamilink a:link{color:#e597b2;}
.nayamilink a:visited{color:#e597b2;}

.toc {
    width:91%;
    display: table;
    padding: 10px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    border: 5px solid #e597b2;
  縲border-radius: 3px;
    background-color: #fafafa;
}
.toc .toc-title {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
縲縲font-color: #fdeff2;
}
.toc .toc-toggle {
    font-weight: normal;
    font-size: 90%;
}
.toc ul {
    list-style: none;
}
.toc .toc-list {
    margin: 0;
    padding: 0;
}
 
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
#footerFloatingMenu img {
    max-width: 99%;
}

#footerFloatingMenu2 {display:block; width:100%; position:fixed; left:0px; bottom:0px; z-index:9999; text-align:center; padding:0 auto;}
.floatingMenu2-ul {display:table; table-layout:fixed; text-align:center; width:100%; margin:0; padding:0; font-size:0;}
.floatingMenu2-ul li {padding:0 3px 0 3px; display:table-cell; vertical-align:bottom;}
.floatingMenu2-ul li:last-child {border-right:0;}
.floatingMenu2-ul li a {color:#fff; display:block; font-size:14px; text-decoration:none; padding:10px 0;}

#subcontents1 {
    display: flex;
}
#box_child1 {
    flex-grow: 1;
}
#box_child2 {
    flex-grow: 1;
}
#spkyzcontents {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
#spkyzcontents ul {
    padding: 0.5em;
    position: relative;
    margin: 0;
}
#spkyzcontents ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
}
#spkyzcontents .spkyzcon-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
#spkyzcontents p {
    margin: 0; 
    padding:: 0 0 0 1em;
}
.spkyzbox {
    border: 4px double #ddd;
    margin: 2em 0;
    padding: 1.5em;
}
.spkyzbox ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
    line-height: 0%;
}
.spkyzbox ul li{
    font-weight: bold;
    font-size: 16px;
}
.spkyzbox ul li a{
    color: #e597b2;
}
.kyzsplit {
    display: table;
    width: 100%;
    padding: 5px 0;
}
.kyzsplit-left {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    text-align: center;
}
.kyzsplit-right {
    display: table-cell;
    width: 70%;
    vertical-align: top;
}
.kyzsplit-left2 {
    display: table-cell;
    width: 20%;
    vertical-align: top;
    text-align: center;
}
.kyzsplit-center {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    text-align: center;
}
.kyzsplit-right2 {
    display: table-cell;
    width: 20%;
    vertical-align: top;
    text-align: center;
}
.kyzp12 {
    font-size: 12px;
    line-height: 150%;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
    color: #4c4645;
    padding: 5px 0 10px 5px !important;
    border: 0;
}
.kyzp_red {
    font-size: 12px;
    line-height: 150%;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
    color: #ff5722;
    padding: 0;
    border: 0;
}
.kyzp_pink a, a:visited {
    font-size: 12px;
    line-height: 150%;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
    color: #e597b2;
    padding: 0;
    border: 0;
}
.kyzcart {
    margin: 0;
    padding: 0;
    text-align: center;
}
.kyzcart p {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.kyzprice {
    margin: 0;
    padding: 0;
    text-align: center;
}
.kyz-price_value {
    font-size: 16px;
    font-family: Futura, "Century Gothic";
    color: #00a896;
    line-height: 200%;
}
.rankingdate {
text-align:right;
}
.sns-list{
  display: flex;
  justify-content: center; /* 荳ｭ螟ｮ蟇�○ */
}
.sns-list .snsbtn{
  box-sizing: border-box;
  padding: 40px 80px;  
}</pre></body></html>