@charset "UTF-8";
/* ************************************************ 
Theme Name: Megumi Metro Min.
Theme URI: http://www.megumithemes.com/
Description: A general versatility all-round theme with orientalism.
Author: Megumi
Version: 1.0
 * ************************************************ */

/* ************************************************ 
	CSS Contents
	Notes
	CSS Include
	
	Basic setting
	Each area setting
	Widget Area Setting
	Header area setting
	Footer area setting
	Side contents setting
	Main contents setting
	Home setting
	Other setting
	
 * ************************************************ */

/* ************************************************ 
 * Notes
 * ************************************************
 *	
 *	Whenever Huck is done,
 *	it describes it in the following filling in column. 
 *	
 * ************************************************ */

/* ************************************************ 
 * CSS Include
 * ************************************************ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,details,figcaption,figure,menu,summary,time,mark{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}

/* ************************************************ 
 * Basic setting
 * ************************************************ */
body {
	color:#000000;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size:0.75em;
	line-height: 1.4em;
}
a {
	color:#00AAD4;
	text-decoration:none;
}
a:hover {
	color:#00AAD4;
	text-decoration:underline;
}
.post a {
	color:#004577;
	text-decoration:none;
}
.post a:hover {
	text-decoration:underline;
}
.post .entry-content a, .post .entry-summary a {
	color:#004577;
	text-decoration:none;
}
.post .entry-content a:hover, .post .entry-summary a:hover {
	color:#004577;
	text-decoration:underline;
}
#sidebar a {
	color:#004577;
	text-decoration:none;
}
#sidebar a:hover {
	color:#004577;
	text-decoration:underline;
}
/* ************************************************ 
 * Each area setting
 * ************************************************ */

/* topbar */

#topbar {
	width:100%;
	padding:8px 0;
	background:#00AAD4;
}
.topbar_inner {
	width: 970px;
	margin: 0 auto;
}
.topbar_inner h1 {
	width:577px;
	font-size:1em;
	float: left;
	color: #FFFFFF;
}
.topbar_inner_right {
	width:393px;
	float: right;
}

/* ----  ---- */
.topbar_inner_right #searchform {
	width: 297px;
	height: 20px;
	float: left;
}
.topbar_inner_right #s {
	width: 228px;
	height: 18px;
	padding: 1px 4px 1px 24px;
	background: url("images/icon/search-box.png") no-repeat center center #E0F3F8;
	border-width: 0;
	vertical-align: middle;
	display:block;
	float:left;
}
.topbar_inner_right #searchsubmit {
	width: 40px;
	height: 20px;
	padding: 0;
	border: 0;
	background: url("images/icon/search-button.png") no-repeat center center;
	text-indent: -9999px;
	vertical-align: middle;
	display:block;
	float:right;
}

#social_menu {
	width:71px;
	height:20px;
  	float:right;
}
#social_menu li {
	width:20px;
	height:20px;
	margin-left:2px;
	float:left;
}
#social_menu li a ,
#social_menu li img {
	display:block;
}


/* header */

#header {
	width: 970px;
	height: 90px;
	margin: 25px auto 21px;
}
/* ---- Site Logo ---- */
#site-logo {
	float: left;
}
#site-logo img {
	display:block;
}
/* ---- Header Banner ---- */
#header .adlantiss_frame ,
#header_banner {
	float: right;
}
#header_banner img {
	display:block;
}

/* nav */

#nav {
	clear:both;
	margin-bottom: 18px;
}
/* ---- Page Navigations ---- */
#page_nav {
	width: 980px;
	height: 47px;
	margin: 0 auto;
	padding: 0 7px;
	background:url(images/nav/nav_background.gif) no-repeat center 7px #FFFFFF;
}
#page_nav li {
	width: 161px;
	float: left;
	display:block;
}
#page_nav li:hover {
	position:relative;
}
#page_nav li a {
	text-decoration:none;
	text-align: center;
	width: 100%;
	padding: 30px 0 0;
	color:#004577;
	display:block;
	float:left;
	background:url(images/nav/nav-indicator.gif) no-repeat center top;
	font-weight: bold;
}

#page_nav li a:hover {
	color:#00AAD4;
	background-image: url(images/nav/nav-indicator-hover.gif);
}
#page_nav li.current-menu-item a {
	color:#6C6C6C;
	background-image: url(images/nav/nav-indicator-current.gif);
}
/* ---- Pulldown Settings ---- */
#page_nav li ul {
	background: none;
	display:none;
}
#page_nav li:hover ul {
	width: 159px;
	background-color: #E0F3F8;
	border: 1px solid #00AAD4;
	border-bottom: none;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:10;
}
#page_nav li ul li:hover > ul {
	width: 159px;
}
#page_nav li.current-post-ancestor li,  #page_nav li ul li {
	width: 100%;
}
#page_nav li ul li a,
#page_nav li.current-menu-item ul li a,
#page_nav li ul li.current-menu-item a {
	width: 100%;
	border-bottom: 1px solid #00AAD4;
	padding: 8px 0;
	background: none;
	color: #004577;
	font-size:1em;
	font-weight: normal;
}
#page_nav li ul li a span {
	display: none;
}
#page_nav li ul li a:hover {
	color: #00AAD4;
	background: none;
}
#page_nav li ul li:hover ul {
	top:50%;
	left:50%;
	z-index:3;
}
/* main */
#contents_box {
	width: 970px;
	margin:0 auto;
}
/* contents */
#main_content {
	width:640px;
	margin-right: 10px;
	float:left;
}
#single_content {
	width:100%;
	float:none;
}
/* sidebar */
#sidebar {
	width:300px;
	float:right;
	padding: 10px 10px 0;
	background-color: #F1EFE5;
}

.home-mainimg {
	margin-bottom: 10px;
}

.home-subimg {
	width: 640px;
}

.home-subimg div {
	width: 420px;
	float: left;
}

.home-subimg .home-subleft {
	width: 220px;
	float: left;
	margin-bottom: 30px;
}

.home-subimg .home-subcenter {
	width: 180px;
	float: right;
	margin: 0 10px 30px 10px;
}
.home-subimg .home-subcenter .home-subcentertop {
	display: block;
	margin-bottom: 5px;
}
.home-subimg .home-subright {
	width: 220px;
	float: right;
	margin-bottom: 30px;
}

#main_img {
	margin-bottom:10px;
}
#main_img img {
	display:block;
}
/* ************************************************ 
 * Widget Area Setting
 * ************************************************ */
/* ---- Side Paragraph ---- */
.widget_area .widget-title {
	font-weight:bold;
	color:#FFFFFF;
	background-color: #00AAD4;
	padding: 9px 0 5px 13px;
	font-size: 1.25em;
}
.widget_area .textwidget {
	background-color: #FFFFFF;
}
.widget_area .textwidget iframe {
	vertical-align: bottom;
}
.widget_area .popular-posts h2.widget-title {
}
.widget_area .megumi_author_list h2.widget-title ,
.widget_area .widget_rss h2.widget-title {
}
#sidebar .widget-title a:link,  #sidebar .widget-title a:visited,  #sidebar .widget-title a:active,  #sidebar .widget-title a:hover {
	color:#609;
}
.widget_area .widget-title img {
	vertical-align:middle;
}
.widget-container {
	margin-bottom:1em;
	background: #FFF;
}
.widget_text img {
	display:block;
}
/* ---- Side Paragraph ---- */
.widget_area p {
	margin-bottom:1.12em;
}
/* ---- Side List ---- */
.widget_area ul, .widget_area ol {
	margin:0 0 1.12em 20px;
	padding: 10px;
}
.widget_area ul {
	margin-left:0;
}
.widget_area ol {
	list-style-type:decimal;
}
.widget_area ol ul,  .widget_area ul ol,  .widget_area ul ul,  .widget_area ol ol {
	margin-top:0;
	margin-bottom:0;
	padding: 0;
}
/* pickup */
.widget_area .widget_pickup_entries ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CFCFCF;
	overflow: auto;
}
.widget_area .widget_pickup_entries ul li.pickup_last {
	border-bottom: none;
}
.widget_area .widget_pickup_entries ul li a  {
	background-image: none;
	padding: 0;
}
.widget_area .widget_pickup_entries ul li a img {
	float: left;
	margin-right: 10px;
	border: 0;
}
.widget_area .widget_pickup_entries ul li p {
	overflow: hidden;
}
/* ---- Tag Cloud ---- */
.widget_area .widget_tag_cloud {
	width: 300px;
	height: auto;
	background:url(images/back/keywords.png) no-repeat center top #E1DFD6;
}
.widget_area .widget_tag_cloud .widget-title {
	color:#5B4838;
	background-color: transparent;
	padding: 14px 0 7px 15px;
}
.widget_area .widget_tag_cloud div {
	margin:1.12em 0;
	padding:0 1em;
	line-height: 2em;
	overflow: hidden;
}

/* お知らせ・プレゼント */
#category-posts-3 h2 {
	width: 300px;
	height: 51px;
	padding: 0;
	background:url(images/others/present.gif) no-repeat center center #F1EFE5;
}
#category-posts-3 h2 span {
	display: none;
}
.widget_category_entries ul {
	margin: 0;
}
.widget_category_entries li.post {
	margin: 0;
	padding: 6px 0 6px 17px;
	background:url(images/indicator/indi_blue.png) no-repeat 1px 9px;
	border-bottom: 1px solid #CFCFCF;
}
#category-posts-3 li.post {
	background:url(images/indicator/indi_red.png) no-repeat 1px 9px;
}
.widget_category_entries p.archive {
	margin-left: 216px;
	padding-bottom: 10px;
	text-align: left;
}
.widget_category_entries p.archive a {
	display: block;
	width: 69px;
	height: 11px;
	background:url(images/others/more_blue.png) no-repeat center center;
	text-indent: -9999px;
}
#category-posts-3 p.archive a {
	background:url(images/others/more_red.png) no-repeat center center;
}

/* ************************************************ 
 * Header area setting
 * ************************************************ */
/* ---- #head_post_set ---- */
#head_post {
	width:638px;
	margin-bottom:10px;
	border:1px solid #C39;
	background:#FFF;
}
#head_post h2 {
	font-size:100%;
	font-weight:bold;
	color:#FFF;
	padding:5px 10px;
}
#head_post h2.recomend_post_title {
	width:298px;
	background:url(images/title/recomend_title.png) no-repeat #FF1C97 right center;
	float:left;
	clear:none;
}
#head_post h2.new_post_title {
	width:299px;
	margin-left:1px;
	background:url(images/title/new_post_title.png) no-repeat #FF1C97 right center;
	float:right;
	clear:none;
}
#head_post_set {
	width:636px;
	height:203px;
	overflow:auto;
}
#head_post_set div.head_new_post_box {
	width:299px;
	float:right;
}
#head_post_set div.recomend_post_box {
	width:318px;
	border-right:1px solid #C39;
	float:left;
}
#head_post_set ul {
	margin:5px 13px;
}
#head_post_set ul li a {
	width:263px;
	padding-left:11px;
	background:url(images/icon/icon_02.png) no-repeat left 0.4em;
	display:block;
}
#head_post_set ul li a:visited,  #head_post_set ul li a:link {
	color:#000;
}
#head_post_set ul li a:hover {
	color:#FFF;
	background:url(images/icon/icon_03.png) no-repeat left 0.4em #FF1B97;
	text-decoration:none;
}
/* ---- #pr_advertising ---- */
#pr_advertising {
	vertical-align:bottom;
	margin-bottom:10px;
	padding:15px 15px 5px;
	background:#FFF;
}
	#pr_advertising div {
	margin-bottom:10px;
	}
	#pr_advertising div div {
		width:570px !important;
		height:18px !important;
		display:inline !important;
	}
		#pr_advertising div div iframe {
			width:570px !important;
			height:18px !important;
			vertical-align: middle;
		}

/* ************************************************ 
 * Footer area setting
 * ************************************************ */
#footer {
	color:#FFF;
	text-align:center;
	width: 100%;
	height: 120px;
	margin: 30px 0 0;
	background: url(images/back/footer_back.png) repeat-x left 25px #00ACD4;
}
#footer #footer-totop {
	width: 100%;
	height: 24px;
	background-color: #FFFFFF;
}
#footer #footer-totop p {
	width: 110px;
	height: 24px;
	margin: 0 auto;
	padding-left: 860px;
}
#footer #footer-bottom {
	width: 100%;
	height: 41px;
	text-align:center;
	background-color: #FFFFFF;
}
#footer #footer-bottom p {
	width: 100%;
	height: 41px;
	background-color: #FFFFFF;
}
#footer ul {
	padding-top:16px;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	color:#FFF;
	border-left:1px solid #FFF;
	padding-left:5px;
	text-decoration:none;
}
#footer ul li.menu-item-home a{
	border-left:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer p {
	margin:17px 0;
}
#footer p small {
	font-size: 0.9em;
}
/* ************************************************ 
 * Side contents setting
 * ************************************************ */
/* ---- Side Title ---- */
.twtr-hd {
	position:relative;
}
.twtr-hd img {
	position:absolute;
	top:10px;
	left:10px;
}
/* ************************************************ 
 * Main contents setting
 * ************************************************ */
/* ---- Title ---- */
.entry-title {
	font-weight: bold;
	line-height: 1.25;
}
.widget_pickup_entries .entry-title {
	font-weight: normal;
}
.entry-title span {
	color: #00ACD4;
	font-size: 1.35em;
}
.entry-title span.first-letter {
	display: block;
	font-size: 2.6em;
	text-align: center;
	width: 1.2em;
	height: 1.2em;
	margin-right: 4px;
	float: left;
	color: #FFFFFF;
	background-color: #00ACD4;
}

.page-title {
	font-size: 1em;
	padding: 8px 0 8px 5px;
	border-top: 2px solid #00AAD4;
	border-bottom: 1px solid #CFCFCF;
}
.thumb_title {
	width:515px;
	min-height:75px;
	font-size:182%;
	font-weight:bold;
	line-height:1.25;
	padding:10px 0 3px 85px;
	position:relative;
}
.thumb_title img {
	position:absolute;
	top:0;
	left:0;
}
.thumb_title a, .page-title a {
	color:#333;
}
.entry-title a {
	color:#00ACD4;
}
.categories .page-title, .tags .page-title {
	margin-bottom:0.67em;
}
/* ---- Post  ---- */
#main_content .page, .post, .not_found, .type-attachment {
	margin-top:10px;
	margin-bottom: 30px;
	padding: 0;
	background: #FFFFFF;
	clear:both;
}

.not_found {
	padding: 0;
}
.not_found .entry-title,  .not_found .entry-content {
	padding:0.5em 10px;
}
/* ---- Post Data ---- */
.post_data {
	color: #999999;
	min-height:18px;
	height: auto !important;
	height: 18px;
	margin: 0 0 10px 44px;
	padding-top: 2px;
	line-height: 1.2em;
}
.post_data span {
	margin-right: 10px;
}
.post_data span.post_category {
	padding-left: 60px;
	background: url(images/icon/ca.png) no-repeat 0 0;
}
.post_data span.post_tag {
	padding-left: 35px;
	background: url(images/icon/tag.png) no-repeat 0 0;
}
.post .post_data a:link, .post .post_data a:visited, .post .post_data a:active, .post .post_data a:hover {
	color:#5B0089;
	background:none;
}
/* ---- social_button ---- */
.social_button,
.social_button_single {
	height: 30px;
	border-top: 1px solid #CFCFCF;
	position: relative;
}
.social_button {
	border-bottom: 1px solid #CFCFCF;
}
.social_button .fb-like,
.social_button_single .fb-like {
	position: absolute;
	top: 5px;
	left: 312px;
}
.social_button .twitter-share-button,
.social_button_single .twitter-share-button {
	position: absolute;
	top: 5px;
	left: 426px;
}
.social_button .mixi-check-button,
.social_button_single .mixi-check-button {
	position: absolute;
	top: 5px;
	left: 418px;
}
.social_button .hatena-bookmark-button-frame,
.social_button_single .hatena-bookmark-button-frame {
	position: absolute;
	top: 5px;
	left: 528px;
}
.social_button .evernote-doclip,
.social_button_single .evernote-doclip {
	position: absolute;
	top: 5px;
	left: 530px;
}
.social_button .google-plus,
.social_button_single .google-plus-single {
	position: absolute;
	top: 5px;
	left: 590px;
}
.social_button a img ,
.social_button_single a img {
	vertical-align:middle !important;
	display:inline !important;
}
.social_button div iframe ,
.social_button_single div iframe {
	vertical-align:middle !important;
	display:inline !important;
}

/* ---- Entry Content ---- */
.entry-content {
	margin:17px 0;
	word-wrap: break-word;
	line-height: 1.7em;
}
/* ---- App Data ---- */
.app_data {
	width: 100%;
	border-top: 3px solid #8e8e8e;
	border-bottom: 3px solid #8e8e8e;
	padding: 5px 0 2px;
	position: relative;
}
.app_data span {
	padding-left: 15px;
	background: url(images/icon/icon_01.png) no-repeat left 0.3em;
}
.app_data span.app_rating {
	padding: 0;
	background: none;
	position: absolute;
	top: 12px;
	right: 9px;
}
/* ---- App Data Comment ---- */
.app_data_comment {
	margin-bottom: 10px;
	border-top: 3px solid #8e8e8e;
	border-bottom: 3px solid #8e8e8e;
	padding: 5px 0 2px;
}
.app_data_comment span.app_rating {
	width:128px;
	float:left;
}
.app_data_comment p {
	width: 462px;
	float:right;
}
/* ---- App Data Foot ---- */
.app_data_foot {
	width: 100%;
	min-height: 132px;
	position: relative;
}
.app_data_foot p {
	padding: 0;
	margin: 0;
}
.app_data_foot .app_url {
	text-align: center;
	padding: 0;
	background: none;
	position: absolute;
	top: 0;
	right: 9px;
}
/* ---- Entry Summary ---- */
.entry-summary {
	word-wrap: break-word;
	line-height: 1.7em;
	margin-bottom: 10px;
}
.entry-summary p.txt {
	font-size: 1.1em;
}
/* ---- Entry Attachment ---- */
.entry-attachment {
	margin:17px 0;
}
.entry-attachment .attachment {
	text-align:center;
	margin:1em 0;
}
.entry-attachment .attachment {
	text-align:center;
}
/* ---- Entry Meta ---- */
.meta {
	text-align:right;
	margin:17px 0 0;
}
/* ---- Entry Thumb ---- */
.entry-summary .thumb {
	float:left;
	margin:5px 0;
}
.entry-summary .thumb img {
	margin-right:10px;
	vertical-align: bottom;
}
/* ---- Ad ---- */
#first_advertising {
	text-align:center;
	margin-bottom:10px;
	padding:15px 15px ;
	background:#FFF;
}
#second_advertising {
	text-align:center;
}
.content_footer {
	text-align:center;
	margin-bottom:10px;
	padding:15px 15px ;
	background:#FFF;
}
#single_advertising {
	margin-bottom:10px;
	padding:15px 15px ;
	background:#FFF;
}
/* ---- Edit ---- */
.edit {
	text-align:right;
	clear:both;
}

/* ---- related_photos ---- */
.related_photos_title {
	font-size:178%;
	font-weight:bold;
}
.related_photos_list {
	margin-bottom:25px;
}
.related_photos_list li {
	font-size:131%;
	margin-bottom:5px;
}
.related_photos_list li a {
	padding:0 10px 0 11px;
	background:url(images/icon/icon_02.png) no-repeat left 0.4em;
}
.related_photos_list li a:visited,  .related_photos_list li a:link {
	color:#3b5998;
}
.related_photos_list li a:hover {
	text-decoration:underline;
	background:none;
	background:url(images/icon/icon_02.png) no-repeat left 0.4em;
}
.related_photos_tag {
	font-size:131%;
	margin-left:1em;
	margin-bottom:5px;
}
.related_photos_tag a {
	color:#3b5998;
}
.related_photos_tag a:hover {
	color:#3b5998;
	text-decoration:underline;
	background:none;
}

/* ---- related_photos ---- */
.single_post_title {
	/* font-size:186%; */
	font-size:116%;
	font-weight:bold;
	color: #FFF;
	border: 1px solid #670199;
	border-bottom:none;
	padding:0.5em 1em;
	background: url(images/back/title_back.gif) left top #FF3EA8;
}
.single_post_list {
	margin-bottom:1em;
	padding:10px;
	border: 1px solid #670199;
	border-top:none;
	background:#FFF;
}
.single_post_list li {
	font-size:131%;
	/* font-size:248%; */
	margin-bottom:5px;
}
.single_post_list li a {
	padding:0 10px 0 11px;
	background:url(images/icon/icon_02.png) no-repeat left 0.4em;
}
.single_post_list li a:visited,  .single_post_list li a:link {
	color:#333;
}
.single_post_list li a:hover {
	color:#FFF;
	background:url(images/icon/icon_03.png) no-repeat left 0.4em #FF1B97;
	text-decoration:none;
}
.single_post_list li span.comment a {
	color:#333;
	font-size:85%;
	padding:0;
	background:#F4DFFF;
	text-decoration:underline;
}
/* ---- Comments ---- */
#comments {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("images/back/bg_comment_bottom.png") no-repeat center bottom;
}
.comment_box {
	background: url(images/back/bg_comment_head.png) no-repeat center top #FFFFFF;
}
.comment_box .nocomments {
	color: #FFFFFF;
	visibility: hidden;
}
#comments h3 {
	font-size:1.2em;
	font-weight:bold;
	color: #FFFFFF;
	padding: 10px 18px;
}
#comments h3#comments-title {
	padding-bottom: 14px;
}
#comments h3#reply-title {
	padding-top: 16px;
}
#comments ol {
	padding-bottom: 33px;
	border-left: 1px solid #00AAD4;
	border-right: 1px solid #00AAD4;
	background: url(images/back/bg_comment_middle.png) no-repeat center bottom #FFFFFF;
}
#comments li {
	width:100%;
	position:relative;
}
#comments .comment-body {
	border-bottom:1px solid #CECECE;
	padding:12px 4px 12px 65px;
}
#comments .comment-author {
	font-style:normal;
	display:inline;
}
#comments .avatar {
	position:absolute;
	top:17px;
	left:4px;
}
#comments cite {
	font-style:normal;
}
#comments .tweet cite {
	padding-left: 18px;
	background: url(images/icon/tweet.png) no-repeat left top;
}
#comments .friendfeed cite {
	padding-left: 18px;
	background: url(images/icon/ffnotifier.png) no-repeat left top;
}
#comments .comment-meta {
	display:inline;
}
#comments .reply {
	text-align:right;
}
#comments ol ul .comment-body {
	padding-left:105px;
}
#comments ol ul .comment-body .avatar {
	left:44px;
}
#respond {
	background-color:#00AAD4;
}
#comments form {
	margin:10px 0 0;
	padding-bottom: 15px;
}
#comments form p {
	margin-bottom:10px;
	color: #FFFFFF;
}
#comments form p.form-submit {
	margin-bottom: 0;
}
#comments form p a {
	color: #FFFFFF;
}
#comments form p .required {
	color:#FFCC00;
}
#comments form p input,  #comments form p textarea {
	display:block;
}
#comments .comment-notes {
	padding-left:20px;
}
#comments .comment-form-author {
	width:290px;
	padding-left:20px;
	float:left;
}
#comments .comment-form-email {
	width:290px;
	margin-right:20px;
	float:right;
}
#comments .comment-form-author input {
	width:278px;
	height:20px;
	font-size:2em;
	border:1px solid #004577;
	background-color: #E0F3F8;
	padding:3px 5px;
	display:inline-block;
}
#comments .comment-form-email input {
	width:278px;
	height:20px;
	font-size:2em;
	border:1px solid #004577;
	background-color: #E0F3F8;
	padding:3px 5px;
	display:inline-block;
}
#comments .comment-form-comment {
	margin-left:20px;
	clear:both;
}
#comments .comment-form-comment textarea {
	width:588px;
	height: 66px;
	font-size:2em;
	border:1px solid #004577;
	background-color: #E0F3F8;
	padding:5px 5px;
	display:inline-block;
}
#comments #submit {
	width:140px;
	margin: 0 auto;
	padding: 5px 30px;
	color: #FFFFFF;
	background-color:#004577;
	font-weight: bold;
	cursor:pointer;
	border: none;
}
#comments #submit:hover {
}

#commentform p {
	margin:0;
	padding:0;
}
#post_footer {
	background: #00AAD4;
}
#post_footer .twico {
	width: 600px;
	margin: 0 auto;
	padding-top: 10px;
	text-align:center;
}
#post_footer .adlantiss_frame {
	text-align:center;
}

#post_footer .twico a:link, #post_footer a:visited, #post_footer a:active, #post_footer a:hover {
	background:none;
}

/* ---- Navigation ---- */
.footer_navigation {
	margin: 10px;
}
.footer_navigation p {
	width:3em;
	display: block;
	padding: 3px 15px;
	color: #00AAD4;
	text-align: center;
	background-color: #E9FBFF;
	border: 1px solid #CFCFCF;
}
.footer_navigation p.previous_post_footer {
	float: left;
}
.footer_navigation p.next_post_footer {
	float: right;
}
.footer_navigation p.top {
	margin: 0 auto;
}
.navigation {
	margin: 15px 0;
}

.comment_box .navigation:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.comment_box .navigation {
	width:100%;
	border:none;
    display: inline-block;
}
.comment_box .navigation .previous_post {
	width:45%;
	float:left;
}
.comment_box .navigation .previous_post a {
	padding-left:10px;
}
.comment_box .navigation .next_post {
	width:45%;
	text-align:right;
	float:right;
}
.comment_box .navigation .next_post a {
	padding-right:10px;
}

.entry-nav {
	border-top:1px solid #CECECE;
}
.previous_post a,
.next_post a {
	display: block;
	width: 290px;
	padding: 5px 10px;
	color: #004577;
	background-color: #E9FBFF;
	border: 1px solid #CFCFCF;
}
.previous_post .indicator,
.next_post .indicator {
	color: #29BADC;
}
.previous_post {
	float: left;
}
.next_post {
	float:right;
}
.previous_post span.indicator {
	display: block;
	float: left;
	margin: 0;
}
.previous_post span {
	display: block;
	margin-left: 16px;
}
.next_post span {
	display: block;
	margin-right: 16px;
}
.next_post span.indicator {
	display: block;
	float: right;
	margin: 0;
}
.tab_nav {
	text-align: center;
	padding: 30px 0;
}

.tab_nav .page-numbers {
	color:#00ACD4;
	border:1px solid #CFCFCF;
	font-size: 0.9em;
	padding: 7px 12px;
}
.tab_nav span,
.tab_nav span.current {
	background:#FFFFFF;
}
.tab_nav a,
.tab_nav a span {
	background:#E9FBFF;
}
.tab_nav a.prev,
.tab_nav a.next {
	color:#00ACD4;
	border: none;
	background:none;
}
/* ---- More ---- */
.more {
	margin: 10px 5px;
	text-align:right;
}
/* ************************************************ 
 * Home setting
 * ************************************************ */
/* ---- Title ---- */
.front_page h2 {
	font-size:116%;
	font-weight:bold;
	border-top:1px solid #CECECE;
	border-bottom:1px solid #CECECE;
	padding:0.5em 1em;
	background:#F3F3F3;
}
.front_page h2 img {
	vertical-align:middle;
}
/* ---- New Post Thumb List ---- */
.front_page .new_post_thumb_list {
	margin:1.12em 0;
	border-bottom:1px solid #CCC;
	padding-bottom:1em;
}
.front_page .new_post_thumb_list h3 {
	font-size:197%;
	font-weight:bold;
}
.front_page .new_post_thumb_list h3 a:link,  .front_page .new_post_thumb_list h3 a:visited {
	color:#323232;
}
.front_page .new_post_thumb_list .data {
	margin:0;
	padding:0.2em 0;
}
.front_page .new_post_thumb_list .thumb {
	margin-right:1em;
	margin-bottom:0;
	float:left;
}
.front_page .new_post_thumb_list .thumb img {
	display:block;
}
.front_page .more_list {
	text-align:right;
}
/* ************************************************ 
 * Other setting
 * ************************************************ */
#feed {
	clear:both;
	position:absolute;
	top:0.3em;
	right:10px;
}
/* ---- popular-posts ---- */
.widget_area .popular-posts {
	line-height: 1.3em;
}
.widget_area .popular-posts p {
	padding:10px;
}
.widget_area .popular-posts ul {
	margin-bottom:0;
}
.widget_area .popular-posts ul li {
	border-top: 1px solid #CFCFCF;
	padding: 6px 0 3px 28px;
}
.widget_area .popular-posts ul li.rank-1 {
	border-top: none;
	background:url(images/others/number_01.png) no-repeat left center;
}
.widget_area .popular-posts ul li.rank-2 {
	background:url(images/others/number_02.png) no-repeat left center;
}
.widget_area .popular-posts ul li.rank-3 {
	background:url(images/others/number_03.png) no-repeat left center;
}
.widget_area .popular-posts ul li.rank-4 {
	background:url(images/others/number_04.png) no-repeat left center;
}
.widget_area .popular-posts ul li.rank-5 {
	background:url(images/others/number_05.png) no-repeat left center;
}
.widget_area .popular-posts ul li.rank-6 {
	background:url(images/others/number_06.png) no-repeat left center;
}
.widget_area .popular-posts ul li.rank-7 {
	background:url(images/others/number_07.png) no-repeat left center;
}
.widget_area .popular-posts ul li.rank-8 {
	background:url(images/others/number_08.png) no-repeat left center;
}
.widget_area .popular-posts ul li.rank-9 {
	background:url(images/others/number_09.png) no-repeat left center;
}
.widget_area .popular-posts ul li.rank-10 {
	background:url(images/others/number_10.png) no-repeat left center;
}
.widget_area .popular-posts ul li a {
	padding:0;
	background:none;
}
.widget_area .popular-posts ul li span.post-stats {
	text-align:right;
	display:block;
}
.widget_area .popular-posts ul li span.wpp-comments a {
	color:#000;
	font-size:85%;
	padding:1px 5px;
	background:#F4DFFF;
}
.visual_news_box {
	border:1px solid #670199;
	padding: 1.12em 10px 10px;
}

.st-tag-cloud {
	margin-bottom: 1.28em;
	border: 1px solid #670199;
	border-top: none;
	padding: 10px;
	background: white;	
}

.pickup_title {
	font-size:116%;
	font-weight:bold;
	color: #FFF;
	border:1px solid #430064;
	border-bottom:none;
	padding:0.5em 1em;
	background: url(images/back/title_back.gif) repeat-x left top #FF3EA8;
}

.pickup_box h2 {
	margin:0 !important;
}
	.pickup_box h2 img {
		display:block;
	}
.pickup_box div {
	border: 1px solid #C39;
	border-top:none;
}

/*
 *	Topへ戻る　追加
 */
p#to_top{
	text-align: right;
	margin: 14px 0 12px;
}
/*
 *	最新号説明　追加
 */
#metromin_new {
	margin: 10px;
	padding-bottom: 10px;
}
/*
 *	固定ページでolの番号を表示
 */
body.page .entry-content ol {
	list-style: decimal outside;
	margin-left: 28px;
}
body.page .entry-content ol li {
	margin: 10px auto;
}
.twtr-widget {
	margin: 20px 0;
}
.bannerbg {
	background-color: #F1EFE5;
}
.bannerbox {
	display: block;
	margin-bottom: 5px;
}

/* ************************************************ 
 *  Other
 * ************************************************ */
/* *** Clearfix *** */
#topbar ,
.topbar_inner_right ,
#searchform ,
#social_menu ,
#contents_box ,
.footer_navigation ,
.navigation,
.previous_post a ,
.next_post a,
.entry-content {
	zoom:1;
}

#topbar:after ,
.topbar_inner_right:after ,
#searchform:after ,
#social_menu:after ,
#contents_box:after ,
.footer_navigation:after ,
.navigation:after,
.previous_post a:after,
.next_post a:after,
.entry-content:after {
	content:"";
	display:block;
	clear:both;
}

.entry-summary:before, .entry-summary:after,
.page .entry-title:before, .page .entry-title:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.entry-summary:after, .page .entry-title:after { clear: both; }  
.entry-summary, .page .entry-title { zoom: 1; } 

#google_ads_div_mm_test_300_250_ad_container,
#google_ads_div_mm_test_300_250 {
	width: 320px;
	height: 250px;
}

/* ************************************************ 
 *  Special Index Setting
 * ************************************************ */
.special-title{
	padding:8px 4px;
	border-top:2px solid #00aad4;
	border-bottom:1px solid #cfcfcf;
	color:#00aad4;
	font-weight:bold;
	font-size:1.4166em;
}

.special.entry-title{
	padding:21px 0 11px;
	border-bottom:1px solid #cfcfcf;
}

.special h2{
	margin:0;
	padding:0;
	border:none;
	float:left;
}

.special .second{
	font-size:2.75em;
}

.special .subtitle{
	display:block;
	font-weight:normal;
	font-size:1em;
}

.special .comingsoon{
	padding:0 70px 0 0;
	min-height:46px;
	height:auto!important;
	height:46px;
	background:url(images/others/comingsoon.gif) right top no-repeat;
}

.special-child .lead{
	padding:12px 5px;
}

.child-main{
	margin:0 0 46px;
	padding:16px 0 10px;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	zoom:1;
}

.child-main:after{
	content:"";
	display:table;
	clear:both;
}

.child-main .main-left{
	float:left;
	width:185px;
	text-align:right;
}

.child-main a:link,
.child-main a:visited{
	color:#004577;
	text-decoration:none;
}

.child-main a:hover,
.child-main a:active{
	text-decoration:underline;
}

.child-main .main-left img{
	margin:0 0 1px;
}

.child-main .main-right{
	float:right;
	width:455px;
}

.child-main .main-right .thumbs{
	margin:0 0 10px;
	width:455px;
	overflow:hidden;
	zoom:1;
}

.child-main .main-right .thumbs ul{
	margin:0 0 0 -1px;
	float:left;
	width:456px;
}

.child-main .main-right .thumbs li{
	padding:0 0 0 10px;
	float:left;
}

.child-main .main-right .thumbs a,
.child-main .main-right .thumbs img{
	float:left;
}

.child-main .post-list{
	padding:0 0 0 9px;
	overflow:hidden;
	zoom:1;
}

.child-main .post-list ul{
	margin:-5px 0 0;
	padding:0 32px 0 5px;
}

.child-main .post-list li{
	padding:6px 0 6px 18px;
	min-height:10px;
	height:auto!important;
	height:10px;
	background:url(images/indicator/indi_orange.png) no-repeat 1px center;
	border-bottom:1px solid #cfcfcf;
}

.child-main .post-list a:link,
.child-main .post-list a:visited{
	text-decoration:underline;
}

.child-main .post-list a:hover,
.child-main .post-list a:active{
	text-decoration:none;
}

