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

 smart phone setting

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

body {
  -webkit-text-size-adjust:100%; margin:0; padding:0;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  width:100%; position:relative;
  color:#333; background:#fff;
}

/* layout */
#contents { width:100%; }
#main_col { padding:0 15px 15px; }
#left_col { }
#right_col { border-top:1px dotted #aaa; padding:15px 15px 0; margin:0 -15px; }
#side_col { border-top:1px dotted #aaa; padding:15px 15px 0; margin:0; background:#fff; }
.no_side #main_col { }
#right_col .side_widget:last-child { margin:0; }

/* headline */
.headline1 { margin:0 0 5px; padding:0; height:auto; line-height:inherit; border:none; border-bottom:#e60012 3px solid; font-size:15px; background:none; }
.headline1 span{ background:#e60012; color:#fff; display:inline-block; padding:5px 12px 2px; }
.headline2 { margin:0 0 5px; padding:0; height:auto; border:none; font-size:15px; background:none; width:100%; border-bottom: #ccc 1px solid; }
.headline2 span { margin:0 0 20px 0; padding:0 0 0 10px; height:auto; background:none; color:#333; font-size:14px; border-left: #d4fb00 10px solid; }
.archive_headline { margin:0 0 20px 0; padding:0 15px; height:36px; line-height:36px; background:none; color:#333; font-size:14px; border-left: #d4fb00 10px solid; width:auto;
border-bottom: #ccc 1px solid;  }


/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header { background:#D4FB00; width:100%; border-top:none; min-height:110px; padding:7px 0; position:relative; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);}

.search_area { display:block; min-width:320px; height:35px; position:absolute; left:0; right:0; margin:0 auto; top:74px; padding:0 10px; box-sizing:border-box; }
.search_area #search_input input { font-size:12px; color:#6d7478; width:80%; height:35px; float:left; margin:0; padding:3px 10px; border:none;  box-sizing:border-box; border:1px solid #ccc; background:#f2f2f2; padding:0 10px; box-shadow:2px 2px 3px 0px #ddd inset; }
.search_area #search_button input { cursor:pointer; float:right; height:35px; width:20%; white-space:nowrap; overflow:hidden; display:block; box-sizing:border-box; -webkit-appearance: none; border-radius: 0;
background:#bbb; color:#fff; cursor:pointer; border:none; }
.search_area #search_button input:hover { background-position:left bottom; background:#666; color:#fff;}

#logo_image { margin:0 0 0 10px; }
#logo { width:70%; }
#logo img { display:block;height:45px; width:auto; }
#logo a:before { content:""; }

/* global menu */
#header a.menu_button {
   position:absolute; right:10px; margin:0;
   display:inline-block; font-size:11px; color:#333; padding:0; line-height:0; text-decoration:none;
   -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
   border:none;
     background:none;
    width:auto;
    height:auto;
}
#header a.menu_button img{ width:50px;height:50px; }
#header a.menu_button:hover { background:#fff; border:none; }
#header a.menu_button:before { display:none !important; }
#header a.active { color:#000; background:#aaa; box-shadow:none; }

#global_menu { display:none; clear:both; width:100%; margin:0; top:0px; 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 a { display:block; border:1px solid #ccc; margin:0 0 -1px 0; padding:0 10px 0 32px; line-height:40px; text-decoration:none; background:#fff url(img/common/arrow4.png) no-repeat 20px; }
#global_menu a:hover { background-color:#eee; color:#333; }
#global_menu ul ul a { padding-left:46px; background:#fff url(img/common/arrow4.png) no-repeat 34px; }
#global_menu ul ul ul a { padding-left:60px; background:#fff url(img/common/arrow4.png) no-repeat 48px; }

/* bread crumb */
#bread_crumb { margin:0 0 10px -20px; }

/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */

/* recent post */
#index_recent_post { margin:0 0 15px 0; }
#index_recent_post ul { margin:0; padding:0; background:none; }
#index_recent_post li { border:none; border-bottom:#ccc 1px solid; padding:5px 0; margin:0 0 5px; }
#index_recent_post .date { margin:0 0 5px 0; padding:0; line-height:100%; font-size:12px; color:#999; }
#index_recent_post .date { margin:0 0 5px 0; padding:0; line-height:100%; font-size:12px; }
#index_recent_post .image { float:left; margin:0; display:block; background:none; width:auto; height:auto; position:relative; }
#index_recent_post .image img { width:100%; height:auto; display:block; opacity:1; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; -webkit-transform:rotate(0); -moz-transform: rotate(0); transform: rotate(0); }
#index_recent_post .image:hover img { opacity:0.5; }
#index_recent_post .image { float:left; width:30%; margin:0 5% 0 0; }
#index_recent_post .image img { width:100%; height:auto; display:block; }
#index_recent_post .image:hover img { opacity:0.5; }
#index_recent_post .info { float:left; width:auto; margin:10px 0 0 0; }
#index_recent_post .info { float:left; width:65%; margin:0; }
#index_recent_post .subtitle { color:#c02828; font-size:12px; line-height:1.2; }
#index_recent_post .title a { text-decoration:none; display:block; }
#index_recent_post .title a:hover { text-decoration:underline; }
#index_recent_post .title { margin:5px 0; padding:0; font-size:/*13*/16px; line-height:1.2; }
#index_recent_post .title a { text-decoration:none; display:block; }
#index_recent_post .title a:hover { text-decoration:underline; }
#index_recent_post .col1 .image { float:none; width:100%; margin:0 0 5px; }
#index_recent_post .col1 .subtitle{ font-size:/*14*/15px; /*na*/font-weight: bold; }
#index_recent_post .col1 .title{ font-size:/*16*/18px; }
#index_recent_post .col1 .info { width:100%; }
#index_recent_post .col2 .subtitle ,#index_recent_post li.col3 .subtitle { font-size:/*11*/14px; /*na*/font-weight: bold; }

/* PR post */
#index_pr_post { margin:0 0 15px 0; }
#index_pr_post .headline1 { border-left:5px solid #d9d900; }
#index_pr_post ul { margin:0; }
#index_pr_post ul li { background:url(../opinion_tcd018/img/common/dot1.gif) repeat-x left bottom; padding:10px 0; font-size:14px; }
#index_pr_post a { text-decoration:none; color:#333; background:url(../opinion_tcd018/img/common/arrow_yellow.gif) no-repeat left 5px; padding:0 0 0 12px; display:block; }
#index_pr_post a:hover { text-decoration:underline; color:#9a9a00; }
#index_pr_post ul li:last-child { background:none; padding-bottom:0; }

/* category post */
.category_pickup h2{ background:#D4FB00; padding:8px 15px 6px; }
.index_category_post { margin:0 0 20px 0; background:none; }
.index_category_post li { border:none; border-bottom:#ccc 1px solid; padding:5px 0; margin:0 0 5px; }
.index_category_post li .image { position:relative; display:block; }
.index_category_post .title { margin:5px 0; padding:0; font-size:/*13*/18px; line-height:1.2; }
.index_category_post .title a { text-decoration:none; display:block; }
.index_category_post .title a:hover { text-decoration:underline; }
.index_category_post .subtitle { color:#c02828; font-size:12px; line-height:1.2; }
.index_category_post .date { margin:0 0 5px 0; padding:0; line-height:100%; font-size:12px; color:#999; }
.index_category_post .col1 { float:none; width:100%; margin: 0 0 10px; }
.index_category_post .col1 .image { float:none; width:100%; margin:0 0 5px; }
.index_category_post .col1 .subtitle{ font-size:/*14*/15px; /*na*/font-weight: bold; }
.index_category_post .col1 .info { width:100%; }
.index_category_post .col1 .image { float:none; width:100%; margin:0 0 5px; }
.index_category_post .col1 .image img { width:100%; height:auto; display:block; }
.index_category_post .col2 .image { float:left; width:30%; margin:0 5% 0 0; }
.index_category_post .col2 .image img { width:100%; height:auto; display:block; }
.index_category_post .col2 .image:hover img { opacity:0.5; }
.index_category_post .col2 .info { float:left; width:65%; margin:0; }
.index_category_post .col2 .subtitle { font-size:/*12*/14px; line-height:1.2; /*na*/font-weight: bold; }
.index_category_post .col2 .date { margin:0 0 5px 0; padding:0; line-height:100%; font-size:12px; }
.index_category_post .col2 .title { margin:5px 0; padding:0; font-size:/*13*/16px; line-height:1.2; }
.index_category_post .col2 .title a { text-decoration:none; display:block; }
.index_category_post .col2 .title a:hover { text-decoration:underline; }
.index_category_more{ text-align:center; margin:15px 0; }
.index_category_more a{ display:inline-block; border:#e60001 1px solid; border-radius:3px; color:#e60001; text-decoration:none; padding:10px 50px; }
.index_category_more a:hover{ background:#e60001;color:#fff; }


/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
#single_title { border:none; overflow:hidden; margin:0 0 10px 0; width:100%;}
#single_title h2 { margin:0; font-size:16px; background:none; color:#333; padding:0; line-height:180%; }
#single_title .subtitle{ color:#e60001; }
#single_meta { margin:0; padding:0; font-size:10px; overflow:hidden; background:none; }
#single_meta li { float:left; padding:8px 0; margin:0 15px 0 0; line-height:100%; }
#single_meta li.date { width:100%; }
#single_meta li.post_category { background:url(../opinion_tcd018/img/common/icon_category.png) no-repeat left 7px; padding-left:16px; }
#single_meta li.post_tag { background:url(../opinion_tcd018/img/common/icon_tag.png) no-repeat left 7px;  padding-left:16px; }
#single_meta li.post_comment { background:url(../opinion_tcd018/img/common/icon_comment.png) no-repeat left 7px;  padding-left:18px; }
#single_meta li.post_author { background:url(../opinion_tcd018/img/common/icon_author.png) no-repeat left 7px;  padding-left:18px; }

#news_title { border:none; overflow:hidden; }
#news_title h2 { margin:0; font-size:16px; background:none; color:#333; padding:0; line-height:180%; }
#news_title p { margin:0; font-size:12px; overflow:hidden; }

.post { padding:15px 0 10px; }
.post p.caption { font-size:12px;color:#999;line-height:1.5; }
.post dl dt { border-bottom:#ccc 1px solid; padding:0 0 2px; font-size:16px; }
.post dl dt span { border-left:#d4fb00 10px solid; display:inline-block; margin:0 5px 0 0; }
.post dl dd { margin:0 0 30px; }

.post_image { text-align:center; margin:0 0 15px 0; }

/* 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:#333; color:#fff; }

/* bookmark */
.post .bookmark2 { clear:both; float:right; margin:5px 0 0 0; padding:0; list-style-type:none; }
.post .bookmark2 li { background:none; padding:0; float:left; margin:0 0 0 10px; }

/* banner */
#single_banner1 { text-align:center; margin:-5px 0 15px 0; }
#single_banner2 { clear:both; text-align:center; padding:10px 0 10px 0; }

.post_ad{ margin:0 0 30px; }

.relation_gallery li{ float:left; width:31%; margin:0 1%; }

/* author information */
#single_author { margin:0 0 20px; border:1px solid #ccc; padding:15px 15px 2px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; position:relative; }
#single_author_avatar {  }
#single_author_avatar img { width:120px; height:120px; display:block; border:none; border-radius:50%; padding:0 0 15px 0; margin:0 auto; float:none; }
#single_author_meta { width:100%; text-align:center; }
#single_author_name { margin:0 0 10px 0; font-size:14px; line-height:160%; }
#single_author_name2 { margin:0; font-size:10px; display:block; }
#single_author_link { color:#333; text-decoration:none; font-size:12px; background:#e8e8e8; padding:5px 25px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; margin:0 auto 15px; display:inline-block; }
#single_author_link:hover { color:#fff; }
#single_author_desc { padding:15px 0 0 0; margin:0; font-size:12px; border-top:1px dotted #ccc; text-align:left; }
#single_author_desc p { margin:0 0 10px 0; }

/* author post */
#single_author_post { margin:0 0 20px 0; }
#single_author_post ul { margin:0; padding:0; background:#f9f9f9; }
#single_author_post li { border:1px solid #ccc; border-top:none; padding:15px; }
#single_author_post ul li li { border:none; padding:0; margin:0 0 7px 0; float:left; font-size:11px; line-height:110%; }
#single_author_post ul li li.date { display:block; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ccc; }
#single_author_post .image { float:left; width:30%; margin:0 5% 0 0; }
#single_author_post .image img { width:100%; height:auto; display:block; }
#single_author_post .image:hover img { opacity:0.5; }
#single_author_post .info { float:left; width:65%; margin:0; }
#single_author_post .title { margin:0; padding:0; font-size:13px; line-height:160%; }
#single_author_post .title a { text-decoration:none; display:block; }
#single_author_post .title a:hover { text-decoration:underline; }


/* related post */
#related_post { margin:0 0 20px 0; }
#related_post ul { margin:0; padding:0; background:#f9f9f9; }
#related_post li { border:1px solid #ccc; border-top:none; padding:15px; }
#related_post .image { float:left; width:30%; margin:0 5% 0 0; }
#related_post .image img { width:100%; height:auto; display:block; }
#related_post .image:hover img { opacity:0.5; }
#related_post .title { float:left; width:65%; margin:0; font-size:13px; line-height:160%; }
#related_post .title a { text-decoration:none; display:block; }
#related_post .title a:hover { text-decoration:underline; }

/* next prev post link */
#previous_next_post { margin:0 0 20px; padding:0; }
#previous_next_post p { margin:0 0 2px 0; }
#previous_next_post a { color:#333; text-decoration:none; line-height:140%; font-size:11px; padding:12px 0; display:block; }
#previous_post a { margin:0; padding-left:7%; padding-right:5%; background:#eee url(../opinion_tcd018/img/common/arrow_left.png) no-repeat 3% 16px; }
#next_post a { margin:0; text-align:right; padding-left:5%; padding-right:7%; background:#eee url(../opinion_tcd018/img/common/arrow_right.png) no-repeat right 3% top 16px; }
#previous_next_post a:hover { color:#fff; }

/* comment box-sizing: content-box;　*/
#comment_header_right { float:none; position:relative; margin:0; }
#comment_header_right li { float:none; }
#comment_header_right li a, #comment_header_right li p { width:50%; margin:0 -2px -1px 0; float:right; }
.comment-meta { margin:0 0 10px 0; }
.comment-meta-left { float:left; width:auto; min-width:150px; }
.comment-content { padding:0; margin:0; }
#submit_comment { width:100%; }
#trackback_url_area input { padding:5px 2%; width:96%; border:none; background:#eee; }

/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
#post_list { background:#fff; border:none; overflow:hidden; margin:0;padding:0 }
#post_list li { border:none; border-bottom:#ccc 1px solid; padding:0 0 10px; margin:0 0 7px 0; float:left; font-size:11px; line-height:1.2; }
#post_list li.post_date { display:block; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ccc; }
#post_list li.post_author { display:block; margin:0 0 0 10px; padding:0 0 0 10px; border-left:1px solid #ccc; }
#post_list .col1 { float:none; width:100%; margin: 0 0 10px; }
#post_list .col1 .image { float:none; width:100%; margin:0 0 5px; }
#post_list .col1 .subtitle{ font-size:/*14*/15px; /*na*/font-weight: bold; }
/*na*/#post_list .col1 .title{ margin:5px 0; padding:0; font-size:18px; line-height:1.2; }
#post_list .col1 .info { width:100%; }
#post_list .col1 .image { float:none; width:100%; margin:0; }
#post_list .col1 .image img { width:100%; height:auto; display:block; }
#post_list .col2 .image, #post_list .col3 .image { float:left; width:30%; margin:0 3% 0 0; }
#post_list .col2 .image img, #post_list .col3 .image img { width:100%; height:auto; display:block; margin:0; }
#post_list .col2 .image:hover img, #post_list .col3 .image:hover img  { opacity:0.5; }
#post_list .col2 .info, #post_list .col3 .info { float:left; width:65%; margin:0; }
#post_list .col2 .subtitle,#post_list .col3 .subtitle  { font-size:/*12*/14px; line-height:1.2; /*na*/font-weight: bold; }
#post_list .col2 .date, #post_list .col3 .date { margin:0 0 5px 0; padding:0; line-height:100%; font-size:12px; }
#post_list .col2 .title, #post_list .col3 .title  { margin:5px 0; padding:0; font-size:/*13*/16px; line-height:1.2; }
#post_list .col2 .title a, #post_list .col3 .title a { text-decoration:none; display:block; }
#post_list .col2 .title a:hover, #post_list .col3 .title a:hover { text-decoration:underline; }
.index_category_more{ text-align:center; margin:15px 0; }

#post_list .subtitle { color:#c02828; }
#post_list .title { font-size:16px; margin:10px 0; }
#post_list .title a { display:block; text-decoration:none; }
#post_list .excerpt { font-size:13px; line-height:170%; margin:0 0 18px 0; }
#post_list .link { font-size:12px; display:block; background:url(img/common/arrow1.gif) no-repeat left top; padding:0 0 0 30px; height:13px; line-height:13px; margin:0 0 20px 0; }
#post_list .image { position:relative; display:block; }
#post_list .image img { display:block; margin:0 auto 15px; height:auto; max-width:100%; width:auto; }

#post_list .bookmark { margin:0 0 -10px 0; }
#post_list .bookmark li { border:none; padding:0; margin:0 5px 0 0; height:30px; }
#post_list .bookmark li.social1 { width:140px; }

/* News Press */
#news_list { margin:0; padding:0; list-style-type:none; }
#news_list li { margin:0; padding:15px 0; border-bottom:#ccc 1px dotted; }
#news_list li.no_post { border:none; }
#news_list .news_date { font-size:12px; margin:0 0 7px 0; padding:0; line-height:100%; }
#news_list .news_title { font-size:14px; margin:0; padding:0; }
#news_list .news_title a { text-decoration:none; display:block; }
#news_list .news_title a:hover { text-decoration:underline; }

/* Author page */
#author_post_list #post_list { border-top:none; }
#author_profile_area { border:1px solid #ccc; margin:20px 0; padding:15px 15px 0; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; }
#author_avatar { float:left; width:15%; margin:0 5% 20px 0; }
#author_avatar img { width:100%; height:auto; display:block; border:none; padding:0; }
#author_meta { }
#author_name { float:left; position:relative; width:75%; margin:0; font-size:18px; line-height:160%; }
#author_name2 { margin:0 0 0 15px; font-size:12px; }
#author_desc { clear:both; border-top:1px dotted #aaa; padding:10px 0 0 0; font-size:12px; }

/* Author list page */
#profile_author_list { margin:0; padding:0; }
#profile_author_list li { border:1px solid #ccc; margin:20px 0; padding:15px 15px 0; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; }
.profile_author_avatar { float:left; width:30%; margin:0 5% 20px 0; }
.profile_author_avatar img { width:100%; height:auto; display:block; border:none; padding:0; border-radius:50%; }
.profile_author_meta_top { float:left; position:relative; width:55%; margin:-2px 0 15px 0; }
.profile_author_name { margin:0 0 6px 0; font-size:16px; line-height:130%; }
.profile_author_name2 { margin:0; font-size:10px; display:block; }
.profile_author_link { color:#333; text-decoration:none; font-size:11px; background:#e8e8e8 url(img/common/arrow_right.png) no-repeat 16px 9px; padding:5px 20px 5px 30px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; }
.profile_author_link:hover { color:#fff; }
.profile_author_desc { clear:both; border-top:1px dotted #aaa; padding:5px 0 0 0; font-size:12px; }
.profile_author_desc p { margin:0 0 10px 0; }

/* page nav */
.page_navi { margin:20px 0; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:0 0 10px 0; color:#888; }
.page_navi ul { margin:0; }
.page_navi li { float:left; }
.page_navi a, .page_navi a:hover, .page_navi span
 { text-decoration:none; color:#fff; font-size:11px; padding:13px 15px; line-height:100%; margin:0 4px 4px 0; background:#999; display:block; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.page_navi a:hover { color:#fff; background:#3F7985; text-decoration:none; }
.page_navi span.dots { background:none; }
.page_navi span.current { color:#fff; background:#333; }
.page_navi p.back { margin:0; }
.page_navi p.back a, .page_navi p.back a:hover { display:inline-block; padding: 10px 15px; }

/* 404 not found */
#not_found .search_area { margin:0 0 20px 0; }
#not_found #search_input { float:left; margin:0 5px 0 0; border:1px solid #ccc; background:#f2f2f2; width:260px; height:33px; position:relative; padding:0 10px; box-shadow:2px 2px 3px 0px #ddd inset; }
#not_found .back { margin:0; line-height:100%; }
#not_found .back a { background:url(img/common/arrow1.gif) no-repeat left; padding:0 0 0 28px; }

/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */

#return_top { z-index:10; position:absolute; bottom:8px; right:10px; margin:0; display:block; width:44px; height:44px;background:#222; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; text-indent:0; text-decoration:none; text-align:center; color:#fff; }
#return_top:after { font-family:FontAwesome;content:"\f106";font-size:130%; position:absolute; top:27%; left:36%; }
#return_top:hover { background-color:#D4FB00; color:#333; }

#return_home { z-index:10; position:absolute; bottom:60px;right:10px;  margin:0; display:block; width:44px; height:44px; background:#222; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; color:#fff; text-decoration:none; text-align:center; }
#return_home:after { font-family:FontAwesome;content:"\f015";font-size:130%; position:absolute; top:27%; left:30%; }
#return_home:hover { background-color:#D4FB00; color:#333; }

#footer_social_link li { content:'' !important; }
#footer_social_link li:before { display:none !important; }
.social_link li a { display:block; width:22px !important; height:22px !important; text-decoration:none; text-indent:-9999px; margin:0 3px; }

/* footer widget */
#footer_widget_wrap { background:#fff; width:100%;padding:0; }
#footer_widget { width:100%; margin:0 auto; padding:0; }
.footer_widget { width:100%; float:none; margin:0; font-size:11px; position: relative; }
.footer_widget.right_widget { margin-right:0; }
.footer_headline { font-size:14px; background:none; padding:0 0 7px 0; margin:0; }
.footer_widget ul { margin:0; border-top:#ccc 1px solid; border-left:#ccc 1px solid; }
.footer_widget li { width:33.33%; margin:0; padding:0; background:none; float:left; text-align:center; }
.footer_widget a { display:block; border-bottom:#ccc 1px solid; border-right:#ccc 1px solid; padding:10px; text-decoration:none; }
.footer_widget img { height:auto; max-width:100%; width:auto; }

/* ----------------------------------------------------------------------
 common icon
---------------------------------------------------------------------- */
.col2 .icon_scoop, .col3 .icon_scoop { width:30px; height:30px; }

/* ----------------------------------------------------------------------
google翻訳
---------------------------------------------------------------------- */
#google_translate_element {
    position: absolute;
    top: 50px;
    right: 10px;
}
/* ----------------------------------------------------------------------
 メーカー車種一覧
---------------------------------------------------------------------- */
.maker_album_list .list_wrap {
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
}
.maker_album_list ul.list_wrap li {
    width:46%;
    float: left;
    text-align: center;
    margin: 1% 2% 3%;
    position: relative;
}
.maker_album_list .list_wrap li p {
    line-height: 1.4;
    margin: 0 0 10px;
    text-align: left;
}
#contents .maker_album_list .tab_wrap .content {
   padding: 0 10px;
}
.maker_album_list #left_col {
    margin: 0 0 15px;
}
/* ----------------------------------------------------------------------
 メーカー一覧
---------------------------------------------------------------------- */
.all_maker ul li {
  width: 48%;
  float: left;
  margin: 0 1% 1%;
}
/* ----------------------------------------------------------------------
 アルバム詳細
---------------------------------------------------------------------- */
#contents .album h3 {
    margin: 16px 0 10px;
}

/* ----------------------------------------------------------------------
 SNSボタン（181106kas）
---------------------------------------------------------------------- */
.column_sns_btn{ width:100% text-align:center; margin-top:1em; margin-right:1em;}
.sns_btn { float:left; width:24%; margin-right: 2px; list-style-type:none; }
